diff --git a/docs/ast/source/const.js.json b/docs/ast/source/const.js.json new file mode 100644 index 00000000..d3700367 --- /dev/null +++ b/docs/ast/source/const.js.json @@ -0,0 +1,1602 @@ +{ + "type": "Program", + "body": [ + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 37, + 42 + ], + "loc": { + "start": { + "line": 4, + "column": 13 + }, + "end": { + "line": 4, + "column": 18 + } + } + }, + "init": { + "type": "Literal", + "value": "input", + "raw": "'input'", + "range": [ + 45, + 52 + ], + "loc": { + "start": { + "line": 4, + "column": 21 + }, + "end": { + "line": 4, + "column": 28 + } + } + }, + "range": [ + 37, + 52 + ], + "loc": { + "start": { + "line": 4, + "column": 13 + }, + "end": { + "line": 4, + "column": 28 + } + } + } + ], + "kind": "const", + "range": [ + 31, + 53 + ], + "loc": { + "start": { + "line": 4, + "column": 7 + }, + "end": { + "line": 4, + "column": 29 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Filter types\n ", + "range": [ + 0, + 23 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 3, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 24, + 53 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 29 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Filter types\n ", + "range": [ + 0, + 23 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 3, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 67, + 73 + ], + "loc": { + "start": { + "line": 5, + "column": 13 + }, + "end": { + "line": 5, + "column": 19 + } + } + }, + "init": { + "type": "Literal", + "value": "select", + "raw": "'select'", + "range": [ + 76, + 84 + ], + "loc": { + "start": { + "line": 5, + "column": 22 + }, + "end": { + "line": 5, + "column": 30 + } + } + }, + "range": [ + 67, + 84 + ], + "loc": { + "start": { + "line": 5, + "column": 13 + }, + "end": { + "line": 5, + "column": 30 + } + } + } + ], + "kind": "const", + "range": [ + 61, + 85 + ], + "loc": { + "start": { + "line": 5, + "column": 7 + }, + "end": { + "line": 5, + "column": 31 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 54, + 85 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 5, + "column": 31 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "MULTIPLE", + "range": [ + 99, + 107 + ], + "loc": { + "start": { + "line": 6, + "column": 13 + }, + "end": { + "line": 6, + "column": 21 + } + } + }, + "init": { + "type": "Literal", + "value": "multiple", + "raw": "'multiple'", + "range": [ + 110, + 120 + ], + "loc": { + "start": { + "line": 6, + "column": 24 + }, + "end": { + "line": 6, + "column": 34 + } + } + }, + "range": [ + 99, + 120 + ], + "loc": { + "start": { + "line": 6, + "column": 13 + }, + "end": { + "line": 6, + "column": 34 + } + } + } + ], + "kind": "const", + "range": [ + 93, + 121 + ], + "loc": { + "start": { + "line": 6, + "column": 7 + }, + "end": { + "line": 6, + "column": 35 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 86, + 121 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 35 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "CHECKLIST", + "range": [ + 135, + 144 + ], + "loc": { + "start": { + "line": 7, + "column": 13 + }, + "end": { + "line": 7, + "column": 22 + } + } + }, + "init": { + "type": "Literal", + "value": "checklist", + "raw": "'checklist'", + "range": [ + 147, + 158 + ], + "loc": { + "start": { + "line": 7, + "column": 25 + }, + "end": { + "line": 7, + "column": 36 + } + } + }, + "range": [ + 135, + 158 + ], + "loc": { + "start": { + "line": 7, + "column": 13 + }, + "end": { + "line": 7, + "column": 36 + } + } + } + ], + "kind": "const", + "range": [ + 129, + 159 + ], + "loc": { + "start": { + "line": 7, + "column": 7 + }, + "end": { + "line": 7, + "column": 37 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 122, + 159 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 7, + "column": 37 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "NONE", + "range": [ + 173, + 177 + ], + "loc": { + "start": { + "line": 8, + "column": 13 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + "init": { + "type": "Literal", + "value": "none", + "raw": "'none'", + "range": [ + 180, + 186 + ], + "loc": { + "start": { + "line": 8, + "column": 20 + }, + "end": { + "line": 8, + "column": 26 + } + } + }, + "range": [ + 173, + 186 + ], + "loc": { + "start": { + "line": 8, + "column": 13 + }, + "end": { + "line": 8, + "column": 26 + } + } + } + ], + "kind": "const", + "range": [ + 167, + 187 + ], + "loc": { + "start": { + "line": 8, + "column": 7 + }, + "end": { + "line": 8, + "column": 27 + } + }, + "leadingComments": [], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Key codes\n ", + "range": [ + 189, + 209 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 12, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 160, + 187 + ], + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 8, + "column": 27 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Key codes\n ", + "range": [ + 189, + 209 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 12, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "ENTER_KEY", + "range": [ + 223, + 232 + ], + "loc": { + "start": { + "line": 13, + "column": 13 + }, + "end": { + "line": 13, + "column": 22 + } + } + }, + "init": { + "type": "Literal", + "value": 13, + "raw": "13", + "range": [ + 235, + 237 + ], + "loc": { + "start": { + "line": 13, + "column": 25 + }, + "end": { + "line": 13, + "column": 27 + } + } + }, + "range": [ + 223, + 237 + ], + "loc": { + "start": { + "line": 13, + "column": 13 + }, + "end": { + "line": 13, + "column": 27 + } + } + } + ], + "kind": "const", + "range": [ + 217, + 238 + ], + "loc": { + "start": { + "line": 13, + "column": 7 + }, + "end": { + "line": 13, + "column": 28 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Key codes\n ", + "range": [ + 189, + 209 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 12, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 210, + 238 + ], + "loc": { + "start": { + "line": 13, + "column": 0 + }, + "end": { + "line": 13, + "column": 28 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Key codes\n ", + "range": [ + 189, + 209 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 12, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "TAB_KEY", + "range": [ + 252, + 259 + ], + "loc": { + "start": { + "line": 14, + "column": 13 + }, + "end": { + "line": 14, + "column": 20 + } + } + }, + "init": { + "type": "Literal", + "value": 9, + "raw": "9", + "range": [ + 262, + 263 + ], + "loc": { + "start": { + "line": 14, + "column": 23 + }, + "end": { + "line": 14, + "column": 24 + } + } + }, + "range": [ + 252, + 263 + ], + "loc": { + "start": { + "line": 14, + "column": 13 + }, + "end": { + "line": 14, + "column": 24 + } + } + } + ], + "kind": "const", + "range": [ + 246, + 264 + ], + "loc": { + "start": { + "line": 14, + "column": 7 + }, + "end": { + "line": 14, + "column": 25 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 239, + 264 + ], + "loc": { + "start": { + "line": 14, + "column": 0 + }, + "end": { + "line": 14, + "column": 25 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "ESC_KEY", + "range": [ + 278, + 285 + ], + "loc": { + "start": { + "line": 15, + "column": 13 + }, + "end": { + "line": 15, + "column": 20 + } + } + }, + "init": { + "type": "Literal", + "value": 27, + "raw": "27", + "range": [ + 288, + 290 + ], + "loc": { + "start": { + "line": 15, + "column": 23 + }, + "end": { + "line": 15, + "column": 25 + } + } + }, + "range": [ + 278, + 290 + ], + "loc": { + "start": { + "line": 15, + "column": 13 + }, + "end": { + "line": 15, + "column": 25 + } + } + } + ], + "kind": "const", + "range": [ + 272, + 291 + ], + "loc": { + "start": { + "line": 15, + "column": 7 + }, + "end": { + "line": 15, + "column": 26 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 265, + 291 + ], + "loc": { + "start": { + "line": 15, + "column": 0 + }, + "end": { + "line": 15, + "column": 26 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "UP_ARROW_KEY", + "range": [ + 305, + 317 + ], + "loc": { + "start": { + "line": 16, + "column": 13 + }, + "end": { + "line": 16, + "column": 25 + } + } + }, + "init": { + "type": "Literal", + "value": 38, + "raw": "38", + "range": [ + 320, + 322 + ], + "loc": { + "start": { + "line": 16, + "column": 28 + }, + "end": { + "line": 16, + "column": 30 + } + } + }, + "range": [ + 305, + 322 + ], + "loc": { + "start": { + "line": 16, + "column": 13 + }, + "end": { + "line": 16, + "column": 30 + } + } + } + ], + "kind": "const", + "range": [ + 299, + 323 + ], + "loc": { + "start": { + "line": 16, + "column": 7 + }, + "end": { + "line": 16, + "column": 31 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 292, + 323 + ], + "loc": { + "start": { + "line": 16, + "column": 0 + }, + "end": { + "line": 16, + "column": 31 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "DOWN_ARROW_KEY", + "range": [ + 337, + 351 + ], + "loc": { + "start": { + "line": 17, + "column": 13 + }, + "end": { + "line": 17, + "column": 27 + } + } + }, + "init": { + "type": "Literal", + "value": 40, + "raw": "40", + "range": [ + 354, + 356 + ], + "loc": { + "start": { + "line": 17, + "column": 30 + }, + "end": { + "line": 17, + "column": 32 + } + } + }, + "range": [ + 337, + 356 + ], + "loc": { + "start": { + "line": 17, + "column": 13 + }, + "end": { + "line": 17, + "column": 32 + } + } + } + ], + "kind": "const", + "range": [ + 331, + 357 + ], + "loc": { + "start": { + "line": 17, + "column": 7 + }, + "end": { + "line": 17, + "column": 33 + } + }, + "leadingComments": [], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * HTML tags\n ", + "range": [ + 359, + 379 + ], + "loc": { + "start": { + "line": 19, + "column": 0 + }, + "end": { + "line": 21, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 324, + 357 + ], + "loc": { + "start": { + "line": 17, + "column": 0 + }, + "end": { + "line": 17, + "column": 33 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * HTML tags\n ", + "range": [ + 359, + 379 + ], + "loc": { + "start": { + "line": 19, + "column": 0 + }, + "end": { + "line": 21, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "HEADER_TAG", + "range": [ + 393, + 403 + ], + "loc": { + "start": { + "line": 22, + "column": 13 + }, + "end": { + "line": 22, + "column": 23 + } + } + }, + "init": { + "type": "Literal", + "value": "TH", + "raw": "'TH'", + "range": [ + 406, + 410 + ], + "loc": { + "start": { + "line": 22, + "column": 26 + }, + "end": { + "line": 22, + "column": 30 + } + } + }, + "range": [ + 393, + 410 + ], + "loc": { + "start": { + "line": 22, + "column": 13 + }, + "end": { + "line": 22, + "column": 30 + } + } + } + ], + "kind": "const", + "range": [ + 387, + 411 + ], + "loc": { + "start": { + "line": 22, + "column": 7 + }, + "end": { + "line": 22, + "column": 31 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * HTML tags\n ", + "range": [ + 359, + 379 + ], + "loc": { + "start": { + "line": 19, + "column": 0 + }, + "end": { + "line": 21, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 380, + 411 + ], + "loc": { + "start": { + "line": 22, + "column": 0 + }, + "end": { + "line": 22, + "column": 31 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * HTML tags\n ", + "range": [ + 359, + 379 + ], + "loc": { + "start": { + "line": 19, + "column": 0 + }, + "end": { + "line": 21, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 425, + 433 + ], + "loc": { + "start": { + "line": 23, + "column": 13 + }, + "end": { + "line": 23, + "column": 21 + } + } + }, + "init": { + "type": "Literal", + "value": "TD", + "raw": "'TD'", + "range": [ + 436, + 440 + ], + "loc": { + "start": { + "line": 23, + "column": 24 + }, + "end": { + "line": 23, + "column": 28 + } + } + }, + "range": [ + 425, + 440 + ], + "loc": { + "start": { + "line": 23, + "column": 13 + }, + "end": { + "line": 23, + "column": 28 + } + } + } + ], + "kind": "const", + "range": [ + 419, + 441 + ], + "loc": { + "start": { + "line": 23, + "column": 7 + }, + "end": { + "line": 23, + "column": 29 + } + }, + "leadingComments": [], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Numeric values\n ", + "range": [ + 443, + 468 + ], + "loc": { + "start": { + "line": 25, + "column": 0 + }, + "end": { + "line": 27, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 412, + 441 + ], + "loc": { + "start": { + "line": 23, + "column": 0 + }, + "end": { + "line": 23, + "column": 29 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Numeric values\n ", + "range": [ + 443, + 468 + ], + "loc": { + "start": { + "line": 25, + "column": 0 + }, + "end": { + "line": 27, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "AUTO_FILTER_DELAY", + "range": [ + 482, + 499 + ], + "loc": { + "start": { + "line": 28, + "column": 13 + }, + "end": { + "line": 28, + "column": 30 + } + } + }, + "init": { + "type": "Literal", + "value": 750, + "raw": "750", + "range": [ + 502, + 505 + ], + "loc": { + "start": { + "line": 28, + "column": 33 + }, + "end": { + "line": 28, + "column": 36 + } + } + }, + "range": [ + 482, + 505 + ], + "loc": { + "start": { + "line": 28, + "column": 13 + }, + "end": { + "line": 28, + "column": 36 + } + } + } + ], + "kind": "const", + "range": [ + 476, + 506 + ], + "loc": { + "start": { + "line": 28, + "column": 7 + }, + "end": { + "line": 28, + "column": 37 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Numeric values\n ", + "range": [ + 443, + 468 + ], + "loc": { + "start": { + "line": 25, + "column": 0 + }, + "end": { + "line": 27, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 469, + 506 + ], + "loc": { + "start": { + "line": 28, + "column": 0 + }, + "end": { + "line": 28, + "column": 37 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Numeric values\n ", + "range": [ + 443, + 468 + ], + "loc": { + "start": { + "line": 25, + "column": 0 + }, + "end": { + "line": 27, + "column": 3 + } + } + } + ] + } + ], + "sourceType": "module", + "range": [ + 24, + 506 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 28, + "column": 37 + } + }, + "comments": [ + { + "type": "Block", + "value": "*\n * Filter types\n ", + "range": [ + 0, + 23 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 3, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Key codes\n ", + "range": [ + 189, + 209 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 12, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * HTML tags\n ", + "range": [ + 359, + 379 + ], + "loc": { + "start": { + "line": 19, + "column": 0 + }, + "end": { + "line": 21, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Numeric values\n ", + "range": [ + 443, + 468 + ], + "loc": { + "start": { + "line": 25, + "column": 0 + }, + "end": { + "line": 27, + "column": 3 + } + } + } + ] +} \ No newline at end of file diff --git a/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json b/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json index 212e527a..492c16f8 100644 --- a/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json +++ b/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json @@ -74,6 +74,97 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 37, + 42 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 37, + 42 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 13 + } + } + }, + "range": [ + 37, + 42 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 13 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../const", + "raw": "'../../const'", + "range": [ + 49, + 62 + ], + "loc": { + "start": { + "line": 2, + "column": 20 + }, + "end": { + "line": 2, + "column": 33 + } + } + }, + "range": [ + 29, + 63 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 2, + "column": 34 + } + } + }, { "type": "ExportDefaultDeclaration", "declaration": { @@ -82,16 +173,16 @@ "type": "Identifier", "name": "AdapterEzEditTable", "range": [ - 51, - 69 + 86, + 104 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 21 }, "end": { - "line": 3, + "line": 4, "column": 39 } } @@ -106,16 +197,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 358, - 369 + 393, + 404 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 15 } } @@ -128,16 +219,16 @@ "type": "Identifier", "name": "tf", "range": [ - 370, - 372 + 405, + 407 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 16 }, "end": { - "line": 11, + "line": 12, "column": 18 } } @@ -146,16 +237,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 374, - 377 + 409, + 412 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 20 }, "end": { - "line": 11, + "line": 12, "column": 23 } } @@ -175,16 +266,16 @@ "object": { "type": "ThisExpression", "range": [ - 418, - 422 + 453, + 457 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 12 } } @@ -193,31 +284,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 423, - 434 + 458, + 469 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 13 }, "end": { - "line": 13, + "line": 14, "column": 24 } } }, "range": [ - 418, - 434 + 453, + 469 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 24 } } @@ -227,46 +318,46 @@ "value": false, "raw": "false", "range": [ - 437, - 442 + 472, + 477 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 27 }, "end": { - "line": 13, + "line": 14, "column": 32 } } }, "range": [ - 418, - 442 + 453, + 477 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 32 } } }, "range": [ - 418, - 443 + 453, + 478 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 33 } }, @@ -275,16 +366,16 @@ "type": "Line", "value": " ezEditTable config", "range": [ - 388, - 409 + 423, + 444 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 13, "column": 29 } } @@ -302,16 +393,16 @@ "object": { "type": "ThisExpression", "range": [ - 452, - 456 + 487, + 491 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 12 } } @@ -320,31 +411,31 @@ "type": "Identifier", "name": "desc", "range": [ - 457, - 461 + 492, + 496 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 13 }, "end": { - "line": 14, + "line": 15, "column": 17 } } }, "range": [ - 452, - 461 + 487, + 496 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 17 } } @@ -359,16 +450,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 464, - 467 + 499, + 502 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 20 }, "end": { - "line": 14, + "line": 15, "column": 23 } } @@ -377,31 +468,31 @@ "type": "Identifier", "name": "description", "range": [ - 468, - 479 + 503, + 514 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 24 }, "end": { - "line": 14, + "line": 15, "column": 35 } } }, "range": [ - 464, - 479 + 499, + 514 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 20 }, "end": { - "line": 14, + "line": 15, "column": 35 } } @@ -411,61 +502,61 @@ "value": "ezEditTable adapter", "raw": "'ezEditTable adapter'", "range": [ - 483, - 504 + 518, + 539 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 39 }, "end": { - "line": 14, + "line": 15, "column": 60 } } }, "range": [ - 464, - 504 + 499, + 539 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 20 }, "end": { - "line": 14, + "line": 15, "column": 60 } } }, "range": [ - 452, - 504 + 487, + 539 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 60 } } }, "range": [ - 452, - 505 + 487, + 540 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 61 } } @@ -481,16 +572,16 @@ "object": { "type": "ThisExpression", "range": [ - 514, - 518 + 549, + 553 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 12 } } @@ -499,31 +590,31 @@ "type": "Identifier", "name": "filename", "range": [ - 519, - 527 + 554, + 562 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 13 }, "end": { - "line": 15, + "line": 16, "column": 21 } } }, "range": [ - 514, - 527 + 549, + 562 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 21 } } @@ -538,16 +629,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 530, - 533 + 565, + 568 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 24 }, "end": { - "line": 15, + "line": 16, "column": 27 } } @@ -556,31 +647,31 @@ "type": "Identifier", "name": "filename", "range": [ - 534, - 542 + 569, + 577 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 28 }, "end": { - "line": 15, + "line": 16, "column": 36 } } }, "range": [ - 530, - 542 + 565, + 577 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 24 }, "end": { - "line": 15, + "line": 16, "column": 36 } } @@ -590,61 +681,61 @@ "value": "ezEditTable.js", "raw": "'ezEditTable.js'", "range": [ - 546, - 562 + 581, + 597 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 40 }, "end": { - "line": 15, + "line": 16, "column": 56 } } }, "range": [ - 530, - 562 + 565, + 597 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 24 }, "end": { - "line": 15, + "line": 16, "column": 56 } } }, "range": [ - 514, - 562 + 549, + 597 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 56 } } }, "range": [ - 514, - 563 + 549, + 598 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 57 } } @@ -660,16 +751,16 @@ "object": { "type": "ThisExpression", "range": [ - 572, - 576 + 607, + 611 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 12 } } @@ -678,31 +769,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 577, - 587 + 612, + 622 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 13 }, "end": { - "line": 16, + "line": 17, "column": 23 } } }, "range": [ - 572, - 587 + 607, + 622 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 23 } } @@ -714,16 +805,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 590, - 593 + 625, + 628 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 26 }, "end": { - "line": 16, + "line": 17, "column": 29 } } @@ -732,61 +823,61 @@ "type": "Identifier", "name": "vendor_path", "range": [ - 594, - 605 + 629, + 640 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 30 }, "end": { - "line": 16, + "line": 17, "column": 41 } } }, "range": [ - 590, - 605 + 625, + 640 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 26 }, "end": { - "line": 16, + "line": 17, "column": 41 } } }, "range": [ - 572, - 605 + 607, + 640 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 41 } } }, "range": [ - 572, - 606 + 607, + 641 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 42 } } @@ -802,16 +893,16 @@ "object": { "type": "ThisExpression", "range": [ - 615, - 619 + 650, + 654 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 12 } } @@ -820,31 +911,31 @@ "type": "Identifier", "name": "loadStylesheet", "range": [ - 620, - 634 + 655, + 669 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 13 }, "end": { - "line": 17, + "line": 18, "column": 27 } } }, "range": [ - 615, - 634 + 650, + 669 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 27 } } @@ -855,16 +946,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 637, - 644 + 672, + 679 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 30 }, "end": { - "line": 17, + "line": 18, "column": 37 } } @@ -877,16 +968,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 645, - 648 + 680, + 683 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 38 }, "end": { - "line": 17, + "line": 18, "column": 41 } } @@ -895,77 +986,77 @@ "type": "Identifier", "name": "load_stylesheet", "range": [ - 649, - 664 + 684, + 699 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 42 }, "end": { - "line": 17, + "line": 18, "column": 57 } } }, "range": [ - 645, - 664 + 680, + 699 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 38 }, "end": { - "line": 17, + "line": 18, "column": 57 } } } ], "range": [ - 637, - 665 + 672, + 700 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 30 }, "end": { - "line": 17, + "line": 18, "column": 58 } } }, "range": [ - 615, - 665 + 650, + 700 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 58 } } }, "range": [ - 615, - 666 + 650, + 701 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 59 } } @@ -981,16 +1072,16 @@ "object": { "type": "ThisExpression", "range": [ - 675, - 679 + 710, + 714 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 12 } } @@ -999,31 +1090,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 680, - 690 + 715, + 725 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 13 }, "end": { - "line": 18, + "line": 19, "column": 23 } } }, "range": [ - 675, - 690 + 710, + 725 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 23 } } @@ -1038,16 +1129,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 693, - 696 + 728, + 731 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 26 }, "end": { - "line": 18, + "line": 19, "column": 29 } } @@ -1056,31 +1147,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 697, - 707 + 732, + 742 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 30 }, "end": { - "line": 18, + "line": 19, "column": 40 } } }, "range": [ - 693, - 707 + 728, + 742 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 26 }, "end": { - "line": 18, + "line": 19, "column": 40 } } @@ -1094,16 +1185,16 @@ "object": { "type": "ThisExpression", "range": [ - 711, - 715 + 746, + 750 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 44 }, "end": { - "line": 18, + "line": 19, "column": 48 } } @@ -1112,31 +1203,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 716, - 726 + 751, + 761 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 49 }, "end": { - "line": 18, + "line": 19, "column": 59 } } }, "range": [ - 711, - 726 + 746, + 761 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 44 }, "end": { - "line": 18, + "line": 19, "column": 59 } } @@ -1146,76 +1237,76 @@ "value": "ezEditTable.css", "raw": "'ezEditTable.css'", "range": [ - 729, - 746 + 764, + 781 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 62 }, "end": { - "line": 18, + "line": 19, "column": 79 } } }, "range": [ - 711, - 746 + 746, + 781 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 44 }, "end": { - "line": 18, + "line": 19, "column": 79 } } }, "range": [ - 693, - 746 + 728, + 781 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 26 }, "end": { - "line": 18, + "line": 19, "column": 79 } } }, "range": [ - 675, - 746 + 710, + 781 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 79 } } }, "range": [ - 675, - 747 + 710, + 782 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 80 } } @@ -1231,16 +1322,16 @@ "object": { "type": "ThisExpression", "range": [ - 756, - 760 + 791, + 795 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 12 } } @@ -1249,31 +1340,31 @@ "type": "Identifier", "name": "stylesheetName", "range": [ - 761, - 775 + 796, + 810 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 13 }, "end": { - "line": 19, + "line": 20, "column": 27 } } }, "range": [ - 756, - 775 + 791, + 810 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 27 } } @@ -1288,16 +1379,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 778, - 781 + 813, + 816 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 30 }, "end": { - "line": 19, + "line": 20, "column": 33 } } @@ -1306,31 +1397,31 @@ "type": "Identifier", "name": "stylesheet_name", "range": [ - 782, - 797 + 817, + 832 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 34 }, "end": { - "line": 19, + "line": 20, "column": 49 } } }, "range": [ - 778, - 797 + 813, + 832 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 30 }, "end": { - "line": 19, + "line": 20, "column": 49 } } @@ -1340,61 +1431,61 @@ "value": "ezEditTableCss", "raw": "'ezEditTableCss'", "range": [ - 801, - 817 + 836, + 852 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 53 }, "end": { - "line": 19, + "line": 20, "column": 69 } } }, "range": [ - 778, - 817 + 813, + 852 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 30 }, "end": { - "line": 19, + "line": 20, "column": 69 } } }, "range": [ - 756, - 817 + 791, + 852 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 69 } } }, "range": [ - 756, - 818 + 791, + 853 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 70 } } @@ -1410,16 +1501,16 @@ "object": { "type": "ThisExpression", "range": [ - 827, - 831 + 862, + 866 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 12 } } @@ -1428,31 +1519,31 @@ "type": "Identifier", "name": "err", "range": [ - 832, - 835 + 867, + 870 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 13 }, "end": { - "line": 20, + "line": 21, "column": 16 } } }, "range": [ - 827, - 835 + 862, + 870 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 16 } } @@ -1465,16 +1556,16 @@ "value": "Failed to instantiate EditTable object.\n\"ezEditTable\" ", "raw": "'Failed to instantiate EditTable object.\\n\"ezEditTable\" '", "range": [ - 838, - 895 + 873, + 930 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 19 }, "end": { - "line": 20, + "line": 21, "column": 76 } } @@ -1484,61 +1575,61 @@ "value": "dependency not found.", "raw": "'dependency not found.'", "range": [ - 910, - 933 + 945, + 968 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 12 }, "end": { - "line": 21, + "line": 22, "column": 35 } } }, "range": [ - 838, - 933 + 873, + 968 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 19 }, "end": { - "line": 21, + "line": 22, "column": 35 } } }, "range": [ - 827, - 933 + 862, + 968 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 35 } } }, "range": [ - 827, - 934 + 862, + 969 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 36 } }, @@ -1547,16 +1638,16 @@ "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 943, - 1015 + 978, + 1050 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 80 } } @@ -1575,16 +1666,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 1024, - 1027 + 1059, + 1062 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 11 } } @@ -1593,31 +1684,31 @@ "type": "Identifier", "name": "scroll_into_view", "range": [ - 1028, - 1044 + 1063, + 1079 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 12 }, "end": { - "line": 23, + "line": 24, "column": 28 } } }, "range": [ - 1024, - 1044 + 1059, + 1079 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 28 } } @@ -1634,16 +1725,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 1047, - 1050 + 1082, + 1085 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 31 }, "end": { - "line": 23, + "line": 24, "column": 34 } } @@ -1652,31 +1743,31 @@ "type": "Identifier", "name": "scroll_into_view", "range": [ - 1051, - 1067 + 1086, + 1102 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 35 }, "end": { - "line": 23, + "line": 24, "column": 51 } } }, "range": [ - 1047, - 1067 + 1082, + 1102 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 31 }, "end": { - "line": 23, + "line": 24, "column": 51 } } @@ -1686,31 +1777,31 @@ "value": false, "raw": "false", "range": [ - 1070, - 1075 + 1105, + 1110 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 54 }, "end": { - "line": 23, + "line": 24, "column": 59 } } }, "range": [ - 1047, - 1075 + 1082, + 1110 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 31 }, "end": { - "line": 23, + "line": 24, "column": 59 } } @@ -1720,16 +1811,16 @@ "value": false, "raw": "false", "range": [ - 1090, - 1095 + 1125, + 1130 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 17 } } @@ -1741,16 +1832,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1098, - 1100 + 1133, + 1135 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 22 } } @@ -1759,76 +1850,76 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 1101, - 1111 + 1136, + 1146 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 23 }, "end": { - "line": 24, + "line": 25, "column": 33 } } }, "range": [ - 1098, - 1111 + 1133, + 1146 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 33 } } }, "range": [ - 1047, - 1111 + 1082, + 1146 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 31 }, "end": { - "line": 24, + "line": 25, "column": 33 } } }, "range": [ - 1024, - 1111 + 1059, + 1146 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 33 } } }, "range": [ - 1024, - 1112 + 1059, + 1147 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 34 } }, @@ -1837,16 +1928,16 @@ "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 943, - 1015 + 978, + 1050 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 80 } } @@ -1864,16 +1955,16 @@ "object": { "type": "ThisExpression", "range": [ - 1122, - 1126 + 1157, + 1161 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1882,31 +1973,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 1127, - 1139 + 1162, + 1174 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 25 } } }, "range": [ - 1122, - 1139 + 1157, + 1174 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 25 } } @@ -1916,46 +2007,46 @@ "value": null, "raw": "null", "range": [ - 1142, - 1146 + 1177, + 1181 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 28 }, "end": { - "line": 26, + "line": 27, "column": 32 } } }, "range": [ - 1122, - 1146 + 1157, + 1181 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 32 } } }, "range": [ - 1122, - 1147 + 1157, + 1182 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 33 } } @@ -1971,16 +2062,16 @@ "object": { "type": "ThisExpression", "range": [ - 1156, - 1160 + 1191, + 1195 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 12 } } @@ -1989,31 +2080,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 1161, - 1164 + 1196, + 1199 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 13 }, "end": { - "line": 27, + "line": 28, "column": 16 } } }, "range": [ - 1156, - 1164 + 1191, + 1199 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 16 } } @@ -2022,46 +2113,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 1167, - 1170 + 1202, + 1205 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 19 }, "end": { - "line": 27, + "line": 28, "column": 22 } } }, "range": [ - 1156, - 1170 + 1191, + 1205 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 22 } } }, "range": [ - 1156, - 1171 + 1191, + 1206 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 23 } } @@ -2077,16 +2168,16 @@ "object": { "type": "ThisExpression", "range": [ - 1180, - 1184 + 1215, + 1219 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -2095,31 +2186,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1185, - 1187 + 1220, + 1222 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 15 } } }, "range": [ - 1180, - 1187 + 1215, + 1222 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 15 } } @@ -2128,46 +2219,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1190, - 1192 + 1225, + 1227 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 18 }, "end": { - "line": 28, + "line": 29, "column": 20 } } }, "range": [ - 1180, - 1192 + 1215, + 1227 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 20 } } }, "range": [ - 1180, - 1193 + 1215, + 1228 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 21 } } @@ -2183,16 +2274,16 @@ "object": { "type": "ThisExpression", "range": [ - 1202, - 1206 + 1237, + 1241 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 12 } } @@ -2201,31 +2292,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1207, - 1214 + 1242, + 1249 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 13 }, "end": { - "line": 29, + "line": 30, "column": 20 } } }, "range": [ - 1202, - 1214 + 1237, + 1249 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 20 } } @@ -2237,16 +2328,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1217, - 1219 + 1252, + 1254 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 23 }, "end": { - "line": 29, + "line": 30, "column": 25 } } @@ -2255,77 +2346,77 @@ "type": "Identifier", "name": "emitter", "range": [ - 1220, - 1227 + 1255, + 1262 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 26 }, "end": { - "line": 29, + "line": 30, "column": 33 } } }, "range": [ - 1217, - 1227 + 1252, + 1262 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 23 }, "end": { - "line": 29, + "line": 30, "column": 33 } } }, "range": [ - 1202, - 1227 + 1237, + 1262 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } }, "range": [ - 1202, - 1228 + 1237, + 1263 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 34 } } } ], "range": [ - 378, - 1234 + 413, + 1269 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 24 }, "end": { - "line": 30, + "line": 31, "column": 5 } } @@ -2333,16 +2424,16 @@ "generator": false, "expression": false, "range": [ - 369, - 1234 + 404, + 1269 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 15 }, "end": { - "line": 30, + "line": 31, "column": 5 } } @@ -2350,16 +2441,16 @@ "kind": "constructor", "computed": false, "range": [ - 358, - 1234 + 393, + 1269 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 30, + "line": 31, "column": 5 } }, @@ -2368,16 +2459,16 @@ "type": "Block", "value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ", "range": [ - 76, - 353 + 111, + 388 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -2388,16 +2479,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1240, - 1357 + 1275, + 1392 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 35, + "line": 36, "column": 7 } } @@ -2411,16 +2502,16 @@ "type": "Identifier", "name": "init", "range": [ - 1362, - 1366 + 1397, + 1401 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 4 }, "end": { - "line": 36, + "line": 37, "column": 8 } } @@ -2441,16 +2532,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1382, - 1384 + 1417, + 1419 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 14 } } @@ -2461,16 +2552,16 @@ "object": { "type": "ThisExpression", "range": [ - 1387, - 1391 + 1422, + 1426 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 17 }, "end": { - "line": 37, + "line": 38, "column": 21 } } @@ -2479,46 +2570,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1392, - 1394 + 1427, + 1429 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 22 }, "end": { - "line": 37, + "line": 38, "column": 24 } } }, "range": [ - 1387, - 1394 + 1422, + 1429 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 17 }, "end": { - "line": 37, + "line": 38, "column": 24 } } }, "range": [ - 1382, - 1394 + 1417, + 1429 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 24 } } @@ -2526,16 +2617,16 @@ ], "kind": "var", "range": [ - 1378, - 1395 + 1413, + 1430 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 25 } } @@ -2549,16 +2640,16 @@ "type": "Identifier", "name": "window", "range": [ - 1407, - 1413 + 1442, + 1448 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 11 }, "end": { - "line": 38, + "line": 39, "column": 17 } } @@ -2567,31 +2658,31 @@ "type": "Identifier", "name": "EditTable", "range": [ - 1414, - 1423 + 1449, + 1458 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 18 }, "end": { - "line": 38, + "line": 39, "column": 27 } } }, "range": [ - 1407, - 1423 + 1442, + 1458 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 11 }, "end": { - "line": 38, + "line": 39, "column": 27 } } @@ -2609,16 +2700,16 @@ "object": { "type": "ThisExpression", "range": [ - 1438, - 1442 + 1473, + 1477 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 12 }, "end": { - "line": 39, + "line": 40, "column": 16 } } @@ -2627,78 +2718,78 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 1443, - 1459 + 1478, + 1494 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 17 }, "end": { - "line": 39, + "line": 40, "column": 33 } } }, "range": [ - 1438, - 1459 + 1473, + 1494 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 12 }, "end": { - "line": 39, + "line": 40, "column": 33 } } }, "arguments": [], "range": [ - 1438, - 1461 + 1473, + 1496 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 12 }, "end": { - "line": 39, + "line": 40, "column": 35 } } }, "range": [ - 1438, - 1462 + 1473, + 1497 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 12 }, "end": { - "line": 39, + "line": 40, "column": 36 } } } ], "range": [ - 1424, - 1472 + 1459, + 1507 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 40, + "line": 41, "column": 9 } } @@ -2715,16 +2806,16 @@ "type": "Identifier", "name": "path", "range": [ - 1496, - 1500 + 1531, + 1535 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 16 }, "end": { - "line": 41, + "line": 42, "column": 20 } } @@ -2738,16 +2829,16 @@ "object": { "type": "ThisExpression", "range": [ - 1503, - 1507 + 1538, + 1542 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 23 }, "end": { - "line": 41, + "line": 42, "column": 27 } } @@ -2756,31 +2847,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 1508, - 1518 + 1543, + 1553 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 28 }, "end": { - "line": 41, + "line": 42, "column": 38 } } }, "range": [ - 1503, - 1518 + 1538, + 1553 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 23 }, "end": { - "line": 41, + "line": 42, "column": 38 } } @@ -2791,16 +2882,16 @@ "object": { "type": "ThisExpression", "range": [ - 1521, - 1525 + 1556, + 1560 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 41 }, "end": { - "line": 41, + "line": 42, "column": 45 } } @@ -2809,61 +2900,61 @@ "type": "Identifier", "name": "filename", "range": [ - 1526, - 1534 + 1561, + 1569 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 46 }, "end": { - "line": 41, + "line": 42, "column": 54 } } }, "range": [ - 1521, - 1534 + 1556, + 1569 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 41 }, "end": { - "line": 41, + "line": 42, "column": 54 } } }, "range": [ - 1503, - 1534 + 1538, + 1569 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 23 }, "end": { - "line": 41, + "line": 42, "column": 54 } } }, "range": [ - 1496, - 1534 + 1531, + 1569 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 16 }, "end": { - "line": 41, + "line": 42, "column": 54 } } @@ -2871,16 +2962,16 @@ ], "kind": "var", "range": [ - 1492, - 1535 + 1527, + 1570 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 55 } } @@ -2896,16 +2987,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1548, - 1550 + 1583, + 1585 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 14 } } @@ -2914,31 +3005,31 @@ "type": "Identifier", "name": "import", "range": [ - 1551, - 1557 + 1586, + 1592 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 15 }, "end": { - "line": 42, + "line": 43, "column": 21 } } }, "range": [ - 1548, - 1557 + 1583, + 1592 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 21 } } @@ -2950,16 +3041,16 @@ "object": { "type": "ThisExpression", "range": [ - 1558, - 1562 + 1593, + 1597 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 22 }, "end": { - "line": 42, + "line": 43, "column": 26 } } @@ -2968,31 +3059,31 @@ "type": "Identifier", "name": "filename", "range": [ - 1563, - 1571 + 1598, + 1606 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 27 }, "end": { - "line": 42, + "line": 43, "column": 35 } } }, "range": [ - 1558, - 1571 + 1593, + 1606 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 22 }, "end": { - "line": 42, + "line": 43, "column": 35 } } @@ -3001,16 +3092,16 @@ "type": "Identifier", "name": "path", "range": [ - 1573, - 1577 + 1608, + 1612 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 37 }, "end": { - "line": 42, + "line": 43, "column": 41 } } @@ -3032,16 +3123,16 @@ "object": { "type": "ThisExpression", "range": [ - 1586, - 1590 + 1621, + 1625 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 50 }, "end": { - "line": 42, + "line": 43, "column": 54 } } @@ -3050,78 +3141,78 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 1591, - 1607 + 1626, + 1642 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 55 }, "end": { - "line": 42, + "line": 43, "column": 71 } } }, "range": [ - 1586, - 1607 + 1621, + 1642 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 50 }, "end": { - "line": 42, + "line": 43, "column": 71 } } }, "arguments": [], "range": [ - 1586, - 1609 + 1621, + 1644 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 50 }, "end": { - "line": 42, + "line": 43, "column": 73 } } }, "range": [ - 1586, - 1610 + 1621, + 1645 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 50 }, "end": { - "line": 42, + "line": 43, "column": 74 } } } ], "range": [ - 1584, - 1612 + 1619, + 1647 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 48 }, "end": { - "line": 42, + "line": 43, "column": 76 } } @@ -3129,78 +3220,78 @@ "generator": false, "expression": false, "range": [ - 1579, - 1612 + 1614, + 1647 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 43 }, "end": { - "line": 42, + "line": 43, "column": 76 } } } ], "range": [ - 1548, - 1613 + 1583, + 1648 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 77 } } }, "range": [ - 1548, - 1614 + 1583, + 1649 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 78 } } } ], "range": [ - 1478, - 1624 + 1513, + 1659 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 15 }, "end": { - "line": 43, + "line": 44, "column": 9 } } }, "range": [ - 1404, - 1624 + 1439, + 1659 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 9 } } @@ -3216,16 +3307,16 @@ "object": { "type": "ThisExpression", "range": [ - 1636, - 1640 + 1671, + 1675 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 11 }, "end": { - "line": 44, + "line": 45, "column": 15 } } @@ -3234,31 +3325,31 @@ "type": "Identifier", "name": "loadStylesheet", "range": [ - 1641, - 1655 + 1676, + 1690 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 16 }, "end": { - "line": 44, + "line": 45, "column": 30 } } }, "range": [ - 1636, - 1655 + 1671, + 1690 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 11 }, "end": { - "line": 44, + "line": 45, "column": 30 } } @@ -3275,16 +3366,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1660, - 1662 + 1695, + 1697 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 35 }, "end": { - "line": 44, + "line": 45, "column": 37 } } @@ -3293,31 +3384,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 1663, - 1673 + 1698, + 1708 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 38 }, "end": { - "line": 44, + "line": 45, "column": 48 } } }, "range": [ - 1660, - 1673 + 1695, + 1708 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 35 }, "end": { - "line": 44, + "line": 45, "column": 48 } } @@ -3329,16 +3420,16 @@ "object": { "type": "ThisExpression", "range": [ - 1674, - 1678 + 1709, + 1713 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 49 }, "end": { - "line": 44, + "line": 45, "column": 53 } } @@ -3347,31 +3438,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1679, - 1689 + 1714, + 1724 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 54 }, "end": { - "line": 44, + "line": 45, "column": 64 } } }, "range": [ - 1674, - 1689 + 1709, + 1724 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 49 }, "end": { - "line": 44, + "line": 45, "column": 64 } } @@ -3381,63 +3472,63 @@ "value": "link", "raw": "'link'", "range": [ - 1691, - 1697 + 1726, + 1732 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 66 }, "end": { - "line": 44, + "line": 45, "column": 72 } } } ], "range": [ - 1660, - 1698 + 1695, + 1733 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 35 }, "end": { - "line": 44, + "line": 45, "column": 73 } } }, "prefix": true, "range": [ - 1659, - 1698 + 1694, + 1733 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 73 } } }, "range": [ - 1636, - 1698 + 1671, + 1733 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 11 }, "end": { - "line": 44, + "line": 45, "column": 73 } } @@ -3456,16 +3547,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1713, - 1715 + 1748, + 1750 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 12 }, "end": { - "line": 45, + "line": 46, "column": 14 } } @@ -3474,31 +3565,31 @@ "type": "Identifier", "name": "import", "range": [ - 1716, - 1722 + 1751, + 1757 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 15 }, "end": { - "line": 45, + "line": 46, "column": 21 } } }, "range": [ - 1713, - 1722 + 1748, + 1757 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 12 }, "end": { - "line": 45, + "line": 46, "column": 21 } } @@ -3510,16 +3601,16 @@ "object": { "type": "ThisExpression", "range": [ - 1723, - 1727 + 1758, + 1762 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 22 }, "end": { - "line": 45, + "line": 46, "column": 26 } } @@ -3528,31 +3619,31 @@ "type": "Identifier", "name": "stylesheetName", "range": [ - 1728, - 1742 + 1763, + 1777 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 27 }, "end": { - "line": 45, + "line": 46, "column": 41 } } }, "range": [ - 1723, - 1742 + 1758, + 1777 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 22 }, "end": { - "line": 45, + "line": 46, "column": 41 } } @@ -3563,16 +3654,16 @@ "object": { "type": "ThisExpression", "range": [ - 1744, - 1748 + 1779, + 1783 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 43 }, "end": { - "line": 45, + "line": 46, "column": 47 } } @@ -3581,31 +3672,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1749, - 1759 + 1784, + 1794 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 48 }, "end": { - "line": 45, + "line": 46, "column": 58 } } }, "range": [ - 1744, - 1759 + 1779, + 1794 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 43 }, "end": { - "line": 45, + "line": 46, "column": 58 } } @@ -3615,16 +3706,16 @@ "value": null, "raw": "null", "range": [ - 1761, - 1765 + 1796, + 1800 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 60 }, "end": { - "line": 45, + "line": 46, "column": 64 } } @@ -3634,79 +3725,79 @@ "value": "link", "raw": "'link'", "range": [ - 1767, - 1773 + 1802, + 1808 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 66 }, "end": { - "line": 45, + "line": 46, "column": 72 } } } ], "range": [ - 1713, - 1774 + 1748, + 1809 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 12 }, "end": { - "line": 45, + "line": 46, "column": 73 } } }, "range": [ - 1713, - 1775 + 1748, + 1810 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 12 }, "end": { - "line": 45, + "line": 46, "column": 74 } } } ], "range": [ - 1699, - 1785 + 1734, + 1820 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 74 }, "end": { - "line": 46, + "line": 47, "column": 9 } } }, "alternate": null, "range": [ - 1633, - 1785 + 1668, + 1820 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 9 } }, @@ -3715,16 +3806,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1795, - 1857 + 1830, + 1892 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 70 } } @@ -3733,16 +3824,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1866, - 1910 + 1901, + 1945 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 52 } } @@ -3762,16 +3853,16 @@ "object": { "type": "ThisExpression", "range": [ - 1919, - 1923 + 1954, + 1958 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 12 } } @@ -3780,31 +3871,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1924, - 1931 + 1959, + 1966 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 13 }, "end": { - "line": 50, + "line": 51, "column": 20 } } }, "range": [ - 1919, - 1931 + 1954, + 1966 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 20 } } @@ -3813,31 +3904,31 @@ "type": "Identifier", "name": "on", "range": [ - 1932, - 1934 + 1967, + 1969 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 21 }, "end": { - "line": 50, + "line": 51, "column": 23 } } }, "range": [ - 1919, - 1934 + 1954, + 1969 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 23 } } @@ -3851,16 +3942,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 1936, - 1950 + 1971, + 1985 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 25 }, "end": { - "line": 50, + "line": 51, "column": 39 } } @@ -3870,32 +3961,32 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 1952, - 1965 + 1987, + 2000 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 41 }, "end": { - "line": 50, + "line": 51, "column": 54 } } } ], "range": [ - 1935, - 1966 + 1970, + 2001 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 24 }, "end": { - "line": 50, + "line": 51, "column": 55 } } @@ -3912,16 +4003,16 @@ "object": { "type": "ThisExpression", "range": [ - 1985, - 1989 + 2020, + 2024 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 17 }, "end": { - "line": 51, + "line": 52, "column": 21 } } @@ -3930,47 +4021,47 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 1990, - 2011 + 2025, + 2046 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 22 }, "end": { - "line": 51, + "line": 52, "column": 43 } } }, "range": [ - 1985, - 2011 + 2020, + 2046 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 17 }, "end": { - "line": 51, + "line": 52, "column": 43 } } }, "arguments": [], "range": [ - 1985, - 2013 + 2020, + 2048 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 17 }, "end": { - "line": 51, + "line": 52, "column": 45 } } @@ -3978,47 +4069,47 @@ "generator": false, "expression": true, "range": [ - 1980, - 2013 + 2015, + 2048 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 12 }, "end": { - "line": 51, + "line": 52, "column": 45 } } } ], "range": [ - 1919, - 2014 + 1954, + 2049 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 46 } } }, "range": [ - 1919, - 2015 + 1954, + 2050 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 47 } }, @@ -4027,16 +4118,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1795, - 1857 + 1830, + 1892 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 70 } } @@ -4045,16 +4136,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1866, - 1910 + 1901, + 1945 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 52 } } @@ -4063,16 +4154,16 @@ } ], "range": [ - 1368, - 2021 + 1403, + 2056 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 10 }, "end": { - "line": 52, + "line": 53, "column": 5 } } @@ -4080,16 +4171,16 @@ "generator": false, "expression": false, "range": [ - 1366, - 2021 + 1401, + 2056 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 5 } } @@ -4097,16 +4188,16 @@ "kind": "method", "computed": false, "range": [ - 1362, - 2021 + 1397, + 2056 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 4 }, "end": { - "line": 52, + "line": 53, "column": 5 } }, @@ -4115,16 +4206,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1240, - 1357 + 1275, + 1392 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 35, + "line": 36, "column": 7 } } @@ -4135,16 +4226,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2027, - 2106 + 2062, + 2141 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 56, + "line": 57, "column": 7 } } @@ -4158,16 +4249,16 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 2111, - 2127 + 2146, + 2162 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 57, + "line": 58, "column": 20 } } @@ -4188,16 +4279,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2143, - 2145 + 2178, + 2180 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 14 } } @@ -4208,16 +4299,16 @@ "object": { "type": "ThisExpression", "range": [ - 2148, - 2152 + 2183, + 2187 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 17 }, "end": { - "line": 58, + "line": 59, "column": 21 } } @@ -4226,46 +4317,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2153, - 2155 + 2188, + 2190 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 22 }, "end": { - "line": 58, + "line": 59, "column": 24 } } }, "range": [ - 2148, - 2155 + 2183, + 2190 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 17 }, "end": { - "line": 58, + "line": 59, "column": 24 } } }, "range": [ - 2143, - 2155 + 2178, + 2190 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 24 } } @@ -4273,16 +4364,16 @@ ], "kind": "var", "range": [ - 2139, - 2156 + 2174, + 2191 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 25 } }, @@ -4291,16 +4382,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2166, - 2226 + 2201, + 2261 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 68 } } @@ -4316,32 +4407,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 2239, - 2247 + 2274, + 2282 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 20 } } }, "init": null, "range": [ - 2239, - 2247 + 2274, + 2282 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 20 } } @@ -4352,16 +4443,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2261, - 2264 + 2296, + 2299 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 12 }, "end": { - "line": 62, + "line": 63, "column": 15 } } @@ -4372,16 +4463,16 @@ "object": { "type": "ThisExpression", "range": [ - 2267, - 2271 + 2302, + 2306 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 18 }, "end": { - "line": 62, + "line": 63, "column": 22 } } @@ -4390,46 +4481,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 2272, - 2275 + 2307, + 2310 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 23 }, "end": { - "line": 62, + "line": 63, "column": 26 } } }, "range": [ - 2267, - 2275 + 2302, + 2310 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 18 }, "end": { - "line": 62, + "line": 63, "column": 26 } } }, "range": [ - 2261, - 2275 + 2296, + 2310 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 12 }, "end": { - "line": 62, + "line": 63, "column": 26 } } @@ -4440,16 +4531,16 @@ "type": "Identifier", "name": "thead", "range": [ - 2289, - 2294 + 2324, + 2329 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 17 } } @@ -4463,16 +4554,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2297, - 2300 + 2332, + 2335 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 20 }, "end": { - "line": 63, + "line": 64, "column": 23 } } @@ -4481,31 +4572,31 @@ "type": "Identifier", "name": "tag", "range": [ - 2301, - 2304 + 2336, + 2339 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 24 }, "end": { - "line": 63, + "line": 64, "column": 27 } } }, "range": [ - 2297, - 2304 + 2332, + 2339 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 20 }, "end": { - "line": 63, + "line": 64, "column": 27 } } @@ -4518,16 +4609,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2305, - 2307 + 2340, + 2342 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 28 }, "end": { - "line": 63, + "line": 64, "column": 30 } } @@ -4536,31 +4627,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2308, - 2311 + 2343, + 2346 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 31 }, "end": { - "line": 63, + "line": 64, "column": 34 } } }, "range": [ - 2305, - 2311 + 2340, + 2346 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 28 }, "end": { - "line": 63, + "line": 64, "column": 34 } } @@ -4570,47 +4661,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 2313, - 2320 + 2348, + 2355 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 36 }, "end": { - "line": 63, + "line": 64, "column": 43 } } } ], "range": [ - 2297, - 2321 + 2332, + 2356 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 20 }, "end": { - "line": 63, + "line": 64, "column": 44 } } }, "range": [ - 2289, - 2321 + 2324, + 2356 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 44 } } @@ -4618,16 +4709,16 @@ ], "kind": "var", "range": [ - 2235, - 2322 + 2270, + 2357 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 45 } }, @@ -4636,16 +4727,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2166, - 2226 + 2201, + 2261 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 68 } } @@ -4656,16 +4747,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2332, - 2400 + 2367, + 2435 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 76 } } @@ -4674,16 +4765,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2409, - 2437 + 2444, + 2472 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 36 } } @@ -4705,16 +4796,16 @@ "type": "Identifier", "name": "thead", "range": [ - 2449, - 2454 + 2484, + 2489 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 11 }, "end": { - "line": 67, + "line": 68, "column": 16 } } @@ -4723,31 +4814,31 @@ "type": "Identifier", "name": "length", "range": [ - 2455, - 2461 + 2490, + 2496 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 17 }, "end": { - "line": 67, + "line": 68, "column": 23 } } }, "range": [ - 2449, - 2461 + 2484, + 2496 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 11 }, "end": { - "line": 67, + "line": 68, "column": 23 } } @@ -4757,31 +4848,31 @@ "value": 0, "raw": "0", "range": [ - 2464, - 2465 + 2499, + 2500 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 27 } } }, "range": [ - 2449, - 2465 + 2484, + 2500 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 11 }, "end": { - "line": 67, + "line": 68, "column": 27 } } @@ -4796,16 +4887,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2470, - 2473 + 2505, + 2508 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 32 }, "end": { - "line": 67, + "line": 68, "column": 35 } } @@ -4814,62 +4905,62 @@ "type": "Identifier", "name": "startRow", "range": [ - 2474, - 2482 + 2509, + 2517 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 36 }, "end": { - "line": 67, + "line": 68, "column": 44 } } }, "range": [ - 2470, - 2482 + 2505, + 2517 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 32 }, "end": { - "line": 67, + "line": 68, "column": 44 } } }, "prefix": true, "range": [ - 2469, - 2482 + 2504, + 2517 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 31 }, "end": { - "line": 67, + "line": 68, "column": 44 } } }, "range": [ - 2449, - 2482 + 2484, + 2517 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 11 }, "end": { - "line": 67, + "line": 68, "column": 44 } } @@ -4886,16 +4977,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 2497, - 2505 + 2532, + 2540 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 20 } } @@ -4904,62 +4995,62 @@ "type": "Identifier", "name": "undefined", "range": [ - 2508, - 2517 + 2543, + 2552 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 23 }, "end": { - "line": 68, + "line": 69, "column": 32 } } }, "range": [ - 2497, - 2517 + 2532, + 2552 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 32 } } }, "range": [ - 2497, - 2518 + 2532, + 2553 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 33 } } } ], "range": [ - 2483, - 2528 + 2518, + 2563 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 45 }, "end": { - "line": 69, + "line": 70, "column": 9 } }, @@ -4968,16 +5059,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2537, - 2602 + 2572, + 2637 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 70, + "line": 71, "column": 73 } } @@ -4996,16 +5087,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 2629, - 2637 + 2664, + 2672 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 20 } } @@ -5020,16 +5111,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2640, - 2643 + 2675, + 2678 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 26 } } @@ -5038,31 +5129,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 2644, - 2652 + 2679, + 2687 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 27 }, "end": { - "line": 72, + "line": 73, "column": 35 } } }, "range": [ - 2640, - 2652 + 2675, + 2687 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 35 } } @@ -5074,16 +5165,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2656, - 2658 + 2691, + 2693 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 39 }, "end": { - "line": 72, + "line": 73, "column": 41 } } @@ -5092,92 +5183,92 @@ "type": "Identifier", "name": "refRow", "range": [ - 2659, - 2665 + 2694, + 2700 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 42 }, "end": { - "line": 72, + "line": 73, "column": 48 } } }, "range": [ - 2656, - 2665 + 2691, + 2700 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 39 }, "end": { - "line": 72, + "line": 73, "column": 48 } } }, "range": [ - 2640, - 2665 + 2675, + 2700 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 48 } } }, "range": [ - 2629, - 2665 + 2664, + 2700 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 48 } } }, "range": [ - 2629, - 2666 + 2664, + 2701 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 49 } } } ], "range": [ - 2615, - 2676 + 2650, + 2711 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 73, + "line": 74, "column": 9 } }, @@ -5186,16 +5277,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2537, - 2602 + 2572, + 2637 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 70, + "line": 71, "column": 73 } } @@ -5203,16 +5294,16 @@ ] }, "range": [ - 2446, - 2676 + 2481, + 2711 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 9 } }, @@ -5221,16 +5312,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2332, - 2400 + 2367, + 2435 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 76 } } @@ -5239,16 +5330,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2409, - 2437 + 2444, + 2472 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 36 } } @@ -5267,16 +5358,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2686, - 2689 + 2721, + 2724 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 11 } } @@ -5285,31 +5376,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 2690, - 2699 + 2725, + 2734 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, + "line": 76, "column": 21 } } }, "range": [ - 2686, - 2699 + 2721, + 2734 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 21 } } @@ -5324,16 +5415,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2702, - 2705 + 2737, + 2740 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 24 }, "end": { - "line": 75, + "line": 76, "column": 27 } } @@ -5342,31 +5433,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 2706, - 2715 + 2741, + 2750 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 28 }, "end": { - "line": 75, + "line": 76, "column": 37 } } }, "range": [ - 2702, - 2715 + 2737, + 2750 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 24 }, "end": { - "line": 75, + "line": 76, "column": 37 } } @@ -5381,16 +5472,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2719, - 2721 + 2754, + 2756 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 41 }, "end": { - "line": 75, + "line": 76, "column": 43 } } @@ -5399,31 +5490,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 2722, - 2730 + 2757, + 2765 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 44 }, "end": { - "line": 75, + "line": 76, "column": 52 } } }, "range": [ - 2719, - 2730 + 2754, + 2765 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 41 }, "end": { - "line": 75, + "line": 76, "column": 52 } } @@ -5433,76 +5524,76 @@ "value": "ezEditTable/", "raw": "'ezEditTable/'", "range": [ - 2733, - 2747 + 2768, + 2782 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 55 }, "end": { - "line": 75, + "line": 76, "column": 69 } } }, "range": [ - 2719, - 2747 + 2754, + 2782 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 41 }, "end": { - "line": 75, + "line": 76, "column": 69 } } }, "range": [ - 2702, - 2747 + 2737, + 2782 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 24 }, "end": { - "line": 75, + "line": 76, "column": 69 } } }, "range": [ - 2686, - 2747 + 2721, + 2782 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 69 } } }, "range": [ - 2686, - 2748 + 2721, + 2783 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 70 } } @@ -5516,16 +5607,16 @@ "type": "Identifier", "name": "editable", "range": [ - 2761, - 2769 + 2796, + 2804 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 20 } } @@ -5537,16 +5628,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2772, - 2775 + 2807, + 2810 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 23 }, "end": { - "line": 76, + "line": 77, "column": 26 } } @@ -5555,46 +5646,46 @@ "type": "Identifier", "name": "editable", "range": [ - 2776, - 2784 + 2811, + 2819 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 27 }, "end": { - "line": 76, + "line": 77, "column": 35 } } }, "range": [ - 2772, - 2784 + 2807, + 2819 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 23 }, "end": { - "line": 76, + "line": 77, "column": 35 } } }, "range": [ - 2761, - 2784 + 2796, + 2819 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 35 } } @@ -5602,16 +5693,16 @@ ], "kind": "var", "range": [ - 2757, - 2785 + 2792, + 2820 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 36 } } @@ -5625,16 +5716,16 @@ "type": "Identifier", "name": "selectable", "range": [ - 2798, - 2808 + 2833, + 2843 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 12 }, "end": { - "line": 77, + "line": 78, "column": 22 } } @@ -5646,16 +5737,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2811, - 2814 + 2846, + 2849 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 25 }, "end": { - "line": 77, + "line": 78, "column": 28 } } @@ -5664,46 +5755,46 @@ "type": "Identifier", "name": "selection", "range": [ - 2815, - 2824 + 2850, + 2859 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 29 }, "end": { - "line": 77, + "line": 78, "column": 38 } } }, "range": [ - 2811, - 2824 + 2846, + 2859 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 25 }, "end": { - "line": 77, + "line": 78, "column": 38 } } }, "range": [ - 2798, - 2824 + 2833, + 2859 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 12 }, "end": { - "line": 77, + "line": 78, "column": 38 } } @@ -5711,16 +5802,16 @@ ], "kind": "var", "range": [ - 2794, - 2825 + 2829, + 2860 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 39 } } @@ -5731,16 +5822,16 @@ "type": "Identifier", "name": "selectable", "range": [ - 2838, - 2848 + 2873, + 2883 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 11 }, "end": { - "line": 79, + "line": 80, "column": 21 } } @@ -5760,16 +5851,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2863, - 2866 + 2898, + 2901 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 15 } } @@ -5778,31 +5869,31 @@ "type": "Identifier", "name": "default_selection", "range": [ - 2867, - 2884 + 2902, + 2919 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 16 }, "end": { - "line": 80, + "line": 81, "column": 33 } } }, "range": [ - 2863, - 2884 + 2898, + 2919 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 33 } } @@ -5817,16 +5908,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2887, - 2890 + 2922, + 2925 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 36 }, "end": { - "line": 80, + "line": 81, "column": 39 } } @@ -5835,31 +5926,31 @@ "type": "Identifier", "name": "default_selection", "range": [ - 2891, - 2908 + 2926, + 2943 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 40 }, "end": { - "line": 80, + "line": 81, "column": 57 } } }, "range": [ - 2887, - 2908 + 2922, + 2943 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 36 }, "end": { - "line": 80, + "line": 81, "column": 57 } } @@ -5869,93 +5960,93 @@ "value": "row", "raw": "'row'", "range": [ - 2912, - 2917 + 2947, + 2952 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 61 }, "end": { - "line": 80, + "line": 81, "column": 66 } } }, "range": [ - 2887, - 2917 + 2922, + 2952 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 36 }, "end": { - "line": 80, + "line": 81, "column": 66 } } }, "range": [ - 2863, - 2917 + 2898, + 2952 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 66 } } }, "range": [ - 2863, - 2918 + 2898, + 2953 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 67 } } } ], "range": [ - 2849, - 2928 + 2884, + 2963 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 22 }, "end": { - "line": 81, + "line": 82, "column": 9 } } }, "alternate": null, "range": [ - 2835, - 2928 + 2870, + 2963 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 9 } }, @@ -5964,16 +6055,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 2937, - 2949 + 2972, + 2984 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 20 } } @@ -5992,16 +6083,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2958, - 2961 + 2993, + 2996 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 11 } } @@ -6010,31 +6101,31 @@ "type": "Identifier", "name": "active_cell_css", "range": [ - 2962, - 2977 + 2997, + 3012 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 27 } } }, "range": [ - 2958, - 2977 + 2993, + 3012 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 27 } } @@ -6049,16 +6140,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2980, - 2983 + 3015, + 3018 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 30 }, "end": { - "line": 83, + "line": 84, "column": 33 } } @@ -6067,31 +6158,31 @@ "type": "Identifier", "name": "active_cell_css", "range": [ - 2984, - 2999 + 3019, + 3034 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 34 }, "end": { - "line": 83, + "line": 84, "column": 49 } } }, "range": [ - 2980, - 2999 + 3015, + 3034 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 30 }, "end": { - "line": 83, + "line": 84, "column": 49 } } @@ -6101,61 +6192,61 @@ "value": "ezETSelectedCell", "raw": "'ezETSelectedCell'", "range": [ - 3003, - 3021 + 3038, + 3056 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 53 }, "end": { - "line": 83, + "line": 84, "column": 71 } } }, "range": [ - 2980, - 3021 + 3015, + 3056 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 30 }, "end": { - "line": 83, + "line": 84, "column": 71 } } }, "range": [ - 2958, - 3021 + 2993, + 3056 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 71 } } }, "range": [ - 2958, - 3022 + 2993, + 3057 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 72 } }, @@ -6164,16 +6255,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 2937, - 2949 + 2972, + 2984 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 20 } } @@ -6189,16 +6280,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 3036, - 3054 + 3071, + 3089 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 30 } } @@ -6208,31 +6299,31 @@ "value": 0, "raw": "0", "range": [ - 3057, - 3058 + 3092, + 3093 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 33 }, "end": { - "line": 85, + "line": 86, "column": 34 } } }, "range": [ - 3036, - 3058 + 3071, + 3093 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 34 } } @@ -6240,16 +6331,16 @@ ], "kind": "var", "range": [ - 3032, - 3059 + 3067, + 3094 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 35 } } @@ -6263,16 +6354,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 3072, - 3085 + 3107, + 3120 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 25 } } @@ -6282,31 +6373,31 @@ "value": 0, "raw": "0", "range": [ - 3088, - 3089 + 3123, + 3124 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 28 }, "end": { - "line": 86, + "line": 87, "column": 29 } } }, "range": [ - 3072, - 3089 + 3107, + 3124 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 29 } } @@ -6314,16 +6405,16 @@ ], "kind": "var", "range": [ - 3068, - 3090 + 3103, + 3125 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 30 } } @@ -6334,16 +6425,16 @@ "type": "Identifier", "name": "selectable", "range": [ - 3103, - 3113 + 3138, + 3148 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 11 }, "end": { - "line": 88, + "line": 89, "column": 21 } } @@ -6360,16 +6451,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 3246, - 3262 + 3281, + 3297 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 16 }, "end": { - "line": 91, + "line": 92, "column": 32 } } @@ -6382,16 +6473,16 @@ "type": "Identifier", "name": "et", "range": [ - 3274, - 3276 + 3309, + 3311 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 44 }, "end": { - "line": 91, + "line": 92, "column": 46 } } @@ -6400,16 +6491,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 3278, - 3289 + 3313, + 3324 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 48 }, "end": { - "line": 91, + "line": 92, "column": 59 } } @@ -6418,16 +6509,16 @@ "type": "Identifier", "name": "e", "range": [ - 3291, - 3292 + 3326, + 3327 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 61 }, "end": { - "line": 91, + "line": 92, "column": 62 } } @@ -6445,16 +6536,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3315, - 3318 + 3350, + 3353 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 20 }, "end": { - "line": 92, + "line": 93, "column": 23 } } @@ -6466,16 +6557,16 @@ "type": "Identifier", "name": "et", "range": [ - 3321, - 3323 + 3356, + 3358 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 26 }, "end": { - "line": 92, + "line": 93, "column": 28 } } @@ -6484,46 +6575,46 @@ "type": "Identifier", "name": "Selection", "range": [ - 3324, - 3333 + 3359, + 3368 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 29 }, "end": { - "line": 92, + "line": 93, "column": 38 } } }, "range": [ - 3321, - 3333 + 3356, + 3368 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 26 }, "end": { - "line": 92, + "line": 93, "column": 38 } } }, "range": [ - 3315, - 3333 + 3350, + 3368 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 20 }, "end": { - "line": 92, + "line": 93, "column": 38 } } @@ -6531,16 +6622,16 @@ ], "kind": "var", "range": [ - 3311, - 3334 + 3346, + 3369 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 16 }, "end": { - "line": 92, + "line": 93, "column": 39 } }, @@ -6549,16 +6640,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3351, - 3397 + 3386, + 3432 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 62 } } @@ -6574,16 +6665,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 3418, - 3426 + 3453, + 3461 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 20 }, "end": { - "line": 94, + "line": 95, "column": 28 } } @@ -6596,16 +6687,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3438, - 3450 + 3473, + 3485 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 40 }, "end": { - "line": 94, + "line": 95, "column": 52 } } @@ -6626,16 +6717,16 @@ "type": "Identifier", "name": "et", "range": [ - 3476, - 3478 + 3511, + 3513 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 25 } } @@ -6644,31 +6735,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 3479, - 3495 + 3514, + 3530 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 26 }, "end": { - "line": 95, + "line": 96, "column": 42 } } }, "range": [ - 3476, - 3495 + 3511, + 3530 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 42 } } @@ -6678,31 +6769,31 @@ "value": "row", "raw": "'row'", "range": [ - 3500, - 3505 + 3535, + 3540 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 47 }, "end": { - "line": 95, + "line": 96, "column": 52 } } }, "range": [ - 3476, - 3505 + 3511, + 3540 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 52 } } @@ -6721,16 +6812,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3577, - 3580 + 3612, + 3615 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 24 }, "end": { - "line": 97, + "line": 98, "column": 27 } } @@ -6739,31 +6830,31 @@ "type": "Identifier", "name": "SelectRowByIndex", "range": [ - 3581, - 3597 + 3616, + 3632 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 28 }, "end": { - "line": 97, + "line": 98, "column": 44 } } }, "range": [ - 3577, - 3597 + 3612, + 3632 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 24 }, "end": { - "line": 97, + "line": 98, "column": 44 } } @@ -6773,47 +6864,47 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3598, - 3610 + 3633, + 3645 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 45 }, "end": { - "line": 97, + "line": 98, "column": 57 } } } ], "range": [ - 3577, - 3611 + 3612, + 3646 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 24 }, "end": { - "line": 97, + "line": 98, "column": 58 } } }, "range": [ - 3577, - 3612 + 3612, + 3647 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 24 }, "end": { - "line": 97, + "line": 98, "column": 59 } }, @@ -6822,16 +6913,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3532, - 3552 + 3567, + 3587 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 24 }, "end": { - "line": 96, + "line": 97, "column": 44 } } @@ -6842,16 +6933,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3637, - 3656 + 3672, + 3691 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 24 }, "end": { - "line": 98, + "line": 99, "column": 43 } } @@ -6860,16 +6951,16 @@ } ], "range": [ - 3506, - 3678 + 3541, + 3713 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 53 }, "end": { - "line": 99, + "line": 100, "column": 21 } } @@ -6888,16 +6979,16 @@ "type": "Identifier", "name": "et", "range": [ - 3755, - 3757 + 3790, + 3792 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 24 }, "end": { - "line": 101, + "line": 102, "column": 26 } } @@ -6906,62 +6997,62 @@ "type": "Identifier", "name": "ClearSelections", "range": [ - 3758, - 3773 + 3793, + 3808 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 27 }, "end": { - "line": 101, + "line": 102, "column": 42 } } }, "range": [ - 3755, - 3773 + 3790, + 3808 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 24 }, "end": { - "line": 101, + "line": 102, "column": 42 } } }, "arguments": [], "range": [ - 3755, - 3775 + 3790, + 3810 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 24 }, "end": { - "line": 101, + "line": 102, "column": 44 } } }, "range": [ - 3755, - 3776 + 3790, + 3811 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 24 }, "end": { - "line": 101, + "line": 102, "column": 45 } }, @@ -6970,16 +7061,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3710, - 3730 + 3745, + 3765 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 24 }, "end": { - "line": 100, + "line": 101, "column": 44 } } @@ -6990,16 +7081,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3801, - 3820 + 3836, + 3855 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 24 }, "end": { - "line": 102, + "line": 103, "column": 43 } } @@ -7015,16 +7106,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3849, - 3858 + 3884, + 3893 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 28 }, "end": { - "line": 103, + "line": 104, "column": 37 } } @@ -7036,16 +7127,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 3861, - 3872 + 3896, + 3907 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 40 }, "end": { - "line": 103, + "line": 104, "column": 51 } } @@ -7054,46 +7145,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3873, - 3882 + 3908, + 3917 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 52 }, "end": { - "line": 103, + "line": 104, "column": 61 } } }, "range": [ - 3861, - 3882 + 3896, + 3917 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 40 }, "end": { - "line": 103, + "line": 104, "column": 61 } } }, "range": [ - 3849, - 3882 + 3884, + 3917 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 28 }, "end": { - "line": 103, + "line": 104, "column": 61 } } @@ -7104,16 +7195,16 @@ "type": "Identifier", "name": "row", "range": [ - 3912, - 3915 + 3947, + 3950 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 28 }, "end": { - "line": 104, + "line": 105, "column": 31 } } @@ -7131,16 +7222,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3918, - 3920 + 3953, + 3955 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 34 }, "end": { - "line": 104, + "line": 105, "column": 36 } } @@ -7149,31 +7240,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3921, - 3924 + 3956, + 3959 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 37 }, "end": { - "line": 104, + "line": 105, "column": 40 } } }, "range": [ - 3918, - 3924 + 3953, + 3959 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 34 }, "end": { - "line": 104, + "line": 105, "column": 40 } } @@ -7182,31 +7273,31 @@ "type": "Identifier", "name": "rows", "range": [ - 3925, - 3929 + 3960, + 3964 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 41 }, "end": { - "line": 104, + "line": 105, "column": 45 } } }, "range": [ - 3918, - 3929 + 3953, + 3964 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 34 }, "end": { - "line": 104, + "line": 105, "column": 45 } } @@ -7215,46 +7306,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3930, - 3942 + 3965, + 3977 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 46 }, "end": { - "line": 104, + "line": 105, "column": 58 } } }, "range": [ - 3918, - 3943 + 3953, + 3978 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 34 }, "end": { - "line": 104, + "line": 105, "column": 59 } } }, "range": [ - 3912, - 3943 + 3947, + 3978 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 28 }, "end": { - "line": 104, + "line": 105, "column": 59 } } @@ -7262,16 +7353,16 @@ ], "kind": "var", "range": [ - 3845, - 3944 + 3880, + 3979 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 24 }, "end": { - "line": 104, + "line": 105, "column": 60 } }, @@ -7280,16 +7371,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3801, - 3820 + 3836, + 3855 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 24 }, "end": { - "line": 102, + "line": 103, "column": 43 } } @@ -7308,16 +7399,16 @@ "type": "Identifier", "name": "et", "range": [ - 3972, - 3974 + 4007, + 4009 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 27 }, "end": { - "line": 105, + "line": 106, "column": 29 } } @@ -7326,31 +7417,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 3975, - 3991 + 4010, + 4026 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 30 }, "end": { - "line": 105, + "line": 106, "column": 46 } } }, "range": [ - 3972, - 3991 + 4007, + 4026 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 27 }, "end": { - "line": 105, + "line": 106, "column": 46 } } @@ -7360,31 +7451,31 @@ "value": "both", "raw": "'both'", "range": [ - 3996, - 4002 + 4031, + 4037 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 51 }, "end": { - "line": 105, + "line": 106, "column": 57 } } }, "range": [ - 3972, - 4002 + 4007, + 4037 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 27 }, "end": { - "line": 105, + "line": 106, "column": 57 } } @@ -7403,16 +7494,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4082, - 4085 + 4117, + 4120 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 28 }, "end": { - "line": 107, + "line": 108, "column": 31 } } @@ -7421,31 +7512,31 @@ "type": "Identifier", "name": "SelectRowByIndex", "range": [ - 4086, - 4102 + 4121, + 4137 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 48 } } }, "range": [ - 4082, - 4102 + 4117, + 4137 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 28 }, "end": { - "line": 107, + "line": 108, "column": 48 } } @@ -7455,47 +7546,47 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 4103, - 4115 + 4138, + 4150 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 49 }, "end": { - "line": 107, + "line": 108, "column": 61 } } } ], "range": [ - 4082, - 4116 + 4117, + 4151 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 28 }, "end": { - "line": 107, + "line": 108, "column": 62 } } }, "range": [ - 4082, - 4117 + 4117, + 4152 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 28 }, "end": { - "line": 107, + "line": 108, "column": 63 } }, @@ -7504,16 +7595,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4033, - 4053 + 4068, + 4088 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 28 }, "end": { - "line": 106, + "line": 107, "column": 48 } } @@ -7524,16 +7615,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4146, - 4165 + 4181, + 4200 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 28 }, "end": { - "line": 108, + "line": 109, "column": 47 } } @@ -7542,32 +7633,32 @@ } ], "range": [ - 4003, - 4191 + 4038, + 4226 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 58 }, "end": { - "line": 109, + "line": 110, "column": 25 } } }, "alternate": null, "range": [ - 3969, - 4191 + 4004, + 4226 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 24 }, "end": { - "line": 109, + "line": 110, "column": 25 } } @@ -7578,16 +7669,16 @@ "type": "Identifier", "name": "row", "range": [ - 4219, - 4222 + 4254, + 4257 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 27 }, "end": { - "line": 110, + "line": 111, "column": 30 } } @@ -7606,16 +7697,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4302, - 4305 + 4337, + 4340 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 28 }, "end": { - "line": 112, + "line": 113, "column": 31 } } @@ -7624,31 +7715,31 @@ "type": "Identifier", "name": "SelectCell", "range": [ - 4306, - 4316 + 4341, + 4351 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 32 }, "end": { - "line": 112, + "line": 113, "column": 42 } } }, "range": [ - 4302, - 4316 + 4337, + 4351 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 28 }, "end": { - "line": 112, + "line": 113, "column": 42 } } @@ -7664,16 +7755,16 @@ "type": "Identifier", "name": "row", "range": [ - 4317, - 4320 + 4352, + 4355 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 43 }, "end": { - "line": 112, + "line": 113, "column": 46 } } @@ -7682,31 +7773,31 @@ "type": "Identifier", "name": "cells", "range": [ - 4321, - 4326 + 4356, + 4361 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 47 }, "end": { - "line": 112, + "line": 113, "column": 52 } } }, "range": [ - 4317, - 4326 + 4352, + 4361 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 43 }, "end": { - "line": 112, + "line": 113, "column": 52 } } @@ -7715,62 +7806,62 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4327, - 4336 + 4362, + 4371 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 53 }, "end": { - "line": 112, + "line": 113, "column": 62 } } }, "range": [ - 4317, - 4337 + 4352, + 4372 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 43 }, "end": { - "line": 112, + "line": 113, "column": 63 } } } ], "range": [ - 4302, - 4338 + 4337, + 4373 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 28 }, "end": { - "line": 112, + "line": 113, "column": 64 } } }, "range": [ - 4302, - 4339 + 4337, + 4374 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 28 }, "end": { - "line": 112, + "line": 113, "column": 65 } }, @@ -7779,16 +7870,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4253, - 4273 + 4288, + 4308 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 28 }, "end": { - "line": 111, + "line": 112, "column": 48 } } @@ -7799,16 +7890,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4368, - 4387 + 4403, + 4422 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 28 }, "end": { - "line": 113, + "line": 114, "column": 47 } } @@ -7817,32 +7908,32 @@ } ], "range": [ - 4223, - 4413 + 4258, + 4448 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 31 }, "end": { - "line": 114, + "line": 115, "column": 25 } } }, "alternate": null, "range": [ - 4216, - 4413 + 4251, + 4448 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 24 }, "end": { - "line": 114, + "line": 115, "column": 25 } }, @@ -7851,16 +7942,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4146, - 4165 + 4181, + 4200 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 28 }, "end": { - "line": 108, + "line": 109, "column": 47 } } @@ -7869,16 +7960,16 @@ } ], "range": [ - 3684, - 4435 + 3719, + 4470 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 27 }, "end": { - "line": 115, + "line": 116, "column": 21 } }, @@ -7887,16 +7978,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3637, - 3656 + 3672, + 3691 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 24 }, "end": { - "line": 98, + "line": 99, "column": 43 } } @@ -7904,16 +7995,16 @@ ] }, "range": [ - 3473, - 4435 + 3508, + 4470 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 20 }, "end": { - "line": 115, + "line": 116, "column": 21 } }, @@ -7922,16 +8013,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4456, - 4475 + 4491, + 4510 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 39 } } @@ -7953,16 +8044,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4499, - 4501 + 4534, + 4536 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 23 }, "end": { - "line": 117, + "line": 118, "column": 25 } } @@ -7971,31 +8062,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 4502, - 4516 + 4537, + 4551 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 26 }, "end": { - "line": 117, + "line": 118, "column": 40 } } }, "range": [ - 4499, - 4516 + 4534, + 4551 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 23 }, "end": { - "line": 117, + "line": 118, "column": 40 } } @@ -8004,31 +8095,31 @@ "type": "Identifier", "name": "length", "range": [ - 4517, - 4523 + 4552, + 4558 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 41 }, "end": { - "line": 117, + "line": 118, "column": 47 } } }, "range": [ - 4499, - 4523 + 4534, + 4558 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 23 }, "end": { - "line": 117, + "line": 118, "column": 47 } } @@ -8042,16 +8133,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4528, - 4530 + 4563, + 4565 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 52 }, "end": { - "line": 117, + "line": 118, "column": 54 } } @@ -8060,62 +8151,62 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 4531, - 4540 + 4566, + 4575 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 55 }, "end": { - "line": 117, + "line": 118, "column": 64 } } }, "range": [ - 4528, - 4540 + 4563, + 4575 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 52 }, "end": { - "line": 117, + "line": 118, "column": 64 } } }, "arguments": [], "range": [ - 4528, - 4542 + 4563, + 4577 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 52 }, "end": { - "line": 117, + "line": 118, "column": 66 } } }, "range": [ - 4499, - 4542 + 4534, + 4577 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 23 }, "end": { - "line": 117, + "line": 118, "column": 66 } } @@ -8132,16 +8223,16 @@ "type": "Identifier", "name": "r", "range": [ - 4573, - 4574 + 4608, + 4609 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 28 }, "end": { - "line": 118, + "line": 119, "column": 29 } } @@ -8159,16 +8250,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4577, - 4579 + 4612, + 4614 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 32 }, "end": { - "line": 118, + "line": 119, "column": 34 } } @@ -8177,31 +8268,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4580, - 4583 + 4615, + 4618 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 35 }, "end": { - "line": 118, + "line": 119, "column": 38 } } }, "range": [ - 4577, - 4583 + 4612, + 4618 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 32 }, "end": { - "line": 118, + "line": 119, "column": 38 } } @@ -8210,31 +8301,31 @@ "type": "Identifier", "name": "rows", "range": [ - 4584, - 4588 + 4619, + 4623 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 39 }, "end": { - "line": 118, + "line": 119, "column": 43 } } }, "range": [ - 4577, - 4588 + 4612, + 4623 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 32 }, "end": { - "line": 118, + "line": 119, "column": 43 } } @@ -8243,46 +8334,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 4589, - 4601 + 4624, + 4636 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 44 }, "end": { - "line": 118, + "line": 119, "column": 56 } } }, "range": [ - 4577, - 4602 + 4612, + 4637 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 32 }, "end": { - "line": 118, + "line": 119, "column": 57 } } }, "range": [ - 4573, - 4602 + 4608, + 4637 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 28 }, "end": { - "line": 118, + "line": 119, "column": 57 } } @@ -8290,16 +8381,16 @@ ], "kind": "var", "range": [ - 4569, - 4603 + 4604, + 4638 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 24 }, "end": { - "line": 118, + "line": 119, "column": 58 } } @@ -8310,16 +8401,16 @@ "type": "Identifier", "name": "r", "range": [ - 4631, - 4632 + 4666, + 4667 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 27 }, "end": { - "line": 119, + "line": 120, "column": 28 } } @@ -8338,16 +8429,16 @@ "type": "Identifier", "name": "r", "range": [ - 4663, - 4664 + 4698, + 4699 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 28 }, "end": { - "line": 120, + "line": 121, "column": 29 } } @@ -8356,31 +8447,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 4665, - 4679 + 4700, + 4714 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 30 }, "end": { - "line": 120, + "line": 121, "column": 44 } } }, "range": [ - 4663, - 4679 + 4698, + 4714 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 28 }, "end": { - "line": 120, + "line": 121, "column": 44 } } @@ -8391,79 +8482,79 @@ "value": false, "raw": "false", "range": [ - 4680, - 4685 + 4715, + 4720 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 45 }, "end": { - "line": 120, + "line": 121, "column": 50 } } } ], "range": [ - 4663, - 4686 + 4698, + 4721 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 28 }, "end": { - "line": 120, + "line": 121, "column": 51 } } }, "range": [ - 4663, - 4687 + 4698, + 4722 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 28 }, "end": { - "line": 120, + "line": 121, "column": 52 } } } ], "range": [ - 4633, - 4713 + 4668, + 4748 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 29 }, "end": { - "line": 121, + "line": 122, "column": 25 } } }, "alternate": null, "range": [ - 4628, - 4713 + 4663, + 4748 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 24 }, "end": { - "line": 121, + "line": 122, "column": 25 } } @@ -8474,16 +8565,16 @@ "type": "Identifier", "name": "cell", "range": [ - 4741, - 4745 + 4776, + 4780 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 27 }, "end": { - "line": 122, + "line": 123, "column": 31 } } @@ -8506,16 +8597,16 @@ "type": "Identifier", "name": "cell", "range": [ - 4779, - 4783 + 4814, + 4818 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 31 }, "end": { - "line": 123, + "line": 124, "column": 35 } } @@ -8524,31 +8615,31 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4784, - 4793 + 4819, + 4828 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 36 }, "end": { - "line": 123, + "line": 124, "column": 45 } } }, "range": [ - 4779, - 4793 + 4814, + 4828 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 31 }, "end": { - "line": 123, + "line": 124, "column": 45 } } @@ -8565,16 +8656,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4799, - 4801 + 4834, + 4836 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 51 }, "end": { - "line": 123, + "line": 124, "column": 53 } } @@ -8583,47 +8674,47 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 4802, - 4812 + 4837, + 4847 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 54 }, "end": { - "line": 123, + "line": 124, "column": 64 } } }, "range": [ - 4799, - 4812 + 4834, + 4847 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 51 }, "end": { - "line": 123, + "line": 124, "column": 64 } } }, "arguments": [], "range": [ - 4799, - 4814 + 4834, + 4849 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 51 }, "end": { - "line": 123, + "line": 124, "column": 66 } } @@ -8633,46 +8724,46 @@ "value": 1, "raw": "1", "range": [ - 4815, - 4816 + 4850, + 4851 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 67 }, "end": { - "line": 123, + "line": 124, "column": 68 } } }, "range": [ - 4799, - 4816 + 4834, + 4851 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 51 }, "end": { - "line": 123, + "line": 124, "column": 68 } } }, "range": [ - 4779, - 4817 + 4814, + 4852 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 31 }, "end": { - "line": 123, + "line": 124, "column": 69 } } @@ -8684,16 +8775,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4853, - 4855 + 4888, + 4890 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 32 }, "end": { - "line": 124, + "line": 125, "column": 34 } } @@ -8702,46 +8793,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4856, - 4866 + 4891, + 4901 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 35 }, "end": { - "line": 124, + "line": 125, "column": 45 } } }, "range": [ - 4853, - 4866 + 4888, + 4901 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 32 }, "end": { - "line": 124, + "line": 125, "column": 45 } } }, "range": [ - 4779, - 4866 + 4814, + 4901 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 31 }, "end": { - "line": 124, + "line": 125, "column": 45 } } @@ -8764,16 +8855,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4901, - 4903 + 4936, + 4938 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 34 } } @@ -8782,31 +8873,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4904, - 4911 + 4939, + 4946 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 35 }, "end": { - "line": 125, + "line": 126, "column": 42 } } }, "range": [ - 4901, - 4911 + 4936, + 4946 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 42 } } @@ -8815,31 +8906,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 4912, - 4922 + 4947, + 4957 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 43 }, "end": { - "line": 125, + "line": 126, "column": 53 } } }, "range": [ - 4901, - 4922 + 4936, + 4957 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 53 } } @@ -8849,62 +8940,62 @@ "value": 100000000, "raw": "100000000", "range": [ - 4925, - 4934 + 4960, + 4969 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 56 }, "end": { - "line": 125, + "line": 126, "column": 65 } } }, "range": [ - 4901, - 4934 + 4936, + 4969 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 65 } } }, "range": [ - 4901, - 4935 + 4936, + 4970 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 66 } } } ], "range": [ - 4867, - 4965 + 4902, + 5000 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 46 }, "end": { - "line": 126, + "line": 127, "column": 29 } } @@ -8924,16 +9015,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5002, - 5006 + 5037, + 5041 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 36 }, "end": { - "line": 127, + "line": 128, "column": 40 } } @@ -8942,31 +9033,31 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 5007, - 5016 + 5042, + 5051 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 41 }, "end": { - "line": 127, + "line": 128, "column": 50 } } }, "range": [ - 5002, - 5016 + 5037, + 5051 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 36 }, "end": { - "line": 127, + "line": 128, "column": 50 } } @@ -8976,31 +9067,31 @@ "value": 0, "raw": "0", "range": [ - 5019, - 5020 + 5054, + 5055 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 53 }, "end": { - "line": 127, + "line": 128, "column": 54 } } }, "range": [ - 5002, - 5020 + 5037, + 5055 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 36 }, "end": { - "line": 127, + "line": 128, "column": 54 } } @@ -9012,16 +9103,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5024, - 5026 + 5059, + 5061 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 58 }, "end": { - "line": 127, + "line": 128, "column": 60 } } @@ -9030,46 +9121,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 5027, - 5037 + 5062, + 5072 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 61 }, "end": { - "line": 127, + "line": 128, "column": 71 } } }, "range": [ - 5024, - 5037 + 5059, + 5072 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 58 }, "end": { - "line": 127, + "line": 128, "column": 71 } } }, "range": [ - 5002, - 5037 + 5037, + 5072 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 36 }, "end": { - "line": 127, + "line": 128, "column": 71 } } @@ -9092,16 +9183,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5072, - 5074 + 5107, + 5109 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 34 } } @@ -9110,31 +9201,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 5075, - 5082 + 5110, + 5117 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 35 }, "end": { - "line": 128, + "line": 129, "column": 42 } } }, "range": [ - 5072, - 5082 + 5107, + 5117 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 42 } } @@ -9143,31 +9234,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 5083, - 5093 + 5118, + 5128 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 43 }, "end": { - "line": 128, + "line": 129, "column": 53 } } }, "range": [ - 5072, - 5093 + 5107, + 5128 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 53 } } @@ -9177,62 +9268,62 @@ "value": 0, "raw": "0", "range": [ - 5096, - 5097 + 5131, + 5132 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 56 }, "end": { - "line": 128, + "line": 129, "column": 57 } } }, "range": [ - 5072, - 5097 + 5107, + 5132 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 57 } } }, "range": [ - 5072, - 5098 + 5107, + 5133 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 58 } } } ], "range": [ - 5038, - 5128 + 5073, + 5163 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 72 }, "end": { - "line": 129, + "line": 130, "column": 29 } } @@ -9251,16 +9342,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5168, - 5172 + 5203, + 5207 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 32 }, "end": { - "line": 130, + "line": 131, "column": 36 } } @@ -9269,31 +9360,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 5173, - 5187 + 5208, + 5222 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 37 }, "end": { - "line": 130, + "line": 131, "column": 51 } } }, "range": [ - 5168, - 5187 + 5203, + 5222 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 32 }, "end": { - "line": 130, + "line": 131, "column": 51 } } @@ -9304,157 +9395,157 @@ "value": false, "raw": "false", "range": [ - 5188, - 5193 + 5223, + 5228 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 52 }, "end": { - "line": 130, + "line": 131, "column": 57 } } } ], "range": [ - 5168, - 5194 + 5203, + 5229 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 32 }, "end": { - "line": 130, + "line": 131, "column": 58 } } }, "range": [ - 5168, - 5195 + 5203, + 5230 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 32 }, "end": { - "line": 130, + "line": 131, "column": 59 } } } ], "range": [ - 5134, - 5225 + 5169, + 5260 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 35 }, "end": { - "line": 131, + "line": 132, "column": 29 } } }, "range": [ - 4999, - 5225 + 5034, + 5260 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 33 }, "end": { - "line": 131, + "line": 132, "column": 29 } } }, "range": [ - 4776, - 5225 + 4811, + 5260 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 28 }, "end": { - "line": 131, + "line": 132, "column": 29 } } } ], "range": [ - 4746, - 5251 + 4781, + 5286 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 32 }, "end": { - "line": 132, + "line": 133, "column": 25 } } }, "alternate": null, "range": [ - 4738, - 5251 + 4773, + 5286 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 24 }, "end": { - "line": 132, + "line": 133, "column": 25 } } } ], "range": [ - 4543, - 5273 + 4578, + 5308 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 67 }, "end": { - "line": 133, + "line": 134, "column": 21 } } }, "alternate": null, "range": [ - 4496, - 5273 + 4531, + 5308 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 20 }, "end": { - "line": 133, + "line": 134, "column": 21 } }, @@ -9463,16 +9554,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4368, - 4387 + 4403, + 4422 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 28 }, "end": { - "line": 113, + "line": 114, "column": 47 } } @@ -9481,16 +9572,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4456, - 4475 + 4491, + 4510 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 39 } } @@ -9499,16 +9590,16 @@ } ], "range": [ - 3451, - 5291 + 3486, + 5326 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 53 }, "end": { - "line": 134, + "line": 135, "column": 17 } } @@ -9516,31 +9607,31 @@ "generator": false, "expression": false, "range": [ - 3429, - 5291 + 3464, + 5326 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 31 }, "end": { - "line": 134, + "line": 135, "column": 17 } } }, "range": [ - 3418, - 5291 + 3453, + 5326 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 17 } } @@ -9548,16 +9639,16 @@ ], "kind": "var", "range": [ - 3414, - 5292 + 3449, + 5327 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 134, + "line": 135, "column": 18 } }, @@ -9566,16 +9657,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3351, - 3397 + 3386, + 3432 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 62 } } @@ -9586,16 +9677,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5310, - 5333 + 5345, + 5368 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 16 }, "end": { - "line": 136, + "line": 137, "column": 39 } } @@ -9614,16 +9705,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5354, - 5356 + 5389, + 5391 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 20 }, "end": { - "line": 137, + "line": 138, "column": 22 } } @@ -9632,47 +9723,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5357, - 5371 + 5392, + 5406 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 23 }, "end": { - "line": 137, + "line": 138, "column": 37 } } }, "range": [ - 5354, - 5371 + 5389, + 5406 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 20 }, "end": { - "line": 137, + "line": 138, "column": 37 } } }, "prefix": true, "range": [ - 5353, - 5371 + 5388, + 5406 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 19 }, "end": { - "line": 137, + "line": 138, "column": 37 } } @@ -9684,48 +9775,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5394, - 5401 + 5429, + 5436 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 20 }, "end": { - "line": 138, + "line": 139, "column": 27 } } } ], "range": [ - 5372, - 5419 + 5407, + 5454 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 38 }, "end": { - "line": 139, + "line": 140, "column": 17 } } }, "alternate": null, "range": [ - 5350, - 5419 + 5385, + 5454 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 16 }, "end": { - "line": 139, + "line": 140, "column": 17 } }, @@ -9734,16 +9825,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5310, - 5333 + 5345, + 5368 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 16 }, "end": { - "line": 136, + "line": 137, "column": 39 } } @@ -9759,16 +9850,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 5440, - 5452 + 5475, + 5487 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 20 }, "end": { - "line": 140, + "line": 141, "column": 32 } } @@ -9780,16 +9871,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5455, - 5457 + 5490, + 5492 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 35 }, "end": { - "line": 140, + "line": 141, "column": 37 } } @@ -9798,46 +9889,46 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5458, - 5472 + 5493, + 5507 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 38 }, "end": { - "line": 140, + "line": 141, "column": 52 } } }, "range": [ - 5455, - 5472 + 5490, + 5507 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 35 }, "end": { - "line": 140, + "line": 141, "column": 52 } } }, "range": [ - 5440, - 5472 + 5475, + 5507 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 20 }, "end": { - "line": 140, + "line": 141, "column": 52 } } @@ -9848,16 +9939,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 5494, - 5505 + 5529, + 5540 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 20 }, "end": { - "line": 141, + "line": 142, "column": 31 } } @@ -9869,16 +9960,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 5508, - 5520 + 5543, + 5555 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 34 }, "end": { - "line": 141, + "line": 142, "column": 46 } } @@ -9887,46 +9978,46 @@ "type": "Identifier", "name": "length", "range": [ - 5521, - 5527 + 5556, + 5562 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 47 }, "end": { - "line": 141, + "line": 142, "column": 53 } } }, "range": [ - 5508, - 5527 + 5543, + 5562 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 34 }, "end": { - "line": 141, + "line": 142, "column": 53 } } }, "range": [ - 5494, - 5527 + 5529, + 5562 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 20 }, "end": { - "line": 141, + "line": 142, "column": 53 } } @@ -9937,16 +10028,16 @@ "type": "Identifier", "name": "row", "range": [ - 5549, - 5552 + 5584, + 5587 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 20 }, "end": { - "line": 142, + "line": 143, "column": 23 } } @@ -9963,16 +10054,16 @@ "type": "Identifier", "name": "et", "range": [ - 5555, - 5557 + 5590, + 5592 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 26 }, "end": { - "line": 142, + "line": 143, "column": 28 } } @@ -9981,31 +10072,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 5558, - 5574 + 5593, + 5609 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 29 }, "end": { - "line": 142, + "line": 143, "column": 45 } } }, "range": [ - 5555, - 5574 + 5590, + 5609 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 26 }, "end": { - "line": 142, + "line": 143, "column": 45 } } @@ -10015,31 +10106,31 @@ "value": "row", "raw": "'row'", "range": [ - 5579, - 5584 + 5614, + 5619 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 50 }, "end": { - "line": 142, + "line": 143, "column": 55 } } }, "range": [ - 5555, - 5584 + 5590, + 5619 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 26 }, "end": { - "line": 142, + "line": 143, "column": 55 } } @@ -10051,16 +10142,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5611, - 5622 + 5646, + 5657 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 24 }, "end": { - "line": 143, + "line": 144, "column": 35 } } @@ -10069,31 +10160,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 5623, - 5633 + 5658, + 5668 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 36 }, "end": { - "line": 143, + "line": 144, "column": 46 } } }, "range": [ - 5611, - 5633 + 5646, + 5668 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 24 }, "end": { - "line": 143, + "line": 144, "column": 46 } } @@ -10102,46 +10193,46 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5636, - 5647 + 5671, + 5682 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 49 }, "end": { - "line": 143, + "line": 144, "column": 60 } } }, "range": [ - 5555, - 5647 + 5590, + 5682 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 26 }, "end": { - "line": 143, + "line": 144, "column": 60 } } }, "range": [ - 5549, - 5647 + 5584, + 5682 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 20 }, "end": { - "line": 143, + "line": 144, "column": 60 } } @@ -10152,16 +10243,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5737, - 5741 + 5772, + 5776 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 24 } } @@ -10178,16 +10269,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5744, - 5755 + 5779, + 5790 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 27 }, "end": { - "line": 145, + "line": 146, "column": 38 } } @@ -10196,31 +10287,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 5756, - 5764 + 5791, + 5799 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 39 }, "end": { - "line": 145, + "line": 146, "column": 47 } } }, "range": [ - 5744, - 5764 + 5779, + 5799 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 27 }, "end": { - "line": 145, + "line": 146, "column": 47 } } @@ -10230,31 +10321,31 @@ "value": "TD", "raw": "'TD'", "range": [ - 5767, - 5771 + 5802, + 5806 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 50 }, "end": { - "line": 145, + "line": 146, "column": 54 } } }, "range": [ - 5744, - 5771 + 5779, + 5806 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 27 }, "end": { - "line": 145, + "line": 146, "column": 54 } } @@ -10263,16 +10354,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5774, - 5785 + 5809, + 5820 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 57 }, "end": { - "line": 145, + "line": 146, "column": 68 } } @@ -10282,46 +10373,46 @@ "value": null, "raw": "null", "range": [ - 5788, - 5792 + 5823, + 5827 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 71 }, "end": { - "line": 145, + "line": 146, "column": 75 } } }, "range": [ - 5744, - 5792 + 5779, + 5827 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 27 }, "end": { - "line": 145, + "line": 146, "column": 75 } } }, "range": [ - 5737, - 5792 + 5772, + 5827 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 75 } }, @@ -10330,16 +10421,16 @@ "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ - 5669, - 5716 + 5704, + 5751 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 67 } } @@ -10352,16 +10443,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 5855, - 5862 + 5890, + 5897 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 20 }, "end": { - "line": 147, + "line": 148, "column": 27 } } @@ -10375,16 +10466,16 @@ "type": "Identifier", "name": "e", "range": [ - 5865, - 5866 + 5900, + 5901 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 30 }, "end": { - "line": 147, + "line": 148, "column": 31 } } @@ -10393,31 +10484,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 5871, - 5880 + 5906, + 5915 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 36 }, "end": { - "line": 147, + "line": 148, "column": 45 } } }, "range": [ - 5865, - 5880 + 5900, + 5915 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 30 }, "end": { - "line": 147, + "line": 148, "column": 45 } } @@ -10434,16 +10525,16 @@ "type": "Identifier", "name": "et", "range": [ - 5883, - 5885 + 5918, + 5920 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 50 } } @@ -10452,31 +10543,31 @@ "type": "Identifier", "name": "Event", "range": [ - 5886, - 5891 + 5921, + 5926 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 51 }, "end": { - "line": 147, + "line": 148, "column": 56 } } }, "range": [ - 5883, - 5891 + 5918, + 5926 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 56 } } @@ -10485,31 +10576,31 @@ "type": "Identifier", "name": "GetKey", "range": [ - 5892, - 5898 + 5927, + 5933 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 57 }, "end": { - "line": 147, + "line": 148, "column": 63 } } }, "range": [ - 5883, - 5898 + 5918, + 5933 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 63 } } @@ -10519,32 +10610,32 @@ "type": "Identifier", "name": "e", "range": [ - 5899, - 5900 + 5934, + 5935 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 64 }, "end": { - "line": 147, + "line": 148, "column": 65 } } } ], "range": [ - 5883, - 5901 + 5918, + 5936 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 66 } } @@ -10554,46 +10645,46 @@ "value": 0, "raw": "0", "range": [ - 5904, - 5905 + 5939, + 5940 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 69 }, "end": { - "line": 147, + "line": 148, "column": 70 } } }, "range": [ - 5865, - 5905 + 5900, + 5940 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 30 }, "end": { - "line": 147, + "line": 148, "column": 70 } } }, "range": [ - 5855, - 5905 + 5890, + 5940 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 20 }, "end": { - "line": 147, + "line": 148, "column": 70 } }, @@ -10602,16 +10693,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 5814, - 5834 + 5849, + 5869 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 20 }, "end": { - "line": 146, + "line": 147, "column": 40 } } @@ -10624,16 +10715,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 5967, - 5977 + 6002, + 6012 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 30 } } @@ -10650,16 +10741,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 5980, - 5992 + 6015, + 6027 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 33 }, "end": { - "line": 149, + "line": 150, "column": 45 } } @@ -10668,31 +10759,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5993, - 6000 + 6028, + 6035 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 46 }, "end": { - "line": 149, + "line": 150, "column": 53 } } }, "range": [ - 5980, - 6000 + 6015, + 6035 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 33 }, "end": { - "line": 149, + "line": 150, "column": 53 } } @@ -10705,16 +10796,16 @@ "type": "Identifier", "name": "row", "range": [ - 6001, - 6004 + 6036, + 6039 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 54 }, "end": { - "line": 149, + "line": 150, "column": 57 } } @@ -10723,47 +10814,47 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6005, - 6013 + 6040, + 6048 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 58 }, "end": { - "line": 149, + "line": 150, "column": 66 } } }, "range": [ - 6001, - 6013 + 6036, + 6048 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 54 }, "end": { - "line": 149, + "line": 150, "column": 66 } } } ], "range": [ - 5980, - 6014 + 6015, + 6049 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 33 }, "end": { - "line": 149, + "line": 150, "column": 67 } } @@ -10776,62 +10867,62 @@ "value": 1, "raw": "1", "range": [ - 6020, - 6021 + 6055, + 6056 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 73 }, "end": { - "line": 149, + "line": 150, "column": 74 } } }, "prefix": true, "range": [ - 6019, - 6021 + 6054, + 6056 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 72 }, "end": { - "line": 149, + "line": 150, "column": 74 } } }, "range": [ - 5980, - 6021 + 6015, + 6056 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 33 }, "end": { - "line": 149, + "line": 150, "column": 74 } } }, "range": [ - 5967, - 6021 + 6002, + 6056 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 74 } }, @@ -10840,16 +10931,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 5927, - 5946 + 5962, + 5981 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 20 }, "end": { - "line": 148, + "line": 149, "column": 39 } } @@ -10862,32 +10953,32 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6043, - 6055 + 6078, + 6090 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 20 }, "end": { - "line": 150, + "line": 151, "column": 32 } } }, "init": null, "range": [ - 6043, - 6055 + 6078, + 6090 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 20 }, "end": { - "line": 150, + "line": 151, "column": 32 } } @@ -10898,16 +10989,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6077, - 6083 + 6112, + 6118 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 26 } } @@ -10921,16 +11012,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6086, - 6088 + 6121, + 6123 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 29 }, "end": { - "line": 151, + "line": 152, "column": 31 } } @@ -10939,31 +11030,31 @@ "type": "Identifier", "name": "feature", "range": [ - 6089, - 6096 + 6124, + 6131 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 32 }, "end": { - "line": 151, + "line": 152, "column": 39 } } }, "range": [ - 6086, - 6096 + 6121, + 6131 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 29 }, "end": { - "line": 151, + "line": 152, "column": 39 } } @@ -10974,47 +11065,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 6097, - 6105 + 6132, + 6140 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 40 }, "end": { - "line": 151, + "line": 152, "column": 48 } } } ], "range": [ - 6086, - 6106 + 6121, + 6141 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 29 }, "end": { - "line": 151, + "line": 152, "column": 49 } } }, "range": [ - 6077, - 6106 + 6112, + 6141 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 49 } } @@ -11025,16 +11116,16 @@ "type": "Identifier", "name": "d", "range": [ - 6167, - 6168 + 6202, + 6203 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 20 }, "end": { - "line": 153, + "line": 154, "column": 21 } } @@ -11051,16 +11142,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6172, - 6179 + 6207, + 6214 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 25 }, "end": { - "line": 153, + "line": 154, "column": 32 } } @@ -11070,31 +11161,31 @@ "value": 34, "raw": "34", "range": [ - 6184, - 6186 + 6219, + 6221 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 37 }, "end": { - "line": 153, + "line": 154, "column": 39 } } }, "range": [ - 6172, - 6186 + 6207, + 6221 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 25 }, "end": { - "line": 153, + "line": 154, "column": 39 } } @@ -11106,16 +11197,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6190, - 6197 + 6225, + 6232 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 43 }, "end": { - "line": 153, + "line": 154, "column": 50 } } @@ -11125,46 +11216,46 @@ "value": 33, "raw": "33", "range": [ - 6202, - 6204 + 6237, + 6239 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 55 }, "end": { - "line": 153, + "line": 154, "column": 57 } } }, "range": [ - 6190, - 6204 + 6225, + 6239 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 43 }, "end": { - "line": 153, + "line": 154, "column": 57 } } }, "range": [ - 6172, - 6204 + 6207, + 6239 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 25 }, "end": { - "line": 153, + "line": 154, "column": 57 } } @@ -11179,16 +11270,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6232, - 6238 + 6267, + 6273 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 25 }, "end": { - "line": 154, + "line": 155, "column": 31 } } @@ -11200,16 +11291,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6242, - 6248 + 6277, + 6283 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 35 }, "end": { - "line": 154, + "line": 155, "column": 41 } } @@ -11218,46 +11309,46 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 6249, - 6261 + 6284, + 6296 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 42 }, "end": { - "line": 154, + "line": 155, "column": 54 } } }, "range": [ - 6242, - 6261 + 6277, + 6296 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 35 }, "end": { - "line": 154, + "line": 155, "column": 54 } } }, "range": [ - 6232, - 6261 + 6267, + 6296 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 25 }, "end": { - "line": 154, + "line": 155, "column": 54 } } @@ -11269,16 +11360,16 @@ "type": "Identifier", "name": "et", "range": [ - 6265, - 6267 + 6300, + 6302 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 58 }, "end": { - "line": 154, + "line": 155, "column": 60 } } @@ -11287,46 +11378,46 @@ "type": "Identifier", "name": "nbRowsPerPage", "range": [ - 6268, - 6281 + 6303, + 6316 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 61 }, "end": { - "line": 154, + "line": 155, "column": 74 } } }, "range": [ - 6265, - 6281 + 6300, + 6316 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 58 }, "end": { - "line": 154, + "line": 155, "column": 74 } } }, "range": [ - 6232, - 6281 + 6267, + 6316 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 25 }, "end": { - "line": 154, + "line": 155, "column": 74 } } @@ -11336,46 +11427,46 @@ "value": 1, "raw": "1", "range": [ - 6284, - 6285 + 6319, + 6320 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 77 }, "end": { - "line": 154, + "line": 155, "column": 78 } } }, "range": [ - 6172, - 6285 + 6207, + 6320 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 25 }, "end": { - "line": 154, + "line": 155, "column": 78 } } }, "range": [ - 6167, - 6286 + 6202, + 6321 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 20 }, "end": { - "line": 154, + "line": 155, "column": 79 } }, @@ -11384,16 +11475,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 6128, - 6146 + 6163, + 6181 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 20 }, "end": { - "line": 152, + "line": 153, "column": 38 } } @@ -11403,16 +11494,16 @@ ], "kind": "var", "range": [ - 5436, - 6287 + 5471, + 6322 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 80 } }, @@ -11421,16 +11512,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6305, - 6368 + 6340, + 6403 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 79 } } @@ -11439,16 +11530,16 @@ "type": "Line", "value": "calculated", "range": [ - 6385, - 6397 + 6420, + 6432 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 16 }, "end": { - "line": 157, + "line": 158, "column": 28 } } @@ -11464,32 +11555,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 6418, - 6428 + 6453, + 6463 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 20 }, "end": { - "line": 158, + "line": 159, "column": 30 } } }, "prefix": true, "range": [ - 6417, - 6428 + 6452, + 6463 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 19 }, "end": { - "line": 158, + "line": 159, "column": 30 } } @@ -11509,16 +11600,16 @@ "type": "Identifier", "name": "row", "range": [ - 6504, - 6507 + 6539, + 6542 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 23 }, "end": { - "line": 160, + "line": 161, "column": 26 } } @@ -11527,31 +11618,31 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6508, - 6516 + 6543, + 6551 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 27 }, "end": { - "line": 160, + "line": 161, "column": 35 } } }, "range": [ - 6504, - 6516 + 6539, + 6551 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 23 }, "end": { - "line": 160, + "line": 161, "column": 35 } } @@ -11560,31 +11651,31 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 6517, - 6530 + 6552, + 6565 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 36 }, "end": { - "line": 160, + "line": 161, "column": 49 } } }, "range": [ - 6504, - 6530 + 6539, + 6565 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 23 }, "end": { - "line": 160, + "line": 161, "column": 49 } } @@ -11604,16 +11695,16 @@ "type": "Identifier", "name": "row", "range": [ - 6595, - 6598 + 6630, + 6633 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 27 }, "end": { - "line": 162, + "line": 163, "column": 30 } } @@ -11622,31 +11713,31 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6599, - 6607 + 6634, + 6642 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 31 }, "end": { - "line": 162, + "line": 163, "column": 39 } } }, "range": [ - 6595, - 6607 + 6630, + 6642 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 27 }, "end": { - "line": 162, + "line": 163, "column": 39 } } @@ -11658,16 +11749,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6611, - 6623 + 6646, + 6658 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 43 }, "end": { - "line": 162, + "line": 163, "column": 55 } } @@ -11679,16 +11770,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6624, - 6635 + 6659, + 6670 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 56 }, "end": { - "line": 162, + "line": 163, "column": 67 } } @@ -11698,61 +11789,61 @@ "value": 1, "raw": "1", "range": [ - 6636, - 6637 + 6671, + 6672 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 68 }, "end": { - "line": 162, + "line": 163, "column": 69 } } }, "range": [ - 6624, - 6637 + 6659, + 6672 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 56 }, "end": { - "line": 162, + "line": 163, "column": 69 } } }, "range": [ - 6611, - 6638 + 6646, + 6673 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 43 }, "end": { - "line": 162, + "line": 163, "column": 70 } } }, "range": [ - 6595, - 6638 + 6630, + 6673 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 27 }, "end": { - "line": 162, + "line": 163, "column": 70 } } @@ -11769,16 +11860,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6669, - 6681 + 6704, + 6716 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 40 } } @@ -11790,16 +11881,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6684, - 6696 + 6719, + 6731 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 43 }, "end": { - "line": 163, + "line": 164, "column": 55 } } @@ -11811,16 +11902,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6697, - 6708 + 6732, + 6743 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 56 }, "end": { - "line": 163, + "line": 164, "column": 67 } } @@ -11830,92 +11921,92 @@ "value": 1, "raw": "1", "range": [ - 6709, - 6710 + 6744, + 6745 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 68 }, "end": { - "line": 163, + "line": 164, "column": 69 } } }, "range": [ - 6697, - 6710 + 6732, + 6745 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 56 }, "end": { - "line": 163, + "line": 164, "column": 69 } } }, "range": [ - 6684, - 6711 + 6719, + 6746 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 43 }, "end": { - "line": 163, + "line": 164, "column": 70 } } }, "range": [ - 6669, - 6711 + 6704, + 6746 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 70 } } }, "range": [ - 6669, - 6712 + 6704, + 6747 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 71 } } } ], "range": [ - 6639, - 6738 + 6674, + 6773 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 71 }, "end": { - "line": 164, + "line": 165, "column": 25 } } @@ -11932,16 +12023,16 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 6778, - 6790 + 6813, + 6825 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 32 }, "end": { - "line": 165, + "line": 166, "column": 44 } } @@ -11953,16 +12044,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 6794, - 6812 + 6829, + 6847 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 48 }, "end": { - "line": 165, + "line": 166, "column": 66 } } @@ -11971,46 +12062,46 @@ "type": "Identifier", "name": "d", "range": [ - 6815, - 6816 + 6850, + 6851 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 69 }, "end": { - "line": 165, + "line": 166, "column": 70 } } }, "range": [ - 6794, - 6816 + 6829, + 6851 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 48 }, "end": { - "line": 165, + "line": 166, "column": 70 } } }, "range": [ - 6778, - 6817 + 6813, + 6852 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 32 }, "end": { - "line": 165, + "line": 166, "column": 71 } } @@ -12018,16 +12109,16 @@ ], "kind": "var", "range": [ - 6774, - 6818 + 6809, + 6853 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 28 }, "end": { - "line": 165, + "line": 166, "column": 72 } } @@ -12041,16 +12132,16 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 6850, - 6862 + 6885, + 6897 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 31 }, "end": { - "line": 166, + "line": 167, "column": 43 } } @@ -12062,16 +12153,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6866, - 6877 + 6901, + 6912 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 47 }, "end": { - "line": 166, + "line": 167, "column": 58 } } @@ -12081,46 +12172,46 @@ "value": 1, "raw": "1", "range": [ - 6878, - 6879 + 6913, + 6914 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 59 }, "end": { - "line": 166, + "line": 167, "column": 60 } } }, "range": [ - 6866, - 6879 + 6901, + 6914 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 47 }, "end": { - "line": 166, + "line": 167, "column": 60 } } }, "range": [ - 6850, - 6880 + 6885, + 6915 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 31 }, "end": { - "line": 166, + "line": 167, "column": 61 } } @@ -12137,16 +12228,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6915, - 6927 + 6950, + 6962 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 32 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -12158,16 +12249,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6930, - 6942 + 6965, + 6977 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 47 }, "end": { - "line": 167, + "line": 168, "column": 59 } } @@ -12179,16 +12270,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6943, - 6954 + 6978, + 6989 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 60 }, "end": { - "line": 167, + "line": 168, "column": 71 } } @@ -12198,92 +12289,92 @@ "value": 1, "raw": "1", "range": [ - 6955, - 6956 + 6990, + 6991 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 72 }, "end": { - "line": 167, + "line": 168, "column": 73 } } }, "range": [ - 6943, - 6956 + 6978, + 6991 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 60 }, "end": { - "line": 167, + "line": 168, "column": 73 } } }, "range": [ - 6930, - 6957 + 6965, + 6992 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 47 }, "end": { - "line": 167, + "line": 168, "column": 74 } } }, "range": [ - 6915, - 6957 + 6950, + 6992 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 32 }, "end": { - "line": 167, + "line": 168, "column": 74 } } }, "range": [ - 6915, - 6958 + 6950, + 6993 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 32 }, "end": { - "line": 167, + "line": 168, "column": 75 } } } ], "range": [ - 6881, - 6988 + 6916, + 7023 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 62 }, "end": { - "line": 168, + "line": 169, "column": 29 } } @@ -12300,16 +12391,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7028, - 7040 + 7063, + 7075 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 32 }, "end": { - "line": 169, + "line": 170, "column": 44 } } @@ -12321,16 +12412,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7043, - 7055 + 7078, + 7090 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 47 }, "end": { - "line": 169, + "line": 170, "column": 59 } } @@ -12339,123 +12430,123 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 7056, - 7068 + 7091, + 7103 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 60 }, "end": { - "line": 169, + "line": 170, "column": 72 } } }, "range": [ - 7043, - 7069 + 7078, + 7104 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 47 }, "end": { - "line": 169, + "line": 170, "column": 73 } } }, "range": [ - 7028, - 7069 + 7063, + 7104 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 32 }, "end": { - "line": 169, + "line": 170, "column": 73 } } }, "range": [ - 7028, - 7070 + 7063, + 7105 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 32 }, "end": { - "line": 169, + "line": 170, "column": 74 } } } ], "range": [ - 6994, - 7100 + 7029, + 7135 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 35 }, "end": { - "line": 170, + "line": 171, "column": 29 } } }, "range": [ - 6847, - 7100 + 6882, + 7135 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 28 }, "end": { - "line": 170, + "line": 171, "column": 29 } } } ], "range": [ - 6744, - 7126 + 6779, + 7161 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 31 }, "end": { - "line": 171, + "line": 172, "column": 25 } } }, "range": [ - 6592, - 7126 + 6627, + 7161 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 24 }, "end": { - "line": 171, + "line": 172, "column": 25 } }, @@ -12464,16 +12555,16 @@ "type": "Line", "value": "last row", "range": [ - 6557, - 6567 + 6592, + 6602 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 34 } } @@ -12482,16 +12573,16 @@ } ], "range": [ - 6531, - 7148 + 6566, + 7183 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 50 }, "end": { - "line": 172, + "line": 173, "column": 21 } } @@ -12511,16 +12602,16 @@ "type": "Identifier", "name": "row", "range": [ - 7218, - 7221 + 7253, + 7256 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 27 }, "end": { - "line": 174, + "line": 175, "column": 30 } } @@ -12529,31 +12620,31 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7222, - 7230 + 7257, + 7265 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 31 }, "end": { - "line": 174, + "line": 175, "column": 39 } } }, "range": [ - 7218, - 7230 + 7253, + 7265 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 27 }, "end": { - "line": 174, + "line": 175, "column": 39 } } @@ -12565,16 +12656,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7234, - 7246 + 7269, + 7281 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 43 }, "end": { - "line": 174, + "line": 175, "column": 55 } } @@ -12584,46 +12675,46 @@ "value": 0, "raw": "0", "range": [ - 7247, - 7248 + 7282, + 7283 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 56 }, "end": { - "line": 174, + "line": 175, "column": 57 } } }, "range": [ - 7234, - 7249 + 7269, + 7284 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 43 }, "end": { - "line": 174, + "line": 175, "column": 58 } } }, "range": [ - 7218, - 7249 + 7253, + 7284 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 27 }, "end": { - "line": 174, + "line": 175, "column": 58 } } @@ -12640,16 +12731,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7280, - 7292 + 7315, + 7327 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 28 }, "end": { - "line": 175, + "line": 176, "column": 40 } } @@ -12661,16 +12752,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7295, - 7307 + 7330, + 7342 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 43 }, "end": { - "line": 175, + "line": 176, "column": 55 } } @@ -12680,77 +12771,77 @@ "value": 0, "raw": "0", "range": [ - 7308, - 7309 + 7343, + 7344 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 56 }, "end": { - "line": 175, + "line": 176, "column": 57 } } }, "range": [ - 7295, - 7310 + 7330, + 7345 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 43 }, "end": { - "line": 175, + "line": 176, "column": 58 } } }, "range": [ - 7280, - 7310 + 7315, + 7345 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 28 }, "end": { - "line": 175, + "line": 176, "column": 58 } } }, "range": [ - 7280, - 7311 + 7315, + 7346 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 28 }, "end": { - "line": 175, + "line": 176, "column": 59 } } } ], "range": [ - 7250, - 7337 + 7285, + 7372 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 59 }, "end": { - "line": 176, + "line": 177, "column": 25 } } @@ -12767,16 +12858,16 @@ "type": "Identifier", "name": "v", "range": [ - 7377, - 7378 + 7412, + 7413 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 32 }, "end": { - "line": 177, + "line": 178, "column": 33 } } @@ -12788,16 +12879,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7381, - 7393 + 7416, + 7428 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 48 } } @@ -12809,16 +12900,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 7394, - 7412 + 7429, + 7447 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 49 }, "end": { - "line": 177, + "line": 178, "column": 67 } } @@ -12827,61 +12918,61 @@ "type": "Identifier", "name": "d", "range": [ - 7415, - 7416 + 7450, + 7451 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 70 }, "end": { - "line": 177, + "line": 178, "column": 71 } } }, "range": [ - 7394, - 7416 + 7429, + 7451 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 49 }, "end": { - "line": 177, + "line": 178, "column": 71 } } }, "range": [ - 7381, - 7417 + 7416, + 7452 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 72 } } }, "range": [ - 7377, - 7417 + 7412, + 7452 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 32 }, "end": { - "line": 177, + "line": 178, "column": 72 } } @@ -12889,16 +12980,16 @@ ], "kind": "var", "range": [ - 7373, - 7418 + 7408, + 7453 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 28 }, "end": { - "line": 177, + "line": 178, "column": 73 } } @@ -12912,16 +13003,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7447, - 7459 + 7482, + 7494 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 28 }, "end": { - "line": 178, + "line": 179, "column": 40 } } @@ -12932,16 +13023,16 @@ "type": "Identifier", "name": "v", "range": [ - 7462, - 7463 + 7497, + 7498 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 43 }, "end": { - "line": 178, + "line": 179, "column": 44 } } @@ -12950,16 +13041,16 @@ "type": "Identifier", "name": "v", "range": [ - 7466, - 7467 + 7501, + 7502 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 47 }, "end": { - "line": 178, + "line": 179, "column": 48 } } @@ -12971,16 +13062,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7470, - 7482 + 7505, + 7517 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 51 }, "end": { - "line": 178, + "line": 179, "column": 63 } } @@ -12990,107 +13081,107 @@ "value": 0, "raw": "0", "range": [ - 7483, - 7484 + 7518, + 7519 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 64 }, "end": { - "line": 178, + "line": 179, "column": 65 } } }, "range": [ - 7470, - 7485 + 7505, + 7520 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 51 }, "end": { - "line": 178, + "line": 179, "column": 66 } } }, "range": [ - 7462, - 7485 + 7497, + 7520 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 43 }, "end": { - "line": 178, + "line": 179, "column": 66 } } }, "range": [ - 7447, - 7485 + 7482, + 7520 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 28 }, "end": { - "line": 178, + "line": 179, "column": 66 } } }, "range": [ - 7447, - 7486 + 7482, + 7521 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 28 }, "end": { - "line": 178, + "line": 179, "column": 67 } } } ], "range": [ - 7343, - 7512 + 7378, + 7547 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 31 }, "end": { - "line": 179, + "line": 180, "column": 25 } } }, "range": [ - 7215, - 7512 + 7250, + 7547 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 24 }, "end": { - "line": 179, + "line": 180, "column": 25 } }, @@ -13099,16 +13190,16 @@ "type": "Line", "value": "first row", "range": [ - 7179, - 7190 + 7214, + 7225 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 24 }, "end": { - "line": 173, + "line": 174, "column": 35 } } @@ -13117,31 +13208,31 @@ } ], "range": [ - 7153, - 7534 + 7188, + 7569 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 26 }, "end": { - "line": 180, + "line": 181, "column": 21 } } }, "range": [ - 6501, - 7534 + 6536, + 7569 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 20 }, "end": { - "line": 180, + "line": 181, "column": 21 } }, @@ -13150,16 +13241,16 @@ "type": "Line", "value": "Selection direction up/down", "range": [ - 6451, - 6480 + 6486, + 6515 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 20 }, "end": { - "line": 159, + "line": 160, "column": 49 } } @@ -13175,16 +13266,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 7555, - 7568 + 7590, + 7603 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 33 } } @@ -13196,16 +13287,16 @@ "type": "Identifier", "name": "row", "range": [ - 7571, - 7574 + 7606, + 7609 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 39 } } @@ -13214,61 +13305,61 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7575, - 7583 + 7610, + 7618 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 40 }, "end": { - "line": 181, + "line": 182, "column": 48 } } }, "range": [ - 7571, - 7583 + 7606, + 7618 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 48 } } }, "range": [ - 7555, - 7583 + 7590, + 7618 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 48 } } }, "range": [ - 7555, - 7584 + 7590, + 7619 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 49 } } @@ -13281,16 +13372,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 7605, - 7613 + 7640, + 7648 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 182, + "line": 183, "column": 28 } } @@ -13300,63 +13391,63 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7614, - 7626 + 7649, + 7661 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 29 }, "end": { - "line": 182, + "line": 183, "column": 41 } } } ], "range": [ - 7605, - 7627 + 7640, + 7662 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 182, + "line": 183, "column": 42 } } }, "range": [ - 7605, - 7628 + 7640, + 7663 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 182, + "line": 183, "column": 43 } } } ], "range": [ - 6429, - 7646 + 6464, + 7681 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 31 }, "end": { - "line": 183, + "line": 184, "column": 17 } } @@ -13376,16 +13467,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 7788, - 7795 + 7823, + 7830 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 23 }, "end": { - "line": 186, + "line": 187, "column": 30 } } @@ -13395,31 +13486,31 @@ "value": 34, "raw": "34", "range": [ - 7798, - 7800 + 7833, + 7835 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 33 }, "end": { - "line": 186, + "line": 187, "column": 35 } } }, "range": [ - 7788, - 7800 + 7823, + 7835 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 23 }, "end": { - "line": 186, + "line": 187, "column": 35 } } @@ -13431,16 +13522,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 7804, - 7811 + 7839, + 7846 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 39 }, "end": { - "line": 186, + "line": 187, "column": 46 } } @@ -13450,46 +13541,46 @@ "value": 33, "raw": "33", "range": [ - 7814, - 7816 + 7849, + 7851 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 49 }, "end": { - "line": 186, + "line": 187, "column": 51 } } }, "range": [ - 7804, - 7816 + 7839, + 7851 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 39 }, "end": { - "line": 186, + "line": 187, "column": 51 } } }, "range": [ - 7788, - 7816 + 7823, + 7851 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 23 }, "end": { - "line": 186, + "line": 187, "column": 51 } } @@ -13506,16 +13597,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 7843, - 7861 + 7878, + 7896 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 42 } } @@ -13529,16 +13620,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7864, - 7876 + 7899, + 7911 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 45 }, "end": { - "line": 187, + "line": 188, "column": 57 } } @@ -13547,31 +13638,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7877, - 7884 + 7912, + 7919 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 58 }, "end": { - "line": 187, + "line": 188, "column": 65 } } }, "range": [ - 7864, - 7884 + 7899, + 7919 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 45 }, "end": { - "line": 187, + "line": 188, "column": 65 } } @@ -13584,16 +13675,16 @@ "type": "Identifier", "name": "row", "range": [ - 7885, - 7888 + 7920, + 7923 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 66 }, "end": { - "line": 187, + "line": 188, "column": 69 } } @@ -13602,77 +13693,77 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7889, - 7897 + 7924, + 7932 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 70 }, "end": { - "line": 187, + "line": 188, "column": 78 } } }, "range": [ - 7885, - 7897 + 7920, + 7932 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 66 }, "end": { - "line": 187, + "line": 188, "column": 78 } } } ], "range": [ - 7864, - 7898 + 7899, + 7933 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 45 }, "end": { - "line": 187, + "line": 188, "column": 79 } } }, "range": [ - 7843, - 7898 + 7878, + 7933 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 79 } } }, "range": [ - 7843, - 7899 + 7878, + 7934 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 80 } } @@ -13686,16 +13777,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 7924, - 7937 + 7959, + 7972 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 37 } } @@ -13707,16 +13798,16 @@ "type": "Identifier", "name": "row", "range": [ - 7940, - 7943 + 7975, + 7978 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 40 }, "end": { - "line": 188, + "line": 189, "column": 43 } } @@ -13725,77 +13816,77 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7944, - 7952 + 7979, + 7987 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 44 }, "end": { - "line": 188, + "line": 189, "column": 52 } } }, "range": [ - 7940, - 7952 + 7975, + 7987 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 40 }, "end": { - "line": 188, + "line": 189, "column": 52 } } }, "range": [ - 7924, - 7952 + 7959, + 7987 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 52 } } }, "range": [ - 7924, - 7953 + 7959, + 7988 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 53 } } } ], "range": [ - 7817, - 7975 + 7852, + 8010 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 52 }, "end": { - "line": 189, + "line": 190, "column": 21 } } @@ -13812,16 +13903,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 8010, - 8017 + 8045, + 8052 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 27 }, "end": { - "line": 190, + "line": 191, "column": 34 } } @@ -13831,31 +13922,31 @@ "value": 34, "raw": "34", "range": [ - 8022, - 8024 + 8057, + 8059 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 39 }, "end": { - "line": 190, + "line": 191, "column": 41 } } }, "range": [ - 8010, - 8024 + 8045, + 8059 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 27 }, "end": { - "line": 190, + "line": 191, "column": 41 } } @@ -13875,16 +13966,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8107, - 8125 + 8142, + 8160 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 32 }, "end": { - "line": 192, + "line": 193, "column": 50 } } @@ -13893,31 +13984,31 @@ "type": "Identifier", "name": "d", "range": [ - 8128, - 8129 + 8163, + 8164 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 53 }, "end": { - "line": 192, + "line": 193, "column": 54 } } }, "range": [ - 8107, - 8129 + 8142, + 8164 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 32 }, "end": { - "line": 192, + "line": 193, "column": 54 } } @@ -13929,16 +14020,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 8135, - 8146 + 8170, + 8181 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 60 }, "end": { - "line": 192, + "line": 193, "column": 71 } } @@ -13948,46 +14039,46 @@ "value": 1, "raw": "1", "range": [ - 8147, - 8148 + 8182, + 8183 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 72 }, "end": { - "line": 192, + "line": 193, "column": 73 } } }, "range": [ - 8135, - 8148 + 8170, + 8183 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 60 }, "end": { - "line": 192, + "line": 193, "column": 73 } } }, "range": [ - 8106, - 8149 + 8141, + 8184 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 31 }, "end": { - "line": 192, + "line": 193, "column": 74 } } @@ -14004,16 +14095,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8184, - 8196 + 8219, + 8231 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 32 }, "end": { - "line": 193, + "line": 194, "column": 44 } } @@ -14025,16 +14116,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8199, - 8211 + 8234, + 8246 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 47 }, "end": { - "line": 193, + "line": 194, "column": 59 } } @@ -14046,16 +14137,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8245, - 8263 + 8280, + 8298 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 32 }, "end": { - "line": 194, + "line": 195, "column": 50 } } @@ -14064,92 +14155,92 @@ "type": "Identifier", "name": "d", "range": [ - 8266, - 8267 + 8301, + 8302 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 53 }, "end": { - "line": 194, + "line": 195, "column": 54 } } }, "range": [ - 8245, - 8267 + 8280, + 8302 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 32 }, "end": { - "line": 194, + "line": 195, "column": 54 } } }, "range": [ - 8199, - 8268 + 8234, + 8303 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 47 }, "end": { - "line": 194, + "line": 195, "column": 55 } } }, "range": [ - 8184, - 8268 + 8219, + 8303 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 32 }, "end": { - "line": 194, + "line": 195, "column": 55 } } }, "range": [ - 8184, - 8269 + 8219, + 8304 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 32 }, "end": { - "line": 194, + "line": 195, "column": 56 } } } ], "range": [ - 8150, - 8299 + 8185, + 8334 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 75 }, "end": { - "line": 195, + "line": 196, "column": 29 } } @@ -14166,16 +14257,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8339, - 8351 + 8374, + 8386 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 32 }, "end": { - "line": 196, + "line": 197, "column": 44 } } @@ -14190,16 +14281,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 8355, - 8366 + 8390, + 8401 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 48 }, "end": { - "line": 196, + "line": 197, "column": 59 } } @@ -14209,108 +14300,108 @@ "value": 1, "raw": "1", "range": [ - 8367, - 8368 + 8402, + 8403 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 60 }, "end": { - "line": 196, + "line": 197, "column": 61 } } }, "range": [ - 8355, - 8368 + 8390, + 8403 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 48 }, "end": { - "line": 196, + "line": 197, "column": 61 } } } ], "range": [ - 8354, - 8369 + 8389, + 8404 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 47 }, "end": { - "line": 196, + "line": 197, "column": 62 } } }, "range": [ - 8339, - 8369 + 8374, + 8404 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 32 }, "end": { - "line": 196, + "line": 197, "column": 62 } } }, "range": [ - 8339, - 8370 + 8374, + 8405 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 32 }, "end": { - "line": 196, + "line": 197, "column": 63 } } } ], "range": [ - 8305, - 8400 + 8340, + 8435 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 35 }, "end": { - "line": 197, + "line": 198, "column": 29 } } }, "range": [ - 8103, - 8400 + 8138, + 8435 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 28 }, "end": { - "line": 197, + "line": 198, "column": 29 } }, @@ -14319,16 +14410,16 @@ "type": "Line", "value": "pgdown", "range": [ - 8027, - 8035 + 8062, + 8070 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 44 }, "end": { - "line": 190, + "line": 191, "column": 52 } } @@ -14337,16 +14428,16 @@ "type": "Line", "value": "last row", "range": [ - 8064, - 8074 + 8099, + 8109 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 28 }, "end": { - "line": 191, + "line": 192, "column": 38 } } @@ -14355,16 +14446,16 @@ } ], "range": [ - 8025, - 8426 + 8060, + 8461 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 42 }, "end": { - "line": 198, + "line": 199, "column": 25 } } @@ -14384,16 +14475,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8513, - 8531 + 8548, + 8566 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 32 }, "end": { - "line": 200, + "line": 201, "column": 50 } } @@ -14402,31 +14493,31 @@ "type": "Identifier", "name": "d", "range": [ - 8534, - 8535 + 8569, + 8570 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 53 }, "end": { - "line": 200, + "line": 201, "column": 54 } } }, "range": [ - 8513, - 8535 + 8548, + 8570 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 32 }, "end": { - "line": 200, + "line": 201, "column": 54 } } @@ -14438,16 +14529,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8540, - 8552 + 8575, + 8587 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 59 }, "end": { - "line": 200, + "line": 201, "column": 71 } } @@ -14457,46 +14548,46 @@ "value": 0, "raw": "0", "range": [ - 8553, - 8554 + 8588, + 8589 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 72 }, "end": { - "line": 200, + "line": 201, "column": 73 } } }, "range": [ - 8540, - 8555 + 8575, + 8590 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 59 }, "end": { - "line": 200, + "line": 201, "column": 74 } } }, "range": [ - 8512, - 8555 + 8547, + 8590 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 31 }, "end": { - "line": 200, + "line": 201, "column": 74 } } @@ -14513,16 +14604,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8590, - 8602 + 8625, + 8637 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 32 }, "end": { - "line": 201, + "line": 202, "column": 44 } } @@ -14534,16 +14625,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8605, - 8617 + 8640, + 8652 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 47 }, "end": { - "line": 201, + "line": 202, "column": 59 } } @@ -14553,77 +14644,77 @@ "value": 0, "raw": "0", "range": [ - 8618, - 8619 + 8653, + 8654 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 60 }, "end": { - "line": 201, + "line": 202, "column": 61 } } }, "range": [ - 8605, - 8620 + 8640, + 8655 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 47 }, "end": { - "line": 201, + "line": 202, "column": 62 } } }, "range": [ - 8590, - 8620 + 8625, + 8655 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 32 }, "end": { - "line": 201, + "line": 202, "column": 62 } } }, "range": [ - 8590, - 8621 + 8625, + 8656 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 32 }, "end": { - "line": 201, + "line": 202, "column": 63 } } } ], "range": [ - 8556, - 8651 + 8591, + 8686 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 75 }, "end": { - "line": 202, + "line": 203, "column": 29 } } @@ -14640,16 +14731,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8691, - 8703 + 8726, + 8738 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 32 }, "end": { - "line": 203, + "line": 204, "column": 44 } } @@ -14661,16 +14752,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8706, - 8718 + 8741, + 8753 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 47 }, "end": { - "line": 203, + "line": 204, "column": 59 } } @@ -14682,16 +14773,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8756, - 8774 + 8791, + 8809 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 36 }, "end": { - "line": 204, + "line": 205, "column": 54 } } @@ -14700,107 +14791,107 @@ "type": "Identifier", "name": "d", "range": [ - 8777, - 8778 + 8812, + 8813 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 57 }, "end": { - "line": 204, + "line": 205, "column": 58 } } }, "range": [ - 8756, - 8778 + 8791, + 8813 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 36 }, "end": { - "line": 204, + "line": 205, "column": 58 } } }, "range": [ - 8706, - 8779 + 8741, + 8814 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 47 }, "end": { - "line": 204, + "line": 205, "column": 59 } } }, "range": [ - 8691, - 8779 + 8726, + 8814 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 32 }, "end": { - "line": 204, + "line": 205, "column": 59 } } }, "range": [ - 8691, - 8780 + 8726, + 8815 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 32 }, "end": { - "line": 204, + "line": 205, "column": 60 } } } ], "range": [ - 8657, - 8810 + 8692, + 8845 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 35 }, "end": { - "line": 205, + "line": 206, "column": 29 } } }, "range": [ - 8509, - 8810 + 8544, + 8845 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 205, + "line": 206, "column": 29 } }, @@ -14809,16 +14900,16 @@ "type": "Line", "value": "pgup", "range": [ - 8434, - 8440 + 8469, + 8475 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 33 }, "end": { - "line": 198, + "line": 199, "column": 39 } } @@ -14827,16 +14918,16 @@ "type": "Line", "value": "first row", "range": [ - 8469, - 8480 + 8504, + 8515 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 39 } } @@ -14845,31 +14936,31 @@ } ], "range": [ - 8432, - 8836 + 8467, + 8871 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 31 }, "end": { - "line": 206, + "line": 207, "column": 25 } } }, "range": [ - 8007, - 8836 + 8042, + 8871 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 206, + "line": 207, "column": 25 } } @@ -14883,16 +14974,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 8861, - 8874 + 8896, + 8909 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 24 }, "end": { - "line": 207, + "line": 208, "column": 37 } } @@ -14901,46 +14992,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8877, - 8889 + 8912, + 8924 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 40 }, "end": { - "line": 207, + "line": 208, "column": 52 } } }, "range": [ - 8861, - 8889 + 8896, + 8924 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 24 }, "end": { - "line": 207, + "line": 208, "column": 52 } } }, "range": [ - 8861, - 8890 + 8896, + 8925 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 24 }, "end": { - "line": 207, + "line": 208, "column": 53 } } @@ -14954,16 +15045,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8915, - 8933 + 8950, + 8968 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 24 }, "end": { - "line": 208, + "line": 209, "column": 42 } } @@ -14977,16 +15068,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8936, - 8948 + 8971, + 8983 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 45 }, "end": { - "line": 208, + "line": 209, "column": 57 } } @@ -14995,31 +15086,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8949, - 8956 + 8984, + 8991 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 58 }, "end": { - "line": 208, + "line": 209, "column": 65 } } }, "range": [ - 8936, - 8956 + 8971, + 8991 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 45 }, "end": { - "line": 208, + "line": 209, "column": 65 } } @@ -15029,62 +15120,62 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8957, - 8969 + 8992, + 9004 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 66 }, "end": { - "line": 208, + "line": 209, "column": 78 } } } ], "range": [ - 8936, - 8970 + 8971, + 9005 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 45 }, "end": { - "line": 208, + "line": 209, "column": 79 } } }, "range": [ - 8915, - 8970 + 8950, + 9005 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 24 }, "end": { - "line": 208, + "line": 209, "column": 79 } } }, "range": [ - 8915, - 8971 + 8950, + 9006 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 24 }, "end": { - "line": 208, + "line": 209, "column": 80 } } @@ -15097,16 +15188,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 8996, - 9004 + 9031, + 9039 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 24 }, "end": { - "line": 209, + "line": 210, "column": 32 } } @@ -15116,78 +15207,78 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 9005, - 9017 + 9040, + 9052 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 33 }, "end": { - "line": 209, + "line": 210, "column": 45 } } } ], "range": [ - 8996, - 9018 + 9031, + 9053 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 24 }, "end": { - "line": 209, + "line": 210, "column": 46 } } }, "range": [ - 8996, - 9019 + 9031, + 9054 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 24 }, "end": { - "line": 209, + "line": 210, "column": 47 } } } ], "range": [ - 7981, - 9041 + 8016, + 9076 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 27 }, "end": { - "line": 210, + "line": 211, "column": 21 } } }, "range": [ - 7785, - 9041 + 7820, + 9076 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 210, + "line": 211, "column": 21 } }, @@ -15196,16 +15287,16 @@ "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ - 7674, - 7725 + 7709, + 7760 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 71 } } @@ -15214,16 +15305,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 7746, - 7764 + 7781, + 7799 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 38 } } @@ -15232,31 +15323,31 @@ } ], "range": [ - 7652, - 9059 + 7687, + 9094 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 23 }, "end": { - "line": 211, + "line": 212, "column": 17 } } }, "range": [ - 6414, - 9059 + 6449, + 9094 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 16 }, "end": { - "line": 211, + "line": 212, "column": 17 } }, @@ -15265,16 +15356,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6305, - 6368 + 6340, + 6403 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 79 } } @@ -15283,16 +15374,16 @@ "type": "Line", "value": "calculated", "range": [ - 6385, - 6397 + 6420, + 6432 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 16 }, "end": { - "line": 157, + "line": 158, "column": 28 } } @@ -15301,16 +15392,16 @@ } ], "range": [ - 3293, - 9073 + 3328, + 9108 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 63 }, "end": { - "line": 212, + "line": 213, "column": 13 } } @@ -15318,31 +15409,31 @@ "generator": false, "expression": false, "range": [ - 3265, - 9073 + 3300, + 9108 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 35 }, "end": { - "line": 212, + "line": 213, "column": 13 } } }, "range": [ - 3246, - 9073 + 3281, + 9108 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 16 }, "end": { - "line": 212, + "line": 213, "column": 13 } } @@ -15350,16 +15441,16 @@ ], "kind": "var", "range": [ - 3242, - 9074 + 3277, + 9109 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 212, + "line": 213, "column": 14 } }, @@ -15368,25 +15459,7 @@ "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ - 3128, - 3194 - ], - "loc": { - "start": { - "line": 89, - "column": 12 - }, - "end": { - "line": 89, - "column": 78 - } - } - }, - { - "type": "Line", - "value": "validRowsIndex array", - "range": [ - 3207, + 3163, 3229 ], "loc": { @@ -15396,6 +15469,24 @@ }, "end": { "line": 90, + "column": 78 + } + } + }, + { + "type": "Line", + "value": "validRowsIndex array", + "range": [ + 3242, + 3264 + ], + "loc": { + "start": { + "line": 91, + "column": 12 + }, + "end": { + "line": 91, "column": 34 } } @@ -15406,16 +15497,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9088, - 9156 + 9123, + 9191 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 80 } } @@ -15424,16 +15515,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9169, - 9193 + 9204, + 9228 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 12 }, "end": { - "line": 215, + "line": 216, "column": 36 } } @@ -15449,16 +15540,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 9210, - 9227 + 9245, + 9262 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 33 } } @@ -15471,16 +15562,16 @@ "type": "Identifier", "name": "et", "range": [ - 9239, - 9241 + 9274, + 9276 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 45 }, "end": { - "line": 216, + "line": 217, "column": 47 } } @@ -15489,16 +15580,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9243, - 9254 + 9278, + 9289 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 49 }, "end": { - "line": 216, + "line": 217, "column": 60 } } @@ -15516,16 +15607,16 @@ "type": "Identifier", "name": "row", "range": [ - 9277, - 9280 + 9312, + 9315 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 23 } } @@ -15542,16 +15633,16 @@ "type": "Identifier", "name": "et", "range": [ - 9283, - 9285 + 9318, + 9320 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 26 }, "end": { - "line": 217, + "line": 218, "column": 28 } } @@ -15560,31 +15651,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 9286, - 9302 + 9321, + 9337 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 29 }, "end": { - "line": 217, + "line": 218, "column": 45 } } }, "range": [ - 9283, - 9302 + 9318, + 9337 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 26 }, "end": { - "line": 217, + "line": 218, "column": 45 } } @@ -15594,31 +15685,31 @@ "value": "row", "raw": "'row'", "range": [ - 9307, - 9312 + 9342, + 9347 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 50 }, "end": { - "line": 217, + "line": 218, "column": 55 } } }, "range": [ - 9283, - 9312 + 9318, + 9347 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 26 }, "end": { - "line": 217, + "line": 218, "column": 55 } } @@ -15630,16 +15721,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9335, - 9346 + 9370, + 9381 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 31 } } @@ -15648,31 +15739,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 9347, - 9357 + 9382, + 9392 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 32 }, "end": { - "line": 218, + "line": 219, "column": 42 } } }, "range": [ - 9335, - 9357 + 9370, + 9392 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 42 } } @@ -15681,46 +15772,46 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9360, - 9371 + 9395, + 9406 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 45 }, "end": { - "line": 218, + "line": 219, "column": 56 } } }, "range": [ - 9283, - 9371 + 9318, + 9406 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 26 }, "end": { - "line": 218, + "line": 219, "column": 56 } } }, "range": [ - 9277, - 9371 + 9312, + 9406 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 56 } } @@ -15728,16 +15819,16 @@ ], "kind": "var", "range": [ - 9273, - 9372 + 9308, + 9407 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 16 }, "end": { - "line": 218, + "line": 219, "column": 57 } } @@ -15751,16 +15842,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9392, - 9394 + 9427, + 9429 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 19 }, "end": { - "line": 219, + "line": 220, "column": 21 } } @@ -15769,31 +15860,31 @@ "type": "Identifier", "name": "paging", "range": [ - 9395, - 9401 + 9430, + 9436 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 22 }, "end": { - "line": 219, + "line": 220, "column": 28 } } }, "range": [ - 9392, - 9401 + 9427, + 9436 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 19 }, "end": { - "line": 219, + "line": 220, "column": 28 } } @@ -15818,16 +15909,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9427, - 9429 + 9462, + 9464 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 23 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -15836,31 +15927,31 @@ "type": "Identifier", "name": "feature", "range": [ - 9430, - 9437 + 9465, + 9472 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 26 }, "end": { - "line": 220, + "line": 221, "column": 33 } } }, "range": [ - 9427, - 9437 + 9462, + 9472 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 23 }, "end": { - "line": 220, + "line": 221, "column": 33 } } @@ -15871,32 +15962,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 9438, - 9446 + 9473, + 9481 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 34 }, "end": { - "line": 220, + "line": 221, "column": 42 } } } ], "range": [ - 9427, - 9447 + 9462, + 9482 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 23 }, "end": { - "line": 220, + "line": 221, "column": 43 } } @@ -15905,31 +15996,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 9448, - 9455 + 9483, + 9490 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 44 }, "end": { - "line": 220, + "line": 221, "column": 51 } } }, "range": [ - 9427, - 9455 + 9462, + 9490 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 23 }, "end": { - "line": 220, + "line": 221, "column": 51 } } @@ -15939,31 +16030,31 @@ "value": 1, "raw": "1", "range": [ - 9458, - 9459 + 9493, + 9494 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 54 }, "end": { - "line": 220, + "line": 221, "column": 55 } } }, "range": [ - 9427, - 9459 + 9462, + 9494 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 23 }, "end": { - "line": 220, + "line": 221, "column": 55 } } @@ -15980,16 +16071,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9490, - 9496 + 9525, + 9531 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 28 }, "end": { - "line": 221, + "line": 222, "column": 34 } } @@ -16003,16 +16094,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9499, - 9501 + 9534, + 9536 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 37 }, "end": { - "line": 221, + "line": 222, "column": 39 } } @@ -16021,31 +16112,31 @@ "type": "Identifier", "name": "feature", "range": [ - 9502, - 9509 + 9537, + 9544 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 40 }, "end": { - "line": 221, + "line": 222, "column": 47 } } }, "range": [ - 9499, - 9509 + 9534, + 9544 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 37 }, "end": { - "line": 221, + "line": 222, "column": 47 } } @@ -16056,47 +16147,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 9510, - 9518 + 9545, + 9553 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 48 }, "end": { - "line": 221, + "line": 222, "column": 56 } } } ], "range": [ - 9499, - 9519 + 9534, + 9554 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 37 }, "end": { - "line": 221, + "line": 222, "column": 57 } } }, "range": [ - 9490, - 9519 + 9525, + 9554 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 28 }, "end": { - "line": 221, + "line": 222, "column": 57 } } @@ -16104,16 +16195,16 @@ ], "kind": "var", "range": [ - 9486, - 9520 + 9521, + 9555 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 24 }, "end": { - "line": 221, + "line": 222, "column": 58 } }, @@ -16122,16 +16213,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9545, - 9596 + 9580, + 9631 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 24 }, "end": { - "line": 222, + "line": 223, "column": 75 } } @@ -16150,16 +16241,16 @@ "type": "Identifier", "name": "et", "range": [ - 9621, - 9623 + 9656, + 9658 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 24 }, "end": { - "line": 223, + "line": 224, "column": 26 } } @@ -16168,31 +16259,31 @@ "type": "Identifier", "name": "nbRowsPerPage", "range": [ - 9624, - 9637 + 9659, + 9672 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 27 }, "end": { - "line": 223, + "line": 224, "column": 40 } } }, "range": [ - 9621, - 9637 + 9656, + 9672 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 24 }, "end": { - "line": 223, + "line": 224, "column": 40 } } @@ -16204,16 +16295,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9640, - 9646 + 9675, + 9681 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 43 }, "end": { - "line": 223, + "line": 224, "column": 49 } } @@ -16222,61 +16313,61 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 9647, - 9659 + 9682, + 9694 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 50 }, "end": { - "line": 223, + "line": 224, "column": 62 } } }, "range": [ - 9640, - 9659 + 9675, + 9694 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 43 }, "end": { - "line": 223, + "line": 224, "column": 62 } } }, "range": [ - 9621, - 9659 + 9656, + 9694 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 24 }, "end": { - "line": 223, + "line": 224, "column": 62 } } }, "range": [ - 9621, - 9660 + 9656, + 9695 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 24 }, "end": { - "line": 223, + "line": 224, "column": 63 } }, @@ -16285,16 +16376,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9545, - 9596 + 9580, + 9631 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 24 }, "end": { - "line": 222, + "line": 223, "column": 75 } } @@ -16310,16 +16401,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 9689, - 9701 + 9724, + 9736 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 28 }, "end": { - "line": 224, + "line": 225, "column": 40 } } @@ -16331,16 +16422,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9704, - 9706 + 9739, + 9741 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 43 }, "end": { - "line": 224, + "line": 225, "column": 45 } } @@ -16349,46 +16440,46 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 9707, - 9721 + 9742, + 9756 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 46 }, "end": { - "line": 224, + "line": 225, "column": 60 } } }, "range": [ - 9704, - 9721 + 9739, + 9756 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 43 }, "end": { - "line": 224, + "line": 225, "column": 60 } } }, "range": [ - 9689, - 9721 + 9724, + 9756 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 28 }, "end": { - "line": 224, + "line": 225, "column": 60 } } @@ -16399,16 +16490,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 9751, - 9762 + 9786, + 9797 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 28 }, "end": { - "line": 225, + "line": 226, "column": 39 } } @@ -16420,16 +16511,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 9765, - 9777 + 9800, + 9812 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 42 }, "end": { - "line": 225, + "line": 226, "column": 54 } } @@ -16438,46 +16529,46 @@ "type": "Identifier", "name": "length", "range": [ - 9778, - 9784 + 9813, + 9819 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 55 }, "end": { - "line": 225, + "line": 226, "column": 61 } } }, "range": [ - 9765, - 9784 + 9800, + 9819 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 42 }, "end": { - "line": 225, + "line": 226, "column": 61 } } }, "range": [ - 9751, - 9784 + 9786, + 9819 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 28 }, "end": { - "line": 225, + "line": 226, "column": 61 } } @@ -16488,16 +16579,16 @@ "type": "Identifier", "name": "pagingEndRow", "range": [ - 9814, - 9826 + 9849, + 9861 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 28 }, "end": { - "line": 226, + "line": 227, "column": 40 } } @@ -16511,16 +16602,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 9829, - 9837 + 9864, + 9872 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 43 }, "end": { - "line": 226, + "line": 227, "column": 51 } } @@ -16533,16 +16624,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9838, - 9844 + 9873, + 9879 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 52 }, "end": { - "line": 226, + "line": 227, "column": 58 } } @@ -16551,31 +16642,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 9845, - 9859 + 9880, + 9894 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 59 }, "end": { - "line": 226, + "line": 227, "column": 73 } } }, "range": [ - 9838, - 9859 + 9873, + 9894 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 52 }, "end": { - "line": 226, + "line": 227, "column": 73 } } @@ -16585,32 +16676,32 @@ "value": 10, "raw": "10", "range": [ - 9861, - 9863 + 9896, + 9898 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 75 }, "end": { - "line": 226, + "line": 227, "column": 77 } } } ], "range": [ - 9829, - 9864 + 9864, + 9899 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 43 }, "end": { - "line": 226, + "line": 227, "column": 78 } } @@ -16621,16 +16712,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 9899, - 9907 + 9934, + 9942 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 40 } } @@ -16643,16 +16734,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9908, - 9914 + 9943, + 9949 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 41 }, "end": { - "line": 227, + "line": 228, "column": 47 } } @@ -16661,31 +16752,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 9915, - 9927 + 9950, + 9962 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 48 }, "end": { - "line": 227, + "line": 228, "column": 60 } } }, "range": [ - 9908, - 9927 + 9943, + 9962 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 41 }, "end": { - "line": 227, + "line": 228, "column": 60 } } @@ -16695,62 +16786,62 @@ "value": 10, "raw": "10", "range": [ - 9929, - 9931 + 9964, + 9966 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 62 }, "end": { - "line": 227, + "line": 228, "column": 64 } } } ], "range": [ - 9899, - 9932 + 9934, + 9967 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 65 } } }, "range": [ - 9829, - 9932 + 9864, + 9967 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 43 }, "end": { - "line": 227, + "line": 228, "column": 65 } } }, "range": [ - 9814, - 9932 + 9849, + 9967 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 28 }, "end": { - "line": 227, + "line": 228, "column": 65 } } @@ -16758,16 +16849,16 @@ ], "kind": "var", "range": [ - 9685, - 9933 + 9720, + 9968 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 24 }, "end": { - "line": 227, + "line": 228, "column": 66 } } @@ -16781,16 +16872,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 9962, - 9970 + 9997, + 10005 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 28 }, "end": { - "line": 228, + "line": 229, "column": 36 } } @@ -16802,16 +16893,16 @@ "type": "Identifier", "name": "row", "range": [ - 9973, - 9976 + 10008, + 10011 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 39 }, "end": { - "line": 228, + "line": 229, "column": 42 } } @@ -16820,46 +16911,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 9977, - 9985 + 10012, + 10020 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 43 }, "end": { - "line": 228, + "line": 229, "column": 51 } } }, "range": [ - 9973, - 9985 + 10008, + 10020 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 39 }, "end": { - "line": 228, + "line": 229, "column": 51 } } }, "range": [ - 9962, - 9985 + 9997, + 10020 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 28 }, "end": { - "line": 228, + "line": 229, "column": 51 } } @@ -16867,16 +16958,16 @@ ], "kind": "var", "range": [ - 9958, - 9986 + 9993, + 10021 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 24 }, "end": { - "line": 228, + "line": 229, "column": 52 } } @@ -16893,16 +16984,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10016, - 10024 + 10051, + 10059 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 28 }, "end": { - "line": 230, + "line": 231, "column": 36 } } @@ -16914,16 +17005,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10029, - 10041 + 10064, + 10076 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 41 }, "end": { - "line": 230, + "line": 231, "column": 53 } } @@ -16935,16 +17026,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 10042, - 10053 + 10077, + 10088 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 54 }, "end": { - "line": 230, + "line": 231, "column": 65 } } @@ -16954,61 +17045,61 @@ "value": 1, "raw": "1", "range": [ - 10054, - 10055 + 10089, + 10090 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 66 }, "end": { - "line": 230, + "line": 231, "column": 67 } } }, "range": [ - 10042, - 10055 + 10077, + 10090 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 54 }, "end": { - "line": 230, + "line": 231, "column": 67 } } }, "range": [ - 10029, - 10056 + 10064, + 10091 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 41 }, "end": { - "line": 230, + "line": 231, "column": 68 } } }, "range": [ - 10016, - 10056 + 10051, + 10091 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 28 }, "end": { - "line": 230, + "line": 231, "column": 68 } } @@ -17023,16 +17114,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10089, - 10095 + 10124, + 10130 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 28 }, "end": { - "line": 231, + "line": 232, "column": 34 } } @@ -17041,31 +17132,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 10096, - 10109 + 10131, + 10144 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 35 }, "end": { - "line": 231, + "line": 232, "column": 48 } } }, "range": [ - 10089, - 10109 + 10124, + 10144 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 28 }, "end": { - "line": 231, + "line": 232, "column": 48 } } @@ -17077,16 +17168,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10112, - 10118 + 10147, + 10153 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 51 }, "end": { - "line": 231, + "line": 232, "column": 57 } } @@ -17095,61 +17186,61 @@ "type": "Identifier", "name": "nbPages", "range": [ - 10119, - 10126 + 10154, + 10161 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 58 }, "end": { - "line": 231, + "line": 232, "column": 65 } } }, "range": [ - 10112, - 10126 + 10147, + 10161 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 51 }, "end": { - "line": 231, + "line": 232, "column": 65 } } }, "range": [ - 10089, - 10126 + 10124, + 10161 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 28 }, "end": { - "line": 231, + "line": 232, "column": 65 } } }, "range": [ - 10015, - 10126 + 10050, + 10161 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 27 }, "end": { - "line": 231, + "line": 232, "column": 65 } } @@ -17168,16 +17259,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10157, - 10163 + 10192, + 10198 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 28 }, "end": { - "line": 232, + "line": 233, "column": 34 } } @@ -17186,31 +17277,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10164, - 10171 + 10199, + 10206 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 35 }, "end": { - "line": 232, + "line": 233, "column": 42 } } }, "range": [ - 10157, - 10171 + 10192, + 10206 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 28 }, "end": { - "line": 232, + "line": 233, "column": 42 } } @@ -17221,63 +17312,63 @@ "value": "last", "raw": "'last'", "range": [ - 10172, - 10178 + 10207, + 10213 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 43 }, "end": { - "line": 232, + "line": 233, "column": 49 } } } ], "range": [ - 10157, - 10179 + 10192, + 10214 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 28 }, "end": { - "line": 232, + "line": 233, "column": 50 } } }, "range": [ - 10157, - 10180 + 10192, + 10215 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 28 }, "end": { - "line": 232, + "line": 233, "column": 51 } } } ], "range": [ - 10127, - 10206 + 10162, + 10241 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 66 }, "end": { - "line": 233, + "line": 234, "column": 25 } } @@ -17294,16 +17385,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10240, - 10248 + 10275, + 10283 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 33 }, "end": { - "line": 234, + "line": 235, "column": 41 } } @@ -17315,16 +17406,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10252, - 10264 + 10287, + 10299 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 45 }, "end": { - "line": 234, + "line": 235, "column": 57 } } @@ -17334,46 +17425,46 @@ "value": 0, "raw": "0", "range": [ - 10265, - 10266 + 10300, + 10301 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 58 }, "end": { - "line": 234, + "line": 235, "column": 59 } } }, "range": [ - 10252, - 10267 + 10287, + 10302 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 45 }, "end": { - "line": 234, + "line": 235, "column": 60 } } }, "range": [ - 10240, - 10267 + 10275, + 10302 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 33 }, "end": { - "line": 234, + "line": 235, "column": 60 } } @@ -17388,16 +17479,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10300, - 10306 + 10335, + 10341 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 28 }, "end": { - "line": 235, + "line": 236, "column": 34 } } @@ -17406,31 +17497,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 10307, - 10320 + 10342, + 10355 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 35 }, "end": { - "line": 235, + "line": 236, "column": 48 } } }, "range": [ - 10300, - 10320 + 10335, + 10355 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 28 }, "end": { - "line": 235, + "line": 236, "column": 48 } } @@ -17440,46 +17531,46 @@ "value": 1, "raw": "1", "range": [ - 10323, - 10324 + 10358, + 10359 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 51 }, "end": { - "line": 235, + "line": 236, "column": 52 } } }, "range": [ - 10300, - 10324 + 10335, + 10359 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 28 }, "end": { - "line": 235, + "line": 236, "column": 52 } } }, "range": [ - 10239, - 10324 + 10274, + 10359 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 32 }, "end": { - "line": 235, + "line": 236, "column": 52 } } @@ -17498,16 +17589,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10355, - 10361 + 10390, + 10396 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 28 }, "end": { - "line": 236, + "line": 237, "column": 34 } } @@ -17516,31 +17607,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10362, - 10369 + 10397, + 10404 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 35 }, "end": { - "line": 236, + "line": 237, "column": 42 } } }, "range": [ - 10355, - 10369 + 10390, + 10404 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 28 }, "end": { - "line": 236, + "line": 237, "column": 42 } } @@ -17551,63 +17642,63 @@ "value": "first", "raw": "'first'", "range": [ - 10370, - 10377 + 10405, + 10412 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 43 }, "end": { - "line": 236, + "line": 237, "column": 50 } } } ], "range": [ - 10355, - 10378 + 10390, + 10413 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 28 }, "end": { - "line": 236, + "line": 237, "column": 51 } } }, "range": [ - 10355, - 10379 + 10390, + 10414 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 28 }, "end": { - "line": 236, + "line": 237, "column": 52 } } } ], "range": [ - 10325, - 10405 + 10360, + 10440 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 53 }, "end": { - "line": 237, + "line": 238, "column": 25 } } @@ -17624,16 +17715,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10438, - 10446 + 10473, + 10481 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 238, + "line": 239, "column": 40 } } @@ -17645,16 +17736,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10449, - 10461 + 10484, + 10496 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 43 }, "end": { - "line": 238, + "line": 239, "column": 55 } } @@ -17666,16 +17757,16 @@ "type": "Identifier", "name": "pagingEndRow", "range": [ - 10462, - 10474 + 10497, + 10509 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 56 }, "end": { - "line": 238, + "line": 239, "column": 68 } } @@ -17685,61 +17776,61 @@ "value": 1, "raw": "1", "range": [ - 10475, - 10476 + 10510, + 10511 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 69 }, "end": { - "line": 238, + "line": 239, "column": 70 } } }, "range": [ - 10462, - 10476 + 10497, + 10511 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 56 }, "end": { - "line": 238, + "line": 239, "column": 70 } } }, "range": [ - 10449, - 10477 + 10484, + 10512 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 43 }, "end": { - "line": 238, + "line": 239, "column": 71 } } }, "range": [ - 10438, - 10477 + 10473, + 10512 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 238, + "line": 239, "column": 71 } } @@ -17751,16 +17842,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10509, - 10517 + 10544, + 10552 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 28 }, "end": { - "line": 239, + "line": 240, "column": 36 } } @@ -17772,16 +17863,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10520, - 10532 + 10555, + 10567 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 39 }, "end": { - "line": 239, + "line": 240, "column": 51 } } @@ -17793,16 +17884,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 10533, - 10544 + 10568, + 10579 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 52 }, "end": { - "line": 239, + "line": 240, "column": 63 } } @@ -17812,76 +17903,76 @@ "value": 1, "raw": "1", "range": [ - 10545, - 10546 + 10580, + 10581 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 64 }, "end": { - "line": 239, + "line": 240, "column": 65 } } }, "range": [ - 10533, - 10546 + 10568, + 10581 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 52 }, "end": { - "line": 239, + "line": 240, "column": 65 } } }, "range": [ - 10520, - 10547 + 10555, + 10582 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 39 }, "end": { - "line": 239, + "line": 240, "column": 66 } } }, "range": [ - 10509, - 10547 + 10544, + 10582 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 28 }, "end": { - "line": 239, + "line": 240, "column": 66 } } }, "range": [ - 10438, - 10547 + 10473, + 10582 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 239, + "line": 240, "column": 66 } } @@ -17900,16 +17991,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10578, - 10584 + 10613, + 10619 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 28 }, "end": { - "line": 240, + "line": 241, "column": 34 } } @@ -17918,31 +18009,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10585, - 10592 + 10620, + 10627 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 35 }, "end": { - "line": 240, + "line": 241, "column": 42 } } }, "range": [ - 10578, - 10592 + 10613, + 10627 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 28 }, "end": { - "line": 240, + "line": 241, "column": 42 } } @@ -17953,63 +18044,63 @@ "value": "next", "raw": "'next'", "range": [ - 10593, - 10599 + 10628, + 10634 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 43 }, "end": { - "line": 240, + "line": 241, "column": 49 } } } ], "range": [ - 10578, - 10600 + 10613, + 10635 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 28 }, "end": { - "line": 240, + "line": 241, "column": 50 } } }, "range": [ - 10578, - 10601 + 10613, + 10636 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 28 }, "end": { - "line": 240, + "line": 241, "column": 51 } } } ], "range": [ - 10548, - 10627 + 10583, + 10662 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 67 }, "end": { - "line": 241, + "line": 242, "column": 25 } } @@ -18026,16 +18117,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10689, - 10697 + 10724, + 10732 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 28 }, "end": { - "line": 243, + "line": 244, "column": 36 } } @@ -18047,16 +18138,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10700, - 10712 + 10735, + 10747 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 39 }, "end": { - "line": 243, + "line": 244, "column": 51 } } @@ -18068,16 +18159,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10713, - 10719 + 10748, + 10754 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 52 }, "end": { - "line": 243, + "line": 244, "column": 58 } } @@ -18086,61 +18177,61 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 10720, - 10734 + 10755, + 10769 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 59 }, "end": { - "line": 243, + "line": 244, "column": 73 } } }, "range": [ - 10713, - 10734 + 10748, + 10769 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 52 }, "end": { - "line": 243, + "line": 244, "column": 73 } } }, "range": [ - 10700, - 10735 + 10735, + 10770 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 39 }, "end": { - "line": 243, + "line": 244, "column": 74 } } }, "range": [ - 10689, - 10735 + 10724, + 10770 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 28 }, "end": { - "line": 243, + "line": 244, "column": 74 } } @@ -18152,16 +18243,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10767, - 10775 + 10802, + 10810 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 28 }, "end": { - "line": 244, + "line": 245, "column": 36 } } @@ -18173,16 +18264,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10778, - 10790 + 10813, + 10825 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 39 }, "end": { - "line": 244, + "line": 245, "column": 51 } } @@ -18192,61 +18283,61 @@ "value": 0, "raw": "0", "range": [ - 10791, - 10792 + 10826, + 10827 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 52 }, "end": { - "line": 244, + "line": 245, "column": 53 } } }, "range": [ - 10778, - 10793 + 10813, + 10828 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 39 }, "end": { - "line": 244, + "line": 245, "column": 54 } } }, "range": [ - 10767, - 10793 + 10802, + 10828 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 28 }, "end": { - "line": 244, + "line": 245, "column": 54 } } }, "range": [ - 10689, - 10793 + 10724, + 10828 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 28 }, "end": { - "line": 244, + "line": 245, "column": 54 } } @@ -18265,16 +18356,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10824, - 10830 + 10859, + 10865 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 28 }, "end": { - "line": 245, + "line": 246, "column": 34 } } @@ -18283,31 +18374,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10831, - 10838 + 10866, + 10873 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 35 }, "end": { - "line": 245, + "line": 246, "column": 42 } } }, "range": [ - 10824, - 10838 + 10859, + 10873 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 28 }, "end": { - "line": 245, + "line": 246, "column": 42 } } @@ -18318,204 +18409,204 @@ "value": "previous", "raw": "'previous'", "range": [ - 10839, - 10849 + 10874, + 10884 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 43 }, "end": { - "line": 245, + "line": 246, "column": 53 } } } ], "range": [ - 10824, - 10850 + 10859, + 10885 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 28 }, "end": { - "line": 245, + "line": 246, "column": 54 } } }, "range": [ - 10824, - 10851 + 10859, + 10886 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 28 }, "end": { - "line": 245, + "line": 246, "column": 55 } } } ], "range": [ - 10794, - 10877 + 10829, + 10912 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 55 }, "end": { - "line": 246, + "line": 247, "column": 25 } } }, "alternate": null, "range": [ - 10657, - 10877 + 10692, + 10912 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 29 }, "end": { - "line": 246, + "line": 247, "column": 25 } } }, "range": [ - 10435, - 10877 + 10470, + 10912 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 29 }, "end": { - "line": 246, + "line": 247, "column": 25 } } }, "range": [ - 10236, - 10877 + 10271, + 10912 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 29 }, "end": { - "line": 246, + "line": 247, "column": 25 } } }, "range": [ - 10012, - 10877 + 10047, + 10912 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 246, + "line": 247, "column": 25 } } } ], "range": [ - 9460, - 10899 + 9495, + 10934 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 56 }, "end": { - "line": 247, + "line": 248, "column": 21 } } }, "alternate": null, "range": [ - 9424, - 10899 + 9459, + 10934 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 21 } } } ], "range": [ - 9402, - 10917 + 9437, + 10952 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 29 }, "end": { - "line": 248, + "line": 249, "column": 17 } } }, "alternate": null, "range": [ - 9389, - 10917 + 9424, + 10952 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 17 } } } ], "range": [ - 9255, - 10931 + 9290, + 10966 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 61 }, "end": { - "line": 249, + "line": 250, "column": 13 } } @@ -18523,31 +18614,31 @@ "generator": false, "expression": false, "range": [ - 9230, - 10931 + 9265, + 10966 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 36 }, "end": { - "line": 249, + "line": 250, "column": 13 } } }, "range": [ - 9210, - 10931 + 9245, + 10966 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 13 } } @@ -18555,16 +18646,16 @@ ], "kind": "var", "range": [ - 9206, - 10932 + 9241, + 10967 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 14 } }, @@ -18573,16 +18664,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9088, - 9156 + 9123, + 9191 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 80 } } @@ -18591,16 +18682,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9169, - 9193 + 9204, + 9228 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 12 }, "end": { - "line": 215, + "line": 216, "column": 36 } } @@ -18611,16 +18702,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 10946, - 11005 + 10981, + 11040 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 71 } } @@ -18636,16 +18727,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11021, - 11023 + 11056, + 11058 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 15 }, "end": { - "line": 252, + "line": 253, "column": 17 } } @@ -18654,31 +18745,31 @@ "type": "Identifier", "name": "paging", "range": [ - 11024, - 11030 + 11059, + 11065 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 18 }, "end": { - "line": 252, + "line": 253, "column": 24 } } }, "range": [ - 11021, - 11030 + 11056, + 11065 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 15 }, "end": { - "line": 252, + "line": 253, "column": 24 } } @@ -18703,16 +18794,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11049, - 11051 + 11084, + 11086 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 18 } } @@ -18721,31 +18812,31 @@ "type": "Identifier", "name": "feature", "range": [ - 11052, - 11059 + 11087, + 11094 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 19 }, "end": { - "line": 253, + "line": 254, "column": 26 } } }, "range": [ - 11049, - 11059 + 11084, + 11094 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 26 } } @@ -18756,32 +18847,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 11060, - 11068 + 11095, + 11103 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 27 }, "end": { - "line": 253, + "line": 254, "column": 35 } } } ], "range": [ - 11049, - 11069 + 11084, + 11104 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 36 } } @@ -18790,31 +18881,31 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 11070, - 11087 + 11105, + 11122 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 37 }, "end": { - "line": 253, + "line": 254, "column": 54 } } }, "range": [ - 11049, - 11087 + 11084, + 11122 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 54 } } @@ -18827,16 +18918,16 @@ "type": "Identifier", "name": "paging", "range": [ - 11099, - 11105 + 11134, + 11140 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 66 }, "end": { - "line": 253, + "line": 254, "column": 72 } } @@ -18854,16 +18945,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 11132, - 11139 + 11167, + 11174 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 24 }, "end": { - "line": 254, + "line": 255, "column": 31 } } @@ -18880,16 +18971,16 @@ "type": "Identifier", "name": "paging", "range": [ - 11142, - 11148 + 11177, + 11183 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 34 }, "end": { - "line": 254, + "line": 255, "column": 40 } } @@ -18898,31 +18989,31 @@ "type": "Identifier", "name": "tf", "range": [ - 11149, - 11151 + 11184, + 11186 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 41 }, "end": { - "line": 254, + "line": 255, "column": 43 } } }, "range": [ - 11142, - 11151 + 11177, + 11186 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 34 }, "end": { - "line": 254, + "line": 255, "column": 43 } } @@ -18931,31 +19022,31 @@ "type": "Identifier", "name": "extension", "range": [ - 11152, - 11161 + 11187, + 11196 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 44 }, "end": { - "line": 254, + "line": 255, "column": 53 } } }, "range": [ - 11142, - 11161 + 11177, + 11196 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 34 }, "end": { - "line": 254, + "line": 255, "column": 53 } } @@ -18966,47 +19057,47 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 11162, - 11176 + 11197, + 11211 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 54 }, "end": { - "line": 254, + "line": 255, "column": 68 } } } ], "range": [ - 11142, - 11177 + 11177, + 11212 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 34 }, "end": { - "line": 254, + "line": 255, "column": 69 } } }, "range": [ - 11132, - 11177 + 11167, + 11212 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 24 }, "end": { - "line": 254, + "line": 255, "column": 69 } } @@ -19014,16 +19105,16 @@ ], "kind": "var", "range": [ - 11128, - 11178 + 11163, + 11213 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 20 }, "end": { - "line": 254, + "line": 255, "column": 70 } } @@ -19037,16 +19128,16 @@ "type": "Identifier", "name": "et", "range": [ - 11203, - 11205 + 11238, + 11240 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 24 }, "end": { - "line": 255, + "line": 256, "column": 26 } } @@ -19058,16 +19149,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 11208, - 11215 + 11243, + 11250 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 29 }, "end": { - "line": 255, + "line": 256, "column": 36 } } @@ -19076,46 +19167,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 11216, - 11228 + 11251, + 11263 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 37 }, "end": { - "line": 255, + "line": 256, "column": 49 } } }, "range": [ - 11208, - 11228 + 11243, + 11263 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 29 }, "end": { - "line": 255, + "line": 256, "column": 49 } } }, "range": [ - 11203, - 11228 + 11238, + 11263 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 24 }, "end": { - "line": 255, + "line": 256, "column": 49 } } @@ -19123,16 +19214,16 @@ ], "kind": "var", "range": [ - 11199, - 11229 + 11234, + 11264 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 20 }, "end": { - "line": 255, + "line": 256, "column": 50 } } @@ -19146,16 +19237,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11254, - 11257 + 11289, + 11292 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 24 }, "end": { - "line": 256, + "line": 257, "column": 27 } } @@ -19167,16 +19258,16 @@ "type": "Identifier", "name": "et", "range": [ - 11260, - 11262 + 11295, + 11297 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 30 }, "end": { - "line": 256, + "line": 257, "column": 32 } } @@ -19185,46 +19276,46 @@ "type": "Identifier", "name": "Selection", "range": [ - 11263, - 11272 + 11298, + 11307 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 33 }, "end": { - "line": 256, + "line": 257, "column": 42 } } }, "range": [ - 11260, - 11272 + 11295, + 11307 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 30 }, "end": { - "line": 256, + "line": 257, "column": 42 } } }, "range": [ - 11254, - 11272 + 11289, + 11307 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 24 }, "end": { - "line": 256, + "line": 257, "column": 42 } } @@ -19232,16 +19323,16 @@ ], "kind": "var", "range": [ - 11250, - 11273 + 11285, + 11308 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 20 }, "end": { - "line": 256, + "line": 257, "column": 43 } }, @@ -19250,16 +19341,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11294, - 11314 + 11329, + 11349 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 40 } } @@ -19275,16 +19366,16 @@ "type": "Identifier", "name": "row", "range": [ - 11339, - 11342 + 11374, + 11377 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 24 }, "end": { - "line": 258, + "line": 259, "column": 27 } } @@ -19298,16 +19389,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11345, - 11348 + 11380, + 11383 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 30 }, "end": { - "line": 258, + "line": 259, "column": 33 } } @@ -19316,62 +19407,62 @@ "type": "Identifier", "name": "GetActiveRow", "range": [ - 11349, - 11361 + 11384, + 11396 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 34 }, "end": { - "line": 258, + "line": 259, "column": 46 } } }, "range": [ - 11345, - 11361 + 11380, + 11396 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 30 }, "end": { - "line": 258, + "line": 259, "column": 46 } } }, "arguments": [], "range": [ - 11345, - 11363 + 11380, + 11398 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 30 }, "end": { - "line": 258, + "line": 259, "column": 48 } } }, "range": [ - 11339, - 11363 + 11374, + 11398 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 24 }, "end": { - "line": 258, + "line": 259, "column": 48 } } @@ -19379,16 +19470,16 @@ ], "kind": "var", "range": [ - 11335, - 11364 + 11370, + 11399 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 20 }, "end": { - "line": 258, + "line": 259, "column": 49 } }, @@ -19397,16 +19488,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11294, - 11314 + 11329, + 11349 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 40 } } @@ -19417,16 +19508,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11385, - 11404 + 11420, + 11439 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 39 } } @@ -19439,16 +19530,16 @@ "type": "Identifier", "name": "row", "range": [ - 11428, - 11431 + 11463, + 11466 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 23 }, "end": { - "line": 260, + "line": 261, "column": 26 } } @@ -19467,16 +19558,16 @@ "type": "Identifier", "name": "row", "range": [ - 11458, - 11461 + 11493, + 11496 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 24 }, "end": { - "line": 261, + "line": 262, "column": 27 } } @@ -19485,31 +19576,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 11462, - 11476 + 11497, + 11511 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 28 }, "end": { - "line": 261, + "line": 262, "column": 42 } } }, "range": [ - 11458, - 11476 + 11493, + 11511 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 24 }, "end": { - "line": 261, + "line": 262, "column": 42 } } @@ -19520,79 +19611,79 @@ "value": false, "raw": "false", "range": [ - 11477, - 11482 + 11512, + 11517 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 43 }, "end": { - "line": 261, + "line": 262, "column": 48 } } } ], "range": [ - 11458, - 11483 + 11493, + 11518 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 24 }, "end": { - "line": 261, + "line": 262, "column": 49 } } }, "range": [ - 11458, - 11484 + 11493, + 11519 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 24 }, "end": { - "line": 261, + "line": 262, "column": 50 } } } ], "range": [ - 11432, - 11506 + 11467, + 11541 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 27 }, "end": { - "line": 262, + "line": 263, "column": 21 } } }, "alternate": null, "range": [ - 11425, - 11506 + 11460, + 11541 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 20 }, "end": { - "line": 262, + "line": 263, "column": 21 } }, @@ -19601,16 +19692,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11385, - 11404 + 11420, + 11439 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 39 } } @@ -19621,16 +19712,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11527, - 11547 + 11562, + 11582 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 20 }, "end": { - "line": 263, + "line": 264, "column": 40 } } @@ -19646,16 +19737,16 @@ "type": "Identifier", "name": "cell", "range": [ - 11572, - 11576 + 11607, + 11611 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 24 }, "end": { - "line": 264, + "line": 265, "column": 28 } } @@ -19669,16 +19760,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11579, - 11582 + 11614, + 11617 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 31 }, "end": { - "line": 264, + "line": 265, "column": 34 } } @@ -19687,62 +19778,62 @@ "type": "Identifier", "name": "GetActiveCell", "range": [ - 11583, - 11596 + 11618, + 11631 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 35 }, "end": { - "line": 264, + "line": 265, "column": 48 } } }, "range": [ - 11579, - 11596 + 11614, + 11631 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 31 }, "end": { - "line": 264, + "line": 265, "column": 48 } } }, "arguments": [], "range": [ - 11579, - 11598 + 11614, + 11633 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 31 }, "end": { - "line": 264, + "line": 265, "column": 50 } } }, "range": [ - 11572, - 11598 + 11607, + 11633 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 24 }, "end": { - "line": 264, + "line": 265, "column": 50 } } @@ -19750,16 +19841,16 @@ ], "kind": "var", "range": [ - 11568, - 11599 + 11603, + 11634 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 20 }, "end": { - "line": 264, + "line": 265, "column": 51 } }, @@ -19768,16 +19859,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11527, - 11547 + 11562, + 11582 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 20 }, "end": { - "line": 263, + "line": 264, "column": 40 } } @@ -19788,16 +19879,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11620, - 11639 + 11655, + 11674 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 20 }, "end": { - "line": 265, + "line": 266, "column": 39 } } @@ -19810,16 +19901,16 @@ "type": "Identifier", "name": "cell", "range": [ - 11663, - 11667 + 11698, + 11702 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 23 }, "end": { - "line": 266, + "line": 267, "column": 27 } } @@ -19838,16 +19929,16 @@ "type": "Identifier", "name": "cell", "range": [ - 11694, - 11698 + 11729, + 11733 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 24 }, "end": { - "line": 267, + "line": 268, "column": 28 } } @@ -19856,31 +19947,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 11699, - 11713 + 11734, + 11748 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 29 }, "end": { - "line": 267, + "line": 268, "column": 43 } } }, "range": [ - 11694, - 11713 + 11729, + 11748 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 24 }, "end": { - "line": 267, + "line": 268, "column": 43 } } @@ -19891,79 +19982,79 @@ "value": false, "raw": "false", "range": [ - 11714, - 11719 + 11749, + 11754 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 44 }, "end": { - "line": 267, + "line": 268, "column": 49 } } } ], "range": [ - 11694, - 11720 + 11729, + 11755 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 24 }, "end": { - "line": 267, + "line": 268, "column": 50 } } }, "range": [ - 11694, - 11721 + 11729, + 11756 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 24 }, "end": { - "line": 267, + "line": 268, "column": 51 } } } ], "range": [ - 11668, - 11743 + 11703, + 11778 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 268, + "line": 269, "column": 21 } } }, "alternate": null, "range": [ - 11660, - 11743 + 11695, + 11778 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 20 }, "end": { - "line": 268, + "line": 269, "column": 21 } }, @@ -19972,16 +20063,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11620, - 11639 + 11655, + 11674 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 20 }, "end": { - "line": 265, + "line": 266, "column": 39 } } @@ -19990,16 +20081,16 @@ } ], "range": [ - 11106, - 11761 + 11141, + 11796 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 73 }, "end": { - "line": 269, + "line": 270, "column": 17 } } @@ -20007,78 +20098,78 @@ "generator": false, "expression": false, "range": [ - 11090, - 11761 + 11125, + 11796 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 57 }, "end": { - "line": 269, + "line": 270, "column": 17 } } }, "range": [ - 11049, - 11761 + 11084, + 11796 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 269, + "line": 270, "column": 17 } } }, "range": [ - 11049, - 11762 + 11084, + 11797 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 269, + "line": 270, "column": 18 } } } ], "range": [ - 11031, - 11776 + 11066, + 11811 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 13 } } }, "alternate": null, "range": [ - 11018, - 11776 + 11053, + 11811 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 270, + "line": 271, "column": 13 } }, @@ -20087,16 +20178,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 10946, - 11005 + 10981, + 11040 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 71 } } @@ -20107,16 +20198,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11790, - 11852 + 11825, + 11887 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 12 }, "end": { - "line": 272, + "line": 273, "column": 74 } } @@ -20125,16 +20216,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11865, - 11906 + 11900, + 11941 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 12 }, "end": { - "line": 273, + "line": 274, "column": 53 } } @@ -20153,16 +20244,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 11922, - 11925 + 11957, + 11960 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 15 }, "end": { - "line": 274, + "line": 275, "column": 18 } } @@ -20171,31 +20262,31 @@ "type": "Identifier", "name": "default_selection", "range": [ - 11926, - 11943 + 11961, + 11978 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 19 }, "end": { - "line": 274, + "line": 275, "column": 36 } } }, "range": [ - 11922, - 11943 + 11957, + 11978 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 15 }, "end": { - "line": 274, + "line": 275, "column": 36 } } @@ -20205,31 +20296,31 @@ "value": "row", "raw": "'row'", "range": [ - 11946, - 11951 + 11981, + 11986 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 39 }, "end": { - "line": 274, + "line": 275, "column": 44 } } }, "range": [ - 11922, - 11951 + 11957, + 11986 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 15 }, "end": { - "line": 274, + "line": 275, "column": 44 } } @@ -20246,16 +20337,16 @@ "type": "Identifier", "name": "fnB", "range": [ - 11974, - 11977 + 12009, + 12012 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 20 }, "end": { - "line": 275, + "line": 276, "column": 23 } } @@ -20267,16 +20358,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 11980, - 11983 + 12015, + 12018 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 26 }, "end": { - "line": 275, + "line": 276, "column": 29 } } @@ -20285,46 +20376,46 @@ "type": "Identifier", "name": "on_before_selected_row", "range": [ - 11984, - 12006 + 12019, + 12041 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 30 }, "end": { - "line": 275, + "line": 276, "column": 52 } } }, "range": [ - 11980, - 12006 + 12015, + 12041 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 26 }, "end": { - "line": 275, + "line": 276, "column": 52 } } }, "range": [ - 11974, - 12006 + 12009, + 12041 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 20 }, "end": { - "line": 275, + "line": 276, "column": 52 } } @@ -20332,16 +20423,16 @@ ], "kind": "var", "range": [ - 11970, - 12007 + 12005, + 12042 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 53 } } @@ -20358,16 +20449,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12024, - 12027 + 12059, + 12062 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 19 } } @@ -20376,31 +20467,31 @@ "type": "Identifier", "name": "on_before_selected_row", "range": [ - 12028, - 12050 + 12063, + 12085 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 20 }, "end": { - "line": 276, + "line": 277, "column": 42 } } }, "range": [ - 12024, - 12050 + 12059, + 12085 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 42 } } @@ -20420,16 +20511,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 12085, - 12102 + 12120, + 12137 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 20 }, "end": { - "line": 277, + "line": 278, "column": 37 } } @@ -20442,16 +20533,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12103, - 12112 + 12138, + 12147 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 38 }, "end": { - "line": 277, + "line": 278, "column": 47 } } @@ -20461,31 +20552,31 @@ "value": 0, "raw": "0", "range": [ - 12113, - 12114 + 12148, + 12149 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 48 }, "end": { - "line": 277, + "line": 278, "column": 49 } } }, "range": [ - 12103, - 12115 + 12138, + 12150 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 38 }, "end": { - "line": 277, + "line": 278, "column": 50 } } @@ -20497,16 +20588,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12117, - 12126 + 12152, + 12161 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 52 }, "end": { - "line": 277, + "line": 278, "column": 61 } } @@ -20516,31 +20607,31 @@ "value": 1, "raw": "1", "range": [ - 12127, - 12128 + 12162, + 12163 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 62 }, "end": { - "line": 277, + "line": 278, "column": 63 } } }, "range": [ - 12117, - 12129 + 12152, + 12164 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 52 }, "end": { - "line": 277, + "line": 278, "column": 64 } } @@ -20552,16 +20643,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12131, - 12140 + 12166, + 12175 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 66 }, "end": { - "line": 277, + "line": 278, "column": 75 } } @@ -20571,62 +20662,62 @@ "value": 2, "raw": "2", "range": [ - 12141, - 12142 + 12176, + 12177 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 76 }, "end": { - "line": 277, + "line": 278, "column": 77 } } }, "range": [ - 12131, - 12143 + 12166, + 12178 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 66 }, "end": { - "line": 277, + "line": 278, "column": 78 } } } ], "range": [ - 12085, - 12144 + 12120, + 12179 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 20 }, "end": { - "line": 277, + "line": 278, "column": 79 } } }, "range": [ - 12085, - 12145 + 12120, + 12180 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 20 }, "end": { - "line": 277, + "line": 278, "column": 80 } } @@ -20637,16 +20728,16 @@ "type": "Identifier", "name": "fnB", "range": [ - 12169, - 12172 + 12204, + 12207 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 23 }, "end": { - "line": 278, + "line": 279, "column": 26 } } @@ -20665,16 +20756,16 @@ "type": "Identifier", "name": "fnB", "range": [ - 12199, - 12202 + 12234, + 12237 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 24 }, "end": { - "line": 279, + "line": 280, "column": 27 } } @@ -20683,31 +20774,31 @@ "type": "Identifier", "name": "call", "range": [ - 12203, - 12207 + 12238, + 12242 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 32 } } }, "range": [ - 12199, - 12207 + 12234, + 12242 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 24 }, "end": { - "line": 279, + "line": 280, "column": 32 } } @@ -20718,16 +20809,16 @@ "value": null, "raw": "null", "range": [ - 12237, - 12241 + 12272, + 12276 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 28 }, "end": { - "line": 280, + "line": 281, "column": 32 } } @@ -20739,16 +20830,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12243, - 12252 + 12278, + 12287 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 34 }, "end": { - "line": 280, + "line": 281, "column": 43 } } @@ -20758,31 +20849,31 @@ "value": 0, "raw": "0", "range": [ - 12253, - 12254 + 12288, + 12289 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 44 }, "end": { - "line": 280, + "line": 281, "column": 45 } } }, "range": [ - 12243, - 12255 + 12278, + 12290 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 34 }, "end": { - "line": 280, + "line": 281, "column": 46 } } @@ -20794,16 +20885,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12257, - 12266 + 12292, + 12301 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 48 }, "end": { - "line": 280, + "line": 281, "column": 57 } } @@ -20813,31 +20904,31 @@ "value": 1, "raw": "1", "range": [ - 12267, - 12268 + 12302, + 12303 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 58 }, "end": { - "line": 280, + "line": 281, "column": 59 } } }, "range": [ - 12257, - 12269 + 12292, + 12304 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 48 }, "end": { - "line": 280, + "line": 281, "column": 60 } } @@ -20849,16 +20940,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12271, - 12280 + 12306, + 12315 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 62 }, "end": { - "line": 280, + "line": 281, "column": 71 } } @@ -20868,110 +20959,110 @@ "value": 2, "raw": "2", "range": [ - 12281, - 12282 + 12316, + 12317 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 72 }, "end": { - "line": 280, + "line": 281, "column": 73 } } }, "range": [ - 12271, - 12283 + 12306, + 12318 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 62 }, "end": { - "line": 280, + "line": 281, "column": 74 } } } ], "range": [ - 12199, - 12284 + 12234, + 12319 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 24 }, "end": { - "line": 280, + "line": 281, "column": 75 } } }, "range": [ - 12199, - 12285 + 12234, + 12320 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 24 }, "end": { - "line": 280, + "line": 281, "column": 76 } } } ], "range": [ - 12173, - 12307 + 12208, + 12342 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 27 }, "end": { - "line": 281, + "line": 282, "column": 21 } } }, "alternate": null, "range": [ - 12166, - 12307 + 12201, + 12342 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 20 }, "end": { - "line": 281, + "line": 282, "column": 21 } } } ], "range": [ - 12063, - 12325 + 12098, + 12360 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 55 }, "end": { - "line": 282, + "line": 283, "column": 17 } } @@ -20979,46 +21070,46 @@ "generator": false, "expression": false, "range": [ - 12053, - 12325 + 12088, + 12360 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 45 }, "end": { - "line": 282, + "line": 283, "column": 17 } } }, "range": [ - 12024, - 12325 + 12059, + 12360 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 17 } } }, "range": [ - 12024, - 12326 + 12059, + 12361 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 18 } } @@ -21032,16 +21123,16 @@ "type": "Identifier", "name": "fnA", "range": [ - 12347, - 12350 + 12382, + 12385 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 20 }, "end": { - "line": 283, + "line": 284, "column": 23 } } @@ -21053,16 +21144,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12353, - 12356 + 12388, + 12391 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 26 }, "end": { - "line": 283, + "line": 284, "column": 29 } } @@ -21071,46 +21162,46 @@ "type": "Identifier", "name": "on_after_selected_row", "range": [ - 12357, - 12378 + 12392, + 12413 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 30 }, "end": { - "line": 283, + "line": 284, "column": 51 } } }, "range": [ - 12353, - 12378 + 12388, + 12413 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 26 }, "end": { - "line": 283, + "line": 284, "column": 51 } } }, "range": [ - 12347, - 12378 + 12382, + 12413 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 20 }, "end": { - "line": 283, + "line": 284, "column": 51 } } @@ -21118,16 +21209,16 @@ ], "kind": "var", "range": [ - 12343, - 12379 + 12378, + 12414 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 283, + "line": 284, "column": 52 } } @@ -21144,16 +21235,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12396, - 12399 + 12431, + 12434 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 19 } } @@ -21162,31 +21253,31 @@ "type": "Identifier", "name": "on_after_selected_row", "range": [ - 12400, - 12421 + 12435, + 12456 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 20 }, "end": { - "line": 284, + "line": 285, "column": 41 } } }, "range": [ - 12396, - 12421 + 12431, + 12456 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 41 } } @@ -21206,16 +21297,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 12456, - 12472 + 12491, + 12507 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 20 }, "end": { - "line": 285, + "line": 286, "column": 36 } } @@ -21228,16 +21319,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12473, - 12482 + 12508, + 12517 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 37 }, "end": { - "line": 285, + "line": 286, "column": 46 } } @@ -21247,31 +21338,31 @@ "value": 0, "raw": "0", "range": [ - 12483, - 12484 + 12518, + 12519 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 47 }, "end": { - "line": 285, + "line": 286, "column": 48 } } }, "range": [ - 12473, - 12485 + 12508, + 12520 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 37 }, "end": { - "line": 285, + "line": 286, "column": 49 } } @@ -21283,16 +21374,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12487, - 12496 + 12522, + 12531 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 51 }, "end": { - "line": 285, + "line": 286, "column": 60 } } @@ -21302,31 +21393,31 @@ "value": 1, "raw": "1", "range": [ - 12497, - 12498 + 12532, + 12533 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 61 }, "end": { - "line": 285, + "line": 286, "column": 62 } } }, "range": [ - 12487, - 12499 + 12522, + 12534 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 51 }, "end": { - "line": 285, + "line": 286, "column": 63 } } @@ -21338,16 +21429,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12501, - 12510 + 12536, + 12545 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 65 }, "end": { - "line": 285, + "line": 286, "column": 74 } } @@ -21357,62 +21448,62 @@ "value": 2, "raw": "2", "range": [ - 12511, - 12512 + 12546, + 12547 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 75 }, "end": { - "line": 285, + "line": 286, "column": 76 } } }, "range": [ - 12501, - 12513 + 12536, + 12548 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 65 }, "end": { - "line": 285, + "line": 286, "column": 77 } } } ], "range": [ - 12456, - 12514 + 12491, + 12549 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 20 }, "end": { - "line": 285, + "line": 286, "column": 78 } } }, "range": [ - 12456, - 12515 + 12491, + 12550 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 20 }, "end": { - "line": 285, + "line": 286, "column": 79 } } @@ -21423,16 +21514,16 @@ "type": "Identifier", "name": "fnA", "range": [ - 12539, - 12542 + 12574, + 12577 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 23 }, "end": { - "line": 286, + "line": 287, "column": 26 } } @@ -21451,16 +21542,16 @@ "type": "Identifier", "name": "fnA", "range": [ - 12569, - 12572 + 12604, + 12607 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 24 }, "end": { - "line": 287, + "line": 288, "column": 27 } } @@ -21469,31 +21560,31 @@ "type": "Identifier", "name": "call", "range": [ - 12573, - 12577 + 12608, + 12612 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 28 }, "end": { - "line": 287, + "line": 288, "column": 32 } } }, "range": [ - 12569, - 12577 + 12604, + 12612 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 24 }, "end": { - "line": 287, + "line": 288, "column": 32 } } @@ -21504,16 +21595,16 @@ "value": null, "raw": "null", "range": [ - 12607, - 12611 + 12642, + 12646 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 28 }, "end": { - "line": 288, + "line": 289, "column": 32 } } @@ -21525,16 +21616,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12613, - 12622 + 12648, + 12657 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 34 }, "end": { - "line": 288, + "line": 289, "column": 43 } } @@ -21544,31 +21635,31 @@ "value": 0, "raw": "0", "range": [ - 12623, - 12624 + 12658, + 12659 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 44 }, "end": { - "line": 288, + "line": 289, "column": 45 } } }, "range": [ - 12613, - 12625 + 12648, + 12660 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 34 }, "end": { - "line": 288, + "line": 289, "column": 46 } } @@ -21580,16 +21671,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12627, - 12636 + 12662, + 12671 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 48 }, "end": { - "line": 288, + "line": 289, "column": 57 } } @@ -21599,31 +21690,31 @@ "value": 1, "raw": "1", "range": [ - 12637, - 12638 + 12672, + 12673 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 58 }, "end": { - "line": 288, + "line": 289, "column": 59 } } }, "range": [ - 12627, - 12639 + 12662, + 12674 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 48 }, "end": { - "line": 288, + "line": 289, "column": 60 } } @@ -21635,16 +21726,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12641, - 12650 + 12676, + 12685 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 62 }, "end": { - "line": 288, + "line": 289, "column": 71 } } @@ -21654,110 +21745,110 @@ "value": 2, "raw": "2", "range": [ - 12651, - 12652 + 12686, + 12687 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 72 }, "end": { - "line": 288, + "line": 289, "column": 73 } } }, "range": [ - 12641, - 12653 + 12676, + 12688 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 62 }, "end": { - "line": 288, + "line": 289, "column": 74 } } } ], "range": [ - 12569, - 12654 + 12604, + 12689 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 24 }, "end": { - "line": 288, + "line": 289, "column": 75 } } }, "range": [ - 12569, - 12655 + 12604, + 12690 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 24 }, "end": { - "line": 288, + "line": 289, "column": 76 } } } ], "range": [ - 12543, - 12677 + 12578, + 12712 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 27 }, "end": { - "line": 289, + "line": 290, "column": 21 } } }, "alternate": null, "range": [ - 12536, - 12677 + 12571, + 12712 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 21 } } } ], "range": [ - 12434, - 12695 + 12469, + 12730 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 54 }, "end": { - "line": 290, + "line": 291, "column": 17 } } @@ -21765,62 +21856,62 @@ "generator": false, "expression": false, "range": [ - 12424, - 12695 + 12459, + 12730 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 44 }, "end": { - "line": 290, + "line": 291, "column": 17 } } }, "range": [ - 12396, - 12695 + 12431, + 12730 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 290, + "line": 291, "column": 17 } } }, "range": [ - 12396, - 12696 + 12431, + 12731 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 290, + "line": 291, "column": 18 } } } ], "range": [ - 11952, - 12710 + 11987, + 12745 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 45 }, "end": { - "line": 291, + "line": 292, "column": 13 } } @@ -21837,16 +21928,16 @@ "type": "Identifier", "name": "fnD", "range": [ - 12738, - 12741 + 12773, + 12776 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 20 }, "end": { - "line": 292, + "line": 293, "column": 23 } } @@ -21858,16 +21949,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12744, - 12747 + 12779, + 12782 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 26 }, "end": { - "line": 292, + "line": 293, "column": 29 } } @@ -21876,46 +21967,46 @@ "type": "Identifier", "name": "on_before_selected_cell", "range": [ - 12748, - 12771 + 12783, + 12806 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 30 }, "end": { - "line": 292, + "line": 293, "column": 53 } } }, "range": [ - 12744, - 12771 + 12779, + 12806 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 26 }, "end": { - "line": 292, + "line": 293, "column": 53 } } }, "range": [ - 12738, - 12771 + 12773, + 12806 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 20 }, "end": { - "line": 292, + "line": 293, "column": 53 } } @@ -21923,16 +22014,16 @@ ], "kind": "var", "range": [ - 12734, - 12772 + 12769, + 12807 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 54 } } @@ -21949,16 +22040,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12789, - 12792 + 12824, + 12827 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 19 } } @@ -21967,31 +22058,31 @@ "type": "Identifier", "name": "on_before_selected_cell", "range": [ - 12793, - 12816 + 12828, + 12851 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 20 }, "end": { - "line": 293, + "line": 294, "column": 43 } } }, "range": [ - 12789, - 12816 + 12824, + 12851 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 43 } } @@ -22011,16 +22102,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 12851, - 12868 + 12886, + 12903 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 20 }, "end": { - "line": 294, + "line": 295, "column": 37 } } @@ -22033,16 +22124,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12869, - 12878 + 12904, + 12913 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 38 }, "end": { - "line": 294, + "line": 295, "column": 47 } } @@ -22052,31 +22143,31 @@ "value": 0, "raw": "0", "range": [ - 12879, - 12880 + 12914, + 12915 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 48 }, "end": { - "line": 294, + "line": 295, "column": 49 } } }, "range": [ - 12869, - 12881 + 12904, + 12916 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 38 }, "end": { - "line": 294, + "line": 295, "column": 50 } } @@ -22088,16 +22179,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12883, - 12892 + 12918, + 12927 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 52 }, "end": { - "line": 294, + "line": 295, "column": 61 } } @@ -22107,31 +22198,31 @@ "value": 1, "raw": "1", "range": [ - 12893, - 12894 + 12928, + 12929 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 62 }, "end": { - "line": 294, + "line": 295, "column": 63 } } }, "range": [ - 12883, - 12895 + 12918, + 12930 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 52 }, "end": { - "line": 294, + "line": 295, "column": 64 } } @@ -22143,16 +22234,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12897, - 12906 + 12932, + 12941 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 66 }, "end": { - "line": 294, + "line": 295, "column": 75 } } @@ -22162,62 +22253,62 @@ "value": 2, "raw": "2", "range": [ - 12907, - 12908 + 12942, + 12943 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 76 }, "end": { - "line": 294, + "line": 295, "column": 77 } } }, "range": [ - 12897, - 12909 + 12932, + 12944 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 66 }, "end": { - "line": 294, + "line": 295, "column": 78 } } } ], "range": [ - 12851, - 12910 + 12886, + 12945 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 20 }, "end": { - "line": 294, + "line": 295, "column": 79 } } }, "range": [ - 12851, - 12911 + 12886, + 12946 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 20 }, "end": { - "line": 294, + "line": 295, "column": 80 } } @@ -22228,16 +22319,16 @@ "type": "Identifier", "name": "fnD", "range": [ - 12935, - 12938 + 12970, + 12973 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 23 }, "end": { - "line": 295, + "line": 296, "column": 26 } } @@ -22256,16 +22347,16 @@ "type": "Identifier", "name": "fnD", "range": [ - 12965, - 12968 + 13000, + 13003 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 24 }, "end": { - "line": 296, + "line": 297, "column": 27 } } @@ -22274,31 +22365,31 @@ "type": "Identifier", "name": "call", "range": [ - 12969, - 12973 + 13004, + 13008 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 28 }, "end": { - "line": 296, + "line": 297, "column": 32 } } }, "range": [ - 12965, - 12973 + 13000, + 13008 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 24 }, "end": { - "line": 296, + "line": 297, "column": 32 } } @@ -22309,16 +22400,16 @@ "value": null, "raw": "null", "range": [ - 13003, - 13007 + 13038, + 13042 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 28 }, "end": { - "line": 297, + "line": 298, "column": 32 } } @@ -22330,16 +22421,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13009, - 13018 + 13044, + 13053 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 34 }, "end": { - "line": 297, + "line": 298, "column": 43 } } @@ -22349,31 +22440,31 @@ "value": 0, "raw": "0", "range": [ - 13019, - 13020 + 13054, + 13055 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 44 }, "end": { - "line": 297, + "line": 298, "column": 45 } } }, "range": [ - 13009, - 13021 + 13044, + 13056 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 34 }, "end": { - "line": 297, + "line": 298, "column": 46 } } @@ -22385,16 +22476,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13023, - 13032 + 13058, + 13067 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 48 }, "end": { - "line": 297, + "line": 298, "column": 57 } } @@ -22404,31 +22495,31 @@ "value": 1, "raw": "1", "range": [ - 13033, - 13034 + 13068, + 13069 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 58 }, "end": { - "line": 297, + "line": 298, "column": 59 } } }, "range": [ - 13023, - 13035 + 13058, + 13070 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 48 }, "end": { - "line": 297, + "line": 298, "column": 60 } } @@ -22440,16 +22531,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13037, - 13046 + 13072, + 13081 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 62 }, "end": { - "line": 297, + "line": 298, "column": 71 } } @@ -22459,110 +22550,110 @@ "value": 2, "raw": "2", "range": [ - 13047, - 13048 + 13082, + 13083 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 72 }, "end": { - "line": 297, + "line": 298, "column": 73 } } }, "range": [ - 13037, - 13049 + 13072, + 13084 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 62 }, "end": { - "line": 297, + "line": 298, "column": 74 } } } ], "range": [ - 12965, - 13050 + 13000, + 13085 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 24 }, "end": { - "line": 297, + "line": 298, "column": 75 } } }, "range": [ - 12965, - 13051 + 13000, + 13086 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 24 }, "end": { - "line": 297, + "line": 298, "column": 76 } } } ], "range": [ - 12939, - 13073 + 12974, + 13108 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 298, + "line": 299, "column": 21 } } }, "alternate": null, "range": [ - 12932, - 13073 + 12967, + 13108 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 20 }, "end": { - "line": 298, + "line": 299, "column": 21 } } } ], "range": [ - 12829, - 13091 + 12864, + 13126 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 56 }, "end": { - "line": 299, + "line": 300, "column": 17 } } @@ -22570,46 +22661,46 @@ "generator": false, "expression": false, "range": [ - 12819, - 13091 + 12854, + 13126 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 46 }, "end": { - "line": 299, + "line": 300, "column": 17 } } }, "range": [ - 12789, - 13091 + 12824, + 13126 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 17 } } }, "range": [ - 12789, - 13092 + 12824, + 13127 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 18 } } @@ -22623,16 +22714,16 @@ "type": "Identifier", "name": "fnC", "range": [ - 13113, - 13116 + 13148, + 13151 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 23 } } @@ -22644,16 +22735,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13119, - 13122 + 13154, + 13157 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 26 }, "end": { - "line": 300, + "line": 301, "column": 29 } } @@ -22662,46 +22753,46 @@ "type": "Identifier", "name": "on_after_selected_cell", "range": [ - 13123, - 13145 + 13158, + 13180 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 30 }, "end": { - "line": 300, + "line": 301, "column": 52 } } }, "range": [ - 13119, - 13145 + 13154, + 13180 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 26 }, "end": { - "line": 300, + "line": 301, "column": 52 } } }, "range": [ - 13113, - 13145 + 13148, + 13180 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 52 } } @@ -22709,16 +22800,16 @@ ], "kind": "var", "range": [ - 13109, - 13146 + 13144, + 13181 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 16 }, "end": { - "line": 300, + "line": 301, "column": 53 } } @@ -22735,16 +22826,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13163, - 13166 + 13198, + 13201 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 19 } } @@ -22753,31 +22844,31 @@ "type": "Identifier", "name": "on_after_selected_cell", "range": [ - 13167, - 13189 + 13202, + 13224 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 42 } } }, "range": [ - 13163, - 13189 + 13198, + 13224 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 42 } } @@ -22797,16 +22888,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 13224, - 13240 + 13259, + 13275 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 20 }, "end": { - "line": 302, + "line": 303, "column": 36 } } @@ -22819,16 +22910,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13241, - 13250 + 13276, + 13285 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 37 }, "end": { - "line": 302, + "line": 303, "column": 46 } } @@ -22838,31 +22929,31 @@ "value": 0, "raw": "0", "range": [ - 13251, - 13252 + 13286, + 13287 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 47 }, "end": { - "line": 302, + "line": 303, "column": 48 } } }, "range": [ - 13241, - 13253 + 13276, + 13288 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 37 }, "end": { - "line": 302, + "line": 303, "column": 49 } } @@ -22874,16 +22965,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13255, - 13264 + 13290, + 13299 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 51 }, "end": { - "line": 302, + "line": 303, "column": 60 } } @@ -22893,31 +22984,31 @@ "value": 1, "raw": "1", "range": [ - 13265, - 13266 + 13300, + 13301 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 61 }, "end": { - "line": 302, + "line": 303, "column": 62 } } }, "range": [ - 13255, - 13267 + 13290, + 13302 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 51 }, "end": { - "line": 302, + "line": 303, "column": 63 } } @@ -22929,16 +23020,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13269, - 13278 + 13304, + 13313 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 65 }, "end": { - "line": 302, + "line": 303, "column": 74 } } @@ -22948,62 +23039,62 @@ "value": 2, "raw": "2", "range": [ - 13279, - 13280 + 13314, + 13315 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 75 }, "end": { - "line": 302, + "line": 303, "column": 76 } } }, "range": [ - 13269, - 13281 + 13304, + 13316 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 65 }, "end": { - "line": 302, + "line": 303, "column": 77 } } } ], "range": [ - 13224, - 13282 + 13259, + 13317 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 20 }, "end": { - "line": 302, + "line": 303, "column": 78 } } }, "range": [ - 13224, - 13283 + 13259, + 13318 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 20 }, "end": { - "line": 302, + "line": 303, "column": 79 } } @@ -23014,16 +23105,16 @@ "type": "Identifier", "name": "fnC", "range": [ - 13307, - 13310 + 13342, + 13345 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 23 }, "end": { - "line": 303, + "line": 304, "column": 26 } } @@ -23042,16 +23133,16 @@ "type": "Identifier", "name": "fnC", "range": [ - 13337, - 13340 + 13372, + 13375 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 24 }, "end": { - "line": 304, + "line": 305, "column": 27 } } @@ -23060,31 +23151,31 @@ "type": "Identifier", "name": "call", "range": [ - 13341, - 13345 + 13376, + 13380 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 28 }, "end": { - "line": 304, + "line": 305, "column": 32 } } }, "range": [ - 13337, - 13345 + 13372, + 13380 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 24 }, "end": { - "line": 304, + "line": 305, "column": 32 } } @@ -23095,16 +23186,16 @@ "value": null, "raw": "null", "range": [ - 13375, - 13379 + 13410, + 13414 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 28 }, "end": { - "line": 305, + "line": 306, "column": 32 } } @@ -23116,16 +23207,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13381, - 13390 + 13416, + 13425 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 34 }, "end": { - "line": 305, + "line": 306, "column": 43 } } @@ -23135,31 +23226,31 @@ "value": 0, "raw": "0", "range": [ - 13391, - 13392 + 13426, + 13427 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 44 }, "end": { - "line": 305, + "line": 306, "column": 45 } } }, "range": [ - 13381, - 13393 + 13416, + 13428 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 34 }, "end": { - "line": 305, + "line": 306, "column": 46 } } @@ -23171,16 +23262,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13395, - 13404 + 13430, + 13439 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 48 }, "end": { - "line": 305, + "line": 306, "column": 57 } } @@ -23190,31 +23281,31 @@ "value": 1, "raw": "1", "range": [ - 13405, - 13406 + 13440, + 13441 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 58 }, "end": { - "line": 305, + "line": 306, "column": 59 } } }, "range": [ - 13395, - 13407 + 13430, + 13442 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 48 }, "end": { - "line": 305, + "line": 306, "column": 60 } } @@ -23226,16 +23317,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13409, - 13418 + 13444, + 13453 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 62 }, "end": { - "line": 305, + "line": 306, "column": 71 } } @@ -23245,110 +23336,110 @@ "value": 2, "raw": "2", "range": [ - 13419, - 13420 + 13454, + 13455 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 72 }, "end": { - "line": 305, + "line": 306, "column": 73 } } }, "range": [ - 13409, - 13421 + 13444, + 13456 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 62 }, "end": { - "line": 305, + "line": 306, "column": 74 } } } ], "range": [ - 13337, - 13422 + 13372, + 13457 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 24 }, "end": { - "line": 305, + "line": 306, "column": 75 } } }, "range": [ - 13337, - 13423 + 13372, + 13458 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 24 }, "end": { - "line": 305, + "line": 306, "column": 76 } } } ], "range": [ - 13311, - 13445 + 13346, + 13480 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 27 }, "end": { - "line": 306, + "line": 307, "column": 21 } } }, "alternate": null, "range": [ - 13304, - 13445 + 13339, + 13480 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 21 } } } ], "range": [ - 13202, - 13463 + 13237, + 13498 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 55 }, "end": { - "line": 307, + "line": 308, "column": 17 } } @@ -23356,77 +23447,77 @@ "generator": false, "expression": false, "range": [ - 13192, - 13463 + 13227, + 13498 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 45 }, "end": { - "line": 307, + "line": 308, "column": 17 } } }, "range": [ - 13163, - 13463 + 13198, + 13498 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 17 } } }, "range": [ - 13163, - 13464 + 13198, + 13499 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 18 } } } ], "range": [ - 12716, - 13478 + 12751, + 13513 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 19 }, "end": { - "line": 308, + "line": 309, "column": 13 } } }, "range": [ - 11919, - 13478 + 11954, + 13513 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 13 } }, @@ -23435,16 +23526,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11790, - 11852 + 11825, + 11887 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 12 }, "end": { - "line": 272, + "line": 273, "column": 74 } } @@ -23453,16 +23544,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11865, - 11906 + 11900, + 11941 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 12 }, "end": { - "line": 273, + "line": 274, "column": 53 } } @@ -23471,32 +23562,32 @@ } ], "range": [ - 3114, - 13488 + 3149, + 13523 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 22 }, "end": { - "line": 309, + "line": 310, "column": 9 } } }, "alternate": null, "range": [ - 3100, - 13488 + 3135, + 13523 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 9 } } @@ -23507,16 +23598,16 @@ "type": "Identifier", "name": "editable", "range": [ - 13500, - 13508 + 13535, + 13543 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 11 }, "end": { - "line": 310, + "line": 311, "column": 19 } } @@ -23533,16 +23624,16 @@ "type": "Identifier", "name": "fnE", "range": [ - 13605, - 13608 + 13640, + 13643 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 19 } } @@ -23554,16 +23645,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13611, - 13614 + 13646, + 13649 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 22 }, "end": { - "line": 312, + "line": 313, "column": 25 } } @@ -23572,46 +23663,46 @@ "type": "Identifier", "name": "on_added_dom_row", "range": [ - 13615, - 13631 + 13650, + 13666 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 26 }, "end": { - "line": 312, + "line": 313, "column": 42 } } }, "range": [ - 13611, - 13631 + 13646, + 13666 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 22 }, "end": { - "line": 312, + "line": 313, "column": 42 } } }, "range": [ - 13605, - 13631 + 13640, + 13666 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 42 } } @@ -23619,16 +23710,16 @@ ], "kind": "var", "range": [ - 13601, - 13632 + 13636, + 13667 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 12 }, "end": { - "line": 312, + "line": 313, "column": 43 } }, @@ -23637,16 +23728,16 @@ "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ - 13523, - 13588 + 13558, + 13623 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 77 } } @@ -23665,16 +23756,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13645, - 13648 + 13680, + 13683 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 313, + "line": 314, "column": 15 } } @@ -23683,31 +23774,31 @@ "type": "Identifier", "name": "on_added_dom_row", "range": [ - 13649, - 13665 + 13684, + 13700 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 32 } } }, "range": [ - 13645, - 13665 + 13680, + 13700 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 313, + "line": 314, "column": 32 } } @@ -23731,16 +23822,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13696, - 13698 + 13731, + 13733 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 18 } } @@ -23749,62 +23840,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 13699, - 13715 + 13734, + 13750 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 19 }, "end": { - "line": 314, + "line": 315, "column": 35 } } }, "range": [ - 13696, - 13715 + 13731, + 13750 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 35 } } }, "prefix": false, "range": [ - 13696, - 13717 + 13731, + 13752 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 37 } } }, "range": [ - 13696, - 13718 + 13731, + 13753 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 38 } } @@ -23821,16 +23912,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13739, - 13741 + 13774, + 13776 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 20 }, "end": { - "line": 315, + "line": 316, "column": 22 } } @@ -23839,47 +23930,47 @@ "type": "Identifier", "name": "paging", "range": [ - 13742, - 13748 + 13777, + 13783 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 23 }, "end": { - "line": 315, + "line": 316, "column": 29 } } }, "range": [ - 13739, - 13748 + 13774, + 13783 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 20 }, "end": { - "line": 315, + "line": 316, "column": 29 } } }, "prefix": true, "range": [ - 13738, - 13748 + 13773, + 13783 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 19 }, "end": { - "line": 315, + "line": 316, "column": 29 } } @@ -23901,16 +23992,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13771, - 13773 + 13806, + 13808 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 22 } } @@ -23919,31 +24010,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13774, - 13781 + 13809, + 13816 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 23 }, "end": { - "line": 316, + "line": 317, "column": 30 } } }, "range": [ - 13771, - 13781 + 13806, + 13816 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 30 } } @@ -23952,31 +24043,31 @@ "type": "Identifier", "name": "emit", "range": [ - 13782, - 13786 + 13817, + 13821 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 31 }, "end": { - "line": 316, + "line": 317, "column": 35 } } }, "range": [ - 13771, - 13786 + 13806, + 13821 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 35 } } @@ -23987,16 +24078,16 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 13787, - 13801 + 13822, + 13836 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 36 }, "end": { - "line": 316, + "line": 317, "column": 50 } } @@ -24005,16 +24096,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13803, - 13805 + 13838, + 13840 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 52 }, "end": { - "line": 316, + "line": 317, "column": 54 } } @@ -24022,47 +24113,47 @@ { "type": "ThisExpression", "range": [ - 13807, - 13811 + 13842, + 13846 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 56 }, "end": { - "line": 316, + "line": 317, "column": 60 } } } ], "range": [ - 13771, - 13812 + 13806, + 13847 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 61 } } }, "range": [ - 13771, - 13813 + 13806, + 13848 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 62 } }, @@ -24071,16 +24162,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13834, - 13872 + 13869, + 13907 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 58 } } @@ -24089,16 +24180,16 @@ } ], "range": [ - 13749, - 13890 + 13784, + 13925 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 30 }, "end": { - "line": 318, + "line": 319, "column": 17 } } @@ -24118,16 +24209,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13918, - 13920 + 13953, + 13955 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 20 }, "end": { - "line": 319, + "line": 320, "column": 22 } } @@ -24136,62 +24227,62 @@ "type": "Identifier", "name": "nbRows", "range": [ - 13921, - 13927 + 13956, + 13962 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 23 }, "end": { - "line": 319, + "line": 320, "column": 29 } } }, "range": [ - 13918, - 13927 + 13953, + 13962 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 20 }, "end": { - "line": 319, + "line": 320, "column": 29 } } }, "prefix": false, "range": [ - 13918, - 13929 + 13953, + 13964 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 20 }, "end": { - "line": 319, + "line": 320, "column": 31 } } }, "range": [ - 13918, - 13930 + 13953, + 13965 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 20 }, "end": { - "line": 319, + "line": 320, "column": 32 } } @@ -24208,16 +24299,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13951, - 13953 + 13986, + 13988 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 22 } } @@ -24226,62 +24317,62 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 13954, - 13967 + 13989, + 14002 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 23 }, "end": { - "line": 320, + "line": 321, "column": 36 } } }, "range": [ - 13951, - 13967 + 13986, + 14002 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 36 } } }, "prefix": false, "range": [ - 13951, - 13969 + 13986, + 14004 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 38 } } }, "range": [ - 13951, - 13970 + 13986, + 14005 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 39 } } @@ -24298,16 +24389,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13991, - 13993 + 14026, + 14028 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 20 }, "end": { - "line": 321, + "line": 322, "column": 22 } } @@ -24316,62 +24407,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 13994, - 14010 + 14029, + 14045 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 23 }, "end": { - "line": 321, + "line": 322, "column": 39 } } }, "range": [ - 13991, - 14010 + 14026, + 14045 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 20 }, "end": { - "line": 321, + "line": 322, "column": 39 } } }, "prefix": false, "range": [ - 13991, - 14012 + 14026, + 14047 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 20 }, "end": { - "line": 321, + "line": 322, "column": 41 } } }, "range": [ - 13991, - 14013 + 14026, + 14048 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 20 }, "end": { - "line": 321, + "line": 322, "column": 42 } } @@ -24388,16 +24479,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14034, - 14036 + 14069, + 14071 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 22 } } @@ -24406,31 +24497,31 @@ "type": "Identifier", "name": "paging", "range": [ - 14037, - 14043 + 14072, + 14078 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 23 }, "end": { - "line": 322, + "line": 323, "column": 29 } } }, "range": [ - 14034, - 14043 + 14069, + 14078 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 29 } } @@ -24440,46 +24531,46 @@ "value": false, "raw": "false", "range": [ - 14044, - 14049 + 14079, + 14084 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 30 }, "end": { - "line": 322, + "line": 323, "column": 35 } } }, "range": [ - 14034, - 14049 + 14069, + 14084 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 35 } } }, "range": [ - 14034, - 14050 + 14069, + 14085 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 36 } } @@ -24500,16 +24591,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14071, - 14073 + 14106, + 14108 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 22 } } @@ -24518,31 +24609,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14074, - 14081 + 14109, + 14116 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 23 }, "end": { - "line": 323, + "line": 324, "column": 30 } } }, "range": [ - 14071, - 14081 + 14106, + 14116 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 30 } } @@ -24553,32 +24644,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 14082, - 14090 + 14117, + 14125 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 31 }, "end": { - "line": 323, + "line": 324, "column": 39 } } } ], "range": [ - 14071, - 14091 + 14106, + 14126 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 40 } } @@ -24587,62 +24678,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 14092, - 14099 + 14127, + 14134 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 41 }, "end": { - "line": 323, + "line": 324, "column": 48 } } }, "range": [ - 14071, - 14099 + 14106, + 14134 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 48 } } }, "arguments": [], "range": [ - 14071, - 14101 + 14106, + 14136 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 50 } } }, "range": [ - 14071, - 14102 + 14106, + 14137 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 51 } } @@ -24663,16 +24754,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14123, - 14125 + 14158, + 14160 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 22 } } @@ -24681,31 +24772,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14126, - 14133 + 14161, + 14168 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 23 }, "end": { - "line": 324, + "line": 325, "column": 30 } } }, "range": [ - 14123, - 14133 + 14158, + 14168 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 30 } } @@ -24716,32 +24807,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 14134, - 14142 + 14169, + 14177 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 31 }, "end": { - "line": 324, + "line": 325, "column": 39 } } } ], "range": [ - 14123, - 14143 + 14158, + 14178 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 40 } } @@ -24750,78 +24841,78 @@ "type": "Identifier", "name": "reset", "range": [ - 14144, - 14149 + 14179, + 14184 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 41 }, "end": { - "line": 324, + "line": 325, "column": 46 } } }, "range": [ - 14123, - 14149 + 14158, + 14184 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 46 } } }, "arguments": [], "range": [ - 14123, - 14151 + 14158, + 14186 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 48 } } }, "range": [ - 14123, - 14152 + 14158, + 14187 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 20 }, "end": { - "line": 324, + "line": 325, "column": 49 } } } ], "range": [ - 13896, - 14170 + 13931, + 14205 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 23 }, "end": { - "line": 325, + "line": 326, "column": 17 } }, @@ -24830,16 +24921,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13834, - 13872 + 13869, + 13907 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 58 } } @@ -24847,16 +24938,16 @@ ] }, "range": [ - 13735, - 14170 + 13770, + 14205 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 16 }, "end": { - "line": 325, + "line": 326, "column": 17 } } @@ -24870,16 +24961,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14190, - 14192 + 14225, + 14227 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 19 }, "end": { - "line": 326, + "line": 327, "column": 21 } } @@ -24888,31 +24979,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 14193, - 14206 + 14228, + 14241 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 22 }, "end": { - "line": 326, + "line": 327, "column": 35 } } }, "range": [ - 14190, - 14206 + 14225, + 14241 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 19 }, "end": { - "line": 326, + "line": 327, "column": 35 } } @@ -24936,16 +25027,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14229, - 14231 + 14264, + 14266 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 22 } } @@ -24954,31 +25045,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14232, - 14239 + 14267, + 14274 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 23 }, "end": { - "line": 327, + "line": 328, "column": 30 } } }, "range": [ - 14229, - 14239 + 14264, + 14274 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 30 } } @@ -24989,32 +25080,32 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 14240, - 14255 + 14275, + 14290 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 31 }, "end": { - "line": 327, + "line": 328, "column": 46 } } } ], "range": [ - 14229, - 14256 + 14264, + 14291 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 47 } } @@ -25023,94 +25114,94 @@ "type": "Identifier", "name": "init", "range": [ - 14257, - 14261 + 14292, + 14296 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 48 }, "end": { - "line": 327, + "line": 328, "column": 52 } } }, "range": [ - 14229, - 14261 + 14264, + 14296 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 52 } } }, "arguments": [], "range": [ - 14229, - 14263 + 14264, + 14298 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 54 } } }, "range": [ - 14229, - 14264 + 14264, + 14299 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 55 } } } ], "range": [ - 14207, - 14282 + 14242, + 14317 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 36 }, "end": { - "line": 328, + "line": 329, "column": 17 } } }, "alternate": null, "range": [ - 14187, - 14282 + 14222, + 14317 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 16 }, "end": { - "line": 328, + "line": 329, "column": 17 } } @@ -25121,16 +25212,16 @@ "type": "Identifier", "name": "fnE", "range": [ - 14302, - 14305 + 14337, + 14340 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 19 }, "end": { - "line": 329, + "line": 330, "column": 22 } } @@ -25149,16 +25240,16 @@ "type": "Identifier", "name": "fnE", "range": [ - 14328, - 14331 + 14363, + 14366 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 23 } } @@ -25167,31 +25258,31 @@ "type": "Identifier", "name": "call", "range": [ - 14332, - 14336 + 14367, + 14371 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 24 }, "end": { - "line": 330, + "line": 331, "column": 28 } } }, "range": [ - 14328, - 14336 + 14363, + 14371 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 28 } } @@ -25202,16 +25293,16 @@ "value": null, "raw": "null", "range": [ - 14337, - 14341 + 14372, + 14376 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 29 }, "end": { - "line": 330, + "line": 331, "column": 33 } } @@ -25223,16 +25314,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14343, - 14352 + 14378, + 14387 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 35 }, "end": { - "line": 330, + "line": 331, "column": 44 } } @@ -25242,31 +25333,31 @@ "value": 0, "raw": "0", "range": [ - 14353, - 14354 + 14388, + 14389 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 45 }, "end": { - "line": 330, + "line": 331, "column": 46 } } }, "range": [ - 14343, - 14355 + 14378, + 14390 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 35 }, "end": { - "line": 330, + "line": 331, "column": 47 } } @@ -25278,16 +25369,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14357, - 14366 + 14392, + 14401 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 49 }, "end": { - "line": 330, + "line": 331, "column": 58 } } @@ -25297,31 +25388,31 @@ "value": 1, "raw": "1", "range": [ - 14367, - 14368 + 14402, + 14403 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 59 }, "end": { - "line": 330, + "line": 331, "column": 60 } } }, "range": [ - 14357, - 14369 + 14392, + 14404 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 49 }, "end": { - "line": 330, + "line": 331, "column": 61 } } @@ -25333,16 +25424,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14371, - 14380 + 14406, + 14415 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 63 }, "end": { - "line": 330, + "line": 331, "column": 72 } } @@ -25352,110 +25443,110 @@ "value": 2, "raw": "2", "range": [ - 14381, - 14382 + 14416, + 14417 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 73 }, "end": { - "line": 330, + "line": 331, "column": 74 } } }, "range": [ - 14371, - 14383 + 14406, + 14418 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 63 }, "end": { - "line": 330, + "line": 331, "column": 75 } } } ], "range": [ - 14328, - 14384 + 14363, + 14419 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 76 } } }, "range": [ - 14328, - 14385 + 14363, + 14420 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 77 } } } ], "range": [ - 14306, - 14403 + 14341, + 14438 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 23 }, "end": { - "line": 331, + "line": 332, "column": 17 } } }, "alternate": null, "range": [ - 14299, - 14403 + 14334, + 14438 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 16 }, "end": { - "line": 331, + "line": 332, "column": 17 } } } ], "range": [ - 13678, - 14417 + 13713, + 14452 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 45 }, "end": { - "line": 332, + "line": 333, "column": 13 } } @@ -25463,46 +25554,46 @@ "generator": false, "expression": false, "range": [ - 13668, - 14417 + 13703, + 14452 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 35 }, "end": { - "line": 332, + "line": 333, "column": 13 } } }, "range": [ - 13645, - 14417 + 13680, + 14452 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 332, + "line": 333, "column": 13 } } }, "range": [ - 13645, - 14418 + 13680, + 14453 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 332, + "line": 333, "column": 14 } } @@ -25519,16 +25610,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14434, - 14437 + 14469, + 14472 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 15 }, "end": { - "line": 333, + "line": 334, "column": 18 } } @@ -25537,31 +25628,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14438, - 14445 + 14473, + 14480 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 19 }, "end": { - "line": 333, + "line": 334, "column": 26 } } }, "range": [ - 14434, - 14445 + 14469, + 14480 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 15 }, "end": { - "line": 333, + "line": 334, "column": 26 } } @@ -25576,16 +25667,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14449, - 14452 + 14484, + 14487 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 30 }, "end": { - "line": 333, + "line": 334, "column": 33 } } @@ -25594,31 +25685,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14453, - 14460 + 14488, + 14495 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 34 }, "end": { - "line": 333, + "line": 334, "column": 41 } } }, "range": [ - 14449, - 14460 + 14484, + 14495 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 30 }, "end": { - "line": 333, + "line": 334, "column": 41 } } @@ -25628,46 +25719,46 @@ "value": "delete", "raw": "'delete'", "range": [ - 14461, - 14469 + 14496, + 14504 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 42 }, "end": { - "line": 333, + "line": 334, "column": 50 } } }, "range": [ - 14449, - 14470 + 14484, + 14505 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 30 }, "end": { - "line": 333, + "line": 334, "column": 51 } } }, "range": [ - 14434, - 14470 + 14469, + 14505 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 15 }, "end": { - "line": 333, + "line": 334, "column": 51 } } @@ -25684,16 +25775,16 @@ "type": "Identifier", "name": "fnF", "range": [ - 14493, - 14496 + 14528, + 14531 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 20 }, "end": { - "line": 334, + "line": 335, "column": 23 } } @@ -25711,16 +25802,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14499, - 14502 + 14534, + 14537 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 26 }, "end": { - "line": 334, + "line": 335, "column": 29 } } @@ -25729,31 +25820,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14503, - 14510 + 14538, + 14545 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 30 }, "end": { - "line": 334, + "line": 335, "column": 37 } } }, "range": [ - 14499, - 14510 + 14534, + 14545 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 26 }, "end": { - "line": 334, + "line": 335, "column": 37 } } @@ -25763,31 +25854,31 @@ "value": "delete", "raw": "'delete'", "range": [ - 14511, - 14519 + 14546, + 14554 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 38 }, "end": { - "line": 334, + "line": 335, "column": 46 } } }, "range": [ - 14499, - 14520 + 14534, + 14555 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 26 }, "end": { - "line": 334, + "line": 335, "column": 47 } } @@ -25796,46 +25887,46 @@ "type": "Identifier", "name": "on_after_submit", "range": [ - 14521, - 14536 + 14556, + 14571 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 48 }, "end": { - "line": 334, + "line": 335, "column": 63 } } }, "range": [ - 14499, - 14536 + 14534, + 14571 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 26 }, "end": { - "line": 334, + "line": 335, "column": 63 } } }, "range": [ - 14493, - 14536 + 14528, + 14571 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 20 }, "end": { - "line": 334, + "line": 335, "column": 63 } } @@ -25843,16 +25934,16 @@ ], "kind": "var", "range": [ - 14489, - 14537 + 14524, + 14572 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 64 } } @@ -25875,16 +25966,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14554, - 14557 + 14589, + 14592 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 19 } } @@ -25893,31 +25984,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14558, - 14565 + 14593, + 14600 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 20 }, "end": { - "line": 335, + "line": 336, "column": 27 } } }, "range": [ - 14554, - 14565 + 14589, + 14600 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 27 } } @@ -25927,31 +26018,31 @@ "value": "delete", "raw": "'delete'", "range": [ - 14566, - 14574 + 14601, + 14609 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 28 }, "end": { - "line": 335, + "line": 336, "column": 36 } } }, "range": [ - 14554, - 14575 + 14589, + 14610 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 37 } } @@ -25960,31 +26051,31 @@ "type": "Identifier", "name": "on_after_submit", "range": [ - 14576, - 14591 + 14611, + 14626 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 38 }, "end": { - "line": 335, + "line": 336, "column": 53 } } }, "range": [ - 14554, - 14591 + 14589, + 14626 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 53 } } @@ -26008,16 +26099,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14626, - 14628 + 14661, + 14663 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 20 }, "end": { - "line": 336, + "line": 337, "column": 22 } } @@ -26026,62 +26117,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 14629, - 14645 + 14664, + 14680 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 23 }, "end": { - "line": 336, + "line": 337, "column": 39 } } }, "range": [ - 14626, - 14645 + 14661, + 14680 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 20 }, "end": { - "line": 336, + "line": 337, "column": 39 } } }, "prefix": false, "range": [ - 14626, - 14647 + 14661, + 14682 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 20 }, "end": { - "line": 336, + "line": 337, "column": 41 } } }, "range": [ - 14626, - 14648 + 14661, + 14683 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 20 }, "end": { - "line": 336, + "line": 337, "column": 42 } } @@ -26098,16 +26189,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14673, - 14675 + 14708, + 14710 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 24 }, "end": { - "line": 337, + "line": 338, "column": 26 } } @@ -26116,47 +26207,47 @@ "type": "Identifier", "name": "paging", "range": [ - 14676, - 14682 + 14711, + 14717 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 27 }, "end": { - "line": 337, + "line": 338, "column": 33 } } }, "range": [ - 14673, - 14682 + 14708, + 14717 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 24 }, "end": { - "line": 337, + "line": 338, "column": 33 } } }, "prefix": true, "range": [ - 14672, - 14682 + 14707, + 14717 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 23 }, "end": { - "line": 337, + "line": 338, "column": 33 } } @@ -26178,16 +26269,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14773, - 14775 + 14808, + 14810 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 26 } } @@ -26196,31 +26287,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 14776, - 14783 + 14811, + 14818 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 27 }, "end": { - "line": 339, + "line": 340, "column": 34 } } }, "range": [ - 14773, - 14783 + 14808, + 14818 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 34 } } @@ -26229,31 +26320,31 @@ "type": "Identifier", "name": "emit", "range": [ - 14784, - 14788 + 14819, + 14823 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 35 }, "end": { - "line": 339, + "line": 340, "column": 39 } } }, "range": [ - 14773, - 14788 + 14808, + 14823 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 39 } } @@ -26264,16 +26355,16 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 14789, - 14803 + 14824, + 14838 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 40 }, "end": { - "line": 339, + "line": 340, "column": 54 } } @@ -26282,16 +26373,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14805, - 14807 + 14840, + 14842 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 56 }, "end": { - "line": 339, + "line": 340, "column": 58 } } @@ -26299,47 +26390,47 @@ { "type": "ThisExpression", "range": [ - 14809, - 14813 + 14844, + 14848 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 60 }, "end": { - "line": 339, + "line": 340, "column": 64 } } } ], "range": [ - 14773, - 14814 + 14808, + 14849 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 65 } } }, "range": [ - 14773, - 14815 + 14808, + 14850 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 66 } }, @@ -26348,16 +26439,16 @@ "type": "Line", "value": " tf.feature('rowsCounter').refresh();", "range": [ - 14709, - 14748 + 14744, + 14783 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 24 }, "end": { - "line": 338, + "line": 339, "column": 63 } } @@ -26366,16 +26457,16 @@ } ], "range": [ - 14683, - 14837 + 14718, + 14872 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 34 }, "end": { - "line": 340, + "line": 341, "column": 21 } } @@ -26395,16 +26486,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14869, - 14871 + 14904, + 14906 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 341, + "line": 342, "column": 26 } } @@ -26413,62 +26504,62 @@ "type": "Identifier", "name": "nbRows", "range": [ - 14872, - 14878 + 14907, + 14913 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 27 }, "end": { - "line": 341, + "line": 342, "column": 33 } } }, "range": [ - 14869, - 14878 + 14904, + 14913 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 341, + "line": 342, "column": 33 } } }, "prefix": false, "range": [ - 14869, - 14880 + 14904, + 14915 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 341, + "line": 342, "column": 35 } } }, "range": [ - 14869, - 14881 + 14904, + 14916 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 341, + "line": 342, "column": 36 } } @@ -26485,16 +26576,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14906, - 14908 + 14941, + 14943 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 26 } } @@ -26503,62 +26594,62 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 14909, - 14922 + 14944, + 14957 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 27 }, "end": { - "line": 342, + "line": 343, "column": 40 } } }, "range": [ - 14906, - 14922 + 14941, + 14957 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 40 } } }, "prefix": false, "range": [ - 14906, - 14924 + 14941, + 14959 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 42 } } }, "range": [ - 14906, - 14925 + 14941, + 14960 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 43 } } @@ -26575,16 +26666,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14950, - 14952 + 14985, + 14987 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 26 } } @@ -26593,62 +26684,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 14953, - 14969 + 14988, + 15004 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 27 }, "end": { - "line": 343, + "line": 344, "column": 43 } } }, "range": [ - 14950, - 14969 + 14985, + 15004 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 43 } } }, "prefix": false, "range": [ - 14950, - 14971 + 14985, + 15006 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 45 } } }, "range": [ - 14950, - 14972 + 14985, + 15007 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 46 } } @@ -26665,16 +26756,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14997, - 14999 + 15032, + 15034 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 26 } } @@ -26683,31 +26774,31 @@ "type": "Identifier", "name": "paging", "range": [ - 15000, - 15006 + 15035, + 15041 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 27 }, "end": { - "line": 344, + "line": 345, "column": 33 } } }, "range": [ - 14997, - 15006 + 15032, + 15041 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 33 } } @@ -26717,46 +26808,46 @@ "value": false, "raw": "false", "range": [ - 15007, - 15012 + 15042, + 15047 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 34 }, "end": { - "line": 344, + "line": 345, "column": 39 } } }, "range": [ - 14997, - 15012 + 15032, + 15047 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 39 } } }, "range": [ - 14997, - 15013 + 15032, + 15048 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 40 } } @@ -26777,16 +26868,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15038, - 15040 + 15073, + 15075 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 26 } } @@ -26795,31 +26886,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15041, - 15048 + 15076, + 15083 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 27 }, "end": { - "line": 345, + "line": 346, "column": 34 } } }, "range": [ - 15038, - 15048 + 15073, + 15083 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 34 } } @@ -26830,32 +26921,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 15049, - 15057 + 15084, + 15092 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 35 }, "end": { - "line": 345, + "line": 346, "column": 43 } } } ], "range": [ - 15038, - 15058 + 15073, + 15093 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 44 } } @@ -26864,62 +26955,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 15059, - 15066 + 15094, + 15101 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 45 }, "end": { - "line": 345, + "line": 346, "column": 52 } } }, "range": [ - 15038, - 15066 + 15073, + 15101 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 52 } } }, "arguments": [], "range": [ - 15038, - 15068 + 15073, + 15103 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 54 } } }, "range": [ - 15038, - 15069 + 15073, + 15104 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 24 }, "end": { - "line": 345, + "line": 346, "column": 55 } } @@ -26940,16 +27031,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15094, - 15096 + 15129, + 15131 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 26 } } @@ -26958,31 +27049,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15097, - 15104 + 15132, + 15139 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 27 }, "end": { - "line": 346, + "line": 347, "column": 34 } } }, "range": [ - 15094, - 15104 + 15129, + 15139 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 34 } } @@ -26993,32 +27084,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 15105, - 15113 + 15140, + 15148 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 35 }, "end": { - "line": 346, + "line": 347, "column": 43 } } } ], "range": [ - 15094, - 15114 + 15129, + 15149 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 44 } } @@ -27027,31 +27118,31 @@ "type": "Identifier", "name": "reset", "range": [ - 15115, - 15120 + 15150, + 15155 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 45 }, "end": { - "line": 346, + "line": 347, "column": 50 } } }, "range": [ - 15094, - 15120 + 15129, + 15155 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 50 } } @@ -27062,78 +27153,78 @@ "value": false, "raw": "false", "range": [ - 15121, - 15126 + 15156, + 15161 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 51 }, "end": { - "line": 346, + "line": 347, "column": 56 } } } ], "range": [ - 15094, - 15127 + 15129, + 15162 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 57 } } }, "range": [ - 15094, - 15128 + 15129, + 15163 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 58 } } } ], "range": [ - 14843, - 15150 + 14878, + 15185 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 27 }, "end": { - "line": 347, + "line": 348, "column": 21 } } }, "range": [ - 14669, - 15150 + 14704, + 15185 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 347, + "line": 348, "column": 21 } } @@ -27147,16 +27238,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15174, - 15176 + 15209, + 15211 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 23 }, "end": { - "line": 348, + "line": 349, "column": 25 } } @@ -27165,31 +27256,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 15177, - 15190 + 15212, + 15225 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 26 }, "end": { - "line": 348, + "line": 349, "column": 39 } } }, "range": [ - 15174, - 15190 + 15209, + 15225 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 23 }, "end": { - "line": 348, + "line": 349, "column": 39 } } @@ -27213,16 +27304,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15217, - 15219 + 15252, + 15254 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 26 } } @@ -27231,31 +27322,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15220, - 15227 + 15255, + 15262 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 27 }, "end": { - "line": 349, + "line": 350, "column": 34 } } }, "range": [ - 15217, - 15227 + 15252, + 15262 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 34 } } @@ -27266,32 +27357,32 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 15228, - 15243 + 15263, + 15278 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 35 }, "end": { - "line": 349, + "line": 350, "column": 50 } } } ], "range": [ - 15217, - 15244 + 15252, + 15279 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 51 } } @@ -27300,94 +27391,94 @@ "type": "Identifier", "name": "init", "range": [ - 15245, - 15249 + 15280, + 15284 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 52 }, "end": { - "line": 349, + "line": 350, "column": 56 } } }, "range": [ - 15217, - 15249 + 15252, + 15284 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 56 } } }, "arguments": [], "range": [ - 15217, - 15251 + 15252, + 15286 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 58 } } }, "range": [ - 15217, - 15252 + 15252, + 15287 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 59 } } } ], "range": [ - 15191, - 15274 + 15226, + 15309 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 40 }, "end": { - "line": 350, + "line": 351, "column": 21 } } }, "alternate": null, "range": [ - 15171, - 15274 + 15206, + 15309 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 20 }, "end": { - "line": 350, + "line": 351, "column": 21 } } @@ -27398,16 +27489,16 @@ "type": "Identifier", "name": "fnF", "range": [ - 15298, - 15301 + 15333, + 15336 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 23 }, "end": { - "line": 351, + "line": 352, "column": 26 } } @@ -27426,16 +27517,16 @@ "type": "Identifier", "name": "fnF", "range": [ - 15328, - 15331 + 15363, + 15366 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 24 }, "end": { - "line": 352, + "line": 353, "column": 27 } } @@ -27444,31 +27535,31 @@ "type": "Identifier", "name": "call", "range": [ - 15332, - 15336 + 15367, + 15371 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 32 } } }, "range": [ - 15328, - 15336 + 15363, + 15371 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 24 }, "end": { - "line": 352, + "line": 353, "column": 32 } } @@ -27479,16 +27570,16 @@ "value": null, "raw": "null", "range": [ - 15337, - 15341 + 15372, + 15376 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 33 }, "end": { - "line": 352, + "line": 353, "column": 37 } } @@ -27500,16 +27591,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 15343, - 15352 + 15378, + 15387 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 39 }, "end": { - "line": 352, + "line": 353, "column": 48 } } @@ -27519,31 +27610,31 @@ "value": 0, "raw": "0", "range": [ - 15353, - 15354 + 15388, + 15389 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 49 }, "end": { - "line": 352, + "line": 353, "column": 50 } } }, "range": [ - 15343, - 15355 + 15378, + 15390 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 39 }, "end": { - "line": 352, + "line": 353, "column": 51 } } @@ -27555,16 +27646,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 15357, - 15366 + 15392, + 15401 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 53 }, "end": { - "line": 352, + "line": 353, "column": 62 } } @@ -27574,110 +27665,110 @@ "value": 1, "raw": "1", "range": [ - 15367, - 15368 + 15402, + 15403 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 63 }, "end": { - "line": 352, + "line": 353, "column": 64 } } }, "range": [ - 15357, - 15369 + 15392, + 15404 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 53 }, "end": { - "line": 352, + "line": 353, "column": 65 } } } ], "range": [ - 15328, - 15370 + 15363, + 15405 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 24 }, "end": { - "line": 352, + "line": 353, "column": 66 } } }, "range": [ - 15328, - 15371 + 15363, + 15406 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 24 }, "end": { - "line": 352, + "line": 353, "column": 67 } } } ], "range": [ - 15302, - 15393 + 15337, + 15428 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 27 }, "end": { - "line": 353, + "line": 354, "column": 21 } } }, "alternate": null, "range": [ - 15295, - 15393 + 15330, + 15428 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 20 }, "end": { - "line": 353, + "line": 354, "column": 21 } } } ], "range": [ - 14604, - 15411 + 14639, + 15446 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 66 }, "end": { - "line": 354, + "line": 355, "column": 17 } } @@ -27685,110 +27776,110 @@ "generator": false, "expression": false, "range": [ - 14594, - 15411 + 14629, + 15446 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 56 }, "end": { - "line": 354, + "line": 355, "column": 17 } } }, "range": [ - 14554, - 15411 + 14589, + 15446 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 354, + "line": 355, "column": 17 } } }, "range": [ - 14554, - 15412 + 14589, + 15447 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 354, + "line": 355, "column": 18 } } } ], "range": [ - 14471, - 15426 + 14506, + 15461 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 52 }, "end": { - "line": 355, + "line": 356, "column": 13 } } }, "alternate": null, "range": [ - 14431, - 15426 + 14466, + 15461 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 13 } } } ], "range": [ - 13509, - 15436 + 13544, + 15471 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 20 }, "end": { - "line": 356, + "line": 357, "column": 9 } } }, "alternate": null, "range": [ - 13497, - 15436 + 13532, + 15471 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 356, + "line": 357, "column": 9 } } @@ -27809,16 +27900,16 @@ "object": { "type": "ThisExpression", "range": [ - 15496, - 15500 + 15531, + 15535 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 16 } } @@ -27827,31 +27918,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15501, - 15513 + 15536, + 15548 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 17 }, "end": { - "line": 360, + "line": 361, "column": 29 } } }, "range": [ - 15496, - 15513 + 15531, + 15548 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 29 } } @@ -27862,16 +27953,16 @@ "type": "Identifier", "name": "EditTable", "range": [ - 15520, - 15529 + 15555, + 15564 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 36 }, "end": { - "line": 360, + "line": 361, "column": 45 } } @@ -27884,16 +27975,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15530, - 15532 + 15565, + 15567 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 46 }, "end": { - "line": 360, + "line": 361, "column": 48 } } @@ -27902,31 +27993,31 @@ "type": "Identifier", "name": "id", "range": [ - 15533, - 15535 + 15568, + 15570 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 49 }, "end": { - "line": 360, + "line": 361, "column": 51 } } }, "range": [ - 15530, - 15535 + 15565, + 15570 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 46 }, "end": { - "line": 360, + "line": 361, "column": 51 } } @@ -27935,16 +28026,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 15537, - 15540 + 15572, + 15575 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 53 }, "end": { - "line": 360, + "line": 361, "column": 56 } } @@ -27953,62 +28044,62 @@ "type": "Identifier", "name": "startRow", "range": [ - 15542, - 15550 + 15577, + 15585 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 58 }, "end": { - "line": 360, + "line": 361, "column": 66 } } } ], "range": [ - 15516, - 15551 + 15551, + 15586 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 32 }, "end": { - "line": 360, + "line": 361, "column": 67 } } }, "range": [ - 15496, - 15551 + 15531, + 15586 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 67 } } }, "range": [ - 15496, - 15552 + 15531, + 15587 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 68 } }, @@ -28017,16 +28108,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15463, - 15483 + 15498, + 15518 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 12 }, "end": { - "line": 359, + "line": 360, "column": 32 } } @@ -28046,16 +28137,16 @@ "object": { "type": "ThisExpression", "range": [ - 15565, - 15569 + 15600, + 15604 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 12 }, "end": { - "line": 361, + "line": 362, "column": 16 } } @@ -28064,31 +28155,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15570, - 15582 + 15605, + 15617 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 17 }, "end": { - "line": 361, + "line": 362, "column": 29 } } }, "range": [ - 15565, - 15582 + 15600, + 15617 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 12 }, "end": { - "line": 361, + "line": 362, "column": 29 } } @@ -28097,71 +28188,22 @@ "type": "Identifier", "name": "Init", "range": [ - 15583, - 15587 + 15618, + 15622 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 30 }, "end": { - "line": 361, + "line": 362, "column": 34 } } }, "range": [ - 15565, - 15587 - ], - "loc": { - "start": { - "line": 361, - "column": 12 - }, - "end": { - "line": 361, - "column": 34 - } - } - }, - "arguments": [], - "range": [ - 15565, - 15589 - ], - "loc": { - "start": { - "line": 361, - "column": 12 - }, - "end": { - "line": 361, - "column": 36 - } - } - }, - "range": [ - 15565, - 15590 - ], - "loc": { - "start": { - "line": 361, - "column": 12 - }, - "end": { - "line": 361, - "column": 37 - } - }, - "trailingComments": [ - { - "type": "Block", - "value": " eslint-enable ", - "range": [ - 15603, + 15600, 15622 ], "loc": { @@ -28171,6 +28213,55 @@ }, "end": { "line": 362, + "column": 34 + } + } + }, + "arguments": [], + "range": [ + 15600, + 15624 + ], + "loc": { + "start": { + "line": 362, + "column": 12 + }, + "end": { + "line": 362, + "column": 36 + } + } + }, + "range": [ + 15600, + 15625 + ], + "loc": { + "start": { + "line": 362, + "column": 12 + }, + "end": { + "line": 362, + "column": 37 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": " eslint-enable ", + "range": [ + 15638, + 15657 + ], + "loc": { + "start": { + "line": 363, + "column": 12 + }, + "end": { + "line": 363, "column": 31 } } @@ -28179,16 +28270,16 @@ } ], "range": [ - 15449, - 15632 + 15484, + 15667 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 11 }, "end": { - "line": 363, + "line": 364, "column": 9 } } @@ -28199,16 +28290,16 @@ "type": "Identifier", "name": "e", "range": [ - 15639, - 15640 + 15674, + 15675 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 17 } } @@ -28224,16 +28315,16 @@ "type": "Identifier", "name": "Error", "range": [ - 15654, - 15659 + 15689, + 15694 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 31 }, "end": { - "line": 363, + "line": 364, "column": 36 } } @@ -28245,16 +28336,16 @@ "object": { "type": "ThisExpression", "range": [ - 15660, - 15664 + 15695, + 15699 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 37 }, "end": { - "line": 363, + "line": 364, "column": 41 } } @@ -28263,93 +28354,93 @@ "type": "Identifier", "name": "err", "range": [ - 15665, - 15668 + 15700, + 15703 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 42 }, "end": { - "line": 363, + "line": 364, "column": 45 } } }, "range": [ - 15660, - 15668 + 15695, + 15703 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 37 }, "end": { - "line": 363, + "line": 364, "column": 45 } } } ], "range": [ - 15650, - 15669 + 15685, + 15704 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 27 }, "end": { - "line": 363, + "line": 364, "column": 46 } } }, "range": [ - 15644, - 15670 + 15679, + 15705 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 21 }, "end": { - "line": 363, + "line": 364, "column": 47 } } } ], "range": [ - 15642, - 15672 + 15677, + 15707 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 19 }, "end": { - "line": 363, + "line": 364, "column": 49 } } }, "range": [ - 15633, - 15672 + 15668, + 15707 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 10 }, "end": { - "line": 363, + "line": 364, "column": 49 } }, @@ -28358,16 +28449,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15603, - 15622 + 15638, + 15657 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 31 } } @@ -28376,16 +28467,16 @@ }, "finalizer": null, "range": [ - 15446, - 15672 + 15481, + 15707 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 8 }, "end": { - "line": 363, + "line": 364, "column": 49 } } @@ -28401,16 +28492,16 @@ "object": { "type": "ThisExpression", "range": [ - 15682, - 15686 + 15717, + 15721 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 12 } } @@ -28419,31 +28510,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 15687, - 15698 + 15722, + 15733 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 13 }, "end": { - "line": 365, + "line": 366, "column": 24 } } }, "range": [ - 15682, - 15698 + 15717, + 15733 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 24 } } @@ -28453,62 +28544,62 @@ "value": true, "raw": "true", "range": [ - 15701, - 15705 + 15736, + 15740 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 27 }, "end": { - "line": 365, + "line": 366, "column": 31 } } }, "range": [ - 15682, - 15705 + 15717, + 15740 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 31 } } }, "range": [ - 15682, - 15706 + 15717, + 15741 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 32 } } } ], "range": [ - 2129, - 15712 + 2164, + 15747 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 22 }, "end": { - "line": 366, + "line": 367, "column": 5 } } @@ -28516,16 +28607,16 @@ "generator": false, "expression": false, "range": [ - 2127, - 15712 + 2162, + 15747 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 20 }, "end": { - "line": 366, + "line": 367, "column": 5 } } @@ -28533,16 +28624,16 @@ "kind": "method", "computed": false, "range": [ - 2111, - 15712 + 2146, + 15747 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 366, + "line": 367, "column": 5 } }, @@ -28551,16 +28642,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2027, - 2106 + 2062, + 2141 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 56, + "line": 57, "column": 7 } } @@ -28571,16 +28662,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15718, - 15780 + 15753, + 15815 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 4 }, "end": { - "line": 370, + "line": 371, "column": 7 } } @@ -28594,16 +28685,16 @@ "type": "Identifier", "name": "reset", "range": [ - 15785, - 15790 + 15820, + 15825 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 9 } } @@ -28624,16 +28715,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 15806, - 15817 + 15841, + 15852 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 12 }, "end": { - "line": 372, + "line": 373, "column": 23 } } @@ -28644,16 +28735,16 @@ "object": { "type": "ThisExpression", "range": [ - 15820, - 15824 + 15855, + 15859 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 26 }, "end": { - "line": 372, + "line": 373, "column": 30 } } @@ -28662,46 +28753,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15825, - 15837 + 15860, + 15872 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 31 }, "end": { - "line": 372, + "line": 373, "column": 43 } } }, "range": [ - 15820, - 15837 + 15855, + 15872 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 26 }, "end": { - "line": 372, + "line": 373, "column": 43 } } }, "range": [ - 15806, - 15837 + 15841, + 15872 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 12 }, "end": { - "line": 372, + "line": 373, "column": 43 } } @@ -28709,16 +28800,16 @@ ], "kind": "var", "range": [ - 15802, - 15838 + 15837, + 15873 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 8 }, "end": { - "line": 372, + "line": 373, "column": 44 } } @@ -28729,16 +28820,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 15850, - 15861 + 15885, + 15896 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 11 }, "end": { - "line": 373, + "line": 374, "column": 22 } } @@ -28757,16 +28848,16 @@ "object": { "type": "ThisExpression", "range": [ - 15879, - 15883 + 15914, + 15918 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 15 }, "end": { - "line": 374, + "line": 375, "column": 19 } } @@ -28775,31 +28866,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 15884, - 15887 + 15919, + 15922 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 20 }, "end": { - "line": 374, + "line": 375, "column": 23 } } }, "range": [ - 15879, - 15887 + 15914, + 15922 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 15 }, "end": { - "line": 374, + "line": 375, "column": 23 } } @@ -28808,31 +28899,31 @@ "type": "Identifier", "name": "selection", "range": [ - 15888, - 15897 + 15923, + 15932 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 24 }, "end": { - "line": 374, + "line": 375, "column": 33 } } }, "range": [ - 15879, - 15897 + 15914, + 15932 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 15 }, "end": { - "line": 374, + "line": 375, "column": 33 } } @@ -28854,16 +28945,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 15953, - 15964 + 15988, + 15999 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 27 } } @@ -28872,31 +28963,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 15965, - 15974 + 16000, + 16009 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 28 }, "end": { - "line": 376, + "line": 377, "column": 37 } } }, "range": [ - 15953, - 15974 + 15988, + 16009 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 37 } } @@ -28905,62 +28996,62 @@ "type": "Identifier", "name": "Set", "range": [ - 15975, - 15978 + 16010, + 16013 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 38 }, "end": { - "line": 376, + "line": 377, "column": 41 } } }, "range": [ - 15953, - 15978 + 15988, + 16013 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 41 } } }, "arguments": [], "range": [ - 15953, - 15980 + 15988, + 16015 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 43 } } }, "range": [ - 15953, - 15981 + 15988, + 16016 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 44 } }, @@ -28969,16 +29060,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15916, - 15936 + 15951, + 15971 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 16 }, "end": { - "line": 375, + "line": 376, "column": 36 } } @@ -28989,16 +29080,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15998, - 16017 + 16033, + 16052 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 35 } } @@ -29007,32 +29098,32 @@ } ], "range": [ - 15898, - 16031 + 15933, + 16066 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 34 }, "end": { - "line": 378, + "line": 379, "column": 13 } } }, "alternate": null, "range": [ - 15876, - 16031 + 15911, + 16066 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 12 }, "end": { - "line": 378, + "line": 379, "column": 13 } } @@ -29048,16 +29139,16 @@ "object": { "type": "ThisExpression", "range": [ - 16047, - 16051 + 16082, + 16086 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 15 }, "end": { - "line": 379, + "line": 380, "column": 19 } } @@ -29066,31 +29157,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 16052, - 16055 + 16087, + 16090 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 20 }, "end": { - "line": 379, + "line": 380, "column": 23 } } }, "range": [ - 16047, - 16055 + 16082, + 16090 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 15 }, "end": { - "line": 379, + "line": 380, "column": 23 } } @@ -29099,31 +29190,31 @@ "type": "Identifier", "name": "editable", "range": [ - 16056, - 16064 + 16091, + 16099 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 24 }, "end": { - "line": 379, + "line": 380, "column": 32 } } }, "range": [ - 16047, - 16064 + 16082, + 16099 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 15 }, "end": { - "line": 379, + "line": 380, "column": 32 } } @@ -29145,16 +29236,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16120, - 16131 + 16155, + 16166 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 16 }, "end": { - "line": 381, + "line": 382, "column": 27 } } @@ -29163,31 +29254,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16132, - 16140 + 16167, + 16175 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 28 }, "end": { - "line": 381, + "line": 382, "column": 36 } } }, "range": [ - 16120, - 16140 + 16155, + 16175 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 16 }, "end": { - "line": 381, + "line": 382, "column": 36 } } @@ -29196,62 +29287,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16141, - 16144 + 16176, + 16179 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 37 }, "end": { - "line": 381, + "line": 382, "column": 40 } } }, "range": [ - 16120, - 16144 + 16155, + 16179 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 16 }, "end": { - "line": 381, + "line": 382, "column": 40 } } }, "arguments": [], "range": [ - 16120, - 16146 + 16155, + 16181 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 16 }, "end": { - "line": 381, + "line": 382, "column": 42 } } }, "range": [ - 16120, - 16147 + 16155, + 16182 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 16 }, "end": { - "line": 381, + "line": 382, "column": 43 } }, @@ -29260,16 +29351,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16083, - 16103 + 16118, + 16138 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 16 }, "end": { - "line": 380, + "line": 381, "column": 36 } } @@ -29280,16 +29371,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16164, - 16183 + 16199, + 16218 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 16 }, "end": { - "line": 382, + "line": 383, "column": 35 } } @@ -29298,32 +29389,32 @@ } ], "range": [ - 16065, - 16197 + 16100, + 16232 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 33 }, "end": { - "line": 383, + "line": 384, "column": 13 } } }, "alternate": null, "range": [ - 16044, - 16197 + 16079, + 16232 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 12 }, "end": { - "line": 383, + "line": 384, "column": 13 } }, @@ -29332,16 +29423,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15998, - 16017 + 16033, + 16052 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 35 } } @@ -29350,48 +29441,48 @@ } ], "range": [ - 15862, - 16207 + 15897, + 16242 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 23 }, "end": { - "line": 384, + "line": 385, "column": 9 } } }, "alternate": null, "range": [ - 15847, - 16207 + 15882, + 16242 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 8 }, "end": { - "line": 384, + "line": 385, "column": 9 } } } ], "range": [ - 15792, - 16213 + 15827, + 16248 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 11 }, "end": { - "line": 385, + "line": 386, "column": 5 } } @@ -29399,16 +29490,16 @@ "generator": false, "expression": false, "range": [ - 15790, - 16213 + 15825, + 16248 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 9 }, "end": { - "line": 385, + "line": 386, "column": 5 } } @@ -29416,16 +29507,16 @@ "kind": "method", "computed": false, "range": [ - 15785, - 16213 + 15820, + 16248 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 4 }, "end": { - "line": 385, + "line": 386, "column": 5 } }, @@ -29434,16 +29525,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15718, - 15780 + 15753, + 15815 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 4 }, "end": { - "line": 370, + "line": 371, "column": 7 } } @@ -29454,16 +29545,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16219, - 16254 + 16254, + 16289 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 4 }, "end": { - "line": 389, + "line": 390, "column": 7 } } @@ -29477,16 +29568,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 16259, - 16265 + 16294, + 16300 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 10 } } @@ -29507,16 +29598,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16281, - 16292 + 16316, + 16327 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 12 }, "end": { - "line": 391, + "line": 392, "column": 23 } } @@ -29527,16 +29618,16 @@ "object": { "type": "ThisExpression", "range": [ - 16295, - 16299 + 16330, + 16334 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 26 }, "end": { - "line": 391, + "line": 392, "column": 30 } } @@ -29545,46 +29636,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 16300, - 16312 + 16335, + 16347 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 31 }, "end": { - "line": 391, + "line": 392, "column": 43 } } }, "range": [ - 16295, - 16312 + 16330, + 16347 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 26 }, "end": { - "line": 391, + "line": 392, "column": 43 } } }, "range": [ - 16281, - 16312 + 16316, + 16347 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 12 }, "end": { - "line": 391, + "line": 392, "column": 43 } } @@ -29592,16 +29683,16 @@ ], "kind": "var", "range": [ - 16277, - 16313 + 16312, + 16348 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 8 }, "end": { - "line": 391, + "line": 392, "column": 44 } } @@ -29615,16 +29706,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16325, - 16336 + 16360, + 16371 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 11 }, "end": { - "line": 392, + "line": 393, "column": 22 } } @@ -29633,31 +29724,31 @@ "type": "Identifier", "name": "editable", "range": [ - 16337, - 16345 + 16372, + 16380 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 23 }, "end": { - "line": 392, + "line": 393, "column": 31 } } }, "range": [ - 16325, - 16345 + 16360, + 16380 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 11 }, "end": { - "line": 392, + "line": 393, "column": 31 } } @@ -29679,16 +29770,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16393, - 16404 + 16428, + 16439 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 23 } } @@ -29697,31 +29788,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16405, - 16413 + 16440, + 16448 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 24 }, "end": { - "line": 394, + "line": 395, "column": 32 } } }, "range": [ - 16393, - 16413 + 16428, + 16448 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 32 } } @@ -29730,62 +29821,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 16414, - 16420 + 16449, + 16455 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 33 }, "end": { - "line": 394, + "line": 395, "column": 39 } } }, "range": [ - 16393, - 16420 + 16428, + 16455 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 39 } } }, "arguments": [], "range": [ - 16393, - 16422 + 16428, + 16457 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 41 } } }, "range": [ - 16393, - 16423 + 16428, + 16458 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 42 } }, @@ -29794,16 +29885,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16360, - 16380 + 16395, + 16415 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 32 } } @@ -29814,16 +29905,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16436, - 16455 + 16471, + 16490 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 12 }, "end": { - "line": 395, + "line": 396, "column": 31 } } @@ -29832,16 +29923,16 @@ } ], "range": [ - 16346, - 16465 + 16381, + 16500 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 32 }, "end": { - "line": 396, + "line": 397, "column": 9 } } @@ -29863,16 +29954,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16518, - 16529 + 16553, + 16564 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 398, + "line": 399, "column": 23 } } @@ -29881,31 +29972,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16530, - 16538 + 16565, + 16573 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 24 }, "end": { - "line": 398, + "line": 399, "column": 32 } } }, "range": [ - 16518, - 16538 + 16553, + 16573 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 398, + "line": 399, "column": 32 } } @@ -29914,62 +30005,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16539, - 16542 + 16574, + 16577 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 33 }, "end": { - "line": 398, + "line": 399, "column": 36 } } }, "range": [ - 16518, - 16542 + 16553, + 16577 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 398, + "line": 399, "column": 36 } } }, "arguments": [], "range": [ - 16518, - 16544 + 16553, + 16579 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 398, + "line": 399, "column": 38 } } }, "range": [ - 16518, - 16545 + 16553, + 16580 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 398, + "line": 399, "column": 39 } }, @@ -29978,16 +30069,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16485, - 16505 + 16520, + 16540 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 12 }, "end": { - "line": 397, + "line": 398, "column": 32 } } @@ -29998,16 +30089,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16558, - 16577 + 16593, + 16612 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 12 }, "end": { - "line": 399, + "line": 400, "column": 31 } } @@ -30016,16 +30107,16 @@ } ], "range": [ - 16471, - 16587 + 16506, + 16622 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 15 }, "end": { - "line": 400, + "line": 401, "column": 9 } }, @@ -30034,16 +30125,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16436, - 16455 + 16471, + 16490 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 12 }, "end": { - "line": 395, + "line": 396, "column": 31 } } @@ -30051,16 +30142,16 @@ ] }, "range": [ - 16322, - 16587 + 16357, + 16622 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 8 }, "end": { - "line": 400, + "line": 401, "column": 9 } } @@ -30074,16 +30165,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16599, - 16610 + 16634, + 16645 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 11 }, "end": { - "line": 401, + "line": 402, "column": 22 } } @@ -30092,31 +30183,31 @@ "type": "Identifier", "name": "selection", "range": [ - 16611, - 16620 + 16646, + 16655 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 23 }, "end": { - "line": 401, + "line": 402, "column": 32 } } }, "range": [ - 16599, - 16620 + 16634, + 16655 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 11 }, "end": { - "line": 401, + "line": 402, "column": 32 } } @@ -30138,16 +30229,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16668, - 16679 + 16703, + 16714 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 12 }, "end": { - "line": 403, + "line": 404, "column": 23 } } @@ -30156,31 +30247,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 16680, - 16689 + 16715, + 16724 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 24 }, "end": { - "line": 403, + "line": 404, "column": 33 } } }, "range": [ - 16668, - 16689 + 16703, + 16724 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 12 }, "end": { - "line": 403, + "line": 404, "column": 33 } } @@ -30189,62 +30280,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 16690, - 16696 + 16725, + 16731 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 34 }, "end": { - "line": 403, + "line": 404, "column": 40 } } }, "range": [ - 16668, - 16696 + 16703, + 16731 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 12 }, "end": { - "line": 403, + "line": 404, "column": 40 } } }, "arguments": [], "range": [ - 16668, - 16698 + 16703, + 16733 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 12 }, "end": { - "line": 403, + "line": 404, "column": 42 } } }, "range": [ - 16668, - 16699 + 16703, + 16734 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 12 }, "end": { - "line": 403, + "line": 404, "column": 43 } }, @@ -30253,16 +30344,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16635, - 16655 + 16670, + 16690 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 12 }, "end": { - "line": 402, + "line": 403, "column": 32 } } @@ -30273,16 +30364,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16712, - 16731 + 16747, + 16766 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, + "line": 405, "column": 31 } } @@ -30291,16 +30382,16 @@ } ], "range": [ - 16621, - 16741 + 16656, + 16776 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 33 }, "end": { - "line": 405, + "line": 406, "column": 9 } } @@ -30322,16 +30413,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16794, - 16805 + 16829, + 16840 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 407, + "line": 408, "column": 23 } } @@ -30340,31 +30431,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 16806, - 16815 + 16841, + 16850 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 24 }, "end": { - "line": 407, + "line": 408, "column": 33 } } }, "range": [ - 16794, - 16815 + 16829, + 16850 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 407, + "line": 408, "column": 33 } } @@ -30373,62 +30464,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16816, - 16819 + 16851, + 16854 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 34 }, "end": { - "line": 407, + "line": 408, "column": 37 } } }, "range": [ - 16794, - 16819 + 16829, + 16854 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 407, + "line": 408, "column": 37 } } }, "arguments": [], "range": [ - 16794, - 16821 + 16829, + 16856 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 407, + "line": 408, "column": 39 } } }, "range": [ - 16794, - 16822 + 16829, + 16857 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 407, + "line": 408, "column": 40 } }, @@ -30437,16 +30528,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16761, - 16781 + 16796, + 16816 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 32 } } @@ -30457,16 +30548,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16835, - 16854 + 16870, + 16889 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 31 } } @@ -30475,16 +30566,16 @@ } ], "range": [ - 16747, - 16864 + 16782, + 16899 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 15 }, "end": { - "line": 409, + "line": 410, "column": 9 } }, @@ -30493,16 +30584,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16712, - 16731 + 16747, + 16766 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, + "line": 405, "column": 31 } } @@ -30510,16 +30601,16 @@ ] }, "range": [ - 16596, - 16864 + 16631, + 16899 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 8 }, "end": { - "line": 409, + "line": 410, "column": 9 } }, @@ -30528,16 +30619,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16558, - 16577 + 16593, + 16612 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 12 }, "end": { - "line": 399, + "line": 400, "column": 31 } } @@ -30546,16 +30637,16 @@ } ], "range": [ - 16267, - 16870 + 16302, + 16905 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 12 }, "end": { - "line": 410, + "line": 411, "column": 5 } } @@ -30563,16 +30654,16 @@ "generator": false, "expression": false, "range": [ - 16265, - 16870 + 16300, + 16905 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 10 }, "end": { - "line": 410, + "line": 411, "column": 5 } } @@ -30580,16 +30671,16 @@ "kind": "method", "computed": false, "range": [ - 16259, - 16870 + 16294, + 16905 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 4 }, "end": { - "line": 410, + "line": 411, "column": 5 } }, @@ -30598,16 +30689,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16164, - 16183 + 16199, + 16218 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 16 }, "end": { - "line": 382, + "line": 383, "column": 35 } } @@ -30616,16 +30707,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16219, - 16254 + 16254, + 16289 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 4 }, "end": { - "line": 389, + "line": 390, "column": 7 } } @@ -30639,16 +30730,16 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 16876, - 16897 + 16911, + 16932 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 4 }, "end": { - "line": 412, + "line": 413, "column": 25 } } @@ -30669,16 +30760,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16913, - 16915 + 16948, + 16950 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 12 }, "end": { - "line": 413, + "line": 414, "column": 14 } } @@ -30689,16 +30780,16 @@ "object": { "type": "ThisExpression", "range": [ - 16918, - 16922 + 16953, + 16957 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 17 }, "end": { - "line": 413, + "line": 414, "column": 21 } } @@ -30707,46 +30798,46 @@ "type": "Identifier", "name": "tf", "range": [ - 16923, - 16925 + 16958, + 16960 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 22 }, "end": { - "line": 413, + "line": 414, "column": 24 } } }, "range": [ - 16918, - 16925 + 16953, + 16960 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 17 }, "end": { - "line": 413, + "line": 414, "column": 24 } } }, "range": [ - 16913, - 16925 + 16948, + 16960 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 12 }, "end": { - "line": 413, + "line": 414, "column": 24 } } @@ -30754,16 +30845,16 @@ ], "kind": "var", "range": [ - 16909, - 16926 + 16944, + 16961 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 25 } } @@ -30782,16 +30873,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16939, - 16941 + 16974, + 16976 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 14 } } @@ -30800,63 +30891,63 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 16942, - 16959 + 16977, + 16994 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 15 }, "end": { - "line": 414, + "line": 415, "column": 32 } } }, "range": [ - 16939, - 16959 + 16974, + 16994 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 32 } } }, "arguments": [], "range": [ - 16939, - 16961 + 16974, + 16996 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 34 } } }, "prefix": true, "range": [ - 16938, - 16961 + 16973, + 16996 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 11 }, "end": { - "line": 414, + "line": 415, "column": 34 } } @@ -30868,48 +30959,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 16976, - 16983 + 17011, + 17018 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 19 } } } ], "range": [ - 16962, - 16993 + 16997, + 17028 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 35 }, "end": { - "line": 416, + "line": 417, "column": 9 } } }, "alternate": null, "range": [ - 16935, - 16993 + 16970, + 17028 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 416, + "line": 417, "column": 9 } } @@ -30923,16 +31014,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17006, - 17014 + 17041, + 17049 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 12 }, "end": { - "line": 417, + "line": 418, "column": 20 } } @@ -30946,16 +31037,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17017, - 17019 + 17052, + 17054 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 23 }, "end": { - "line": 417, + "line": 418, "column": 25 } } @@ -30964,31 +31055,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 17020, - 17046 + 17055, + 17081 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 26 }, "end": { - "line": 417, + "line": 418, "column": 52 } } }, "range": [ - 17017, - 17046 + 17052, + 17081 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 23 }, "end": { - "line": 417, + "line": 418, "column": 52 } } @@ -31003,16 +31094,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17047, - 17049 + 17082, + 17084 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 53 }, "end": { - "line": 417, + "line": 418, "column": 55 } } @@ -31021,78 +31112,78 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 17050, - 17067 + 17085, + 17102 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 56 }, "end": { - "line": 417, + "line": 418, "column": 73 } } }, "range": [ - 17047, - 17067 + 17082, + 17102 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 53 }, "end": { - "line": 417, + "line": 418, "column": 73 } } }, "arguments": [], "range": [ - 17047, - 17069 + 17082, + 17104 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 53 }, "end": { - "line": 417, + "line": 418, "column": 75 } } } ], "range": [ - 17017, - 17070 + 17052, + 17105 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 23 }, "end": { - "line": 417, + "line": 418, "column": 76 } } }, "range": [ - 17006, - 17070 + 17041, + 17105 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 12 }, "end": { - "line": 417, + "line": 418, "column": 76 } } @@ -31100,16 +31191,16 @@ ], "kind": "var", "range": [ - 17002, - 17071 + 17037, + 17106 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 8 }, "end": { - "line": 417, + "line": 418, "column": 77 } } @@ -31123,16 +31214,16 @@ "type": "Identifier", "name": "filterType", "range": [ - 17084, - 17094 + 17119, + 17129 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 12 }, "end": { - "line": 418, + "line": 419, "column": 22 } } @@ -31146,16 +31237,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17097, - 17099 + 17132, + 17134 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 25 }, "end": { - "line": 418, + "line": 419, "column": 27 } } @@ -31164,31 +31255,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 17100, - 17113 + 17135, + 17148 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 28 }, "end": { - "line": 418, + "line": 419, "column": 41 } } }, "range": [ - 17097, - 17113 + 17132, + 17148 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 25 }, "end": { - "line": 418, + "line": 419, "column": 41 } } @@ -31198,47 +31289,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17114, - 17122 + 17149, + 17157 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 42 }, "end": { - "line": 418, + "line": 419, "column": 50 } } } ], "range": [ - 17097, - 17123 + 17132, + 17158 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 25 }, "end": { - "line": 418, + "line": 419, "column": 51 } } }, "range": [ - 17084, - 17123 + 17119, + 17158 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 12 }, "end": { - "line": 418, + "line": 419, "column": 51 } } @@ -31246,16 +31337,16 @@ ], "kind": "var", "range": [ - 17080, - 17124 + 17115, + 17159 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 52 } } @@ -31269,86 +31360,50 @@ "type": "Identifier", "name": "filterType", "range": [ - 17136, - 17146 + 17171, + 17181 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 11 }, "end": { - "line": 419, + "line": 420, "column": 21 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 17151, - 17153 - ], - "loc": { - "start": { - "line": 419, - "column": 26 - }, - "end": { - "line": 419, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 17154, - 17164 - ], - "loc": { - "start": { - "line": 419, - "column": 29 - }, - "end": { - "line": 419, - "column": 39 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 17151, - 17164 + 17186, + 17191 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 26 }, "end": { - "line": 419, - "column": 39 + "line": 420, + "column": 31 } } }, "range": [ - 17136, - 17164 + 17171, + 17191 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 11 }, "end": { - "line": 419, - "column": 39 + "line": 420, + "column": 31 } } }, @@ -31365,16 +31420,16 @@ "object": { "type": "ThisExpression", "range": [ - 17179, - 17183 + 17206, + 17210 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 16 } } @@ -31383,110 +31438,110 @@ "type": "Identifier", "name": "toggle", "range": [ - 17184, - 17190 + 17211, + 17217 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 17 }, "end": { - "line": 420, + "line": 421, "column": 23 } } }, "range": [ - 17179, - 17190 + 17206, + 17217 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 23 } } }, "arguments": [], "range": [ - 17179, - 17192 + 17206, + 17219 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 25 } } }, "range": [ - 17179, - 17193 + 17206, + 17220 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 26 } } } ], "range": [ - 17165, - 17203 + 17192, + 17230 ], "loc": { "start": { - "line": 419, - "column": 40 + "line": 420, + "column": 32 }, "end": { - "line": 421, + "line": 422, "column": 9 } } }, "alternate": null, "range": [ - 17133, - 17203 + 17168, + 17230 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 421, + "line": 422, "column": 9 } } } ], "range": [ - 16899, - 17209 + 16934, + 17236 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 27 }, "end": { - "line": 422, + "line": 423, "column": 5 } } @@ -31494,16 +31549,16 @@ "generator": false, "expression": false, "range": [ - 16897, - 17209 + 16932, + 17236 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 25 }, "end": { - "line": 422, + "line": 423, "column": 5 } } @@ -31511,16 +31566,16 @@ "kind": "method", "computed": false, "range": [ - 16876, - 17209 + 16911, + 17236 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 4 }, "end": { - "line": 422, + "line": 423, "column": 5 } }, @@ -31529,16 +31584,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16835, - 16854 + 16870, + 16889 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 31 } } @@ -31549,16 +31604,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17215, - 17254 + 17242, + 17281 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 4 }, "end": { - "line": 426, + "line": 427, "column": 7 } } @@ -31572,16 +31627,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 17259, - 17266 + 17286, + 17293 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 4 }, "end": { - "line": 427, + "line": 428, "column": 11 } } @@ -31602,16 +31657,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17282, - 17293 + 17309, + 17320 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 12 }, "end": { - "line": 428, + "line": 429, "column": 23 } } @@ -31622,16 +31677,16 @@ "object": { "type": "ThisExpression", "range": [ - 17296, - 17300 + 17323, + 17327 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 26 }, "end": { - "line": 428, + "line": 429, "column": 30 } } @@ -31640,46 +31695,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 17301, - 17313 + 17328, + 17340 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 31 }, "end": { - "line": 428, + "line": 429, "column": 43 } } }, "range": [ - 17296, - 17313 + 17323, + 17340 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 26 }, "end": { - "line": 428, + "line": 429, "column": 43 } } }, "range": [ - 17282, - 17313 + 17309, + 17340 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 12 }, "end": { - "line": 428, + "line": 429, "column": 43 } } @@ -31687,16 +31742,16 @@ ], "kind": "var", "range": [ - 17278, - 17314 + 17305, + 17341 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 8 }, "end": { - "line": 428, + "line": 429, "column": 44 } } @@ -31707,16 +31762,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17326, - 17337 + 17353, + 17364 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 11 }, "end": { - "line": 429, + "line": 430, "column": 22 } } @@ -31735,16 +31790,16 @@ "object": { "type": "ThisExpression", "range": [ - 17355, - 17359 + 17382, + 17386 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 15 }, "end": { - "line": 430, + "line": 431, "column": 19 } } @@ -31753,31 +31808,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 17360, - 17363 + 17387, + 17390 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 20 }, "end": { - "line": 430, + "line": 431, "column": 23 } } }, "range": [ - 17355, - 17363 + 17382, + 17390 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 15 }, "end": { - "line": 430, + "line": 431, "column": 23 } } @@ -31786,31 +31841,31 @@ "type": "Identifier", "name": "selection", "range": [ - 17364, - 17373 + 17391, + 17400 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 24 }, "end": { - "line": 430, + "line": 431, "column": 33 } } }, "range": [ - 17355, - 17373 + 17382, + 17400 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 15 }, "end": { - "line": 430, + "line": 431, "column": 33 } } @@ -31832,16 +31887,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17429, - 17440 + 17456, + 17467 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 27 } } @@ -31850,31 +31905,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 17441, - 17450 + 17468, + 17477 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 28 }, "end": { - "line": 432, + "line": 433, "column": 37 } } }, "range": [ - 17429, - 17450 + 17456, + 17477 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 37 } } @@ -31883,62 +31938,62 @@ "type": "Identifier", "name": "ClearSelections", "range": [ - 17451, - 17466 + 17478, + 17493 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 38 }, "end": { - "line": 432, + "line": 433, "column": 53 } } }, "range": [ - 17429, - 17466 + 17456, + 17493 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 53 } } }, "arguments": [], "range": [ - 17429, - 17468 + 17456, + 17495 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 55 } } }, "range": [ - 17429, - 17469 + 17456, + 17496 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 56 } }, @@ -31947,16 +32002,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17392, - 17412 + 17419, + 17439 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 36 } } @@ -31977,16 +32032,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17486, - 17497 + 17513, + 17524 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 27 } } @@ -31995,31 +32050,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 17498, - 17507 + 17525, + 17534 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 28 }, "end": { - "line": 433, + "line": 434, "column": 37 } } }, "range": [ - 17486, - 17507 + 17513, + 17534 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 37 } } @@ -32028,62 +32083,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 17508, - 17514 + 17535, + 17541 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 38 }, "end": { - "line": 433, + "line": 434, "column": 44 } } }, "range": [ - 17486, - 17514 + 17513, + 17541 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 44 } } }, "arguments": [], "range": [ - 17486, - 17516 + 17513, + 17543 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 46 } } }, "range": [ - 17486, - 17517 + 17513, + 17544 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 47 } }, @@ -32092,16 +32147,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17534, - 17553 + 17561, + 17580 ], "loc": { "start": { - "line": 434, + "line": 435, "column": 16 }, "end": { - "line": 434, + "line": 435, "column": 35 } } @@ -32110,32 +32165,32 @@ } ], "range": [ - 17374, - 17567 + 17401, + 17594 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 34 }, "end": { - "line": 435, + "line": 436, "column": 13 } } }, "alternate": null, "range": [ - 17352, - 17567 + 17379, + 17594 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 436, "column": 13 } } @@ -32151,16 +32206,16 @@ "object": { "type": "ThisExpression", "range": [ - 17583, - 17587 + 17610, + 17614 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 15 }, "end": { - "line": 436, + "line": 437, "column": 19 } } @@ -32169,31 +32224,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 17588, - 17591 + 17615, + 17618 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 20 }, "end": { - "line": 436, + "line": 437, "column": 23 } } }, "range": [ - 17583, - 17591 + 17610, + 17618 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 15 }, "end": { - "line": 436, + "line": 437, "column": 23 } } @@ -32202,31 +32257,31 @@ "type": "Identifier", "name": "editable", "range": [ - 17592, - 17600 + 17619, + 17627 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 24 }, "end": { - "line": 436, + "line": 437, "column": 32 } } }, "range": [ - 17583, - 17600 + 17610, + 17627 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 15 }, "end": { - "line": 436, + "line": 437, "column": 32 } } @@ -32248,16 +32303,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17656, - 17667 + 17683, + 17694 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 16 }, "end": { - "line": 438, + "line": 439, "column": 27 } } @@ -32266,31 +32321,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 17668, - 17676 + 17695, + 17703 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 28 }, "end": { - "line": 438, + "line": 439, "column": 36 } } }, "range": [ - 17656, - 17676 + 17683, + 17703 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 16 }, "end": { - "line": 438, + "line": 439, "column": 36 } } @@ -32299,62 +32354,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 17677, - 17683 + 17704, + 17710 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 37 }, "end": { - "line": 438, + "line": 439, "column": 43 } } }, "range": [ - 17656, - 17683 + 17683, + 17710 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 16 }, "end": { - "line": 438, + "line": 439, "column": 43 } } }, "arguments": [], "range": [ - 17656, - 17685 + 17683, + 17712 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 16 }, "end": { - "line": 438, + "line": 439, "column": 45 } } }, "range": [ - 17656, - 17686 + 17683, + 17713 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 16 }, "end": { - "line": 438, + "line": 439, "column": 46 } }, @@ -32363,16 +32418,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17619, - 17639 + 17646, + 17666 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 16 }, "end": { - "line": 437, + "line": 438, "column": 36 } } @@ -32383,16 +32438,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17703, - 17722 + 17730, + 17749 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 35 } } @@ -32401,32 +32456,32 @@ } ], "range": [ - 17601, - 17736 + 17628, + 17763 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 33 }, "end": { - "line": 440, + "line": 441, "column": 13 } } }, "alternate": null, "range": [ - 17580, - 17736 + 17607, + 17763 ], "loc": { "start": { - "line": 436, + "line": 437, "column": 12 }, "end": { - "line": 440, + "line": 441, "column": 13 } }, @@ -32435,16 +32490,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17534, - 17553 + 17561, + 17580 ], "loc": { "start": { - "line": 434, + "line": 435, "column": 16 }, "end": { - "line": 434, + "line": 435, "column": 35 } } @@ -32453,32 +32508,32 @@ } ], "range": [ - 17338, - 17746 + 17365, + 17773 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 23 }, "end": { - "line": 441, + "line": 442, "column": 9 } } }, "alternate": null, "range": [ - 17323, - 17746 + 17350, + 17773 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 8 }, "end": { - "line": 441, + "line": 442, "column": 9 } } @@ -32496,16 +32551,16 @@ "object": { "type": "ThisExpression", "range": [ - 17756, - 17760 + 17783, + 17787 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 444, "column": 12 } } @@ -32514,31 +32569,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 17761, - 17768 + 17788, + 17795 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 13 }, "end": { - "line": 443, + "line": 444, "column": 20 } } }, "range": [ - 17756, - 17768 + 17783, + 17795 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 444, "column": 20 } } @@ -32547,31 +32602,31 @@ "type": "Identifier", "name": "off", "range": [ - 17769, - 17772 + 17796, + 17799 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 21 }, "end": { - "line": 443, + "line": 444, "column": 24 } } }, "range": [ - 17756, - 17772 + 17783, + 17799 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 444, "column": 24 } } @@ -32585,16 +32640,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 17774, - 17788 + 17801, + 17815 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 26 }, "end": { - "line": 443, + "line": 444, "column": 40 } } @@ -32604,32 +32659,32 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 17790, - 17803 + 17817, + 17830 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 42 }, "end": { - "line": 443, + "line": 444, "column": 55 } } } ], "range": [ - 17773, - 17804 + 17800, + 17831 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 25 }, "end": { - "line": 443, + "line": 444, "column": 56 } } @@ -32646,16 +32701,16 @@ "object": { "type": "ThisExpression", "range": [ - 17823, - 17827 + 17850, + 17854 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 17 }, "end": { - "line": 444, + "line": 445, "column": 21 } } @@ -32664,47 +32719,47 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 17828, - 17849 + 17855, + 17876 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 22 }, "end": { - "line": 444, + "line": 445, "column": 43 } } }, "range": [ - 17823, - 17849 + 17850, + 17876 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 17 }, "end": { - "line": 444, + "line": 445, "column": 43 } } }, "arguments": [], "range": [ - 17823, - 17851 + 17850, + 17878 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 17 }, "end": { - "line": 444, + "line": 445, "column": 45 } } @@ -32712,47 +32767,47 @@ "generator": false, "expression": true, "range": [ - 17818, - 17851 + 17845, + 17878 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 12 }, "end": { - "line": 444, + "line": 445, "column": 45 } } } ], "range": [ - 17756, - 17852 + 17783, + 17879 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 46 } } }, "range": [ - 17756, - 17853 + 17783, + 17880 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 47 } }, @@ -32761,16 +32816,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17703, - 17722 + 17730, + 17749 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 35 } } @@ -32788,16 +32843,16 @@ "object": { "type": "ThisExpression", "range": [ - 17862, - 17866 + 17889, + 17893 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 12 } } @@ -32806,31 +32861,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 17867, - 17878 + 17894, + 17905 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 13 }, "end": { - "line": 445, + "line": 446, "column": 24 } } }, "range": [ - 17862, - 17878 + 17889, + 17905 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 24 } } @@ -32840,62 +32895,62 @@ "value": false, "raw": "false", "range": [ - 17881, - 17886 + 17908, + 17913 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 27 }, "end": { - "line": 445, + "line": 446, "column": 32 } } }, "range": [ - 17862, - 17886 + 17889, + 17913 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 32 } } }, "range": [ - 17862, - 17887 + 17889, + 17914 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 33 } } } ], "range": [ - 17268, - 17893 + 17295, + 17920 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 13 }, "end": { - "line": 446, + "line": 447, "column": 5 } } @@ -32903,16 +32958,16 @@ "generator": false, "expression": false, "range": [ - 17266, - 17893 + 17293, + 17920 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 11 }, "end": { - "line": 446, + "line": 447, "column": 5 } } @@ -32920,16 +32975,16 @@ "kind": "method", "computed": false, "range": [ - 17259, - 17893 + 17286, + 17920 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 4 }, "end": { - "line": 446, + "line": 447, "column": 5 } }, @@ -32938,16 +32993,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17215, - 17254 + 17242, + 17281 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 4 }, "end": { - "line": 426, + "line": 427, "column": 7 } } @@ -32957,31 +33012,31 @@ } ], "range": [ - 70, - 17895 + 105, + 17922 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 40 }, "end": { - "line": 447, + "line": 448, "column": 1 } } }, "range": [ - 45, - 17895 + 80, + 17922 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 15 }, "end": { - "line": 447, + "line": 448, "column": 1 } }, @@ -32989,16 +33044,16 @@ "trailingComments": [] }, "range": [ - 30, - 17895 + 65, + 17922 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 447, + "line": 448, "column": 1 } } @@ -33007,7 +33062,7 @@ "sourceType": "module", "range": [ 0, - 17895 + 17922 ], "loc": { "start": { @@ -33015,7 +33070,7 @@ "column": 0 }, "end": { - "line": 447, + "line": 448, "column": 1 } }, @@ -33024,16 +33079,16 @@ "type": "Block", "value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ", "range": [ - 76, - 353 + 111, + 388 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -33042,16 +33097,16 @@ "type": "Line", "value": " ezEditTable config", "range": [ - 388, - 409 + 423, + 444 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 13, "column": 29 } } @@ -33060,16 +33115,16 @@ "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 943, - 1015 + 978, + 1050 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 80 } } @@ -33078,16 +33133,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1240, - 1357 + 1275, + 1392 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 35, + "line": 36, "column": 7 } } @@ -33096,16 +33151,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1795, - 1857 + 1830, + 1892 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 70 } } @@ -33114,16 +33169,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1866, - 1910 + 1901, + 1945 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 52 } } @@ -33132,16 +33187,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2027, - 2106 + 2062, + 2141 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 56, + "line": 57, "column": 7 } } @@ -33150,16 +33205,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2166, - 2226 + 2201, + 2261 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 68 } } @@ -33168,16 +33223,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2332, - 2400 + 2367, + 2435 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 76 } } @@ -33186,16 +33241,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2409, - 2437 + 2444, + 2472 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 36 } } @@ -33204,16 +33259,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2537, - 2602 + 2572, + 2637 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 70, + "line": 71, "column": 73 } } @@ -33222,16 +33277,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 2937, - 2949 + 2972, + 2984 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 20 } } @@ -33240,25 +33295,7 @@ "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ - 3128, - 3194 - ], - "loc": { - "start": { - "line": 89, - "column": 12 - }, - "end": { - "line": 89, - "column": 78 - } - } - }, - { - "type": "Line", - "value": "validRowsIndex array", - "range": [ - 3207, + 3163, 3229 ], "loc": { @@ -33268,6 +33305,24 @@ }, "end": { "line": 90, + "column": 78 + } + } + }, + { + "type": "Line", + "value": "validRowsIndex array", + "range": [ + 3242, + 3264 + ], + "loc": { + "start": { + "line": 91, + "column": 12 + }, + "end": { + "line": 91, "column": 34 } } @@ -33276,16 +33331,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3351, - 3397 + 3386, + 3432 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 62 } } @@ -33294,16 +33349,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3532, - 3552 + 3567, + 3587 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 24 }, "end": { - "line": 96, + "line": 97, "column": 44 } } @@ -33312,16 +33367,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3637, - 3656 + 3672, + 3691 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 24 }, "end": { - "line": 98, + "line": 99, "column": 43 } } @@ -33330,16 +33385,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3710, - 3730 + 3745, + 3765 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 24 }, "end": { - "line": 100, + "line": 101, "column": 44 } } @@ -33348,16 +33403,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3801, - 3820 + 3836, + 3855 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 24 }, "end": { - "line": 102, + "line": 103, "column": 43 } } @@ -33366,16 +33421,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4033, - 4053 + 4068, + 4088 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 28 }, "end": { - "line": 106, + "line": 107, "column": 48 } } @@ -33384,16 +33439,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4146, - 4165 + 4181, + 4200 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 28 }, "end": { - "line": 108, + "line": 109, "column": 47 } } @@ -33402,16 +33457,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4253, - 4273 + 4288, + 4308 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 28 }, "end": { - "line": 111, + "line": 112, "column": 48 } } @@ -33420,16 +33475,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4368, - 4387 + 4403, + 4422 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 28 }, "end": { - "line": 113, + "line": 114, "column": 47 } } @@ -33438,16 +33493,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4456, - 4475 + 4491, + 4510 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 39 } } @@ -33456,16 +33511,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5310, - 5333 + 5345, + 5368 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 16 }, "end": { - "line": 136, + "line": 137, "column": 39 } } @@ -33474,16 +33529,16 @@ "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ - 5669, - 5716 + 5704, + 5751 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 67 } } @@ -33492,16 +33547,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 5814, - 5834 + 5849, + 5869 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 20 }, "end": { - "line": 146, + "line": 147, "column": 40 } } @@ -33510,16 +33565,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 5927, - 5946 + 5962, + 5981 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 20 }, "end": { - "line": 148, + "line": 149, "column": 39 } } @@ -33528,16 +33583,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 6128, - 6146 + 6163, + 6181 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 20 }, "end": { - "line": 152, + "line": 153, "column": 38 } } @@ -33546,16 +33601,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6305, - 6368 + 6340, + 6403 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 79 } } @@ -33564,16 +33619,16 @@ "type": "Line", "value": "calculated", "range": [ - 6385, - 6397 + 6420, + 6432 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 16 }, "end": { - "line": 157, + "line": 158, "column": 28 } } @@ -33582,16 +33637,16 @@ "type": "Line", "value": "Selection direction up/down", "range": [ - 6451, - 6480 + 6486, + 6515 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 20 }, "end": { - "line": 159, + "line": 160, "column": 49 } } @@ -33600,16 +33655,16 @@ "type": "Line", "value": "last row", "range": [ - 6557, - 6567 + 6592, + 6602 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 34 } } @@ -33618,16 +33673,16 @@ "type": "Line", "value": "first row", "range": [ - 7179, - 7190 + 7214, + 7225 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 24 }, "end": { - "line": 173, + "line": 174, "column": 35 } } @@ -33636,16 +33691,16 @@ "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ - 7674, - 7725 + 7709, + 7760 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 71 } } @@ -33654,16 +33709,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 7746, - 7764 + 7781, + 7799 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 38 } } @@ -33672,16 +33727,16 @@ "type": "Line", "value": "pgdown", "range": [ - 8027, - 8035 + 8062, + 8070 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 44 }, "end": { - "line": 190, + "line": 191, "column": 52 } } @@ -33690,16 +33745,16 @@ "type": "Line", "value": "last row", "range": [ - 8064, - 8074 + 8099, + 8109 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 28 }, "end": { - "line": 191, + "line": 192, "column": 38 } } @@ -33708,16 +33763,16 @@ "type": "Line", "value": "pgup", "range": [ - 8434, - 8440 + 8469, + 8475 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 33 }, "end": { - "line": 198, + "line": 199, "column": 39 } } @@ -33726,16 +33781,16 @@ "type": "Line", "value": "first row", "range": [ - 8469, - 8480 + 8504, + 8515 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 39 } } @@ -33744,16 +33799,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9088, - 9156 + 9123, + 9191 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 80 } } @@ -33762,16 +33817,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9169, - 9193 + 9204, + 9228 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 12 }, "end": { - "line": 215, + "line": 216, "column": 36 } } @@ -33780,16 +33835,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9545, - 9596 + 9580, + 9631 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 24 }, "end": { - "line": 222, + "line": 223, "column": 75 } } @@ -33798,16 +33853,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 10946, - 11005 + 10981, + 11040 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 71 } } @@ -33816,16 +33871,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11294, - 11314 + 11329, + 11349 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 40 } } @@ -33834,16 +33889,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11385, - 11404 + 11420, + 11439 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 39 } } @@ -33852,16 +33907,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11527, - 11547 + 11562, + 11582 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 20 }, "end": { - "line": 263, + "line": 264, "column": 40 } } @@ -33870,16 +33925,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11620, - 11639 + 11655, + 11674 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 20 }, "end": { - "line": 265, + "line": 266, "column": 39 } } @@ -33888,16 +33943,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11790, - 11852 + 11825, + 11887 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 12 }, "end": { - "line": 272, + "line": 273, "column": 74 } } @@ -33906,16 +33961,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11865, - 11906 + 11900, + 11941 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 12 }, "end": { - "line": 273, + "line": 274, "column": 53 } } @@ -33924,16 +33979,16 @@ "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ - 13523, - 13588 + 13558, + 13623 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 77 } } @@ -33942,16 +33997,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13834, - 13872 + 13869, + 13907 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 58 } } @@ -33960,16 +34015,16 @@ "type": "Line", "value": " tf.feature('rowsCounter').refresh();", "range": [ - 14709, - 14748 + 14744, + 14783 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 24 }, "end": { - "line": 338, + "line": 339, "column": 63 } } @@ -33978,16 +34033,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15463, - 15483 + 15498, + 15518 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 12 }, "end": { - "line": 359, + "line": 360, "column": 32 } } @@ -33996,16 +34051,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15603, - 15622 + 15638, + 15657 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 31 } } @@ -34014,16 +34069,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15718, - 15780 + 15753, + 15815 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 4 }, "end": { - "line": 370, + "line": 371, "column": 7 } } @@ -34032,16 +34087,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15916, - 15936 + 15951, + 15971 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 16 }, "end": { - "line": 375, + "line": 376, "column": 36 } } @@ -34050,16 +34105,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15998, - 16017 + 16033, + 16052 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 35 } } @@ -34068,16 +34123,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16083, - 16103 + 16118, + 16138 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 16 }, "end": { - "line": 380, + "line": 381, "column": 36 } } @@ -34086,16 +34141,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16164, - 16183 + 16199, + 16218 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 16 }, "end": { - "line": 382, + "line": 383, "column": 35 } } @@ -34104,16 +34159,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16219, - 16254 + 16254, + 16289 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 4 }, "end": { - "line": 389, + "line": 390, "column": 7 } } @@ -34122,16 +34177,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16360, - 16380 + 16395, + 16415 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 32 } } @@ -34140,16 +34195,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16436, - 16455 + 16471, + 16490 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 12 }, "end": { - "line": 395, + "line": 396, "column": 31 } } @@ -34158,16 +34213,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16485, - 16505 + 16520, + 16540 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 12 }, "end": { - "line": 397, + "line": 398, "column": 32 } } @@ -34176,16 +34231,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16558, - 16577 + 16593, + 16612 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 12 }, "end": { - "line": 399, + "line": 400, "column": 31 } } @@ -34194,16 +34249,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16635, - 16655 + 16670, + 16690 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 12 }, "end": { - "line": 402, + "line": 403, "column": 32 } } @@ -34212,16 +34267,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16712, - 16731 + 16747, + 16766 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, + "line": 405, "column": 31 } } @@ -34230,16 +34285,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16761, - 16781 + 16796, + 16816 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 32 } } @@ -34248,16 +34303,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16835, - 16854 + 16870, + 16889 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 31 } } @@ -34266,16 +34321,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17215, - 17254 + 17242, + 17281 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 4 }, "end": { - "line": 426, + "line": 427, "column": 7 } } @@ -34284,16 +34339,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17392, - 17412 + 17419, + 17439 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 36 } } @@ -34302,16 +34357,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17534, - 17553 + 17561, + 17580 ], "loc": { "start": { - "line": 434, + "line": 435, "column": 16 }, "end": { - "line": 434, + "line": 435, "column": 35 } } @@ -34320,16 +34375,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17619, - 17639 + 17646, + 17666 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 16 }, "end": { - "line": 437, + "line": 438, "column": 36 } } @@ -34338,16 +34393,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17703, - 17722 + 17730, + 17749 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 35 } } diff --git a/docs/ast/source/extensions/sort/adapterSortabletable.js.json b/docs/ast/source/extensions/sort/adapterSortabletable.js.json index 043b1db8..d760a2ed 100644 --- a/docs/ast/source/extensions/sort/adapterSortabletable.js.json +++ b/docs/ast/source/extensions/sort/adapterSortabletable.js.json @@ -366,6 +366,203 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 177, + 181 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 177, + 181 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + "range": [ + 177, + 181 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 183, + 191 + ], + "loc": { + "start": { + "line": 6, + "column": 14 + }, + "end": { + "line": 6, + "column": 22 + } + } + }, + "imported": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 183, + 191 + ], + "loc": { + "start": { + "line": 6, + "column": 14 + }, + "end": { + "line": 6, + "column": 22 + } + } + }, + "range": [ + 183, + 191 + ], + "loc": { + "start": { + "line": 6, + "column": 14 + }, + "end": { + "line": 6, + "column": 22 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "HEADER_TAG", + "range": [ + 193, + 203 + ], + "loc": { + "start": { + "line": 6, + "column": 24 + }, + "end": { + "line": 6, + "column": 34 + } + } + }, + "imported": { + "type": "Identifier", + "name": "HEADER_TAG", + "range": [ + 193, + 203 + ], + "loc": { + "start": { + "line": 6, + "column": 24 + }, + "end": { + "line": 6, + "column": 34 + } + } + }, + "range": [ + 193, + 203 + ], + "loc": { + "start": { + "line": 6, + "column": 24 + }, + "end": { + "line": 6, + "column": 34 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../const", + "raw": "'../../const'", + "range": [ + 210, + 223 + ], + "loc": { + "start": { + "line": 6, + "column": 41 + }, + "end": { + "line": 6, + "column": 54 + } + } + }, + "range": [ + 169, + 224 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 55 + } + } + }, { "type": "ExportDefaultDeclaration", "declaration": { @@ -374,16 +571,16 @@ "type": "Identifier", "name": "AdapterSortableTable", "range": [ - 191, - 211 + 247, + 267 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 21 }, "end": { - "line": 7, + "line": 8, "column": 41 } } @@ -398,16 +595,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 317, - 328 + 374, + 385 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 15 } } @@ -420,16 +617,16 @@ "type": "Identifier", "name": "tf", "range": [ - 329, - 331 + 386, + 388 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 16 }, "end": { - "line": 13, + "line": 14, "column": 18 } } @@ -438,16 +635,16 @@ "type": "Identifier", "name": "opts", "range": [ - 333, - 337 + 390, + 394 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 20 }, "end": { - "line": 13, + "line": 14, "column": 24 } } @@ -467,16 +664,16 @@ "object": { "type": "ThisExpression", "range": [ - 348, - 352 + 406, + 410 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 12 } } @@ -485,31 +682,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 353, - 364 + 411, + 422 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 13 }, "end": { - "line": 14, + "line": 15, "column": 24 } } }, "range": [ - 348, - 364 + 406, + 422 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 24 } } @@ -519,46 +716,46 @@ "value": false, "raw": "false", "range": [ - 367, - 372 + 425, + 430 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 27 }, "end": { - "line": 14, + "line": 15, "column": 32 } } }, "range": [ - 348, - 372 + 406, + 430 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 32 } } }, "range": [ - 348, - 373 + 406, + 431 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 33 } } @@ -574,16 +771,16 @@ "object": { "type": "ThisExpression", "range": [ - 382, - 386 + 440, + 444 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 12 } } @@ -592,31 +789,31 @@ "type": "Identifier", "name": "name", "range": [ - 387, - 391 + 445, + 449 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 13 }, "end": { - "line": 15, + "line": 16, "column": 17 } } }, "range": [ - 382, - 391 + 440, + 449 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 17 } } @@ -628,16 +825,16 @@ "type": "Identifier", "name": "opts", "range": [ - 394, - 398 + 452, + 456 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 20 }, "end": { - "line": 15, + "line": 16, "column": 24 } } @@ -646,61 +843,61 @@ "type": "Identifier", "name": "name", "range": [ - 399, - 403 + 457, + 461 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 25 }, "end": { - "line": 15, + "line": 16, "column": 29 } } }, "range": [ - 394, - 403 + 452, + 461 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 20 }, "end": { - "line": 15, + "line": 16, "column": 29 } } }, "range": [ - 382, - 403 + 440, + 461 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 29 } } }, "range": [ - 382, - 404 + 440, + 462 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 30 } } @@ -716,16 +913,16 @@ "object": { "type": "ThisExpression", "range": [ - 413, - 417 + 471, + 475 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 12 } } @@ -734,31 +931,31 @@ "type": "Identifier", "name": "desc", "range": [ - 418, - 422 + 476, + 480 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 13 }, "end": { - "line": 16, + "line": 17, "column": 17 } } }, "range": [ - 413, - 422 + 471, + 480 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 17 } } @@ -773,16 +970,16 @@ "type": "Identifier", "name": "opts", "range": [ - 425, - 429 + 483, + 487 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 24 } } @@ -791,31 +988,31 @@ "type": "Identifier", "name": "description", "range": [ - 430, - 441 + 488, + 499 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 25 }, "end": { - "line": 16, + "line": 17, "column": 36 } } }, "range": [ - 425, - 441 + 483, + 499 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 36 } } @@ -825,61 +1022,61 @@ "value": "Sortable table", "raw": "'Sortable table'", "range": [ - 445, - 461 + 503, + 519 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 40 }, "end": { - "line": 16, + "line": 17, "column": 56 } } }, "range": [ - 425, - 461 + 483, + 519 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 56 } } }, "range": [ - 413, - 461 + 471, + 519 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 56 } } }, "range": [ - 413, - 462 + 471, + 520 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 57 } }, @@ -888,16 +1085,16 @@ "type": "Line", "value": "indicates if tables was sorted", "range": [ - 472, - 504 + 530, + 562 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 40 } } @@ -915,16 +1112,16 @@ "object": { "type": "ThisExpression", "range": [ - 513, - 517 + 571, + 575 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 12 } } @@ -933,31 +1130,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 518, - 524 + 576, + 582 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 13 }, "end": { - "line": 19, + "line": 20, "column": 19 } } }, "range": [ - 513, - 524 + 571, + 582 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 19 } } @@ -967,46 +1164,46 @@ "value": false, "raw": "false", "range": [ - 527, - 532 + 585, + 590 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 22 }, "end": { - "line": 19, + "line": 20, "column": 27 } } }, "range": [ - 513, - 532 + 571, + 590 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 27 } } }, "range": [ - 513, - 533 + 571, + 591 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 28 } }, @@ -1015,16 +1212,16 @@ "type": "Line", "value": "indicates if tables was sorted", "range": [ - 472, - 504 + 530, + 562 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 40 } } @@ -1042,16 +1239,16 @@ "object": { "type": "ThisExpression", "range": [ - 543, - 547 + 601, + 605 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 12 } } @@ -1060,31 +1257,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 548, - 557 + 606, + 615 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 22 } } }, "range": [ - 543, - 557 + 601, + 615 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 22 } } @@ -1100,16 +1297,16 @@ "type": "Identifier", "name": "Types", "range": [ - 560, - 565 + 618, + 623 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 25 }, "end": { - "line": 21, + "line": 22, "column": 30 } } @@ -1118,31 +1315,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 566, - 573 + 624, + 631 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 31 }, "end": { - "line": 21, + "line": 22, "column": 38 } } }, "range": [ - 560, - 573 + 618, + 631 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 25 }, "end": { - "line": 21, + "line": 22, "column": 38 } } @@ -1155,16 +1352,16 @@ "type": "Identifier", "name": "opts", "range": [ - 574, - 578 + 632, + 636 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 39 }, "end": { - "line": 21, + "line": 22, "column": 43 } } @@ -1173,47 +1370,47 @@ "type": "Identifier", "name": "types", "range": [ - 579, - 584 + 637, + 642 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 44 }, "end": { - "line": 21, + "line": 22, "column": 49 } } }, "range": [ - 574, - 584 + 632, + 642 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 39 }, "end": { - "line": 21, + "line": 22, "column": 49 } } } ], "range": [ - 560, - 585 + 618, + 643 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 25 }, "end": { - "line": 21, + "line": 22, "column": 50 } } @@ -1225,16 +1422,16 @@ "type": "Identifier", "name": "opts", "range": [ - 588, - 592 + 646, + 650 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 53 }, "end": { - "line": 21, + "line": 22, "column": 57 } } @@ -1243,31 +1440,31 @@ "type": "Identifier", "name": "types", "range": [ - 593, - 598 + 651, + 656 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 58 }, "end": { - "line": 21, + "line": 22, "column": 63 } } }, "range": [ - 588, - 598 + 646, + 656 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 53 }, "end": { - "line": 21, + "line": 22, "column": 63 } } @@ -1276,61 +1473,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 601, - 603 + 659, + 661 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 66 }, "end": { - "line": 21, + "line": 22, "column": 68 } } }, "range": [ - 560, - 603 + 618, + 661 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 25 }, "end": { - "line": 21, + "line": 22, "column": 68 } } }, "range": [ - 543, - 603 + 601, + 661 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 68 } } }, "range": [ - 543, - 604 + 601, + 662 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 69 } } @@ -1346,16 +1543,16 @@ "object": { "type": "ThisExpression", "range": [ - 613, - 617 + 671, + 675 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 12 } } @@ -1364,31 +1561,31 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 618, - 632 + 676, + 690 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 13 }, "end": { - "line": 22, + "line": 23, "column": 27 } } }, "range": [ - 613, - 632 + 671, + 690 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 27 } } @@ -1404,16 +1601,16 @@ "type": "Identifier", "name": "Types", "range": [ - 635, - 640 + 693, + 698 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 30 }, "end": { - "line": 22, + "line": 23, "column": 35 } } @@ -1422,31 +1619,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 641, - 648 + 699, + 706 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 36 }, "end": { - "line": 22, + "line": 23, "column": 43 } } }, "range": [ - 635, - 648 + 693, + 706 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 30 }, "end": { - "line": 22, + "line": 23, "column": 43 } } @@ -1459,16 +1656,16 @@ "type": "Identifier", "name": "opts", "range": [ - 649, - 653 + 707, + 711 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 44 }, "end": { - "line": 22, + "line": 23, "column": 48 } } @@ -1477,47 +1674,47 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 654, - 671 + 712, + 729 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 49 }, "end": { - "line": 22, + "line": 23, "column": 66 } } }, "range": [ - 649, - 671 + 707, + 729 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 44 }, "end": { - "line": 22, + "line": 23, "column": 66 } } } ], "range": [ - 635, - 672 + 693, + 730 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 30 }, "end": { - "line": 22, + "line": 23, "column": 67 } } @@ -1529,16 +1726,16 @@ "type": "Identifier", "name": "opts", "range": [ - 687, - 691 + 745, + 749 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 12 }, "end": { - "line": 23, + "line": 24, "column": 16 } } @@ -1547,31 +1744,31 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 692, - 709 + 750, + 767 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 17 }, "end": { - "line": 23, + "line": 24, "column": 34 } } }, "range": [ - 687, - 709 + 745, + 767 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 12 }, "end": { - "line": 23, + "line": 24, "column": 34 } } @@ -1581,61 +1778,61 @@ "value": null, "raw": "null", "range": [ - 712, - 716 + 770, + 774 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 37 }, "end": { - "line": 23, + "line": 24, "column": 41 } } }, "range": [ - 635, - 716 + 693, + 774 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 30 }, "end": { - "line": 23, + "line": 24, "column": 41 } } }, "range": [ - 613, - 716 + 671, + 774 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 41 } } }, "range": [ - 613, - 717 + 671, + 775 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 42 } } @@ -1651,16 +1848,16 @@ "object": { "type": "ThisExpression", "range": [ - 726, - 730 + 784, + 788 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1669,31 +1866,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 731, - 740 + 789, + 798 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 22 } } }, "range": [ - 726, - 740 + 784, + 798 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 22 } } @@ -1704,16 +1901,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 743, - 750 + 801, + 808 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 25 }, "end": { - "line": 24, + "line": 25, "column": 32 } } @@ -1726,16 +1923,16 @@ "type": "Identifier", "name": "opts", "range": [ - 751, - 755 + 809, + 813 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 33 }, "end": { - "line": 24, + "line": 25, "column": 37 } } @@ -1744,77 +1941,77 @@ "type": "Identifier", "name": "async_sort", "range": [ - 756, - 766 + 814, + 824 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 38 }, "end": { - "line": 24, + "line": 25, "column": 48 } } }, "range": [ - 751, - 766 + 809, + 824 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 33 }, "end": { - "line": 24, + "line": 25, "column": 48 } } } ], "range": [ - 743, - 767 + 801, + 825 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 25 }, "end": { - "line": 24, + "line": 25, "column": 49 } } }, "range": [ - 726, - 767 + 784, + 825 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 49 } } }, "range": [ - 726, - 768 + 784, + 826 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 50 } } @@ -1830,16 +2027,16 @@ "object": { "type": "ThisExpression", "range": [ - 777, - 781 + 835, + 839 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 12 } } @@ -1848,31 +2045,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 782, - 792 + 840, + 850 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 13 }, "end": { - "line": 25, + "line": 26, "column": 23 } } }, "range": [ - 777, - 792 + 835, + 850 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 23 } } @@ -1888,16 +2085,16 @@ "type": "Identifier", "name": "Types", "range": [ - 795, - 800 + 853, + 858 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 26 }, "end": { - "line": 25, + "line": 26, "column": 31 } } @@ -1906,31 +2103,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 801, - 808 + 859, + 866 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 32 }, "end": { - "line": 25, + "line": 26, "column": 39 } } }, "range": [ - 795, - 808 + 853, + 866 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 26 }, "end": { - "line": 25, + "line": 26, "column": 39 } } @@ -1943,16 +2140,16 @@ "type": "Identifier", "name": "opts", "range": [ - 809, - 813 + 867, + 871 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 40 }, "end": { - "line": 25, + "line": 26, "column": 44 } } @@ -1961,47 +2158,47 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 814, - 825 + 872, + 883 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 45 }, "end": { - "line": 25, + "line": 26, "column": 56 } } }, "range": [ - 809, - 825 + 867, + 883 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 40 }, "end": { - "line": 25, + "line": 26, "column": 56 } } } ], "range": [ - 795, - 826 + 853, + 884 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 26 }, "end": { - "line": 25, + "line": 26, "column": 57 } } @@ -2013,16 +2210,16 @@ "type": "Identifier", "name": "opts", "range": [ - 841, - 845 + 899, + 903 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 12 }, "end": { - "line": 26, + "line": 27, "column": 16 } } @@ -2031,31 +2228,31 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 846, - 857 + 904, + 915 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 17 }, "end": { - "line": 26, + "line": 27, "column": 28 } } }, "range": [ - 841, - 857 + 899, + 915 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 12 }, "end": { - "line": 26, + "line": 27, "column": 28 } } @@ -2064,61 +2261,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 860, - 862 + 918, + 920 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 31 }, "end": { - "line": 26, + "line": 27, "column": 33 } } }, "range": [ - 795, - 862 + 853, + 920 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 26 }, "end": { - "line": 26, + "line": 27, "column": 33 } } }, "range": [ - 777, - 862 + 835, + 920 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 33 } } }, "range": [ - 777, - 863 + 835, + 921 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 34 } }, @@ -2127,16 +2324,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 873, - 930 + 931, + 988 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 65 } } @@ -2145,68 +2342,8 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 939, - 984 - ], - "loc": { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 29, - "column": 53 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 993, - 997 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "imgPath", - "range": [ - 998, - 1005 - ], - "loc": { - "start": { - "line": 30, - "column": 13 - }, - "end": { - "line": 30, - "column": 20 - } - } - }, - "range": [ - 993, - 1005 + 997, + 1042 ], "loc": { "start": { @@ -2215,198 +2352,6 @@ }, "end": { "line": 30, - "column": 20 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "opts", - "range": [ - 1008, - 1012 - ], - "loc": { - "start": { - "line": 30, - "column": 23 - }, - "end": { - "line": 30, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "images_path", - "range": [ - 1013, - 1024 - ], - "loc": { - "start": { - "line": 30, - "column": 28 - }, - "end": { - "line": 30, - "column": 39 - } - } - }, - "range": [ - 1008, - 1024 - ], - "loc": { - "start": { - "line": 30, - "column": 23 - }, - "end": { - "line": 30, - "column": 39 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1028, - 1030 - ], - "loc": { - "start": { - "line": 30, - "column": 43 - }, - "end": { - "line": 30, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "themesPath", - "range": [ - 1031, - 1041 - ], - "loc": { - "start": { - "line": 30, - "column": 46 - }, - "end": { - "line": 30, - "column": 56 - } - } - }, - "range": [ - 1028, - 1041 - ], - "loc": { - "start": { - "line": 30, - "column": 43 - }, - "end": { - "line": 30, - "column": 56 - } - } - }, - "range": [ - 1008, - 1041 - ], - "loc": { - "start": { - "line": 30, - "column": 23 - }, - "end": { - "line": 30, - "column": 56 - } - } - }, - "range": [ - 993, - 1041 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 56 - } - } - }, - "range": [ - 993, - 1042 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 57 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", - "range": [ - 873, - 930 - ], - "loc": { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 65 - } - } - }, - { - "type": "Line", - "value": " tablefilter.css to reflect any path change", - "range": [ - 939, - 984 - ], - "loc": { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 29, "column": 53 } } @@ -2440,10 +2385,10 @@ }, "property": { "type": "Identifier", - "name": "imgBlank", + "name": "imgPath", "range": [ 1056, - 1064 + 1063 ], "loc": { "start": { @@ -2452,13 +2397,13 @@ }, "end": { "line": 31, - "column": 21 + "column": 20 } } }, "range": [ 1051, - 1064 + 1063 ], "loc": { "start": { @@ -2467,6 +2412,258 @@ }, "end": { "line": 31, + "column": 20 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "opts", + "range": [ + 1066, + 1070 + ], + "loc": { + "start": { + "line": 31, + "column": 23 + }, + "end": { + "line": 31, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "images_path", + "range": [ + 1071, + 1082 + ], + "loc": { + "start": { + "line": 31, + "column": 28 + }, + "end": { + "line": 31, + "column": 39 + } + } + }, + "range": [ + 1066, + 1082 + ], + "loc": { + "start": { + "line": 31, + "column": 23 + }, + "end": { + "line": 31, + "column": 39 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 1086, + 1088 + ], + "loc": { + "start": { + "line": 31, + "column": 43 + }, + "end": { + "line": 31, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "name": "themesPath", + "range": [ + 1089, + 1099 + ], + "loc": { + "start": { + "line": 31, + "column": 46 + }, + "end": { + "line": 31, + "column": 56 + } + } + }, + "range": [ + 1086, + 1099 + ], + "loc": { + "start": { + "line": 31, + "column": 43 + }, + "end": { + "line": 31, + "column": 56 + } + } + }, + "range": [ + 1066, + 1099 + ], + "loc": { + "start": { + "line": 31, + "column": 23 + }, + "end": { + "line": 31, + "column": 56 + } + } + }, + "range": [ + 1051, + 1099 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 56 + } + } + }, + "range": [ + 1051, + 1100 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 57 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", + "range": [ + 931, + 988 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 29, + "column": 65 + } + } + }, + { + "type": "Line", + "value": " tablefilter.css to reflect any path change", + "range": [ + 997, + 1042 + ], + "loc": { + "start": { + "line": 30, + "column": 8 + }, + "end": { + "line": 30, + "column": 53 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1109, + 1113 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "imgBlank", + "range": [ + 1114, + 1122 + ], + "loc": { + "start": { + "line": 32, + "column": 13 + }, + "end": { + "line": 32, + "column": 21 + } + } + }, + "range": [ + 1109, + 1122 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, "column": 21 } } @@ -2481,16 +2678,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1067, - 1071 + 1125, + 1129 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 24 }, "end": { - "line": 31, + "line": 32, "column": 28 } } @@ -2499,31 +2696,31 @@ "type": "Identifier", "name": "image_blank", "range": [ - 1072, - 1083 + 1130, + 1141 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 29 }, "end": { - "line": 31, + "line": 32, "column": 40 } } }, "range": [ - 1067, - 1083 + 1125, + 1141 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 24 }, "end": { - "line": 31, + "line": 32, "column": 40 } } @@ -2533,61 +2730,61 @@ "value": "blank.png", "raw": "'blank.png'", "range": [ - 1087, - 1098 + 1145, + 1156 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 44 }, "end": { - "line": 31, + "line": 32, "column": 55 } } }, "range": [ - 1067, - 1098 + 1125, + 1156 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 24 }, "end": { - "line": 31, + "line": 32, "column": 55 } } }, "range": [ - 1051, - 1098 + 1109, + 1156 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 55 } } }, "range": [ - 1051, - 1099 + 1109, + 1157 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 56 } } @@ -2603,16 +2800,16 @@ "object": { "type": "ThisExpression", "range": [ - 1108, - 1112 + 1166, + 1170 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } @@ -2621,31 +2818,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 1113, - 1125 + 1171, + 1183 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, + "line": 33, "column": 25 } } }, "range": [ - 1108, - 1125 + 1166, + 1183 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 25 } } @@ -2660,16 +2857,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1128, - 1132 + 1186, + 1190 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 32 } } @@ -2678,31 +2875,31 @@ "type": "Identifier", "name": "image_class_name", "range": [ - 1133, - 1149 + 1191, + 1207 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 33 }, "end": { - "line": 32, + "line": 33, "column": 49 } } }, "range": [ - 1128, - 1149 + 1186, + 1207 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 49 } } @@ -2712,61 +2909,61 @@ "value": "sort-arrow", "raw": "'sort-arrow'", "range": [ - 1153, - 1165 + 1211, + 1223 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 53 }, "end": { - "line": 32, + "line": 33, "column": 65 } } }, "range": [ - 1128, - 1165 + 1186, + 1223 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 65 } } }, "range": [ - 1108, - 1165 + 1166, + 1223 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 65 } } }, "range": [ - 1108, - 1166 + 1166, + 1224 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 66 } } @@ -2782,16 +2979,16 @@ "object": { "type": "ThisExpression", "range": [ - 1175, - 1179 + 1233, + 1237 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 12 } } @@ -2800,31 +2997,31 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 1180, - 1195 + 1238, + 1253 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 13 }, "end": { - "line": 33, + "line": 34, "column": 28 } } }, "range": [ - 1175, - 1195 + 1233, + 1253 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 28 } } @@ -2839,16 +3036,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1198, - 1202 + 1256, + 1260 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 35 } } @@ -2857,31 +3054,31 @@ "type": "Identifier", "name": "image_asc_class_name", "range": [ - 1203, - 1223 + 1261, + 1281 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 36 }, "end": { - "line": 33, + "line": 34, "column": 56 } } }, "range": [ - 1198, - 1223 + 1256, + 1281 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 56 } } @@ -2891,61 +3088,61 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 1227, - 1238 + 1285, + 1296 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 60 }, "end": { - "line": 33, + "line": 34, "column": 71 } } }, "range": [ - 1198, - 1238 + 1256, + 1296 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 71 } } }, "range": [ - 1175, - 1238 + 1233, + 1296 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 71 } } }, "range": [ - 1175, - 1239 + 1233, + 1297 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 72 } } @@ -2961,16 +3158,16 @@ "object": { "type": "ThisExpression", "range": [ - 1248, - 1252 + 1306, + 1310 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -2979,31 +3176,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 1253, - 1269 + 1311, + 1327 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 13 }, "end": { - "line": 34, + "line": 35, "column": 29 } } }, "range": [ - 1248, - 1269 + 1306, + 1327 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 29 } } @@ -3018,16 +3215,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1272, - 1276 + 1330, + 1334 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 32 }, "end": { - "line": 34, + "line": 35, "column": 36 } } @@ -3036,31 +3233,31 @@ "type": "Identifier", "name": "image_desc_class_name", "range": [ - 1277, - 1298 + 1335, + 1356 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 37 }, "end": { - "line": 34, + "line": 35, "column": 58 } } }, "range": [ - 1272, - 1298 + 1330, + 1356 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 32 }, "end": { - "line": 34, + "line": 35, "column": 58 } } @@ -3070,62 +3267,62 @@ "value": "descending", "raw": "'descending'", "range": [ - 1301, - 1313 + 1360, + 1372 ], "loc": { "start": { - "line": 34, - "column": 61 + "line": 35, + "column": 62 }, "end": { - "line": 34, - "column": 73 + "line": 35, + "column": 74 } } }, "range": [ - 1272, - 1313 + 1330, + 1372 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 32 }, "end": { - "line": 34, - "column": 73 + "line": 35, + "column": 74 } } }, "range": [ - 1248, - 1313 + 1306, + 1372 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, - "column": 73 + "line": 35, + "column": 74 } } }, "range": [ - 1248, - 1314 + 1306, + 1373 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, - "column": 74 + "line": 35, + "column": 75 } }, "trailingComments": [ @@ -3133,16 +3330,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1323, - 1358 + 1382, + 1417 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -3160,16 +3357,16 @@ "object": { "type": "ThisExpression", "range": [ - 1367, - 1371 + 1426, + 1430 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -3178,31 +3375,31 @@ "type": "Identifier", "name": "customKey", "range": [ - 1372, - 1381 + 1431, + 1440 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 22 } } }, "range": [ - 1367, - 1381 + 1426, + 1440 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 22 } } @@ -3217,16 +3414,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1384, - 1388 + 1443, + 1447 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 25 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -3235,31 +3432,31 @@ "type": "Identifier", "name": "custom_key", "range": [ - 1389, - 1399 + 1448, + 1458 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 40 } } }, "range": [ - 1384, - 1399 + 1443, + 1458 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 25 }, "end": { - "line": 36, + "line": 37, "column": 40 } } @@ -3269,61 +3466,61 @@ "value": "data-tf-sortKey", "raw": "'data-tf-sortKey'", "range": [ - 1403, - 1420 + 1462, + 1479 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 44 }, "end": { - "line": 36, + "line": 37, "column": 61 } } }, "range": [ - 1384, - 1420 + 1443, + 1479 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 25 }, "end": { - "line": 36, + "line": 37, "column": 61 } } }, "range": [ - 1367, - 1420 + 1426, + 1479 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 61 } } }, "range": [ - 1367, - 1421 + 1426, + 1480 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 62 } }, @@ -3332,16 +3529,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1323, - 1358 + 1382, + 1417 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -3352,16 +3549,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1431, - 1488 + 1490, + 1547 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 65 } } @@ -3379,16 +3576,16 @@ "object": { "type": "ThisExpression", "range": [ - 1497, - 1501 + 1556, + 1560 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 12 } } @@ -3397,31 +3594,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 1502, - 1514 + 1561, + 1573 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 13 }, "end": { - "line": 39, + "line": 40, "column": 25 } } }, "range": [ - 1497, - 1514 + 1556, + 1573 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 25 } } @@ -3437,16 +3634,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1517, - 1522 + 1576, + 1581 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 33 } } @@ -3455,31 +3652,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1523, - 1527 + 1582, + 1586 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 38 } } }, "range": [ - 1517, - 1527 + 1576, + 1586 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 38 } } @@ -3492,16 +3689,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1528, - 1532 + 1587, + 1591 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 39 }, "end": { - "line": 39, + "line": 40, "column": 43 } } @@ -3510,47 +3707,47 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 1533, - 1547 + 1592, + 1606 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 44 }, "end": { - "line": 39, + "line": 40, "column": 58 } } }, "range": [ - 1528, - 1547 + 1587, + 1606 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 39 }, "end": { - "line": 39, + "line": 40, "column": 58 } } } ], "range": [ - 1517, - 1548 + 1576, + 1607 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 59 } } @@ -3562,16 +3759,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1563, - 1567 + 1622, + 1626 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 40, + "line": 41, "column": 16 } } @@ -3580,31 +3777,31 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 1568, - 1582 + 1627, + 1641 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 17 }, "end": { - "line": 40, + "line": 41, "column": 31 } } }, "range": [ - 1563, - 1582 + 1622, + 1641 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 40, + "line": 41, "column": 31 } } @@ -3614,61 +3811,61 @@ "value": null, "raw": "null", "range": [ - 1585, - 1589 + 1644, + 1648 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 34 }, "end": { - "line": 40, + "line": 41, "column": 38 } } }, "range": [ - 1517, - 1589 + 1576, + 1648 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 40, + "line": 41, "column": 38 } } }, "range": [ - 1497, - 1589 + 1556, + 1648 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 38 } } }, "range": [ - 1497, - 1590 + 1556, + 1649 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 39 } }, @@ -3677,16 +3874,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1431, - 1488 + 1490, + 1547 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 65 } } @@ -3697,16 +3894,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1599, - 1641 + 1658, + 1700 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 50 } } @@ -3724,16 +3921,16 @@ "object": { "type": "ThisExpression", "range": [ - 1650, - 1654 + 1709, + 1713 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 12 } } @@ -3742,31 +3939,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 1655, - 1667 + 1714, + 1726 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 13 }, "end": { - "line": 42, + "line": 43, "column": 25 } } }, "range": [ - 1650, - 1667 + 1709, + 1726 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 25 } } @@ -3782,16 +3979,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1670, - 1675 + 1729, + 1734 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 28 }, "end": { - "line": 42, + "line": 43, "column": 33 } } @@ -3800,31 +3997,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1676, - 1680 + 1735, + 1739 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 34 }, "end": { - "line": 42, + "line": 43, "column": 38 } } }, "range": [ - 1670, - 1680 + 1729, + 1739 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 28 }, "end": { - "line": 42, + "line": 43, "column": 38 } } @@ -3837,16 +4034,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1681, - 1685 + 1740, + 1744 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 39 }, "end": { - "line": 42, + "line": 43, "column": 43 } } @@ -3855,47 +4052,47 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 1686, - 1700 + 1745, + 1759 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 44 }, "end": { - "line": 42, + "line": 43, "column": 58 } } }, "range": [ - 1681, - 1700 + 1740, + 1759 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 39 }, "end": { - "line": 42, + "line": 43, "column": 58 } } } ], "range": [ - 1670, - 1701 + 1729, + 1760 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 28 }, "end": { - "line": 42, + "line": 43, "column": 59 } } @@ -3907,16 +4104,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1716, - 1720 + 1775, + 1779 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 16 } } @@ -3925,31 +4122,31 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 1721, - 1735 + 1780, + 1794 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 17 }, "end": { - "line": 43, + "line": 44, "column": 31 } } }, "range": [ - 1716, - 1735 + 1775, + 1794 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 31 } } @@ -3959,61 +4156,61 @@ "value": null, "raw": "null", "range": [ - 1738, - 1742 + 1797, + 1801 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 34 }, "end": { - "line": 43, + "line": 44, "column": 38 } } }, "range": [ - 1670, - 1742 + 1729, + 1801 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 28 }, "end": { - "line": 43, + "line": 44, "column": 38 } } }, "range": [ - 1650, - 1742 + 1709, + 1801 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 38 } } }, "range": [ - 1650, - 1743 + 1709, + 1802 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 39 } }, @@ -4022,16 +4219,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1599, - 1641 + 1658, + 1700 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 50 } } @@ -4042,16 +4239,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1752, - 1793 + 1811, + 1852 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 49 } } @@ -4069,16 +4266,16 @@ "object": { "type": "ThisExpression", "range": [ - 1802, - 1806 + 1861, + 1865 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 12 } } @@ -4087,31 +4284,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 1807, - 1818 + 1866, + 1877 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 13 }, "end": { - "line": 45, + "line": 46, "column": 24 } } }, "range": [ - 1802, - 1818 + 1861, + 1877 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 24 } } @@ -4127,16 +4324,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1821, - 1826 + 1880, + 1885 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 27 }, "end": { - "line": 45, + "line": 46, "column": 32 } } @@ -4145,31 +4342,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1827, - 1831 + 1886, + 1890 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 33 }, "end": { - "line": 45, + "line": 46, "column": 37 } } }, "range": [ - 1821, - 1831 + 1880, + 1890 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 27 }, "end": { - "line": 45, + "line": 46, "column": 37 } } @@ -4182,16 +4379,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1832, - 1836 + 1891, + 1895 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 38 }, "end": { - "line": 45, + "line": 46, "column": 42 } } @@ -4200,47 +4397,47 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 1837, - 1850 + 1896, + 1909 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 43 }, "end": { - "line": 45, + "line": 46, "column": 56 } } }, "range": [ - 1832, - 1850 + 1891, + 1909 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 38 }, "end": { - "line": 45, + "line": 46, "column": 56 } } } ], "range": [ - 1821, - 1851 + 1880, + 1910 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 27 }, "end": { - "line": 45, + "line": 46, "column": 57 } } @@ -4252,16 +4449,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1866, - 1870 + 1925, + 1929 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 16 } } @@ -4270,31 +4467,31 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 1871, - 1884 + 1930, + 1943 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 30 } } }, "range": [ - 1866, - 1884 + 1925, + 1943 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 30 } } @@ -4304,61 +4501,61 @@ "value": null, "raw": "null", "range": [ - 1887, - 1891 + 1946, + 1950 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 33 }, "end": { - "line": 46, + "line": 47, "column": 37 } } }, "range": [ - 1821, - 1891 + 1880, + 1950 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 27 }, "end": { - "line": 46, + "line": 47, "column": 37 } } }, "range": [ - 1802, - 1891 + 1861, + 1950 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 37 } } }, "range": [ - 1802, - 1892 + 1861, + 1951 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 38 } }, @@ -4367,16 +4564,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1752, - 1793 + 1811, + 1852 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 49 } } @@ -4394,16 +4591,16 @@ "object": { "type": "ThisExpression", "range": [ - 1902, - 1906 + 1961, + 1965 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -4412,31 +4609,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1907, - 1909 + 1966, + 1968 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 13 }, "end": { - "line": 48, + "line": 49, "column": 15 } } }, "range": [ - 1902, - 1909 + 1961, + 1968 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 15 } } @@ -4445,46 +4642,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1912, - 1914 + 1971, + 1973 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 18 }, "end": { - "line": 48, + "line": 49, "column": 20 } } }, "range": [ - 1902, - 1914 + 1961, + 1973 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 20 } } }, "range": [ - 1902, - 1915 + 1961, + 1974 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 21 } } @@ -4500,16 +4697,16 @@ "object": { "type": "ThisExpression", "range": [ - 1924, - 1928 + 1983, + 1987 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 12 } } @@ -4518,31 +4715,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1929, - 1936 + 1988, + 1995 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 13 }, "end": { - "line": 49, + "line": 50, "column": 20 } } }, "range": [ - 1924, - 1936 + 1983, + 1995 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 20 } } @@ -4554,16 +4751,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1939, - 1941 + 1998, + 2000 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 23 }, "end": { - "line": 49, + "line": 50, "column": 25 } } @@ -4572,77 +4769,77 @@ "type": "Identifier", "name": "emitter", "range": [ - 1942, - 1949 + 2001, + 2008 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 26 }, "end": { - "line": 49, + "line": 50, "column": 33 } } }, "range": [ - 1939, - 1949 + 1998, + 2008 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 23 }, "end": { - "line": 49, + "line": 50, "column": 33 } } }, "range": [ - 1924, - 1949 + 1983, + 2008 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 33 } } }, "range": [ - 1924, - 1950 + 1983, + 2009 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 34 } } } ], "range": [ - 338, - 1956 + 396, + 2015 ], "loc": { "start": { - "line": 13, - "column": 25 + "line": 14, + "column": 26 }, "end": { - "line": 50, + "line": 51, "column": 5 } } @@ -4650,16 +4847,16 @@ "generator": false, "expression": false, "range": [ - 328, - 1956 + 385, + 2015 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 15 }, "end": { - "line": 50, + "line": 51, "column": 5 } } @@ -4667,16 +4864,16 @@ "kind": "constructor", "computed": false, "range": [ - 317, - 1956 + 374, + 2015 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 50, + "line": 51, "column": 5 } }, @@ -4685,16 +4882,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n ", "range": [ - 218, - 312 + 275, + 369 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -4708,16 +4905,16 @@ "type": "Identifier", "name": "init", "range": [ - 1962, - 1966 + 2021, + 2025 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 4 }, "end": { - "line": 52, + "line": 53, "column": 8 } } @@ -4738,16 +4935,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1982, - 1984 + 2042, + 2044 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 14 } } @@ -4758,16 +4955,16 @@ "object": { "type": "ThisExpression", "range": [ - 1987, - 1991 + 2047, + 2051 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 17 }, "end": { - "line": 53, + "line": 54, "column": 21 } } @@ -4776,46 +4973,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1992, - 1994 + 2052, + 2054 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 22 }, "end": { - "line": 53, + "line": 54, "column": 24 } } }, "range": [ - 1987, - 1994 + 2047, + 2054 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 17 }, "end": { - "line": 53, + "line": 54, "column": 24 } } }, "range": [ - 1982, - 1994 + 2042, + 2054 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 24 } } @@ -4823,16 +5020,16 @@ ], "kind": "let", "range": [ - 1978, - 1995 + 2038, + 2055 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 25 } } @@ -4846,16 +5043,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2008, - 2012 + 2068, + 2072 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 12 }, "end": { - "line": 54, + "line": 55, "column": 16 } } @@ -4863,31 +5060,31 @@ "init": { "type": "ThisExpression", "range": [ - 2015, - 2019 + 2075, + 2079 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 19 }, "end": { - "line": 54, + "line": 55, "column": 23 } } }, "range": [ - 2008, - 2019 + 2068, + 2079 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 12 }, "end": { - "line": 54, + "line": 55, "column": 23 } } @@ -4895,16 +5092,16 @@ ], "kind": "let", "range": [ - 2004, - 2020 + 2064, + 2080 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 24 } }, @@ -4913,16 +5110,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2030, - 2084 + 2090, + 2144 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 62 } } @@ -4940,17 +5137,17 @@ "type": "Identifier", "name": "Types", "range": [ - 2096, - 2101 + 2157, + 2162 ], "loc": { "start": { - "line": 57, - "column": 11 + "line": 58, + "column": 12 }, "end": { - "line": 57, - "column": 16 + "line": 58, + "column": 17 } } }, @@ -4958,32 +5155,32 @@ "type": "Identifier", "name": "isUndef", "range": [ - 2102, - 2109 + 2163, + 2170 ], "loc": { "start": { - "line": 57, - "column": 17 + "line": 58, + "column": 18 }, "end": { - "line": 57, - "column": 24 + "line": 58, + "column": 25 } } }, "range": [ - 2096, - 2109 + 2157, + 2170 ], "loc": { "start": { - "line": 57, - "column": 11 + "line": 58, + "column": 12 }, "end": { - "line": 57, - "column": 24 + "line": 58, + "column": 25 } } }, @@ -4992,33 +5189,33 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 2110, - 2123 + 2171, + 2184 ], "loc": { "start": { - "line": 57, - "column": 25 + "line": 58, + "column": 26 }, "end": { - "line": 57, - "column": 38 + "line": 58, + "column": 39 } } } ], "range": [ - 2096, - 2124 + 2157, + 2185 ], "loc": { "start": { - "line": 57, - "column": 11 + "line": 58, + "column": 12 }, "end": { - "line": 57, - "column": 39 + "line": 58, + "column": 40 } } }, @@ -5033,16 +5230,16 @@ "type": "Identifier", "name": "Error", "range": [ - 2149, - 2154 + 2211, + 2216 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 22 }, "end": { - "line": 58, + "line": 59, "column": 27 } } @@ -5053,79 +5250,79 @@ "value": "SortableTable class not found.", "raw": "'SortableTable class not found.'", "range": [ - 2155, - 2187 + 2217, + 2249 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 28 }, "end": { - "line": 58, + "line": 59, "column": 60 } } } ], "range": [ - 2145, - 2188 + 2207, + 2250 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 18 }, "end": { - "line": 58, + "line": 59, "column": 61 } } }, "range": [ - 2139, - 2189 + 2201, + 2251 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 62 } } } ], "range": [ - 2125, - 2199 + 2187, + 2261 ], "loc": { "start": { - "line": 57, - "column": 40 + "line": 58, + "column": 42 }, "end": { - "line": 59, + "line": 60, "column": 9 } } }, "alternate": null, "range": [ - 2093, - 2199 + 2153, + 2261 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 9 } }, @@ -5134,16 +5331,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2030, - 2084 + 2090, + 2144 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 62 } } @@ -5160,16 +5357,16 @@ "object": { "type": "ThisExpression", "range": [ - 2209, - 2213 + 2271, + 2275 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 12 } } @@ -5178,62 +5375,62 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 2214, - 2235 + 2276, + 2297 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 13 }, "end": { - "line": 61, + "line": 62, "column": 34 } } }, "range": [ - 2209, - 2235 + 2271, + 2297 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 34 } } }, "arguments": [], "range": [ - 2209, - 2237 + 2271, + 2299 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 36 } } }, "range": [ - 2209, - 2238 + 2271, + 2300 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 37 } } @@ -5248,16 +5445,16 @@ "object": { "type": "ThisExpression", "range": [ - 2247, - 2251 + 2309, + 2313 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 12 } } @@ -5266,62 +5463,62 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 2252, - 2264 + 2314, + 2326 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 13 }, "end": { - "line": 62, + "line": 63, "column": 25 } } }, "range": [ - 2247, - 2264 + 2309, + 2326 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 25 } } }, "arguments": [], "range": [ - 2247, - 2266 + 2309, + 2328 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 27 } } }, "range": [ - 2247, - 2267 + 2309, + 2329 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 28 } }, @@ -5330,16 +5527,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2277, - 2299 + 2339, + 2361 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 30 } } @@ -5355,16 +5552,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2312, - 2326 + 2374, + 2388 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 26 } } @@ -5376,16 +5573,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2329, - 2333 + 2391, + 2395 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 29 }, "end": { - "line": 65, + "line": 66, "column": 33 } } @@ -5394,46 +5591,46 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2334, - 2348 + 2396, + 2410 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 34 }, "end": { - "line": 65, + "line": 66, "column": 48 } } }, "range": [ - 2329, - 2348 + 2391, + 2410 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 29 }, "end": { - "line": 65, + "line": 66, "column": 48 } } }, "range": [ - 2312, - 2348 + 2374, + 2410 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 48 } } @@ -5441,16 +5638,16 @@ ], "kind": "let", "range": [ - 2308, - 2349 + 2370, + 2411 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 49 } }, @@ -5459,16 +5656,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2277, - 2299 + 2339, + 2361 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 30 } } @@ -5481,17 +5678,17 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2361, - 2375 + 2424, + 2438 ], "loc": { "start": { - "line": 66, - "column": 11 + "line": 67, + "column": 12 }, "end": { - "line": 66, - "column": 25 + "line": 67, + "column": 26 } } }, @@ -5511,16 +5708,16 @@ "object": { "type": "ThisExpression", "range": [ - 2390, - 2394 + 2454, + 2458 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 16 } } @@ -5529,31 +5726,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2395, - 2398 + 2459, + 2462 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 17 }, "end": { - "line": 67, + "line": 68, "column": 20 } } }, "range": [ - 2390, - 2398 + 2454, + 2462 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 20 } } @@ -5562,31 +5759,31 @@ "type": "Identifier", "name": "sort", "range": [ - 2399, - 2403 + 2463, + 2467 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 21 }, "end": { - "line": 67, + "line": 68, "column": 25 } } }, "range": [ - 2390, - 2403 + 2454, + 2467 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 25 } } @@ -5599,16 +5796,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2404, - 2418 + 2468, + 2482 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 40 } } @@ -5618,31 +5815,31 @@ "value": 0, "raw": "0", "range": [ - 2419, - 2420 + 2483, + 2484 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 41 }, "end": { - "line": 67, + "line": 68, "column": 42 } } }, "range": [ - 2404, - 2421 + 2468, + 2485 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 43 } } @@ -5654,16 +5851,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2423, - 2437 + 2487, + 2501 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 45 }, "end": { - "line": 67, + "line": 68, "column": 59 } } @@ -5673,94 +5870,94 @@ "value": 1, "raw": "1", "range": [ - 2438, - 2439 + 2502, + 2503 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 60 }, "end": { - "line": 67, + "line": 68, "column": 61 } } }, "range": [ - 2423, - 2440 + 2487, + 2504 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 45 }, "end": { - "line": 67, + "line": 68, "column": 62 } } } ], "range": [ - 2390, - 2441 + 2454, + 2505 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 63 } } }, "range": [ - 2390, - 2442 + 2454, + 2506 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 64 } } } ], "range": [ - 2376, - 2452 + 2440, + 2516 ], "loc": { "start": { - "line": 66, - "column": 26 + "line": 67, + "column": 28 }, "end": { - "line": 68, + "line": 69, "column": 9 } } }, "alternate": null, "range": [ - 2358, - 2452 + 2420, + 2516 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 9 } } @@ -5773,17 +5970,17 @@ "object": { "type": "ThisExpression", "range": [ - 2465, - 2469 + 2530, + 2534 ], "loc": { "start": { - "line": 70, - "column": 11 + "line": 71, + "column": 12 }, "end": { - "line": 70, - "column": 15 + "line": 71, + "column": 16 } } }, @@ -5791,32 +5988,32 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 2470, - 2482 + 2535, + 2547 ], "loc": { "start": { - "line": 70, - "column": 16 + "line": 71, + "column": 17 }, "end": { - "line": 70, - "column": 28 + "line": 71, + "column": 29 } } }, "range": [ - 2465, - 2482 + 2530, + 2547 ], "loc": { "start": { - "line": 70, - "column": 11 + "line": 71, + "column": 12 }, "end": { - "line": 70, - "column": 28 + "line": 71, + "column": 29 } } }, @@ -5836,16 +6033,16 @@ "object": { "type": "ThisExpression", "range": [ - 2497, - 2501 + 2563, + 2567 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 16 } } @@ -5854,31 +6051,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 2502, - 2514 + 2568, + 2580 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 17 }, "end": { - "line": 71, + "line": 72, "column": 29 } } }, "range": [ - 2497, - 2514 + 2563, + 2580 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 29 } } @@ -5887,31 +6084,31 @@ "type": "Identifier", "name": "call", "range": [ - 2515, - 2519 + 2581, + 2585 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 34 } } }, "range": [ - 2497, - 2519 + 2563, + 2585 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 34 } } @@ -5922,16 +6119,16 @@ "value": null, "raw": "null", "range": [ - 2520, - 2524 + 2586, + 2590 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 35 }, "end": { - "line": 71, + "line": 72, "column": 39 } } @@ -5940,16 +6137,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2526, - 2528 + 2592, + 2594 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 41 }, "end": { - "line": 71, + "line": 72, "column": 43 } } @@ -5957,79 +6154,79 @@ { "type": "ThisExpression", "range": [ - 2530, - 2534 + 2596, + 2600 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 45 }, "end": { - "line": 71, + "line": 72, "column": 49 } } } ], "range": [ - 2497, - 2535 + 2563, + 2601 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 50 } } }, "range": [ - 2497, - 2536 + 2563, + 2602 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 51 } } } ], "range": [ - 2483, - 2546 + 2549, + 2612 ], "loc": { "start": { - "line": 70, - "column": 29 + "line": 71, + "column": 31 }, "end": { - "line": 72, + "line": 73, "column": 9 } } }, "alternate": null, "range": [ - 2462, - 2546 + 2526, + 2612 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 9 } }, @@ -6038,16 +6235,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2556, - 2589 + 2622, + 2655 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 41 } } @@ -6068,16 +6265,16 @@ "object": { "type": "ThisExpression", "range": [ - 2598, - 2602 + 2664, + 2668 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 12 } } @@ -6086,31 +6283,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2603, - 2606 + 2669, + 2672 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 13 }, "end": { - "line": 75, + "line": 76, "column": 16 } } }, "range": [ - 2598, - 2606 + 2664, + 2672 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 16 } } @@ -6119,31 +6316,31 @@ "type": "Identifier", "name": "onbeforesort", "range": [ - 2607, - 2619 + 2673, + 2685 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 17 }, "end": { - "line": 75, + "line": 76, "column": 29 } } }, "range": [ - 2598, - 2619 + 2664, + 2685 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 29 } } @@ -6164,17 +6361,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 2649, - 2653 + 2718, + 2722 ], "loc": { "start": { - "line": 76, - "column": 15 + "line": 77, + "column": 16 }, "end": { - "line": 76, - "column": 19 + "line": 77, + "column": 20 } } }, @@ -6182,32 +6379,32 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 2654, - 2666 + 2723, + 2735 ], "loc": { "start": { - "line": 76, - "column": 20 + "line": 77, + "column": 21 }, "end": { - "line": 76, - "column": 32 + "line": 77, + "column": 33 } } }, "range": [ - 2649, - 2666 + 2718, + 2735 ], "loc": { "start": { - "line": 76, - "column": 15 + "line": 77, + "column": 16 }, "end": { - "line": 76, - "column": 32 + "line": 77, + "column": 33 } } }, @@ -6228,16 +6425,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2685, - 2689 + 2755, + 2759 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 16 }, "end": { - "line": 77, + "line": 78, "column": 20 } } @@ -6246,31 +6443,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 2690, - 2702 + 2760, + 2772 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 21 }, "end": { - "line": 77, + "line": 78, "column": 33 } } }, "range": [ - 2685, - 2702 + 2755, + 2772 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 16 }, "end": { - "line": 77, + "line": 78, "column": 33 } } @@ -6279,31 +6476,31 @@ "type": "Identifier", "name": "call", "range": [ - 2703, - 2707 + 2773, + 2777 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 34 }, "end": { - "line": 77, + "line": 78, "column": 38 } } }, "range": [ - 2685, - 2707 + 2755, + 2777 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 16 }, "end": { - "line": 77, + "line": 78, "column": 38 } } @@ -6314,16 +6511,16 @@ "value": null, "raw": "null", "range": [ - 2708, - 2712 + 2778, + 2782 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 39 }, "end": { - "line": 77, + "line": 78, "column": 43 } } @@ -6332,16 +6529,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2714, - 2716 + 2784, + 2786 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 45 }, "end": { - "line": 77, + "line": 78, "column": 47 } } @@ -6356,16 +6553,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2718, - 2722 + 2788, + 2792 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 49 }, "end": { - "line": 77, + "line": 78, "column": 53 } } @@ -6374,31 +6571,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2723, - 2726 + 2793, + 2796 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 54 }, "end": { - "line": 77, + "line": 78, "column": 57 } } }, "range": [ - 2718, - 2726 + 2788, + 2796 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 49 }, "end": { - "line": 77, + "line": 78, "column": 57 } } @@ -6407,94 +6604,94 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 2727, - 2737 + 2797, + 2807 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 58 }, "end": { - "line": 77, + "line": 78, "column": 68 } } }, "range": [ - 2718, - 2737 + 2788, + 2807 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 49 }, "end": { - "line": 77, + "line": 78, "column": 68 } } } ], "range": [ - 2685, - 2738 + 2755, + 2808 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 16 }, "end": { - "line": 77, + "line": 78, "column": 69 } } }, "range": [ - 2685, - 2739 + 2755, + 2809 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 16 }, "end": { - "line": 77, + "line": 78, "column": 70 } } } ], "range": [ - 2667, - 2753 + 2737, + 2823 ], "loc": { "start": { - "line": 76, - "column": 33 + "line": 77, + "column": 35 }, "end": { - "line": 78, + "line": 79, "column": 13 } } }, "alternate": null, "range": [ - 2646, - 2753 + 2714, + 2823 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 78, + "line": 79, "column": 13 } }, @@ -6503,16 +6700,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2767, - 2802 + 2837, + 2872 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 47 } } @@ -6528,17 +6725,17 @@ "type": "Identifier", "name": "tf", "range": [ - 2818, - 2820 + 2889, + 2891 ], "loc": { "start": { - "line": 81, - "column": 15 + "line": 82, + "column": 16 }, "end": { - "line": 81, - "column": 17 + "line": 82, + "column": 18 } } }, @@ -6546,32 +6743,32 @@ "type": "Identifier", "name": "paging", "range": [ - 2821, - 2827 + 2892, + 2898 ], "loc": { "start": { - "line": 81, - "column": 18 + "line": 82, + "column": 19 }, "end": { - "line": 81, - "column": 24 + "line": 82, + "column": 25 } } }, "range": [ - 2818, - 2827 + 2889, + 2898 ], "loc": { "start": { - "line": 81, - "column": 15 + "line": 82, + "column": 16 }, "end": { - "line": 81, - "column": 24 + "line": 82, + "column": 25 } } }, @@ -6594,16 +6791,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2846, - 2848 + 2918, + 2920 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 18 } } @@ -6612,31 +6809,31 @@ "type": "Identifier", "name": "feature", "range": [ - 2849, - 2856 + 2921, + 2928 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 19 }, "end": { - "line": 82, + "line": 83, "column": 26 } } }, "range": [ - 2846, - 2856 + 2918, + 2928 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 26 } } @@ -6647,32 +6844,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 2857, - 2865 + 2929, + 2937 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 27 }, "end": { - "line": 82, + "line": 83, "column": 35 } } } ], "range": [ - 2846, - 2866 + 2918, + 2938 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 36 } } @@ -6681,94 +6878,94 @@ "type": "Identifier", "name": "disable", "range": [ - 2867, - 2874 + 2939, + 2946 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 37 }, "end": { - "line": 82, + "line": 83, "column": 44 } } }, "range": [ - 2846, - 2874 + 2918, + 2946 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 44 } } }, "arguments": [], "range": [ - 2846, - 2876 + 2918, + 2948 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 46 } } }, "range": [ - 2846, - 2877 + 2918, + 2949 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 47 } } } ], "range": [ - 2828, - 2891 + 2900, + 2963 ], "loc": { "start": { - "line": 81, - "column": 25 + "line": 82, + "column": 27 }, "end": { - "line": 83, + "line": 84, "column": 13 } } }, "alternate": null, "range": [ - 2815, - 2891 + 2885, + 2963 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 13 } }, @@ -6777,16 +6974,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2767, - 2802 + 2837, + 2872 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 47 } } @@ -6795,16 +6992,16 @@ } ], "range": [ - 2632, - 2901 + 2700, + 2973 ], "loc": { "start": { - "line": 75, - "column": 42 + "line": 76, + "column": 44 }, "end": { - "line": 84, + "line": 85, "column": 9 } } @@ -6812,46 +7009,46 @@ "generator": false, "expression": false, "range": [ - 2622, - 2901 + 2688, + 2973 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 32 }, "end": { - "line": 84, + "line": 85, "column": 9 } } }, "range": [ - 2598, - 2901 + 2664, + 2973 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 9 } } }, "range": [ - 2598, - 2902 + 2664, + 2974 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 10 } }, @@ -6860,16 +7057,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2556, - 2589 + 2622, + 2655 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 41 } } @@ -6890,16 +7087,16 @@ "object": { "type": "ThisExpression", "range": [ - 2912, - 2916 + 2984, + 2988 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 12 } } @@ -6908,31 +7105,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2917, - 2920 + 2989, + 2992 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 13 }, "end": { - "line": 86, + "line": 87, "column": 16 } } }, "range": [ - 2912, - 2920 + 2984, + 2992 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 16 } } @@ -6941,31 +7138,31 @@ "type": "Identifier", "name": "onsort", "range": [ - 2921, - 2927 + 2993, + 2999 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 17 }, "end": { - "line": 86, + "line": 87, "column": 23 } } }, "range": [ - 2912, - 2927 + 2984, + 2999 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 23 } } @@ -6989,16 +7186,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2954, - 2958 + 3028, + 3032 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 16 } } @@ -7007,31 +7204,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 2959, - 2965 + 3033, + 3039 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 17 }, "end": { - "line": 87, + "line": 88, "column": 23 } } }, "range": [ - 2954, - 2965 + 3028, + 3039 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 23 } } @@ -7041,46 +7238,46 @@ "value": true, "raw": "true", "range": [ - 2968, - 2972 + 3042, + 3046 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 26 }, "end": { - "line": 87, + "line": 88, "column": 30 } } }, "range": [ - 2954, - 2972 + 3028, + 3046 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 30 } } }, "range": [ - 2954, - 2973 + 3028, + 3047 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 31 } }, @@ -7089,16 +7286,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 2987, - 3014 + 3061, + 3088 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 39 } } @@ -7114,17 +7311,17 @@ "type": "Identifier", "name": "tf", "range": [ - 3030, - 3032 + 3105, + 3107 ], "loc": { "start": { - "line": 90, - "column": 15 + "line": 91, + "column": 16 }, "end": { - "line": 90, - "column": 17 + "line": 91, + "column": 18 } } }, @@ -7132,32 +7329,32 @@ "type": "Identifier", "name": "paging", "range": [ - 3033, - 3039 + 3108, + 3114 ], "loc": { "start": { - "line": 90, - "column": 18 + "line": 91, + "column": 19 }, "end": { - "line": 90, - "column": 24 + "line": 91, + "column": 25 } } }, "range": [ - 3030, - 3039 + 3105, + 3114 ], "loc": { "start": { - "line": 90, - "column": 15 + "line": 91, + "column": 16 }, "end": { - "line": 90, - "column": 24 + "line": 91, + "column": 25 } } }, @@ -7173,16 +7370,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3062, - 3071 + 3138, + 3147 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 20 }, "end": { - "line": 91, + "line": 92, "column": 29 } } @@ -7196,16 +7393,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3074, - 3076 + 3150, + 3152 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 32 }, "end": { - "line": 91, + "line": 92, "column": 34 } } @@ -7214,31 +7411,31 @@ "type": "Identifier", "name": "feature", "range": [ - 3077, - 3084 + 3153, + 3160 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 35 }, "end": { - "line": 91, + "line": 92, "column": 42 } } }, "range": [ - 3074, - 3084 + 3150, + 3160 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 32 }, "end": { - "line": 91, + "line": 92, "column": 42 } } @@ -7249,47 +7446,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 3085, - 3093 + 3161, + 3169 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 43 }, "end": { - "line": 91, + "line": 92, "column": 51 } } } ], "range": [ - 3074, - 3094 + 3150, + 3170 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 32 }, "end": { - "line": 91, + "line": 92, "column": 52 } } }, "range": [ - 3062, - 3094 + 3138, + 3170 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 20 }, "end": { - "line": 91, + "line": 92, "column": 52 } } @@ -7297,16 +7494,16 @@ ], "kind": "let", "range": [ - 3058, - 3095 + 3134, + 3171 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 16 }, "end": { - "line": 91, + "line": 92, "column": 53 } }, @@ -7315,16 +7512,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3112, - 3173 + 3188, + 3249 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 16 }, "end": { - "line": 92, + "line": 93, "column": 77 } } @@ -7342,16 +7539,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3190, - 3192 + 3266, + 3268 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 18 } } @@ -7360,31 +7557,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 3193, - 3205 + 3269, + 3281 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 19 }, "end": { - "line": 93, + "line": 94, "column": 31 } } }, "range": [ - 3190, - 3205 + 3266, + 3281 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 31 } } @@ -7395,47 +7592,47 @@ "value": true, "raw": "true", "range": [ - 3206, - 3210 + 3282, + 3286 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 32 }, "end": { - "line": 93, + "line": 94, "column": 36 } } } ], "range": [ - 3190, - 3211 + 3266, + 3287 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 37 } } }, "range": [ - 3190, - 3212 + 3266, + 3288 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 38 } }, @@ -7444,16 +7641,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3112, - 3173 + 3188, + 3249 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 16 }, "end": { - "line": 92, + "line": 93, "column": 77 } } @@ -7471,16 +7668,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3229, - 3238 + 3305, + 3314 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 25 } } @@ -7489,62 +7686,62 @@ "type": "Identifier", "name": "enable", "range": [ - 3239, - 3245 + 3315, + 3321 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 26 }, "end": { - "line": 94, + "line": 95, "column": 32 } } }, "range": [ - 3229, - 3245 + 3305, + 3321 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 32 } } }, "arguments": [], "range": [ - 3229, - 3247 + 3305, + 3323 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 34 } } }, "range": [ - 3229, - 3248 + 3305, + 3324 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 35 } } @@ -7560,16 +7757,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3265, - 3274 + 3341, + 3350 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 25 } } @@ -7578,31 +7775,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 3275, - 3282 + 3351, + 3358 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 26 }, "end": { - "line": 95, + "line": 96, "column": 33 } } }, "range": [ - 3265, - 3282 + 3341, + 3358 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 33 } } @@ -7617,16 +7814,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3283, - 3292 + 3359, + 3368 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 34 }, "end": { - "line": 95, + "line": 96, "column": 43 } } @@ -7635,110 +7832,110 @@ "type": "Identifier", "name": "getPage", "range": [ - 3293, - 3300 + 3369, + 3376 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 44 }, "end": { - "line": 95, + "line": 96, "column": 51 } } }, "range": [ - 3283, - 3300 + 3359, + 3376 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 34 }, "end": { - "line": 95, + "line": 96, "column": 51 } } }, "arguments": [], "range": [ - 3283, - 3302 + 3359, + 3378 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 34 }, "end": { - "line": 95, + "line": 96, "column": 53 } } } ], "range": [ - 3265, - 3303 + 3341, + 3379 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 54 } } }, "range": [ - 3265, - 3304 + 3341, + 3380 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 55 } } } ], "range": [ - 3040, - 3318 + 3116, + 3394 ], "loc": { "start": { - "line": 90, - "column": 25 + "line": 91, + "column": 27 }, "end": { - "line": 96, + "line": 97, "column": 13 } } }, "alternate": null, "range": [ - 3027, - 3318 + 3101, + 3394 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 13 } }, @@ -7747,16 +7944,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 2987, - 3014 + 3061, + 3088 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 39 } } @@ -7772,17 +7969,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 3335, - 3339 + 3412, + 3416 ], "loc": { "start": { - "line": 98, - "column": 15 + "line": 99, + "column": 16 }, "end": { - "line": 98, - "column": 19 + "line": 99, + "column": 20 } } }, @@ -7790,32 +7987,32 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 3340, - 3351 + 3417, + 3428 ], "loc": { "start": { - "line": 98, - "column": 20 + "line": 99, + "column": 21 }, "end": { - "line": 98, - "column": 31 + "line": 99, + "column": 32 } } }, "range": [ - 3335, - 3351 + 3412, + 3428 ], "loc": { "start": { - "line": 98, - "column": 15 + "line": 99, + "column": 16 }, "end": { - "line": 98, - "column": 31 + "line": 99, + "column": 32 } } }, @@ -7836,16 +8033,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3370, - 3374 + 3448, + 3452 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 99, + "line": 100, "column": 20 } } @@ -7854,31 +8051,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 3375, - 3386 + 3453, + 3464 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 21 }, "end": { - "line": 99, + "line": 100, "column": 32 } } }, "range": [ - 3370, - 3386 + 3448, + 3464 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 99, + "line": 100, "column": 32 } } @@ -7887,31 +8084,31 @@ "type": "Identifier", "name": "call", "range": [ - 3387, - 3391 + 3465, + 3469 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 33 }, "end": { - "line": 99, + "line": 100, "column": 37 } } }, "range": [ - 3370, - 3391 + 3448, + 3469 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 99, + "line": 100, "column": 37 } } @@ -7922,16 +8119,16 @@ "value": null, "raw": "null", "range": [ - 3392, - 3396 + 3470, + 3474 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 38 }, "end": { - "line": 99, + "line": 100, "column": 42 } } @@ -7940,16 +8137,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3398, - 3400 + 3476, + 3478 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 44 }, "end": { - "line": 99, + "line": 100, "column": 46 } } @@ -7964,16 +8161,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3402, - 3406 + 3480, + 3484 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 48 }, "end": { - "line": 99, + "line": 100, "column": 52 } } @@ -7982,31 +8179,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3407, - 3410 + 3485, + 3488 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 53 }, "end": { - "line": 99, + "line": 100, "column": 56 } } }, "range": [ - 3402, - 3410 + 3480, + 3488 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 48 }, "end": { - "line": 99, + "line": 100, "column": 56 } } @@ -8015,31 +8212,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 3411, - 3421 + 3489, + 3499 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 57 }, "end": { - "line": 99, + "line": 100, "column": 67 } } }, "range": [ - 3402, - 3421 + 3480, + 3499 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 48 }, "end": { - "line": 99, + "line": 100, "column": 67 } } @@ -8054,17 +8251,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 3439, - 3443 + 3521, + 3525 ], "loc": { "start": { - "line": 100, - "column": 16 + "line": 101, + "column": 20 }, "end": { - "line": 100, - "column": 20 + "line": 101, + "column": 24 } } }, @@ -8072,32 +8269,32 @@ "type": "Identifier", "name": "stt", "range": [ - 3444, - 3447 + 3526, + 3529 ], "loc": { "start": { - "line": 100, - "column": 21 + "line": 101, + "column": 25 }, "end": { - "line": 100, - "column": 24 + "line": 101, + "column": 28 } } }, "range": [ - 3439, - 3447 + 3521, + 3529 ], "loc": { "start": { - "line": 100, - "column": 16 + "line": 101, + "column": 20 }, "end": { - "line": 100, - "column": 24 + "line": 101, + "column": 28 } } }, @@ -8105,94 +8302,94 @@ "type": "Identifier", "name": "descending", "range": [ - 3448, - 3458 + 3530, + 3540 ], "loc": { "start": { - "line": 100, - "column": 25 + "line": 101, + "column": 29 }, "end": { - "line": 100, - "column": 35 + "line": 101, + "column": 39 } } }, "range": [ - 3439, - 3458 + 3521, + 3540 ], "loc": { "start": { - "line": 100, - "column": 16 + "line": 101, + "column": 20 }, "end": { - "line": 100, - "column": 35 + "line": 101, + "column": 39 } } } ], "range": [ - 3370, - 3459 + 3448, + 3541 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 100, - "column": 36 + "line": 101, + "column": 40 } } }, "range": [ - 3370, - 3460 + 3448, + 3542 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 100, - "column": 37 + "line": 101, + "column": 41 } } } ], "range": [ - 3352, - 3474 + 3430, + 3556 ], "loc": { "start": { - "line": 98, - "column": 32 + "line": 99, + "column": 34 }, "end": { - "line": 101, + "line": 102, "column": 13 } } }, "alternate": null, "range": [ - 3332, - 3474 + 3408, + 3556 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 13 } } @@ -8211,16 +8408,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3488, - 3492 + 3570, + 3574 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 16 } } @@ -8229,31 +8426,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3493, - 3500 + 3575, + 3582 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 17 }, "end": { - "line": 103, + "line": 104, "column": 24 } } }, "range": [ - 3488, - 3500 + 3570, + 3582 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 24 } } @@ -8262,31 +8459,31 @@ "type": "Identifier", "name": "emit", "range": [ - 3501, - 3505 + 3583, + 3587 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 25 }, "end": { - "line": 103, + "line": 104, "column": 29 } } }, "range": [ - 3488, - 3505 + 3570, + 3587 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 29 } } @@ -8297,16 +8494,16 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 3506, - 3521 + 3588, + 3603 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 30 }, "end": { - "line": 103, + "line": 104, "column": 45 } } @@ -8315,16 +8512,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3523, - 3525 + 3605, + 3607 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 47 }, "end": { - "line": 103, + "line": 104, "column": 49 } } @@ -8339,16 +8536,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3527, - 3531 + 3609, + 3613 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 51 }, "end": { - "line": 103, + "line": 104, "column": 55 } } @@ -8357,31 +8554,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3532, - 3535 + 3614, + 3617 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 56 }, "end": { - "line": 103, + "line": 104, "column": 59 } } }, "range": [ - 3527, - 3535 + 3609, + 3617 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 51 }, "end": { - "line": 103, + "line": 104, "column": 59 } } @@ -8390,31 +8587,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 3536, - 3546 + 3618, + 3628 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 60 }, "end": { - "line": 103, + "line": 104, "column": 70 } } }, "range": [ - 3527, - 3546 + 3609, + 3628 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 51 }, "end": { - "line": 103, + "line": 104, "column": 70 } } @@ -8429,16 +8626,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3564, - 3568 + 3646, + 3650 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 20 } } @@ -8447,31 +8644,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3569, - 3572 + 3651, + 3654 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 21 }, "end": { - "line": 104, + "line": 105, "column": 24 } } }, "range": [ - 3564, - 3572 + 3646, + 3654 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 24 } } @@ -8480,78 +8677,78 @@ "type": "Identifier", "name": "descending", "range": [ - 3573, - 3583 + 3655, + 3665 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 25 }, "end": { - "line": 104, + "line": 105, "column": 35 } } }, "range": [ - 3564, - 3583 + 3646, + 3665 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 35 } } } ], "range": [ - 3488, - 3584 + 3570, + 3666 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 36 } } }, "range": [ - 3488, - 3585 + 3570, + 3667 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 37 } } } ], "range": [ - 2940, - 3595 + 3014, + 3677 ], "loc": { "start": { - "line": 86, - "column": 36 + "line": 87, + "column": 38 }, "end": { - "line": 105, + "line": 106, "column": 9 } } @@ -8559,46 +8756,46 @@ "generator": false, "expression": false, "range": [ - 2930, - 3595 + 3002, + 3677 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 26 }, "end": { - "line": 105, + "line": 106, "column": 9 } } }, "range": [ - 2912, - 3595 + 2984, + 3677 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 9 } } }, "range": [ - 2912, - 3596 + 2984, + 3678 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 10 } } @@ -8616,16 +8813,16 @@ "object": { "type": "ThisExpression", "range": [ - 3606, - 3610 + 3688, + 3692 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 12 } } @@ -8634,31 +8831,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3611, - 3618 + 3693, + 3700 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 13 }, "end": { - "line": 107, + "line": 108, "column": 20 } } }, "range": [ - 3606, - 3618 + 3688, + 3700 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 20 } } @@ -8667,31 +8864,31 @@ "type": "Identifier", "name": "on", "range": [ - 3619, - 3621 + 3701, + 3703 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 21 }, "end": { - "line": 107, + "line": 108, "column": 23 } } }, "range": [ - 3606, - 3621 + 3688, + 3703 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 23 } } @@ -8705,32 +8902,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 3623, - 3629 + 3705, + 3711 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 25 }, "end": { - "line": 107, + "line": 108, "column": 31 } } } ], "range": [ - 3622, - 3630 + 3704, + 3712 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 24 }, "end": { - "line": 107, + "line": 108, "column": 32 } } @@ -8743,16 +8940,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3645, - 3647 + 3727, + 3729 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 13 }, "end": { - "line": 108, + "line": 109, "column": 15 } } @@ -8761,16 +8958,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 3649, - 3655 + 3731, + 3737 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 17 }, "end": { - "line": 108, + "line": 109, "column": 23 } } @@ -8779,16 +8976,16 @@ "type": "Identifier", "name": "desc", "range": [ - 3657, - 3661 + 3739, + 3743 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 25 }, "end": { - "line": 108, + "line": 109, "column": 29 } } @@ -8802,17 +8999,17 @@ "object": { "type": "ThisExpression", "range": [ - 3665, - 3669 + 3748, + 3752 ], "loc": { "start": { - "line": 108, - "column": 33 + "line": 109, + "column": 34 }, "end": { - "line": 108, - "column": 37 + "line": 109, + "column": 38 } } }, @@ -8820,32 +9017,32 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 3670, - 3687 + 3753, + 3770 ], "loc": { "start": { - "line": 108, - "column": 38 + "line": 109, + "column": 39 }, "end": { - "line": 108, - "column": 55 + "line": 109, + "column": 56 } } }, "range": [ - 3665, - 3687 + 3748, + 3770 ], "loc": { "start": { - "line": 108, - "column": 33 + "line": 109, + "column": 34 }, "end": { - "line": 108, - "column": 55 + "line": 109, + "column": 56 } } }, @@ -8854,17 +9051,17 @@ "type": "Identifier", "name": "colIdx", "range": [ - 3688, - 3694 + 3771, + 3777 ], "loc": { "start": { - "line": 108, - "column": 56 + "line": 109, + "column": 57 }, "end": { - "line": 108, - "column": 62 + "line": 109, + "column": 63 } } }, @@ -8872,81 +9069,81 @@ "type": "Identifier", "name": "desc", "range": [ - 3696, - 3700 + 3779, + 3783 ], "loc": { "start": { - "line": 108, - "column": 64 + "line": 109, + "column": 65 }, "end": { - "line": 108, - "column": 68 + "line": 109, + "column": 69 } } } ], "range": [ - 3665, - 3701 + 3748, + 3784 ], "loc": { "start": { - "line": 108, - "column": 33 + "line": 109, + "column": 34 }, "end": { - "line": 108, - "column": 69 + "line": 109, + "column": 70 } } }, "generator": false, "expression": true, "range": [ - 3644, - 3701 + 3726, + 3784 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 12 }, "end": { - "line": 108, - "column": 69 + "line": 109, + "column": 70 } } } ], "range": [ - 3606, - 3702 + 3688, + 3785 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 108, - "column": 70 + "line": 109, + "column": 71 } } }, "range": [ - 3606, - 3703 + 3688, + 3786 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 108, - "column": 71 + "line": 109, + "column": 72 } } }, @@ -8961,16 +9158,16 @@ "object": { "type": "ThisExpression", "range": [ - 3713, - 3717 + 3796, + 3800 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 12 } } @@ -8979,31 +9176,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3718, - 3729 + 3801, + 3812 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 13 }, "end": { - "line": 110, + "line": 111, "column": 24 } } }, "range": [ - 3713, - 3729 + 3796, + 3812 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 24 } } @@ -9013,46 +9210,46 @@ "value": true, "raw": "true", "range": [ - 3732, - 3736 + 3815, + 3819 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 27 }, "end": { - "line": 110, + "line": 111, "column": 31 } } }, "range": [ - 3713, - 3736 + 3796, + 3819 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 31 } } }, "range": [ - 3713, - 3737 + 3796, + 3820 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 32 } } @@ -9070,16 +9267,16 @@ "object": { "type": "ThisExpression", "range": [ - 3746, - 3750 + 3829, + 3833 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 12 } } @@ -9088,31 +9285,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3751, - 3758 + 3834, + 3841 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 13 }, "end": { - "line": 111, + "line": 112, "column": 20 } } }, "range": [ - 3746, - 3758 + 3829, + 3841 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 20 } } @@ -9121,31 +9318,31 @@ "type": "Identifier", "name": "emit", "range": [ - 3759, - 3763 + 3842, + 3846 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 21 }, "end": { - "line": 111, + "line": 112, "column": 25 } } }, "range": [ - 3746, - 3763 + 3829, + 3846 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 25 } } @@ -9156,16 +9353,16 @@ "value": "sort-initialized", "raw": "'sort-initialized'", "range": [ - 3764, - 3782 + 3847, + 3865 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 26 }, "end": { - "line": 111, + "line": 112, "column": 44 } } @@ -9174,16 +9371,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3784, - 3786 + 3867, + 3869 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 46 }, "end": { - "line": 111, + "line": 112, "column": 48 } } @@ -9191,63 +9388,63 @@ { "type": "ThisExpression", "range": [ - 3788, - 3792 + 3871, + 3875 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 50 }, "end": { - "line": 111, + "line": 112, "column": 54 } } } ], "range": [ - 3746, - 3793 + 3829, + 3876 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 55 } } }, "range": [ - 3746, - 3794 + 3829, + 3877 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 56 } } } ], "range": [ - 1968, - 3800 + 2028, + 3883 ], "loc": { "start": { - "line": 52, - "column": 10 + "line": 53, + "column": 11 }, "end": { - "line": 112, + "line": 113, "column": 5 } } @@ -9255,16 +9452,16 @@ "generator": false, "expression": false, "range": [ - 1966, - 3800 + 2025, + 3883 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 5 } } @@ -9272,16 +9469,16 @@ "kind": "method", "computed": false, "range": [ - 1962, - 3800 + 2021, + 3883 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 4 }, "end": { - "line": 112, + "line": 113, "column": 5 } }, @@ -9290,16 +9487,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3806, - 3946 + 3889, + 4029 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 4 }, "end": { - "line": 118, + "line": 119, "column": 7 } } @@ -9313,16 +9510,16 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 3951, - 3968 + 4034, + 4051 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 4 }, "end": { - "line": 119, + "line": 120, "column": 21 } } @@ -9335,16 +9532,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 3969, - 3975 + 4052, + 4058 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 22 }, "end": { - "line": 119, + "line": 120, "column": 28 } } @@ -9353,16 +9550,16 @@ "type": "Identifier", "name": "desc", "range": [ - 3977, - 3981 + 4060, + 4064 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 30 }, "end": { - "line": 119, + "line": 120, "column": 34 } } @@ -9384,16 +9581,16 @@ "object": { "type": "ThisExpression", "range": [ - 3992, - 3996 + 4076, + 4080 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 12 } } @@ -9402,31 +9599,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3997, - 4000 + 4081, + 4084 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 13 }, "end": { - "line": 120, + "line": 121, "column": 16 } } }, "range": [ - 3992, - 4000 + 4076, + 4084 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 16 } } @@ -9435,31 +9632,31 @@ "type": "Identifier", "name": "sort", "range": [ - 4001, - 4005 + 4085, + 4089 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 17 }, "end": { - "line": 120, + "line": 121, "column": 21 } } }, "range": [ - 3992, - 4005 + 4076, + 4089 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 21 } } @@ -9469,16 +9666,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 4006, - 4012 + 4090, + 4096 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 22 }, "end": { - "line": 120, + "line": 121, "column": 28 } } @@ -9487,63 +9684,63 @@ "type": "Identifier", "name": "desc", "range": [ - 4014, - 4018 + 4098, + 4102 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 30 }, "end": { - "line": 120, + "line": 121, "column": 34 } } } ], "range": [ - 3992, - 4019 + 4076, + 4103 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 35 } } }, "range": [ - 3992, - 4020 + 4076, + 4104 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 36 } } } ], "range": [ - 3982, - 4026 + 4066, + 4110 ], "loc": { "start": { - "line": 119, - "column": 35 + "line": 120, + "column": 36 }, "end": { - "line": 121, + "line": 122, "column": 5 } } @@ -9551,16 +9748,16 @@ "generator": false, "expression": false, "range": [ - 3968, - 4026 + 4051, + 4110 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 21 }, "end": { - "line": 121, + "line": 122, "column": 5 } } @@ -9568,16 +9765,16 @@ "kind": "method", "computed": false, "range": [ - 3951, - 4026 + 4034, + 4110 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 4 }, "end": { - "line": 121, + "line": 122, "column": 5 } }, @@ -9586,16 +9783,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3806, - 3946 + 3889, + 4029 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 4 }, "end": { - "line": 118, + "line": 119, "column": 7 } } @@ -9609,16 +9806,16 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 4032, - 4053 + 4116, + 4137 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 4 }, "end": { - "line": 123, + "line": 124, "column": 25 } } @@ -9639,16 +9836,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4069, - 4073 + 4154, + 4158 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 16 } } @@ -9656,31 +9853,31 @@ "init": { "type": "ThisExpression", "range": [ - 4076, - 4080 + 4161, + 4165 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 19 }, "end": { - "line": 124, + "line": 125, "column": 23 } } }, "range": [ - 4069, - 4080 + 4154, + 4165 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 23 } } @@ -9691,16 +9888,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4094, - 4096 + 4179, + 4181 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 12 }, "end": { - "line": 125, + "line": 126, "column": 14 } } @@ -9711,16 +9908,16 @@ "object": { "type": "ThisExpression", "range": [ - 4099, - 4103 + 4184, + 4188 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 17 }, "end": { - "line": 125, + "line": 126, "column": 21 } } @@ -9729,46 +9926,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4104, - 4106 + 4189, + 4191 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 22 }, "end": { - "line": 125, + "line": 126, "column": 24 } } }, "range": [ - 4099, - 4106 + 4184, + 4191 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 17 }, "end": { - "line": 125, + "line": 126, "column": 24 } } }, "range": [ - 4094, - 4106 + 4179, + 4191 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 12 }, "end": { - "line": 125, + "line": 126, "column": 24 } } @@ -9776,16 +9973,16 @@ ], "kind": "let", "range": [ - 4065, - 4107 + 4150, + 4192 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 125, + "line": 126, "column": 25 } }, @@ -9794,16 +9991,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4117, - 4246 + 4202, + 4331 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 11 } } @@ -9825,16 +10022,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4255, - 4268 + 4340, + 4353 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 21 } } @@ -9843,31 +10040,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 4269, - 4278 + 4354, + 4363 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 22 }, "end": { - "line": 131, + "line": 132, "column": 31 } } }, "range": [ - 4255, - 4278 + 4340, + 4363 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 31 } } @@ -9876,31 +10073,31 @@ "type": "Identifier", "name": "headerOnclick", "range": [ - 4279, - 4292 + 4364, + 4377 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 32 }, "end": { - "line": 131, + "line": 132, "column": 45 } } }, "range": [ - 4255, - 4292 + 4340, + 4377 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 45 } } @@ -9913,17 +10110,17 @@ "type": "Identifier", "name": "evt", "range": [ - 4304, - 4307 + 4390, + 4393 ], "loc": { "start": { - "line": 131, - "column": 57 + "line": 132, + "column": 58 }, "end": { - "line": 131, - "column": 60 + "line": 132, + "column": 61 } } } @@ -9943,17 +10140,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 4326, - 4330 + 4414, + 4418 ], "loc": { "start": { - "line": 132, - "column": 16 + "line": 133, + "column": 17 }, "end": { - "line": 132, - "column": 20 + "line": 133, + "column": 21 } } }, @@ -9961,48 +10158,48 @@ "type": "Identifier", "name": "initialized", "range": [ - 4331, - 4342 + 4419, + 4430 ], "loc": { "start": { - "line": 132, - "column": 21 + "line": 133, + "column": 22 }, "end": { - "line": 132, - "column": 32 + "line": 133, + "column": 33 } } }, "range": [ - 4326, - 4342 + 4414, + 4430 ], "loc": { "start": { - "line": 132, - "column": 16 + "line": 133, + "column": 17 }, "end": { - "line": 132, - "column": 32 + "line": 133, + "column": 33 } } }, "prefix": true, "range": [ - 4325, - 4342 + 4413, + 4430 ], "loc": { "start": { - "line": 132, - "column": 15 + "line": 133, + "column": 16 }, "end": { - "line": 132, - "column": 32 + "line": 133, + "column": 33 } } }, @@ -10013,48 +10210,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4361, - 4368 + 4450, + 4457 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 16 }, "end": { - "line": 133, + "line": 134, "column": 23 } } } ], "range": [ - 4343, - 4382 + 4432, + 4471 ], "loc": { "start": { - "line": 132, - "column": 33 + "line": 133, + "column": 35 }, "end": { - "line": 134, + "line": 135, "column": 13 } } }, "alternate": null, "range": [ - 4322, - 4382 + 4409, + 4471 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 13 } }, @@ -10063,16 +10260,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4396, - 4418 + 4485, + 4507 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 34 } } @@ -10088,16 +10285,16 @@ "type": "Identifier", "name": "el", "range": [ - 4435, - 4437 + 4524, + 4526 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 16 }, "end": { - "line": 137, + "line": 138, "column": 18 } } @@ -10112,16 +10309,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4440, - 4443 + 4529, + 4532 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 137, + "line": 138, "column": 24 } } @@ -10130,31 +10327,31 @@ "type": "Identifier", "name": "target", "range": [ - 4444, - 4450 + 4533, + 4539 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 25 }, "end": { - "line": 137, + "line": 138, "column": 31 } } }, "range": [ - 4440, - 4450 + 4529, + 4539 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 137, + "line": 138, "column": 31 } } @@ -10166,16 +10363,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4454, - 4457 + 4543, + 4546 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 35 }, "end": { - "line": 137, + "line": 138, "column": 38 } } @@ -10184,61 +10381,61 @@ "type": "Identifier", "name": "srcElement", "range": [ - 4458, - 4468 + 4547, + 4557 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 39 }, "end": { - "line": 137, + "line": 138, "column": 49 } } }, "range": [ - 4454, - 4468 + 4543, + 4557 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 35 }, "end": { - "line": 137, + "line": 138, "column": 49 } } }, "range": [ - 4440, - 4468 + 4529, + 4557 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 137, + "line": 138, "column": 49 } } }, "range": [ - 4435, - 4468 + 4524, + 4557 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 16 }, "end": { - "line": 137, + "line": 138, "column": 49 } } @@ -10246,16 +10443,16 @@ ], "kind": "let", "range": [ - 4431, - 4469 + 4520, + 4558 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 50 } }, @@ -10264,16 +10461,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4396, - 4418 + 4485, + 4507 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 34 } } @@ -10295,17 +10492,17 @@ "type": "Identifier", "name": "el", "range": [ - 4489, - 4491 + 4579, + 4581 ], "loc": { "start": { - "line": 139, - "column": 18 + "line": 140, + "column": 19 }, "end": { - "line": 139, - "column": 20 + "line": 140, + "column": 21 } } }, @@ -10313,66 +10510,65 @@ "type": "Identifier", "name": "tagName", "range": [ - 4492, - 4499 + 4582, + 4589 ], "loc": { "start": { - "line": 139, - "column": 21 + "line": 140, + "column": 22 }, "end": { - "line": 139, - "column": 28 + "line": 140, + "column": 29 } } }, "range": [ - 4489, - 4499 + 4579, + 4589 ], "loc": { "start": { - "line": 139, - "column": 18 + "line": 140, + "column": 19 }, "end": { - "line": 139, - "column": 28 + "line": 140, + "column": 29 } } }, "right": { - "type": "Literal", - "value": "TD", - "raw": "'TD'", + "type": "Identifier", + "name": "CELL_TAG", "range": [ - 4504, - 4508 + 4594, + 4602 ], "loc": { "start": { - "line": 139, - "column": 33 + "line": 140, + "column": 34 }, "end": { - "line": 139, - "column": 37 + "line": 140, + "column": 42 } } }, "range": [ - 4489, - 4508 + 4579, + 4602 ], "loc": { "start": { - "line": 139, - "column": 18 + "line": 140, + "column": 19 }, "end": { - "line": 139, - "column": 37 + "line": 140, + "column": 42 } } }, @@ -10386,17 +10582,17 @@ "type": "Identifier", "name": "el", "range": [ - 4512, - 4514 + 4606, + 4608 ], "loc": { "start": { - "line": 139, - "column": 41 + "line": 140, + "column": 46 }, "end": { - "line": 139, - "column": 43 + "line": 140, + "column": 48 } } }, @@ -10404,81 +10600,80 @@ "type": "Identifier", "name": "tagName", "range": [ - 4515, - 4522 + 4609, + 4616 ], "loc": { "start": { - "line": 139, - "column": 44 + "line": 140, + "column": 49 }, "end": { - "line": 139, - "column": 51 + "line": 140, + "column": 56 } } }, "range": [ - 4512, - 4522 + 4606, + 4616 ], "loc": { "start": { - "line": 139, - "column": 41 + "line": 140, + "column": 46 }, "end": { - "line": 139, - "column": 51 + "line": 140, + "column": 56 } } }, "right": { - "type": "Literal", - "value": "TH", - "raw": "'TH'", + "type": "Identifier", + "name": "HEADER_TAG", "range": [ - 4527, - 4531 + 4621, + 4631 ], "loc": { "start": { - "line": 139, - "column": 56 + "line": 140, + "column": 61 }, "end": { - "line": 139, - "column": 60 + "line": 140, + "column": 71 } } }, "range": [ - 4512, - 4531 + 4606, + 4631 ], "loc": { "start": { - "line": 139, - "column": 41 + "line": 140, + "column": 46 }, "end": { - "line": 139, - "column": 60 + "line": 140, + "column": 71 } } }, "range": [ - 4489, - 4531 + 4579, + 4631 ], "loc": { "start": { - "line": 139, - "column": 18 + "line": 140, + "column": 19 }, "end": { - "line": 139, - "column": 60 + "line": 140, + "column": 71 } } }, @@ -10494,16 +10689,16 @@ "type": "Identifier", "name": "el", "range": [ - 4550, - 4552 + 4651, + 4653 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 18 } } @@ -10515,16 +10710,16 @@ "type": "Identifier", "name": "el", "range": [ - 4555, - 4557 + 4656, + 4658 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 23 } } @@ -10533,92 +10728,92 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4558, - 4568 + 4659, + 4669 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 24 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 4555, - 4568 + 4656, + 4669 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 4550, - 4568 + 4651, + 4669 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 4550, - 4569 + 4651, + 4670 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 35 } } } ], "range": [ - 4532, - 4583 + 4633, + 4684 ], "loc": { "start": { - "line": 139, - "column": 61 + "line": 140, + "column": 73 }, "end": { - "line": 141, + "line": 142, "column": 13 } } }, "range": [ - 4483, - 4583 + 4572, + 4684 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 141, + "line": 142, "column": 13 } } @@ -10633,16 +10828,16 @@ "object": { "type": "ThisExpression", "range": [ - 4597, - 4601 + 4698, + 4702 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 16 } } @@ -10651,31 +10846,31 @@ "type": "Identifier", "name": "sort", "range": [ - 4602, - 4606 + 4703, + 4707 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 17 }, "end": { - "line": 143, + "line": 144, "column": 21 } } }, "range": [ - 4597, - 4606 + 4698, + 4707 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 21 } } @@ -10690,16 +10885,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4624, - 4637 + 4725, + 4738 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 16 }, "end": { - "line": 144, + "line": 145, "column": 29 } } @@ -10708,31 +10903,31 @@ "type": "Identifier", "name": "msie", "range": [ - 4638, - 4642 + 4739, + 4743 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 30 }, "end": { - "line": 144, + "line": 145, "column": 34 } } }, "range": [ - 4624, - 4642 + 4725, + 4743 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 16 }, "end": { - "line": 144, + "line": 145, "column": 34 } } @@ -10746,16 +10941,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4665, - 4678 + 4766, + 4779 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 33 } } @@ -10764,31 +10959,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 4679, - 4691 + 4780, + 4792 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 34 }, "end": { - "line": 145, + "line": 146, "column": 46 } } }, "range": [ - 4665, - 4691 + 4766, + 4792 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 46 } } @@ -10798,32 +10993,32 @@ "type": "Identifier", "name": "el", "range": [ - 4692, - 4694 + 4793, + 4795 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 47 }, "end": { - "line": 145, + "line": 146, "column": 49 } } } ], "range": [ - 4665, - 4695 + 4766, + 4796 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 50 } } @@ -10835,16 +11030,16 @@ "type": "Identifier", "name": "el", "range": [ - 4698, - 4700 + 4799, + 4801 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 53 }, "end": { - "line": 145, + "line": 146, "column": 55 } } @@ -10853,93 +11048,93 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4701, - 4710 + 4802, + 4811 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 56 }, "end": { - "line": 145, + "line": 146, "column": 65 } } }, "range": [ - 4698, - 4710 + 4799, + 4811 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 53 }, "end": { - "line": 145, + "line": 146, "column": 65 } } }, "range": [ - 4624, - 4710 + 4725, + 4811 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 16 }, "end": { - "line": 145, + "line": 146, "column": 65 } } } ], "range": [ - 4597, - 4724 + 4698, + 4825 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 13 } } }, "range": [ - 4597, - 4725 + 4698, + 4826 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 14 } } } ], "range": [ - 4308, - 4735 + 4395, + 4836 ], "loc": { "start": { - "line": 131, - "column": 61 + "line": 132, + "column": 63 }, "end": { - "line": 147, + "line": 148, "column": 9 } } @@ -10947,46 +11142,46 @@ "generator": false, "expression": false, "range": [ - 4295, - 4735 + 4380, + 4836 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 9 } } }, "range": [ - 4255, - 4735 + 4340, + 4836 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 9 } } }, "range": [ - 4255, - 4736 + 4340, + 4837 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 10 } }, @@ -10995,16 +11190,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4117, - 4246 + 4202, + 4331 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 11 } } @@ -11015,16 +11210,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4746, - 4943 + 4847, + 5044 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 11 } } @@ -11043,16 +11238,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4952, - 4965 + 5053, + 5066 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 21 } } @@ -11061,31 +11256,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 4966, - 4978 + 5067, + 5079 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 22 }, "end": { - "line": 155, + "line": 156, "column": 34 } } }, "range": [ - 4952, - 4978 + 5053, + 5079 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 34 } } @@ -11098,17 +11293,17 @@ "type": "Identifier", "name": "oTd", "range": [ - 4990, - 4993 + 5092, + 5095 ], "loc": { "start": { - "line": 155, - "column": 46 + "line": 156, + "column": 47 }, "end": { - "line": 155, - "column": 49 + "line": 156, + "column": 50 } } } @@ -11125,16 +11320,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5012, - 5017 + 5115, + 5120 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 21 } } @@ -11149,16 +11344,16 @@ "type": "Identifier", "name": "oTd", "range": [ - 5020, - 5023 + 5123, + 5126 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 27 } } @@ -11167,31 +11362,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 5024, - 5034 + 5127, + 5137 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 28 }, "end": { - "line": 156, + "line": 157, "column": 38 } } }, "range": [ - 5020, - 5034 + 5123, + 5137 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 38 } } @@ -11200,46 +11395,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5035, - 5040 + 5138, + 5143 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 39 }, "end": { - "line": 156, + "line": 157, "column": 44 } } }, "range": [ - 5020, - 5040 + 5123, + 5143 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 44 } } }, "range": [ - 5012, - 5040 + 5115, + 5143 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 44 } } @@ -11250,16 +11445,16 @@ "type": "Identifier", "name": "l", "range": [ - 5058, - 5059 + 5161, + 5162 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 16 }, "end": { - "line": 157, + "line": 158, "column": 17 } } @@ -11271,16 +11466,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5062, - 5067 + 5165, + 5170 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 20 }, "end": { - "line": 157, + "line": 158, "column": 25 } } @@ -11289,46 +11484,46 @@ "type": "Identifier", "name": "length", "range": [ - 5068, - 5074 + 5171, + 5177 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 26 }, "end": { - "line": 157, + "line": 158, "column": 32 } } }, "range": [ - 5062, - 5074 + 5165, + 5177 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 20 }, "end": { - "line": 157, + "line": 158, "column": 32 } } }, "range": [ - 5058, - 5074 + 5161, + 5177 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 16 }, "end": { - "line": 157, + "line": 158, "column": 32 } } @@ -11339,32 +11534,32 @@ "type": "Identifier", "name": "i", "range": [ - 5076, - 5077 + 5179, + 5180 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 34 }, "end": { - "line": 157, + "line": 158, "column": 35 } } }, "init": null, "range": [ - 5076, - 5077 + 5179, + 5180 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 34 }, "end": { - "line": 157, + "line": 158, "column": 35 } } @@ -11372,16 +11567,16 @@ ], "kind": "let", "range": [ - 5008, - 5078 + 5111, + 5181 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 12 }, "end": { - "line": 157, + "line": 158, "column": 36 } } @@ -11395,16 +11590,16 @@ "type": "Identifier", "name": "i", "range": [ - 5096, - 5097 + 5199, + 5200 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 17 }, "end": { - "line": 158, + "line": 159, "column": 18 } } @@ -11414,31 +11609,31 @@ "value": 0, "raw": "0", "range": [ - 5100, - 5101 + 5203, + 5204 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 21 }, "end": { - "line": 158, + "line": 159, "column": 22 } } }, "range": [ - 5096, - 5101 + 5199, + 5204 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 17 }, "end": { - "line": 158, + "line": 159, "column": 22 } } @@ -11456,16 +11651,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5103, - 5108 + 5206, + 5211 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 24 }, "end": { - "line": 158, + "line": 159, "column": 29 } } @@ -11474,31 +11669,31 @@ "type": "Identifier", "name": "i", "range": [ - 5109, - 5110 + 5212, + 5213 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 30 }, "end": { - "line": 158, + "line": 159, "column": 31 } } }, "range": [ - 5103, - 5111 + 5206, + 5214 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 24 }, "end": { - "line": 158, + "line": 159, "column": 32 } } @@ -11507,31 +11702,31 @@ "type": "Identifier", "name": "oTd", "range": [ - 5115, - 5118 + 5218, + 5221 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 36 }, "end": { - "line": 158, + "line": 159, "column": 39 } } }, "range": [ - 5103, - 5118 + 5206, + 5221 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 24 }, "end": { - "line": 158, + "line": 159, "column": 39 } } @@ -11543,16 +11738,16 @@ "type": "Identifier", "name": "i", "range": [ - 5122, - 5123 + 5225, + 5226 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 43 }, "end": { - "line": 158, + "line": 159, "column": 44 } } @@ -11561,46 +11756,46 @@ "type": "Identifier", "name": "l", "range": [ - 5126, - 5127 + 5229, + 5230 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 47 }, "end": { - "line": 158, + "line": 159, "column": 48 } } }, "range": [ - 5122, - 5127 + 5225, + 5230 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 43 }, "end": { - "line": 158, + "line": 159, "column": 48 } } }, "range": [ - 5103, - 5127 + 5206, + 5230 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 24 }, "end": { - "line": 158, + "line": 159, "column": 48 } } @@ -11612,32 +11807,32 @@ "type": "Identifier", "name": "i", "range": [ - 5129, - 5130 + 5232, + 5233 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 50 }, "end": { - "line": 158, + "line": 159, "column": 51 } } }, "prefix": false, "range": [ - 5129, - 5132 + 5232, + 5235 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 50 }, "end": { - "line": 158, + "line": 159, "column": 53 } } @@ -11646,32 +11841,32 @@ "type": "BlockStatement", "body": [], "range": [ - 5133, - 5135 + 5237, + 5240 ], "loc": { "start": { - "line": 158, - "column": 54 + "line": 159, + "column": 55 }, "end": { - "line": 158, - "column": 56 + "line": 159, + "column": 58 } } }, "range": [ - 5091, - 5135 + 5194, + 5240 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 12 }, "end": { - "line": 158, - "column": 56 + "line": 159, + "column": 58 } } }, @@ -11681,47 +11876,47 @@ "type": "Identifier", "name": "i", "range": [ - 5155, - 5156 + 5260, + 5261 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 19 }, "end": { - "line": 159, + "line": 160, "column": 20 } } }, "range": [ - 5148, - 5157 + 5253, + 5262 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 21 } } } ], "range": [ - 4994, - 5167 + 5097, + 5272 ], "loc": { "start": { - "line": 155, - "column": 50 + "line": 156, + "column": 52 }, "end": { - "line": 160, + "line": 161, "column": 9 } } @@ -11729,46 +11924,46 @@ "generator": false, "expression": false, "range": [ - 4981, - 5167 + 5082, + 5272 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 160, + "line": 161, "column": 9 } } }, "range": [ - 4952, - 5167 + 5053, + 5272 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 9 } } }, "range": [ - 4952, - 5168 + 5053, + 5273 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 10 } }, @@ -11777,16 +11972,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4746, - 4943 + 4847, + 5044 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 11 } } @@ -11797,16 +11992,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5178, - 5303 + 5283, + 5408 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 11 } } @@ -11828,16 +12023,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 5312, - 5325 + 5417, + 5430 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 167, "column": 21 } } @@ -11846,31 +12041,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 5326, - 5335 + 5431, + 5440 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 22 }, "end": { - "line": 166, + "line": 167, "column": 31 } } }, "range": [ - 5312, - 5335 + 5417, + 5440 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 167, "column": 31 } } @@ -11879,31 +12074,31 @@ "type": "Identifier", "name": "initHeader", "range": [ - 5336, - 5346 + 5441, + 5451 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 32 }, "end": { - "line": 166, + "line": 167, "column": 42 } } }, "range": [ - 5312, - 5346 + 5417, + 5451 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 167, "column": 42 } } @@ -11916,17 +12111,17 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 5358, - 5368 + 5464, + 5474 ], "loc": { "start": { - "line": 166, - "column": 54 + "line": 167, + "column": 55 }, "end": { - "line": 166, - "column": 64 + "line": 167, + "column": 65 } } } @@ -11943,16 +12138,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5387, - 5390 + 5494, + 5497 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 19 } } @@ -11960,31 +12155,31 @@ "init": { "type": "ThisExpression", "range": [ - 5393, - 5397 + 5500, + 5504 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 22 }, "end": { - "line": 167, + "line": 168, "column": 26 } } }, "range": [ - 5387, - 5397 + 5494, + 5504 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 26 } } @@ -11992,16 +12187,16 @@ ], "kind": "let", "range": [ - 5383, - 5398 + 5490, + 5505 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 27 } } @@ -12018,16 +12213,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5416, - 5419 + 5523, + 5526 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 17 }, "end": { - "line": 168, + "line": 169, "column": 20 } } @@ -12036,47 +12231,47 @@ "type": "Identifier", "name": "tHead", "range": [ - 5420, - 5425 + 5527, + 5532 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 21 }, "end": { - "line": 168, + "line": 169, "column": 26 } } }, "range": [ - 5416, - 5425 + 5523, + 5532 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 17 }, "end": { - "line": 168, + "line": 169, "column": 26 } } }, "prefix": true, "range": [ - 5415, - 5425 + 5522, + 5532 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 16 }, "end": { - "line": 168, + "line": 169, "column": 26 } } @@ -12093,17 +12288,17 @@ "type": "Identifier", "name": "tf", "range": [ - 5447, - 5449 + 5556, + 5558 ], "loc": { "start": { - "line": 169, - "column": 19 + "line": 170, + "column": 20 }, "end": { - "line": 169, - "column": 21 + "line": 170, + "column": 22 } } }, @@ -12111,32 +12306,32 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 5450, - 5460 + 5559, + 5569 ], "loc": { "start": { - "line": 169, - "column": 22 + "line": 170, + "column": 23 }, "end": { - "line": 169, - "column": 32 + "line": 170, + "column": 33 } } }, "range": [ - 5447, - 5460 + 5556, + 5569 ], "loc": { "start": { - "line": 169, - "column": 19 + "line": 170, + "column": 20 }, "end": { - "line": 169, - "column": 32 + "line": 170, + "column": 33 } } }, @@ -12155,16 +12350,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5483, - 5486 + 5593, + 5596 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 170, + "line": 171, "column": 23 } } @@ -12173,31 +12368,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 5487, - 5492 + 5597, + 5602 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 24 }, "end": { - "line": 170, + "line": 171, "column": 29 } } }, "range": [ - 5483, - 5492 + 5593, + 5602 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 170, + "line": 171, "column": 29 } } @@ -12217,16 +12412,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5495, - 5497 + 5605, + 5607 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 34 } } @@ -12235,31 +12430,31 @@ "type": "Identifier", "name": "feature", "range": [ - 5498, - 5505 + 5608, + 5615 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 35 }, "end": { - "line": 170, + "line": 171, "column": 42 } } }, "range": [ - 5495, - 5505 + 5605, + 5615 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 42 } } @@ -12270,32 +12465,32 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 5506, - 5518 + 5616, + 5628 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 43 }, "end": { - "line": 170, + "line": 171, "column": 55 } } } ], "range": [ - 5495, - 5519 + 5605, + 5629 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 56 } } @@ -12304,31 +12499,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5520, - 5527 + 5630, + 5637 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 57 }, "end": { - "line": 170, + "line": 171, "column": 64 } } }, "range": [ - 5495, - 5527 + 5605, + 5637 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 64 } } @@ -12337,77 +12532,77 @@ "type": "Identifier", "name": "tHead", "range": [ - 5528, - 5533 + 5638, + 5643 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 65 }, "end": { - "line": 170, + "line": 171, "column": 70 } } }, "range": [ - 5495, - 5533 + 5605, + 5643 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 70 } } }, "range": [ - 5483, - 5533 + 5593, + 5643 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 170, + "line": 171, "column": 70 } } }, "range": [ - 5483, - 5534 + 5593, + 5644 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 170, + "line": 171, "column": 71 } } } ], "range": [ - 5461, - 5552 + 5571, + 5662 ], "loc": { "start": { - "line": 169, - "column": 33 + "line": 170, + "column": 35 }, "end": { - "line": 171, + "line": 172, "column": 17 } } @@ -12419,79 +12614,79 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5580, - 5587 + 5690, + 5697 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 20 }, "end": { - "line": 172, + "line": 173, "column": 27 } } } ], "range": [ - 5558, - 5605 + 5668, + 5715 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 23 }, "end": { - "line": 173, + "line": 174, "column": 17 } } }, "range": [ - 5444, - 5605 + 5552, + 5715 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 173, + "line": 174, "column": 17 } } } ], "range": [ - 5426, - 5619 + 5534, + 5729 ], "loc": { "start": { - "line": 168, - "column": 27 + "line": 169, + "column": 28 }, "end": { - "line": 174, + "line": 175, "column": 13 } } }, "alternate": null, "range": [ - 5411, - 5619 + 5518, + 5729 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 174, + "line": 175, "column": 13 } } @@ -12508,16 +12703,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5633, - 5636 + 5743, + 5746 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 15 } } @@ -12526,31 +12721,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5637, - 5647 + 5747, + 5757 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 16 }, "end": { - "line": 176, + "line": 177, "column": 26 } } }, "range": [ - 5633, - 5647 + 5743, + 5757 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 26 } } @@ -12562,16 +12757,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5650, - 5652 + 5760, + 5762 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 29 }, "end": { - "line": 176, + "line": 177, "column": 31 } } @@ -12580,61 +12775,61 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5653, - 5663 + 5763, + 5773 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 32 }, "end": { - "line": 176, + "line": 177, "column": 42 } } }, "range": [ - 5650, - 5663 + 5760, + 5773 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 29 }, "end": { - "line": 176, + "line": 177, "column": 42 } } }, "range": [ - 5633, - 5663 + 5743, + 5773 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 42 } } }, "range": [ - 5633, - 5664 + 5743, + 5774 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 43 } } @@ -12648,16 +12843,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5681, - 5686 + 5791, + 5796 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 16 }, "end": { - "line": 177, + "line": 178, "column": 21 } } @@ -12678,16 +12873,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5689, - 5692 + 5799, + 5802 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 27 } } @@ -12696,31 +12891,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 5693, - 5698 + 5803, + 5808 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 28 }, "end": { - "line": 177, + "line": 178, "column": 33 } } }, "range": [ - 5689, - 5698 + 5799, + 5808 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 33 } } @@ -12729,31 +12924,31 @@ "type": "Identifier", "name": "rows", "range": [ - 5699, - 5703 + 5809, + 5813 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 34 }, "end": { - "line": 177, + "line": 178, "column": 38 } } }, "range": [ - 5689, - 5703 + 5799, + 5813 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 38 } } @@ -12765,16 +12960,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5704, - 5707 + 5814, + 5817 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 39 }, "end": { - "line": 177, + "line": 178, "column": 42 } } @@ -12783,46 +12978,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5708, - 5718 + 5818, + 5828 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 43 }, "end": { - "line": 177, + "line": 178, "column": 53 } } }, "range": [ - 5704, - 5718 + 5814, + 5828 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 39 }, "end": { - "line": 177, + "line": 178, "column": 53 } } }, "range": [ - 5689, - 5719 + 5799, + 5829 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 54 } } @@ -12831,46 +13026,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5720, - 5725 + 5830, + 5835 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 55 }, "end": { - "line": 177, + "line": 178, "column": 60 } } }, "range": [ - 5689, - 5725 + 5799, + 5835 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 60 } } }, "range": [ - 5681, - 5725 + 5791, + 5835 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 16 }, "end": { - "line": 177, + "line": 178, "column": 60 } } @@ -12878,16 +13073,16 @@ ], "kind": "let", "range": [ - 5677, - 5726 + 5787, + 5836 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 12 }, "end": { - "line": 177, + "line": 178, "column": 61 } } @@ -12904,16 +13099,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5739, - 5742 + 5849, + 5852 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 15 } } @@ -12922,31 +13117,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 5743, - 5752 + 5853, + 5862 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 16 }, "end": { - "line": 178, + "line": 179, "column": 25 } } }, "range": [ - 5739, - 5752 + 5849, + 5862 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 25 } } @@ -12958,16 +13153,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 5755, - 5765 + 5865, + 5875 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 28 }, "end": { - "line": 178, + "line": 179, "column": 38 } } @@ -12976,61 +13171,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5769, - 5771 + 5879, + 5881 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 42 }, "end": { - "line": 178, + "line": 179, "column": 44 } } }, "range": [ - 5755, - 5771 + 5865, + 5881 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 28 }, "end": { - "line": 178, + "line": 179, "column": 44 } } }, "range": [ - 5739, - 5771 + 5849, + 5881 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 44 } } }, "range": [ - 5739, - 5772 + 5849, + 5882 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 45 } } @@ -13044,16 +13239,16 @@ "type": "Identifier", "name": "l", "range": [ - 5789, - 5790 + 5899, + 5900 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 16 }, "end": { - "line": 179, + "line": 180, "column": 17 } } @@ -13065,16 +13260,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5793, - 5798 + 5903, + 5908 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 180, "column": 25 } } @@ -13083,46 +13278,46 @@ "type": "Identifier", "name": "length", "range": [ - 5799, - 5805 + 5909, + 5915 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 32 } } }, "range": [ - 5793, - 5805 + 5903, + 5915 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 180, "column": 32 } } }, "range": [ - 5789, - 5805 + 5899, + 5915 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 16 }, "end": { - "line": 179, + "line": 180, "column": 32 } } @@ -13130,16 +13325,16 @@ ], "kind": "let", "range": [ - 5785, - 5806 + 5895, + 5916 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 33 } } @@ -13153,32 +13348,32 @@ "type": "Identifier", "name": "img", "range": [ - 5823, - 5826 + 5933, + 5936 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 19 } } }, "init": null, "range": [ - 5823, - 5826 + 5933, + 5936 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 19 } } @@ -13189,32 +13384,32 @@ "type": "Identifier", "name": "c", "range": [ - 5828, - 5829 + 5938, + 5939 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 21 }, "end": { - "line": 180, + "line": 181, "column": 22 } } }, "init": null, "range": [ - 5828, - 5829 + 5938, + 5939 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 21 }, "end": { - "line": 180, + "line": 181, "column": 22 } } @@ -13222,16 +13417,16 @@ ], "kind": "let", "range": [ - 5819, - 5830 + 5929, + 5940 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 12 }, "end": { - "line": 180, + "line": 181, "column": 23 } } @@ -13247,16 +13442,16 @@ "type": "Identifier", "name": "i", "range": [ - 5853, - 5854 + 5963, + 5964 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 21 }, "end": { - "line": 182, + "line": 183, "column": 22 } } @@ -13266,31 +13461,31 @@ "value": 0, "raw": "0", "range": [ - 5857, - 5858 + 5967, + 5968 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 25 }, "end": { - "line": 182, + "line": 183, "column": 26 } } }, "range": [ - 5853, - 5858 + 5963, + 5968 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 21 }, "end": { - "line": 182, + "line": 183, "column": 26 } } @@ -13298,16 +13493,16 @@ ], "kind": "let", "range": [ - 5849, - 5858 + 5959, + 5968 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 17 }, "end": { - "line": 182, + "line": 183, "column": 26 } } @@ -13319,16 +13514,16 @@ "type": "Identifier", "name": "i", "range": [ - 5860, - 5861 + 5970, + 5971 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 28 }, "end": { - "line": 182, + "line": 183, "column": 29 } } @@ -13337,31 +13532,31 @@ "type": "Identifier", "name": "l", "range": [ - 5864, - 5865 + 5974, + 5975 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 32 }, "end": { - "line": 182, + "line": 183, "column": 33 } } }, "range": [ - 5860, - 5865 + 5970, + 5975 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 28 }, "end": { - "line": 182, + "line": 183, "column": 33 } } @@ -13373,32 +13568,32 @@ "type": "Identifier", "name": "i", "range": [ - 5867, - 5868 + 5977, + 5978 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 35 }, "end": { - "line": 182, + "line": 183, "column": 36 } } }, "prefix": false, "range": [ - 5867, - 5870 + 5977, + 5980 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 35 }, "end": { - "line": 182, + "line": 183, "column": 38 } } @@ -13415,16 +13610,16 @@ "type": "Identifier", "name": "c", "range": [ - 5890, - 5891 + 6000, + 6001 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 17 } } @@ -13436,16 +13631,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5894, - 5899 + 6004, + 6009 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 20 }, "end": { - "line": 183, + "line": 184, "column": 25 } } @@ -13454,61 +13649,61 @@ "type": "Identifier", "name": "i", "range": [ - 5900, - 5901 + 6010, + 6011 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 26 }, "end": { - "line": 183, + "line": 184, "column": 27 } } }, "range": [ - 5894, - 5902 + 6004, + 6012 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 20 }, "end": { - "line": 183, + "line": 184, "column": 28 } } }, "range": [ - 5890, - 5902 + 6000, + 6012 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 28 } } }, "range": [ - 5890, - 5903 + 6000, + 6013 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 29 } } @@ -13531,16 +13726,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5924, - 5927 + 6034, + 6037 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 23 } } @@ -13549,31 +13744,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 5928, - 5937 + 6038, + 6047 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 24 }, "end": { - "line": 184, + "line": 185, "column": 33 } } }, "range": [ - 5924, - 5937 + 6034, + 6047 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 33 } } @@ -13582,31 +13777,31 @@ "type": "Identifier", "name": "i", "range": [ - 5938, - 5939 + 6048, + 6049 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 34 }, "end": { - "line": 184, + "line": 185, "column": 35 } } }, "range": [ - 5924, - 5940 + 6034, + 6050 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 36 } } @@ -13616,31 +13811,31 @@ "value": null, "raw": "null", "range": [ - 5945, - 5949 + 6055, + 6059 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 41 }, "end": { - "line": 184, + "line": 185, "column": 45 } } }, "range": [ - 5924, - 5949 + 6034, + 6059 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 45 } } @@ -13658,16 +13853,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5953, - 5956 + 6063, + 6066 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 49 }, "end": { - "line": 184, + "line": 185, "column": 52 } } @@ -13676,31 +13871,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 5957, - 5966 + 6067, + 6076 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 53 }, "end": { - "line": 184, + "line": 185, "column": 62 } } }, "range": [ - 5953, - 5966 + 6063, + 6076 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 49 }, "end": { - "line": 184, + "line": 185, "column": 62 } } @@ -13709,31 +13904,31 @@ "type": "Identifier", "name": "i", "range": [ - 5967, - 5968 + 6077, + 6078 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 63 }, "end": { - "line": 184, + "line": 185, "column": 64 } } }, "range": [ - 5953, - 5969 + 6063, + 6079 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 49 }, "end": { - "line": 184, + "line": 185, "column": 65 } } @@ -13743,46 +13938,46 @@ "value": "None", "raw": "'None'", "range": [ - 5974, - 5980 + 6084, + 6090 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 70 }, "end": { - "line": 184, + "line": 185, "column": 76 } } }, "range": [ - 5953, - 5980 + 6063, + 6090 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 49 }, "end": { - "line": 184, + "line": 185, "column": 76 } } }, "range": [ - 5924, - 5980 + 6034, + 6090 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 76 } } @@ -13805,16 +14000,16 @@ "type": "Identifier", "name": "c", "range": [ - 6003, - 6004 + 6114, + 6115 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 21 } } @@ -13823,31 +14018,31 @@ "type": "Identifier", "name": "style", "range": [ - 6005, - 6010 + 6116, + 6121 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 22 }, "end": { - "line": 185, + "line": 186, "column": 27 } } }, "range": [ - 6003, - 6010 + 6114, + 6121 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 27 } } @@ -13856,31 +14051,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 6011, - 6017 + 6122, + 6128 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 28 }, "end": { - "line": 185, + "line": 186, "column": 34 } } }, "range": [ - 6003, - 6017 + 6114, + 6128 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 34 } } @@ -13890,46 +14085,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 6020, - 6029 + 6131, + 6140 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 37 }, "end": { - "line": 185, + "line": 186, "column": 46 } } }, "range": [ - 6003, - 6029 + 6114, + 6140 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 46 } } }, "range": [ - 6003, - 6030 + 6114, + 6141 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 47 } } @@ -13943,16 +14138,16 @@ "type": "Identifier", "name": "img", "range": [ - 6051, - 6054 + 6162, + 6165 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 23 } } @@ -13966,16 +14161,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6057, - 6060 + 6168, + 6171 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 26 }, "end": { - "line": 186, + "line": 187, "column": 29 } } @@ -13984,31 +14179,31 @@ "type": "Identifier", "name": "create", "range": [ - 6061, - 6067 + 6172, + 6178 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 30 }, "end": { - "line": 186, + "line": 187, "column": 36 } } }, "range": [ - 6057, - 6067 + 6168, + 6178 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 26 }, "end": { - "line": 186, + "line": 187, "column": 36 } } @@ -14019,16 +14214,16 @@ "value": "img", "raw": "'img'", "range": [ - 6068, - 6073 + 6179, + 6184 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 37 }, "end": { - "line": 186, + "line": 187, "column": 42 } } @@ -14041,16 +14236,16 @@ "value": "src", "raw": "'src'", "range": [ - 6100, - 6105 + 6211, + 6216 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 25 }, "end": { - "line": 187, + "line": 188, "column": 30 } } @@ -14065,16 +14260,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6107, - 6111 + 6218, + 6222 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 32 }, "end": { - "line": 187, + "line": 188, "column": 36 } } @@ -14083,31 +14278,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 6112, - 6119 + 6223, + 6230 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 37 }, "end": { - "line": 187, + "line": 188, "column": 44 } } }, "range": [ - 6107, - 6119 + 6218, + 6230 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 32 }, "end": { - "line": 187, + "line": 188, "column": 44 } } @@ -14119,16 +14314,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6122, - 6126 + 6233, + 6237 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 47 }, "end": { - "line": 187, + "line": 188, "column": 51 } } @@ -14137,108 +14332,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 6127, - 6135 + 6238, + 6246 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 52 }, "end": { - "line": 187, + "line": 188, "column": 60 } } }, "range": [ - 6122, - 6135 + 6233, + 6246 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 47 }, "end": { - "line": 187, + "line": 188, "column": 60 } } }, "range": [ - 6107, - 6135 + 6218, + 6246 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 32 }, "end": { - "line": 187, + "line": 188, "column": 60 } } } ], "range": [ - 6099, - 6136 + 6210, + 6247 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 61 } } } ], "range": [ - 6057, - 6137 + 6168, + 6248 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 26 }, "end": { - "line": 187, + "line": 188, "column": 62 } } }, "range": [ - 6051, - 6137 + 6162, + 6248 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 187, + "line": 188, "column": 62 } } }, "range": [ - 6051, - 6138 + 6162, + 6249 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 187, + "line": 188, "column": 63 } } @@ -14254,16 +14449,16 @@ "type": "Identifier", "name": "c", "range": [ - 6159, - 6160 + 6270, + 6271 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 21 } } @@ -14272,31 +14467,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6161, - 6172 + 6272, + 6283 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 22 }, "end": { - "line": 188, + "line": 189, "column": 33 } } }, "range": [ - 6159, - 6172 + 6270, + 6283 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 33 } } @@ -14306,47 +14501,47 @@ "type": "Identifier", "name": "img", "range": [ - 6173, - 6176 + 6284, + 6287 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 34 }, "end": { - "line": 188, + "line": 189, "column": 37 } } } ], "range": [ - 6159, - 6177 + 6270, + 6288 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 38 } } }, "range": [ - 6159, - 6178 + 6270, + 6289 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 39 } } @@ -14366,16 +14561,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6203, - 6206 + 6314, + 6317 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 24 }, "end": { - "line": 189, + "line": 190, "column": 27 } } @@ -14384,31 +14579,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6207, - 6216 + 6318, + 6327 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 28 }, "end": { - "line": 189, + "line": 190, "column": 37 } } }, "range": [ - 6203, - 6216 + 6314, + 6327 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 24 }, "end": { - "line": 189, + "line": 190, "column": 37 } } @@ -14417,31 +14612,31 @@ "type": "Identifier", "name": "i", "range": [ - 6217, - 6218 + 6328, + 6329 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 38 }, "end": { - "line": 189, + "line": 190, "column": 39 } } }, "range": [ - 6203, - 6219 + 6314, + 6330 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 24 }, "end": { - "line": 189, + "line": 190, "column": 40 } } @@ -14451,31 +14646,31 @@ "value": null, "raw": "null", "range": [ - 6224, - 6228 + 6335, + 6339 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 45 }, "end": { - "line": 189, + "line": 190, "column": 49 } } }, "range": [ - 6203, - 6228 + 6314, + 6339 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 24 }, "end": { - "line": 189, + "line": 190, "column": 49 } } @@ -14494,16 +14689,16 @@ "type": "Identifier", "name": "c", "range": [ - 6255, - 6256 + 6367, + 6368 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 25 } } @@ -14512,31 +14707,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6257, - 6269 + 6369, + 6381 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 26 }, "end": { - "line": 190, + "line": 191, "column": 38 } } }, "range": [ - 6255, - 6269 + 6367, + 6381 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 38 } } @@ -14547,17 +14742,17 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 6271, - 6282 + 6382, + 6393 ], "loc": { "start": { - "line": 190, - "column": 40 + "line": 191, + "column": 39 }, "end": { - "line": 190, - "column": 51 + "line": 191, + "column": 50 } } }, @@ -14571,17 +14766,17 @@ "type": "Identifier", "name": "stt", "range": [ - 6284, - 6287 + 6395, + 6398 ], "loc": { "start": { - "line": 190, - "column": 53 + "line": 191, + "column": 52 }, "end": { - "line": 190, - "column": 56 + "line": 191, + "column": 55 } } }, @@ -14589,32 +14784,32 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6288, - 6297 + 6399, + 6408 ], "loc": { "start": { - "line": 190, - "column": 57 + "line": 191, + "column": 56 }, "end": { - "line": 190, - "column": 66 + "line": 191, + "column": 65 } } }, "range": [ - 6284, - 6297 + 6395, + 6408 ], "loc": { "start": { - "line": 190, - "column": 53 + "line": 191, + "column": 52 }, "end": { - "line": 190, - "column": 66 + "line": 191, + "column": 65 } } }, @@ -14622,94 +14817,94 @@ "type": "Identifier", "name": "i", "range": [ - 6298, - 6299 + 6409, + 6410 ], "loc": { "start": { - "line": 190, - "column": 67 + "line": 191, + "column": 66 }, "end": { - "line": 190, - "column": 68 + "line": 191, + "column": 67 } } }, "range": [ - 6284, - 6300 + 6395, + 6411 ], "loc": { "start": { - "line": 190, - "column": 53 + "line": 191, + "column": 52 }, "end": { - "line": 190, - "column": 69 + "line": 191, + "column": 68 } } } ], "range": [ - 6255, - 6301 + 6367, + 6412 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, - "column": 70 + "line": 191, + "column": 69 } } }, "range": [ - 6255, - 6302 + 6367, + 6413 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, - "column": 71 + "line": 191, + "column": 70 } } } ], "range": [ - 6229, - 6324 + 6341, + 6435 ], "loc": { "start": { - "line": 189, - "column": 50 + "line": 190, + "column": 51 }, "end": { - "line": 191, + "line": 192, "column": 21 } } }, "alternate": null, "range": [ - 6199, - 6324 + 6310, + 6435 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 20 }, "end": { - "line": 191, + "line": 192, "column": 21 } } @@ -14725,16 +14920,16 @@ "type": "Identifier", "name": "Event", "range": [ - 6345, - 6350 + 6456, + 6461 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 193, "column": 25 } } @@ -14743,31 +14938,31 @@ "type": "Identifier", "name": "add", "range": [ - 6351, - 6354 + 6462, + 6465 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 26 }, "end": { - "line": 192, + "line": 193, "column": 29 } } }, "range": [ - 6345, - 6354 + 6456, + 6465 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 193, "column": 29 } } @@ -14777,16 +14972,16 @@ "type": "Identifier", "name": "c", "range": [ - 6355, - 6356 + 6466, + 6467 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 30 }, "end": { - "line": 192, + "line": 193, "column": 31 } } @@ -14796,16 +14991,16 @@ "value": "click", "raw": "'click'", "range": [ - 6358, - 6365 + 6469, + 6476 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 33 }, "end": { - "line": 192, + "line": 193, "column": 40 } } @@ -14817,16 +15012,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6367, - 6370 + 6478, + 6481 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 42 }, "end": { - "line": 192, + "line": 193, "column": 45 } } @@ -14835,78 +15030,78 @@ "type": "Identifier", "name": "_headerOnclick", "range": [ - 6371, - 6385 + 6482, + 6496 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 46 }, "end": { - "line": 192, + "line": 193, "column": 60 } } }, "range": [ - 6367, - 6385 + 6478, + 6496 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 42 }, "end": { - "line": 192, + "line": 193, "column": 60 } } } ], "range": [ - 6345, - 6386 + 6456, + 6497 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 193, "column": 61 } } }, "range": [ - 6345, - 6387 + 6456, + 6498 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 193, "column": 62 } } } ], "range": [ - 5981, - 6405 + 6092, + 6516 ], "loc": { "start": { - "line": 184, - "column": 77 + "line": 185, + "column": 78 }, "end": { - "line": 193, + "line": 194, "column": 17 } } @@ -14925,16 +15120,16 @@ "type": "Identifier", "name": "c", "range": [ - 6433, - 6434 + 6544, + 6545 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 20 }, "end": { - "line": 194, + "line": 195, "column": 21 } } @@ -14943,31 +15138,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6435, - 6447 + 6546, + 6558 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 22 }, "end": { - "line": 194, + "line": 195, "column": 34 } } }, "range": [ - 6433, - 6447 + 6544, + 6558 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 20 }, "end": { - "line": 194, + "line": 195, "column": 34 } } @@ -14978,16 +15173,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 6448, - 6459 + 6559, + 6570 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 35 }, "end": { - "line": 194, + "line": 195, "column": 46 } } @@ -14999,16 +15194,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 6461, - 6471 + 6572, + 6582 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 48 }, "end": { - "line": 194, + "line": 195, "column": 58 } } @@ -15017,62 +15212,62 @@ "type": "Identifier", "name": "i", "range": [ - 6472, - 6473 + 6583, + 6584 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 59 }, "end": { - "line": 194, + "line": 195, "column": 60 } } }, "range": [ - 6461, - 6474 + 6572, + 6585 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 48 }, "end": { - "line": 194, + "line": 195, "column": 61 } } } ], "range": [ - 6433, - 6475 + 6544, + 6586 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 20 }, "end": { - "line": 194, + "line": 195, "column": 62 } } }, "range": [ - 6433, - 6476 + 6544, + 6587 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 20 }, "end": { - "line": 194, + "line": 195, "column": 63 } } @@ -15089,16 +15284,16 @@ "type": "Identifier", "name": "c", "range": [ - 6497, - 6498 + 6608, + 6609 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 20 }, "end": { - "line": 195, + "line": 196, "column": 21 } } @@ -15107,31 +15302,31 @@ "type": "Identifier", "name": "_sortType", "range": [ - 6499, - 6508 + 6610, + 6619 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 22 }, "end": { - "line": 195, + "line": 196, "column": 31 } } }, "range": [ - 6497, - 6508 + 6608, + 6619 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 20 }, "end": { - "line": 195, + "line": 196, "column": 31 } } @@ -15141,108 +15336,108 @@ "value": "None", "raw": "'None'", "range": [ - 6511, - 6517 + 6622, + 6628 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 34 }, "end": { - "line": 195, + "line": 196, "column": 40 } } }, "range": [ - 6497, - 6517 + 6608, + 6628 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 20 }, "end": { - "line": 195, + "line": 196, "column": 40 } } }, "range": [ - 6497, - 6518 + 6608, + 6629 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 20 }, "end": { - "line": 195, + "line": 196, "column": 41 } } } ], "range": [ - 6411, - 6536 + 6522, + 6647 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 23 }, "end": { - "line": 196, + "line": 197, "column": 17 } } }, "range": [ - 5920, - 6536 + 6030, + 6647 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 196, + "line": 197, "column": 17 } } } ], "range": [ - 5872, - 6550 + 5982, + 6661 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 40 }, "end": { - "line": 197, + "line": 198, "column": 13 } } }, "range": [ - 5844, - 6550 + 5954, + 6661 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 12 }, "end": { - "line": 197, + "line": 198, "column": 13 } } @@ -15258,16 +15453,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6563, - 6566 + 6674, + 6677 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 15 } } @@ -15276,78 +15471,78 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 6567, - 6585 + 6678, + 6696 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 16 }, "end": { - "line": 198, + "line": 199, "column": 34 } } }, "range": [ - 6563, - 6585 + 6674, + 6696 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 34 } } }, "arguments": [], "range": [ - 6563, - 6587 + 6674, + 6698 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 36 } } }, "range": [ - 6563, - 6588 + 6674, + 6699 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 37 } } } ], "range": [ - 5369, - 6598 + 5476, + 6709 ], "loc": { "start": { - "line": 166, - "column": 65 + "line": 167, + "column": 67 }, "end": { - "line": 199, + "line": 200, "column": 9 } } @@ -15355,46 +15550,46 @@ "generator": false, "expression": false, "range": [ - 5349, - 6598 + 5454, + 6709 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 45 }, "end": { - "line": 199, + "line": 200, "column": 9 } } }, "range": [ - 5312, - 6598 + 5417, + 6709 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 9 } } }, "range": [ - 5312, - 6599 + 5417, + 6710 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 10 } }, @@ -15403,16 +15598,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5178, - 5303 + 5283, + 5408 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 11 } } @@ -15423,16 +15618,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6609, - 6701 + 6720, + 6812 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 11 } } @@ -15454,16 +15649,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6710, - 6723 + 6821, + 6834 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 21 } } @@ -15472,31 +15667,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 6724, - 6733 + 6835, + 6844 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 22 }, "end": { - "line": 204, + "line": 205, "column": 31 } } }, "range": [ - 6710, - 6733 + 6821, + 6844 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 31 } } @@ -15505,31 +15700,31 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 6734, - 6752 + 6845, + 6863 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 32 }, "end": { - "line": 204, + "line": 205, "column": 50 } } }, "range": [ - 6710, - 6752 + 6821, + 6863 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 50 } } @@ -15550,16 +15745,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6783, - 6786 + 6896, + 6899 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 16 }, "end": { - "line": 205, + "line": 206, "column": 19 } } @@ -15567,31 +15762,31 @@ "init": { "type": "ThisExpression", "range": [ - 6789, - 6793 + 6902, + 6906 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 22 }, "end": { - "line": 205, + "line": 206, "column": 26 } } }, "range": [ - 6783, - 6793 + 6896, + 6906 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 16 }, "end": { - "line": 205, + "line": 206, "column": 26 } } @@ -15599,16 +15794,16 @@ ], "kind": "let", "range": [ - 6779, - 6794 + 6892, + 6907 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 12 }, "end": { - "line": 205, + "line": 206, "column": 27 } } @@ -15622,32 +15817,32 @@ "type": "Identifier", "name": "cells", "range": [ - 6811, - 6816 + 6924, + 6929 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 16 }, "end": { - "line": 206, + "line": 207, "column": 21 } } }, "init": null, "range": [ - 6811, - 6816 + 6924, + 6929 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 16 }, "end": { - "line": 206, + "line": 207, "column": 21 } } @@ -15658,32 +15853,32 @@ "type": "Identifier", "name": "l", "range": [ - 6818, - 6819 + 6931, + 6932 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 23 }, "end": { - "line": 206, + "line": 207, "column": 24 } } }, "init": null, "range": [ - 6818, - 6819 + 6931, + 6932 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 23 }, "end": { - "line": 206, + "line": 207, "column": 24 } } @@ -15694,32 +15889,32 @@ "type": "Identifier", "name": "img", "range": [ - 6821, - 6824 + 6934, + 6937 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 26 }, "end": { - "line": 206, + "line": 207, "column": 29 } } }, "init": null, "range": [ - 6821, - 6824 + 6934, + 6937 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 26 }, "end": { - "line": 206, + "line": 207, "column": 29 } } @@ -15727,16 +15922,16 @@ ], "kind": "let", "range": [ - 6807, - 6825 + 6920, + 6938 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 12 }, "end": { - "line": 206, + "line": 207, "column": 30 } }, @@ -15745,16 +15940,16 @@ "type": "Line", "value": " external headers", "range": [ - 6839, - 6858 + 6952, + 6971 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 31 } } @@ -15773,17 +15968,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 6874, - 6878 + 6988, + 6992 ], "loc": { "start": { - "line": 209, - "column": 15 + "line": 210, + "column": 16 }, "end": { - "line": 209, - "column": 19 + "line": 210, + "column": 20 } } }, @@ -15791,32 +15986,32 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 6879, - 6888 + 6993, + 7002 ], "loc": { "start": { - "line": 209, - "column": 20 + "line": 210, + "column": 21 }, "end": { - "line": 209, - "column": 29 + "line": 210, + "column": 30 } } }, "range": [ - 6874, - 6888 + 6988, + 7002 ], "loc": { "start": { - "line": 209, - "column": 15 + "line": 210, + "column": 16 }, "end": { - "line": 209, - "column": 29 + "line": 210, + "column": 30 } } }, @@ -15833,17 +16028,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 6892, - 6896 + 7006, + 7010 ], "loc": { "start": { - "line": 209, - "column": 33 + "line": 210, + "column": 34 }, "end": { - "line": 209, - "column": 37 + "line": 210, + "column": 38 } } }, @@ -15851,32 +16046,32 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 6897, - 6907 + 7011, + 7021 ], "loc": { "start": { - "line": 209, - "column": 38 + "line": 210, + "column": 39 }, "end": { - "line": 209, - "column": 48 + "line": 210, + "column": 49 } } }, "range": [ - 6892, - 6907 + 7006, + 7021 ], "loc": { "start": { - "line": 209, - "column": 33 + "line": 210, + "column": 34 }, "end": { - "line": 209, - "column": 48 + "line": 210, + "column": 49 } } }, @@ -15884,32 +16079,32 @@ "type": "Identifier", "name": "length", "range": [ - 6908, - 6914 + 7022, + 7028 ], "loc": { "start": { - "line": 209, - "column": 49 + "line": 210, + "column": 50 }, "end": { - "line": 209, - "column": 55 + "line": 210, + "column": 56 } } }, "range": [ - 6892, - 6914 + 7006, + 7028 ], "loc": { "start": { - "line": 209, - "column": 33 + "line": 210, + "column": 34 }, "end": { - "line": 209, - "column": 55 + "line": 210, + "column": 56 } } }, @@ -15918,47 +16113,47 @@ "value": 0, "raw": "0", "range": [ - 6917, - 6918 + 7031, + 7032 ], "loc": { "start": { - "line": 209, - "column": 58 + "line": 210, + "column": 59 }, "end": { - "line": 209, - "column": 59 + "line": 210, + "column": 60 } } }, "range": [ - 6892, - 6918 + 7006, + 7032 ], "loc": { "start": { - "line": 209, - "column": 33 + "line": 210, + "column": 34 }, "end": { - "line": 209, - "column": 59 + "line": 210, + "column": 60 } } }, "range": [ - 6874, - 6918 + 6988, + 7032 ], "loc": { "start": { - "line": 209, - "column": 15 + "line": 210, + "column": 16 }, "end": { - "line": 209, - "column": 59 + "line": 210, + "column": 60 } } }, @@ -15974,16 +16169,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 6941, - 6949 + 7056, + 7064 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 20 }, "end": { - "line": 210, + "line": 211, "column": 28 } } @@ -15995,16 +16190,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6952, - 6956 + 7067, + 7071 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 31 }, "end": { - "line": 210, + "line": 211, "column": 35 } } @@ -16013,46 +16208,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 6957, - 6967 + 7072, + 7082 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 36 }, "end": { - "line": 210, + "line": 211, "column": 46 } } }, "range": [ - 6952, - 6967 + 7067, + 7082 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 31 }, "end": { - "line": 210, + "line": 211, "column": 46 } } }, "range": [ - 6941, - 6967 + 7056, + 7082 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 20 }, "end": { - "line": 210, + "line": 211, "column": 46 } } @@ -16060,16 +16255,16 @@ ], "kind": "let", "range": [ - 6937, - 6968 + 7052, + 7083 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 16 }, "end": { - "line": 210, + "line": 211, "column": 47 } } @@ -16083,16 +16278,16 @@ "type": "Identifier", "name": "cells", "range": [ - 6985, - 6990 + 7100, + 7105 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 16 }, "end": { - "line": 211, + "line": 212, "column": 21 } } @@ -16101,46 +16296,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6993, - 6995 + 7108, + 7110 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 24 }, "end": { - "line": 211, + "line": 212, "column": 26 } } }, "range": [ - 6985, - 6995 + 7100, + 7110 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 16 }, "end": { - "line": 211, + "line": 212, "column": 26 } } }, "range": [ - 6985, - 6996 + 7100, + 7111 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 16 }, "end": { - "line": 211, + "line": 212, "column": 27 } } @@ -16154,16 +16349,16 @@ "type": "Identifier", "name": "l", "range": [ - 7013, - 7014 + 7128, + 7129 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 16 }, "end": { - "line": 212, + "line": 213, "column": 17 } } @@ -16175,16 +16370,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7017, - 7025 + 7132, + 7140 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 20 }, "end": { - "line": 212, + "line": 213, "column": 28 } } @@ -16193,61 +16388,61 @@ "type": "Identifier", "name": "length", "range": [ - 7026, - 7032 + 7141, + 7147 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 29 }, "end": { - "line": 212, + "line": 213, "column": 35 } } }, "range": [ - 7017, - 7032 + 7132, + 7147 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 20 }, "end": { - "line": 212, + "line": 213, "column": 35 } } }, "range": [ - 7013, - 7032 + 7128, + 7147 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 16 }, "end": { - "line": 212, + "line": 213, "column": 35 } } }, "range": [ - 7013, - 7033 + 7128, + 7148 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 16 }, "end": { - "line": 212, + "line": 213, "column": 36 } } @@ -16263,17 +16458,17 @@ "type": "Identifier", "name": "j", "range": [ - 7058, - 7059 + 7174, + 7175 ], "loc": { "start": { - "line": 213, - "column": 24 + "line": 214, + "column": 25 }, "end": { - "line": 213, - "column": 25 + "line": 214, + "column": 26 } } }, @@ -16282,49 +16477,49 @@ "value": 0, "raw": "0", "range": [ - 7060, - 7061 + 7178, + 7179 ], "loc": { "start": { - "line": 213, - "column": 26 + "line": 214, + "column": 29 }, "end": { - "line": 213, - "column": 27 + "line": 214, + "column": 30 } } }, "range": [ - 7058, - 7061 + 7174, + 7179 ], "loc": { "start": { - "line": 213, - "column": 24 + "line": 214, + "column": 25 }, "end": { - "line": 213, - "column": 27 + "line": 214, + "column": 30 } } } ], "kind": "let", "range": [ - 7054, - 7061 + 7170, + 7179 ], "loc": { "start": { - "line": 213, - "column": 20 + "line": 214, + "column": 21 }, "end": { - "line": 213, - "column": 27 + "line": 214, + "column": 30 } } }, @@ -16335,17 +16530,17 @@ "type": "Identifier", "name": "j", "range": [ - 7063, - 7064 + 7181, + 7182 ], "loc": { "start": { - "line": 213, - "column": 29 + "line": 214, + "column": 32 }, "end": { - "line": 213, - "column": 30 + "line": 214, + "column": 33 } } }, @@ -16356,17 +16551,17 @@ "type": "Identifier", "name": "triggers", "range": [ - 7065, - 7073 + 7185, + 7193 ], "loc": { "start": { - "line": 213, - "column": 31 + "line": 214, + "column": 36 }, "end": { - "line": 213, - "column": 39 + "line": 214, + "column": 44 } } }, @@ -16374,47 +16569,47 @@ "type": "Identifier", "name": "length", "range": [ - 7074, - 7080 + 7194, + 7200 ], "loc": { "start": { - "line": 213, - "column": 40 + "line": 214, + "column": 45 }, "end": { - "line": 213, - "column": 46 + "line": 214, + "column": 51 } } }, "range": [ - 7065, - 7080 + 7185, + 7200 ], "loc": { "start": { - "line": 213, - "column": 31 + "line": 214, + "column": 36 }, "end": { - "line": 213, - "column": 46 + "line": 214, + "column": 51 } } }, "range": [ - 7063, - 7080 + 7181, + 7200 ], "loc": { "start": { - "line": 213, - "column": 29 + "line": 214, + "column": 32 }, "end": { - "line": 213, - "column": 46 + "line": 214, + "column": 51 } } }, @@ -16425,33 +16620,33 @@ "type": "Identifier", "name": "j", "range": [ - 7082, - 7083 + 7202, + 7203 ], "loc": { "start": { - "line": 213, - "column": 48 + "line": 214, + "column": 53 }, "end": { - "line": 213, - "column": 49 + "line": 214, + "column": 54 } } }, "prefix": false, "range": [ - 7082, - 7085 + 7202, + 7205 ], "loc": { "start": { - "line": 213, - "column": 48 + "line": 214, + "column": 53 }, "end": { - "line": 213, - "column": 51 + "line": 214, + "column": 56 } } }, @@ -16469,16 +16664,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7108, - 7113 + 7229, + 7234 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 20 }, "end": { - "line": 214, + "line": 215, "column": 25 } } @@ -16487,31 +16682,31 @@ "type": "Identifier", "name": "push", "range": [ - 7114, - 7118 + 7235, + 7239 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 26 }, "end": { - "line": 214, + "line": 215, "column": 30 } } }, "range": [ - 7108, - 7118 + 7229, + 7239 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 20 }, "end": { - "line": 214, + "line": 215, "column": 30 } } @@ -16526,16 +16721,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7119, - 7122 + 7240, + 7243 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 31 }, "end": { - "line": 214, + "line": 215, "column": 34 } } @@ -16544,31 +16739,31 @@ "type": "Identifier", "name": "id", "range": [ - 7123, - 7125 + 7244, + 7246 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 35 }, "end": { - "line": 214, + "line": 215, "column": 37 } } }, "range": [ - 7119, - 7125 + 7240, + 7246 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 31 }, "end": { - "line": 214, + "line": 215, "column": 37 } } @@ -16581,16 +16776,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7126, - 7134 + 7247, + 7255 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 38 }, "end": { - "line": 214, + "line": 215, "column": 46 } } @@ -16599,125 +16794,125 @@ "type": "Identifier", "name": "j", "range": [ - 7135, - 7136 + 7256, + 7257 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 47 }, "end": { - "line": 214, + "line": 215, "column": 48 } } }, "range": [ - 7126, - 7137 + 7247, + 7258 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 38 }, "end": { - "line": 214, + "line": 215, "column": 49 } } } ], "range": [ - 7119, - 7138 + 7240, + 7259 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 31 }, "end": { - "line": 214, + "line": 215, "column": 50 } } } ], "range": [ - 7108, - 7139 + 7229, + 7260 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 20 }, "end": { - "line": 214, + "line": 215, "column": 51 } } }, "range": [ - 7108, - 7140 + 7229, + 7261 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 20 }, "end": { - "line": 214, + "line": 215, "column": 52 } } } ], "range": [ - 7086, - 7158 + 7207, + 7279 ], "loc": { "start": { - "line": 213, - "column": 52 + "line": 214, + "column": 58 }, "end": { - "line": 215, + "line": 216, "column": 17 } } }, "range": [ - 7050, - 7158 + 7165, + 7279 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 17 } } } ], "range": [ - 6919, - 7172 + 7034, + 7293 ], "loc": { "start": { - "line": 209, - "column": 60 + "line": 210, + "column": 62 }, "end": { - "line": 216, + "line": 217, "column": 13 } } @@ -16736,17 +16931,17 @@ "object": { "type": "ThisExpression", "range": [ - 7200, - 7204 + 7322, + 7326 ], "loc": { "start": { - "line": 217, - "column": 20 + "line": 218, + "column": 21 }, "end": { - "line": 217, - "column": 24 + "line": 218, + "column": 25 } } }, @@ -16754,48 +16949,48 @@ "type": "Identifier", "name": "tHead", "range": [ - 7205, - 7210 + 7327, + 7332 ], "loc": { "start": { - "line": 217, - "column": 25 + "line": 218, + "column": 26 }, "end": { - "line": 217, - "column": 30 + "line": 218, + "column": 31 } } }, "range": [ - 7200, - 7210 + 7322, + 7332 ], "loc": { "start": { - "line": 217, - "column": 20 + "line": 218, + "column": 21 }, "end": { - "line": 217, - "column": 30 + "line": 218, + "column": 31 } } }, "prefix": true, "range": [ - 7199, - 7210 + 7321, + 7332 ], "loc": { "start": { - "line": 217, - "column": 19 + "line": 218, + "column": 20 }, "end": { - "line": 217, - "column": 30 + "line": 218, + "column": 31 } } }, @@ -16806,48 +17001,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7233, - 7240 + 7356, + 7363 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 27 } } } ], "range": [ - 7211, - 7258 + 7334, + 7381 ], "loc": { "start": { - "line": 217, - "column": 31 + "line": 218, + "column": 33 }, "end": { - "line": 219, + "line": 220, "column": 17 } } }, "alternate": null, "range": [ - 7196, - 7258 + 7317, + 7381 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 16 }, "end": { - "line": 219, + "line": 220, "column": 17 } } @@ -16861,16 +17056,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7275, - 7280 + 7398, + 7403 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 21 } } @@ -16891,16 +17086,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7283, - 7286 + 7406, + 7409 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 24 }, "end": { - "line": 220, + "line": 221, "column": 27 } } @@ -16909,31 +17104,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 7287, - 7292 + 7410, + 7415 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 28 }, "end": { - "line": 220, + "line": 221, "column": 33 } } }, "range": [ - 7283, - 7292 + 7406, + 7415 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 24 }, "end": { - "line": 220, + "line": 221, "column": 33 } } @@ -16942,31 +17137,31 @@ "type": "Identifier", "name": "rows", "range": [ - 7293, - 7297 + 7416, + 7420 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 34 }, "end": { - "line": 220, + "line": 221, "column": 38 } } }, "range": [ - 7283, - 7297 + 7406, + 7420 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 24 }, "end": { - "line": 220, + "line": 221, "column": 38 } } @@ -16978,16 +17173,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7298, - 7301 + 7421, + 7424 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 39 }, "end": { - "line": 220, + "line": 221, "column": 42 } } @@ -16996,46 +17191,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 7302, - 7312 + 7425, + 7435 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 43 }, "end": { - "line": 220, + "line": 221, "column": 53 } } }, "range": [ - 7298, - 7312 + 7421, + 7435 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 39 }, "end": { - "line": 220, + "line": 221, "column": 53 } } }, "range": [ - 7283, - 7313 + 7406, + 7436 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 24 }, "end": { - "line": 220, + "line": 221, "column": 54 } } @@ -17044,61 +17239,61 @@ "type": "Identifier", "name": "cells", "range": [ - 7314, - 7319 + 7437, + 7442 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 55 }, "end": { - "line": 220, + "line": 221, "column": 60 } } }, "range": [ - 7283, - 7319 + 7406, + 7442 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 24 }, "end": { - "line": 220, + "line": 221, "column": 60 } } }, "range": [ - 7275, - 7319 + 7398, + 7442 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 60 } } }, "range": [ - 7275, - 7320 + 7398, + 7443 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 61 } } @@ -17112,16 +17307,16 @@ "type": "Identifier", "name": "l", "range": [ - 7337, - 7338 + 7460, + 7461 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 17 } } @@ -17133,16 +17328,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7341, - 7346 + 7464, + 7469 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 20 }, "end": { - "line": 221, + "line": 222, "column": 25 } } @@ -17151,92 +17346,92 @@ "type": "Identifier", "name": "length", "range": [ - 7347, - 7353 + 7470, + 7476 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 26 }, "end": { - "line": 221, + "line": 222, "column": 32 } } }, "range": [ - 7341, - 7353 + 7464, + 7476 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 20 }, "end": { - "line": 221, + "line": 222, "column": 32 } } }, "range": [ - 7337, - 7353 + 7460, + 7476 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 32 } } }, "range": [ - 7337, - 7354 + 7460, + 7477 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 33 } } } ], "range": [ - 7178, - 7368 + 7299, + 7491 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 19 }, "end": { - "line": 222, + "line": 223, "column": 13 } } }, "range": [ - 6871, - 7368 + 6984, + 7491 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 222, + "line": 223, "column": 13 } }, @@ -17245,16 +17440,16 @@ "type": "Line", "value": " external headers", "range": [ - 6839, - 6858 + 6952, + 6971 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 31 } } @@ -17272,17 +17467,17 @@ "type": "Identifier", "name": "i", "range": [ - 7389, - 7390 + 7513, + 7514 ], "loc": { "start": { - "line": 223, - "column": 20 + "line": 224, + "column": 21 }, "end": { - "line": 223, - "column": 21 + "line": 224, + "column": 22 } } }, @@ -17291,49 +17486,49 @@ "value": 0, "raw": "0", "range": [ - 7393, - 7394 + 7517, + 7518 ], "loc": { "start": { - "line": 223, - "column": 24 + "line": 224, + "column": 25 }, "end": { - "line": 223, - "column": 25 + "line": 224, + "column": 26 } } }, "range": [ - 7389, - 7394 + 7513, + 7518 ], "loc": { "start": { - "line": 223, - "column": 20 + "line": 224, + "column": 21 }, "end": { - "line": 223, - "column": 25 + "line": 224, + "column": 26 } } } ], "kind": "let", "range": [ - 7385, - 7394 + 7509, + 7518 ], "loc": { "start": { - "line": 223, - "column": 16 + "line": 224, + "column": 17 }, "end": { - "line": 223, - "column": 25 + "line": 224, + "column": 26 } } }, @@ -17344,17 +17539,17 @@ "type": "Identifier", "name": "i", "range": [ - 7396, - 7397 + 7520, + 7521 ], "loc": { "start": { - "line": 223, - "column": 27 + "line": 224, + "column": 28 }, "end": { - "line": 223, - "column": 28 + "line": 224, + "column": 29 } } }, @@ -17362,32 +17557,32 @@ "type": "Identifier", "name": "l", "range": [ - 7400, - 7401 + 7524, + 7525 ], "loc": { "start": { - "line": 223, - "column": 31 + "line": 224, + "column": 32 }, "end": { - "line": 223, - "column": 32 + "line": 224, + "column": 33 } } }, "range": [ - 7396, - 7401 + 7520, + 7525 ], "loc": { "start": { - "line": 223, - "column": 27 + "line": 224, + "column": 28 }, "end": { - "line": 223, - "column": 32 + "line": 224, + "column": 33 } } }, @@ -17398,33 +17593,33 @@ "type": "Identifier", "name": "i", "range": [ - 7403, - 7404 + 7527, + 7528 ], "loc": { "start": { - "line": 223, - "column": 34 + "line": 224, + "column": 35 }, "end": { - "line": 223, - "column": 35 + "line": 224, + "column": 36 } } }, "prefix": false, "range": [ - 7403, - 7406 + 7527, + 7530 ], "loc": { "start": { - "line": 223, - "column": 34 + "line": 224, + "column": 35 }, "end": { - "line": 223, - "column": 37 + "line": 224, + "column": 38 } } }, @@ -17440,16 +17635,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7429, - 7437 + 7554, + 7562 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 20 }, "end": { - "line": 224, + "line": 225, "column": 28 } } @@ -17466,16 +17661,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7440, - 7445 + 7565, + 7570 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 31 }, "end": { - "line": 224, + "line": 225, "column": 36 } } @@ -17484,31 +17679,31 @@ "type": "Identifier", "name": "i", "range": [ - 7446, - 7447 + 7571, + 7572 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 37 }, "end": { - "line": 224, + "line": 225, "column": 38 } } }, "range": [ - 7440, - 7448 + 7565, + 7573 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 31 }, "end": { - "line": 224, + "line": 225, "column": 39 } } @@ -17517,31 +17712,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 7449, - 7461 + 7574, + 7586 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 40 }, "end": { - "line": 224, + "line": 225, "column": 52 } } }, "range": [ - 7440, - 7461 + 7565, + 7586 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 31 }, "end": { - "line": 224, + "line": 225, "column": 52 } } @@ -17552,47 +17747,47 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 7462, - 7473 + 7587, + 7598 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 53 }, "end": { - "line": 224, + "line": 225, "column": 64 } } } ], "range": [ - 7440, - 7474 + 7565, + 7599 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 31 }, "end": { - "line": 224, + "line": 225, "column": 65 } } }, "range": [ - 7429, - 7474 + 7554, + 7599 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 20 }, "end": { - "line": 224, + "line": 225, "column": 65 } } @@ -17600,16 +17795,16 @@ ], "kind": "let", "range": [ - 7425, - 7475 + 7550, + 7600 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 16 }, "end": { - "line": 224, + "line": 225, "column": 66 } } @@ -17626,17 +17821,17 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7495, - 7503 + 7621, + 7629 ], "loc": { "start": { - "line": 225, - "column": 19 + "line": 226, + "column": 20 }, "end": { - "line": 225, - "column": 27 + "line": 226, + "column": 28 } } }, @@ -17645,32 +17840,32 @@ "value": null, "raw": "null", "range": [ - 7508, - 7512 + 7634, + 7638 ], "loc": { "start": { - "line": 225, - "column": 32 + "line": 226, + "column": 33 }, "end": { - "line": 225, - "column": 36 + "line": 226, + "column": 37 } } }, "range": [ - 7495, - 7512 + 7621, + 7638 ], "loc": { "start": { - "line": 225, - "column": 19 + "line": 226, + "column": 20 }, "end": { - "line": 225, - "column": 36 + "line": 226, + "column": 37 } } }, @@ -17681,17 +17876,17 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7516, - 7524 + 7642, + 7650 ], "loc": { "start": { - "line": 225, - "column": 40 + "line": 226, + "column": 41 }, "end": { - "line": 225, - "column": 48 + "line": 226, + "column": 49 } } }, @@ -17700,47 +17895,47 @@ "value": "None", "raw": "'None'", "range": [ - 7529, - 7535 + 7655, + 7661 ], "loc": { "start": { - "line": 225, - "column": 53 + "line": 226, + "column": 54 }, "end": { - "line": 225, - "column": 59 + "line": 226, + "column": 60 } } }, "range": [ - 7516, - 7535 + 7642, + 7661 ], "loc": { "start": { - "line": 225, - "column": 40 + "line": 226, + "column": 41 }, "end": { - "line": 225, - "column": 59 + "line": 226, + "column": 60 } } }, "range": [ - 7495, - 7535 + 7621, + 7661 ], "loc": { "start": { - "line": 225, - "column": 19 + "line": 226, + "column": 20 }, "end": { - "line": 225, - "column": 59 + "line": 226, + "column": 60 } } }, @@ -17756,16 +17951,16 @@ "type": "Identifier", "name": "img", "range": [ - 7558, - 7561 + 7685, + 7688 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 20 }, "end": { - "line": 226, + "line": 227, "column": 23 } } @@ -17783,16 +17978,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7564, - 7569 + 7691, + 7696 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 26 }, "end": { - "line": 226, + "line": 227, "column": 31 } } @@ -17801,31 +17996,31 @@ "type": "Identifier", "name": "i", "range": [ - 7570, - 7571 + 7697, + 7698 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 32 }, "end": { - "line": 226, + "line": 227, "column": 33 } } }, "range": [ - 7564, - 7572 + 7691, + 7699 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 26 }, "end": { - "line": 226, + "line": 227, "column": 34 } } @@ -17834,31 +18029,31 @@ "type": "Identifier", "name": "lastChild", "range": [ - 7573, - 7582 + 7700, + 7709 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 35 }, "end": { - "line": 226, + "line": 227, "column": 44 } } }, "range": [ - 7564, - 7582 + 7691, + 7709 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 26 }, "end": { - "line": 226, + "line": 227, "column": 44 } } @@ -17870,16 +18065,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7586, - 7591 + 7713, + 7718 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 48 }, "end": { - "line": 226, + "line": 227, "column": 53 } } @@ -17888,76 +18083,76 @@ "type": "Identifier", "name": "i", "range": [ - 7592, - 7593 + 7719, + 7720 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 54 }, "end": { - "line": 226, + "line": 227, "column": 55 } } }, "range": [ - 7586, - 7594 + 7713, + 7721 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 48 }, "end": { - "line": 226, + "line": 227, "column": 56 } } }, "range": [ - 7564, - 7594 + 7691, + 7721 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 26 }, "end": { - "line": 226, + "line": 227, "column": 56 } } }, "range": [ - 7558, - 7594 + 7685, + 7721 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 20 }, "end": { - "line": 226, + "line": 227, "column": 56 } } }, "range": [ - 7558, - 7595 + 7685, + 7722 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 20 }, "end": { - "line": 226, + "line": 227, "column": 57 } } @@ -17979,17 +18174,17 @@ "type": "Identifier", "name": "img", "range": [ - 7619, - 7622 + 7747, + 7750 ], "loc": { "start": { - "line": 227, - "column": 23 + "line": 228, + "column": 24 }, "end": { - "line": 227, - "column": 26 + "line": 228, + "column": 27 } } }, @@ -17997,32 +18192,32 @@ "type": "Identifier", "name": "nodeName", "range": [ - 7623, - 7631 + 7751, + 7759 ], "loc": { "start": { - "line": 227, - "column": 27 + "line": 228, + "column": 28 }, "end": { - "line": 227, - "column": 35 + "line": 228, + "column": 36 } } }, "range": [ - 7619, - 7631 + 7747, + 7759 ], "loc": { "start": { - "line": 227, - "column": 23 + "line": 228, + "column": 24 }, "end": { - "line": 227, - "column": 35 + "line": 228, + "column": 36 } } }, @@ -18030,48 +18225,48 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 7632, - 7643 + 7760, + 7771 ], "loc": { "start": { - "line": 227, - "column": 36 + "line": 228, + "column": 37 }, "end": { - "line": 227, - "column": 47 + "line": 228, + "column": 48 } } }, "range": [ - 7619, - 7643 + 7747, + 7771 ], "loc": { "start": { - "line": 227, - "column": 23 + "line": 228, + "column": 24 }, "end": { - "line": 227, - "column": 47 + "line": 228, + "column": 48 } } }, "arguments": [], "range": [ - 7619, - 7645 + 7747, + 7773 ], "loc": { "start": { - "line": 227, - "column": 23 + "line": 228, + "column": 24 }, "end": { - "line": 227, - "column": 49 + "line": 228, + "column": 50 } } }, @@ -18080,32 +18275,32 @@ "value": "img", "raw": "'img'", "range": [ - 7650, - 7655 + 7778, + 7783 ], "loc": { "start": { - "line": 227, - "column": 54 + "line": 228, + "column": 55 }, "end": { - "line": 227, - "column": 59 + "line": 228, + "column": 60 } } }, "range": [ - 7619, - 7655 + 7747, + 7783 ], "loc": { "start": { - "line": 227, - "column": 23 + "line": 228, + "column": 24 }, "end": { - "line": 227, - "column": 59 + "line": 228, + "column": 60 } } }, @@ -18121,16 +18316,16 @@ "type": "Identifier", "name": "img", "range": [ - 7682, - 7685 + 7811, + 7814 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 24 }, "end": { - "line": 228, + "line": 229, "column": 27 } } @@ -18144,16 +18339,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7688, - 7691 + 7817, + 7820 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 30 }, "end": { - "line": 228, + "line": 229, "column": 33 } } @@ -18162,31 +18357,31 @@ "type": "Identifier", "name": "create", "range": [ - 7692, - 7698 + 7821, + 7827 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 34 }, "end": { - "line": 228, + "line": 229, "column": 40 } } }, "range": [ - 7688, - 7698 + 7817, + 7827 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 30 }, "end": { - "line": 228, + "line": 229, "column": 40 } } @@ -18197,16 +18392,16 @@ "value": "img", "raw": "'img'", "range": [ - 7699, - 7704 + 7828, + 7833 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 41 }, "end": { - "line": 228, + "line": 229, "column": 46 } } @@ -18219,16 +18414,16 @@ "value": "src", "raw": "'src'", "range": [ - 7735, - 7740 + 7864, + 7869 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 29 }, "end": { - "line": 229, + "line": 230, "column": 34 } } @@ -18243,16 +18438,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7742, - 7746 + 7871, + 7875 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 36 }, "end": { - "line": 229, + "line": 230, "column": 40 } } @@ -18261,31 +18456,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 7747, - 7754 + 7876, + 7883 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 41 }, "end": { - "line": 229, + "line": 230, "column": 48 } } }, "range": [ - 7742, - 7754 + 7871, + 7883 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 36 }, "end": { - "line": 229, + "line": 230, "column": 48 } } @@ -18297,16 +18492,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7757, - 7761 + 7886, + 7890 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 51 }, "end": { - "line": 229, + "line": 230, "column": 55 } } @@ -18315,108 +18510,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 7762, - 7770 + 7891, + 7899 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 56 }, "end": { - "line": 229, + "line": 230, "column": 64 } } }, "range": [ - 7757, - 7770 + 7886, + 7899 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 51 }, "end": { - "line": 229, + "line": 230, "column": 64 } } }, "range": [ - 7742, - 7770 + 7871, + 7899 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 36 }, "end": { - "line": 229, + "line": 230, "column": 64 } } } ], "range": [ - 7734, - 7771 + 7863, + 7900 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 28 }, "end": { - "line": 229, + "line": 230, "column": 65 } } } ], "range": [ - 7688, - 7772 + 7817, + 7901 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 30 }, "end": { - "line": 229, + "line": 230, "column": 66 } } }, "range": [ - 7682, - 7772 + 7811, + 7901 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 24 }, "end": { - "line": 229, + "line": 230, "column": 66 } } }, "range": [ - 7682, - 7773 + 7811, + 7902 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 24 }, "end": { - "line": 229, + "line": 230, "column": 67 } } @@ -18435,16 +18630,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7798, - 7803 + 7927, + 7932 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 230, + "line": 231, "column": 29 } } @@ -18453,31 +18648,31 @@ "type": "Identifier", "name": "i", "range": [ - 7804, - 7805 + 7933, + 7934 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 30 }, "end": { - "line": 230, + "line": 231, "column": 31 } } }, "range": [ - 7798, - 7806 + 7927, + 7935 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 230, + "line": 231, "column": 32 } } @@ -18486,31 +18681,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7807, - 7818 + 7936, + 7947 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 33 }, "end": { - "line": 230, + "line": 231, "column": 44 } } }, "range": [ - 7798, - 7818 + 7927, + 7947 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 230, + "line": 231, "column": 44 } } @@ -18520,79 +18715,79 @@ "type": "Identifier", "name": "img", "range": [ - 7819, - 7822 + 7948, + 7951 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 45 }, "end": { - "line": 230, + "line": 231, "column": 48 } } } ], "range": [ - 7798, - 7823 + 7927, + 7952 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 230, + "line": 231, "column": 49 } } }, "range": [ - 7798, - 7824 + 7927, + 7953 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 24 }, "end": { - "line": 230, + "line": 231, "column": 50 } } } ], "range": [ - 7656, - 7846 + 7785, + 7975 ], "loc": { "start": { - "line": 227, - "column": 60 + "line": 228, + "column": 62 }, "end": { - "line": 231, + "line": 232, "column": 21 } } }, "alternate": null, "range": [ - 7616, - 7846 + 7743, + 7975 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 20 }, "end": { - "line": 231, + "line": 232, "column": 21 } } @@ -18606,16 +18801,16 @@ "type": "Identifier", "name": "i", "range": [ - 7871, - 7872 + 8000, + 8001 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 24 }, "end": { - "line": 232, + "line": 233, "column": 25 } } @@ -18627,16 +18822,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7877, - 7880 + 8006, + 8009 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 30 }, "end": { - "line": 232, + "line": 233, "column": 33 } } @@ -18645,46 +18840,46 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 7881, - 7891 + 8010, + 8020 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 34 }, "end": { - "line": 232, + "line": 233, "column": 44 } } }, "range": [ - 7877, - 7891 + 8006, + 8020 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 30 }, "end": { - "line": 232, + "line": 233, "column": 44 } } }, "range": [ - 7871, - 7891 + 8000, + 8020 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 24 }, "end": { - "line": 232, + "line": 233, "column": 44 } } @@ -18704,16 +18899,16 @@ "type": "Identifier", "name": "img", "range": [ - 7918, - 7921 + 8048, + 8051 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 24 }, "end": { - "line": 233, + "line": 234, "column": 27 } } @@ -18722,31 +18917,31 @@ "type": "Identifier", "name": "className", "range": [ - 7922, - 7931 + 8052, + 8061 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 28 }, "end": { - "line": 233, + "line": 234, "column": 37 } } }, "range": [ - 7918, - 7931 + 8048, + 8061 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 24 }, "end": { - "line": 233, + "line": 234, "column": 37 } } @@ -18764,16 +18959,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7934, - 7938 + 8064, + 8068 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 40 }, "end": { - "line": 233, + "line": 234, "column": 44 } } @@ -18782,31 +18977,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 7939, - 7951 + 8069, + 8081 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 45 }, "end": { - "line": 233, + "line": 234, "column": 57 } } }, "range": [ - 7934, - 7951 + 8064, + 8081 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 40 }, "end": { - "line": 233, + "line": 234, "column": 57 } } @@ -18816,32 +19011,32 @@ "value": " ", "raw": "' '", "range": [ - 7953, - 7956 + 8084, + 8087 ], "loc": { "start": { - "line": 233, - "column": 59 + "line": 234, + "column": 60 }, "end": { - "line": 233, - "column": 62 + "line": 234, + "column": 63 } } }, "range": [ - 7934, - 7956 + 8064, + 8087 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 40 }, "end": { - "line": 233, - "column": 62 + "line": 234, + "column": 63 } } }, @@ -18853,16 +19048,16 @@ "object": { "type": "ThisExpression", "range": [ - 7987, - 7991 + 8119, + 8123 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 29 }, "end": { - "line": 234, + "line": 235, "column": 33 } } @@ -18871,31 +19066,31 @@ "type": "Identifier", "name": "descending", "range": [ - 7992, - 8002 + 8124, + 8134 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 34 }, "end": { - "line": 234, + "line": 235, "column": 44 } } }, "range": [ - 7987, - 8002 + 8119, + 8134 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 29 }, "end": { - "line": 234, + "line": 235, "column": 44 } } @@ -18907,16 +19102,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8037, - 8041 + 8169, + 8173 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 32 }, "end": { - "line": 235, + "line": 236, "column": 36 } } @@ -18925,31 +19120,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 8042, - 8058 + 8174, + 8190 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 37 }, "end": { - "line": 235, + "line": 236, "column": 53 } } }, "range": [ - 8037, - 8058 + 8169, + 8190 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 32 }, "end": { - "line": 235, + "line": 236, "column": 53 } } @@ -18961,16 +19156,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8093, - 8097 + 8225, + 8229 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 236, + "line": 237, "column": 36 } } @@ -18979,107 +19174,107 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 8098, - 8113 + 8230, + 8245 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 37 }, "end": { - "line": 236, + "line": 237, "column": 52 } } }, "range": [ - 8093, - 8113 + 8225, + 8245 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 236, + "line": 237, "column": 52 } } }, "range": [ - 7987, - 8113 + 8119, + 8245 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 29 }, "end": { - "line": 236, + "line": 237, "column": 52 } } }, "range": [ - 7934, - 8114 + 8064, + 8246 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 53 } } }, "range": [ - 7918, - 8114 + 8048, + 8246 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 24 }, "end": { - "line": 236, + "line": 237, "column": 53 } } }, "range": [ - 7918, - 8115 + 8048, + 8247 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 24 }, "end": { - "line": 236, + "line": 237, "column": 54 } } } ], "range": [ - 7892, - 8137 + 8022, + 8269 ], "loc": { "start": { - "line": 232, - "column": 45 + "line": 233, + "column": 46 }, "end": { - "line": 237, + "line": 238, "column": 21 } } @@ -19099,16 +19294,16 @@ "type": "Identifier", "name": "img", "range": [ - 8168, - 8171 + 8301, + 8304 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 27 } } @@ -19117,31 +19312,31 @@ "type": "Identifier", "name": "className", "range": [ - 8172, - 8181 + 8305, + 8314 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 28 }, "end": { - "line": 238, + "line": 239, "column": 37 } } }, "range": [ - 8168, - 8181 + 8301, + 8314 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 37 } } @@ -19153,16 +19348,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8184, - 8188 + 8317, + 8321 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 40 }, "end": { - "line": 238, + "line": 239, "column": 44 } } @@ -19171,171 +19366,171 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 8189, - 8201 + 8322, + 8334 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 45 }, "end": { - "line": 238, + "line": 239, "column": 57 } } }, "range": [ - 8184, - 8201 + 8317, + 8334 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 40 }, "end": { - "line": 238, + "line": 239, "column": 57 } } }, "range": [ - 8168, - 8201 + 8301, + 8334 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 57 } } }, "range": [ - 8168, - 8202 + 8301, + 8335 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 58 } } } ], "range": [ - 8142, - 8224 + 8275, + 8357 ], "loc": { "start": { - "line": 237, - "column": 26 + "line": 238, + "column": 27 }, "end": { - "line": 239, + "line": 240, "column": 21 } } }, "range": [ - 7867, - 8224 + 7996, + 8357 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 239, + "line": 240, "column": 21 } } } ], "range": [ - 7536, - 8242 + 7663, + 8375 ], "loc": { "start": { - "line": 225, - "column": 60 + "line": 226, + "column": 62 }, "end": { - "line": 240, + "line": 241, "column": 17 } } }, "alternate": null, "range": [ - 7492, - 8242 + 7617, + 8375 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 16 }, "end": { - "line": 240, + "line": 241, "column": 17 } } } ], "range": [ - 7407, - 8256 + 7532, + 8389 ], "loc": { "start": { - "line": 223, - "column": 38 + "line": 224, + "column": 40 }, "end": { - "line": 241, + "line": 242, "column": 13 } } }, "range": [ - 7381, - 8256 + 7504, + 8389 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 13 } } } ], "range": [ - 6765, - 8266 + 6878, + 8399 ], "loc": { "start": { - "line": 204, - "column": 63 + "line": 205, + "column": 65 }, "end": { - "line": 242, + "line": 243, "column": 9 } } @@ -19343,46 +19538,46 @@ "generator": false, "expression": false, "range": [ - 6755, - 8266 + 6866, + 8399 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 53 }, "end": { - "line": 242, + "line": 243, "column": 9 } } }, "range": [ - 6710, - 8266 + 6821, + 8399 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 9 } } }, "range": [ - 6710, - 8267 + 6821, + 8400 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 10 } }, @@ -19391,16 +19586,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6609, - 6701 + 6720, + 6812 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 11 } } @@ -19411,16 +19606,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8277, - 8500 + 8410, + 8633 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -19442,16 +19637,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 8509, - 8522 + 8642, + 8655 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 21 } } @@ -19460,31 +19655,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 8523, - 8532 + 8656, + 8665 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 22 }, "end": { - "line": 251, + "line": 252, "column": 31 } } }, "range": [ - 8509, - 8532 + 8642, + 8665 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 31 } } @@ -19493,31 +19688,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8533, - 8544 + 8666, + 8677 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 251, + "line": 252, "column": 43 } } }, "range": [ - 8509, - 8544 + 8642, + 8677 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 43 } } @@ -19530,17 +19725,17 @@ "type": "Identifier", "name": "oRow", "range": [ - 8556, - 8560 + 8690, + 8694 ], "loc": { "start": { - "line": 251, - "column": 55 + "line": 252, + "column": 56 }, "end": { - "line": 251, - "column": 59 + "line": 252, + "column": 60 } } }, @@ -19548,17 +19743,17 @@ "type": "Identifier", "name": "sType", "range": [ - 8562, - 8567 + 8696, + 8701 ], "loc": { "start": { - "line": 251, - "column": 61 + "line": 252, + "column": 62 }, "end": { - "line": 251, - "column": 66 + "line": 252, + "column": 67 } } }, @@ -19566,17 +19761,17 @@ "type": "Identifier", "name": "nColumn", "range": [ - 8569, - 8576 + 8703, + 8710 ], "loc": { "start": { - "line": 251, - "column": 68 + "line": 252, + "column": 69 }, "end": { - "line": 251, - "column": 75 + "line": 252, + "column": 76 } } } @@ -19593,16 +19788,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8595, - 8598 + 8730, + 8733 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 19 } } @@ -19610,31 +19805,31 @@ "init": { "type": "ThisExpression", "range": [ - 8601, - 8605 + 8736, + 8740 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 22 }, "end": { - "line": 252, + "line": 253, "column": 26 } } }, "range": [ - 8595, - 8605 + 8730, + 8740 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 26 } } @@ -19642,16 +19837,16 @@ ], "kind": "let", "range": [ - 8591, - 8606 + 8726, + 8741 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 27 } }, @@ -19660,16 +19855,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8619, - 8670 + 8754, + 8805 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 63 } } @@ -19685,16 +19880,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8687, - 8699 + 8822, + 8834 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 16 }, "end": { - "line": 254, + "line": 255, "column": 28 } } @@ -19709,16 +19904,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8702, - 8705 + 8837, + 8840 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 31 }, "end": { - "line": 254, + "line": 255, "column": 34 } } @@ -19727,31 +19922,31 @@ "type": "Identifier", "name": "_sortTypeInfo", "range": [ - 8706, - 8719 + 8841, + 8854 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 35 }, "end": { - "line": 254, + "line": 255, "column": 48 } } }, "range": [ - 8702, - 8719 + 8837, + 8854 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 31 }, "end": { - "line": 254, + "line": 255, "column": 48 } } @@ -19760,46 +19955,46 @@ "type": "Identifier", "name": "sType", "range": [ - 8720, - 8725 + 8855, + 8860 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 49 }, "end": { - "line": 254, + "line": 255, "column": 54 } } }, "range": [ - 8702, - 8726 + 8837, + 8861 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 31 }, "end": { - "line": 254, + "line": 255, "column": 55 } } }, "range": [ - 8687, - 8726 + 8822, + 8861 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 16 }, "end": { - "line": 254, + "line": 255, "column": 55 } } @@ -19807,16 +20002,16 @@ ], "kind": "let", "range": [ - 8683, - 8727 + 8818, + 8862 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 56 } }, @@ -19825,16 +20020,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8619, - 8670 + 8754, + 8805 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 63 } } @@ -19850,16 +20045,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8744, - 8756 + 8879, + 8891 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 16 }, "end": { - "line": 255, + "line": 256, "column": 28 } } @@ -19871,16 +20066,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8760, - 8772 + 8895, + 8907 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 32 }, "end": { - "line": 255, + "line": 256, "column": 44 } } @@ -19889,46 +20084,46 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8773, - 8784 + 8908, + 8919 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 45 }, "end": { - "line": 255, + "line": 256, "column": 56 } } }, "range": [ - 8760, - 8784 + 8895, + 8919 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 32 }, "end": { - "line": 255, + "line": 256, "column": 56 } } }, "range": [ - 8744, - 8784 + 8879, + 8919 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 16 }, "end": { - "line": 255, + "line": 256, "column": 56 } } @@ -19947,16 +20142,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8810, - 8822 + 8946, + 8958 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 23 }, "end": { - "line": 256, + "line": 257, "column": 35 } } @@ -19965,31 +20160,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8823, - 8834 + 8959, + 8970 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 36 }, "end": { - "line": 256, + "line": 257, "column": 47 } } }, "range": [ - 8810, - 8834 + 8946, + 8970 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 23 }, "end": { - "line": 256, + "line": 257, "column": 47 } } @@ -19999,16 +20194,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 8835, - 8839 + 8971, + 8975 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 48 }, "end": { - "line": 256, + "line": 257, "column": 52 } } @@ -20017,79 +20212,79 @@ "type": "Identifier", "name": "nColumn", "range": [ - 8841, - 8848 + 8977, + 8984 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 54 }, "end": { - "line": 256, + "line": 257, "column": 61 } } } ], "range": [ - 8810, - 8849 + 8946, + 8985 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 23 }, "end": { - "line": 256, + "line": 257, "column": 62 } } }, "range": [ - 8803, - 8850 + 8939, + 8986 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 63 } } } ], "range": [ - 8785, - 8864 + 8921, + 9000 ], "loc": { "start": { - "line": 255, - "column": 57 + "line": 256, + "column": 58 }, "end": { - "line": 257, + "line": 258, "column": 13 } } }, "alternate": null, "range": [ - 8740, - 8864 + 8875, + 9000 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 13 } } @@ -20103,16 +20298,16 @@ "type": "Identifier", "name": "c", "range": [ - 8881, - 8882 + 9017, + 9018 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 16 }, "end": { - "line": 258, + "line": 259, "column": 17 } } @@ -20127,16 +20322,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 8885, - 8889 + 9021, + 9025 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 20 }, "end": { - "line": 258, + "line": 259, "column": 24 } } @@ -20145,31 +20340,31 @@ "type": "Identifier", "name": "cells", "range": [ - 8890, - 8895 + 9026, + 9031 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 25 }, "end": { - "line": 258, + "line": 259, "column": 30 } } }, "range": [ - 8885, - 8895 + 9021, + 9031 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 20 }, "end": { - "line": 258, + "line": 259, "column": 30 } } @@ -20178,46 +20373,46 @@ "type": "Identifier", "name": "nColumn", "range": [ - 8896, - 8903 + 9032, + 9039 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 31 }, "end": { - "line": 258, + "line": 259, "column": 38 } } }, "range": [ - 8885, - 8904 + 9021, + 9040 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 20 }, "end": { - "line": 258, + "line": 259, "column": 39 } } }, "range": [ - 8881, - 8904 + 9017, + 9040 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 16 }, "end": { - "line": 258, + "line": 259, "column": 39 } } @@ -20225,16 +20420,16 @@ ], "kind": "let", "range": [ - 8877, - 8905 + 9013, + 9041 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 40 } } @@ -20248,16 +20443,16 @@ "type": "Identifier", "name": "s", "range": [ - 8922, - 8923 + 9058, + 9059 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 16 }, "end": { - "line": 259, + "line": 260, "column": 17 } } @@ -20271,16 +20466,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 8926, - 8939 + 9062, + 9075 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 33 } } @@ -20289,31 +20484,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 8940, - 8952 + 9076, + 9088 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 34 }, "end": { - "line": 259, + "line": 260, "column": 46 } } }, "range": [ - 8926, - 8952 + 9062, + 9088 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 46 } } @@ -20323,47 +20518,47 @@ "type": "Identifier", "name": "c", "range": [ - 8953, - 8954 + 9089, + 9090 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 47 }, "end": { - "line": 259, + "line": 260, "column": 48 } } } ], "range": [ - 8926, - 8955 + 9062, + 9091 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 20 }, "end": { - "line": 259, + "line": 260, "column": 49 } } }, "range": [ - 8922, - 8955 + 9058, + 9091 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 16 }, "end": { - "line": 259, + "line": 260, "column": 49 } } @@ -20371,16 +20566,16 @@ ], "kind": "let", "range": [ - 8918, - 8956 + 9054, + 9092 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 12 }, "end": { - "line": 259, + "line": 260, "column": 50 } } @@ -20396,16 +20591,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8976, - 8979 + 9112, + 9115 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 19 }, "end": { - "line": 260, + "line": 261, "column": 22 } } @@ -20414,31 +20609,31 @@ "type": "Identifier", "name": "getValueFromString", "range": [ - 8980, - 8998 + 9116, + 9134 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 23 }, "end": { - "line": 260, + "line": 261, "column": 41 } } }, "range": [ - 8976, - 8998 + 9112, + 9134 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 19 }, "end": { - "line": 260, + "line": 261, "column": 41 } } @@ -20448,16 +20643,16 @@ "type": "Identifier", "name": "s", "range": [ - 8999, - 9000 + 9135, + 9136 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 42 }, "end": { - "line": 260, + "line": 261, "column": 43 } } @@ -20466,63 +20661,63 @@ "type": "Identifier", "name": "sType", "range": [ - 9002, - 9007 + 9138, + 9143 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 45 }, "end": { - "line": 260, + "line": 261, "column": 50 } } } ], "range": [ - 8976, - 9008 + 9112, + 9144 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 19 }, "end": { - "line": 260, + "line": 261, "column": 51 } } }, "range": [ - 8969, - 9009 + 9105, + 9145 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 12 }, "end": { - "line": 260, + "line": 261, "column": 52 } } } ], "range": [ - 8577, - 9019 + 8712, + 9155 ], "loc": { "start": { - "line": 251, - "column": 76 + "line": 252, + "column": 78 }, "end": { - "line": 261, + "line": 262, "column": 9 } } @@ -20530,46 +20725,46 @@ "generator": false, "expression": false, "range": [ - 8547, - 9019 + 8680, + 9155 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 46 }, "end": { - "line": 261, + "line": 262, "column": 9 } } }, "range": [ - 8509, - 9019 + 8642, + 9155 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 9 } } }, "range": [ - 8509, - 9020 + 8642, + 9156 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 10 } }, @@ -20578,16 +20773,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8277, - 8500 + 8410, + 8633 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -20598,16 +20793,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9030, - 9277 + 9166, + 9413 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 11 } } @@ -20626,16 +20821,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 9286, - 9299 + 9422, + 9435 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 21 } } @@ -20644,31 +20839,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 9300, - 9312 + 9436, + 9448 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 22 }, "end": { - "line": 269, + "line": 270, "column": 34 } } }, "range": [ - 9286, - 9312 + 9422, + 9448 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 34 } } @@ -20681,17 +20876,17 @@ "type": "Identifier", "name": "oNode", "range": [ - 9324, - 9329 + 9461, + 9466 ], "loc": { "start": { - "line": 269, - "column": 46 + "line": 270, + "column": 47 }, "end": { - "line": 269, - "column": 51 + "line": 270, + "column": 52 } } } @@ -20708,33 +20903,33 @@ "type": "Identifier", "name": "oNode", "range": [ - 9348, - 9353 + 9487, + 9492 ], "loc": { "start": { - "line": 270, - "column": 16 + "line": 271, + "column": 17 }, "end": { - "line": 270, - "column": 21 + "line": 271, + "column": 22 } } }, "prefix": true, "range": [ - 9347, - 9353 + 9486, + 9492 ], "loc": { "start": { - "line": 270, - "column": 15 + "line": 271, + "column": 16 }, "end": { - "line": 270, - "column": 21 + "line": 271, + "column": 22 } } }, @@ -20745,48 +20940,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9372, - 9379 + 9512, + 9519 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 16 }, "end": { - "line": 271, + "line": 272, "column": 23 } } } ], "range": [ - 9354, - 9393 + 9494, + 9533 ], "loc": { "start": { - "line": 270, - "column": 22 + "line": 271, + "column": 24 }, "end": { - "line": 272, + "line": 273, "column": 13 } } }, "alternate": null, "range": [ - 9344, - 9393 + 9482, + 9533 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 272, + "line": 273, "column": 13 } } @@ -20802,17 +20997,17 @@ "type": "Identifier", "name": "oNode", "range": [ - 9409, - 9414 + 9550, + 9555 ], "loc": { "start": { - "line": 273, - "column": 15 + "line": 274, + "column": 16 }, "end": { - "line": 273, - "column": 20 + "line": 274, + "column": 21 } } }, @@ -20820,32 +21015,32 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 9415, - 9427 + 9556, + 9568 ], "loc": { "start": { - "line": 273, - "column": 21 + "line": 274, + "column": 22 }, "end": { - "line": 273, - "column": 33 + "line": 274, + "column": 34 } } }, "range": [ - 9409, - 9427 + 9550, + 9568 ], "loc": { "start": { - "line": 273, - "column": 15 + "line": 274, + "column": 16 }, "end": { - "line": 273, - "column": 33 + "line": 274, + "column": 34 } } }, @@ -20857,17 +21052,17 @@ "type": "Identifier", "name": "adpt", "range": [ - 9428, - 9432 + 9569, + 9573 ], "loc": { "start": { - "line": 273, - "column": 34 + "line": 274, + "column": 35 }, "end": { - "line": 273, - "column": 38 + "line": 274, + "column": 39 } } }, @@ -20875,48 +21070,48 @@ "type": "Identifier", "name": "customKey", "range": [ - 9433, - 9442 + 9574, + 9583 ], "loc": { "start": { - "line": 273, - "column": 39 + "line": 274, + "column": 40 }, "end": { - "line": 273, - "column": 48 + "line": 274, + "column": 49 } } }, "range": [ - 9428, - 9442 + 9569, + 9583 ], "loc": { "start": { - "line": 273, - "column": 34 + "line": 274, + "column": 35 }, "end": { - "line": 273, - "column": 48 + "line": 274, + "column": 49 } } } ], "range": [ - 9409, - 9443 + 9550, + 9584 ], "loc": { "start": { - "line": 273, - "column": 15 + "line": 274, + "column": 16 }, "end": { - "line": 273, - "column": 49 + "line": 274, + "column": 50 } } }, @@ -20934,16 +21129,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 9469, - 9474 + 9611, + 9616 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 23 }, "end": { - "line": 274, + "line": 275, "column": 28 } } @@ -20952,31 +21147,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 9475, - 9487 + 9617, + 9629 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 29 }, "end": { - "line": 274, + "line": 275, "column": 41 } } }, "range": [ - 9469, - 9487 + 9611, + 9629 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 23 }, "end": { - "line": 274, + "line": 275, "column": 41 } } @@ -20989,16 +21184,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 9488, - 9492 + 9630, + 9634 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 42 }, "end": { - "line": 274, + "line": 275, "column": 46 } } @@ -21007,78 +21202,78 @@ "type": "Identifier", "name": "customKey", "range": [ - 9493, - 9502 + 9635, + 9644 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 47 }, "end": { - "line": 274, + "line": 275, "column": 56 } } }, "range": [ - 9488, - 9502 + 9630, + 9644 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 42 }, "end": { - "line": 274, + "line": 275, "column": 56 } } } ], "range": [ - 9469, - 9503 + 9611, + 9645 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 23 }, "end": { - "line": 274, + "line": 275, "column": 57 } } }, "range": [ - 9462, - 9504 + 9604, + 9646 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 58 } } } ], "range": [ - 9444, - 9518 + 9586, + 9660 ], "loc": { "start": { - "line": 273, - "column": 50 + "line": 274, + "column": 52 }, "end": { - "line": 275, + "line": 276, "column": 13 } } @@ -21097,16 +21292,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9549, - 9552 + 9691, + 9694 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 23 }, "end": { - "line": 276, + "line": 277, "column": 26 } } @@ -21115,31 +21310,31 @@ "type": "Identifier", "name": "getText", "range": [ - 9553, - 9560 + 9695, + 9702 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 27 }, "end": { - "line": 276, + "line": 277, "column": 34 } } }, "range": [ - 9549, - 9560 + 9691, + 9702 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 23 }, "end": { - "line": 276, + "line": 277, "column": 34 } } @@ -21149,94 +21344,94 @@ "type": "Identifier", "name": "oNode", "range": [ - 9561, - 9566 + 9703, + 9708 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 35 }, "end": { - "line": 276, + "line": 277, "column": 40 } } } ], "range": [ - 9549, - 9567 + 9691, + 9709 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 23 }, "end": { - "line": 276, + "line": 277, "column": 41 } } }, "range": [ - 9542, - 9568 + 9684, + 9710 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 42 } } } ], "range": [ - 9524, - 9582 + 9666, + 9724 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 19 }, "end": { - "line": 277, + "line": 278, "column": 13 } } }, "range": [ - 9406, - 9582 + 9546, + 9724 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 12 }, "end": { - "line": 277, + "line": 278, "column": 13 } } } ], "range": [ - 9330, - 9592 + 9468, + 9734 ], "loc": { "start": { - "line": 269, - "column": 52 + "line": 270, + "column": 54 }, "end": { - "line": 278, + "line": 279, "column": 9 } } @@ -21244,46 +21439,46 @@ "generator": false, "expression": false, "range": [ - 9315, - 9592 + 9451, + 9734 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 37 }, "end": { - "line": 278, + "line": 279, "column": 9 } } }, "range": [ - 9286, - 9592 + 9422, + 9734 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 9 } } }, "range": [ - 9286, - 9593 + 9422, + 9735 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 10 } }, @@ -21292,16 +21487,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9030, - 9277 + 9166, + 9413 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 11 } } @@ -21310,16 +21505,16 @@ } ], "range": [ - 4055, - 9599 + 4140, + 9741 ], "loc": { "start": { - "line": 123, - "column": 27 + "line": 124, + "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 5 } } @@ -21327,16 +21522,16 @@ "generator": false, "expression": false, "range": [ - 4053, - 9599 + 4137, + 9741 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 25 }, "end": { - "line": 279, + "line": 280, "column": 5 } } @@ -21344,16 +21539,16 @@ "kind": "method", "computed": false, "range": [ - 4032, - 9599 + 4116, + 9741 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 4 }, "end": { - "line": 279, + "line": 280, "column": 5 } }, @@ -21365,16 +21560,16 @@ "type": "Identifier", "name": "addSortType", "range": [ - 9605, - 9616 + 9747, + 9758 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 4 }, "end": { - "line": 281, + "line": 282, "column": 15 } } @@ -21395,16 +21590,16 @@ "type": "Identifier", "name": "args", "range": [ - 9632, - 9636 + 9775, + 9779 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 16 } } @@ -21413,31 +21608,31 @@ "type": "Identifier", "name": "arguments", "range": [ - 9639, - 9648 + 9782, + 9791 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 19 }, "end": { - "line": 282, + "line": 283, "column": 28 } } }, "range": [ - 9632, - 9648 + 9775, + 9791 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 28 } } @@ -21445,16 +21640,16 @@ ], "kind": "var", "range": [ - 9628, - 9649 + 9771, + 9792 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 8 }, "end": { - "line": 282, + "line": 283, "column": 29 } } @@ -21473,16 +21668,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 9658, - 9671 + 9801, + 9814 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 21 } } @@ -21491,31 +21686,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 9672, - 9681 + 9815, + 9824 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 22 }, "end": { - "line": 283, + "line": 284, "column": 31 } } }, "range": [ - 9658, - 9681 + 9801, + 9824 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 31 } } @@ -21524,31 +21719,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 9682, - 9693 + 9825, + 9836 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 32 }, "end": { - "line": 283, + "line": 284, "column": 43 } } }, "range": [ - 9658, - 9693 + 9801, + 9836 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 43 } } @@ -21561,16 +21756,16 @@ "type": "Identifier", "name": "args", "range": [ - 9694, - 9698 + 9837, + 9841 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 44 }, "end": { - "line": 283, + "line": 284, "column": 48 } } @@ -21580,31 +21775,31 @@ "value": 0, "raw": "0", "range": [ - 9699, - 9700 + 9842, + 9843 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 49 }, "end": { - "line": 283, + "line": 284, "column": 50 } } }, "range": [ - 9694, - 9701 + 9837, + 9844 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 44 }, "end": { - "line": 283, + "line": 284, "column": 51 } } @@ -21616,16 +21811,16 @@ "type": "Identifier", "name": "args", "range": [ - 9703, - 9707 + 9846, + 9850 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 53 }, "end": { - "line": 283, + "line": 284, "column": 57 } } @@ -21635,31 +21830,31 @@ "value": 1, "raw": "1", "range": [ - 9708, - 9709 + 9851, + 9852 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 58 }, "end": { - "line": 283, + "line": 284, "column": 59 } } }, "range": [ - 9703, - 9710 + 9846, + 9853 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 53 }, "end": { - "line": 283, + "line": 284, "column": 60 } } @@ -21671,16 +21866,16 @@ "type": "Identifier", "name": "args", "range": [ - 9712, - 9716 + 9855, + 9859 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 62 }, "end": { - "line": 283, + "line": 284, "column": 66 } } @@ -21690,31 +21885,31 @@ "value": 2, "raw": "2", "range": [ - 9717, - 9718 + 9860, + 9861 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 67 }, "end": { - "line": 283, + "line": 284, "column": 68 } } }, "range": [ - 9712, - 9719 + 9855, + 9862 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 62 }, "end": { - "line": 283, + "line": 284, "column": 69 } } @@ -21726,16 +21921,16 @@ "type": "Identifier", "name": "args", "range": [ - 9721, - 9725 + 9864, + 9868 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 71 }, "end": { - "line": 283, + "line": 284, "column": 75 } } @@ -21745,78 +21940,78 @@ "value": 3, "raw": "3", "range": [ - 9726, - 9727 + 9869, + 9870 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 76 }, "end": { - "line": 283, + "line": 284, "column": 77 } } }, "range": [ - 9721, - 9728 + 9864, + 9871 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 71 }, "end": { - "line": 283, + "line": 284, "column": 78 } } } ], "range": [ - 9658, - 9729 + 9801, + 9872 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 79 } } }, "range": [ - 9658, - 9730 + 9801, + 9873 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 80 } } } ], "range": [ - 9618, - 9736 + 9761, + 9879 ], "loc": { "start": { - "line": 281, - "column": 17 + "line": 282, + "column": 18 }, "end": { - "line": 284, + "line": 285, "column": 5 } } @@ -21824,16 +22019,16 @@ "generator": false, "expression": false, "range": [ - 9616, - 9736 + 9758, + 9879 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 15 }, "end": { - "line": 284, + "line": 285, "column": 5 } } @@ -21841,16 +22036,16 @@ "kind": "method", "computed": false, "range": [ - 9605, - 9736 + 9747, + 9879 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 4 }, "end": { - "line": 284, + "line": 285, "column": 5 } }, @@ -21862,16 +22057,16 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 9742, - 9754 + 9885, + 9897 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 4 }, "end": { - "line": 286, + "line": 287, "column": 16 } } @@ -21892,16 +22087,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9770, - 9772 + 9914, + 9916 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 12 }, "end": { - "line": 287, + "line": 288, "column": 14 } } @@ -21912,16 +22107,16 @@ "object": { "type": "ThisExpression", "range": [ - 9775, - 9779 + 9919, + 9923 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 17 }, "end": { - "line": 287, + "line": 288, "column": 21 } } @@ -21930,46 +22125,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9780, - 9782 + 9924, + 9926 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 22 }, "end": { - "line": 287, + "line": 288, "column": 24 } } }, "range": [ - 9775, - 9782 + 9919, + 9926 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 17 }, "end": { - "line": 287, + "line": 288, "column": 24 } } }, "range": [ - 9770, - 9782 + 9914, + 9926 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 12 }, "end": { - "line": 287, + "line": 288, "column": 24 } } @@ -21980,16 +22175,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9796, - 9805 + 9940, + 9949 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 12 }, "end": { - "line": 288, + "line": 289, "column": 21 } } @@ -22000,16 +22195,16 @@ "object": { "type": "ThisExpression", "range": [ - 9808, - 9812 + 9952, + 9956 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 24 }, "end": { - "line": 288, + "line": 289, "column": 28 } } @@ -22018,46 +22213,46 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9813, - 9822 + 9957, + 9966 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 29 }, "end": { - "line": 288, + "line": 289, "column": 38 } } }, "range": [ - 9808, - 9822 + 9952, + 9966 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 24 }, "end": { - "line": 288, + "line": 289, "column": 38 } } }, "range": [ - 9796, - 9822 + 9940, + 9966 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 12 }, "end": { - "line": 288, + "line": 289, "column": 38 } } @@ -22068,16 +22263,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 9836, - 9846 + 9980, + 9990 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 12 }, "end": { - "line": 289, + "line": 290, "column": 22 } } @@ -22086,31 +22281,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9849, - 9851 + 9993, + 9995 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 25 }, "end": { - "line": 289, + "line": 290, "column": 27 } } }, "range": [ - 9836, - 9851 + 9980, + 9995 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 12 }, "end": { - "line": 289, + "line": 290, "column": 27 } } @@ -22118,16 +22313,16 @@ ], "kind": "let", "range": [ - 9766, - 9852 + 9910, + 9996 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 28 } } @@ -22143,17 +22338,17 @@ "type": "Identifier", "name": "i", "range": [ - 9870, - 9871 + 10015, + 10016 ], "loc": { "start": { - "line": 291, - "column": 16 + "line": 292, + "column": 17 }, "end": { - "line": 291, - "column": 17 + "line": 292, + "column": 18 } } }, @@ -22162,49 +22357,49 @@ "value": 0, "raw": "0", "range": [ - 9872, - 9873 + 10019, + 10020 ], "loc": { "start": { - "line": 291, - "column": 18 + "line": 292, + "column": 21 }, "end": { - "line": 291, - "column": 19 + "line": 292, + "column": 22 } } }, "range": [ - 9870, - 9873 + 10015, + 10020 ], "loc": { "start": { - "line": 291, - "column": 16 + "line": 292, + "column": 17 }, "end": { - "line": 291, - "column": 19 + "line": 292, + "column": 22 } } } ], "kind": "let", "range": [ - 9866, - 9873 + 10011, + 10020 ], "loc": { "start": { - "line": 291, - "column": 12 + "line": 292, + "column": 13 }, "end": { - "line": 291, - "column": 19 + "line": 292, + "column": 22 } } }, @@ -22215,17 +22410,17 @@ "type": "Identifier", "name": "i", "range": [ - 9875, - 9876 + 10022, + 10023 ], "loc": { "start": { - "line": 291, - "column": 21 + "line": 292, + "column": 24 }, "end": { - "line": 291, - "column": 22 + "line": 292, + "column": 25 } } }, @@ -22236,17 +22431,17 @@ "type": "Identifier", "name": "tf", "range": [ - 9877, - 9879 + 10026, + 10028 ], "loc": { "start": { - "line": 291, - "column": 23 + "line": 292, + "column": 28 }, "end": { - "line": 291, - "column": 25 + "line": 292, + "column": 30 } } }, @@ -22254,47 +22449,47 @@ "type": "Identifier", "name": "nbCells", "range": [ - 9880, - 9887 + 10029, + 10036 ], "loc": { "start": { - "line": 291, - "column": 26 + "line": 292, + "column": 31 }, "end": { - "line": 291, - "column": 33 + "line": 292, + "column": 38 } } }, "range": [ - 9877, - 9887 + 10026, + 10036 ], "loc": { "start": { - "line": 291, - "column": 23 + "line": 292, + "column": 28 }, "end": { - "line": 291, - "column": 33 + "line": 292, + "column": 38 } } }, "range": [ - 9875, - 9887 + 10022, + 10036 ], "loc": { "start": { - "line": 291, - "column": 21 + "line": 292, + "column": 24 }, "end": { - "line": 291, - "column": 33 + "line": 292, + "column": 38 } } }, @@ -22305,33 +22500,33 @@ "type": "Identifier", "name": "i", "range": [ - 9889, - 9890 + 10038, + 10039 ], "loc": { "start": { - "line": 291, - "column": 35 + "line": 292, + "column": 40 }, "end": { - "line": 291, - "column": 36 + "line": 292, + "column": 41 } } }, "prefix": false, "range": [ - 9889, - 9892 + 10038, + 10041 ], "loc": { "start": { - "line": 291, - "column": 35 + "line": 292, + "column": 40 }, "end": { - "line": 291, - "column": 38 + "line": 292, + "column": 43 } } }, @@ -22347,32 +22542,32 @@ "type": "Identifier", "name": "colType", "range": [ - 9911, - 9918 + 10061, + 10068 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 23 } } }, "init": null, "range": [ - 9911, - 9918 + 10061, + 10068 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 23 } } @@ -22380,16 +22575,16 @@ ], "kind": "let", "range": [ - 9907, - 9919 + 10057, + 10069 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 24 } } @@ -22403,17 +22598,17 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9936, - 9945 + 10087, + 10096 ], "loc": { "start": { - "line": 294, - "column": 15 + "line": 295, + "column": 16 }, "end": { - "line": 294, - "column": 24 + "line": 295, + "column": 25 } } }, @@ -22421,32 +22616,32 @@ "type": "Identifier", "name": "i", "range": [ - 9946, - 9947 + 10097, + 10098 ], "loc": { "start": { - "line": 294, - "column": 25 + "line": 295, + "column": 26 }, "end": { - "line": 294, - "column": 26 + "line": 295, + "column": 27 } } }, "range": [ - 9936, - 9948 + 10087, + 10099 ], "loc": { "start": { - "line": 294, - "column": 15 + "line": 295, + "column": 16 }, "end": { - "line": 294, - "column": 27 + "line": 295, + "column": 28 } } }, @@ -22462,16 +22657,16 @@ "type": "Identifier", "name": "colType", "range": [ - 9967, - 9974 + 10119, + 10126 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 23 } } @@ -22488,16 +22683,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9977, - 9986 + 10129, + 10138 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 26 }, "end": { - "line": 295, + "line": 296, "column": 35 } } @@ -22506,31 +22701,31 @@ "type": "Identifier", "name": "i", "range": [ - 9987, - 9988 + 10139, + 10140 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 36 }, "end": { - "line": 295, + "line": 296, "column": 37 } } }, "range": [ - 9977, - 9989 + 10129, + 10141 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 26 }, "end": { - "line": 295, + "line": 296, "column": 38 } } @@ -22539,77 +22734,77 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 9990, - 10001 + 10142, + 10153 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 39 }, "end": { - "line": 295, + "line": 296, "column": 50 } } }, "range": [ - 9977, - 10001 + 10129, + 10153 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 26 }, "end": { - "line": 295, + "line": 296, "column": 50 } } }, "arguments": [], "range": [ - 9977, - 10003 + 10129, + 10155 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 26 }, "end": { - "line": 295, + "line": 296, "column": 52 } } }, "range": [ - 9967, - 10003 + 10119, + 10155 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 52 } } }, "range": [ - 9967, - 10004 + 10119, + 10156 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 53 } } @@ -22623,51 +22818,50 @@ "type": "Identifier", "name": "colType", "range": [ - 10024, - 10031 + 10177, + 10184 ], "loc": { "start": { - "line": 296, - "column": 19 + "line": 297, + "column": 20 }, "end": { - "line": 296, - "column": 26 + "line": 297, + "column": 27 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 10036, - 10042 + 10189, + 10193 ], "loc": { "start": { - "line": 296, - "column": 31 + "line": 297, + "column": 32 }, "end": { - "line": 296, - "column": 37 + "line": 297, + "column": 36 } } }, "range": [ - 10024, - 10042 + 10177, + 10193 ], "loc": { "start": { - "line": 296, - "column": 19 + "line": 297, + "column": 20 }, "end": { - "line": 296, - "column": 37 + "line": 297, + "column": 36 } } }, @@ -22683,16 +22877,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10065, - 10072 + 10217, + 10224 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 27 } } @@ -22702,94 +22896,94 @@ "value": "None", "raw": "'None'", "range": [ - 10075, - 10081 + 10227, + 10233 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 30 }, "end": { - "line": 297, + "line": 298, "column": 36 } } }, "range": [ - 10065, - 10081 + 10217, + 10233 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 36 } } }, "range": [ - 10065, - 10082 + 10217, + 10234 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 37 } } } ], "range": [ - 10043, - 10100 + 10195, + 10252 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 38 }, "end": { - "line": 298, + "line": 299, "column": 17 } } }, "alternate": null, "range": [ - 10021, - 10100 + 10173, + 10252 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 17 } } } ], "range": [ - 9949, - 10114 + 10101, + 10266 ], "loc": { "start": { - "line": 294, - "column": 28 + "line": 295, + "column": 30 }, "end": { - "line": 299, + "line": 300, "column": 13 } } @@ -22809,17 +23003,17 @@ "type": "Identifier", "name": "tf", "range": [ - 10165, - 10167 + 10318, + 10320 ], "loc": { "start": { - "line": 300, - "column": 19 + "line": 301, + "column": 20 }, "end": { - "line": 300, - "column": 21 + "line": 301, + "column": 22 } } }, @@ -22827,32 +23021,32 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 10168, - 10182 + 10321, + 10335 ], "loc": { "start": { - "line": 300, - "column": 22 + "line": 301, + "column": 23 }, "end": { - "line": 300, - "column": 36 + "line": 301, + "column": 37 } } }, "range": [ - 10165, - 10182 + 10318, + 10335 ], "loc": { "start": { - "line": 300, - "column": 19 + "line": 301, + "column": 20 }, "end": { - "line": 300, - "column": 36 + "line": 301, + "column": 37 } } }, @@ -22869,17 +23063,17 @@ "type": "Identifier", "name": "tf", "range": [ - 10186, - 10188 + 10339, + 10341 ], "loc": { "start": { - "line": 300, - "column": 40 + "line": 301, + "column": 41 }, "end": { - "line": 300, - "column": 42 + "line": 301, + "column": 43 } } }, @@ -22887,32 +23081,32 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 10189, - 10200 + 10342, + 10353 ], "loc": { "start": { - "line": 300, - "column": 43 + "line": 301, + "column": 44 }, "end": { - "line": 300, - "column": 54 + "line": 301, + "column": 55 } } }, "range": [ - 10186, - 10200 + 10339, + 10353 ], "loc": { "start": { - "line": 300, - "column": 40 + "line": 301, + "column": 41 }, "end": { - "line": 300, - "column": 54 + "line": 301, + "column": 55 } } }, @@ -22920,32 +23114,32 @@ "type": "Identifier", "name": "i", "range": [ - 10201, - 10202 + 10354, + 10355 ], "loc": { "start": { - "line": 300, - "column": 55 + "line": 301, + "column": 56 }, "end": { - "line": 300, - "column": 56 + "line": 301, + "column": 57 } } }, "range": [ - 10186, - 10203 + 10339, + 10356 ], "loc": { "start": { - "line": 300, - "column": 40 + "line": 301, + "column": 41 }, "end": { - "line": 300, - "column": 57 + "line": 301, + "column": 58 } } }, @@ -22954,47 +23148,47 @@ "value": null, "raw": "null", "range": [ - 10208, - 10212 + 10361, + 10365 ], "loc": { "start": { - "line": 300, - "column": 62 + "line": 301, + "column": 63 }, "end": { - "line": 300, - "column": 66 + "line": 301, + "column": 67 } } }, "range": [ - 10186, - 10212 + 10339, + 10365 ], "loc": { "start": { - "line": 300, - "column": 40 + "line": 301, + "column": 41 }, "end": { - "line": 300, - "column": 66 + "line": 301, + "column": 67 } } }, "range": [ - 10165, - 10212 + 10318, + 10365 ], "loc": { "start": { - "line": 300, - "column": 19 + "line": 301, + "column": 20 }, "end": { - "line": 300, - "column": 66 + "line": 301, + "column": 67 } } }, @@ -23010,16 +23204,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10235, - 10242 + 10389, + 10396 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 27 } } @@ -23039,16 +23233,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10245, - 10247 + 10399, + 10401 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 30 }, "end": { - "line": 301, + "line": 302, "column": 32 } } @@ -23057,31 +23251,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 10248, - 10259 + 10402, + 10413 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 33 }, "end": { - "line": 301, + "line": 302, "column": 44 } } }, "range": [ - 10245, - 10259 + 10399, + 10413 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 30 }, "end": { - "line": 301, + "line": 302, "column": 44 } } @@ -23090,31 +23284,31 @@ "type": "Identifier", "name": "i", "range": [ - 10260, - 10261 + 10414, + 10415 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 45 }, "end": { - "line": 301, + "line": 302, "column": 46 } } }, "range": [ - 10245, - 10262 + 10399, + 10416 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 30 }, "end": { - "line": 301, + "line": 302, "column": 47 } } @@ -23123,93 +23317,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 10263, - 10274 + 10417, + 10428 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 48 }, "end": { - "line": 301, + "line": 302, "column": 59 } } }, "range": [ - 10245, - 10274 + 10399, + 10428 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 30 }, "end": { - "line": 301, + "line": 302, "column": 59 } } }, "arguments": [], "range": [ - 10245, - 10276 + 10399, + 10430 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 30 }, "end": { - "line": 301, + "line": 302, "column": 61 } } }, "range": [ - 10235, - 10276 + 10389, + 10430 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 61 } } }, "range": [ - 10235, - 10277 + 10389, + 10431 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 62 } } } ], "range": [ - 10213, - 10295 + 10367, + 10449 ], "loc": { "start": { - "line": 300, - "column": 67 + "line": 301, + "column": 69 }, "end": { - "line": 302, + "line": 303, "column": 17 } } @@ -23226,17 +23420,17 @@ "type": "Identifier", "name": "tf", "range": [ - 10304, - 10306 + 10459, + 10461 ], "loc": { "start": { - "line": 302, - "column": 26 + "line": 303, + "column": 27 }, "end": { - "line": 302, - "column": 28 + "line": 303, + "column": 29 } } }, @@ -23244,32 +23438,32 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 10307, - 10321 + 10462, + 10476 ], "loc": { "start": { - "line": 302, - "column": 29 + "line": 303, + "column": 30 }, "end": { - "line": 302, - "column": 43 + "line": 303, + "column": 44 } } }, "range": [ - 10304, - 10321 + 10459, + 10476 ], "loc": { "start": { - "line": 302, - "column": 26 + "line": 303, + "column": 27 }, "end": { - "line": 302, - "column": 43 + "line": 303, + "column": 44 } } }, @@ -23286,17 +23480,17 @@ "type": "Identifier", "name": "tf", "range": [ - 10325, - 10327 + 10480, + 10482 ], "loc": { "start": { - "line": 302, - "column": 47 + "line": 303, + "column": 48 }, "end": { - "line": 302, - "column": 49 + "line": 303, + "column": 50 } } }, @@ -23304,32 +23498,32 @@ "type": "Identifier", "name": "colDateType", "range": [ - 10328, - 10339 + 10483, + 10494 ], "loc": { "start": { - "line": 302, - "column": 50 + "line": 303, + "column": 51 }, "end": { - "line": 302, - "column": 61 + "line": 303, + "column": 62 } } }, "range": [ - 10325, - 10339 + 10480, + 10494 ], "loc": { "start": { - "line": 302, - "column": 47 + "line": 303, + "column": 48 }, "end": { - "line": 302, - "column": 61 + "line": 303, + "column": 62 } } }, @@ -23337,32 +23531,32 @@ "type": "Identifier", "name": "i", "range": [ - 10340, - 10341 + 10495, + 10496 ], "loc": { "start": { - "line": 302, - "column": 62 + "line": 303, + "column": 63 }, "end": { - "line": 302, - "column": 63 + "line": 303, + "column": 64 } } }, "range": [ - 10325, - 10342 + 10480, + 10497 ], "loc": { "start": { - "line": 302, - "column": 47 + "line": 303, + "column": 48 }, "end": { - "line": 302, - "column": 64 + "line": 303, + "column": 65 } } }, @@ -23371,47 +23565,47 @@ "value": null, "raw": "null", "range": [ - 10347, - 10351 + 10502, + 10506 ], "loc": { "start": { - "line": 302, - "column": 69 + "line": 303, + "column": 70 }, "end": { - "line": 302, - "column": 73 + "line": 303, + "column": 74 } } }, "range": [ - 10325, - 10351 + 10480, + 10506 ], "loc": { "start": { - "line": 302, - "column": 47 + "line": 303, + "column": 48 }, "end": { - "line": 302, - "column": 73 + "line": 303, + "column": 74 } } }, "range": [ - 10304, - 10351 + 10459, + 10506 ], "loc": { "start": { - "line": 302, - "column": 26 + "line": 303, + "column": 27 }, "end": { - "line": 302, - "column": 73 + "line": 303, + "column": 74 } } }, @@ -23427,16 +23621,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10374, - 10381 + 10530, + 10537 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 20 }, "end": { - "line": 303, + "line": 304, "column": 27 } } @@ -23459,16 +23653,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10384, - 10386 + 10540, + 10542 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, + "line": 304, "column": 32 } } @@ -23477,31 +23671,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 10387, - 10398 + 10543, + 10554 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 33 }, "end": { - "line": 303, + "line": 304, "column": 44 } } }, "range": [ - 10384, - 10398 + 10540, + 10554 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, + "line": 304, "column": 44 } } @@ -23510,31 +23704,31 @@ "type": "Identifier", "name": "i", "range": [ - 10399, - 10400 + 10555, + 10556 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 45 }, "end": { - "line": 303, + "line": 304, "column": 46 } } }, "range": [ - 10384, - 10401 + 10540, + 10557 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, + "line": 304, "column": 47 } } @@ -23543,47 +23737,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 10402, - 10413 + 10558, + 10569 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 48 }, "end": { - "line": 303, + "line": 304, "column": 59 } } }, "range": [ - 10384, - 10413 + 10540, + 10569 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, + "line": 304, "column": 59 } } }, "arguments": [], "range": [ - 10384, - 10415 + 10540, + 10571 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, + "line": 304, "column": 61 } } @@ -23593,77 +23787,77 @@ "value": "date", "raw": "'date'", "range": [ - 10416, - 10422 + 10574, + 10580 ], "loc": { "start": { - "line": 303, - "column": 62 + "line": 304, + "column": 64 }, "end": { - "line": 303, - "column": 68 + "line": 304, + "column": 70 } } }, "range": [ - 10384, - 10422 + 10540, + 10580 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 30 }, "end": { - "line": 303, - "column": 68 + "line": 304, + "column": 70 } } }, "range": [ - 10374, - 10422 + 10530, + 10580 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 20 }, "end": { - "line": 303, - "column": 68 + "line": 304, + "column": 70 } } }, "range": [ - 10374, - 10423 + 10530, + 10581 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 20 }, "end": { - "line": 303, - "column": 69 + "line": 304, + "column": 71 } } } ], "range": [ - 10352, - 10441 + 10508, + 10599 ], "loc": { "start": { - "line": 302, - "column": 74 + "line": 303, + "column": 76 }, "end": { - "line": 304, + "line": 305, "column": 17 } } @@ -23680,16 +23874,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10469, - 10476 + 10627, + 10634 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 20 }, "end": { - "line": 305, + "line": 306, "column": 27 } } @@ -23699,92 +23893,92 @@ "value": "String", "raw": "'String'", "range": [ - 10479, - 10487 + 10637, + 10645 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 30 }, "end": { - "line": 305, + "line": 306, "column": 38 } } }, "range": [ - 10469, - 10487 + 10627, + 10645 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 20 }, "end": { - "line": 305, + "line": 306, "column": 38 } } }, "range": [ - 10469, - 10488 + 10627, + 10646 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 20 }, "end": { - "line": 305, + "line": 306, "column": 39 } } } ], "range": [ - 10447, - 10506 + 10605, + 10664 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 23 }, "end": { - "line": 306, + "line": 307, "column": 17 } } }, "range": [ - 10301, - 10506 + 10455, + 10664 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 306, + "line": 307, "column": 17 } } }, "range": [ - 10162, - 10506 + 10314, + 10664 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 16 }, "end": { - "line": 306, + "line": 307, "column": 17 } }, @@ -23793,16 +23987,16 @@ "type": "Line", "value": " resolve column types", "range": [ - 10122, - 10145 + 10274, + 10297 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 21 }, "end": { - "line": 299, + "line": 300, "column": 44 } } @@ -23811,31 +24005,31 @@ } ], "range": [ - 10120, - 10520 + 10272, + 10678 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 19 }, "end": { - "line": 307, + "line": 308, "column": 13 } } }, "range": [ - 9933, - 10520 + 10083, + 10678 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 12 }, "end": { - "line": 307, + "line": 308, "column": 13 } } @@ -23851,16 +24045,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 10533, - 10543 + 10691, + 10701 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 22 } } @@ -23869,31 +24063,31 @@ "type": "Identifier", "name": "push", "range": [ - 10544, - 10548 + 10702, + 10706 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 23 }, "end": { - "line": 308, + "line": 309, "column": 27 } } }, "range": [ - 10533, - 10548 + 10691, + 10706 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 27 } } @@ -23903,78 +24097,78 @@ "type": "Identifier", "name": "colType", "range": [ - 10549, - 10556 + 10707, + 10714 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 28 }, "end": { - "line": 308, + "line": 309, "column": 35 } } } ], "range": [ - 10533, - 10557 + 10691, + 10715 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 36 } } }, "range": [ - 10533, - 10558 + 10691, + 10716 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 37 } } } ], "range": [ - 9893, - 10568 + 10043, + 10726 ], "loc": { "start": { - "line": 291, - "column": 39 + "line": 292, + "column": 45 }, "end": { - "line": 309, + "line": 310, "column": 9 } } }, "range": [ - 9862, - 10568 + 10006, + 10726 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 9 } }, @@ -23983,16 +24177,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10578, - 10613 + 10736, + 10771 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 43 } } @@ -24001,16 +24195,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10623, - 10642 + 10781, + 10800 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 27 } } @@ -24027,16 +24221,16 @@ "object": { "type": "ThisExpression", "range": [ - 10651, - 10655 + 10809, + 10813 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 12 } } @@ -24045,31 +24239,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10656, - 10667 + 10814, + 10825 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 13 }, "end": { - "line": 314, + "line": 315, "column": 24 } } }, "range": [ - 10651, - 10667 + 10809, + 10825 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 24 } } @@ -24080,16 +24274,16 @@ "value": "number", "raw": "'number'", "range": [ - 10668, - 10676 + 10826, + 10834 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 25 }, "end": { - "line": 314, + "line": 315, "column": 33 } } @@ -24098,47 +24292,47 @@ "type": "Identifier", "name": "Number", "range": [ - 10678, - 10684 + 10836, + 10842 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 35 }, "end": { - "line": 314, + "line": 315, "column": 41 } } } ], "range": [ - 10651, - 10685 + 10809, + 10843 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 42 } } }, "range": [ - 10651, - 10686 + 10809, + 10844 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 43 } }, @@ -24147,16 +24341,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10578, - 10613 + 10736, + 10771 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 43 } } @@ -24165,16 +24359,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10623, - 10642 + 10781, + 10800 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 27 } } @@ -24191,16 +24385,16 @@ "object": { "type": "ThisExpression", "range": [ - 10695, - 10699 + 10853, + 10857 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 12 } } @@ -24209,31 +24403,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10700, - 10711 + 10858, + 10869 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 13 }, "end": { - "line": 315, + "line": 316, "column": 24 } } }, "range": [ - 10695, - 10711 + 10853, + 10869 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 24 } } @@ -24244,16 +24438,16 @@ "value": "caseinsensitivestring", "raw": "'caseinsensitivestring'", "range": [ - 10712, - 10735 + 10870, + 10893 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 25 }, "end": { - "line": 315, + "line": 316, "column": 48 } } @@ -24265,16 +24459,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 10737, - 10750 + 10895, + 10908 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 50 }, "end": { - "line": 315, + "line": 316, "column": 63 } } @@ -24283,62 +24477,62 @@ "type": "Identifier", "name": "toUpperCase", "range": [ - 10751, - 10762 + 10909, + 10920 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 64 }, "end": { - "line": 315, + "line": 316, "column": 75 } } }, "range": [ - 10737, - 10762 + 10895, + 10920 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 50 }, "end": { - "line": 315, + "line": 316, "column": 75 } } } ], "range": [ - 10695, - 10763 + 10853, + 10921 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 76 } } }, "range": [ - 10695, - 10764 + 10853, + 10922 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 77 } } @@ -24353,16 +24547,16 @@ "object": { "type": "ThisExpression", "range": [ - 10773, - 10777 + 10931, + 10935 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 12 } } @@ -24371,31 +24565,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10778, - 10789 + 10936, + 10947 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 13 }, "end": { - "line": 316, + "line": 317, "column": 24 } } }, "range": [ - 10773, - 10789 + 10931, + 10947 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 24 } } @@ -24406,16 +24600,16 @@ "value": "date", "raw": "'date'", "range": [ - 10790, - 10796 + 10948, + 10954 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 25 }, "end": { - "line": 316, + "line": 317, "column": 31 } } @@ -24427,16 +24621,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 10798, - 10811 + 10956, + 10969 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 33 }, "end": { - "line": 316, + "line": 317, "column": 46 } } @@ -24445,62 +24639,62 @@ "type": "Identifier", "name": "toDate", "range": [ - 10812, - 10818 + 10970, + 10976 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 47 }, "end": { - "line": 316, + "line": 317, "column": 53 } } }, "range": [ - 10798, - 10818 + 10956, + 10976 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 33 }, "end": { - "line": 316, + "line": 317, "column": 53 } } } ], "range": [ - 10773, - 10819 + 10931, + 10977 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 54 } } }, "range": [ - 10773, - 10820 + 10931, + 10978 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 55 } } @@ -24515,16 +24709,16 @@ "object": { "type": "ThisExpression", "range": [ - 10829, - 10833 + 10987, + 10991 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 8 }, "end": { - "line": 317, + "line": 318, "column": 12 } } @@ -24533,31 +24727,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10834, - 10845 + 10992, + 11003 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 13 }, "end": { - "line": 317, + "line": 318, "column": 24 } } }, "range": [ - 10829, - 10845 + 10987, + 11003 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 8 }, "end": { - "line": 317, + "line": 318, "column": 24 } } @@ -24568,426 +24762,48 @@ "value": "string", "raw": "'string'", "range": [ - 10846, - 10854 + 11004, + 11012 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 25 }, "end": { - "line": 317, + "line": 318, "column": 33 } } } ], "range": [ - 10829, - 10855 + 10987, + 11013 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 8 }, "end": { - "line": 317, + "line": 318, "column": 34 } } }, "range": [ - 10829, - 10856 - ], - "loc": { - "start": { - "line": 317, - "column": 8 - }, - "end": { - "line": 317, - "column": 35 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 10865, - 10869 - ], - "loc": { - "start": { - "line": 318, - "column": 8 - }, - "end": { - "line": 318, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 10870, - 10881 - ], - "loc": { - "start": { - "line": 318, - "column": 13 - }, - "end": { - "line": 318, - "column": 24 - } - } - }, - "range": [ - 10865, - 10881 - ], - "loc": { - "start": { - "line": 318, - "column": 8 - }, - "end": { - "line": 318, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "us", - "raw": "'us'", - "range": [ - 10882, - 10886 - ], - "loc": { - "start": { - "line": 318, - "column": 25 - }, - "end": { - "line": 318, - "column": 29 - } - } - }, - { - "type": "Identifier", - "name": "usNumberConverter", - "range": [ - 10888, - 10905 - ], - "loc": { - "start": { - "line": 318, - "column": 31 - }, - "end": { - "line": 318, - "column": 48 - } - } - } - ], - "range": [ - 10865, - 10906 - ], - "loc": { - "start": { - "line": 318, - "column": 8 - }, - "end": { - "line": 318, - "column": 49 - } - } - }, - "range": [ - 10865, - 10907 - ], - "loc": { - "start": { - "line": 318, - "column": 8 - }, - "end": { - "line": 318, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 10916, - 10920 - ], - "loc": { - "start": { - "line": 319, - "column": 8 - }, - "end": { - "line": 319, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 10921, - 10932 - ], - "loc": { - "start": { - "line": 319, - "column": 13 - }, - "end": { - "line": 319, - "column": 24 - } - } - }, - "range": [ - 10916, - 10932 - ], - "loc": { - "start": { - "line": 319, - "column": 8 - }, - "end": { - "line": 319, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "eu", - "raw": "'eu'", - "range": [ - 10933, - 10937 - ], - "loc": { - "start": { - "line": 319, - "column": 25 - }, - "end": { - "line": 319, - "column": 29 - } - } - }, - { - "type": "Identifier", - "name": "euNumberConverter", - "range": [ - 10939, - 10956 - ], - "loc": { - "start": { - "line": 319, - "column": 31 - }, - "end": { - "line": 319, - "column": 48 - } - } - } - ], - "range": [ - 10916, - 10957 - ], - "loc": { - "start": { - "line": 319, - "column": 8 - }, - "end": { - "line": 319, - "column": 49 - } - } - }, - "range": [ - 10916, - 10958 - ], - "loc": { - "start": { - "line": 319, - "column": 8 - }, - "end": { - "line": 319, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 10967, - 10971 - ], - "loc": { - "start": { - "line": 320, - "column": 8 - }, - "end": { - "line": 320, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 10972, - 10983 - ], - "loc": { - "start": { - "line": 320, - "column": 13 - }, - "end": { - "line": 320, - "column": 24 - } - } - }, - "range": [ - 10967, - 10983 - ], - "loc": { - "start": { - "line": 320, - "column": 8 - }, - "end": { - "line": 320, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "dmydate", - "raw": "'dmydate'", - "range": [ - 10984, - 10993 - ], - "loc": { - "start": { - "line": 320, - "column": 25 - }, - "end": { - "line": 320, - "column": 34 - } - } - }, - { - "type": "Identifier", - "name": "dmyDateConverter", - "range": [ - 10995, - 11011 - ], - "loc": { - "start": { - "line": 320, - "column": 36 - }, - "end": { - "line": 320, - "column": 52 - } - } - } - ], - "range": [ - 10967, - 11013 - ], - "loc": { - "start": { - "line": 320, - "column": 8 - }, - "end": { - "line": 320, - "column": 54 - } - } - }, - "range": [ - 10967, + 10987, 11014 ], "loc": { "start": { - "line": 320, + "line": 318, "column": 8 }, "end": { - "line": 320, - "column": 55 + "line": 318, + "column": 35 } } }, @@ -25006,11 +24822,11 @@ ], "loc": { "start": { - "line": 321, + "line": 319, "column": 8 }, "end": { - "line": 321, + "line": 319, "column": 12 } } @@ -25024,11 +24840,11 @@ ], "loc": { "start": { - "line": 321, + "line": 319, "column": 13 }, "end": { - "line": 321, + "line": 319, "column": 24 } } @@ -25037,6 +24853,258 @@ 11023, 11039 ], + "loc": { + "start": { + "line": 319, + "column": 8 + }, + "end": { + "line": 319, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "us", + "raw": "'us'", + "range": [ + 11040, + 11044 + ], + "loc": { + "start": { + "line": 319, + "column": 25 + }, + "end": { + "line": 319, + "column": 29 + } + } + }, + { + "type": "Identifier", + "name": "usNumberConverter", + "range": [ + 11046, + 11063 + ], + "loc": { + "start": { + "line": 319, + "column": 31 + }, + "end": { + "line": 319, + "column": 48 + } + } + } + ], + "range": [ + 11023, + 11064 + ], + "loc": { + "start": { + "line": 319, + "column": 8 + }, + "end": { + "line": 319, + "column": 49 + } + } + }, + "range": [ + 11023, + 11065 + ], + "loc": { + "start": { + "line": 319, + "column": 8 + }, + "end": { + "line": 319, + "column": 50 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 11074, + 11078 + ], + "loc": { + "start": { + "line": 320, + "column": 8 + }, + "end": { + "line": 320, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addSortType", + "range": [ + 11079, + 11090 + ], + "loc": { + "start": { + "line": 320, + "column": 13 + }, + "end": { + "line": 320, + "column": 24 + } + } + }, + "range": [ + 11074, + 11090 + ], + "loc": { + "start": { + "line": 320, + "column": 8 + }, + "end": { + "line": 320, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "eu", + "raw": "'eu'", + "range": [ + 11091, + 11095 + ], + "loc": { + "start": { + "line": 320, + "column": 25 + }, + "end": { + "line": 320, + "column": 29 + } + } + }, + { + "type": "Identifier", + "name": "euNumberConverter", + "range": [ + 11097, + 11114 + ], + "loc": { + "start": { + "line": 320, + "column": 31 + }, + "end": { + "line": 320, + "column": 48 + } + } + } + ], + "range": [ + 11074, + 11115 + ], + "loc": { + "start": { + "line": 320, + "column": 8 + }, + "end": { + "line": 320, + "column": 49 + } + } + }, + "range": [ + 11074, + 11116 + ], + "loc": { + "start": { + "line": 320, + "column": 8 + }, + "end": { + "line": 320, + "column": 50 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 11125, + 11129 + ], + "loc": { + "start": { + "line": 321, + "column": 8 + }, + "end": { + "line": 321, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addSortType", + "range": [ + 11130, + 11141 + ], + "loc": { + "start": { + "line": 321, + "column": 13 + }, + "end": { + "line": 321, + "column": 24 + } + } + }, + "range": [ + 11125, + 11141 + ], "loc": { "start": { "line": 321, @@ -25048,22 +25116,148 @@ } } }, + "arguments": [ + { + "type": "Literal", + "value": "dmydate", + "raw": "'dmydate'", + "range": [ + 11142, + 11151 + ], + "loc": { + "start": { + "line": 321, + "column": 25 + }, + "end": { + "line": 321, + "column": 34 + } + } + }, + { + "type": "Identifier", + "name": "dmyDateConverter", + "range": [ + 11153, + 11169 + ], + "loc": { + "start": { + "line": 321, + "column": 36 + }, + "end": { + "line": 321, + "column": 52 + } + } + } + ], + "range": [ + 11125, + 11170 + ], + "loc": { + "start": { + "line": 321, + "column": 8 + }, + "end": { + "line": 321, + "column": 53 + } + } + }, + "range": [ + 11125, + 11171 + ], + "loc": { + "start": { + "line": 321, + "column": 8 + }, + "end": { + "line": 321, + "column": 54 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 11180, + 11184 + ], + "loc": { + "start": { + "line": 322, + "column": 8 + }, + "end": { + "line": 322, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addSortType", + "range": [ + 11185, + 11196 + ], + "loc": { + "start": { + "line": 322, + "column": 13 + }, + "end": { + "line": 322, + "column": 24 + } + } + }, + "range": [ + 11180, + 11196 + ], + "loc": { + "start": { + "line": 322, + "column": 8 + }, + "end": { + "line": 322, + "column": 24 + } + } + }, "arguments": [ { "type": "Literal", "value": "ymddate", "raw": "'ymddate'", "range": [ - 11040, - 11049 + 11197, + 11206 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 25 }, "end": { - "line": 321, + "line": 322, "column": 34 } } @@ -25072,47 +25266,47 @@ "type": "Identifier", "name": "ymdDateConverter", "range": [ - 11051, - 11067 + 11208, + 11224 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 36 }, "end": { - "line": 321, + "line": 322, "column": 52 } } } ], "range": [ - 11023, - 11068 + 11180, + 11225 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 53 } } }, "range": [ - 11023, - 11069 + 11180, + 11226 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 54 } } @@ -25127,16 +25321,16 @@ "object": { "type": "ThisExpression", "range": [ - 11078, - 11082 + 11235, + 11239 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 12 } } @@ -25145,31 +25339,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11083, - 11094 + 11240, + 11251 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 13 }, "end": { - "line": 322, + "line": 323, "column": 24 } } }, "range": [ - 11078, - 11094 + 11235, + 11251 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 24 } } @@ -25180,16 +25374,16 @@ "value": "mdydate", "raw": "'mdydate'", "range": [ - 11095, - 11104 + 11252, + 11261 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 25 }, "end": { - "line": 322, + "line": 323, "column": 34 } } @@ -25198,47 +25392,47 @@ "type": "Identifier", "name": "mdyDateConverter", "range": [ - 11106, - 11122 + 11263, + 11279 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 36 }, "end": { - "line": 322, + "line": 323, "column": 52 } } } ], "range": [ - 11078, - 11123 + 11235, + 11280 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 53 } } }, "range": [ - 11078, - 11124 + 11235, + 11281 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 54 } } @@ -25253,16 +25447,16 @@ "object": { "type": "ThisExpression", "range": [ - 11133, - 11137 + 11290, + 11294 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 8 }, "end": { - "line": 323, + "line": 324, "column": 12 } } @@ -25271,31 +25465,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11138, - 11149 + 11295, + 11306 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 13 }, "end": { - "line": 323, + "line": 324, "column": 24 } } }, "range": [ - 11133, - 11149 + 11290, + 11306 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 8 }, "end": { - "line": 323, + "line": 324, "column": 24 } } @@ -25306,16 +25500,16 @@ "value": "ddmmmyyyydate", "raw": "'ddmmmyyyydate'", "range": [ - 11150, - 11165 + 11307, + 11322 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 25 }, "end": { - "line": 323, + "line": 324, "column": 40 } } @@ -25324,47 +25518,47 @@ "type": "Identifier", "name": "ddmmmyyyyDateConverter", "range": [ - 11167, - 11189 + 11324, + 11346 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 42 }, "end": { - "line": 323, + "line": 324, "column": 64 } } } ], "range": [ - 11133, - 11190 + 11290, + 11347 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 8 }, "end": { - "line": 323, + "line": 324, "column": 65 } } }, "range": [ - 11133, - 11191 + 11290, + 11348 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 8 }, "end": { - "line": 323, + "line": 324, "column": 66 } } @@ -25379,16 +25573,16 @@ "object": { "type": "ThisExpression", "range": [ - 11200, - 11204 + 11357, + 11361 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 324, + "line": 325, "column": 12 } } @@ -25397,31 +25591,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11205, - 11216 + 11362, + 11373 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 13 }, "end": { - "line": 324, + "line": 325, "column": 24 } } }, "range": [ - 11200, - 11216 + 11357, + 11373 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 324, + "line": 325, "column": 24 } } @@ -25432,16 +25626,16 @@ "value": "ipaddress", "raw": "'ipaddress'", "range": [ - 11217, - 11228 + 11374, + 11385 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 25 }, "end": { - "line": 324, + "line": 325, "column": 36 } } @@ -25450,16 +25644,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 11230, - 11239 + 11387, + 11396 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 38 }, "end": { - "line": 324, + "line": 325, "column": 47 } } @@ -25468,47 +25662,47 @@ "type": "Identifier", "name": "sortIP", "range": [ - 11241, - 11247 + 11398, + 11404 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 49 }, "end": { - "line": 324, + "line": 325, "column": 55 } } } ], "range": [ - 11200, - 11248 + 11357, + 11405 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 324, + "line": 325, "column": 56 } } }, "range": [ - 11200, - 11249 + 11357, + 11406 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 324, + "line": 325, "column": 57 } } @@ -25524,16 +25718,16 @@ "object": { "type": "ThisExpression", "range": [ - 11259, - 11263 + 11416, + 11420 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 12 } } @@ -25542,31 +25736,31 @@ "type": "Identifier", "name": "stt", "range": [ - 11264, - 11267 + 11421, + 11424 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 13 }, "end": { - "line": 326, + "line": 327, "column": 16 } } }, "range": [ - 11259, - 11267 + 11416, + 11424 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 16 } } @@ -25577,16 +25771,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 11274, - 11287 + 11431, + 11444 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 23 }, "end": { - "line": 326, + "line": 327, "column": 36 } } @@ -25599,16 +25793,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11288, - 11290 + 11445, + 11447 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 37 }, "end": { - "line": 326, + "line": 327, "column": 39 } } @@ -25617,31 +25811,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 11291, - 11294 + 11448, + 11451 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 40 }, "end": { - "line": 326, + "line": 327, "column": 43 } } }, "range": [ - 11288, - 11294 + 11445, + 11451 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 37 }, "end": { - "line": 326, + "line": 327, "column": 43 } } @@ -25650,62 +25844,62 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 11296, - 11306 + 11453, + 11463 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 45 }, "end": { - "line": 326, + "line": 327, "column": 55 } } } ], "range": [ - 11270, - 11307 + 11427, + 11464 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 19 }, "end": { - "line": 326, + "line": 327, "column": 56 } } }, "range": [ - 11259, - 11307 + 11416, + 11464 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 56 } } }, "range": [ - 11259, - 11308 + 11416, + 11465 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 57 } }, @@ -25714,16 +25908,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11318, - 11358 + 11475, + 11515 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 48 } } @@ -25741,17 +25935,17 @@ "object": { "type": "ThisExpression", "range": [ - 11370, - 11374 + 11528, + 11532 ], "loc": { "start": { - "line": 329, - "column": 11 + "line": 330, + "column": 12 }, "end": { - "line": 329, - "column": 15 + "line": 330, + "column": 16 } } }, @@ -25759,32 +25953,32 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 11375, - 11384 + 11533, + 11542 ], "loc": { "start": { - "line": 329, - "column": 16 + "line": 330, + "column": 17 }, "end": { - "line": 329, - "column": 25 + "line": 330, + "column": 26 } } }, "range": [ - 11370, - 11384 + 11528, + 11542 ], "loc": { "start": { - "line": 329, - "column": 11 + "line": 330, + "column": 12 }, "end": { - "line": 329, - "column": 25 + "line": 330, + "column": 26 } } }, @@ -25800,17 +25994,17 @@ "object": { "type": "ThisExpression", "range": [ - 11388, - 11392 + 11546, + 11550 ], "loc": { "start": { - "line": 329, - "column": 29 + "line": 330, + "column": 30 }, "end": { - "line": 329, - "column": 33 + "line": 330, + "column": 34 } } }, @@ -25818,32 +26012,32 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 11393, - 11403 + 11551, + 11561 ], "loc": { "start": { - "line": 329, - "column": 34 + "line": 330, + "column": 35 }, "end": { - "line": 329, - "column": 44 + "line": 330, + "column": 45 } } }, "range": [ - 11388, - 11403 + 11546, + 11561 ], "loc": { "start": { - "line": 329, - "column": 29 + "line": 330, + "column": 30 }, "end": { - "line": 329, - "column": 44 + "line": 330, + "column": 45 } } }, @@ -25851,32 +26045,32 @@ "type": "Identifier", "name": "length", "range": [ - 11404, - 11410 + 11562, + 11568 ], "loc": { "start": { - "line": 329, - "column": 45 + "line": 330, + "column": 46 }, "end": { - "line": 329, - "column": 51 + "line": 330, + "column": 52 } } }, "range": [ - 11388, - 11410 + 11546, + 11568 ], "loc": { "start": { - "line": 329, - "column": 29 + "line": 330, + "column": 30 }, "end": { - "line": 329, - "column": 51 + "line": 330, + "column": 52 } } }, @@ -25885,47 +26079,47 @@ "value": 0, "raw": "0", "range": [ - 11413, - 11414 + 11571, + 11572 ], "loc": { "start": { - "line": 329, - "column": 54 + "line": 330, + "column": 55 }, "end": { - "line": 329, - "column": 55 + "line": 330, + "column": 56 } } }, "range": [ - 11388, - 11414 + 11546, + 11572 ], "loc": { "start": { - "line": 329, - "column": 29 + "line": 330, + "column": 30 }, "end": { - "line": 329, - "column": 55 + "line": 330, + "column": 56 } } }, "range": [ - 11370, - 11414 + 11528, + 11572 ], "loc": { "start": { - "line": 329, - "column": 11 + "line": 330, + "column": 12 }, "end": { - "line": 329, - "column": 55 + "line": 330, + "column": 56 } } }, @@ -25941,16 +26135,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11433, - 11441 + 11592, + 11600 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 16 }, "end": { - "line": 330, + "line": 331, "column": 24 } } @@ -25961,16 +26155,16 @@ "object": { "type": "ThisExpression", "range": [ - 11444, - 11448 + 11603, + 11607 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 27 }, "end": { - "line": 330, + "line": 331, "column": 31 } } @@ -25979,46 +26173,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 11449, - 11459 + 11608, + 11618 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 32 }, "end": { - "line": 330, + "line": 331, "column": 42 } } }, "range": [ - 11444, - 11459 + 11603, + 11618 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 27 }, "end": { - "line": 330, + "line": 331, "column": 42 } } }, "range": [ - 11433, - 11459 + 11592, + 11618 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 16 }, "end": { - "line": 330, + "line": 331, "column": 42 } } @@ -26026,16 +26220,16 @@ ], "kind": "let", "range": [ - 11429, - 11460 + 11588, + 11619 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 12 }, "end": { - "line": 330, + "line": 331, "column": 43 } } @@ -26051,17 +26245,17 @@ "type": "Identifier", "name": "j", "range": [ - 11481, - 11482 + 11641, + 11642 ], "loc": { "start": { - "line": 331, - "column": 20 + "line": 332, + "column": 21 }, "end": { - "line": 331, - "column": 21 + "line": 332, + "column": 22 } } }, @@ -26070,49 +26264,49 @@ "value": 0, "raw": "0", "range": [ - 11483, - 11484 + 11645, + 11646 ], "loc": { "start": { - "line": 331, - "column": 22 + "line": 332, + "column": 25 }, "end": { - "line": 331, - "column": 23 + "line": 332, + "column": 26 } } }, "range": [ - 11481, - 11484 + 11641, + 11646 ], "loc": { "start": { - "line": 331, - "column": 20 + "line": 332, + "column": 21 }, "end": { - "line": 331, - "column": 23 + "line": 332, + "column": 26 } } } ], "kind": "let", "range": [ - 11477, - 11484 + 11637, + 11646 ], "loc": { "start": { - "line": 331, - "column": 16 + "line": 332, + "column": 17 }, "end": { - "line": 331, - "column": 23 + "line": 332, + "column": 26 } } }, @@ -26123,17 +26317,17 @@ "type": "Identifier", "name": "j", "range": [ - 11486, - 11487 + 11648, + 11649 ], "loc": { "start": { - "line": 331, - "column": 25 + "line": 332, + "column": 28 }, "end": { - "line": 331, - "column": 26 + "line": 332, + "column": 29 } } }, @@ -26144,17 +26338,17 @@ "type": "Identifier", "name": "triggers", "range": [ - 11488, - 11496 + 11652, + 11660 ], "loc": { "start": { - "line": 331, - "column": 27 + "line": 332, + "column": 32 }, "end": { - "line": 331, - "column": 35 + "line": 332, + "column": 40 } } }, @@ -26162,47 +26356,47 @@ "type": "Identifier", "name": "length", "range": [ - 11497, - 11503 + 11661, + 11667 ], "loc": { "start": { - "line": 331, - "column": 36 + "line": 332, + "column": 41 }, "end": { - "line": 331, - "column": 42 + "line": 332, + "column": 47 } } }, "range": [ - 11488, - 11503 + 11652, + 11667 ], "loc": { "start": { - "line": 331, - "column": 27 + "line": 332, + "column": 32 }, "end": { - "line": 331, - "column": 42 + "line": 332, + "column": 47 } } }, "range": [ - 11486, - 11503 + 11648, + 11667 ], "loc": { "start": { - "line": 331, - "column": 25 + "line": 332, + "column": 28 }, "end": { - "line": 331, - "column": 42 + "line": 332, + "column": 47 } } }, @@ -26213,33 +26407,33 @@ "type": "Identifier", "name": "j", "range": [ - 11505, - 11506 + 11669, + 11670 ], "loc": { "start": { - "line": 331, - "column": 44 + "line": 332, + "column": 49 }, "end": { - "line": 331, - "column": 45 + "line": 332, + "column": 50 } } }, "prefix": false, "range": [ - 11505, - 11508 + 11669, + 11672 ], "loc": { "start": { - "line": 331, - "column": 44 + "line": 332, + "column": 49 }, "end": { - "line": 331, - "column": 47 + "line": 332, + "column": 52 } } }, @@ -26258,17 +26452,17 @@ "type": "Identifier", "name": "triggers", "range": [ - 11530, - 11538 + 11696, + 11704 ], "loc": { "start": { - "line": 332, - "column": 19 + "line": 333, + "column": 20 }, "end": { - "line": 332, - "column": 27 + "line": 333, + "column": 28 } } }, @@ -26276,32 +26470,32 @@ "type": "Identifier", "name": "j", "range": [ - 11539, - 11540 + 11705, + 11706 ], "loc": { "start": { - "line": 332, - "column": 28 + "line": 333, + "column": 29 }, "end": { - "line": 332, - "column": 29 + "line": 333, + "column": 30 } } }, "range": [ - 11530, - 11541 + 11696, + 11707 ], "loc": { "start": { - "line": 332, - "column": 19 + "line": 333, + "column": 20 }, "end": { - "line": 332, - "column": 30 + "line": 333, + "column": 31 } } }, @@ -26310,32 +26504,32 @@ "value": null, "raw": "null", "range": [ - 11546, - 11550 + 11712, + 11716 ], "loc": { "start": { - "line": 332, - "column": 35 + "line": 333, + "column": 36 }, "end": { - "line": 332, - "column": 39 + "line": 333, + "column": 40 } } }, "range": [ - 11530, - 11550 + 11696, + 11716 ], "loc": { "start": { - "line": 332, - "column": 19 + "line": 333, + "column": 20 }, "end": { - "line": 332, - "column": 39 + "line": 333, + "column": 40 } } }, @@ -26346,48 +26540,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 11573, - 11582 + 11740, + 11749 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 20 }, "end": { - "line": 333, + "line": 334, "column": 29 } } } ], "range": [ - 11551, - 11600 + 11718, + 11767 ], "loc": { "start": { - "line": 332, - "column": 40 + "line": 333, + "column": 42 }, "end": { - "line": 334, + "line": 335, "column": 17 } } }, "alternate": null, "range": [ - 11527, - 11600 + 11692, + 11767 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 17 } } @@ -26401,16 +26595,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11621, - 11628 + 11788, + 11795 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 20 }, "end": { - "line": 335, + "line": 336, "column": 27 } } @@ -26424,16 +26618,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11631, - 11634 + 11798, + 11801 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 30 }, "end": { - "line": 335, + "line": 336, "column": 33 } } @@ -26442,31 +26636,31 @@ "type": "Identifier", "name": "id", "range": [ - 11635, - 11637 + 11802, + 11804 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 34 }, "end": { - "line": 335, + "line": 336, "column": 36 } } }, "range": [ - 11631, - 11637 + 11798, + 11804 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 30 }, "end": { - "line": 335, + "line": 336, "column": 36 } } @@ -26479,16 +26673,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11638, - 11646 + 11805, + 11813 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 37 }, "end": { - "line": 335, + "line": 336, "column": 45 } } @@ -26497,62 +26691,62 @@ "type": "Identifier", "name": "j", "range": [ - 11647, - 11648 + 11814, + 11815 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 46 }, "end": { - "line": 335, + "line": 336, "column": 47 } } }, "range": [ - 11638, - 11649 + 11805, + 11816 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 37 }, "end": { - "line": 335, + "line": 336, "column": 48 } } } ], "range": [ - 11631, - 11650 + 11798, + 11817 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 30 }, "end": { - "line": 335, + "line": 336, "column": 49 } } }, "range": [ - 11621, - 11650 + 11788, + 11817 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 20 }, "end": { - "line": 335, + "line": 336, "column": 49 } } @@ -26560,16 +26754,16 @@ ], "kind": "let", "range": [ - 11617, - 11651 + 11784, + 11818 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 50 } } @@ -26580,17 +26774,17 @@ "type": "Identifier", "name": "trigger", "range": [ - 11671, - 11678 + 11839, + 11846 ], "loc": { "start": { - "line": 336, - "column": 19 + "line": 337, + "column": 20 }, "end": { - "line": 336, - "column": 26 + "line": 337, + "column": 27 } } }, @@ -26612,16 +26806,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11701, - 11708 + 11870, + 11877 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 27 } } @@ -26630,31 +26824,31 @@ "type": "Identifier", "name": "style", "range": [ - 11709, - 11714 + 11878, + 11883 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 28 }, "end": { - "line": 337, + "line": 338, "column": 33 } } }, "range": [ - 11701, - 11714 + 11870, + 11883 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 33 } } @@ -26663,31 +26857,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 11715, - 11721 + 11884, + 11890 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 34 }, "end": { - "line": 337, + "line": 338, "column": 40 } } }, "range": [ - 11701, - 11721 + 11870, + 11890 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 40 } } @@ -26697,46 +26891,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 11724, - 11733 + 11893, + 11902 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 43 }, "end": { - "line": 337, + "line": 338, "column": 52 } } }, "range": [ - 11701, - 11733 + 11870, + 11902 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 52 } } }, "range": [ - 11701, - 11734 + 11870, + 11903 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 53 } } @@ -26752,16 +26946,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11756, - 11761 + 11925, + 11930 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 20 }, "end": { - "line": 339, + "line": 340, "column": 25 } } @@ -26770,31 +26964,31 @@ "type": "Identifier", "name": "add", "range": [ - 11762, - 11765 + 11931, + 11934 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 26 }, "end": { - "line": 339, + "line": 340, "column": 29 } } }, "range": [ - 11756, - 11765 + 11925, + 11934 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 20 }, "end": { - "line": 339, + "line": 340, "column": 29 } } @@ -26804,16 +26998,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11766, - 11773 + 11935, + 11942 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 30 }, "end": { - "line": 339, + "line": 340, "column": 37 } } @@ -26823,16 +27017,16 @@ "value": "click", "raw": "'click'", "range": [ - 11775, - 11782 + 11944, + 11951 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 39 }, "end": { - "line": 339, + "line": 340, "column": 46 } } @@ -26845,16 +27039,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11785, - 11788 + 11954, + 11957 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 49 }, "end": { - "line": 339, + "line": 340, "column": 52 } } @@ -26872,16 +27066,16 @@ "type": "Identifier", "name": "elm", "range": [ - 11823, - 11826 + 11992, + 11995 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 28 }, "end": { - "line": 340, + "line": 341, "column": 31 } } @@ -26893,16 +27087,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11829, - 11832 + 11998, + 12001 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 34 }, "end": { - "line": 340, + "line": 341, "column": 37 } } @@ -26911,46 +27105,46 @@ "type": "Identifier", "name": "target", "range": [ - 11833, - 11839 + 12002, + 12008 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 38 }, "end": { - "line": 340, + "line": 341, "column": 44 } } }, "range": [ - 11829, - 11839 + 11998, + 12008 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 34 }, "end": { - "line": 340, + "line": 341, "column": 44 } } }, "range": [ - 11823, - 11839 + 11992, + 12008 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 28 }, "end": { - "line": 340, + "line": 341, "column": 44 } } @@ -26958,16 +27152,16 @@ ], "kind": "let", "range": [ - 11819, - 11840 + 11988, + 12009 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 24 }, "end": { - "line": 340, + "line": 341, "column": 45 } } @@ -26986,17 +27180,17 @@ "object": { "type": "ThisExpression", "range": [ - 11869, - 11873 + 12039, + 12043 ], "loc": { "start": { - "line": 341, - "column": 28 + "line": 342, + "column": 29 }, "end": { - "line": 341, - "column": 32 + "line": 342, + "column": 33 } } }, @@ -27004,32 +27198,32 @@ "type": "Identifier", "name": "tf", "range": [ - 11874, - 11876 + 12044, + 12046 ], "loc": { "start": { - "line": 341, - "column": 33 + "line": 342, + "column": 34 }, "end": { - "line": 341, - "column": 35 + "line": 342, + "column": 36 } } }, "range": [ - 11869, - 11876 + 12039, + 12046 ], "loc": { "start": { - "line": 341, - "column": 28 + "line": 342, + "column": 29 }, "end": { - "line": 341, - "column": 35 + "line": 342, + "column": 36 } } }, @@ -27037,48 +27231,48 @@ "type": "Identifier", "name": "sort", "range": [ - 11877, - 11881 + 12047, + 12051 ], "loc": { "start": { - "line": 341, - "column": 36 + "line": 342, + "column": 37 }, "end": { - "line": 341, - "column": 40 + "line": 342, + "column": 41 } } }, "range": [ - 11869, - 11881 + 12039, + 12051 ], "loc": { "start": { - "line": 341, - "column": 28 + "line": 342, + "column": 29 }, "end": { - "line": 341, - "column": 40 + "line": 342, + "column": 41 } } }, "prefix": true, "range": [ - 11868, - 11881 + 12038, + 12051 ], "loc": { "start": { - "line": 341, - "column": 27 + "line": 342, + "column": 28 }, "end": { - "line": 341, - "column": 40 + "line": 342, + "column": 41 } } }, @@ -27089,48 +27283,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11912, - 11919 + 12083, + 12090 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 28 }, "end": { - "line": 342, + "line": 343, "column": 35 } } } ], "range": [ - 11882, - 11945 + 12053, + 12116 ], "loc": { "start": { - "line": 341, - "column": 41 + "line": 342, + "column": 43 }, "end": { - "line": 343, + "line": 344, "column": 25 } } }, "alternate": null, "range": [ - 11865, - 11945 + 12034, + 12116 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 25 } } @@ -27148,16 +27342,16 @@ "object": { "type": "ThisExpression", "range": [ - 11970, - 11974 + 12141, + 12145 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 28 } } @@ -27166,31 +27360,31 @@ "type": "Identifier", "name": "stt", "range": [ - 11975, - 11978 + 12146, + 12149 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 29 }, "end": { - "line": 344, + "line": 345, "column": 32 } } }, "range": [ - 11970, - 11978 + 12141, + 12149 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 32 } } @@ -27199,31 +27393,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 11979, - 11988 + 12150, + 12159 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 33 }, "end": { - "line": 344, + "line": 345, "column": 42 } } }, "range": [ - 11970, - 11988 + 12141, + 12159 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 42 } } @@ -27238,16 +27432,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11989, - 11997 + 12160, + 12168 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 43 }, "end": { - "line": 344, + "line": 345, "column": 51 } } @@ -27256,31 +27450,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 11998, - 12005 + 12169, + 12176 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 52 }, "end": { - "line": 344, + "line": 345, "column": 59 } } }, "range": [ - 11989, - 12005 + 12160, + 12176 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 43 }, "end": { - "line": 344, + "line": 345, "column": 59 } } @@ -27293,16 +27487,16 @@ "type": "Identifier", "name": "elm", "range": [ - 12006, - 12009 + 12177, + 12180 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 60 }, "end": { - "line": 344, + "line": 345, "column": 63 } } @@ -27311,94 +27505,94 @@ "type": "Identifier", "name": "id", "range": [ - 12010, - 12012 + 12181, + 12183 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 64 }, "end": { - "line": 344, + "line": 345, "column": 66 } } }, "range": [ - 12006, - 12012 + 12177, + 12183 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 60 }, "end": { - "line": 344, + "line": 345, "column": 66 } } } ], "range": [ - 11989, - 12013 + 12160, + 12184 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 43 }, "end": { - "line": 344, + "line": 345, "column": 67 } } } ], "range": [ - 11970, - 12014 + 12141, + 12185 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 68 } } }, "range": [ - 11970, - 12015 + 12141, + 12186 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 69 } } } ], "range": [ - 11793, - 12037 + 11962, + 12208 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 57 }, "end": { - "line": 345, + "line": 346, "column": 21 } } @@ -27406,47 +27600,47 @@ "generator": false, "expression": false, "range": [ - 11784, - 12037 + 11953, + 12208 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 48 }, "end": { - "line": 345, + "line": 346, "column": 21 } } } ], "range": [ - 11756, - 12038 + 11925, + 12209 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 20 }, "end": { - "line": 345, + "line": 346, "column": 22 } } }, "range": [ - 11756, - 12039 + 11925, + 12210 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 20 }, "end": { - "line": 345, + "line": 346, "column": 23 } } @@ -27462,16 +27656,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 12060, - 12067 + 12231, + 12238 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 20 }, "end": { - "line": 346, + "line": 347, "column": 27 } } @@ -27480,31 +27674,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 12068, - 12080 + 12239, + 12251 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 28 }, "end": { - "line": 346, + "line": 347, "column": 40 } } }, "range": [ - 12060, - 12080 + 12231, + 12251 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 20 }, "end": { - "line": 346, + "line": 347, "column": 40 } } @@ -27515,16 +27709,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 12081, - 12092 + 12252, + 12263 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 41 }, "end": { - "line": 346, + "line": 347, "column": 52 } } @@ -27536,16 +27730,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 12094, - 12104 + 12265, + 12275 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 54 }, "end": { - "line": 346, + "line": 347, "column": 64 } } @@ -27554,157 +27748,157 @@ "type": "Identifier", "name": "j", "range": [ - 12105, - 12106 + 12276, + 12277 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 65 }, "end": { - "line": 346, + "line": 347, "column": 66 } } }, "range": [ - 12094, - 12107 + 12265, + 12278 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 54 }, "end": { - "line": 346, + "line": 347, "column": 67 } } } ], "range": [ - 12060, - 12108 + 12231, + 12279 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 20 }, "end": { - "line": 346, + "line": 347, "column": 68 } } }, "range": [ - 12060, - 12109 + 12231, + 12280 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 20 }, "end": { - "line": 346, + "line": 347, "column": 69 } } } ], "range": [ - 11679, - 12127 + 11848, + 12298 ], "loc": { "start": { - "line": 336, - "column": 27 + "line": 337, + "column": 29 }, "end": { - "line": 347, + "line": 348, "column": 17 } } }, "alternate": null, "range": [ - 11668, - 12127 + 11835, + 12298 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 16 }, "end": { - "line": 347, + "line": 348, "column": 17 } } } ], "range": [ - 11509, - 12141 + 11674, + 12312 ], "loc": { "start": { - "line": 331, - "column": 48 + "line": 332, + "column": 54 }, "end": { - "line": 348, + "line": 349, "column": 13 } } }, "range": [ - 11473, - 12141 + 11632, + 12312 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 13 } } } ], "range": [ - 11415, - 12151 + 11574, + 12322 ], "loc": { "start": { - "line": 329, - "column": 56 + "line": 330, + "column": 58 }, "end": { - "line": 349, + "line": 350, "column": 9 } } }, "alternate": null, "range": [ - 11367, - 12151 + 11524, + 12322 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 8 }, "end": { - "line": 349, + "line": 350, "column": 9 } }, @@ -27713,16 +27907,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11318, - 11358 + 11475, + 11515 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 48 } } @@ -27731,16 +27925,16 @@ } ], "range": [ - 9756, - 12157 + 9900, + 12328 ], "loc": { "start": { - "line": 286, - "column": 18 + "line": 287, + "column": 19 }, "end": { - "line": 350, + "line": 351, "column": 5 } } @@ -27748,16 +27942,16 @@ "generator": false, "expression": false, "range": [ - 9754, - 12157 + 9897, + 12328 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 350, + "line": 351, "column": 5 } } @@ -27765,16 +27959,16 @@ "kind": "method", "computed": false, "range": [ - 9742, - 12157 + 9885, + 12328 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 4 }, "end": { - "line": 350, + "line": 351, "column": 5 } }, @@ -27783,16 +27977,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12163, - 12194 + 12334, + 12365 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 4 }, "end": { - "line": 354, + "line": 355, "column": 7 } } @@ -27806,16 +28000,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 12199, - 12206 + 12370, + 12377 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 4 }, "end": { - "line": 355, + "line": 356, "column": 11 } } @@ -27836,16 +28030,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12222, - 12224 + 12394, + 12396 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 14 } } @@ -27856,16 +28050,16 @@ "object": { "type": "ThisExpression", "range": [ - 12227, - 12231 + 12399, + 12403 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 17 }, "end": { - "line": 356, + "line": 357, "column": 21 } } @@ -27874,46 +28068,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12232, - 12234 + 12404, + 12406 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 22 }, "end": { - "line": 356, + "line": 357, "column": 24 } } }, "range": [ - 12227, - 12234 + 12399, + 12406 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 17 }, "end": { - "line": 356, + "line": 357, "column": 24 } } }, "range": [ - 12222, - 12234 + 12394, + 12406 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 24 } } @@ -27921,16 +28115,16 @@ ], "kind": "let", "range": [ - 12218, - 12235 + 12390, + 12407 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 8 }, "end": { - "line": 356, + "line": 357, "column": 25 } } @@ -27948,16 +28142,16 @@ "object": { "type": "ThisExpression", "range": [ - 12244, - 12248 + 12416, + 12420 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 357, + "line": 358, "column": 12 } } @@ -27966,31 +28160,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 12249, - 12256 + 12421, + 12428 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 13 }, "end": { - "line": 357, + "line": 358, "column": 20 } } }, "range": [ - 12244, - 12256 + 12416, + 12428 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 357, + "line": 358, "column": 20 } } @@ -27999,31 +28193,31 @@ "type": "Identifier", "name": "off", "range": [ - 12257, - 12260 + 12429, + 12432 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 21 }, "end": { - "line": 357, + "line": 358, "column": 24 } } }, "range": [ - 12244, - 12260 + 12416, + 12432 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 357, + "line": 358, "column": 24 } } @@ -28037,32 +28231,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 12262, - 12268 + 12434, + 12440 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 26 }, "end": { - "line": 357, + "line": 358, "column": 32 } } } ], "range": [ - 12261, - 12269 + 12433, + 12441 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 25 }, "end": { - "line": 357, + "line": 358, "column": 33 } } @@ -28075,16 +28269,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12284, - 12286 + 12456, + 12458 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 13 }, "end": { - "line": 358, + "line": 359, "column": 15 } } @@ -28093,16 +28287,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12288, - 12294 + 12460, + 12466 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 17 }, "end": { - "line": 358, + "line": 359, "column": 23 } } @@ -28111,16 +28305,16 @@ "type": "Identifier", "name": "desc", "range": [ - 12296, - 12300 + 12468, + 12472 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 25 }, "end": { - "line": 358, + "line": 359, "column": 29 } } @@ -28134,17 +28328,17 @@ "object": { "type": "ThisExpression", "range": [ - 12304, - 12308 + 12477, + 12481 ], "loc": { "start": { - "line": 358, - "column": 33 + "line": 359, + "column": 34 }, "end": { - "line": 358, - "column": 37 + "line": 359, + "column": 38 } } }, @@ -28152,32 +28346,32 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 12309, - 12326 + 12482, + 12499 ], "loc": { "start": { - "line": 358, - "column": 38 + "line": 359, + "column": 39 }, "end": { - "line": 358, - "column": 55 + "line": 359, + "column": 56 } } }, "range": [ - 12304, - 12326 + 12477, + 12499 ], "loc": { "start": { - "line": 358, - "column": 33 + "line": 359, + "column": 34 }, "end": { - "line": 358, - "column": 55 + "line": 359, + "column": 56 } } }, @@ -28186,17 +28380,17 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12327, - 12333 + 12500, + 12506 ], "loc": { "start": { - "line": 358, - "column": 56 + "line": 359, + "column": 57 }, "end": { - "line": 358, - "column": 62 + "line": 359, + "column": 63 } } }, @@ -28204,81 +28398,81 @@ "type": "Identifier", "name": "desc", "range": [ - 12335, - 12339 + 12508, + 12512 ], "loc": { "start": { - "line": 358, - "column": 64 + "line": 359, + "column": 65 }, "end": { - "line": 358, - "column": 68 + "line": 359, + "column": 69 } } } ], "range": [ - 12304, - 12340 + 12477, + 12513 ], "loc": { "start": { - "line": 358, - "column": 33 + "line": 359, + "column": 34 }, "end": { - "line": 358, - "column": 69 + "line": 359, + "column": 70 } } }, "generator": false, "expression": true, "range": [ - 12283, - 12340 + 12455, + 12513 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 12 }, "end": { - "line": 358, - "column": 69 + "line": 359, + "column": 70 } } } ], "range": [ - 12244, - 12341 + 12416, + 12514 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 358, - "column": 70 + "line": 359, + "column": 71 } } }, "range": [ - 12244, - 12342 + 12416, + 12515 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 358, - "column": 71 + "line": 359, + "column": 72 } } }, @@ -28293,16 +28487,16 @@ "object": { "type": "ThisExpression", "range": [ - 12351, - 12355 + 12524, + 12528 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 12 } } @@ -28311,31 +28505,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 12356, - 12362 + 12529, + 12535 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 13 }, "end": { - "line": 359, + "line": 360, "column": 19 } } }, "range": [ - 12351, - 12362 + 12524, + 12535 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 19 } } @@ -28345,46 +28539,46 @@ "value": false, "raw": "false", "range": [ - 12365, - 12370 + 12538, + 12543 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 22 }, "end": { - "line": 359, + "line": 360, "column": 27 } } }, "range": [ - 12351, - 12370 + 12524, + 12543 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 27 } } }, "range": [ - 12351, - 12371 + 12524, + 12544 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 28 } } @@ -28400,16 +28594,16 @@ "object": { "type": "ThisExpression", "range": [ - 12380, - 12384 + 12553, + 12557 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 12 } } @@ -28418,31 +28612,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 12385, - 12396 + 12558, + 12569 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 13 }, "end": { - "line": 360, + "line": 361, "column": 24 } } }, "range": [ - 12380, - 12396 + 12553, + 12569 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 24 } } @@ -28452,46 +28646,46 @@ "value": false, "raw": "false", "range": [ - 12399, - 12404 + 12572, + 12577 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 27 }, "end": { - "line": 360, + "line": 361, "column": 32 } } }, "range": [ - 12380, - 12404 + 12553, + 12577 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 32 } } }, "range": [ - 12380, - 12405 + 12553, + 12578 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 33 } } @@ -28509,16 +28703,16 @@ "object": { "type": "ThisExpression", "range": [ - 12414, - 12418 + 12587, + 12591 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 12 } } @@ -28527,31 +28721,31 @@ "type": "Identifier", "name": "stt", "range": [ - 12419, - 12422 + 12592, + 12595 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 13 }, "end": { - "line": 361, + "line": 362, "column": 16 } } }, "range": [ - 12414, - 12422 + 12587, + 12595 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 16 } } @@ -28560,62 +28754,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 12423, - 12430 + 12596, + 12603 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 17 }, "end": { - "line": 361, + "line": 362, "column": 24 } } }, "range": [ - 12414, - 12430 + 12587, + 12603 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 24 } } }, "arguments": [], "range": [ - 12414, - 12432 + 12587, + 12605 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 26 } } }, "range": [ - 12414, - 12433 + 12587, + 12606 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 27 } } @@ -28629,16 +28823,16 @@ "type": "Identifier", "name": "ids", "range": [ - 12447, - 12450 + 12620, + 12623 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 15 } } @@ -28652,16 +28846,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12453, - 12455 + 12626, + 12628 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 18 }, "end": { - "line": 363, + "line": 364, "column": 20 } } @@ -28670,62 +28864,62 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 12456, - 12468 + 12629, + 12641 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 21 }, "end": { - "line": 363, + "line": 364, "column": 33 } } }, "range": [ - 12453, - 12468 + 12626, + 12641 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 18 }, "end": { - "line": 363, + "line": 364, "column": 33 } } }, "arguments": [], "range": [ - 12453, - 12470 + 12626, + 12643 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 18 }, "end": { - "line": 363, + "line": 364, "column": 35 } } }, "range": [ - 12447, - 12470 + 12620, + 12643 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 35 } } @@ -28733,16 +28927,16 @@ ], "kind": "let", "range": [ - 12443, - 12471 + 12616, + 12644 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 8 }, "end": { - "line": 363, + "line": 364, "column": 36 } } @@ -28758,16 +28952,16 @@ "type": "Identifier", "name": "idx", "range": [ - 12489, - 12492 + 12662, + 12665 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 17 }, "end": { - "line": 364, + "line": 365, "column": 20 } } @@ -28777,31 +28971,31 @@ "value": 0, "raw": "0", "range": [ - 12495, - 12496 + 12668, + 12669 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 23 }, "end": { - "line": 364, + "line": 365, "column": 24 } } }, "range": [ - 12489, - 12496 + 12662, + 12669 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 17 }, "end": { - "line": 364, + "line": 365, "column": 24 } } @@ -28809,16 +29003,16 @@ ], "kind": "let", "range": [ - 12485, - 12496 + 12658, + 12669 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 13 }, "end": { - "line": 364, + "line": 365, "column": 24 } } @@ -28830,16 +29024,16 @@ "type": "Identifier", "name": "idx", "range": [ - 12498, - 12501 + 12671, + 12674 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 26 }, "end": { - "line": 364, + "line": 365, "column": 29 } } @@ -28851,16 +29045,16 @@ "type": "Identifier", "name": "ids", "range": [ - 12504, - 12507 + 12677, + 12680 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 32 }, "end": { - "line": 364, + "line": 365, "column": 35 } } @@ -28869,46 +29063,46 @@ "type": "Identifier", "name": "length", "range": [ - 12508, - 12514 + 12681, + 12687 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 36 }, "end": { - "line": 364, + "line": 365, "column": 42 } } }, "range": [ - 12504, - 12514 + 12677, + 12687 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 32 }, "end": { - "line": 364, + "line": 365, "column": 42 } } }, "range": [ - 12498, - 12514 + 12671, + 12687 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 26 }, "end": { - "line": 364, + "line": 365, "column": 42 } } @@ -28920,32 +29114,32 @@ "type": "Identifier", "name": "idx", "range": [ - 12516, - 12519 + 12689, + 12692 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 44 }, "end": { - "line": 364, + "line": 365, "column": 47 } } }, "prefix": false, "range": [ - 12516, - 12521 + 12689, + 12694 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 44 }, "end": { - "line": 364, + "line": 365, "column": 49 } } @@ -28962,16 +29156,16 @@ "type": "Identifier", "name": "header", "range": [ - 12540, - 12546 + 12714, + 12720 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 16 }, "end": { - "line": 365, + "line": 366, "column": 22 } } @@ -28985,16 +29179,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12549, - 12551 + 12723, + 12725 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 25 }, "end": { - "line": 365, + "line": 366, "column": 27 } } @@ -29003,31 +29197,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 12552, - 12568 + 12726, + 12742 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 28 }, "end": { - "line": 365, + "line": 366, "column": 44 } } }, "range": [ - 12549, - 12568 + 12723, + 12742 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 25 }, "end": { - "line": 365, + "line": 366, "column": 44 } } @@ -29037,47 +29231,47 @@ "type": "Identifier", "name": "idx", "range": [ - 12569, - 12572 + 12743, + 12746 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 45 }, "end": { - "line": 365, + "line": 366, "column": 48 } } } ], "range": [ - 12549, - 12573 + 12723, + 12747 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 25 }, "end": { - "line": 365, + "line": 366, "column": 49 } } }, "range": [ - 12540, - 12573 + 12714, + 12747 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 16 }, "end": { - "line": 365, + "line": 366, "column": 49 } } @@ -29085,16 +29279,16 @@ ], "kind": "let", "range": [ - 12536, - 12574 + 12710, + 12748 ], "loc": { "start": { - "line": 365, + "line": 366, "column": 12 }, "end": { - "line": 365, + "line": 366, "column": 50 } } @@ -29108,16 +29302,16 @@ "type": "Identifier", "name": "img", "range": [ - 12591, - 12594 + 12765, + 12768 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 16 }, "end": { - "line": 366, + "line": 367, "column": 19 } } @@ -29131,16 +29325,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12597, - 12600 + 12771, + 12774 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 22 }, "end": { - "line": 366, + "line": 367, "column": 25 } } @@ -29149,31 +29343,31 @@ "type": "Identifier", "name": "tag", "range": [ - 12601, - 12604 + 12775, + 12778 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 26 }, "end": { - "line": 366, + "line": 367, "column": 29 } } }, "range": [ - 12597, - 12604 + 12771, + 12778 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 22 }, "end": { - "line": 366, + "line": 367, "column": 29 } } @@ -29183,16 +29377,16 @@ "type": "Identifier", "name": "header", "range": [ - 12605, - 12611 + 12779, + 12785 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 30 }, "end": { - "line": 366, + "line": 367, "column": 36 } } @@ -29202,47 +29396,47 @@ "value": "img", "raw": "'img'", "range": [ - 12613, - 12618 + 12787, + 12792 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 38 }, "end": { - "line": 366, + "line": 367, "column": 43 } } } ], "range": [ - 12597, - 12619 + 12771, + 12793 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 22 }, "end": { - "line": 366, + "line": 367, "column": 44 } } }, "range": [ - 12591, - 12619 + 12765, + 12793 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 16 }, "end": { - "line": 366, + "line": 367, "column": 44 } } @@ -29250,16 +29444,16 @@ ], "kind": "let", "range": [ - 12587, - 12620 + 12761, + 12794 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 12 }, "end": { - "line": 366, + "line": 367, "column": 45 } } @@ -29276,17 +29470,17 @@ "type": "Identifier", "name": "img", "range": [ - 12637, - 12640 + 12812, + 12815 ], "loc": { "start": { - "line": 368, - "column": 15 + "line": 369, + "column": 16 }, "end": { - "line": 368, - "column": 18 + "line": 369, + "column": 19 } } }, @@ -29294,32 +29488,32 @@ "type": "Identifier", "name": "length", "range": [ - 12641, - 12647 + 12816, + 12822 ], "loc": { "start": { - "line": 368, - "column": 19 + "line": 369, + "column": 20 }, "end": { - "line": 368, - "column": 25 + "line": 369, + "column": 26 } } }, "range": [ - 12637, - 12647 + 12812, + 12822 ], "loc": { "start": { - "line": 368, - "column": 15 + "line": 369, + "column": 16 }, "end": { - "line": 368, - "column": 25 + "line": 369, + "column": 26 } } }, @@ -29328,32 +29522,32 @@ "value": 1, "raw": "1", "range": [ - 12652, - 12653 + 12827, + 12828 ], "loc": { "start": { - "line": 368, - "column": 30 + "line": 369, + "column": 31 }, "end": { - "line": 368, - "column": 31 + "line": 369, + "column": 32 } } }, "range": [ - 12637, - 12653 + 12812, + 12828 ], "loc": { "start": { - "line": 368, - "column": 15 + "line": 369, + "column": 16 }, "end": { - "line": 368, - "column": 31 + "line": 369, + "column": 32 } } }, @@ -29371,16 +29565,16 @@ "type": "Identifier", "name": "header", "range": [ - 12672, - 12678 + 12848, + 12854 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 16 }, "end": { - "line": 369, + "line": 370, "column": 22 } } @@ -29389,31 +29583,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 12679, - 12690 + 12855, + 12866 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 23 }, "end": { - "line": 369, + "line": 370, "column": 34 } } }, "range": [ - 12672, - 12690 + 12848, + 12866 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 16 }, "end": { - "line": 369, + "line": 370, "column": 34 } } @@ -29426,16 +29620,16 @@ "type": "Identifier", "name": "img", "range": [ - 12691, - 12694 + 12867, + 12870 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 35 }, "end": { - "line": 369, + "line": 370, "column": 38 } } @@ -29445,141 +29639,141 @@ "value": 0, "raw": "0", "range": [ - 12695, - 12696 + 12871, + 12872 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 39 }, "end": { - "line": 369, + "line": 370, "column": 40 } } }, "range": [ - 12691, - 12697 + 12867, + 12873 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 35 }, "end": { - "line": 369, + "line": 370, "column": 41 } } } ], "range": [ - 12672, - 12698 + 12848, + 12874 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 16 }, "end": { - "line": 369, + "line": 370, "column": 42 } } }, "range": [ - 12672, - 12699 + 12848, + 12875 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 16 }, "end": { - "line": 369, + "line": 370, "column": 43 } } } ], "range": [ - 12654, - 12713 + 12830, + 12889 ], "loc": { "start": { - "line": 368, - "column": 32 + "line": 369, + "column": 34 }, "end": { - "line": 370, + "line": 371, "column": 13 } } }, "alternate": null, "range": [ - 12634, - 12713 + 12808, + 12889 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 12 }, "end": { - "line": 370, + "line": 371, "column": 13 } } } ], "range": [ - 12522, - 12723 + 12696, + 12899 ], "loc": { "start": { - "line": 364, - "column": 50 + "line": 365, + "column": 51 }, "end": { - "line": 371, + "line": 372, "column": 9 } } }, "range": [ - 12480, - 12723 + 12653, + 12899 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 8 }, "end": { - "line": 371, + "line": 372, "column": 9 } } } ], "range": [ - 12208, - 12729 + 12380, + 12905 ], "loc": { "start": { - "line": 355, - "column": 13 + "line": 356, + "column": 14 }, "end": { - "line": 372, + "line": 373, "column": 5 } } @@ -29587,16 +29781,16 @@ "generator": false, "expression": false, "range": [ - 12206, - 12729 + 12377, + 12905 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 11 }, "end": { - "line": 372, + "line": 373, "column": 5 } } @@ -29604,16 +29798,16 @@ "kind": "method", "computed": false, "range": [ - 12199, - 12729 + 12370, + 12905 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 4 }, "end": { - "line": 372, + "line": 373, "column": 5 } }, @@ -29622,16 +29816,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12163, - 12194 + 12334, + 12365 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 4 }, "end": { - "line": 354, + "line": 355, "column": 7 } } @@ -29641,31 +29835,31 @@ } ], "range": [ - 211, - 12732 + 268, + 12908 ], "loc": { "start": { - "line": 7, - "column": 41 + "line": 8, + "column": 42 }, "end": { - "line": 374, + "line": 375, "column": 1 } } }, "range": [ - 185, - 12732 + 241, + 12908 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 15 }, "end": { - "line": 374, + "line": 375, "column": 1 } }, @@ -29675,16 +29869,16 @@ "type": "Line", "value": "Converters", "range": [ - 12734, - 12746 + 12910, + 12922 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 0 }, "end": { - "line": 376, + "line": 377, "column": 12 } } @@ -29692,16 +29886,16 @@ ] }, "range": [ - 170, - 12732 + 226, + 12908 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 0 }, "end": { - "line": 374, + "line": 375, "column": 1 } }, @@ -29710,16 +29904,16 @@ "type": "Line", "value": "Converters", "range": [ - 12734, - 12746 + 12910, + 12922 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 0 }, "end": { - "line": 376, + "line": 377, "column": 12 } } @@ -29732,16 +29926,16 @@ "type": "Identifier", "name": "usNumberConverter", "range": [ - 12756, - 12773 + 12932, + 12949 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 9 }, "end": { - "line": 377, + "line": 378, "column": 26 } } @@ -29751,16 +29945,16 @@ "type": "Identifier", "name": "s", "range": [ - 12774, - 12775 + 12950, + 12951 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 27 }, "end": { - "line": 377, + "line": 378, "column": 28 } } @@ -29780,16 +29974,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 12789, - 12796 + 12966, + 12973 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 11 }, "end": { - "line": 378, + "line": 379, "column": 18 } } @@ -29798,31 +29992,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 12797, - 12811 + 12974, + 12988 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 19 }, "end": { - "line": 378, + "line": 379, "column": 33 } } }, "range": [ - 12789, - 12811 + 12966, + 12988 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 11 }, "end": { - "line": 378, + "line": 379, "column": 33 } } @@ -29832,16 +30026,16 @@ "type": "Identifier", "name": "s", "range": [ - 12812, - 12813 + 12989, + 12990 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 34 }, "end": { - "line": 378, + "line": 379, "column": 35 } } @@ -29851,63 +30045,63 @@ "value": "us", "raw": "'us'", "range": [ - 12815, - 12819 + 12992, + 12996 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 37 }, "end": { - "line": 378, + "line": 379, "column": 41 } } } ], "range": [ - 12789, - 12820 + 12966, + 12997 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 11 }, "end": { - "line": 378, + "line": 379, "column": 42 } } }, "range": [ - 12782, - 12821 + 12959, + 12998 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 4 }, "end": { - "line": 378, + "line": 379, "column": 43 } } } ], "range": [ - 12776, - 12823 + 12953, + 13000 ], "loc": { "start": { - "line": 377, - "column": 29 + "line": 378, + "column": 30 }, "end": { - "line": 379, + "line": 380, "column": 1 } } @@ -29915,16 +30109,16 @@ "generator": false, "expression": false, "range": [ - 12747, - 12823 + 12923, + 13000 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 0 }, "end": { - "line": 379, + "line": 380, "column": 1 } }, @@ -29933,16 +30127,16 @@ "type": "Line", "value": "Converters", "range": [ - 12734, - 12746 + 12910, + 12922 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 0 }, "end": { - "line": 376, + "line": 377, "column": 12 } } @@ -29955,16 +30149,16 @@ "type": "Identifier", "name": "euNumberConverter", "range": [ - 12833, - 12850 + 13010, + 13027 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 9 }, "end": { - "line": 380, + "line": 381, "column": 26 } } @@ -29974,16 +30168,16 @@ "type": "Identifier", "name": "s", "range": [ - 12851, - 12852 + 13028, + 13029 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 27 }, "end": { - "line": 380, + "line": 381, "column": 28 } } @@ -30003,16 +30197,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 12866, - 12873 + 13044, + 13051 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 11 }, "end": { - "line": 381, + "line": 382, "column": 18 } } @@ -30021,31 +30215,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 12874, - 12888 + 13052, + 13066 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 19 }, "end": { - "line": 381, + "line": 382, "column": 33 } } }, "range": [ - 12866, - 12888 + 13044, + 13066 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 11 }, "end": { - "line": 381, + "line": 382, "column": 33 } } @@ -30055,16 +30249,16 @@ "type": "Identifier", "name": "s", "range": [ - 12889, - 12890 + 13067, + 13068 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 34 }, "end": { - "line": 381, + "line": 382, "column": 35 } } @@ -30074,63 +30268,63 @@ "value": "eu", "raw": "'eu'", "range": [ - 12892, - 12896 + 13070, + 13074 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 37 }, "end": { - "line": 381, + "line": 382, "column": 41 } } } ], "range": [ - 12866, - 12897 + 13044, + 13075 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 11 }, "end": { - "line": 381, + "line": 382, "column": 42 } } }, "range": [ - 12859, - 12898 + 13037, + 13076 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 43 } } } ], "range": [ - 12853, - 12900 + 13031, + 13078 ], "loc": { "start": { - "line": 380, - "column": 29 + "line": 381, + "column": 30 }, "end": { - "line": 382, + "line": 383, "column": 1 } } @@ -30138,16 +30332,16 @@ "generator": false, "expression": false, "range": [ - 12824, - 12900 + 13001, + 13078 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 0 }, "end": { - "line": 382, + "line": 383, "column": 1 } } @@ -30158,16 +30352,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 12910, - 12923 + 13088, + 13101 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 9 }, "end": { - "line": 383, + "line": 384, "column": 22 } } @@ -30177,16 +30371,16 @@ "type": "Identifier", "name": "s", "range": [ - 12924, - 12925 + 13102, + 13103 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 23 }, "end": { - "line": 383, + "line": 384, "column": 24 } } @@ -30195,16 +30389,16 @@ "type": "Identifier", "name": "format", "range": [ - 12927, - 12933 + 13105, + 13111 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 26 }, "end": { - "line": 383, + "line": 384, "column": 32 } } @@ -30224,16 +30418,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 12947, - 12957 + 13126, + 13136 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 11 }, "end": { - "line": 384, + "line": 385, "column": 21 } } @@ -30242,31 +30436,31 @@ "type": "Identifier", "name": "format", "range": [ - 12958, - 12964 + 13137, + 13143 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 22 }, "end": { - "line": 384, + "line": 385, "column": 28 } } }, "range": [ - 12947, - 12964 + 13126, + 13143 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 11 }, "end": { - "line": 384, + "line": 385, "column": 28 } } @@ -30276,16 +30470,16 @@ "type": "Identifier", "name": "s", "range": [ - 12965, - 12966 + 13144, + 13145 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 29 }, "end": { - "line": 384, + "line": 385, "column": 30 } } @@ -30294,63 +30488,63 @@ "type": "Identifier", "name": "format", "range": [ - 12968, - 12974 + 13147, + 13153 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 32 }, "end": { - "line": 384, + "line": 385, "column": 38 } } } ], "range": [ - 12947, - 12975 + 13126, + 13154 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 11 }, "end": { - "line": 384, + "line": 385, "column": 39 } } }, "range": [ - 12940, - 12976 + 13119, + 13155 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 4 }, "end": { - "line": 384, + "line": 385, "column": 40 } } } ], "range": [ - 12934, - 12978 + 13113, + 13157 ], "loc": { "start": { - "line": 383, - "column": 33 + "line": 384, + "column": 34 }, "end": { - "line": 385, + "line": 386, "column": 1 } } @@ -30358,16 +30552,16 @@ "generator": false, "expression": false, "range": [ - 12901, - 12978 + 13079, + 13157 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 0 }, "end": { - "line": 385, + "line": 386, "column": 1 } } @@ -30378,16 +30572,16 @@ "type": "Identifier", "name": "dmyDateConverter", "range": [ - 12988, - 13004 + 13167, + 13183 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 9 }, "end": { - "line": 386, + "line": 387, "column": 25 } } @@ -30397,16 +30591,16 @@ "type": "Identifier", "name": "s", "range": [ - 13005, - 13006 + 13184, + 13185 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 26 }, "end": { - "line": 386, + "line": 387, "column": 27 } } @@ -30423,16 +30617,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13020, - 13033 + 13200, + 13213 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 11 }, "end": { - "line": 387, + "line": 388, "column": 24 } } @@ -30442,16 +30636,16 @@ "type": "Identifier", "name": "s", "range": [ - 13034, - 13035 + 13214, + 13215 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 25 }, "end": { - "line": 387, + "line": 388, "column": 26 } } @@ -30461,63 +30655,63 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 13037, - 13042 + 13217, + 13222 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 28 }, "end": { - "line": 387, + "line": 388, "column": 33 } } } ], "range": [ - 13020, - 13043 + 13200, + 13223 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 11 }, "end": { - "line": 387, + "line": 388, "column": 34 } } }, "range": [ - 13013, - 13044 + 13193, + 13224 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 4 }, "end": { - "line": 387, + "line": 388, "column": 35 } } } ], "range": [ - 13007, - 13046 + 13187, + 13226 ], "loc": { "start": { - "line": 386, - "column": 28 + "line": 387, + "column": 29 }, "end": { - "line": 388, + "line": 389, "column": 1 } } @@ -30525,16 +30719,16 @@ "generator": false, "expression": false, "range": [ - 12979, - 13046 + 13158, + 13226 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 0 }, "end": { - "line": 388, + "line": 389, "column": 1 } } @@ -30545,16 +30739,16 @@ "type": "Identifier", "name": "mdyDateConverter", "range": [ - 13056, - 13072 + 13236, + 13252 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 9 }, "end": { - "line": 389, + "line": 390, "column": 25 } } @@ -30564,16 +30758,16 @@ "type": "Identifier", "name": "s", "range": [ - 13073, - 13074 + 13253, + 13254 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 26 }, "end": { - "line": 389, + "line": 390, "column": 27 } } @@ -30590,16 +30784,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13088, - 13101 + 13269, + 13282 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 11 }, "end": { - "line": 390, + "line": 391, "column": 24 } } @@ -30609,16 +30803,16 @@ "type": "Identifier", "name": "s", "range": [ - 13102, - 13103 + 13283, + 13284 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 25 }, "end": { - "line": 390, + "line": 391, "column": 26 } } @@ -30628,63 +30822,63 @@ "value": "MDY", "raw": "'MDY'", "range": [ - 13105, - 13110 + 13286, + 13291 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 28 }, "end": { - "line": 390, + "line": 391, "column": 33 } } } ], "range": [ - 13088, - 13111 + 13269, + 13292 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 11 }, "end": { - "line": 390, + "line": 391, "column": 34 } } }, "range": [ - 13081, - 13112 + 13262, + 13293 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 35 } } } ], "range": [ - 13075, - 13114 + 13256, + 13295 ], "loc": { "start": { - "line": 389, - "column": 28 + "line": 390, + "column": 29 }, "end": { - "line": 391, + "line": 392, "column": 1 } } @@ -30692,16 +30886,16 @@ "generator": false, "expression": false, "range": [ - 13047, - 13114 + 13227, + 13295 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 0 }, "end": { - "line": 391, + "line": 392, "column": 1 } } @@ -30712,16 +30906,16 @@ "type": "Identifier", "name": "ymdDateConverter", "range": [ - 13124, - 13140 + 13305, + 13321 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 9 }, "end": { - "line": 392, + "line": 393, "column": 25 } } @@ -30731,16 +30925,16 @@ "type": "Identifier", "name": "s", "range": [ - 13141, - 13142 + 13322, + 13323 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 26 }, "end": { - "line": 392, + "line": 393, "column": 27 } } @@ -30757,16 +30951,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13156, - 13169 + 13338, + 13351 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 11 }, "end": { - "line": 393, + "line": 394, "column": 24 } } @@ -30776,16 +30970,16 @@ "type": "Identifier", "name": "s", "range": [ - 13170, - 13171 + 13352, + 13353 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 25 }, "end": { - "line": 393, + "line": 394, "column": 26 } } @@ -30795,63 +30989,63 @@ "value": "YMD", "raw": "'YMD'", "range": [ - 13173, - 13178 + 13355, + 13360 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 28 }, "end": { - "line": 393, + "line": 394, "column": 33 } } } ], "range": [ - 13156, - 13179 + 13338, + 13361 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 11 }, "end": { - "line": 393, + "line": 394, "column": 34 } } }, "range": [ - 13149, - 13180 + 13331, + 13362 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 4 }, "end": { - "line": 393, + "line": 394, "column": 35 } } } ], "range": [ - 13143, - 13182 + 13325, + 13364 ], "loc": { "start": { - "line": 392, - "column": 28 + "line": 393, + "column": 29 }, "end": { - "line": 394, + "line": 395, "column": 1 } } @@ -30859,16 +31053,16 @@ "generator": false, "expression": false, "range": [ - 13115, - 13182 + 13296, + 13364 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 0 }, "end": { - "line": 394, + "line": 395, "column": 1 } } @@ -30879,16 +31073,16 @@ "type": "Identifier", "name": "ddmmmyyyyDateConverter", "range": [ - 13192, - 13214 + 13374, + 13396 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 9 }, "end": { - "line": 395, + "line": 396, "column": 31 } } @@ -30898,16 +31092,16 @@ "type": "Identifier", "name": "s", "range": [ - 13215, - 13216 + 13397, + 13398 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 32 }, "end": { - "line": 395, + "line": 396, "column": 33 } } @@ -30924,16 +31118,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13230, - 13243 + 13413, + 13426 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 11 }, "end": { - "line": 396, + "line": 397, "column": 24 } } @@ -30943,16 +31137,16 @@ "type": "Identifier", "name": "s", "range": [ - 13244, - 13245 + 13427, + 13428 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 25 }, "end": { - "line": 396, + "line": 397, "column": 26 } } @@ -30962,63 +31156,63 @@ "value": "DDMMMYYYY", "raw": "'DDMMMYYYY'", "range": [ - 13247, - 13258 + 13430, + 13441 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 28 }, "end": { - "line": 396, + "line": 397, "column": 39 } } } ], "range": [ - 13230, - 13259 + 13413, + 13442 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 11 }, "end": { - "line": 396, + "line": 397, "column": 40 } } }, "range": [ - 13223, - 13260 + 13406, + 13443 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 4 }, "end": { - "line": 396, + "line": 397, "column": 41 } } } ], "range": [ - 13217, - 13262 + 13400, + 13445 ], "loc": { "start": { - "line": 395, - "column": 34 + "line": 396, + "column": 35 }, "end": { - "line": 397, + "line": 398, "column": 1 } } @@ -31026,16 +31220,16 @@ "generator": false, "expression": false, "range": [ - 13183, - 13262 + 13365, + 13445 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 0 }, "end": { - "line": 397, + "line": 398, "column": 1 } } @@ -31046,16 +31240,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13273, - 13282 + 13456, + 13465 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 9 }, "end": { - "line": 399, + "line": 400, "column": 18 } } @@ -31065,16 +31259,16 @@ "type": "Identifier", "name": "value", "range": [ - 13283, - 13288 + 13466, + 13471 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 19 }, "end": { - "line": 399, + "line": 400, "column": 24 } } @@ -31092,16 +31286,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13299, - 13303 + 13483, + 13487 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 8 }, "end": { - "line": 400, + "line": 401, "column": 12 } } @@ -31115,16 +31309,16 @@ "type": "Identifier", "name": "value", "range": [ - 13306, - 13311 + 13490, + 13495 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 15 }, "end": { - "line": 400, + "line": 401, "column": 20 } } @@ -31133,31 +31327,31 @@ "type": "Identifier", "name": "split", "range": [ - 13312, - 13317 + 13496, + 13501 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 21 }, "end": { - "line": 400, + "line": 401, "column": 26 } } }, "range": [ - 13306, - 13317 + 13490, + 13501 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 15 }, "end": { - "line": 400, + "line": 401, "column": 26 } } @@ -31168,47 +31362,47 @@ "value": ".", "raw": "'.'", "range": [ - 13318, - 13321 + 13502, + 13505 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 27 }, "end": { - "line": 400, + "line": 401, "column": 30 } } } ], "range": [ - 13306, - 13322 + 13490, + 13506 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 15 }, "end": { - "line": 400, + "line": 401, "column": 31 } } }, "range": [ - 13299, - 13322 + 13483, + 13506 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 8 }, "end": { - "line": 400, + "line": 401, "column": 31 } } @@ -31216,16 +31410,16 @@ ], "kind": "let", "range": [ - 13295, - 13323 + 13479, + 13507 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 4 }, "end": { - "line": 400, + "line": 401, "column": 32 } } @@ -31241,32 +31435,32 @@ "type": "Identifier", "name": "x", "range": [ - 13337, - 13338 + 13521, + 13522 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 13 }, "end": { - "line": 401, + "line": 402, "column": 14 } } }, "init": null, "range": [ - 13337, - 13338 + 13521, + 13522 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 13 }, "end": { - "line": 401, + "line": 402, "column": 14 } } @@ -31274,16 +31468,16 @@ ], "kind": "let", "range": [ - 13333, - 13338 + 13517, + 13522 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 9 }, "end": { - "line": 401, + "line": 402, "column": 14 } } @@ -31292,16 +31486,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13342, - 13346 + 13526, + 13530 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 18 }, "end": { - "line": 401, + "line": 402, "column": 22 } } @@ -31318,16 +31512,16 @@ "type": "Identifier", "name": "val", "range": [ - 13362, - 13365 + 13546, + 13549 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 12 }, "end": { - "line": 402, + "line": 403, "column": 15 } } @@ -31339,16 +31533,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13368, - 13372 + 13552, + 13556 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 18 }, "end": { - "line": 402, + "line": 403, "column": 22 } } @@ -31357,46 +31551,46 @@ "type": "Identifier", "name": "x", "range": [ - 13373, - 13374 + 13557, + 13558 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 23 }, "end": { - "line": 402, + "line": 403, "column": 24 } } }, "range": [ - 13368, - 13375 + 13552, + 13559 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 18 }, "end": { - "line": 402, + "line": 403, "column": 25 } } }, "range": [ - 13362, - 13375 + 13546, + 13559 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 12 }, "end": { - "line": 402, + "line": 403, "column": 25 } } @@ -31404,16 +31598,16 @@ ], "kind": "let", "range": [ - 13358, - 13376 + 13542, + 13560 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 8 }, "end": { - "line": 402, + "line": 403, "column": 26 } } @@ -31428,16 +31622,16 @@ "value": 3, "raw": "3", "range": [ - 13392, - 13393 + 13576, + 13577 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 15 }, "end": { - "line": 403, + "line": 404, "column": 16 } } @@ -31449,16 +31643,16 @@ "type": "Identifier", "name": "val", "range": [ - 13396, - 13399 + 13580, + 13583 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 19 }, "end": { - "line": 403, + "line": 404, "column": 22 } } @@ -31467,46 +31661,46 @@ "type": "Identifier", "name": "length", "range": [ - 13400, - 13406 + 13584, + 13590 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 23 }, "end": { - "line": 403, + "line": 404, "column": 29 } } }, "range": [ - 13396, - 13406 + 13580, + 13590 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 19 }, "end": { - "line": 403, + "line": 404, "column": 29 } } }, "range": [ - 13392, - 13406 + 13576, + 13590 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 15 }, "end": { - "line": 403, + "line": 404, "column": 29 } } @@ -31523,16 +31717,16 @@ "type": "Identifier", "name": "val", "range": [ - 13421, - 13424 + 13606, + 13609 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, + "line": 405, "column": 15 } } @@ -31545,16 +31739,16 @@ "value": "0", "raw": "'0'", "range": [ - 13427, - 13430 + 13612, + 13615 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 18 }, "end": { - "line": 404, + "line": 405, "column": 21 } } @@ -31563,92 +31757,92 @@ "type": "Identifier", "name": "val", "range": [ - 13431, - 13434 + 13618, + 13621 ], "loc": { "start": { - "line": 404, - "column": 22 + "line": 405, + "column": 24 }, "end": { - "line": 404, - "column": 25 + "line": 405, + "column": 27 } } }, "range": [ - 13427, - 13434 + 13612, + 13621 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 18 }, "end": { - "line": 404, - "column": 25 + "line": 405, + "column": 27 } } }, "range": [ - 13421, - 13434 + 13606, + 13621 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, - "column": 25 + "line": 405, + "column": 27 } } }, "range": [ - 13421, - 13435 + 13606, + 13622 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 12 }, "end": { - "line": 404, - "column": 26 + "line": 405, + "column": 28 } } } ], "range": [ - 13407, - 13445 + 13592, + 13632 ], "loc": { "start": { - "line": 403, - "column": 30 + "line": 404, + "column": 31 }, "end": { - "line": 405, + "line": 406, "column": 9 } } }, "range": [ - 13385, - 13445 + 13569, + 13632 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 8 }, "end": { - "line": 405, + "line": 406, "column": 9 } } @@ -31665,16 +31859,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13454, - 13458 + 13641, + 13645 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 12 } } @@ -31683,31 +31877,31 @@ "type": "Identifier", "name": "x", "range": [ - 13459, - 13460 + 13646, + 13647 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 13 }, "end": { - "line": 406, + "line": 407, "column": 14 } } }, "range": [ - 13454, - 13461 + 13641, + 13648 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 15 } } @@ -31716,78 +31910,78 @@ "type": "Identifier", "name": "val", "range": [ - 13464, - 13467 + 13651, + 13654 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 18 }, "end": { - "line": 406, + "line": 407, "column": 21 } } }, "range": [ - 13454, - 13467 + 13641, + 13654 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 21 } } }, "range": [ - 13454, - 13468 + 13641, + 13655 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 22 } } } ], "range": [ - 13348, - 13474 + 13532, + 13661 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 24 }, "end": { - "line": 407, + "line": 408, "column": 5 } } }, "each": false, "range": [ - 13328, - 13474 + 13512, + 13661 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 4 }, "end": { - "line": 407, + "line": 408, "column": 5 } } @@ -31803,16 +31997,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13486, - 13490 + 13673, + 13677 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 11 }, "end": { - "line": 408, + "line": 409, "column": 15 } } @@ -31821,31 +32015,31 @@ "type": "Identifier", "name": "join", "range": [ - 13491, - 13495 + 13678, + 13682 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 20 } } }, "range": [ - 13486, - 13495 + 13673, + 13682 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 11 }, "end": { - "line": 408, + "line": 409, "column": 20 } } @@ -31856,63 +32050,63 @@ "value": ".", "raw": "'.'", "range": [ - 13496, - 13499 + 13683, + 13686 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 21 }, "end": { - "line": 408, + "line": 409, "column": 24 } } } ], "range": [ - 13486, - 13500 + 13673, + 13687 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 11 }, "end": { - "line": 408, + "line": 409, "column": 25 } } }, "range": [ - 13479, - 13501 + 13666, + 13688 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 4 }, "end": { - "line": 408, + "line": 409, "column": 26 } } } ], "range": [ - 13289, - 13503 + 13473, + 13690 ], "loc": { "start": { - "line": 399, - "column": 25 + "line": 400, + "column": 26 }, "end": { - "line": 409, + "line": 410, "column": 1 } } @@ -31920,16 +32114,16 @@ "generator": false, "expression": false, "range": [ - 13264, - 13503 + 13447, + 13690 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 0 }, "end": { - "line": 409, + "line": 410, "column": 1 } } @@ -31940,16 +32134,16 @@ "type": "Identifier", "name": "sortIP", "range": [ - 13514, - 13520 + 13701, + 13707 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 9 }, "end": { - "line": 411, + "line": 412, "column": 15 } } @@ -31959,16 +32153,16 @@ "type": "Identifier", "name": "a", "range": [ - 13521, - 13522 + 13708, + 13709 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 17 } } @@ -31977,17 +32171,17 @@ "type": "Identifier", "name": "b", "range": [ - 13523, - 13524 + 13711, + 13712 ], "loc": { "start": { - "line": 411, - "column": 18 + "line": 412, + "column": 19 }, "end": { - "line": 411, - "column": 19 + "line": 412, + "column": 20 } } } @@ -32004,16 +32198,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13535, - 13537 + 13724, + 13726 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 10 } } @@ -32024,16 +32218,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13540, - 13549 + 13729, + 13738 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 13 }, "end": { - "line": 412, + "line": 413, "column": 22 } } @@ -32051,16 +32245,16 @@ "type": "Identifier", "name": "a", "range": [ - 13550, - 13551 + 13739, + 13740 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 23 }, "end": { - "line": 412, + "line": 413, "column": 24 } } @@ -32069,31 +32263,31 @@ "type": "Identifier", "name": "value", "range": [ - 13552, - 13557 + 13741, + 13746 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 25 }, "end": { - "line": 412, + "line": 413, "column": 30 } } }, "range": [ - 13550, - 13557 + 13739, + 13746 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 23 }, "end": { - "line": 412, + "line": 413, "column": 30 } } @@ -32102,78 +32296,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 13558, - 13569 + 13747, + 13758 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 31 }, "end": { - "line": 412, + "line": 413, "column": 42 } } }, "range": [ - 13550, - 13569 + 13739, + 13758 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 23 }, "end": { - "line": 412, + "line": 413, "column": 42 } } }, "arguments": [], "range": [ - 13550, - 13571 + 13739, + 13760 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 23 }, "end": { - "line": 412, + "line": 413, "column": 44 } } } ], "range": [ - 13540, - 13572 + 13729, + 13761 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 13 }, "end": { - "line": 412, + "line": 413, "column": 45 } } }, "range": [ - 13535, - 13572 + 13724, + 13761 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 45 } } @@ -32181,16 +32375,16 @@ ], "kind": "let", "range": [ - 13531, - 13573 + 13720, + 13762 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 4 }, "end": { - "line": 412, + "line": 413, "column": 46 } } @@ -32204,16 +32398,16 @@ "type": "Identifier", "name": "bb", "range": [ - 13582, - 13584 + 13771, + 13773 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 10 } } @@ -32224,16 +32418,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13587, - 13596 + 13776, + 13785 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 13 }, "end": { - "line": 413, + "line": 414, "column": 22 } } @@ -32251,16 +32445,16 @@ "type": "Identifier", "name": "b", "range": [ - 13597, - 13598 + 13786, + 13787 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 23 }, "end": { - "line": 413, + "line": 414, "column": 24 } } @@ -32269,31 +32463,31 @@ "type": "Identifier", "name": "value", "range": [ - 13599, - 13604 + 13788, + 13793 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 25 }, "end": { - "line": 413, + "line": 414, "column": 30 } } }, "range": [ - 13597, - 13604 + 13786, + 13793 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 23 }, "end": { - "line": 413, + "line": 414, "column": 30 } } @@ -32302,78 +32496,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 13605, - 13616 + 13794, + 13805 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 31 }, "end": { - "line": 413, + "line": 414, "column": 42 } } }, "range": [ - 13597, - 13616 + 13786, + 13805 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 23 }, "end": { - "line": 413, + "line": 414, "column": 42 } } }, "arguments": [], "range": [ - 13597, - 13618 + 13786, + 13807 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 23 }, "end": { - "line": 413, + "line": 414, "column": 44 } } } ], "range": [ - 13587, - 13619 + 13776, + 13808 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 13 }, "end": { - "line": 413, + "line": 414, "column": 45 } } }, "range": [ - 13582, - 13619 + 13771, + 13808 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 45 } } @@ -32381,16 +32575,16 @@ ], "kind": "let", "range": [ - 13578, - 13620 + 13767, + 13809 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 4 }, "end": { - "line": 413, + "line": 414, "column": 46 } } @@ -32404,16 +32598,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13629, - 13631 + 13818, + 13820 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, + "line": 415, "column": 10 } } @@ -32422,32 +32616,32 @@ "type": "Identifier", "name": "bb", "range": [ - 13633, - 13635 + 13824, + 13826 ], "loc": { "start": { - "line": 414, - "column": 12 + "line": 415, + "column": 14 }, "end": { - "line": 414, - "column": 14 + "line": 415, + "column": 16 } } }, "range": [ - 13629, - 13635 + 13818, + 13826 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, - "column": 14 + "line": 415, + "column": 16 } } }, @@ -32461,47 +32655,47 @@ "value": 0, "raw": "0", "range": [ - 13653, - 13654 + 13845, + 13846 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 15 }, "end": { - "line": 415, + "line": 416, "column": 16 } } }, "range": [ - 13646, - 13655 + 13838, + 13847 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 8 }, "end": { - "line": 415, + "line": 416, "column": 17 } } } ], "range": [ - 13636, - 13661 + 13828, + 13853 ], "loc": { "start": { - "line": 414, - "column": 15 + "line": 415, + "column": 18 }, "end": { - "line": 416, + "line": 417, "column": 5 } } @@ -32515,16 +32709,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13671, - 13673 + 13863, + 13865 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 15 }, "end": { - "line": 416, + "line": 417, "column": 17 } } @@ -32533,32 +32727,32 @@ "type": "Identifier", "name": "bb", "range": [ - 13674, - 13676 + 13868, + 13870 ], "loc": { "start": { - "line": 416, - "column": 18 + "line": 417, + "column": 20 }, "end": { - "line": 416, - "column": 20 + "line": 417, + "column": 22 } } }, "range": [ - 13671, - 13676 + 13863, + 13870 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 15 }, "end": { - "line": 416, - "column": 20 + "line": 417, + "column": 22 } } }, @@ -32575,63 +32769,63 @@ "value": 1, "raw": "1", "range": [ - 13695, - 13696 + 13890, + 13891 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 16 }, "end": { - "line": 417, + "line": 418, "column": 17 } } }, "prefix": true, "range": [ - 13694, - 13696 + 13889, + 13891 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 15 }, "end": { - "line": 417, + "line": 418, "column": 17 } } }, "range": [ - 13687, - 13697 + 13882, + 13892 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 8 }, "end": { - "line": 417, + "line": 418, "column": 18 } } } ], "range": [ - 13677, - 13703 + 13872, + 13898 ], "loc": { "start": { - "line": 416, - "column": 21 + "line": 417, + "column": 24 }, "end": { - "line": 418, + "line": 419, "column": 5 } } @@ -32646,93 +32840,93 @@ "value": 1, "raw": "1", "range": [ - 13726, - 13727 + 13921, + 13922 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 15 }, "end": { - "line": 419, + "line": 420, "column": 16 } } }, "range": [ - 13719, - 13728 + 13914, + 13923 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 17 } } } ], "range": [ - 13709, - 13734 + 13904, + 13929 ], "loc": { "start": { - "line": 418, + "line": 419, "column": 11 }, "end": { - "line": 420, + "line": 421, "column": 5 } } }, "range": [ - 13667, - 13734 + 13859, + 13929 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 11 }, "end": { - "line": 420, + "line": 421, "column": 5 } } }, "range": [ - 13625, - 13734 + 13814, + 13929 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 4 }, "end": { - "line": 420, + "line": 421, "column": 5 } } } ], "range": [ - 13525, - 13736 + 13714, + 13931 ], "loc": { "start": { - "line": 411, - "column": 20 + "line": 412, + "column": 22 }, "end": { - "line": 421, + "line": 422, "column": 1 } } @@ -32740,16 +32934,16 @@ "generator": false, "expression": false, "range": [ - 13505, - 13736 + 13692, + 13931 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 0 }, "end": { - "line": 421, + "line": 422, "column": 1 } } @@ -32758,7 +32952,7 @@ "sourceType": "module", "range": [ 0, - 13736 + 13931 ], "loc": { "start": { @@ -32766,7 +32960,7 @@ "column": 0 }, "end": { - "line": 421, + "line": 422, "column": 1 } }, @@ -32775,16 +32969,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n ", "range": [ - 218, - 312 + 275, + 369 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -32793,16 +32987,16 @@ "type": "Line", "value": "indicates if tables was sorted", "range": [ - 472, - 504 + 530, + 562 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 40 } } @@ -32811,16 +33005,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 873, - 930 + 931, + 988 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 65 } } @@ -32829,16 +33023,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 939, - 984 + 997, + 1042 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 53 } } @@ -32847,16 +33041,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1323, - 1358 + 1382, + 1417 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -32865,16 +33059,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1431, - 1488 + 1490, + 1547 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 65 } } @@ -32883,16 +33077,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1599, - 1641 + 1658, + 1700 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 50 } } @@ -32901,16 +33095,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1752, - 1793 + 1811, + 1852 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 49 } } @@ -32919,16 +33113,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2030, - 2084 + 2090, + 2144 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 62 } } @@ -32937,16 +33131,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2277, - 2299 + 2339, + 2361 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 30 } } @@ -32955,16 +33149,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2556, - 2589 + 2622, + 2655 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 41 } } @@ -32973,16 +33167,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2767, - 2802 + 2837, + 2872 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 47 } } @@ -32991,16 +33185,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 2987, - 3014 + 3061, + 3088 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 39 } } @@ -33009,16 +33203,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3112, - 3173 + 3188, + 3249 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 16 }, "end": { - "line": 92, + "line": 93, "column": 77 } } @@ -33027,16 +33221,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3806, - 3946 + 3889, + 4029 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 4 }, "end": { - "line": 118, + "line": 119, "column": 7 } } @@ -33045,16 +33239,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4117, - 4246 + 4202, + 4331 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 11 } } @@ -33063,16 +33257,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4396, - 4418 + 4485, + 4507 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 34 } } @@ -33081,16 +33275,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4746, - 4943 + 4847, + 5044 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 11 } } @@ -33099,16 +33293,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5178, - 5303 + 5283, + 5408 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 11 } } @@ -33117,16 +33311,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6609, - 6701 + 6720, + 6812 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 11 } } @@ -33135,16 +33329,16 @@ "type": "Line", "value": " external headers", "range": [ - 6839, - 6858 + 6952, + 6971 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 31 } } @@ -33153,16 +33347,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8277, - 8500 + 8410, + 8633 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -33171,16 +33365,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8619, - 8670 + 8754, + 8805 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 63 } } @@ -33189,16 +33383,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9030, - 9277 + 9166, + 9413 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 11 } } @@ -33207,16 +33401,16 @@ "type": "Line", "value": " resolve column types", "range": [ - 10122, - 10145 + 10274, + 10297 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 21 }, "end": { - "line": 299, + "line": 300, "column": 44 } } @@ -33225,16 +33419,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10578, - 10613 + 10736, + 10771 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 43 } } @@ -33243,16 +33437,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10623, - 10642 + 10781, + 10800 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 27 } } @@ -33261,16 +33455,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11318, - 11358 + 11475, + 11515 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 48 } } @@ -33279,16 +33473,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12163, - 12194 + 12334, + 12365 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 4 }, "end": { - "line": 354, + "line": 355, "column": 7 } } @@ -33297,16 +33491,16 @@ "type": "Line", "value": "Converters", "range": [ - 12734, - 12746 + 12910, + 12922 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 0 }, "end": { - "line": 376, + "line": 377, "column": 12 } } diff --git a/docs/ast/source/modules/checkList.js.json b/docs/ast/source/modules/checkList.js.json index b352800e..a1be0f61 100644 --- a/docs/ast/source/modules/checkList.js.json +++ b/docs/ast/source/modules/checkList.js.json @@ -530,6 +530,150 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "CHECKLIST", + "range": [ + 214, + 223 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + "imported": { + "type": "Identifier", + "name": "CHECKLIST", + "range": [ + 214, + 223 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + "range": [ + 214, + 223 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 225, + 229 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 8, + "column": 23 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 225, + 229 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 8, + "column": 23 + } + } + }, + "range": [ + 225, + 229 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 8, + "column": 23 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 236, + 246 + ], + "loc": { + "start": { + "line": 8, + "column": 30 + }, + "end": { + "line": 8, + "column": 40 + } + } + }, + "range": [ + 206, + 247 + ], + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 8, + "column": 41 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -539,16 +683,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 213, - 223 + 255, + 265 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 6 }, "end": { - "line": 9, + "line": 10, "column": 16 } } @@ -561,16 +705,16 @@ "value": "Filter options for column {0} cannot be sorted in ", "raw": "'Filter options for column {0} cannot be sorted in '", "range": [ - 226, - 278 + 268, + 320 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 19 }, "end": { - "line": 9, + "line": 10, "column": 71 } } @@ -580,46 +724,46 @@ "value": "{1} manner.", "raw": "'{1} manner.'", "range": [ - 285, - 298 + 327, + 340 ], "loc": { "start": { - "line": 10, + "line": 11, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 17 } } }, "range": [ - 226, - 298 + 268, + 340 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 19 }, "end": { - "line": 10, + "line": 11, "column": 17 } } }, "range": [ - 213, - 298 + 255, + 340 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 6 }, "end": { - "line": 10, + "line": 11, "column": 17 } } @@ -627,16 +771,16 @@ ], "kind": "const", "range": [ - 207, - 299 + 249, + 341 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 0 }, "end": { - "line": 10, + "line": 11, "column": 18 } } @@ -649,16 +793,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 314, - 323 + 356, + 365 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 13 }, "end": { - "line": 12, + "line": 13, "column": 22 } } @@ -667,16 +811,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 332, - 339 + 374, + 381 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 31 }, "end": { - "line": 12, + "line": 13, "column": 38 } } @@ -690,16 +834,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 440, - 451 + 482, + 493 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 4 }, "end": { - "line": 18, + "line": 19, "column": 15 } } @@ -712,16 +856,16 @@ "type": "Identifier", "name": "tf", "range": [ - 452, - 454 + 494, + 496 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 16 }, "end": { - "line": 18, + "line": 19, "column": 18 } } @@ -737,16 +881,16 @@ "callee": { "type": "Super", "range": [ - 466, - 471 + 508, + 513 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 13 } } @@ -756,16 +900,16 @@ "type": "Identifier", "name": "tf", "range": [ - 472, - 474 + 514, + 516 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 14 }, "end": { - "line": 19, + "line": 20, "column": 16 } } @@ -775,47 +919,47 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 476, - 487 + 518, + 529 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 18 }, "end": { - "line": 19, + "line": 20, "column": 29 } } } ], "range": [ - 466, - 488 + 508, + 530 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 30 } } }, "range": [ - 466, - 489 + 508, + 531 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 31 } }, @@ -824,16 +968,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 499, - 522 + 541, + 564 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -849,16 +993,16 @@ "type": "Identifier", "name": "f", "range": [ - 535, - 536 + 577, + 578 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 12 }, "end": { - "line": 22, + "line": 23, "column": 13 } } @@ -872,16 +1016,16 @@ "type": "Identifier", "name": "tf", "range": [ - 539, - 541 + 581, + 583 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 18 } } @@ -890,62 +1034,62 @@ "type": "Identifier", "name": "config", "range": [ - 542, - 548 + 584, + 590 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 19 }, "end": { - "line": 22, + "line": 23, "column": 25 } } }, "range": [ - 539, - 548 + 581, + 590 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 25 } } }, "arguments": [], "range": [ - 539, - 550 + 581, + 592 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 27 } } }, "range": [ - 535, - 550 + 577, + 592 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 12 }, "end": { - "line": 22, + "line": 23, "column": 27 } } @@ -953,16 +1097,16 @@ ], "kind": "let", "range": [ - 531, - 551 + 573, + 593 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 28 } }, @@ -971,16 +1115,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 499, - 522 + 541, + 564 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -998,16 +1142,16 @@ "object": { "type": "ThisExpression", "range": [ - 561, - 565 + 603, + 607 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1016,31 +1160,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 566, - 578 + 608, + 620 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 25 } } }, "range": [ - 561, - 578 + 603, + 620 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 25 } } @@ -1049,46 +1193,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 581, - 583 + 623, + 625 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 28 }, "end": { - "line": 24, + "line": 25, "column": 30 } } }, "range": [ - 561, - 583 + 603, + 625 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 30 } } }, "range": [ - 561, - 584 + 603, + 626 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 31 } }, @@ -1097,16 +1241,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 585, - 610 + 627, + 652 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 32 }, "end": { - "line": 24, + "line": 25, "column": 57 } } @@ -1115,16 +1259,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 619, - 674 + 661, + 716 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 63 } } @@ -1142,16 +1286,16 @@ "object": { "type": "ThisExpression", "range": [ - 683, - 687 + 725, + 729 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1160,31 +1304,31 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 688, - 708 + 730, + 750 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 33 } } }, "range": [ - 683, - 708 + 725, + 750 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 33 } } @@ -1199,16 +1343,16 @@ "type": "Identifier", "name": "f", "range": [ - 711, - 712 + 753, + 754 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 36 }, "end": { - "line": 26, + "line": 27, "column": 37 } } @@ -1217,31 +1361,31 @@ "type": "Identifier", "name": "div_checklist_css_class", "range": [ - 713, - 736 + 755, + 778 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 38 }, "end": { - "line": 26, + "line": 27, "column": 61 } } }, "range": [ - 711, - 736 + 753, + 778 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 36 }, "end": { - "line": 26, + "line": 27, "column": 61 } } @@ -1251,61 +1395,61 @@ "value": "div_checklist", "raw": "'div_checklist'", "range": [ - 752, - 767 + 794, + 809 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 12 }, "end": { - "line": 27, + "line": 28, "column": 27 } } }, "range": [ - 711, - 767 + 753, + 809 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 36 }, "end": { - "line": 27, + "line": 28, "column": 27 } } }, "range": [ - 683, - 767 + 725, + 809 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 27 } } }, "range": [ - 683, - 768 + 725, + 810 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 28 } }, @@ -1314,16 +1458,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 585, - 610 + 627, + 652 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 32 }, "end": { - "line": 24, + "line": 25, "column": 57 } } @@ -1332,16 +1476,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 619, - 674 + 661, + 716 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 63 } } @@ -1352,16 +1496,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 777, - 818 + 819, + 860 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 49 } } @@ -1379,16 +1523,16 @@ "object": { "type": "ThisExpression", "range": [ - 827, - 831 + 869, + 873 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 12 } } @@ -1397,31 +1541,31 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 832, - 849 + 874, + 891 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 13 }, "end": { - "line": 29, + "line": 30, "column": 30 } } }, "range": [ - 827, - 849 + 869, + 891 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 30 } } @@ -1436,16 +1580,16 @@ "type": "Identifier", "name": "f", "range": [ - 852, - 853 + 894, + 895 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 33 }, "end": { - "line": 29, + "line": 30, "column": 34 } } @@ -1454,31 +1598,31 @@ "type": "Identifier", "name": "checklist_css_class", "range": [ - 854, - 873 + 896, + 915 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 35 }, "end": { - "line": 29, + "line": 30, "column": 54 } } }, "range": [ - 852, - 873 + 894, + 915 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 33 }, "end": { - "line": 29, + "line": 30, "column": 54 } } @@ -1488,61 +1632,61 @@ "value": "flt_checklist", "raw": "'flt_checklist'", "range": [ - 877, - 892 + 919, + 934 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 58 }, "end": { - "line": 29, + "line": 30, "column": 73 } } }, "range": [ - 852, - 892 + 894, + 934 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 33 }, "end": { - "line": 29, + "line": 30, "column": 73 } } }, "range": [ - 827, - 892 + 869, + 934 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 73 } } }, "range": [ - 827, - 893 + 869, + 935 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 74 } }, @@ -1551,16 +1695,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 777, - 818 + 819, + 860 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 49 } } @@ -1571,16 +1715,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 902, - 945 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -1598,16 +1742,16 @@ "object": { "type": "ThisExpression", "range": [ - 954, - 958 + 996, + 1000 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 12 } } @@ -1616,31 +1760,31 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 959, - 980 + 1001, + 1022 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 13 }, "end": { - "line": 31, + "line": 32, "column": 34 } } }, "range": [ - 954, - 980 + 996, + 1022 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 34 } } @@ -1655,16 +1799,16 @@ "type": "Identifier", "name": "f", "range": [ - 983, - 984 + 1025, + 1026 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 37 }, "end": { - "line": 31, + "line": 32, "column": 38 } } @@ -1673,31 +1817,31 @@ "type": "Identifier", "name": "checklist_item_css_class", "range": [ - 985, - 1009 + 1027, + 1051 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 39 }, "end": { - "line": 31, + "line": 32, "column": 63 } } }, "range": [ - 983, - 1009 + 1025, + 1051 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 37 }, "end": { - "line": 31, + "line": 32, "column": 63 } } @@ -1707,61 +1851,61 @@ "value": "flt_checklist_item", "raw": "'flt_checklist_item'", "range": [ - 1025, - 1045 + 1067, + 1087 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 12 }, "end": { - "line": 32, + "line": 33, "column": 32 } } }, "range": [ - 983, - 1045 + 1025, + 1087 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 37 }, "end": { - "line": 32, + "line": 33, "column": 32 } } }, "range": [ - 954, - 1045 + 996, + 1087 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 32 } } }, "range": [ - 954, - 1046 + 996, + 1088 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 33 } }, @@ -1770,16 +1914,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 902, - 945 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -1790,16 +1934,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1055, - 1107 + 1097, + 1149 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 60 } } @@ -1817,16 +1961,16 @@ "object": { "type": "ThisExpression", "range": [ - 1116, - 1120 + 1158, + 1162 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -1835,31 +1979,31 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 1121, - 1145 + 1163, + 1187 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 13 }, "end": { - "line": 34, + "line": 35, "column": 37 } } }, "range": [ - 1116, - 1145 + 1158, + 1187 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 37 } } @@ -1874,16 +2018,16 @@ "type": "Identifier", "name": "f", "range": [ - 1148, - 1149 + 1190, + 1191 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 40 }, "end": { - "line": 34, + "line": 35, "column": 41 } } @@ -1892,31 +2036,31 @@ "type": "Identifier", "name": "checklist_selected_item_css_class", "range": [ - 1150, - 1183 + 1192, + 1225 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 42 }, "end": { - "line": 34, + "line": 35, "column": 75 } } }, "range": [ - 1148, - 1183 + 1190, + 1225 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 40 }, "end": { - "line": 34, + "line": 35, "column": 75 } } @@ -1926,61 +2070,61 @@ "value": "flt_checklist_slc_item", "raw": "'flt_checklist_slc_item'", "range": [ - 1199, - 1223 + 1241, + 1265 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 12 }, "end": { - "line": 35, + "line": 36, "column": 36 } } }, "range": [ - 1148, - 1223 + 1190, + 1265 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 40 }, "end": { - "line": 35, + "line": 36, "column": 36 } } }, "range": [ - 1116, - 1223 + 1158, + 1265 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 36 } } }, "range": [ - 1116, - 1224 + 1158, + 1266 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 37 } }, @@ -1989,16 +2133,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1055, - 1107 + 1097, + 1149 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 60 } } @@ -2009,16 +2153,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1233, - 1254 + 1275, + 1296 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -2036,16 +2180,16 @@ "object": { "type": "ThisExpression", "range": [ - 1263, - 1267 + 1305, + 1309 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 12 } } @@ -2054,31 +2198,31 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 1268, - 1288 + 1310, + 1330 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 13 }, "end": { - "line": 37, + "line": 38, "column": 33 } } }, "range": [ - 1263, - 1288 + 1305, + 1330 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 33 } } @@ -2093,16 +2237,16 @@ "type": "Identifier", "name": "f", "range": [ - 1291, - 1292 + 1333, + 1334 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 36 }, "end": { - "line": 37, + "line": 38, "column": 37 } } @@ -2111,31 +2255,31 @@ "type": "Identifier", "name": "activate_checklist_text", "range": [ - 1293, - 1316 + 1335, + 1358 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 38 }, "end": { - "line": 37, + "line": 38, "column": 61 } } }, "range": [ - 1291, - 1316 + 1333, + 1358 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 36 }, "end": { - "line": 37, + "line": 38, "column": 61 } } @@ -2145,61 +2289,61 @@ "value": "Click to load filter data", "raw": "'Click to load filter data'", "range": [ - 1332, - 1359 + 1374, + 1401 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1291, - 1359 + 1333, + 1401 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 36 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1263, - 1359 + 1305, + 1401 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1263, - 1360 + 1305, + 1402 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 40 } }, @@ -2208,16 +2352,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1233, - 1254 + 1275, + 1296 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -2228,16 +2372,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1369, - 1410 + 1411, + 1452 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 49 } } @@ -2255,16 +2399,16 @@ "object": { "type": "ThisExpression", "range": [ - 1419, - 1423 + 1461, + 1465 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 12 } } @@ -2273,31 +2417,31 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 1424, - 1453 + 1466, + 1495 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 13 }, "end": { - "line": 40, + "line": 41, "column": 42 } } }, "range": [ - 1419, - 1453 + 1461, + 1495 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 42 } } @@ -2312,16 +2456,16 @@ "type": "Identifier", "name": "f", "range": [ - 1468, - 1469 + 1510, + 1511 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 13 } } @@ -2330,31 +2474,31 @@ "type": "Identifier", "name": "checklist_item_disabled_css_class", "range": [ - 1470, - 1503 + 1512, + 1545 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 14 }, "end": { - "line": 41, + "line": 42, "column": 47 } } }, "range": [ - 1468, - 1503 + 1510, + 1545 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 47 } } @@ -2364,61 +2508,61 @@ "value": "flt_checklist_item_disabled", "raw": "'flt_checklist_item_disabled'", "range": [ - 1519, - 1548 + 1561, + 1590 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 41 } } }, "range": [ - 1468, - 1548 + 1510, + 1590 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 41 } } }, "range": [ - 1419, - 1548 + 1461, + 1590 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 41 } } }, "range": [ - 1419, - 1549 + 1461, + 1591 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 42 } }, @@ -2427,16 +2571,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1369, - 1410 + 1411, + 1452 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 49 } } @@ -2454,16 +2598,16 @@ "object": { "type": "ThisExpression", "range": [ - 1558, - 1562 + 1600, + 1604 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 12 } } @@ -2472,31 +2616,31 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 1563, - 1589 + 1605, + 1631 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 13 }, "end": { - "line": 43, + "line": 44, "column": 39 } } }, "range": [ - 1558, - 1589 + 1600, + 1631 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 39 } } @@ -2513,16 +2657,16 @@ "type": "Identifier", "name": "f", "range": [ - 1604, - 1605 + 1646, + 1647 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 13 } } @@ -2531,31 +2675,31 @@ "type": "Identifier", "name": "enable_checklist_reset_filter", "range": [ - 1606, - 1635 + 1648, + 1677 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 14 }, "end": { - "line": 44, + "line": 45, "column": 43 } } }, "range": [ - 1604, - 1635 + 1646, + 1677 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 43 } } @@ -2565,31 +2709,31 @@ "value": false, "raw": "false", "range": [ - 1640, - 1645 + 1682, + 1687 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 48 }, "end": { - "line": 44, + "line": 45, "column": 53 } } }, "range": [ - 1604, - 1645 + 1646, + 1687 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 53 } } @@ -2599,16 +2743,16 @@ "value": false, "raw": "false", "range": [ - 1648, - 1653 + 1690, + 1695 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 56 }, "end": { - "line": 44, + "line": 45, "column": 61 } } @@ -2618,61 +2762,61 @@ "value": true, "raw": "true", "range": [ - 1656, - 1660 + 1698, + 1702 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 64 }, "end": { - "line": 44, + "line": 45, "column": 68 } } }, "range": [ - 1604, - 1660 + 1646, + 1702 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 68 } } }, "range": [ - 1558, - 1660 + 1600, + 1702 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 68 } } }, "range": [ - 1558, - 1661 + 1600, + 1703 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 69 } }, @@ -2681,16 +2825,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1670, - 1702 + 1712, + 1744 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 40 } } @@ -2708,16 +2852,16 @@ "object": { "type": "ThisExpression", "range": [ - 1711, - 1715 + 1753, + 1757 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 12 } } @@ -2726,31 +2870,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 1716, - 1732 + 1758, + 1774 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 13 }, "end": { - "line": 46, + "line": 47, "column": 29 } } }, "range": [ - 1711, - 1732 + 1753, + 1774 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 29 } } @@ -2760,46 +2904,46 @@ "value": "chkdiv_", "raw": "'chkdiv_'", "range": [ - 1735, - 1744 + 1777, + 1786 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 32 }, "end": { - "line": 46, + "line": 47, "column": 41 } } }, "range": [ - 1711, - 1744 + 1753, + 1786 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 41 } } }, "range": [ - 1711, - 1745 + 1753, + 1787 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 42 } }, @@ -2808,16 +2952,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1670, - 1702 + 1712, + 1744 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 40 } } @@ -2835,16 +2979,16 @@ "object": { "type": "ThisExpression", "range": [ - 1755, - 1759 + 1797, + 1801 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -2853,31 +2997,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1760, - 1768 + 1802, + 1810 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 13 }, "end": { - "line": 48, + "line": 49, "column": 21 } } }, "range": [ - 1755, - 1768 + 1797, + 1810 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 21 } } @@ -2887,46 +3031,46 @@ "value": null, "raw": "null", "range": [ - 1771, - 1775 + 1813, + 1817 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 24 }, "end": { - "line": 48, + "line": 49, "column": 28 } } }, "range": [ - 1755, - 1775 + 1797, + 1817 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 28 } } }, "range": [ - 1755, - 1776 + 1797, + 1818 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 29 } } @@ -2942,16 +3086,16 @@ "object": { "type": "ThisExpression", "range": [ - 1785, - 1789 + 1827, + 1831 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 12 } } @@ -2960,31 +3104,31 @@ "type": "Identifier", "name": "opts", "range": [ - 1790, - 1794 + 1832, + 1836 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 13 }, "end": { - "line": 49, + "line": 50, "column": 17 } } }, "range": [ - 1785, - 1794 + 1827, + 1836 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 17 } } @@ -2994,46 +3138,46 @@ "value": null, "raw": "null", "range": [ - 1797, - 1801 + 1839, + 1843 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 20 }, "end": { - "line": 49, + "line": 50, "column": 24 } } }, "range": [ - 1785, - 1801 + 1827, + 1843 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 24 } } }, "range": [ - 1785, - 1802 + 1827, + 1844 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 25 } } @@ -3049,16 +3193,16 @@ "object": { "type": "ThisExpression", "range": [ - 1811, - 1815 + 1853, + 1857 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 12 } } @@ -3067,31 +3211,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1816, - 1823 + 1858, + 1865 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 13 }, "end": { - "line": 50, + "line": 51, "column": 20 } } }, "range": [ - 1811, - 1823 + 1853, + 1865 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 20 } } @@ -3101,46 +3245,46 @@ "value": null, "raw": "null", "range": [ - 1826, - 1830 + 1868, + 1872 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 23 }, "end": { - "line": 50, + "line": 51, "column": 27 } } }, "range": [ - 1811, - 1830 + 1853, + 1872 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 27 } } }, "range": [ - 1811, - 1831 + 1853, + 1873 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 28 } } @@ -3156,16 +3300,16 @@ "object": { "type": "ThisExpression", "range": [ - 1840, - 1844 + 1882, + 1886 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 12 } } @@ -3174,31 +3318,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 1845, - 1857 + 1887, + 1899 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 13 }, "end": { - "line": 51, + "line": 52, "column": 25 } } }, "range": [ - 1840, - 1857 + 1882, + 1899 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 25 } } @@ -3208,62 +3352,62 @@ "value": null, "raw": "null", "range": [ - 1860, - 1864 + 1902, + 1906 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 28 }, "end": { - "line": 51, + "line": 52, "column": 32 } } }, "range": [ - 1840, - 1864 + 1882, + 1906 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 32 } } }, "range": [ - 1840, - 1865 + 1882, + 1907 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 33 } } } ], "range": [ - 456, - 1871 + 498, + 1913 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 20 }, "end": { - "line": 52, + "line": 53, "column": 5 } } @@ -3271,16 +3415,16 @@ "generator": false, "expression": false, "range": [ - 451, - 1871 + 493, + 1913 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 15 }, "end": { - "line": 52, + "line": 53, "column": 5 } } @@ -3288,16 +3432,16 @@ "kind": "constructor", "computed": false, "range": [ - 440, - 1871 + 482, + 1913 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 4 }, "end": { - "line": 52, + "line": 53, "column": 5 } }, @@ -3306,16 +3450,16 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 347, - 435 + 389, + 477 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 4 }, "end": { - "line": 17, + "line": 18, "column": 7 } } @@ -3329,16 +3473,16 @@ "type": "Identifier", "name": "onChange", "range": [ - 1877, - 1885 + 1919, + 1927 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 54, + "line": 55, "column": 12 } } @@ -3351,16 +3495,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1886, - 1889 + 1928, + 1931 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 13 }, "end": { - "line": 54, + "line": 55, "column": 16 } } @@ -3378,16 +3522,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1905, - 1908 + 1947, + 1950 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 15 } } @@ -3401,16 +3545,16 @@ "type": "Identifier", "name": "Event", "range": [ - 1911, - 1916 + 1953, + 1958 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 18 }, "end": { - "line": 55, + "line": 56, "column": 23 } } @@ -3419,31 +3563,31 @@ "type": "Identifier", "name": "target", "range": [ - 1917, - 1923 + 1959, + 1965 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 24 }, "end": { - "line": 55, + "line": 56, "column": 30 } } }, "range": [ - 1911, - 1923 + 1953, + 1965 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 18 }, "end": { - "line": 55, + "line": 56, "column": 30 } } @@ -3453,47 +3597,47 @@ "type": "Identifier", "name": "evt", "range": [ - 1924, - 1927 + 1966, + 1969 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 31 }, "end": { - "line": 55, + "line": 56, "column": 34 } } } ], "range": [ - 1911, - 1928 + 1953, + 1970 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 18 }, "end": { - "line": 55, + "line": 56, "column": 35 } } }, "range": [ - 1905, - 1928 + 1947, + 1970 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 35 } } @@ -3501,16 +3645,16 @@ ], "kind": "let", "range": [ - 1901, - 1929 + 1943, + 1971 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 36 } } @@ -3524,16 +3668,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1942, - 1944 + 1984, + 1986 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 14 } } @@ -3544,16 +3688,16 @@ "object": { "type": "ThisExpression", "range": [ - 1947, - 1951 + 1989, + 1993 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 17 }, "end": { - "line": 56, + "line": 57, "column": 21 } } @@ -3562,46 +3706,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1952, - 1954 + 1994, + 1996 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 22 }, "end": { - "line": 56, + "line": 57, "column": 24 } } }, "range": [ - 1947, - 1954 + 1989, + 1996 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 17 }, "end": { - "line": 56, + "line": 57, "column": 24 } } }, "range": [ - 1942, - 1954 + 1984, + 1996 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 24 } } @@ -3609,16 +3753,16 @@ ], "kind": "let", "range": [ - 1938, - 1955 + 1980, + 1997 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 25 } } @@ -3636,16 +3780,16 @@ "object": { "type": "ThisExpression", "range": [ - 1964, - 1968 + 2006, + 2010 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 12 } } @@ -3654,31 +3798,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1969, - 1976 + 2011, + 2018 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 13 }, "end": { - "line": 57, + "line": 58, "column": 20 } } }, "range": [ - 1964, - 1976 + 2006, + 2018 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 20 } } @@ -3687,31 +3831,31 @@ "type": "Identifier", "name": "emit", "range": [ - 1977, - 1981 + 2019, + 2023 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 21 }, "end": { - "line": 57, + "line": 58, "column": 25 } } }, "range": [ - 1964, - 1981 + 2006, + 2023 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 25 } } @@ -3722,16 +3866,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 1982, - 1996 + 2024, + 2038 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 26 }, "end": { - "line": 57, + "line": 58, "column": 40 } } @@ -3740,16 +3884,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1998, - 2000 + 2040, + 2042 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 42 }, "end": { - "line": 57, + "line": 58, "column": 44 } } @@ -3758,47 +3902,47 @@ "type": "Identifier", "name": "elm", "range": [ - 2002, - 2005 + 2044, + 2047 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 46 }, "end": { - "line": 57, + "line": 58, "column": 49 } } } ], "range": [ - 1964, - 2006 + 2006, + 2048 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 50 } } }, "range": [ - 1964, - 2007 + 2006, + 2049 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 51 } } @@ -3814,16 +3958,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2016, - 2018 + 2058, + 2060 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 10 } } @@ -3832,78 +3976,78 @@ "type": "Identifier", "name": "filter", "range": [ - 2019, - 2025 + 2061, + 2067 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 11 }, "end": { - "line": 58, + "line": 59, "column": 17 } } }, "range": [ - 2016, - 2025 + 2058, + 2067 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 17 } } }, "arguments": [], "range": [ - 2016, - 2027 + 2058, + 2069 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 19 } } }, "range": [ - 2016, - 2028 + 2058, + 2070 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 20 } } } ], "range": [ - 1891, - 2034 + 1933, + 2076 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 18 }, "end": { - "line": 59, + "line": 60, "column": 5 } } @@ -3911,16 +4055,16 @@ "generator": false, "expression": false, "range": [ - 1885, - 2034 + 1927, + 2076 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 12 }, "end": { - "line": 59, + "line": 60, "column": 5 } } @@ -3928,16 +4072,16 @@ "kind": "method", "computed": false, "range": [ - 1877, - 2034 + 1919, + 2076 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 59, + "line": 60, "column": 5 } }, @@ -3949,16 +4093,16 @@ "type": "Identifier", "name": "optionClick", "range": [ - 2040, - 2051 + 2082, + 2093 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 4 }, "end": { - "line": 61, + "line": 62, "column": 15 } } @@ -3971,16 +4115,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2052, - 2055 + 2094, + 2097 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 16 }, "end": { - "line": 61, + "line": 62, "column": 19 } } @@ -3999,16 +4143,16 @@ "object": { "type": "ThisExpression", "range": [ - 2067, - 2071 + 2109, + 2113 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 12 } } @@ -4017,31 +4161,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 2072, - 2090 + 2114, + 2132 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 13 }, "end": { - "line": 62, + "line": 63, "column": 31 } } }, "range": [ - 2067, - 2090 + 2109, + 2132 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 31 } } @@ -4054,16 +4198,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2091, - 2094 + 2133, + 2136 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 32 }, "end": { - "line": 62, + "line": 63, "column": 35 } } @@ -4072,62 +4216,62 @@ "type": "Identifier", "name": "target", "range": [ - 2095, - 2101 + 2137, + 2143 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 36 }, "end": { - "line": 62, + "line": 63, "column": 42 } } }, "range": [ - 2091, - 2101 + 2133, + 2143 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 32 }, "end": { - "line": 62, + "line": 63, "column": 42 } } } ], "range": [ - 2067, - 2102 + 2109, + 2144 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 43 } } }, "range": [ - 2067, - 2103 + 2109, + 2145 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 44 } } @@ -4142,16 +4286,16 @@ "object": { "type": "ThisExpression", "range": [ - 2112, - 2116 + 2154, + 2158 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 12 } } @@ -4160,31 +4304,31 @@ "type": "Identifier", "name": "onChange", "range": [ - 2117, - 2125 + 2159, + 2167 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 13 }, "end": { - "line": 63, + "line": 64, "column": 21 } } }, "range": [ - 2112, - 2125 + 2154, + 2167 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 21 } } @@ -4194,63 +4338,63 @@ "type": "Identifier", "name": "evt", "range": [ - 2126, - 2129 + 2168, + 2171 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 22 }, "end": { - "line": 63, + "line": 64, "column": 25 } } } ], "range": [ - 2112, - 2130 + 2154, + 2172 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 26 } } }, "range": [ - 2112, - 2131 + 2154, + 2173 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 27 } } } ], "range": [ - 2057, - 2137 + 2099, + 2179 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 21 }, "end": { - "line": 64, + "line": 65, "column": 5 } } @@ -4258,16 +4402,16 @@ "generator": false, "expression": false, "range": [ - 2051, - 2137 + 2093, + 2179 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 15 }, "end": { - "line": 64, + "line": 65, "column": 5 } } @@ -4275,16 +4419,16 @@ "kind": "method", "computed": false, "range": [ - 2040, - 2137 + 2082, + 2179 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 4 }, "end": { - "line": 64, + "line": 65, "column": 5 } }, @@ -4296,16 +4440,16 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2143, - 2159 + 2185, + 2201 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 4 }, "end": { - "line": 66, + "line": 67, "column": 20 } } @@ -4318,16 +4462,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2160, - 2163 + 2202, + 2205 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 21 }, "end": { - "line": 66, + "line": 67, "column": 24 } } @@ -4345,16 +4489,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2179, - 2182 + 2221, + 2224 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 15 } } @@ -4368,16 +4512,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2185, - 2190 + 2227, + 2232 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 23 } } @@ -4386,31 +4530,31 @@ "type": "Identifier", "name": "target", "range": [ - 2191, - 2197 + 2233, + 2239 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 24 }, "end": { - "line": 67, + "line": 68, "column": 30 } } }, "range": [ - 2185, - 2197 + 2227, + 2239 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 30 } } @@ -4420,47 +4564,47 @@ "type": "Identifier", "name": "evt", "range": [ - 2198, - 2201 + 2240, + 2243 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 31 }, "end": { - "line": 67, + "line": 68, "column": 34 } } } ], "range": [ - 2185, - 2202 + 2227, + 2244 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 35 } } }, "range": [ - 2179, - 2202 + 2221, + 2244 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 35 } } @@ -4468,16 +4612,16 @@ ], "kind": "let", "range": [ - 2175, - 2203 + 2217, + 2245 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 36 } } @@ -4496,16 +4640,16 @@ "object": { "type": "ThisExpression", "range": [ - 2216, - 2220 + 2258, + 2262 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 16 } } @@ -4514,31 +4658,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2221, - 2223 + 2263, + 2265 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 17 }, "end": { - "line": 68, + "line": 69, "column": 19 } } }, "range": [ - 2216, - 2223 + 2258, + 2265 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 19 } } @@ -4547,31 +4691,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2224, - 2239 + 2266, + 2281 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 20 }, "end": { - "line": 68, + "line": 69, "column": 35 } } }, "range": [ - 2216, - 2239 + 2258, + 2281 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 35 } } @@ -4588,16 +4732,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2243, - 2246 + 2285, + 2288 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 39 }, "end": { - "line": 68, + "line": 69, "column": 42 } } @@ -4606,31 +4750,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2247, - 2259 + 2289, + 2301 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 43 }, "end": { - "line": 68, + "line": 69, "column": 55 } } }, "range": [ - 2243, - 2259 + 2285, + 2301 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 39 }, "end": { - "line": 68, + "line": 69, "column": 55 } } @@ -4641,32 +4785,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 2260, - 2268 + 2302, + 2310 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 56 }, "end": { - "line": 68, + "line": 69, "column": 64 } } } ], "range": [ - 2243, - 2269 + 2285, + 2311 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 39 }, "end": { - "line": 68, + "line": 69, "column": 65 } } @@ -4676,46 +4820,46 @@ "value": "0", "raw": "'0'", "range": [ - 2274, - 2277 + 2316, + 2319 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 70 }, "end": { - "line": 68, + "line": 69, "column": 73 } } }, "range": [ - 2243, - 2277 + 2285, + 2319 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 39 }, "end": { - "line": 68, + "line": 69, "column": 73 } } }, "range": [ - 2216, - 2277 + 2258, + 2319 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 73 } } @@ -4732,16 +4876,16 @@ "type": "Identifier", "name": "ct", "range": [ - 2297, - 2299 + 2339, + 2341 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 16 }, "end": { - "line": 69, + "line": 70, "column": 18 } } @@ -4755,16 +4899,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2302, - 2305 + 2344, + 2347 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 21 }, "end": { - "line": 69, + "line": 70, "column": 24 } } @@ -4773,31 +4917,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2306, - 2318 + 2348, + 2360 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 25 }, "end": { - "line": 69, + "line": 70, "column": 37 } } }, "range": [ - 2302, - 2318 + 2344, + 2360 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 21 }, "end": { - "line": 69, + "line": 70, "column": 37 } } @@ -4808,47 +4952,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 2319, - 2323 + 2361, + 2365 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 38 }, "end": { - "line": 69, + "line": 70, "column": 42 } } } ], "range": [ - 2302, - 2324 + 2344, + 2366 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 21 }, "end": { - "line": 69, + "line": 70, "column": 43 } } }, "range": [ - 2297, - 2324 + 2339, + 2366 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 16 }, "end": { - "line": 69, + "line": 70, "column": 43 } } @@ -4856,16 +5000,16 @@ ], "kind": "let", "range": [ - 2293, - 2325 + 2335, + 2367 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 69, + "line": 70, "column": 44 } } @@ -4879,16 +5023,16 @@ "type": "Identifier", "name": "div", "range": [ - 2342, - 2345 + 2384, + 2387 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 70, + "line": 71, "column": 19 } } @@ -4902,16 +5046,16 @@ "object": { "type": "ThisExpression", "range": [ - 2348, - 2352 + 2390, + 2394 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 22 }, "end": { - "line": 70, + "line": 71, "column": 26 } } @@ -4920,31 +5064,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 2353, - 2365 + 2395, + 2407 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 27 }, "end": { - "line": 70, + "line": 71, "column": 39 } } }, "range": [ - 2348, - 2365 + 2390, + 2407 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 22 }, "end": { - "line": 70, + "line": 71, "column": 39 } } @@ -4953,46 +5097,46 @@ "type": "Identifier", "name": "ct", "range": [ - 2366, - 2368 + 2408, + 2410 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 40 }, "end": { - "line": 70, + "line": 71, "column": 42 } } }, "range": [ - 2348, - 2369 + 2390, + 2411 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 22 }, "end": { - "line": 70, + "line": 71, "column": 43 } } }, "range": [ - 2342, - 2369 + 2384, + 2411 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 70, + "line": 71, "column": 43 } } @@ -5000,16 +5144,16 @@ ], "kind": "let", "range": [ - 2338, - 2370 + 2380, + 2412 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 44 } } @@ -5024,16 +5168,16 @@ "object": { "type": "ThisExpression", "range": [ - 2383, - 2387 + 2425, + 2429 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 16 } } @@ -5042,31 +5186,31 @@ "type": "Identifier", "name": "build", "range": [ - 2388, - 2393 + 2430, + 2435 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 17 }, "end": { - "line": 71, + "line": 72, "column": 22 } } }, "range": [ - 2383, - 2393 + 2425, + 2435 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 22 } } @@ -5076,47 +5220,47 @@ "type": "Identifier", "name": "ct", "range": [ - 2394, - 2396 + 2436, + 2438 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 23 }, "end": { - "line": 71, + "line": 72, "column": 25 } } } ], "range": [ - 2383, - 2397 + 2425, + 2439 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 26 } } }, "range": [ - 2383, - 2398 + 2425, + 2440 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 27 } } @@ -5132,16 +5276,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2411, - 2416 + 2453, + 2458 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 17 } } @@ -5150,31 +5294,31 @@ "type": "Identifier", "name": "remove", "range": [ - 2417, - 2423 + 2459, + 2465 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 18 }, "end": { - "line": 72, + "line": 73, "column": 24 } } }, "range": [ - 2411, - 2423 + 2453, + 2465 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 24 } } @@ -5184,16 +5328,16 @@ "type": "Identifier", "name": "div", "range": [ - 2424, - 2427 + 2466, + 2469 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 25 }, "end": { - "line": 72, + "line": 73, "column": 28 } } @@ -5203,16 +5347,16 @@ "value": "click", "raw": "'click'", "range": [ - 2429, - 2436 + 2471, + 2478 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 30 }, "end": { - "line": 72, + "line": 73, "column": 37 } } @@ -5225,16 +5369,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2439, - 2442 + 2481, + 2484 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 40 }, "end": { - "line": 72, + "line": 73, "column": 43 } } @@ -5248,16 +5392,16 @@ "object": { "type": "ThisExpression", "range": [ - 2447, - 2451 + 2489, + 2493 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 48 }, "end": { - "line": 72, + "line": 73, "column": 52 } } @@ -5266,31 +5410,31 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2452, - 2468 + 2494, + 2510 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 53 }, "end": { - "line": 72, + "line": 73, "column": 69 } } }, "range": [ - 2447, - 2468 + 2489, + 2510 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 48 }, "end": { - "line": 72, + "line": 73, "column": 69 } } @@ -5300,32 +5444,32 @@ "type": "Identifier", "name": "evt", "range": [ - 2469, - 2472 + 2511, + 2514 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 70 }, "end": { - "line": 72, + "line": 73, "column": 73 } } } ], "range": [ - 2447, - 2473 + 2489, + 2515 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 48 }, "end": { - "line": 72, + "line": 73, "column": 74 } } @@ -5333,95 +5477,95 @@ "generator": false, "expression": true, "range": [ - 2438, - 2473 + 2480, + 2515 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 39 }, "end": { - "line": 72, + "line": 73, "column": 74 } } } ], "range": [ - 2411, - 2474 + 2453, + 2516 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 75 } } }, "range": [ - 2411, - 2475 + 2453, + 2517 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 76 } } } ], "range": [ - 2279, - 2485 + 2321, + 2527 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 75 }, "end": { - "line": 73, + "line": 74, "column": 9 } } }, "alternate": null, "range": [ - 2212, - 2485 + 2254, + 2527 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 9 } } } ], "range": [ - 2165, - 2491 + 2207, + 2533 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 26 }, "end": { - "line": 74, + "line": 75, "column": 5 } } @@ -5429,16 +5573,16 @@ "generator": false, "expression": false, "range": [ - 2159, - 2491 + 2201, + 2533 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 20 }, "end": { - "line": 74, + "line": 75, "column": 5 } } @@ -5446,16 +5590,16 @@ "kind": "method", "computed": false, "range": [ - 2143, - 2491 + 2185, + 2533 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 4 }, "end": { - "line": 74, + "line": 75, "column": 5 } }, @@ -5464,16 +5608,16 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2497, - 2728 + 2539, + 2770 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -5487,16 +5631,16 @@ "type": "Identifier", "name": "init", "range": [ - 2733, - 2737 + 2775, + 2779 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 4 }, "end": { - "line": 82, + "line": 83, "column": 8 } } @@ -5509,16 +5653,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2738, - 2746 + 2780, + 2788 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 9 }, "end": { - "line": 82, + "line": 83, "column": 17 } } @@ -5527,16 +5671,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2748, - 2758 + 2790, + 2800 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 19 }, "end": { - "line": 82, + "line": 83, "column": 29 } } @@ -5545,16 +5689,16 @@ "type": "Identifier", "name": "container", "range": [ - 2760, - 2769 + 2802, + 2811 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 31 }, "end": { - "line": 82, + "line": 83, "column": 40 } } @@ -5572,16 +5716,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2785, - 2787 + 2827, + 2829 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 14 } } @@ -5592,16 +5736,16 @@ "object": { "type": "ThisExpression", "range": [ - 2790, - 2794 + 2832, + 2836 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 17 }, "end": { - "line": 83, + "line": 84, "column": 21 } } @@ -5610,46 +5754,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2795, - 2797 + 2837, + 2839 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 22 }, "end": { - "line": 83, + "line": 84, "column": 24 } } }, "range": [ - 2790, - 2797 + 2832, + 2839 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 17 }, "end": { - "line": 83, + "line": 84, "column": 24 } } }, "range": [ - 2785, - 2797 + 2827, + 2839 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 24 } } @@ -5657,16 +5801,16 @@ ], "kind": "let", "range": [ - 2781, - 2798 + 2823, + 2840 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 25 } } @@ -5680,16 +5824,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2811, - 2827 + 2853, + 2869 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 28 } } @@ -5700,16 +5844,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2830, - 2840 + 2872, + 2882 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 31 }, "end": { - "line": 84, + "line": 85, "column": 41 } } @@ -5724,16 +5868,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2855, - 2857 + 2897, + 2899 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 14 } } @@ -5742,31 +5886,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2858, - 2875 + 2900, + 2917 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 15 }, "end": { - "line": 85, + "line": 86, "column": 32 } } }, "range": [ - 2855, - 2875 + 2897, + 2917 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 32 } } @@ -5775,31 +5919,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2876, - 2884 + 2918, + 2926 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 33 }, "end": { - "line": 85, + "line": 86, "column": 41 } } }, "range": [ - 2855, - 2885 + 2897, + 2927 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 42 } } @@ -5809,46 +5953,46 @@ "value": null, "raw": "null", "range": [ - 2888, - 2892 + 2930, + 2934 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 45 }, "end": { - "line": 85, + "line": 86, "column": 49 } } }, "range": [ - 2830, - 2892 + 2872, + 2934 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 31 }, "end": { - "line": 85, + "line": 86, "column": 49 } } }, "range": [ - 2811, - 2892 + 2853, + 2934 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 49 } } @@ -5856,16 +6000,16 @@ ], "kind": "let", "range": [ - 2807, - 2893 + 2849, + 2935 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 50 } } @@ -5879,16 +6023,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 2907, - 2914 + 2949, + 2956 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 19 } } @@ -5902,16 +6046,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2917, - 2920 + 2959, + 2962 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 22 }, "end": { - "line": 87, + "line": 88, "column": 25 } } @@ -5920,31 +6064,31 @@ "type": "Identifier", "name": "create", "range": [ - 2921, - 2927 + 2963, + 2969 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 26 }, "end": { - "line": 87, + "line": 88, "column": 32 } } }, "range": [ - 2917, - 2927 + 2959, + 2969 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 22 }, "end": { - "line": 87, + "line": 88, "column": 32 } } @@ -5955,16 +6099,16 @@ "value": "div", "raw": "'div'", "range": [ - 2928, - 2933 + 2970, + 2975 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 33 }, "end": { - "line": 87, + "line": 88, "column": 38 } } @@ -5977,16 +6121,16 @@ "value": "id", "raw": "'id'", "range": [ - 2948, - 2952 + 2990, + 2994 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 13 }, "end": { - "line": 88, + "line": 89, "column": 17 } } @@ -6006,16 +6150,16 @@ "object": { "type": "ThisExpression", "range": [ - 2954, - 2958 + 2996, + 3000 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 23 } } @@ -6024,31 +6168,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 2959, - 2975 + 3001, + 3017 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 24 }, "end": { - "line": 88, + "line": 89, "column": 40 } } }, "range": [ - 2954, - 2975 + 2996, + 3017 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 40 } } @@ -6057,31 +6201,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2978, - 2986 + 3020, + 3028 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 43 }, "end": { - "line": 88, + "line": 89, "column": 51 } } }, "range": [ - 2954, - 2986 + 2996, + 3028 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 51 } } @@ -6091,31 +6235,31 @@ "value": "_", "raw": "'_'", "range": [ - 2989, - 2992 + 3031, + 3034 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 54 }, "end": { - "line": 88, + "line": 89, "column": 57 } } }, "range": [ - 2954, - 2992 + 2996, + 3034 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 57 } } @@ -6127,16 +6271,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2995, - 2997 + 3037, + 3039 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 60 }, "end": { - "line": 88, + "line": 89, "column": 62 } } @@ -6145,62 +6289,62 @@ "type": "Identifier", "name": "id", "range": [ - 2998, - 3000 + 3040, + 3042 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 63 }, "end": { - "line": 88, + "line": 89, "column": 65 } } }, "range": [ - 2995, - 3000 + 3037, + 3042 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 60 }, "end": { - "line": 88, + "line": 89, "column": 65 } } }, "range": [ - 2954, - 3000 + 2996, + 3042 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 65 } } } ], "range": [ - 2947, - 3001 + 2989, + 3043 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 12 }, "end": { - "line": 88, + "line": 89, "column": 66 } } @@ -6213,16 +6357,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 3016, - 3020 + 3058, + 3062 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 13 }, "end": { - "line": 89, + "line": 90, "column": 17 } } @@ -6231,32 +6375,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3022, - 3030 + 3064, + 3072 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 19 }, "end": { - "line": 89, + "line": 90, "column": 27 } } } ], "range": [ - 3015, - 3031 + 3057, + 3073 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 28 } } @@ -6269,16 +6413,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 3034, - 3042 + 3076, + 3084 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 31 }, "end": { - "line": 89, + "line": 90, "column": 39 } } @@ -6288,63 +6432,63 @@ "value": "0", "raw": "'0'", "range": [ - 3044, - 3047 + 3086, + 3089 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 41 }, "end": { - "line": 89, + "line": 90, "column": 44 } } } ], "range": [ - 3033, - 3048 + 3075, + 3090 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 30 }, "end": { - "line": 89, + "line": 90, "column": 45 } } } ], "range": [ - 2917, - 3049 + 2959, + 3091 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 22 }, "end": { - "line": 89, + "line": 90, "column": 46 } } }, "range": [ - 2907, - 3049 + 2949, + 3091 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 46 } } @@ -6352,16 +6496,16 @@ ], "kind": "let", "range": [ - 2903, - 3050 + 2945, + 3092 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 47 } } @@ -6378,16 +6522,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 3059, - 3066 + 3101, + 3108 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 15 } } @@ -6396,31 +6540,31 @@ "type": "Identifier", "name": "className", "range": [ - 3067, - 3076 + 3109, + 3118 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 16 }, "end": { - "line": 90, + "line": 91, "column": 25 } } }, "range": [ - 3059, - 3076 + 3101, + 3118 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 25 } } @@ -6431,16 +6575,16 @@ "object": { "type": "ThisExpression", "range": [ - 3079, - 3083 + 3121, + 3125 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 28 }, "end": { - "line": 90, + "line": 91, "column": 32 } } @@ -6449,61 +6593,61 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 3084, - 3104 + 3126, + 3146 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 33 }, "end": { - "line": 90, + "line": 91, "column": 53 } } }, "range": [ - 3079, - 3104 + 3121, + 3146 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 28 }, "end": { - "line": 90, + "line": 91, "column": 53 } } }, "range": [ - 3059, - 3104 + 3101, + 3146 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 53 } } }, "range": [ - 3059, - 3105 + 3101, + 3147 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 54 } }, @@ -6512,16 +6656,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3115, - 3154 + 3157, + 3196 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 47 } } @@ -6534,16 +6678,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3167, - 3183 + 3209, + 3225 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 12 }, "end": { - "line": 93, + "line": 94, "column": 28 } } @@ -6567,16 +6711,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3199, - 3202 + 3241, + 3244 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 15 } } @@ -6585,31 +6729,31 @@ "type": "Identifier", "name": "id", "range": [ - 3203, - 3205 + 3245, + 3247 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 18 } } }, "range": [ - 3199, - 3205 + 3241, + 3247 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 18 } } @@ -6619,32 +6763,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3206, - 3222 + 3248, + 3264 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 19 }, "end": { - "line": 94, + "line": 95, "column": 35 } } } ], "range": [ - 3199, - 3223 + 3241, + 3265 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 36 } } @@ -6653,31 +6797,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3224, - 3235 + 3266, + 3277 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 37 }, "end": { - "line": 94, + "line": 95, "column": 48 } } }, "range": [ - 3199, - 3235 + 3241, + 3277 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 48 } } @@ -6687,47 +6831,47 @@ "type": "Identifier", "name": "divCont", "range": [ - 3236, - 3243 + 3278, + 3285 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 49 }, "end": { - "line": 94, + "line": 95, "column": 56 } } } ], "range": [ - 3199, - 3244 + 3241, + 3286 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 57 } } }, "range": [ - 3199, - 3245 + 3241, + 3287 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 58 } } @@ -6746,16 +6890,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3258, - 3260 + 3300, + 3302 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 14 } } @@ -6764,31 +6908,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 3261, - 3275 + 3303, + 3317 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 15 }, "end": { - "line": 95, + "line": 96, "column": 29 } } }, "range": [ - 3258, - 3275 + 3300, + 3317 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 29 } } @@ -6797,31 +6941,31 @@ "type": "Identifier", "name": "push", "range": [ - 3276, - 3280 + 3318, + 3322 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 30 }, "end": { - "line": 95, + "line": 96, "column": 34 } } }, "range": [ - 3258, - 3280 + 3300, + 3322 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 34 } } @@ -6831,63 +6975,63 @@ "type": "Identifier", "name": "divCont", "range": [ - 3281, - 3288 + 3323, + 3330 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 35 }, "end": { - "line": 95, + "line": 96, "column": 42 } } } ], "range": [ - 3258, - 3289 + 3300, + 3331 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 43 } } }, "range": [ - 3258, - 3290 + 3300, + 3332 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 44 } } } ], "range": [ - 3185, - 3300 + 3227, + 3342 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 30 }, "end": { - "line": 96, + "line": 97, "column": 9 } } @@ -6906,16 +7050,16 @@ "type": "Identifier", "name": "container", "range": [ - 3320, - 3329 + 3362, + 3371 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 21 } } @@ -6924,31 +7068,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3330, - 3341 + 3372, + 3383 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 22 }, "end": { - "line": 97, + "line": 98, "column": 33 } } }, "range": [ - 3320, - 3341 + 3362, + 3383 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 33 } } @@ -6958,78 +7102,78 @@ "type": "Identifier", "name": "divCont", "range": [ - 3342, - 3349 + 3384, + 3391 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 34 }, "end": { - "line": 97, + "line": 98, "column": 41 } } } ], "range": [ - 3320, - 3350 + 3362, + 3392 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 42 } } }, "range": [ - 3320, - 3351 + 3362, + 3393 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 43 } } } ], "range": [ - 3306, - 3361 + 3348, + 3403 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 15 }, "end": { - "line": 98, + "line": 99, "column": 9 } } }, "range": [ - 3163, - 3361 + 3205, + 3403 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 9 } }, @@ -7038,16 +7182,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3115, - 3154 + 3157, + 3196 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 47 } } @@ -7068,16 +7212,16 @@ "object": { "type": "ThisExpression", "range": [ - 3371, - 3375 + 3413, + 3417 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 12 } } @@ -7086,31 +7230,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 3376, - 3388 + 3418, + 3430 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 13 }, "end": { - "line": 100, + "line": 101, "column": 25 } } }, "range": [ - 3371, - 3388 + 3413, + 3430 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 25 } } @@ -7119,31 +7263,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3389, - 3397 + 3431, + 3439 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 26 }, "end": { - "line": 100, + "line": 101, "column": 34 } } }, "range": [ - 3371, - 3398 + 3413, + 3440 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 35 } } @@ -7152,46 +7296,46 @@ "type": "Identifier", "name": "divCont", "range": [ - 3401, - 3408 + 3443, + 3450 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 38 }, "end": { - "line": 100, + "line": 101, "column": 45 } } }, "range": [ - 3371, - 3408 + 3413, + 3450 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 45 } } }, "range": [ - 3371, - 3409 + 3413, + 3451 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 46 } } @@ -7210,16 +7354,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3418, - 3420 + 3460, + 3462 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 10 } } @@ -7228,31 +7372,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3421, - 3427 + 3463, + 3469 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 11 }, "end": { - "line": 101, + "line": 102, "column": 17 } } }, "range": [ - 3418, - 3427 + 3460, + 3469 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 17 } } @@ -7261,31 +7405,31 @@ "type": "Identifier", "name": "push", "range": [ - 3428, - 3432 + 3470, + 3474 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 18 }, "end": { - "line": 101, + "line": 102, "column": 22 } } }, "range": [ - 3418, - 3432 + 3460, + 3474 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 22 } } @@ -7307,16 +7451,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3433, - 3435 + 3475, + 3477 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 23 }, "end": { - "line": 101, + "line": 102, "column": 25 } } @@ -7325,31 +7469,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 3436, - 3443 + 3478, + 3485 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 26 }, "end": { - "line": 101, + "line": 102, "column": 33 } } }, "range": [ - 3433, - 3443 + 3475, + 3485 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 23 }, "end": { - "line": 101, + "line": 102, "column": 33 } } @@ -7358,31 +7502,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3446, - 3454 + 3488, + 3496 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 36 }, "end": { - "line": 101, + "line": 102, "column": 44 } } }, "range": [ - 3433, - 3454 + 3475, + 3496 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 23 }, "end": { - "line": 101, + "line": 102, "column": 44 } } @@ -7392,31 +7536,31 @@ "value": "_", "raw": "'_'", "range": [ - 3457, - 3460 + 3499, + 3502 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 47 }, "end": { - "line": 101, + "line": 102, "column": 50 } } }, "range": [ - 3433, - 3460 + 3475, + 3502 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 23 }, "end": { - "line": 101, + "line": 102, "column": 50 } } @@ -7428,16 +7572,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3463, - 3465 + 3505, + 3507 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 53 }, "end": { - "line": 101, + "line": 102, "column": 55 } } @@ -7446,77 +7590,77 @@ "type": "Identifier", "name": "id", "range": [ - 3466, - 3468 + 3508, + 3510 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 56 }, "end": { - "line": 101, + "line": 102, "column": 58 } } }, "range": [ - 3463, - 3468 + 3505, + 3510 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 53 }, "end": { - "line": 101, + "line": 102, "column": 58 } } }, "range": [ - 3433, - 3468 + 3475, + 3510 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 23 }, "end": { - "line": 101, + "line": 102, "column": 58 } } } ], "range": [ - 3418, - 3469 + 3460, + 3511 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 59 } } }, "range": [ - 3418, - 3470 + 3460, + 3512 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 60 } } @@ -7533,16 +7677,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3485, - 3487 + 3527, + 3529 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 13 }, "end": { - "line": 103, + "line": 104, "column": 15 } } @@ -7551,47 +7695,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 3488, - 3503 + 3530, + 3545 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 16 }, "end": { - "line": 103, + "line": 104, "column": 31 } } }, "range": [ - 3485, - 3503 + 3527, + 3545 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 13 }, "end": { - "line": 103, + "line": 104, "column": 31 } } }, "prefix": true, "range": [ - 3484, - 3503 + 3526, + 3545 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 31 } } @@ -7609,16 +7753,16 @@ "object": { "type": "ThisExpression", "range": [ - 3519, - 3523 + 3561, + 3565 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 16 } } @@ -7627,31 +7771,31 @@ "type": "Identifier", "name": "build", "range": [ - 3524, - 3529 + 3566, + 3571 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 17 }, "end": { - "line": 104, + "line": 105, "column": 22 } } }, "range": [ - 3519, - 3529 + 3561, + 3571 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 22 } } @@ -7661,63 +7805,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3530, - 3538 + 3572, + 3580 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 23 }, "end": { - "line": 104, + "line": 105, "column": 31 } } } ], "range": [ - 3519, - 3539 + 3561, + 3581 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 32 } } }, "range": [ - 3519, - 3540 + 3561, + 3582 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 33 } } } ], "range": [ - 3505, - 3550 + 3547, + 3592 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 33 }, "end": { - "line": 105, + "line": 106, "column": 9 } } @@ -7736,16 +7880,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3570, - 3575 + 3612, + 3617 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 17 } } @@ -7754,31 +7898,31 @@ "type": "Identifier", "name": "add", "range": [ - 3576, - 3579 + 3618, + 3621 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 18 }, "end": { - "line": 106, + "line": 107, "column": 21 } } }, "range": [ - 3570, - 3579 + 3612, + 3621 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 21 } } @@ -7788,16 +7932,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 3580, - 3587 + 3622, + 3629 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 22 }, "end": { - "line": 106, + "line": 107, "column": 29 } } @@ -7807,16 +7951,16 @@ "value": "click", "raw": "'click'", "range": [ - 3589, - 3596 + 3631, + 3638 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 31 }, "end": { - "line": 106, + "line": 107, "column": 38 } } @@ -7829,16 +7973,16 @@ "type": "Identifier", "name": "evt", "range": [ - 3599, - 3602 + 3641, + 3644 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 41 }, "end": { - "line": 106, + "line": 107, "column": 44 } } @@ -7852,16 +7996,16 @@ "object": { "type": "ThisExpression", "range": [ - 3607, - 3611 + 3649, + 3653 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 49 }, "end": { - "line": 106, + "line": 107, "column": 53 } } @@ -7870,31 +8014,31 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 3612, - 3628 + 3654, + 3670 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 54 }, "end": { - "line": 106, + "line": 107, "column": 70 } } }, "range": [ - 3607, - 3628 + 3649, + 3670 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 49 }, "end": { - "line": 106, + "line": 107, "column": 70 } } @@ -7904,32 +8048,32 @@ "type": "Identifier", "name": "evt", "range": [ - 3629, - 3632 + 3671, + 3674 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 71 }, "end": { - "line": 106, + "line": 107, "column": 74 } } } ], "range": [ - 3607, - 3633 + 3649, + 3675 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 49 }, "end": { - "line": 106, + "line": 107, "column": 75 } } @@ -7937,47 +8081,47 @@ "generator": false, "expression": true, "range": [ - 3598, - 3633 + 3640, + 3675 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 40 }, "end": { - "line": 106, + "line": 107, "column": 75 } } } ], "range": [ - 3570, - 3634 + 3612, + 3676 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 76 } } }, "range": [ - 3570, - 3635 + 3612, + 3677 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 77 } } @@ -7993,16 +8137,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 3648, - 3655 + 3690, + 3697 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 19 } } @@ -8011,31 +8155,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3656, - 3667 + 3698, + 3709 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 20 }, "end": { - "line": 107, + "line": 108, "column": 31 } } }, "range": [ - 3648, - 3667 + 3690, + 3709 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 31 } } @@ -8050,16 +8194,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3668, - 3671 + 3710, + 3713 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 35 } } @@ -8068,31 +8212,31 @@ "type": "Identifier", "name": "text", "range": [ - 3672, - 3676 + 3714, + 3718 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 36 }, "end": { - "line": 107, + "line": 108, "column": 40 } } }, "range": [ - 3668, - 3676 + 3710, + 3718 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 40 } } @@ -8104,16 +8248,16 @@ "object": { "type": "ThisExpression", "range": [ - 3677, - 3681 + 3719, + 3723 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 41 }, "end": { - "line": 107, + "line": 108, "column": 45 } } @@ -8122,109 +8266,109 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 3682, - 3702 + 3724, + 3744 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 46 }, "end": { - "line": 107, + "line": 108, "column": 66 } } }, "range": [ - 3677, - 3702 + 3719, + 3744 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 41 }, "end": { - "line": 107, + "line": 108, "column": 66 } } } ], "range": [ - 3668, - 3703 + 3710, + 3745 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 67 } } } ], "range": [ - 3648, - 3704 + 3690, + 3746 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 68 } } }, "range": [ - 3648, - 3705 + 3690, + 3747 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 69 } } } ], "range": [ - 3556, - 3715 + 3598, + 3757 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 15 }, "end": { - "line": 108, + "line": 109, "column": 9 } } }, "range": [ - 3480, - 3715 + 3522, + 3757 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 9 } } @@ -8242,16 +8386,16 @@ "object": { "type": "ThisExpression", "range": [ - 3725, - 3729 + 3767, + 3771 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 12 } } @@ -8260,31 +8404,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3730, - 3737 + 3772, + 3779 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 13 }, "end": { - "line": 110, + "line": 111, "column": 20 } } }, "range": [ - 3725, - 3737 + 3767, + 3779 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 20 } } @@ -8293,31 +8437,31 @@ "type": "Identifier", "name": "on", "range": [ - 3738, - 3740 + 3780, + 3782 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 21 }, "end": { - "line": 110, + "line": 111, "column": 23 } } }, "range": [ - 3725, - 3740 + 3767, + 3782 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 23 } } @@ -8331,32 +8475,32 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 3755, - 3779 + 3797, + 3821 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 13 }, "end": { - "line": 111, + "line": 112, "column": 37 } } } ], "range": [ - 3754, - 3780 + 3796, + 3822 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 12 }, "end": { - "line": 111, + "line": 112, "column": 38 } } @@ -8369,16 +8513,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3795, - 3797 + 3837, + 3839 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 13 }, "end": { - "line": 112, + "line": 113, "column": 15 } } @@ -8387,16 +8531,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3799, - 3807 + 3841, + 3849 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 17 }, "end": { - "line": 112, + "line": 113, "column": 25 } } @@ -8405,16 +8549,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3809, - 3819 + 3851, + 3861 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 27 }, "end": { - "line": 112, + "line": 113, "column": 37 } } @@ -8428,16 +8572,16 @@ "object": { "type": "ThisExpression", "range": [ - 3824, - 3828 + 3866, + 3870 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 42 }, "end": { - "line": 112, + "line": 113, "column": 46 } } @@ -8446,31 +8590,31 @@ "type": "Identifier", "name": "build", "range": [ - 3829, - 3834 + 3871, + 3876 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 47 }, "end": { - "line": 112, + "line": 113, "column": 52 } } }, "range": [ - 3824, - 3834 + 3866, + 3876 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 42 }, "end": { - "line": 112, + "line": 113, "column": 52 } } @@ -8480,16 +8624,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3835, - 3843 + 3877, + 3885 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 53 }, "end": { - "line": 112, + "line": 113, "column": 61 } } @@ -8498,32 +8642,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3845, - 3855 + 3887, + 3897 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 63 }, "end": { - "line": 112, + "line": 113, "column": 73 } } } ], "range": [ - 3824, - 3856 + 3866, + 3898 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 42 }, "end": { - "line": 112, + "line": 113, "column": 74 } } @@ -8531,47 +8675,47 @@ "generator": false, "expression": true, "range": [ - 3794, - 3856 + 3836, + 3898 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 12 }, "end": { - "line": 112, + "line": 113, "column": 74 } } } ], "range": [ - 3725, - 3866 + 3767, + 3908 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 9 } } }, "range": [ - 3725, - 3867 + 3767, + 3909 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 10 } } @@ -8589,16 +8733,16 @@ "object": { "type": "ThisExpression", "range": [ - 3877, - 3881 + 3919, + 3923 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 12 } } @@ -8607,31 +8751,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3882, - 3889 + 3924, + 3931 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 13 }, "end": { - "line": 115, + "line": 116, "column": 20 } } }, "range": [ - 3877, - 3889 + 3919, + 3931 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 20 } } @@ -8640,31 +8784,31 @@ "type": "Identifier", "name": "on", "range": [ - 3890, - 3892 + 3932, + 3934 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 21 }, "end": { - "line": 115, + "line": 116, "column": 23 } } }, "range": [ - 3877, - 3892 + 3919, + 3934 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 23 } } @@ -8678,32 +8822,32 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 3907, - 3933 + 3949, + 3975 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 13 }, "end": { - "line": 116, + "line": 117, "column": 39 } } } ], "range": [ - 3906, - 3934 + 3948, + 3976 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 40 } } @@ -8716,16 +8860,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3949, - 3951 + 3991, + 3993 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 13 }, "end": { - "line": 117, + "line": 118, "column": 15 } } @@ -8734,16 +8878,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3953, - 3961 + 3995, + 4003 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 17 }, "end": { - "line": 117, + "line": 118, "column": 25 } } @@ -8752,16 +8896,16 @@ "type": "Identifier", "name": "values", "range": [ - 3963, - 3969 + 4005, + 4011 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 27 }, "end": { - "line": 117, + "line": 118, "column": 33 } } @@ -8775,16 +8919,16 @@ "object": { "type": "ThisExpression", "range": [ - 3974, - 3978 + 4016, + 4020 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 38 }, "end": { - "line": 117, + "line": 118, "column": 42 } } @@ -8793,31 +8937,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 3979, - 3992 + 4021, + 4034 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 43 }, "end": { - "line": 117, + "line": 118, "column": 56 } } }, "range": [ - 3974, - 3992 + 4016, + 4034 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 38 }, "end": { - "line": 117, + "line": 118, "column": 56 } } @@ -8827,16 +8971,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3993, - 4001 + 4035, + 4043 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 57 }, "end": { - "line": 117, + "line": 118, "column": 65 } } @@ -8845,32 +8989,32 @@ "type": "Identifier", "name": "values", "range": [ - 4003, - 4009 + 4045, + 4051 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 67 }, "end": { - "line": 117, + "line": 118, "column": 73 } } } ], "range": [ - 3974, - 4010 + 4016, + 4052 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 38 }, "end": { - "line": 117, + "line": 118, "column": 74 } } @@ -8878,47 +9022,47 @@ "generator": false, "expression": true, "range": [ - 3948, - 4010 + 3990, + 4052 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 74 } } } ], "range": [ - 3877, - 4020 + 3919, + 4062 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 9 } } }, "range": [ - 3877, - 4021 + 3919, + 4063 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 10 } } @@ -8934,16 +9078,16 @@ "object": { "type": "ThisExpression", "range": [ - 4031, - 4035 + 4073, + 4077 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 12 } } @@ -8952,31 +9096,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 4036, - 4047 + 4078, + 4089 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 13 }, "end": { - "line": 120, + "line": 121, "column": 24 } } }, "range": [ - 4031, - 4047 + 4073, + 4089 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 24 } } @@ -8986,62 +9130,62 @@ "value": true, "raw": "true", "range": [ - 4050, - 4054 + 4092, + 4096 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 27 }, "end": { - "line": 120, + "line": 121, "column": 31 } } }, "range": [ - 4031, - 4054 + 4073, + 4096 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 31 } } }, "range": [ - 4031, - 4055 + 4073, + 4097 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 32 } } } ], "range": [ - 2771, - 4061 + 2813, + 4103 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 42 }, "end": { - "line": 121, + "line": 122, "column": 5 } } @@ -9049,16 +9193,16 @@ "generator": false, "expression": false, "range": [ - 2737, - 4061 + 2779, + 4103 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 5 } } @@ -9066,16 +9210,16 @@ "kind": "method", "computed": false, "range": [ - 2733, - 4061 + 2775, + 4103 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 4 }, "end": { - "line": 121, + "line": 122, "column": 5 } }, @@ -9084,16 +9228,16 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2497, - 2728 + 2539, + 2770 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -9104,16 +9248,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4067, - 4153 + 4109, + 4195 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 4 }, "end": { - "line": 126, + "line": 127, "column": 7 } } @@ -9127,16 +9271,16 @@ "type": "Identifier", "name": "build", "range": [ - 4158, - 4163 + 4200, + 4205 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 4 }, "end": { - "line": 127, + "line": 128, "column": 9 } } @@ -9149,16 +9293,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4164, - 4172 + 4206, + 4214 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 10 }, "end": { - "line": 127, + "line": 128, "column": 18 } } @@ -9176,16 +9320,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4188, - 4190 + 4230, + 4232 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 14 } } @@ -9196,16 +9340,16 @@ "object": { "type": "ThisExpression", "range": [ - 4193, - 4197 + 4235, + 4239 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 17 }, "end": { - "line": 128, + "line": 129, "column": 21 } } @@ -9214,46 +9358,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4198, - 4200 + 4240, + 4242 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 22 }, "end": { - "line": 128, + "line": 129, "column": 24 } } }, "range": [ - 4193, - 4200 + 4235, + 4242 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 17 }, "end": { - "line": 128, + "line": 129, "column": 24 } } }, "range": [ - 4188, - 4200 + 4230, + 4242 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 24 } } @@ -9261,16 +9405,16 @@ ], "kind": "let", "range": [ - 4184, - 4201 + 4226, + 4243 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 25 } } @@ -9284,16 +9428,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4210, - 4218 + 4252, + 4260 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 16 } } @@ -9304,16 +9448,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 4221, - 4229 + 4263, + 4271 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 19 }, "end": { - "line": 129, + "line": 130, "column": 27 } } @@ -9323,16 +9467,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4230, - 4238 + 4272, + 4280 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 28 }, "end": { - "line": 129, + "line": 130, "column": 36 } } @@ -9342,62 +9486,62 @@ "value": 10, "raw": "10", "range": [ - 4240, - 4242 + 4282, + 4284 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 38 }, "end": { - "line": 129, + "line": 130, "column": 40 } } } ], "range": [ - 4221, - 4243 + 4263, + 4285 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 19 }, "end": { - "line": 129, + "line": 130, "column": 41 } } }, "range": [ - 4210, - 4243 + 4252, + 4285 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 41 } } }, "range": [ - 4210, - 4244 + 4252, + 4286 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 42 } } @@ -9415,16 +9559,16 @@ "object": { "type": "ThisExpression", "range": [ - 4254, - 4258 + 4296, + 4300 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 12 } } @@ -9433,31 +9577,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4259, - 4266 + 4301, + 4308 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 13 }, "end": { - "line": 131, + "line": 132, "column": 20 } } }, "range": [ - 4254, - 4266 + 4296, + 4308 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 20 } } @@ -9466,31 +9610,31 @@ "type": "Identifier", "name": "emit", "range": [ - 4267, - 4271 + 4309, + 4313 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 21 }, "end": { - "line": 131, + "line": 132, "column": 25 } } }, "range": [ - 4254, - 4271 + 4296, + 4313 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 25 } } @@ -9501,16 +9645,16 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 4272, - 4298 + 4314, + 4340 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 26 }, "end": { - "line": 131, + "line": 132, "column": 52 } } @@ -9519,16 +9663,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4300, - 4302 + 4342, + 4344 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 54 }, "end": { - "line": 131, + "line": 132, "column": 56 } } @@ -9537,47 +9681,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4304, - 4312 + 4346, + 4354 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 58 }, "end": { - "line": 131, + "line": 132, "column": 66 } } } ], "range": [ - 4254, - 4313 + 4296, + 4355 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 67 } } }, "range": [ - 4254, - 4314 + 4296, + 4356 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 68 } } @@ -9593,16 +9737,16 @@ "object": { "type": "ThisExpression", "range": [ - 4324, - 4328 + 4366, + 4370 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 12 } } @@ -9611,31 +9755,31 @@ "type": "Identifier", "name": "opts", "range": [ - 4329, - 4333 + 4371, + 4375 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 13 }, "end": { - "line": 133, + "line": 134, "column": 17 } } }, "range": [ - 4324, - 4333 + 4366, + 4375 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 17 } } @@ -9644,46 +9788,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4336, - 4338 + 4378, + 4380 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 20 }, "end": { - "line": 133, + "line": 134, "column": 22 } } }, "range": [ - 4324, - 4338 + 4366, + 4380 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 22 } } }, "range": [ - 4324, - 4339 + 4366, + 4381 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 23 } } @@ -9699,16 +9843,16 @@ "object": { "type": "ThisExpression", "range": [ - 4348, - 4352 + 4390, + 4394 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 12 } } @@ -9717,31 +9861,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 4353, - 4360 + 4395, + 4402 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 13 }, "end": { - "line": 134, + "line": 135, "column": 20 } } }, "range": [ - 4348, - 4360 + 4390, + 4402 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 20 } } @@ -9750,46 +9894,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4363, - 4365 + 4405, + 4407 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 23 }, "end": { - "line": 134, + "line": 135, "column": 25 } } }, "range": [ - 4348, - 4365 + 4390, + 4407 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 25 } } }, "range": [ - 4348, - 4366 + 4390, + 4408 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 26 } } @@ -9803,16 +9947,16 @@ "type": "Identifier", "name": "flt", "range": [ - 4380, - 4383 + 4422, + 4425 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 15 } } @@ -9826,16 +9970,16 @@ "object": { "type": "ThisExpression", "range": [ - 4386, - 4390 + 4428, + 4432 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 18 }, "end": { - "line": 136, + "line": 137, "column": 22 } } @@ -9844,31 +9988,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 4391, - 4403 + 4433, + 4445 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 23 }, "end": { - "line": 136, + "line": 137, "column": 35 } } }, "range": [ - 4386, - 4403 + 4428, + 4445 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 18 }, "end": { - "line": 136, + "line": 137, "column": 35 } } @@ -9877,46 +10021,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4404, - 4412 + 4446, + 4454 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 36 }, "end": { - "line": 136, + "line": 137, "column": 44 } } }, "range": [ - 4386, - 4413 + 4428, + 4455 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 18 }, "end": { - "line": 136, + "line": 137, "column": 45 } } }, "range": [ - 4380, - 4413 + 4422, + 4455 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 45 } } @@ -9924,16 +10068,16 @@ ], "kind": "let", "range": [ - 4376, - 4414 + 4418, + 4456 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 46 } } @@ -9947,16 +10091,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4427, - 4429 + 4469, + 4471 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 14 } } @@ -9970,16 +10114,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4432, - 4435 + 4474, + 4477 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 17 }, "end": { - "line": 137, + "line": 138, "column": 20 } } @@ -9988,31 +10132,31 @@ "type": "Identifier", "name": "create", "range": [ - 4436, - 4442 + 4478, + 4484 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 137, + "line": 138, "column": 27 } } }, "range": [ - 4432, - 4442 + 4474, + 4484 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 17 }, "end": { - "line": 137, + "line": 138, "column": 27 } } @@ -10023,16 +10167,16 @@ "value": "ul", "raw": "'ul'", "range": [ - 4456, - 4460 + 4498, + 4502 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 16 } } @@ -10045,16 +10189,16 @@ "value": "id", "raw": "'id'", "range": [ - 4463, - 4467 + 4505, + 4509 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 19 }, "end": { - "line": 138, + "line": 139, "column": 23 } } @@ -10069,16 +10213,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4469, - 4471 + 4511, + 4513 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 25 }, "end": { - "line": 138, + "line": 139, "column": 27 } } @@ -10087,31 +10231,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 4472, - 4478 + 4514, + 4520 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 28 }, "end": { - "line": 138, + "line": 139, "column": 34 } } }, "range": [ - 4469, - 4478 + 4511, + 4520 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 25 }, "end": { - "line": 138, + "line": 139, "column": 34 } } @@ -10120,47 +10264,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4479, - 4487 + 4521, + 4529 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 35 }, "end": { - "line": 138, + "line": 139, "column": 43 } } }, "range": [ - 4469, - 4488 + 4511, + 4530 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 25 }, "end": { - "line": 138, + "line": 139, "column": 44 } } } ], "range": [ - 4462, - 4489 + 4504, + 4531 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 18 }, "end": { - "line": 138, + "line": 139, "column": 45 } } @@ -10173,16 +10317,16 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 4492, - 4502 + 4534, + 4544 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 48 }, "end": { - "line": 138, + "line": 139, "column": 58 } } @@ -10191,63 +10335,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4504, - 4512 + 4546, + 4554 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 60 }, "end": { - "line": 138, + "line": 139, "column": 68 } } } ], "range": [ - 4491, - 4513 + 4533, + 4555 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 47 }, "end": { - "line": 138, + "line": 139, "column": 69 } } } ], "range": [ - 4432, - 4514 + 4474, + 4556 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 17 }, "end": { - "line": 138, + "line": 139, "column": 70 } } }, "range": [ - 4427, - 4514 + 4469, + 4556 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 70 } } @@ -10255,16 +10399,16 @@ ], "kind": "let", "range": [ - 4423, - 4515 + 4465, + 4557 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 71 } } @@ -10281,16 +10425,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4524, - 4526 + 4566, + 4568 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 10 } } @@ -10299,31 +10443,31 @@ "type": "Identifier", "name": "className", "range": [ - 4527, - 4536 + 4569, + 4578 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 11 }, "end": { - "line": 139, + "line": 140, "column": 20 } } }, "range": [ - 4524, - 4536 + 4566, + 4578 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 20 } } @@ -10334,16 +10478,16 @@ "object": { "type": "ThisExpression", "range": [ - 4539, - 4543 + 4581, + 4585 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 23 }, "end": { - "line": 139, + "line": 140, "column": 27 } } @@ -10352,61 +10496,61 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 4544, - 4561 + 4586, + 4603 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 28 }, "end": { - "line": 139, + "line": 140, "column": 45 } } }, "range": [ - 4539, - 4561 + 4581, + 4603 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 23 }, "end": { - "line": 139, + "line": 140, "column": 45 } } }, "range": [ - 4524, - 4561 + 4566, + 4603 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 45 } } }, "range": [ - 4524, - 4562 + 4566, + 4604 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 46 } } @@ -10422,16 +10566,16 @@ "type": "Identifier", "name": "Event", "range": [ - 4571, - 4576 + 4613, + 4618 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 13 } } @@ -10440,31 +10584,31 @@ "type": "Identifier", "name": "add", "range": [ - 4577, - 4580 + 4619, + 4622 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 14 }, "end": { - "line": 140, + "line": 141, "column": 17 } } }, "range": [ - 4571, - 4580 + 4613, + 4622 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 17 } } @@ -10474,16 +10618,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4581, - 4583 + 4623, + 4625 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 18 }, "end": { - "line": 140, + "line": 141, "column": 20 } } @@ -10493,16 +10637,16 @@ "value": "change", "raw": "'change'", "range": [ - 4585, - 4593 + 4627, + 4635 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 22 }, "end": { - "line": 140, + "line": 141, "column": 30 } } @@ -10515,16 +10659,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4596, - 4599 + 4638, + 4641 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 33 }, "end": { - "line": 140, + "line": 141, "column": 36 } } @@ -10538,16 +10682,16 @@ "object": { "type": "ThisExpression", "range": [ - 4604, - 4608 + 4646, + 4650 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 41 }, "end": { - "line": 140, + "line": 141, "column": 45 } } @@ -10556,31 +10700,31 @@ "type": "Identifier", "name": "onChange", "range": [ - 4609, - 4617 + 4651, + 4659 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 46 }, "end": { - "line": 140, + "line": 141, "column": 54 } } }, "range": [ - 4604, - 4617 + 4646, + 4659 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 41 }, "end": { - "line": 140, + "line": 141, "column": 54 } } @@ -10590,32 +10734,32 @@ "type": "Identifier", "name": "evt", "range": [ - 4618, - 4621 + 4660, + 4663 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 55 }, "end": { - "line": 140, + "line": 141, "column": 58 } } } ], "range": [ - 4604, - 4622 + 4646, + 4664 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 41 }, "end": { - "line": 140, + "line": 141, "column": 59 } } @@ -10623,47 +10767,47 @@ "generator": false, "expression": true, "range": [ - 4595, - 4622 + 4637, + 4664 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 32 }, "end": { - "line": 140, + "line": 141, "column": 59 } } } ], "range": [ - 4571, - 4623 + 4613, + 4665 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 60 } } }, "range": [ - 4571, - 4624 + 4613, + 4666 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 61 } } @@ -10677,16 +10821,16 @@ "type": "Identifier", "name": "rows", "range": [ - 4638, - 4642 + 4680, + 4684 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 16 } } @@ -10701,16 +10845,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4645, - 4647 + 4687, + 4689 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 19 }, "end": { - "line": 142, + "line": 143, "column": 21 } } @@ -10719,31 +10863,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4648, - 4651 + 4690, + 4693 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 22 }, "end": { - "line": 142, + "line": 143, "column": 25 } } }, "range": [ - 4645, - 4651 + 4687, + 4693 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 19 }, "end": { - "line": 142, + "line": 143, "column": 25 } } @@ -10752,46 +10896,46 @@ "type": "Identifier", "name": "rows", "range": [ - 4652, - 4656 + 4694, + 4698 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 26 }, "end": { - "line": 142, + "line": 143, "column": 30 } } }, "range": [ - 4645, - 4656 + 4687, + 4698 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 19 }, "end": { - "line": 142, + "line": 143, "column": 30 } } }, "range": [ - 4638, - 4656 + 4680, + 4698 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 30 } } @@ -10799,16 +10943,16 @@ ], "kind": "let", "range": [ - 4634, - 4657 + 4676, + 4699 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 142, + "line": 143, "column": 31 } } @@ -10824,16 +10968,16 @@ "object": { "type": "ThisExpression", "range": [ - 4666, - 4670 + 4708, + 4712 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 12 } } @@ -10842,31 +10986,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4671, - 4679 + 4713, + 4721 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 13 }, "end": { - "line": 143, + "line": 144, "column": 21 } } }, "range": [ - 4666, - 4679 + 4708, + 4721 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 21 } } @@ -10880,16 +11024,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4682, - 4684 + 4724, + 4726 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 24 }, "end": { - "line": 143, + "line": 144, "column": 26 } } @@ -10898,31 +11042,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4685, - 4700 + 4727, + 4742 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 27 }, "end": { - "line": 143, + "line": 144, "column": 42 } } }, "range": [ - 4682, - 4700 + 4724, + 4742 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 24 }, "end": { - "line": 143, + "line": 144, "column": 42 } } @@ -10932,62 +11076,62 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4701, - 4709 + 4743, + 4751 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 43 }, "end": { - "line": 143, + "line": 144, "column": 51 } } } ], "range": [ - 4682, - 4710 + 4724, + 4752 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 24 }, "end": { - "line": 143, + "line": 144, "column": 52 } } }, "range": [ - 4666, - 4710 + 4708, + 4752 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 52 } } }, "range": [ - 4666, - 4711 + 4708, + 4753 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 53 } } @@ -11001,32 +11145,32 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4725, - 4734 + 4767, + 4776 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 12 }, "end": { - "line": 145, + "line": 146, "column": 21 } } }, "init": null, "range": [ - 4725, - 4734 + 4767, + 4776 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 12 }, "end": { - "line": 145, + "line": 146, "column": 21 } } @@ -11034,16 +11178,16 @@ ], "kind": "let", "range": [ - 4721, - 4735 + 4763, + 4777 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 22 } } @@ -11057,16 +11201,16 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4748, - 4762 + 4790, + 4804 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 26 } } @@ -11080,16 +11224,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4765, - 4767 + 4807, + 4809 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 29 }, "end": { - "line": 146, + "line": 147, "column": 31 } } @@ -11098,62 +11242,62 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 4768, - 4785 + 4810, + 4827 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 32 }, "end": { - "line": 146, + "line": 147, "column": 49 } } }, "range": [ - 4765, - 4785 + 4807, + 4827 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 29 }, "end": { - "line": 146, + "line": 147, "column": 49 } } }, "arguments": [], "range": [ - 4765, - 4787 + 4807, + 4829 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 29 }, "end": { - "line": 146, + "line": 147, "column": 51 } } }, "range": [ - 4748, - 4787 + 4790, + 4829 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 51 } } @@ -11161,16 +11305,16 @@ ], "kind": "let", "range": [ - 4744, - 4788 + 4786, + 4830 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 52 } } @@ -11187,16 +11331,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4801, - 4803 + 4843, + 4845 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 14 } } @@ -11205,31 +11349,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 4804, - 4817 + 4846, + 4859 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 15 }, "end": { - "line": 147, + "line": 148, "column": 28 } } }, "range": [ - 4801, - 4817 + 4843, + 4859 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 28 } } @@ -11238,31 +11382,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4821, - 4835 + 4863, + 4877 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 32 }, "end": { - "line": 147, + "line": 148, "column": 46 } } }, "range": [ - 4801, - 4835 + 4843, + 4877 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 46 } } @@ -11279,16 +11423,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4851, - 4860 + 4893, + 4902 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 21 } } @@ -11302,16 +11446,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4863, - 4865 + 4905, + 4907 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 24 }, "end": { - "line": 148, + "line": 149, "column": 26 } } @@ -11320,31 +11464,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 4866, - 4892 + 4908, + 4934 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 27 }, "end": { - "line": 148, + "line": 149, "column": 53 } } }, "range": [ - 4863, - 4892 + 4905, + 4934 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 24 }, "end": { - "line": 148, + "line": 149, "column": 53 } } @@ -11354,94 +11498,94 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4893, - 4907 + 4935, + 4949 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 54 }, "end": { - "line": 148, + "line": 149, "column": 68 } } } ], "range": [ - 4863, - 4908 + 4905, + 4950 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 24 }, "end": { - "line": 148, + "line": 149, "column": 69 } } }, "range": [ - 4851, - 4908 + 4893, + 4950 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 69 } } }, "range": [ - 4851, - 4909 + 4893, + 4951 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 70 } } } ], "range": [ - 4837, - 4919 + 4879, + 4961 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 149, + "line": 150, "column": 9 } } }, "alternate": null, "range": [ - 4797, - 4919 + 4839, + 4961 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 9 } } @@ -11455,16 +11599,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4933, - 4948 + 4975, + 4990 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 12 }, "end": { - "line": 151, + "line": 152, "column": 27 } } @@ -11473,31 +11617,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4951, - 4953 + 4993, + 4995 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 30 }, "end": { - "line": 151, + "line": 152, "column": 32 } } }, "range": [ - 4933, - 4953 + 4975, + 4995 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 12 }, "end": { - "line": 151, + "line": 152, "column": 32 } } @@ -11505,16 +11649,16 @@ ], "kind": "let", "range": [ - 4929, - 4954 + 4971, + 4996 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 33 } } @@ -11531,16 +11675,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4967, - 4969 + 5009, + 5011 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 14 } } @@ -11549,31 +11693,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 4970, - 4983 + 5012, + 5025 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 15 }, "end": { - "line": 152, + "line": 153, "column": 28 } } }, "range": [ - 4967, - 4983 + 5009, + 5025 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 28 } } @@ -11585,16 +11729,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4987, - 4989 + 5029, + 5031 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 32 }, "end": { - "line": 152, + "line": 153, "column": 34 } } @@ -11603,46 +11747,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 4990, - 5012 + 5032, + 5054 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 35 }, "end": { - "line": 152, + "line": 153, "column": 57 } } }, "range": [ - 4987, - 5012 + 5029, + 5054 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 32 }, "end": { - "line": 152, + "line": 153, "column": 57 } } }, "range": [ - 4967, - 5012 + 5009, + 5054 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 57 } } @@ -11661,16 +11805,16 @@ "object": { "type": "ThisExpression", "range": [ - 5028, - 5032 + 5070, + 5074 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 16 } } @@ -11679,31 +11823,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 5033, - 5045 + 5075, + 5087 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 17 }, "end": { - "line": 153, + "line": 154, "column": 29 } } }, "range": [ - 5028, - 5045 + 5070, + 5087 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 29 } } @@ -11712,78 +11856,78 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5048, - 5050 + 5090, + 5092 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 32 }, "end": { - "line": 153, + "line": 154, "column": 34 } } }, "range": [ - 5028, - 5050 + 5070, + 5092 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 34 } } }, "range": [ - 5028, - 5051 + 5070, + 5093 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 35 } } } ], "range": [ - 5014, - 5061 + 5056, + 5103 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 59 }, "end": { - "line": 154, + "line": 155, "column": 9 } } }, "alternate": null, "range": [ - 4963, - 5061 + 5005, + 5103 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 9 } } @@ -11800,16 +11944,16 @@ "type": "Identifier", "name": "flt", "range": [ - 5071, - 5074 + 5113, + 5116 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 11 } } @@ -11818,31 +11962,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 5075, - 5084 + 5117, + 5126 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 12 }, "end": { - "line": 156, + "line": 157, "column": 21 } } }, "range": [ - 5071, - 5084 + 5113, + 5126 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 21 } } @@ -11852,46 +11996,46 @@ "value": "", "raw": "''", "range": [ - 5087, - 5089 + 5129, + 5131 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 26 } } }, "range": [ - 5071, - 5089 + 5113, + 5131 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 26 } } }, "range": [ - 5071, - 5090 + 5113, + 5132 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 27 } } @@ -11907,16 +12051,16 @@ "type": "Identifier", "name": "k", "range": [ - 5109, - 5110 + 5151, + 5152 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 17 }, "end": { - "line": 158, + "line": 159, "column": 18 } } @@ -11928,16 +12072,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5113, - 5115 + 5155, + 5157 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 21 }, "end": { - "line": 158, + "line": 159, "column": 23 } } @@ -11946,46 +12090,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 5116, - 5122 + 5158, + 5164 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 24 }, "end": { - "line": 158, + "line": 159, "column": 30 } } }, "range": [ - 5113, - 5122 + 5155, + 5164 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 21 }, "end": { - "line": 158, + "line": 159, "column": 30 } } }, "range": [ - 5109, - 5122 + 5151, + 5164 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 17 }, "end": { - "line": 158, + "line": 159, "column": 30 } } @@ -11993,16 +12137,16 @@ ], "kind": "let", "range": [ - 5105, - 5122 + 5147, + 5164 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 13 }, "end": { - "line": 158, + "line": 159, "column": 30 } } @@ -12014,16 +12158,16 @@ "type": "Identifier", "name": "k", "range": [ - 5124, - 5125 + 5166, + 5167 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 32 }, "end": { - "line": 158, + "line": 159, "column": 33 } } @@ -12035,16 +12179,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5128, - 5130 + 5170, + 5172 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 36 }, "end": { - "line": 158, + "line": 159, "column": 38 } } @@ -12053,46 +12197,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5131, - 5137 + 5173, + 5179 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 39 }, "end": { - "line": 158, + "line": 159, "column": 45 } } }, "range": [ - 5128, - 5137 + 5170, + 5179 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 36 }, "end": { - "line": 158, + "line": 159, "column": 45 } } }, "range": [ - 5124, - 5137 + 5166, + 5179 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 32 }, "end": { - "line": 158, + "line": 159, "column": 45 } } @@ -12104,32 +12248,32 @@ "type": "Identifier", "name": "k", "range": [ - 5139, - 5140 + 5181, + 5182 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 47 }, "end": { - "line": 158, + "line": 159, "column": 48 } } }, "prefix": false, "range": [ - 5139, - 5142 + 5181, + 5184 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 47 }, "end": { - "line": 158, + "line": 159, "column": 50 } } @@ -12149,16 +12293,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5260, - 5262 + 5302, + 5304 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 16 }, "end": { - "line": 161, + "line": 162, "column": 18 } } @@ -12167,31 +12311,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 5263, - 5277 + 5305, + 5319 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 19 }, "end": { - "line": 161, + "line": 162, "column": 33 } } }, "range": [ - 5260, - 5277 + 5302, + 5319 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 16 }, "end": { - "line": 161, + "line": 162, "column": 33 } } @@ -12211,16 +12355,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5281, - 5283 + 5323, + 5325 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 37 }, "end": { - "line": 161, + "line": 162, "column": 39 } } @@ -12229,31 +12373,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 5284, - 5295 + 5326, + 5337 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 40 }, "end": { - "line": 161, + "line": 162, "column": 51 } } }, "range": [ - 5281, - 5295 + 5323, + 5337 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 37 }, "end": { - "line": 161, + "line": 162, "column": 51 } } @@ -12262,31 +12406,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5296, - 5303 + 5338, + 5345 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 52 }, "end": { - "line": 161, + "line": 162, "column": 59 } } }, "range": [ - 5281, - 5303 + 5323, + 5345 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 37 }, "end": { - "line": 161, + "line": 162, "column": 59 } } @@ -12296,32 +12440,32 @@ "type": "Identifier", "name": "k", "range": [ - 5304, - 5305 + 5346, + 5347 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 60 }, "end": { - "line": 161, + "line": 162, "column": 61 } } } ], "range": [ - 5281, - 5306 + 5323, + 5348 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 37 }, "end": { - "line": 161, + "line": 162, "column": 62 } } @@ -12334,62 +12478,62 @@ "value": 1, "raw": "1", "range": [ - 5312, - 5313 + 5354, + 5355 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 68 }, "end": { - "line": 161, + "line": 162, "column": 69 } } }, "prefix": true, "range": [ - 5311, - 5313 + 5353, + 5355 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 67 }, "end": { - "line": 161, + "line": 162, "column": 69 } } }, "range": [ - 5281, - 5313 + 5323, + 5355 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 37 }, "end": { - "line": 161, + "line": 162, "column": 69 } } }, "range": [ - 5260, - 5313 + 5302, + 5355 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 16 }, "end": { - "line": 161, + "line": 162, "column": 69 } } @@ -12401,48 +12545,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5333, - 5342 + 5375, + 5384 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 16 }, "end": { - "line": 162, + "line": 163, "column": 25 } } } ], "range": [ - 5315, - 5356 + 5357, + 5398 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 71 }, "end": { - "line": 163, + "line": 164, "column": 13 } } }, "alternate": null, "range": [ - 5256, - 5356 + 5298, + 5398 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 12 }, "end": { - "line": 163, + "line": 164, "column": 13 } }, @@ -12451,16 +12595,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5158, - 5222 + 5200, + 5264 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 76 } } @@ -12469,16 +12613,16 @@ "type": "Line", "value": " valid", "range": [ - 5235, - 5243 + 5277, + 5285 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 20 } } @@ -12494,16 +12638,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5374, - 5379 + 5416, + 5421 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 16 }, "end": { - "line": 165, + "line": 166, "column": 21 } } @@ -12518,16 +12662,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5382, - 5386 + 5424, + 5428 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 28 } } @@ -12536,31 +12680,31 @@ "type": "Identifier", "name": "k", "range": [ - 5387, - 5388 + 5429, + 5430 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 29 }, "end": { - "line": 165, + "line": 166, "column": 30 } } }, "range": [ - 5382, - 5389 + 5424, + 5431 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 31 } } @@ -12569,46 +12713,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5390, - 5395 + 5432, + 5437 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 32 }, "end": { - "line": 165, + "line": 166, "column": 37 } } }, "range": [ - 5382, - 5395 + 5424, + 5437 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 37 } } }, "range": [ - 5374, - 5395 + 5416, + 5437 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 16 }, "end": { - "line": 165, + "line": 166, "column": 37 } } @@ -12616,16 +12760,16 @@ ], "kind": "let", "range": [ - 5370, - 5396 + 5412, + 5438 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 38 } } @@ -12639,16 +12783,16 @@ "type": "Identifier", "name": "ncells", "range": [ - 5413, - 5419 + 5455, + 5461 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 22 } } @@ -12660,16 +12804,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5422, - 5427 + 5464, + 5469 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 25 }, "end": { - "line": 166, + "line": 167, "column": 30 } } @@ -12678,46 +12822,46 @@ "type": "Identifier", "name": "length", "range": [ - 5428, - 5434 + 5470, + 5476 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 31 }, "end": { - "line": 166, + "line": 167, "column": 37 } } }, "range": [ - 5422, - 5434 + 5464, + 5476 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 25 }, "end": { - "line": 166, + "line": 167, "column": 37 } } }, "range": [ - 5413, - 5434 + 5455, + 5476 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 37 } } @@ -12725,16 +12869,16 @@ ], "kind": "let", "range": [ - 5409, - 5435 + 5451, + 5477 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 38 } }, @@ -12743,16 +12887,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5449, - 5482 + 5491, + 5524 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 45 } } @@ -12771,16 +12915,16 @@ "type": "Identifier", "name": "ncells", "range": [ - 5499, - 5505 + 5541, + 5547 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 22 } } @@ -12792,16 +12936,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5510, - 5512 + 5552, + 5554 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 27 }, "end": { - "line": 169, + "line": 170, "column": 29 } } @@ -12810,46 +12954,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5513, - 5520 + 5555, + 5562 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 30 }, "end": { - "line": 169, + "line": 170, "column": 37 } } }, "range": [ - 5510, - 5520 + 5552, + 5562 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 27 }, "end": { - "line": 169, + "line": 170, "column": 37 } } }, "range": [ - 5499, - 5520 + 5541, + 5562 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 37 } } @@ -12860,16 +13004,16 @@ "object": { "type": "ThisExpression", "range": [ - 5524, - 5528 + 5566, + 5570 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 41 }, "end": { - "line": 169, + "line": 170, "column": 45 } } @@ -12878,46 +13022,46 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5529, - 5537 + 5571, + 5579 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 46 }, "end": { - "line": 169, + "line": 170, "column": 54 } } }, "range": [ - 5524, - 5537 + 5566, + 5579 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 41 }, "end": { - "line": 169, + "line": 170, "column": 54 } } }, "range": [ - 5499, - 5537 + 5541, + 5579 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 54 } } @@ -12929,48 +13073,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5557, - 5566 + 5599, + 5608 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 25 } } } ], "range": [ - 5539, - 5580 + 5581, + 5622 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 56 }, "end": { - "line": 171, + "line": 172, "column": 13 } } }, "alternate": null, "range": [ - 5495, - 5580 + 5537, + 5622 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 12 }, "end": { - "line": 171, + "line": 172, "column": 13 } }, @@ -12979,16 +13123,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5449, - 5482 + 5491, + 5524 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 45 } } @@ -12999,16 +13143,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5594, - 5626 + 5636, + 5668 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 44 } } @@ -13026,16 +13170,16 @@ "type": "Identifier", "name": "j", "range": [ - 5648, - 5649 + 5690, + 5691 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 21 }, "end": { - "line": 174, + "line": 175, "column": 22 } } @@ -13045,31 +13189,31 @@ "value": 0, "raw": "0", "range": [ - 5652, - 5653 + 5694, + 5695 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 25 }, "end": { - "line": 174, + "line": 175, "column": 26 } } }, "range": [ - 5648, - 5653 + 5690, + 5695 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 21 }, "end": { - "line": 174, + "line": 175, "column": 26 } } @@ -13077,16 +13221,16 @@ ], "kind": "let", "range": [ - 5644, - 5653 + 5686, + 5695 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 17 }, "end": { - "line": 174, + "line": 175, "column": 26 } } @@ -13098,16 +13242,16 @@ "type": "Identifier", "name": "j", "range": [ - 5655, - 5656 + 5697, + 5698 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 28 }, "end": { - "line": 174, + "line": 175, "column": 29 } } @@ -13116,31 +13260,31 @@ "type": "Identifier", "name": "ncells", "range": [ - 5659, - 5665 + 5701, + 5707 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 32 }, "end": { - "line": 174, + "line": 175, "column": 38 } } }, "range": [ - 5655, - 5665 + 5697, + 5707 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 28 }, "end": { - "line": 174, + "line": 175, "column": 38 } } @@ -13152,32 +13296,32 @@ "type": "Identifier", "name": "j", "range": [ - 5667, - 5668 + 5709, + 5710 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 40 }, "end": { - "line": 174, + "line": 175, "column": 41 } } }, "prefix": false, "range": [ - 5667, - 5670 + 5709, + 5712 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 40 }, "end": { - "line": 174, + "line": 175, "column": 43 } } @@ -13200,16 +13344,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5749, - 5757 + 5791, + 5799 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 21 }, "end": { - "line": 176, + "line": 177, "column": 29 } } @@ -13218,31 +13362,31 @@ "type": "Identifier", "name": "j", "range": [ - 5762, - 5763 + 5804, + 5805 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 34 }, "end": { - "line": 176, + "line": 177, "column": 35 } } }, "range": [ - 5749, - 5763 + 5791, + 5805 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 21 }, "end": { - "line": 176, + "line": 177, "column": 35 } } @@ -13260,16 +13404,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5769, - 5771 + 5811, + 5813 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 41 }, "end": { - "line": 176, + "line": 177, "column": 43 } } @@ -13278,47 +13422,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5772, - 5785 + 5814, + 5827 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 44 }, "end": { - "line": 176, + "line": 177, "column": 57 } } }, "range": [ - 5769, - 5785 + 5811, + 5827 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 41 }, "end": { - "line": 176, + "line": 177, "column": 57 } } }, "prefix": true, "range": [ - 5768, - 5785 + 5810, + 5827 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 40 }, "end": { - "line": 176, + "line": 177, "column": 57 } } @@ -13333,16 +13477,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5810, - 5812 + 5852, + 5854 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 21 }, "end": { - "line": 177, + "line": 178, "column": 23 } } @@ -13351,31 +13495,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5813, - 5826 + 5855, + 5868 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 24 }, "end": { - "line": 177, + "line": 178, "column": 37 } } }, "range": [ - 5810, - 5826 + 5852, + 5868 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 21 }, "end": { - "line": 177, + "line": 178, "column": 37 } } @@ -13387,16 +13531,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5830, - 5832 + 5872, + 5874 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 41 }, "end": { - "line": 177, + "line": 178, "column": 43 } } @@ -13405,76 +13549,76 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5833, - 5855 + 5875, + 5897 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 44 }, "end": { - "line": 177, + "line": 178, "column": 66 } } }, "range": [ - 5830, - 5855 + 5872, + 5897 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 41 }, "end": { - "line": 177, + "line": 178, "column": 66 } } }, "range": [ - 5810, - 5855 + 5852, + 5897 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 21 }, "end": { - "line": 177, + "line": 178, "column": 66 } } }, "range": [ - 5768, - 5856 + 5810, + 5898 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 40 }, "end": { - "line": 177, + "line": 178, "column": 67 } } }, "range": [ - 5749, - 5857 + 5791, + 5899 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 21 }, "end": { - "line": 177, + "line": 178, "column": 68 } } @@ -13492,16 +13636,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5883, - 5891 + 5925, + 5933 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 21 }, "end": { - "line": 178, + "line": 179, "column": 29 } } @@ -13510,31 +13654,31 @@ "type": "Identifier", "name": "j", "range": [ - 5896, - 5897 + 5938, + 5939 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 34 }, "end": { - "line": 178, + "line": 179, "column": 35 } } }, "range": [ - 5883, - 5897 + 5925, + 5939 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 21 }, "end": { - "line": 178, + "line": 179, "column": 35 } } @@ -13546,16 +13690,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5901, - 5903 + 5943, + 5945 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 39 }, "end": { - "line": 178, + "line": 179, "column": 41 } } @@ -13564,46 +13708,46 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5904, - 5917 + 5946, + 5959 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 42 }, "end": { - "line": 178, + "line": 179, "column": 55 } } }, "range": [ - 5901, - 5917 + 5943, + 5959 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 39 }, "end": { - "line": 178, + "line": 179, "column": 55 } } }, "range": [ - 5883, - 5917 + 5925, + 5959 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 21 }, "end": { - "line": 178, + "line": 179, "column": 55 } } @@ -13630,16 +13774,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5947, - 5951 + 5989, + 5993 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 30 } } @@ -13648,31 +13792,31 @@ "type": "Identifier", "name": "k", "range": [ - 5952, - 5953 + 5994, + 5995 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 31 }, "end": { - "line": 179, + "line": 180, "column": 32 } } }, "range": [ - 5947, - 5954 + 5989, + 5996 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 33 } } @@ -13681,31 +13825,31 @@ "type": "Identifier", "name": "style", "range": [ - 5955, - 5960 + 5997, + 6002 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 34 }, "end": { - "line": 179, + "line": 180, "column": 39 } } }, "range": [ - 5947, - 5960 + 5989, + 6002 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 39 } } @@ -13714,31 +13858,31 @@ "type": "Identifier", "name": "display", "range": [ - 5961, - 5968 + 6003, + 6010 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 40 }, "end": { - "line": 179, + "line": 180, "column": 47 } } }, "range": [ - 5947, - 5968 + 5989, + 6010 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 47 } } @@ -13748,31 +13892,31 @@ "value": "", "raw": "''", "range": [ - 5973, - 5975 + 6015, + 6017 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 52 }, "end": { - "line": 179, + "line": 180, "column": 54 } } }, "range": [ - 5947, - 5975 + 5989, + 6017 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 54 } } @@ -13787,16 +13931,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5980, - 5982 + 6022, + 6024 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 59 }, "end": { - "line": 179, + "line": 180, "column": 61 } } @@ -13805,62 +13949,62 @@ "type": "Identifier", "name": "paging", "range": [ - 5983, - 5989 + 6025, + 6031 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 62 }, "end": { - "line": 179, + "line": 180, "column": 68 } } }, "range": [ - 5980, - 5989 + 6022, + 6031 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 59 }, "end": { - "line": 179, + "line": 180, "column": 68 } } }, "prefix": true, "range": [ - 5979, - 5989 + 6021, + 6031 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 58 }, "end": { - "line": 179, + "line": 180, "column": 68 } } }, "range": [ - 5947, - 5989 + 5989, + 6031 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 26 }, "end": { - "line": 179, + "line": 180, "column": 68 } } @@ -13875,16 +14019,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6023, - 6025 + 6065, + 6067 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 29 }, "end": { - "line": 180, + "line": 181, "column": 31 } } @@ -13893,31 +14037,31 @@ "type": "Identifier", "name": "paging", "range": [ - 6026, - 6032 + 6068, + 6074 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 32 }, "end": { - "line": 180, + "line": 181, "column": 38 } } }, "range": [ - 6023, - 6032 + 6065, + 6074 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 29 }, "end": { - "line": 180, + "line": 181, "column": 38 } } @@ -13935,32 +14079,32 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 6039, - 6048 + 6081, + 6090 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 45 }, "end": { - "line": 180, + "line": 181, "column": 54 } } }, "prefix": true, "range": [ - 6038, - 6048 + 6080, + 6090 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 44 }, "end": { - "line": 180, + "line": 181, "column": 54 } } @@ -13972,98 +14116,26 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 6080, - 6089 + 6126, + 6135 ], "loc": { "start": { - "line": 181, - "column": 28 + "line": 182, + "column": 32 }, "end": { - "line": 181, - "column": 37 + "line": 182, + "column": 41 } } }, "right": { "type": "Identifier", "name": "colIndex", - "range": [ - 6094, - 6102 - ], - "loc": { - "start": { - "line": 181, - "column": 42 - }, - "end": { - "line": 181, - "column": 50 - } - } - }, - "range": [ - 6080, - 6102 - ], - "loc": { - "start": { - "line": 181, - "column": 28 - }, - "end": { - "line": 181, - "column": 50 - } - } - }, - "range": [ - 6038, - 6102 - ], - "loc": { - "start": { - "line": 180, - "column": 44 - }, - "end": { - "line": 181, - "column": 50 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "BinaryExpression", - "operator": "!=", - "left": { - "type": "Identifier", - "name": "activeIdx", "range": [ 6140, - 6149 - ], - "loc": { - "start": { - "line": 182, - "column": 33 - }, - "end": { - "line": 182, - "column": 42 - } - } - }, - "right": { - "type": "Identifier", - "name": "colIndex", - "range": [ - 6153, - 6161 + 6148 ], "loc": { "start": { @@ -14077,13 +14149,13 @@ } }, "range": [ - 6140, - 6161 + 6126, + 6148 ], "loc": { "start": { "line": 182, - "column": 33 + "column": 32 }, "end": { "line": 182, @@ -14091,6 +14163,78 @@ } } }, + "range": [ + 6080, + 6148 + ], + "loc": { + "start": { + "line": 181, + "column": 44 + }, + "end": { + "line": 182, + "column": 54 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "BinaryExpression", + "operator": "!=", + "left": { + "type": "Identifier", + "name": "activeIdx", + "range": [ + 6186, + 6195 + ], + "loc": { + "start": { + "line": 183, + "column": 33 + }, + "end": { + "line": 183, + "column": 42 + } + } + }, + "right": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 6199, + 6207 + ], + "loc": { + "start": { + "line": 183, + "column": 46 + }, + "end": { + "line": 183, + "column": 54 + } + } + }, + "range": [ + 6186, + 6207 + ], + "loc": { + "start": { + "line": 183, + "column": 33 + }, + "end": { + "line": 183, + "column": 54 + } + } + }, "right": { "type": "BinaryExpression", "operator": "!=", @@ -14106,17 +14250,17 @@ "type": "Identifier", "name": "tf", "range": [ - 6197, - 6199 + 6247, + 6249 ], "loc": { "start": { - "line": 183, - "column": 32 + "line": 184, + "column": 36 }, "end": { - "line": 183, - "column": 34 + "line": 184, + "column": 38 } } }, @@ -14124,32 +14268,32 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 6200, - 6214 + 6250, + 6264 ], "loc": { "start": { - "line": 183, - "column": 35 + "line": 184, + "column": 39 }, "end": { - "line": 183, - "column": 49 + "line": 184, + "column": 53 } } }, "range": [ - 6197, - 6214 + 6247, + 6264 ], "loc": { "start": { - "line": 183, - "column": 32 + "line": 184, + "column": 36 }, "end": { - "line": 183, - "column": 49 + "line": 184, + "column": 53 } } }, @@ -14157,32 +14301,32 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6215, - 6222 + 6265, + 6272 ], "loc": { "start": { - "line": 183, - "column": 50 + "line": 184, + "column": 54 }, "end": { - "line": 183, - "column": 57 + "line": 184, + "column": 61 } } }, "range": [ - 6197, - 6222 + 6247, + 6272 ], "loc": { "start": { - "line": 183, - "column": 32 + "line": 184, + "column": 36 }, "end": { - "line": 183, - "column": 57 + "line": 184, + "column": 61 } } }, @@ -14191,33 +14335,33 @@ "type": "Identifier", "name": "k", "range": [ - 6223, - 6224 + 6273, + 6274 ], "loc": { "start": { - "line": 183, - "column": 58 + "line": 184, + "column": 62 }, "end": { - "line": 183, - "column": 59 + "line": 184, + "column": 63 } } } ], "range": [ - 6197, - 6225 + 6247, + 6275 ], "loc": { "start": { - "line": 183, - "column": 32 + "line": 184, + "column": 36 }, "end": { - "line": 183, - "column": 60 + "line": 184, + "column": 64 } } }, @@ -14229,138 +14373,138 @@ "value": 1, "raw": "1", "range": [ - 6230, - 6231 + 6280, + 6281 ], "loc": { "start": { - "line": 183, - "column": 65 + "line": 184, + "column": 69 }, "end": { - "line": 183, - "column": 66 + "line": 184, + "column": 70 } } }, "prefix": true, "range": [ - 6229, - 6231 + 6279, + 6281 ], "loc": { "start": { - "line": 183, - "column": 64 + "line": 184, + "column": 68 }, "end": { - "line": 183, - "column": 66 + "line": 184, + "column": 70 } } }, "range": [ - 6197, - 6231 + 6247, + 6281 ], "loc": { "start": { - "line": 183, - "column": 32 + "line": 184, + "column": 36 }, "end": { - "line": 183, - "column": 66 + "line": 184, + "column": 70 } } }, "range": [ - 6140, - 6231 + 6186, + 6281 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 33 }, "end": { - "line": 183, - "column": 66 + "line": 184, + "column": 70 } } }, "range": [ - 6037, - 6232 + 6079, + 6282 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 43 }, "end": { - "line": 183, - "column": 67 + "line": 184, + "column": 71 } } }, "range": [ - 6023, - 6233 + 6065, + 6283 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 29 }, "end": { - "line": 183, - "column": 68 + "line": 184, + "column": 72 } } }, "range": [ - 5946, - 6234 + 5988, + 6284 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 25 }, "end": { - "line": 183, - "column": 69 + "line": 184, + "column": 73 } } }, "range": [ - 5883, - 6235 + 5925, + 6285 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 21 }, "end": { - "line": 183, - "column": 70 + "line": 184, + "column": 74 } } }, "range": [ - 5748, - 6236 + 5790, + 6286 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 20 }, "end": { - "line": 183, - "column": 71 + "line": 184, + "column": 75 } } }, @@ -14376,16 +14520,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 6265, - 6273 + 6315, + 6323 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 24 }, "end": { - "line": 185, + "line": 186, "column": 32 } } @@ -14399,16 +14543,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6276, - 6278 + 6326, + 6328 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 35 }, "end": { - "line": 185, + "line": 186, "column": 37 } } @@ -14417,31 +14561,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 6279, - 6290 + 6329, + 6340 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 38 }, "end": { - "line": 185, + "line": 186, "column": 49 } } }, "range": [ - 6276, - 6290 + 6326, + 6340 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 35 }, "end": { - "line": 185, + "line": 186, "column": 49 } } @@ -14454,16 +14598,16 @@ "type": "Identifier", "name": "cells", "range": [ - 6291, - 6296 + 6341, + 6346 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 50 }, "end": { - "line": 185, + "line": 186, "column": 55 } } @@ -14472,62 +14616,62 @@ "type": "Identifier", "name": "j", "range": [ - 6297, - 6298 + 6347, + 6348 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 56 }, "end": { - "line": 185, + "line": 186, "column": 57 } } }, "range": [ - 6291, - 6299 + 6341, + 6349 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 50 }, "end": { - "line": 185, + "line": 186, "column": 58 } } } ], "range": [ - 6276, - 6300 + 6326, + 6350 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 35 }, "end": { - "line": 185, + "line": 186, "column": 59 } } }, "range": [ - 6265, - 6300 + 6315, + 6350 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 24 }, "end": { - "line": 185, + "line": 186, "column": 59 } } @@ -14535,16 +14679,16 @@ ], "kind": "let", "range": [ - 6261, - 6301 + 6311, + 6351 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 20 }, "end": { - "line": 185, + "line": 186, "column": 60 } }, @@ -14553,16 +14697,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6322, - 6342 + 6372, + 6392 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 40 } } @@ -14578,16 +14722,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6367, - 6377 + 6417, + 6427 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 34 } } @@ -14601,16 +14745,16 @@ "type": "Identifier", "name": "Str", "range": [ - 6380, - 6383 + 6430, + 6433 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 37 }, "end": { - "line": 187, + "line": 188, "column": 40 } } @@ -14619,31 +14763,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6384, - 6393 + 6434, + 6443 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 41 }, "end": { - "line": 187, + "line": 188, "column": 50 } } }, "range": [ - 6380, - 6393 + 6430, + 6443 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 37 }, "end": { - "line": 187, + "line": 188, "column": 50 } } @@ -14653,16 +14797,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 6394, - 6402 + 6444, + 6452 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 51 }, "end": { - "line": 187, + "line": 188, "column": 59 } } @@ -14674,16 +14818,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6404, - 6406 + 6454, + 6456 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 61 }, "end": { - "line": 187, + "line": 188, "column": 63 } } @@ -14692,62 +14836,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6407, - 6416 + 6457, + 6466 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 64 }, "end": { - "line": 187, + "line": 188, "column": 73 } } }, "range": [ - 6404, - 6416 + 6454, + 6466 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 61 }, "end": { - "line": 187, + "line": 188, "column": 73 } } } ], "range": [ - 6380, - 6417 + 6430, + 6467 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 37 }, "end": { - "line": 187, + "line": 188, "column": 74 } } }, "range": [ - 6367, - 6417 + 6417, + 6467 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 74 } } @@ -14755,16 +14899,16 @@ ], "kind": "let", "range": [ - 6363, - 6418 + 6413, + 6468 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 20 }, "end": { - "line": 187, + "line": 188, "column": 75 } }, @@ -14773,16 +14917,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6322, - 6342 + 6372, + 6392 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 40 } } @@ -14793,16 +14937,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6439, - 6480 + 6489, + 6530 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 61 } } @@ -14823,16 +14967,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6506, - 6509 + 6556, + 6559 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 25 }, "end": { - "line": 189, + "line": 190, "column": 28 } } @@ -14841,31 +14985,31 @@ "type": "Identifier", "name": "has", "range": [ - 6510, - 6513 + 6560, + 6563 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 29 }, "end": { - "line": 189, + "line": 190, "column": 32 } } }, "range": [ - 6506, - 6513 + 6556, + 6563 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 25 }, "end": { - "line": 189, + "line": 190, "column": 32 } } @@ -14877,16 +15021,16 @@ "object": { "type": "ThisExpression", "range": [ - 6514, - 6518 + 6564, + 6568 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 33 }, "end": { - "line": 189, + "line": 190, "column": 37 } } @@ -14895,31 +15039,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6519, - 6523 + 6569, + 6573 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 38 }, "end": { - "line": 189, + "line": 190, "column": 42 } } }, "range": [ - 6514, - 6523 + 6564, + 6573 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 33 }, "end": { - "line": 189, + "line": 190, "column": 42 } } @@ -14928,16 +15072,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6525, - 6535 + 6575, + 6585 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 44 }, "end": { - "line": 189, + "line": 190, "column": 54 } } @@ -14949,16 +15093,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6537, - 6539 + 6587, + 6589 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 56 }, "end": { - "line": 189, + "line": 190, "column": 58 } } @@ -14967,63 +15111,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6540, - 6549 + 6590, + 6599 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 59 }, "end": { - "line": 189, + "line": 190, "column": 68 } } }, "range": [ - 6537, - 6549 + 6587, + 6599 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 56 }, "end": { - "line": 189, + "line": 190, "column": 68 } } } ], "range": [ - 6506, - 6550 + 6556, + 6600 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 25 }, "end": { - "line": 189, + "line": 190, "column": 69 } } }, "prefix": true, "range": [ - 6505, - 6550 + 6555, + 6600 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 24 }, "end": { - "line": 189, + "line": 190, "column": 69 } } @@ -15044,16 +15188,16 @@ "object": { "type": "ThisExpression", "range": [ - 6578, - 6582 + 6628, + 6632 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 28 } } @@ -15062,31 +15206,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6583, - 6587 + 6633, + 6637 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 29 }, "end": { - "line": 190, + "line": 191, "column": 33 } } }, "range": [ - 6578, - 6587 + 6628, + 6637 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 33 } } @@ -15095,31 +15239,31 @@ "type": "Identifier", "name": "push", "range": [ - 6588, - 6592 + 6638, + 6642 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 34 }, "end": { - "line": 190, + "line": 191, "column": 38 } } }, "range": [ - 6578, - 6592 + 6628, + 6642 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 38 } } @@ -15129,79 +15273,79 @@ "type": "Identifier", "name": "cellData", "range": [ - 6593, - 6601 + 6643, + 6651 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 39 }, "end": { - "line": 190, + "line": 191, "column": 47 } } } ], "range": [ - 6578, - 6602 + 6628, + 6652 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 48 } } }, "range": [ - 6578, - 6603 + 6628, + 6653 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 24 }, "end": { - "line": 190, + "line": 191, "column": 49 } } } ], "range": [ - 6552, - 6625 + 6602, + 6675 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 71 }, "end": { - "line": 191, + "line": 192, "column": 21 } } }, "alternate": null, "range": [ - 6501, - 6625 + 6551, + 6675 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 20 }, "end": { - "line": 191, + "line": 192, "column": 21 } }, @@ -15210,16 +15354,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6439, - 6480 + 6489, + 6530 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 61 } } @@ -15235,16 +15379,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6650, - 6661 + 6700, + 6711 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 24 }, "end": { - "line": 192, + "line": 193, "column": 35 } } @@ -15256,16 +15400,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6664, - 6679 + 6714, + 6729 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 38 }, "end": { - "line": 192, + "line": 193, "column": 53 } } @@ -15274,46 +15418,46 @@ "type": "Identifier", "name": "j", "range": [ - 6680, - 6681 + 6730, + 6731 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 54 }, "end": { - "line": 192, + "line": 193, "column": 55 } } }, "range": [ - 6664, - 6682 + 6714, + 6732 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 38 }, "end": { - "line": 192, + "line": 193, "column": 56 } } }, "range": [ - 6650, - 6682 + 6700, + 6732 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 24 }, "end": { - "line": 192, + "line": 193, "column": 56 } } @@ -15321,16 +15465,16 @@ ], "kind": "let", "range": [ - 6646, - 6683 + 6696, + 6733 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 193, "column": 57 } } @@ -15347,16 +15491,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6708, - 6710 + 6758, + 6760 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 24 }, "end": { - "line": 193, + "line": 194, "column": 26 } } @@ -15365,31 +15509,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 6711, - 6724 + 6761, + 6774 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 27 }, "end": { - "line": 193, + "line": 194, "column": 40 } } }, "range": [ - 6708, - 6724 + 6758, + 6774 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 24 }, "end": { - "line": 193, + "line": 194, "column": 40 } } @@ -15401,16 +15545,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6728, - 6730 + 6778, + 6780 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 44 }, "end": { - "line": 193, + "line": 194, "column": 46 } } @@ -15419,46 +15563,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6731, - 6753 + 6781, + 6803 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 47 }, "end": { - "line": 193, + "line": 194, "column": 69 } } }, "range": [ - 6728, - 6753 + 6778, + 6803 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 44 }, "end": { - "line": 193, + "line": 194, "column": 69 } } }, "range": [ - 6708, - 6753 + 6758, + 6803 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 24 }, "end": { - "line": 193, + "line": 194, "column": 69 } } @@ -15475,32 +15619,32 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6786, - 6797 + 6836, + 6847 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 29 }, "end": { - "line": 194, + "line": 195, "column": 40 } } }, "prefix": true, "range": [ - 6785, - 6797 + 6835, + 6847 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 28 }, "end": { - "line": 194, + "line": 195, "column": 40 } } @@ -15517,16 +15661,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6829, - 6840 + 6879, + 6890 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 28 }, "end": { - "line": 195, + "line": 196, "column": 39 } } @@ -15540,16 +15684,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6843, - 6845 + 6893, + 6895 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 42 }, "end": { - "line": 195, + "line": 196, "column": 44 } } @@ -15558,31 +15702,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6846, - 6864 + 6896, + 6914 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 45 }, "end": { - "line": 195, + "line": 196, "column": 63 } } }, "range": [ - 6843, - 6864 + 6893, + 6914 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 42 }, "end": { - "line": 195, + "line": 196, "column": 63 } } @@ -15592,94 +15736,94 @@ "type": "Identifier", "name": "j", "range": [ - 6865, - 6866 + 6915, + 6916 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 64 }, "end": { - "line": 195, + "line": 196, "column": 65 } } } ], "range": [ - 6843, - 6867 + 6893, + 6917 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 42 }, "end": { - "line": 195, + "line": 196, "column": 66 } } }, "range": [ - 6829, - 6867 + 6879, + 6917 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 28 }, "end": { - "line": 195, + "line": 196, "column": 66 } } }, "range": [ - 6829, - 6868 + 6879, + 6918 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 28 }, "end": { - "line": 195, + "line": 196, "column": 67 } } } ], "range": [ - 6799, - 6894 + 6849, + 6944 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 42 }, "end": { - "line": 196, + "line": 197, "column": 25 } } }, "alternate": null, "range": [ - 6781, - 6894 + 6831, + 6944 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 24 }, "end": { - "line": 196, + "line": 197, "column": 25 } } @@ -15701,16 +15845,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6924, - 6927 + 6974, + 6977 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 197, + "line": 198, "column": 32 } } @@ -15719,31 +15863,31 @@ "type": "Identifier", "name": "has", "range": [ - 6928, - 6931 + 6978, + 6981 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 33 }, "end": { - "line": 197, + "line": 198, "column": 36 } } }, "range": [ - 6924, - 6931 + 6974, + 6981 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 197, + "line": 198, "column": 36 } } @@ -15753,16 +15897,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6932, - 6943 + 6982, + 6993 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 37 }, "end": { - "line": 197, + "line": 198, "column": 48 } } @@ -15771,16 +15915,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6945, - 6955 + 6995, + 7005 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 50 }, "end": { - "line": 197, + "line": 198, "column": 60 } } @@ -15792,16 +15936,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6957, - 6959 + 7007, + 7009 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 62 }, "end": { - "line": 197, + "line": 198, "column": 64 } } @@ -15810,63 +15954,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6960, - 6969 + 7010, + 7019 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 65 }, "end": { - "line": 197, + "line": 198, "column": 74 } } }, "range": [ - 6957, - 6969 + 7007, + 7019 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 62 }, "end": { - "line": 197, + "line": 198, "column": 74 } } } ], "range": [ - 6924, - 6970 + 6974, + 7020 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 197, + "line": 198, "column": 75 } } }, "prefix": true, "range": [ - 6923, - 6970 + 6973, + 7020 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 28 }, "end": { - "line": 197, + "line": 198, "column": 75 } } @@ -15883,16 +16027,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 7003, - 7006 + 7053, + 7056 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 29 }, "end": { - "line": 198, + "line": 199, "column": 32 } } @@ -15901,31 +16045,31 @@ "type": "Identifier", "name": "has", "range": [ - 7007, - 7010 + 7057, + 7060 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 33 }, "end": { - "line": 198, + "line": 199, "column": 36 } } }, "range": [ - 7003, - 7010 + 7053, + 7060 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 29 }, "end": { - "line": 198, + "line": 199, "column": 36 } } @@ -15937,16 +16081,16 @@ "object": { "type": "ThisExpression", "range": [ - 7011, - 7015 + 7061, + 7065 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 37 }, "end": { - "line": 198, + "line": 199, "column": 41 } } @@ -15955,31 +16099,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7016, - 7028 + 7066, + 7078 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 42 }, "end": { - "line": 198, + "line": 199, "column": 54 } } }, "range": [ - 7011, - 7028 + 7061, + 7078 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 37 }, "end": { - "line": 198, + "line": 199, "column": 54 } } @@ -15988,16 +16132,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 7062, - 7072 + 7112, + 7122 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 32 }, "end": { - "line": 199, + "line": 200, "column": 42 } } @@ -16009,16 +16153,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7074, - 7076 + 7124, + 7126 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 44 }, "end": { - "line": 199, + "line": 200, "column": 46 } } @@ -16027,78 +16171,78 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7077, - 7086 + 7127, + 7136 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 47 }, "end": { - "line": 199, + "line": 200, "column": 56 } } }, "range": [ - 7074, - 7086 + 7124, + 7136 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 44 }, "end": { - "line": 199, + "line": 200, "column": 56 } } } ], "range": [ - 7003, - 7087 + 7053, + 7137 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 29 }, "end": { - "line": 199, + "line": 200, "column": 57 } } }, "prefix": true, "range": [ - 7002, - 7087 + 7052, + 7137 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 57 } } }, "range": [ - 6923, - 7087 + 6973, + 7137 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 57 } } @@ -16119,16 +16263,16 @@ "object": { "type": "ThisExpression", "range": [ - 7119, - 7123 + 7169, + 7173 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 200, + "line": 201, "column": 32 } } @@ -16137,31 +16281,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7124, - 7136 + 7174, + 7186 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 33 }, "end": { - "line": 200, + "line": 201, "column": 45 } } }, "range": [ - 7119, - 7136 + 7169, + 7186 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 200, + "line": 201, "column": 45 } } @@ -16170,31 +16314,31 @@ "type": "Identifier", "name": "push", "range": [ - 7137, - 7141 + 7187, + 7191 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 46 }, "end": { - "line": 200, + "line": 201, "column": 50 } } }, "range": [ - 7119, - 7141 + 7169, + 7191 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 200, + "line": 201, "column": 50 } } @@ -16204,143 +16348,143 @@ "type": "Identifier", "name": "cellData", "range": [ - 7142, - 7150 + 7192, + 7200 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 51 }, "end": { - "line": 200, + "line": 201, "column": 59 } } } ], "range": [ - 7119, - 7151 + 7169, + 7201 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 200, + "line": 201, "column": 60 } } }, "range": [ - 7119, - 7152 + 7169, + 7202 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 28 }, "end": { - "line": 200, + "line": 201, "column": 61 } } } ], "range": [ - 7089, - 7178 + 7139, + 7228 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 59 }, "end": { - "line": 201, + "line": 202, "column": 25 } } }, "alternate": null, "range": [ - 6919, - 7178 + 6969, + 7228 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 24 }, "end": { - "line": 201, + "line": 202, "column": 25 } } } ], "range": [ - 6755, - 7200 + 6805, + 7250 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 71 }, "end": { - "line": 202, + "line": 203, "column": 21 } } }, "alternate": null, "range": [ - 6704, - 7200 + 6754, + 7250 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 20 }, "end": { - "line": 202, + "line": 203, "column": 21 } } } ], "range": [ - 6238, - 7218 + 6288, + 7268 ], "loc": { "start": { - "line": 183, - "column": 73 + "line": 184, + "column": 77 }, "end": { - "line": 203, + "line": 204, "column": 17 } } }, "alternate": null, "range": [ - 5744, - 7218 + 5786, + 7268 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 16 }, "end": { - "line": 203, + "line": 204, "column": 17 } }, @@ -16349,16 +16493,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5690, - 5727 + 5732, + 5769 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 16 }, "end": { - "line": 175, + "line": 176, "column": 53 } } @@ -16367,31 +16511,31 @@ } ], "range": [ - 5672, - 7232 + 5714, + 7282 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 45 }, "end": { - "line": 204, + "line": 205, "column": 13 } } }, "range": [ - 5639, - 7232 + 5681, + 7282 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 13 } }, @@ -16400,16 +16544,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5594, - 5626 + 5636, + 5668 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 44 } } @@ -16418,31 +16562,31 @@ } ], "range": [ - 5144, - 7242 + 5186, + 7292 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 52 }, "end": { - "line": 205, + "line": 206, "column": 9 } } }, "range": [ - 5100, - 7242 + 5142, + 7292 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 9 } }, @@ -16451,16 +16595,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7252, - 7277 + 7302, + 7327 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 33 } } @@ -16475,16 +16619,16 @@ "object": { "type": "ThisExpression", "range": [ - 7290, - 7294 + 7340, + 7344 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 16 } } @@ -16493,31 +16637,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7295, - 7303 + 7345, + 7353 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 17 }, "end": { - "line": 208, + "line": 209, "column": 25 } } }, "range": [ - 7290, - 7303 + 7340, + 7353 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 25 } } @@ -16534,16 +16678,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7323, - 7335 + 7373, + 7385 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 16 }, "end": { - "line": 209, + "line": 210, "column": 28 } } @@ -16557,16 +16701,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7338, - 7340 + 7388, + 7390 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 31 }, "end": { - "line": 209, + "line": 210, "column": 33 } } @@ -16575,31 +16719,31 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7341, - 7357 + 7391, + 7407 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 34 }, "end": { - "line": 209, + "line": 210, "column": 50 } } }, "range": [ - 7338, - 7357 + 7388, + 7407 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 31 }, "end": { - "line": 209, + "line": 210, "column": 50 } } @@ -16609,47 +16753,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7358, - 7366 + 7408, + 7416 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 51 }, "end": { - "line": 209, + "line": 210, "column": 59 } } } ], "range": [ - 7338, - 7367 + 7388, + 7417 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 31 }, "end": { - "line": 209, + "line": 210, "column": 60 } } }, "range": [ - 7323, - 7367 + 7373, + 7417 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 16 }, "end": { - "line": 209, + "line": 210, "column": 60 } } @@ -16657,16 +16801,16 @@ ], "kind": "let", "range": [ - 7319, - 7368 + 7369, + 7418 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 61 } } @@ -16682,16 +16826,16 @@ "object": { "type": "ThisExpression", "range": [ - 7381, - 7385 + 7431, + 7435 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 16 } } @@ -16700,31 +16844,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7386, - 7390 + 7436, + 7440 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 17 }, "end": { - "line": 210, + "line": 211, "column": 21 } } }, "range": [ - 7381, - 7390 + 7431, + 7440 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 21 } } @@ -16736,16 +16880,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7393, - 7405 + 7443, + 7455 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 24 }, "end": { - "line": 210, + "line": 211, "column": 36 } } @@ -16755,61 +16899,61 @@ "value": 0, "raw": "0", "range": [ - 7406, - 7407 + 7456, + 7457 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 37 }, "end": { - "line": 210, + "line": 211, "column": 38 } } }, "range": [ - 7393, - 7408 + 7443, + 7458 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 24 }, "end": { - "line": 210, + "line": 211, "column": 39 } } }, "range": [ - 7381, - 7408 + 7431, + 7458 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 39 } } }, "range": [ - 7381, - 7409 + 7431, + 7459 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 40 } } @@ -16825,16 +16969,16 @@ "object": { "type": "ThisExpression", "range": [ - 7422, - 7426 + 7472, + 7476 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 16 } } @@ -16843,31 +16987,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7427, - 7434 + 7477, + 7484 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 17 }, "end": { - "line": 211, + "line": 212, "column": 24 } } }, "range": [ - 7422, - 7434 + 7472, + 7484 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 24 } } @@ -16879,16 +17023,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7437, - 7449 + 7487, + 7499 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 27 }, "end": { - "line": 211, + "line": 212, "column": 39 } } @@ -16898,93 +17042,93 @@ "value": 1, "raw": "1", "range": [ - 7450, - 7451 + 7500, + 7501 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 40 }, "end": { - "line": 211, + "line": 212, "column": 41 } } }, "range": [ - 7437, - 7452 + 7487, + 7502 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 27 }, "end": { - "line": 211, + "line": 212, "column": 42 } } }, "range": [ - 7422, - 7452 + 7472, + 7502 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 42 } } }, "range": [ - 7422, - 7453 + 7472, + 7503 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 43 } } } ], "range": [ - 7305, - 7463 + 7355, + 7513 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 27 }, "end": { - "line": 212, + "line": 213, "column": 9 } } }, "alternate": null, "range": [ - 7286, - 7463 + 7336, + 7513 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 212, + "line": 213, "column": 9 } }, @@ -16993,16 +17137,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7252, - 7277 + 7302, + 7327 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 33 } } @@ -17021,16 +17165,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7477, - 7479 + 7527, + 7529 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 14 } } @@ -17039,31 +17183,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7480, - 7487 + 7530, + 7537 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 15 }, "end": { - "line": 214, + "line": 215, "column": 22 } } }, "range": [ - 7477, - 7487 + 7527, + 7537 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 22 } } @@ -17077,16 +17221,16 @@ "object": { "type": "ThisExpression", "range": [ - 7492, - 7496 + 7542, + 7546 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 27 }, "end": { - "line": 214, + "line": 215, "column": 31 } } @@ -17095,62 +17239,62 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7497, - 7505 + 7547, + 7555 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 32 }, "end": { - "line": 214, + "line": 215, "column": 40 } } }, "range": [ - 7492, - 7505 + 7542, + 7555 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 27 }, "end": { - "line": 214, + "line": 215, "column": 40 } } }, "prefix": true, "range": [ - 7491, - 7505 + 7541, + 7555 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 26 }, "end": { - "line": 214, + "line": 215, "column": 40 } } }, "range": [ - 7477, - 7505 + 7527, + 7555 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 214, + "line": 215, "column": 40 } } @@ -17170,16 +17314,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7526, - 7528 + 7576, + 7578 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 17 }, "end": { - "line": 215, + "line": 216, "column": 19 } } @@ -17188,47 +17332,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7529, - 7538 + 7579, + 7588 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 20 }, "end": { - "line": 215, + "line": 216, "column": 29 } } }, "range": [ - 7526, - 7538 + 7576, + 7588 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 17 }, "end": { - "line": 215, + "line": 216, "column": 29 } } }, "prefix": true, "range": [ - 7525, - 7538 + 7575, + 7588 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 29 } } @@ -17249,16 +17393,16 @@ "object": { "type": "ThisExpression", "range": [ - 7558, - 7562 + 7608, + 7612 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 20 } } @@ -17267,31 +17411,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7563, - 7567 + 7613, + 7617 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 21 }, "end": { - "line": 216, + "line": 217, "column": 25 } } }, "range": [ - 7558, - 7567 + 7608, + 7617 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 25 } } @@ -17300,31 +17444,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7568, - 7572 + 7618, + 7622 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 26 }, "end": { - "line": 216, + "line": 217, "column": 30 } } }, "range": [ - 7558, - 7572 + 7608, + 7622 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 30 } } @@ -17337,16 +17481,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7573, - 7577 + 7623, + 7627 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 31 }, "end": { - "line": 216, + "line": 217, "column": 35 } } @@ -17355,62 +17499,62 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7578, - 7588 + 7628, + 7638 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 36 }, "end": { - "line": 216, + "line": 217, "column": 46 } } }, "range": [ - 7573, - 7588 + 7623, + 7638 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 31 }, "end": { - "line": 216, + "line": 217, "column": 46 } } } ], "range": [ - 7558, - 7589 + 7608, + 7639 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 47 } } }, "range": [ - 7558, - 7590 + 7608, + 7640 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 48 } } @@ -17423,16 +17567,16 @@ "object": { "type": "ThisExpression", "range": [ - 7611, - 7615 + 7661, + 7665 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 24 } } @@ -17441,31 +17585,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7616, - 7628 + 7666, + 7678 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 25 }, "end": { - "line": 217, + "line": 218, "column": 37 } } }, "range": [ - 7611, - 7628 + 7661, + 7678 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 37 } } @@ -17486,16 +17630,16 @@ "object": { "type": "ThisExpression", "range": [ - 7652, - 7656 + 7702, + 7706 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 24 } } @@ -17504,31 +17648,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7657, - 7669 + 7707, + 7719 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 25 }, "end": { - "line": 218, + "line": 219, "column": 37 } } }, "range": [ - 7652, - 7669 + 7702, + 7719 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 37 } } @@ -17537,31 +17681,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7670, - 7674 + 7720, + 7724 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 38 }, "end": { - "line": 218, + "line": 219, "column": 42 } } }, "range": [ - 7652, - 7674 + 7702, + 7724 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 42 } } @@ -17574,16 +17718,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7675, - 7679 + 7725, + 7729 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 43 }, "end": { - "line": 218, + "line": 219, "column": 47 } } @@ -17592,110 +17736,110 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7680, - 7690 + 7730, + 7740 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 48 }, "end": { - "line": 218, + "line": 219, "column": 58 } } }, "range": [ - 7675, - 7690 + 7725, + 7740 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 43 }, "end": { - "line": 218, + "line": 219, "column": 58 } } } ], "range": [ - 7652, - 7691 + 7702, + 7741 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 59 } } }, "range": [ - 7652, - 7692 + 7702, + 7742 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 20 }, "end": { - "line": 218, + "line": 219, "column": 60 } } } ], "range": [ - 7630, - 7710 + 7680, + 7760 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 39 }, "end": { - "line": 219, + "line": 220, "column": 17 } } }, "alternate": null, "range": [ - 7607, - 7710 + 7657, + 7760 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 16 }, "end": { - "line": 219, + "line": 220, "column": 17 } } } ], "range": [ - 7540, - 7724 + 7590, + 7774 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 31 }, "end": { - "line": 220, + "line": 221, "column": 13 } } @@ -17716,16 +17860,16 @@ "object": { "type": "ThisExpression", "range": [ - 7748, - 7752 + 7798, + 7802 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 20 } } @@ -17734,31 +17878,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7753, - 7757 + 7803, + 7807 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 21 }, "end": { - "line": 221, + "line": 222, "column": 25 } } }, "range": [ - 7748, - 7757 + 7798, + 7807 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 25 } } @@ -17767,62 +17911,62 @@ "type": "Identifier", "name": "sort", "range": [ - 7758, - 7762 + 7808, + 7812 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 26 }, "end": { - "line": 221, + "line": 222, "column": 30 } } }, "range": [ - 7748, - 7762 + 7798, + 7812 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 30 } } }, "arguments": [], "range": [ - 7748, - 7764 + 7798, + 7814 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 32 } } }, "range": [ - 7748, - 7765 + 7798, + 7815 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 33 } } @@ -17835,16 +17979,16 @@ "object": { "type": "ThisExpression", "range": [ - 7786, - 7790 + 7836, + 7840 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 20 }, "end": { - "line": 222, + "line": 223, "column": 24 } } @@ -17853,31 +17997,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7791, - 7803 + 7841, + 7853 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 25 }, "end": { - "line": 222, + "line": 223, "column": 37 } } }, "range": [ - 7786, - 7803 + 7836, + 7853 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 20 }, "end": { - "line": 222, + "line": 223, "column": 37 } } @@ -17898,16 +18042,16 @@ "object": { "type": "ThisExpression", "range": [ - 7827, - 7831 + 7877, + 7881 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 20 }, "end": { - "line": 223, + "line": 224, "column": 24 } } @@ -17916,31 +18060,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7832, - 7844 + 7882, + 7894 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 25 }, "end": { - "line": 223, + "line": 224, "column": 37 } } }, "range": [ - 7827, - 7844 + 7877, + 7894 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 20 }, "end": { - "line": 223, + "line": 224, "column": 37 } } @@ -17949,157 +18093,157 @@ "type": "Identifier", "name": "sort", "range": [ - 7845, - 7849 + 7895, + 7899 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 38 }, "end": { - "line": 223, + "line": 224, "column": 42 } } }, "range": [ - 7827, - 7849 + 7877, + 7899 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 20 }, "end": { - "line": 223, + "line": 224, "column": 42 } } }, "arguments": [], "range": [ - 7827, - 7851 + 7877, + 7901 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 20 }, "end": { - "line": 223, + "line": 224, "column": 44 } } }, "range": [ - 7827, - 7852 + 7877, + 7902 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 20 }, "end": { - "line": 223, + "line": 224, "column": 45 } } } ], "range": [ - 7805, - 7870 + 7855, + 7920 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 39 }, "end": { - "line": 224, + "line": 225, "column": 17 } } }, "alternate": null, "range": [ - 7782, - 7870 + 7832, + 7920 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 16 }, "end": { - "line": 224, + "line": 225, "column": 17 } } } ], "range": [ - 7730, - 7884 + 7780, + 7934 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 19 }, "end": { - "line": 225, + "line": 226, "column": 13 } } }, "range": [ - 7521, - 7884 + 7571, + 7934 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 12 }, "end": { - "line": 225, + "line": 226, "column": 13 } } } ], "range": [ - 7507, - 7894 + 7557, + 7944 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 42 }, "end": { - "line": 226, + "line": 227, "column": 9 } } }, "alternate": null, "range": [ - 7473, - 7894 + 7523, + 7944 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 9 } }, @@ -18108,16 +18252,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7903, - 7913 + 7953, + 7963 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 18 } } @@ -18141,16 +18285,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7926, - 7928 + 7976, + 7978 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 14 } } @@ -18159,31 +18303,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 7929, - 7939 + 7979, + 7989 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 15 }, "end": { - "line": 228, + "line": 229, "column": 25 } } }, "range": [ - 7926, - 7939 + 7976, + 7989 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 25 } } @@ -18192,31 +18336,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7940, - 7947 + 7990, + 7997 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 26 }, "end": { - "line": 228, + "line": 229, "column": 33 } } }, "range": [ - 7926, - 7947 + 7976, + 7997 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 33 } } @@ -18226,32 +18370,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7948, - 7956 + 7998, + 8006 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 34 }, "end": { - "line": 228, + "line": 229, "column": 42 } } } ], "range": [ - 7926, - 7957 + 7976, + 8007 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 43 } } @@ -18264,47 +18408,47 @@ "value": 1, "raw": "1", "range": [ - 7962, - 7963 + 8012, + 8013 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 48 }, "end": { - "line": 228, + "line": 229, "column": 49 } } }, "prefix": true, "range": [ - 7961, - 7963 + 8011, + 8013 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 47 }, "end": { - "line": 228, + "line": 229, "column": 49 } } }, "range": [ - 7926, - 7963 + 7976, + 8013 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 49 } } @@ -18330,16 +18474,16 @@ "object": { "type": "ThisExpression", "range": [ - 8001, - 8005 + 8051, + 8055 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 20 } } @@ -18348,31 +18492,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8006, - 8010 + 8056, + 8060 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 21 }, "end": { - "line": 230, + "line": 231, "column": 25 } } }, "range": [ - 8001, - 8010 + 8051, + 8060 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 25 } } @@ -18381,31 +18525,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8011, - 8015 + 8061, + 8065 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 26 }, "end": { - "line": 230, + "line": 231, "column": 30 } } }, "range": [ - 8001, - 8015 + 8051, + 8065 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 30 } } @@ -18418,16 +18562,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8016, - 8020 + 8066, + 8070 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 31 }, "end": { - "line": 230, + "line": 231, "column": 35 } } @@ -18436,62 +18580,62 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8021, - 8031 + 8071, + 8081 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 36 }, "end": { - "line": 230, + "line": 231, "column": 46 } } }, "range": [ - 8016, - 8031 + 8066, + 8081 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 31 }, "end": { - "line": 230, + "line": 231, "column": 46 } } } ], "range": [ - 8001, - 8032 + 8051, + 8082 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 47 } } }, "range": [ - 8001, - 8033 + 8051, + 8083 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 48 } } @@ -18504,16 +18648,16 @@ "object": { "type": "ThisExpression", "range": [ - 8054, - 8058 + 8104, + 8108 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 20 }, "end": { - "line": 231, + "line": 232, "column": 24 } } @@ -18522,31 +18666,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8059, - 8071 + 8109, + 8121 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 25 }, "end": { - "line": 231, + "line": 232, "column": 37 } } }, "range": [ - 8054, - 8071 + 8104, + 8121 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 20 }, "end": { - "line": 231, + "line": 232, "column": 37 } } @@ -18567,16 +18711,16 @@ "object": { "type": "ThisExpression", "range": [ - 8095, - 8099 + 8145, + 8149 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 24 } } @@ -18585,31 +18729,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8100, - 8112 + 8150, + 8162 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 25 }, "end": { - "line": 232, + "line": 233, "column": 37 } } }, "range": [ - 8095, - 8112 + 8145, + 8162 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 37 } } @@ -18618,31 +18762,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8113, - 8117 + 8163, + 8167 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 38 }, "end": { - "line": 232, + "line": 233, "column": 42 } } }, "range": [ - 8095, - 8117 + 8145, + 8167 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 42 } } @@ -18655,16 +18799,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8118, - 8122 + 8168, + 8172 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 43 }, "end": { - "line": 232, + "line": 233, "column": 47 } } @@ -18673,94 +18817,94 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8123, - 8133 + 8173, + 8183 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 48 }, "end": { - "line": 232, + "line": 233, "column": 58 } } }, "range": [ - 8118, - 8133 + 8168, + 8183 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 43 }, "end": { - "line": 232, + "line": 233, "column": 58 } } } ], "range": [ - 8095, - 8134 + 8145, + 8184 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 59 } } }, "range": [ - 8095, - 8135 + 8145, + 8185 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 60 } } } ], "range": [ - 8073, - 8153 + 8123, + 8203 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 39 }, "end": { - "line": 233, + "line": 234, "column": 17 } } }, "alternate": null, "range": [ - 8050, - 8153 + 8100, + 8203 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 16 }, "end": { - "line": 233, + "line": 234, "column": 17 } } @@ -18773,16 +18917,16 @@ "object": { "type": "ThisExpression", "range": [ - 8174, - 8178 + 8224, + 8228 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 20 }, "end": { - "line": 234, + "line": 235, "column": 24 } } @@ -18791,31 +18935,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8179, - 8187 + 8229, + 8237 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 25 }, "end": { - "line": 234, + "line": 235, "column": 33 } } }, "range": [ - 8174, - 8187 + 8224, + 8237 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 20 }, "end": { - "line": 234, + "line": 235, "column": 33 } } @@ -18836,16 +18980,16 @@ "object": { "type": "ThisExpression", "range": [ - 8211, - 8215 + 8261, + 8265 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 24 } } @@ -18854,31 +18998,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8216, - 8223 + 8266, + 8273 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 25 }, "end": { - "line": 235, + "line": 236, "column": 32 } } }, "range": [ - 8211, - 8223 + 8261, + 8273 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 32 } } @@ -18887,31 +19031,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8224, - 8228 + 8274, + 8278 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 33 }, "end": { - "line": 235, + "line": 236, "column": 37 } } }, "range": [ - 8211, - 8228 + 8261, + 8278 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 37 } } @@ -18924,16 +19068,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8229, - 8233 + 8279, + 8283 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 38 }, "end": { - "line": 235, + "line": 236, "column": 42 } } @@ -18942,110 +19086,110 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8234, - 8244 + 8284, + 8294 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 43 }, "end": { - "line": 235, + "line": 236, "column": 53 } } }, "range": [ - 8229, - 8244 + 8279, + 8294 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 38 }, "end": { - "line": 235, + "line": 236, "column": 53 } } } ], "range": [ - 8211, - 8245 + 8261, + 8295 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 54 } } }, "range": [ - 8211, - 8246 + 8261, + 8296 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 55 } } } ], "range": [ - 8189, - 8264 + 8239, + 8314 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 35 }, "end": { - "line": 236, + "line": 237, "column": 17 } } }, "alternate": null, "range": [ - 8170, - 8264 + 8220, + 8314 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 16 }, "end": { - "line": 236, + "line": 237, "column": 17 } } } ], "range": [ - 7983, - 8278 + 8033, + 8328 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 237, + "line": 238, "column": 13 } } @@ -19056,16 +19200,16 @@ "type": "Identifier", "name": "e", "range": [ - 8286, - 8287 + 8336, + 8337 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 21 }, "end": { - "line": 237, + "line": 238, "column": 22 } } @@ -19081,16 +19225,16 @@ "type": "Identifier", "name": "Error", "range": [ - 8317, - 8322 + 8367, + 8372 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 26 }, "end": { - "line": 238, + "line": 239, "column": 31 } } @@ -19110,16 +19254,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8323, - 8333 + 8373, + 8383 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 238, + "line": 239, "column": 42 } } @@ -19128,31 +19272,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8334, - 8341 + 8384, + 8391 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 43 }, "end": { - "line": 238, + "line": 239, "column": 50 } } }, "range": [ - 8323, - 8341 + 8373, + 8391 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 238, + "line": 239, "column": 50 } } @@ -19163,16 +19307,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8342, - 8347 + 8392, + 8397 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 51 }, "end": { - "line": 238, + "line": 239, "column": 56 } } @@ -19181,32 +19325,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8349, - 8357 + 8399, + 8407 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 58 }, "end": { - "line": 238, + "line": 239, "column": 66 } } } ], "range": [ - 8323, - 8358 + 8373, + 8408 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 238, + "line": 239, "column": 67 } } @@ -19215,31 +19359,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8380, - 8387 + 8430, + 8437 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 21 }, "end": { - "line": 239, + "line": 240, "column": 28 } } }, "range": [ - 8323, - 8387 + 8373, + 8437 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 239, + "line": 240, "column": 28 } } @@ -19250,16 +19394,16 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8388, - 8393 + 8438, + 8443 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 29 }, "end": { - "line": 239, + "line": 240, "column": 34 } } @@ -19269,110 +19413,110 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8395, - 8406 + 8445, + 8456 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 36 }, "end": { - "line": 239, + "line": 240, "column": 47 } } } ], "range": [ - 8323, - 8407 + 8373, + 8457 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 32 }, "end": { - "line": 239, + "line": 240, "column": 48 } } } ], "range": [ - 8313, - 8408 + 8363, + 8458 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 22 }, "end": { - "line": 239, + "line": 240, "column": 49 } } }, "range": [ - 8307, - 8409 + 8357, + 8459 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 16 }, "end": { - "line": 239, + "line": 240, "column": 50 } } } ], "range": [ - 8289, - 8423 + 8339, + 8473 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 24 }, "end": { - "line": 240, + "line": 241, "column": 13 } } }, "range": [ - 8279, - 8423 + 8329, + 8473 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 14 }, "end": { - "line": 240, + "line": 241, "column": 13 } } }, "finalizer": null, "range": [ - 7979, - 8423 + 8029, + 8473 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 13 } }, @@ -19381,16 +19525,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8423, - 8462 + 8473, + 8512 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 13 }, "end": { - "line": 240, + "line": 241, "column": 52 } } @@ -19399,32 +19543,32 @@ } ], "range": [ - 7965, - 8472 + 8015, + 8522 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 51 }, "end": { - "line": 241, + "line": 242, "column": 9 } } }, "alternate": null, "range": [ - 7922, - 8472 + 7972, + 8522 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 9 } }, @@ -19433,16 +19577,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7903, - 7913 + 7953, + 7963 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 18 } } @@ -19453,16 +19597,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8481, - 8492 + 8531, + 8542 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 19 } } @@ -19486,16 +19630,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8505, - 8507 + 8555, + 8557 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 14 } } @@ -19504,31 +19648,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 8508, - 8519 + 8558, + 8569 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 15 }, "end": { - "line": 243, + "line": 244, "column": 26 } } }, "range": [ - 8505, - 8519 + 8555, + 8569 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 26 } } @@ -19537,31 +19681,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8520, - 8527 + 8570, + 8577 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 27 }, "end": { - "line": 243, + "line": 244, "column": 34 } } }, "range": [ - 8505, - 8527 + 8555, + 8577 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 34 } } @@ -19571,32 +19715,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8528, - 8536 + 8578, + 8586 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 35 }, "end": { - "line": 243, + "line": 244, "column": 43 } } } ], "range": [ - 8505, - 8537 + 8555, + 8587 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 44 } } @@ -19609,47 +19753,47 @@ "value": 1, "raw": "1", "range": [ - 8542, - 8543 + 8592, + 8593 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 49 }, "end": { - "line": 243, + "line": 244, "column": 50 } } }, "prefix": true, "range": [ - 8541, - 8543 + 8591, + 8593 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 48 }, "end": { - "line": 243, + "line": 244, "column": 50 } } }, "range": [ - 8505, - 8543 + 8555, + 8593 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 50 } } @@ -19675,16 +19819,16 @@ "object": { "type": "ThisExpression", "range": [ - 8581, - 8585 + 8631, + 8635 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 20 } } @@ -19693,31 +19837,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8586, - 8590 + 8636, + 8640 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 21 }, "end": { - "line": 245, + "line": 246, "column": 25 } } }, "range": [ - 8581, - 8590 + 8631, + 8640 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 25 } } @@ -19726,31 +19870,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8591, - 8595 + 8641, + 8645 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 26 }, "end": { - "line": 245, + "line": 246, "column": 30 } } }, "range": [ - 8581, - 8595 + 8631, + 8645 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 30 } } @@ -19763,16 +19907,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8596, - 8600 + 8646, + 8650 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 31 }, "end": { - "line": 245, + "line": 246, "column": 35 } } @@ -19781,62 +19925,62 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8601, - 8612 + 8651, + 8662 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 36 }, "end": { - "line": 245, + "line": 246, "column": 47 } } }, "range": [ - 8596, - 8612 + 8646, + 8662 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 31 }, "end": { - "line": 245, + "line": 246, "column": 47 } } } ], "range": [ - 8581, - 8613 + 8631, + 8663 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 48 } } }, "range": [ - 8581, - 8614 + 8631, + 8664 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 49 } } @@ -19849,16 +19993,16 @@ "object": { "type": "ThisExpression", "range": [ - 8635, - 8639 + 8685, + 8689 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 20 }, "end": { - "line": 246, + "line": 247, "column": 24 } } @@ -19867,31 +20011,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8640, - 8652 + 8690, + 8702 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 25 }, "end": { - "line": 246, + "line": 247, "column": 37 } } }, "range": [ - 8635, - 8652 + 8685, + 8702 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 20 }, "end": { - "line": 246, + "line": 247, "column": 37 } } @@ -19912,16 +20056,16 @@ "object": { "type": "ThisExpression", "range": [ - 8676, - 8680 + 8726, + 8730 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 24 } } @@ -19930,31 +20074,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8681, - 8693 + 8731, + 8743 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 25 }, "end": { - "line": 247, + "line": 248, "column": 37 } } }, "range": [ - 8676, - 8693 + 8726, + 8743 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 37 } } @@ -19963,31 +20107,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8694, - 8698 + 8744, + 8748 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 38 }, "end": { - "line": 247, + "line": 248, "column": 42 } } }, "range": [ - 8676, - 8698 + 8726, + 8748 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 42 } } @@ -20000,16 +20144,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8699, - 8703 + 8749, + 8753 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 43 }, "end": { - "line": 247, + "line": 248, "column": 47 } } @@ -20018,94 +20162,94 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8704, - 8715 + 8754, + 8765 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 48 }, "end": { - "line": 247, + "line": 248, "column": 59 } } }, "range": [ - 8699, - 8715 + 8749, + 8765 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 43 }, "end": { - "line": 247, + "line": 248, "column": 59 } } } ], "range": [ - 8676, - 8716 + 8726, + 8766 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 60 } } }, "range": [ - 8676, - 8717 + 8726, + 8767 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 61 } } } ], "range": [ - 8654, - 8735 + 8704, + 8785 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 39 }, "end": { - "line": 248, + "line": 249, "column": 17 } } }, "alternate": null, "range": [ - 8631, - 8735 + 8681, + 8785 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 17 } } @@ -20118,16 +20262,16 @@ "object": { "type": "ThisExpression", "range": [ - 8756, - 8760 + 8806, + 8810 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 20 }, "end": { - "line": 249, + "line": 250, "column": 24 } } @@ -20136,31 +20280,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8761, - 8769 + 8811, + 8819 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 25 }, "end": { - "line": 249, + "line": 250, "column": 33 } } }, "range": [ - 8756, - 8769 + 8806, + 8819 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 20 }, "end": { - "line": 249, + "line": 250, "column": 33 } } @@ -20181,16 +20325,16 @@ "object": { "type": "ThisExpression", "range": [ - 8793, - 8797 + 8843, + 8847 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 20 }, "end": { - "line": 250, + "line": 251, "column": 24 } } @@ -20199,31 +20343,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8798, - 8805 + 8848, + 8855 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 25 }, "end": { - "line": 250, + "line": 251, "column": 32 } } }, "range": [ - 8793, - 8805 + 8843, + 8855 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 20 }, "end": { - "line": 250, + "line": 251, "column": 32 } } @@ -20232,31 +20376,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8806, - 8810 + 8856, + 8860 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 33 }, "end": { - "line": 250, + "line": 251, "column": 37 } } }, "range": [ - 8793, - 8810 + 8843, + 8860 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 20 }, "end": { - "line": 250, + "line": 251, "column": 37 } } @@ -20269,16 +20413,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8811, - 8815 + 8861, + 8865 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 38 }, "end": { - "line": 250, + "line": 251, "column": 42 } } @@ -20287,110 +20431,110 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8816, - 8827 + 8866, + 8877 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 43 }, "end": { - "line": 250, + "line": 251, "column": 54 } } }, "range": [ - 8811, - 8827 + 8861, + 8877 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 38 }, "end": { - "line": 250, + "line": 251, "column": 54 } } } ], "range": [ - 8793, - 8828 + 8843, + 8878 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 20 }, "end": { - "line": 250, + "line": 251, "column": 55 } } }, "range": [ - 8793, - 8829 + 8843, + 8879 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 20 }, "end": { - "line": 250, + "line": 251, "column": 56 } } } ], "range": [ - 8771, - 8847 + 8821, + 8897 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 35 }, "end": { - "line": 251, + "line": 252, "column": 17 } } }, "alternate": null, "range": [ - 8752, - 8847 + 8802, + 8897 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 251, + "line": 252, "column": 17 } } } ], "range": [ - 8563, - 8861 + 8613, + 8911 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 13 } } @@ -20401,16 +20545,16 @@ "type": "Identifier", "name": "e", "range": [ - 8869, - 8870 + 8919, + 8920 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 21 }, "end": { - "line": 252, + "line": 253, "column": 22 } } @@ -20426,16 +20570,16 @@ "type": "Identifier", "name": "Error", "range": [ - 8900, - 8905 + 8950, + 8955 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 26 }, "end": { - "line": 253, + "line": 254, "column": 31 } } @@ -20455,16 +20599,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8906, - 8916 + 8956, + 8966 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 32 }, "end": { - "line": 253, + "line": 254, "column": 42 } } @@ -20473,31 +20617,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8917, - 8924 + 8967, + 8974 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 43 }, "end": { - "line": 253, + "line": 254, "column": 50 } } }, "range": [ - 8906, - 8924 + 8956, + 8974 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 32 }, "end": { - "line": 253, + "line": 254, "column": 50 } } @@ -20508,16 +20652,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8925, - 8930 + 8975, + 8980 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 51 }, "end": { - "line": 253, + "line": 254, "column": 56 } } @@ -20526,32 +20670,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8932, - 8940 + 8982, + 8990 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 58 }, "end": { - "line": 253, + "line": 254, "column": 66 } } } ], "range": [ - 8906, - 8941 + 8956, + 8991 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 32 }, "end": { - "line": 253, + "line": 254, "column": 67 } } @@ -20560,31 +20704,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8963, - 8970 + 9013, + 9020 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 21 }, "end": { - "line": 254, + "line": 255, "column": 28 } } }, "range": [ - 8906, - 8970 + 8956, + 9020 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 32 }, "end": { - "line": 254, + "line": 255, "column": 28 } } @@ -20595,16 +20739,16 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8971, - 8976 + 9021, + 9026 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 29 }, "end": { - "line": 254, + "line": 255, "column": 34 } } @@ -20614,110 +20758,110 @@ "value": "descending", "raw": "'descending'", "range": [ - 8978, - 8990 + 9028, + 9040 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 36 }, "end": { - "line": 254, + "line": 255, "column": 48 } } } ], "range": [ - 8906, - 8991 + 8956, + 9041 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 32 }, "end": { - "line": 254, + "line": 255, "column": 49 } } } ], "range": [ - 8896, - 8992 + 8946, + 9042 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 22 }, "end": { - "line": 254, + "line": 255, "column": 50 } } }, "range": [ - 8890, - 8993 + 8940, + 9043 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 254, + "line": 255, "column": 51 } } } ], "range": [ - 8872, - 9007 + 8922, + 9057 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 24 }, "end": { - "line": 255, + "line": 256, "column": 13 } } }, "range": [ - 8862, - 9007 + 8912, + 9057 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 14 }, "end": { - "line": 255, + "line": 256, "column": 13 } } }, "finalizer": null, "range": [ - 8559, - 9007 + 8609, + 9057 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 12 }, "end": { - "line": 255, + "line": 256, "column": 13 } }, @@ -20726,16 +20870,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9007, - 9046 + 9057, + 9096 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 13 }, "end": { - "line": 255, + "line": 256, "column": 52 } } @@ -20744,32 +20888,32 @@ } ], "range": [ - 8545, - 9056 + 8595, + 9106 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 52 }, "end": { - "line": 256, + "line": 257, "column": 9 } } }, "alternate": null, "range": [ - 8501, - 9056 + 8551, + 9106 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 9 } }, @@ -20778,16 +20922,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8423, - 8462 + 8473, + 8512 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 13 }, "end": { - "line": 240, + "line": 241, "column": 52 } } @@ -20796,16 +20940,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8481, - 8492 + 8531, + 8542 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 19 } } @@ -20822,16 +20966,16 @@ "object": { "type": "ThisExpression", "range": [ - 9066, - 9070 + 9116, + 9120 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 12 } } @@ -20840,31 +20984,31 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9071, - 9080 + 9121, + 9130 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 13 }, "end": { - "line": 258, + "line": 259, "column": 22 } } }, "range": [ - 9066, - 9080 + 9116, + 9130 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 22 } } @@ -20874,16 +21018,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9081, - 9089 + 9131, + 9139 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 23 }, "end": { - "line": 258, + "line": 259, "column": 31 } } @@ -20892,47 +21036,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9091, - 9093 + 9141, + 9143 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 33 }, "end": { - "line": 258, + "line": 259, "column": 35 } } } ], "range": [ - 9066, - 9094 + 9116, + 9144 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 36 } } }, "range": [ - 9066, - 9095 + 9116, + 9145 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 37 } }, @@ -20941,16 +21085,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9007, - 9046 + 9057, + 9096 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 13 }, "end": { - "line": 255, + "line": 256, "column": 52 } } @@ -20966,16 +21110,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9109, - 9111 + 9159, + 9161 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 12 }, "end": { - "line": 260, + "line": 261, "column": 14 } } @@ -20984,31 +21128,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 9112, - 9127 + 9162, + 9177 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 15 }, "end": { - "line": 260, + "line": 261, "column": 30 } } }, "range": [ - 9109, - 9127 + 9159, + 9177 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 12 }, "end": { - "line": 260, + "line": 261, "column": 30 } } @@ -21028,16 +21172,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9143, - 9146 + 9193, + 9196 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 15 } } @@ -21046,31 +21190,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9147, - 9156 + 9197, + 9206 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 16 }, "end": { - "line": 261, + "line": 262, "column": 25 } } }, "range": [ - 9143, - 9156 + 9193, + 9206 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 25 } } @@ -21080,78 +21224,78 @@ "value": "", "raw": "''", "range": [ - 9159, - 9161 + 9209, + 9211 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 28 }, "end": { - "line": 261, + "line": 262, "column": 30 } } }, "range": [ - 9143, - 9161 + 9193, + 9211 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 30 } } }, "range": [ - 9143, - 9162 + 9193, + 9212 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 31 } } } ], "range": [ - 9129, - 9172 + 9179, + 9222 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 32 }, "end": { - "line": 262, + "line": 263, "column": 9 } } }, "alternate": null, "range": [ - 9105, - 9172 + 9155, + 9222 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 9 } } @@ -21167,16 +21311,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9181, - 9184 + 9231, + 9234 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 11 } } @@ -21185,31 +21329,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9185, - 9196 + 9235, + 9246 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 23 } } }, "range": [ - 9181, - 9196 + 9231, + 9246 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 23 } } @@ -21219,47 +21363,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9197, - 9199 + 9247, + 9249 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 24 }, "end": { - "line": 263, + "line": 264, "column": 26 } } } ], "range": [ - 9181, - 9200 + 9231, + 9250 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 27 } } }, "range": [ - 9181, - 9201 + 9231, + 9251 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 28 } } @@ -21275,16 +21419,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9210, - 9213 + 9260, + 9263 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 11 } } @@ -21293,31 +21437,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 9214, - 9226 + 9264, + 9276 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 12 }, "end": { - "line": 264, + "line": 265, "column": 24 } } }, "range": [ - 9210, - 9226 + 9260, + 9276 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 24 } } @@ -21328,16 +21472,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 9227, - 9235 + 9277, + 9285 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 25 }, "end": { - "line": 264, + "line": 265, "column": 33 } } @@ -21347,47 +21491,47 @@ "value": "1", "raw": "'1'", "range": [ - 9237, - 9240 + 9287, + 9290 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 35 }, "end": { - "line": 264, + "line": 265, "column": 38 } } } ], "range": [ - 9210, - 9241 + 9260, + 9291 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 39 } } }, "range": [ - 9210, - 9242 + 9260, + 9292 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 40 } } @@ -21405,16 +21549,16 @@ "object": { "type": "ThisExpression", "range": [ - 9252, - 9256 + 9302, + 9306 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 12 } } @@ -21423,31 +21567,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 9257, - 9264 + 9307, + 9314 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 13 }, "end": { - "line": 266, + "line": 267, "column": 20 } } }, "range": [ - 9252, - 9264 + 9302, + 9314 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 20 } } @@ -21456,31 +21600,31 @@ "type": "Identifier", "name": "emit", "range": [ - 9265, - 9269 + 9315, + 9319 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 21 }, "end": { - "line": 266, + "line": 267, "column": 25 } } }, "range": [ - 9252, - 9269 + 9302, + 9319 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 25 } } @@ -21491,16 +21635,16 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 9270, - 9295 + 9320, + 9345 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 26 }, "end": { - "line": 266, + "line": 267, "column": 51 } } @@ -21509,16 +21653,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9297, - 9299 + 9347, + 9349 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 53 }, "end": { - "line": 266, + "line": 267, "column": 55 } } @@ -21527,16 +21671,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9301, - 9309 + 9351, + 9359 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 57 }, "end": { - "line": 266, + "line": 267, "column": 65 } } @@ -21545,63 +21689,63 @@ "type": "Identifier", "name": "flt", "range": [ - 9311, - 9314 + 9361, + 9364 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 67 }, "end": { - "line": 266, + "line": 267, "column": 70 } } } ], "range": [ - 9252, - 9315 + 9302, + 9365 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 71 } } }, "range": [ - 9252, - 9316 + 9302, + 9366 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 72 } } } ], "range": [ - 4174, - 9322 + 4216, + 9372 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 20 }, "end": { - "line": 267, + "line": 268, "column": 5 } } @@ -21609,16 +21753,16 @@ "generator": false, "expression": false, "range": [ - 4163, - 9322 + 4205, + 9372 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 9 }, "end": { - "line": 267, + "line": 268, "column": 5 } } @@ -21626,16 +21770,16 @@ "kind": "method", "computed": false, "range": [ - 4158, - 9322 + 4200, + 9372 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 4 }, "end": { - "line": 267, + "line": 268, "column": 5 } }, @@ -21644,16 +21788,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4067, - 4153 + 4109, + 4195 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 4 }, "end": { - "line": 126, + "line": 127, "column": 7 } } @@ -21664,16 +21808,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9328, - 9458 + 9378, + 9508 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 4 }, "end": { - "line": 273, + "line": 274, "column": 7 } } @@ -21687,16 +21831,16 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9463, - 9472 + 9513, + 9522 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 4 }, "end": { - "line": 274, + "line": 275, "column": 13 } } @@ -21709,16 +21853,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9473, - 9481 + 9523, + 9531 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 14 }, "end": { - "line": 274, + "line": 275, "column": 22 } } @@ -21727,16 +21871,16 @@ "type": "Identifier", "name": "ul", "range": [ - 9483, - 9485 + 9533, + 9535 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 24 }, "end": { - "line": 274, + "line": 275, "column": 26 } } @@ -21754,16 +21898,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9501, - 9503 + 9551, + 9553 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 14 } } @@ -21774,16 +21918,16 @@ "object": { "type": "ThisExpression", "range": [ - 9506, - 9510 + 9556, + 9560 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 17 }, "end": { - "line": 275, + "line": 276, "column": 21 } } @@ -21792,46 +21936,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9511, - 9513 + 9561, + 9563 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 22 }, "end": { - "line": 275, + "line": 276, "column": 24 } } }, "range": [ - 9506, - 9513 + 9556, + 9563 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 17 }, "end": { - "line": 275, + "line": 276, "column": 24 } } }, "range": [ - 9501, - 9513 + 9551, + 9563 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 24 } } @@ -21839,16 +21983,16 @@ ], "kind": "let", "range": [ - 9497, - 9514 + 9547, + 9564 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 8 }, "end": { - "line": 275, + "line": 276, "column": 25 } } @@ -21862,16 +22006,16 @@ "type": "Identifier", "name": "chkCt", "range": [ - 9527, - 9532 + 9577, + 9582 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 17 } } @@ -21884,16 +22028,16 @@ "object": { "type": "ThisExpression", "range": [ - 9535, - 9539 + 9585, + 9589 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 20 }, "end": { - "line": 276, + "line": 277, "column": 24 } } @@ -21902,31 +22046,31 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 9540, - 9550 + 9590, + 9600 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 25 }, "end": { - "line": 276, + "line": 277, "column": 35 } } }, "range": [ - 9535, - 9550 + 9585, + 9600 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 20 }, "end": { - "line": 276, + "line": 277, "column": 35 } } @@ -21936,16 +22080,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9551, - 9559 + 9601, + 9609 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 36 }, "end": { - "line": 276, + "line": 277, "column": 44 } } @@ -21954,47 +22098,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9561, - 9563 + 9611, + 9613 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 46 }, "end": { - "line": 276, + "line": 277, "column": 48 } } } ], "range": [ - 9535, - 9564 + 9585, + 9614 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 20 }, "end": { - "line": 276, + "line": 277, "column": 49 } } }, "range": [ - 9527, - 9564 + 9577, + 9614 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 49 } } @@ -22002,16 +22146,16 @@ ], "kind": "let", "range": [ - 9523, - 9565 + 9573, + 9615 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 276, + "line": 277, "column": 50 } } @@ -22027,16 +22171,16 @@ "type": "Identifier", "name": "y", "range": [ - 9584, - 9585 + 9634, + 9635 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 17 }, "end": { - "line": 278, + "line": 279, "column": 18 } } @@ -22046,31 +22190,31 @@ "value": 0, "raw": "0", "range": [ - 9588, - 9589 + 9638, + 9639 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 21 }, "end": { - "line": 278, + "line": 279, "column": 22 } } }, "range": [ - 9584, - 9589 + 9634, + 9639 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 17 }, "end": { - "line": 278, + "line": 279, "column": 22 } } @@ -22078,16 +22222,16 @@ ], "kind": "let", "range": [ - 9580, - 9589 + 9630, + 9639 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 13 }, "end": { - "line": 278, + "line": 279, "column": 22 } } @@ -22099,16 +22243,16 @@ "type": "Identifier", "name": "y", "range": [ - 9591, - 9592 + 9641, + 9642 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 24 }, "end": { - "line": 278, + "line": 279, "column": 25 } } @@ -22122,16 +22266,16 @@ "object": { "type": "ThisExpression", "range": [ - 9595, - 9599 + 9645, + 9649 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 28 }, "end": { - "line": 278, + "line": 279, "column": 32 } } @@ -22140,31 +22284,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9600, - 9604 + 9650, + 9654 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 33 }, "end": { - "line": 278, + "line": 279, "column": 37 } } }, "range": [ - 9595, - 9604 + 9645, + 9654 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 28 }, "end": { - "line": 278, + "line": 279, "column": 37 } } @@ -22173,46 +22317,46 @@ "type": "Identifier", "name": "length", "range": [ - 9605, - 9611 + 9655, + 9661 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 38 }, "end": { - "line": 278, + "line": 279, "column": 44 } } }, "range": [ - 9595, - 9611 + 9645, + 9661 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 28 }, "end": { - "line": 278, + "line": 279, "column": 44 } } }, "range": [ - 9591, - 9611 + 9641, + 9661 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 24 }, "end": { - "line": 278, + "line": 279, "column": 44 } } @@ -22224,32 +22368,32 @@ "type": "Identifier", "name": "y", "range": [ - 9613, - 9614 + 9663, + 9664 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 46 }, "end": { - "line": 278, + "line": 279, "column": 47 } } }, "prefix": false, "range": [ - 9613, - 9616 + 9663, + 9666 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 46 }, "end": { - "line": 278, + "line": 279, "column": 49 } } @@ -22266,16 +22410,16 @@ "type": "Identifier", "name": "val", "range": [ - 9636, - 9639 + 9686, + 9689 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 19 } } @@ -22289,16 +22433,16 @@ "object": { "type": "ThisExpression", "range": [ - 9642, - 9646 + 9692, + 9696 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 22 }, "end": { - "line": 279, + "line": 280, "column": 26 } } @@ -22307,31 +22451,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9647, - 9651 + 9697, + 9701 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 27 }, "end": { - "line": 279, + "line": 280, "column": 31 } } }, "range": [ - 9642, - 9651 + 9692, + 9701 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 22 }, "end": { - "line": 279, + "line": 280, "column": 31 } } @@ -22340,46 +22484,46 @@ "type": "Identifier", "name": "y", "range": [ - 9652, - 9653 + 9702, + 9703 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 32 }, "end": { - "line": 279, + "line": 280, "column": 33 } } }, "range": [ - 9642, - 9654 + 9692, + 9704 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 22 }, "end": { - "line": 279, + "line": 280, "column": 34 } } }, "range": [ - 9636, - 9654 + 9686, + 9704 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 34 } } @@ -22387,16 +22531,16 @@ ], "kind": "let", "range": [ - 9632, - 9655 + 9682, + 9705 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 12 }, "end": { - "line": 279, + "line": 280, "column": 35 } }, @@ -22405,16 +22549,16 @@ "type": "Line", "value": "item value", "range": [ - 9656, - 9668 + 9706, + 9718 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 48 } } @@ -22430,16 +22574,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 9685, - 9688 + 9735, + 9738 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 19 } } @@ -22452,16 +22596,16 @@ "object": { "type": "ThisExpression", "range": [ - 9691, - 9695 + 9741, + 9745 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 26 } } @@ -22470,31 +22614,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 9696, - 9704 + 9746, + 9754 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 27 }, "end": { - "line": 280, + "line": 281, "column": 35 } } }, "range": [ - 9691, - 9704 + 9741, + 9754 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 35 } } @@ -22508,16 +22652,16 @@ "object": { "type": "ThisExpression", "range": [ - 9707, - 9711 + 9757, + 9761 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 38 }, "end": { - "line": 280, + "line": 281, "column": 42 } } @@ -22526,31 +22670,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 9712, - 9719 + 9762, + 9769 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 43 }, "end": { - "line": 280, + "line": 281, "column": 50 } } }, "range": [ - 9707, - 9719 + 9757, + 9769 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 38 }, "end": { - "line": 280, + "line": 281, "column": 50 } } @@ -22559,31 +22703,31 @@ "type": "Identifier", "name": "y", "range": [ - 9720, - 9721 + 9770, + 9771 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 51 }, "end": { - "line": 280, + "line": 281, "column": 52 } } }, "range": [ - 9707, - 9722 + 9757, + 9772 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 38 }, "end": { - "line": 280, + "line": 281, "column": 53 } } @@ -22592,46 +22736,46 @@ "type": "Identifier", "name": "val", "range": [ - 9725, - 9728 + 9775, + 9778 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 56 }, "end": { - "line": 280, + "line": 281, "column": 59 } } }, "range": [ - 9691, - 9728 + 9741, + 9778 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 59 } } }, "range": [ - 9685, - 9728 + 9735, + 9778 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 59 } } @@ -22639,16 +22783,16 @@ ], "kind": "let", "range": [ - 9681, - 9729 + 9731, + 9779 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 60 } }, @@ -22657,16 +22801,16 @@ "type": "Line", "value": "item value", "range": [ - 9656, - 9668 + 9706, + 9718 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 48 } } @@ -22677,16 +22821,16 @@ "type": "Line", "value": "item text", "range": [ - 9730, - 9741 + 9780, + 9791 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 61 }, "end": { - "line": 280, + "line": 281, "column": 72 } } @@ -22702,16 +22846,16 @@ "type": "Identifier", "name": "li", "range": [ - 9758, - 9760 + 9808, + 9810 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 16 }, "end": { - "line": 281, + "line": 282, "column": 18 } } @@ -22725,16 +22869,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9763, - 9766 + 9813, + 9816 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 21 }, "end": { - "line": 281, + "line": 282, "column": 24 } } @@ -22743,31 +22887,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 9767, - 9782 + 9817, + 9832 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 25 }, "end": { - "line": 281, + "line": 282, "column": 40 } } }, "range": [ - 9763, - 9782 + 9813, + 9832 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 21 }, "end": { - "line": 281, + "line": 282, "column": 40 } } @@ -22789,16 +22933,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9800, - 9802 + 9850, + 9852 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 18 } } @@ -22807,31 +22951,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 9803, - 9809 + 9853, + 9859 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 19 }, "end": { - "line": 282, + "line": 283, "column": 25 } } }, "range": [ - 9800, - 9809 + 9850, + 9859 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 25 } } @@ -22840,31 +22984,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9810, - 9818 + 9860, + 9868 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 26 }, "end": { - "line": 282, + "line": 283, "column": 34 } } }, "range": [ - 9800, - 9819 + 9850, + 9869 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 35 } } @@ -22874,31 +23018,31 @@ "value": "_", "raw": "'_'", "range": [ - 9822, - 9825 + 9872, + 9875 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 38 }, "end": { - "line": 282, + "line": 283, "column": 41 } } }, "range": [ - 9800, - 9825 + 9850, + 9875 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 41 } } @@ -22910,16 +23054,16 @@ "type": "Identifier", "name": "y", "range": [ - 9829, - 9830 + 9879, + 9880 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 45 }, "end": { - "line": 282, + "line": 283, "column": 46 } } @@ -22928,46 +23072,46 @@ "type": "Identifier", "name": "chkCt", "range": [ - 9833, - 9838 + 9883, + 9888 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 49 }, "end": { - "line": 282, + "line": 283, "column": 54 } } }, "range": [ - 9829, - 9838 + 9879, + 9888 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 45 }, "end": { - "line": 282, + "line": 283, "column": 54 } } }, "range": [ - 9800, - 9839 + 9850, + 9889 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 55 } } @@ -22976,16 +23120,16 @@ "type": "Identifier", "name": "val", "range": [ - 9841, - 9844 + 9891, + 9894 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 57 }, "end": { - "line": 282, + "line": 283, "column": 60 } } @@ -22994,47 +23138,47 @@ "type": "Identifier", "name": "lbl", "range": [ - 9846, - 9849 + 9896, + 9899 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 62 }, "end": { - "line": 282, + "line": 283, "column": 65 } } } ], "range": [ - 9763, - 9850 + 9813, + 9900 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 21 }, "end": { - "line": 282, + "line": 283, "column": 66 } } }, "range": [ - 9758, - 9850 + 9808, + 9900 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 66 } } @@ -23042,16 +23186,16 @@ ], "kind": "let", "range": [ - 9754, - 9851 + 9804, + 9901 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 67 } }, @@ -23060,16 +23204,16 @@ "type": "Line", "value": "item text", "range": [ - 9730, - 9741 + 9780, + 9791 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 61 }, "end": { - "line": 280, + "line": 281, "column": 72 } } @@ -23088,16 +23232,16 @@ "type": "Identifier", "name": "li", "range": [ - 9864, - 9866 + 9914, + 9916 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 14 } } @@ -23106,31 +23250,31 @@ "type": "Identifier", "name": "className", "range": [ - 9867, - 9876 + 9917, + 9926 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 15 }, "end": { - "line": 283, + "line": 284, "column": 24 } } }, "range": [ - 9864, - 9876 + 9914, + 9926 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 24 } } @@ -23141,16 +23285,16 @@ "object": { "type": "ThisExpression", "range": [ - 9879, - 9883 + 9929, + 9933 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 27 }, "end": { - "line": 283, + "line": 284, "column": 31 } } @@ -23159,61 +23303,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 9884, - 9905 + 9934, + 9955 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 32 }, "end": { - "line": 283, + "line": 284, "column": 53 } } }, "range": [ - 9879, - 9905 + 9929, + 9955 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 27 }, "end": { - "line": 283, + "line": 284, "column": 53 } } }, "range": [ - 9864, - 9905 + 9914, + 9955 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 53 } } }, "range": [ - 9864, - 9906 + 9914, + 9956 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 54 } } @@ -23233,16 +23377,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9923, - 9925 + 9973, + 9975 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 18 } } @@ -23251,31 +23395,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 9926, - 9939 + 9976, + 9989 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 19 }, "end": { - "line": 284, + "line": 285, "column": 32 } } }, "range": [ - 9923, - 9939 + 9973, + 9989 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 32 } } @@ -23287,16 +23431,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9943, - 9945 + 9993, + 9995 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 36 }, "end": { - "line": 284, + "line": 285, "column": 38 } } @@ -23305,46 +23449,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 9946, - 9968 + 9996, + 10018 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 39 }, "end": { - "line": 284, + "line": 285, "column": 61 } } }, "range": [ - 9943, - 9968 + 9993, + 10018 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 36 }, "end": { - "line": 284, + "line": 285, "column": 61 } } }, "range": [ - 9923, - 9968 + 9973, + 10018 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 61 } } @@ -23358,16 +23502,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 9988, - 9991 + 10038, + 10041 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 19 } } @@ -23376,31 +23520,31 @@ "type": "Identifier", "name": "has", "range": [ - 9992, - 9995 + 10042, + 10045 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 20 }, "end": { - "line": 285, + "line": 286, "column": 23 } } }, "range": [ - 9988, - 9995 + 10038, + 10045 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 23 } } @@ -23412,16 +23556,16 @@ "object": { "type": "ThisExpression", "range": [ - 9996, - 10000 + 10046, + 10050 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 24 }, "end": { - "line": 285, + "line": 286, "column": 28 } } @@ -23430,31 +23574,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 10001, - 10013 + 10051, + 10063 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 29 }, "end": { - "line": 285, + "line": 286, "column": 41 } } }, "range": [ - 9996, - 10013 + 10046, + 10063 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 24 }, "end": { - "line": 285, + "line": 286, "column": 41 } } @@ -23468,16 +23612,16 @@ "type": "Identifier", "name": "Str", "range": [ - 10035, - 10038 + 10085, + 10088 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 23 } } @@ -23486,31 +23630,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10039, - 10048 + 10089, + 10098 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 24 }, "end": { - "line": 286, + "line": 287, "column": 33 } } }, "range": [ - 10035, - 10048 + 10085, + 10098 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 33 } } @@ -23520,16 +23664,16 @@ "type": "Identifier", "name": "val", "range": [ - 10049, - 10052 + 10099, + 10102 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 34 }, "end": { - "line": 286, + "line": 287, "column": 37 } } @@ -23541,16 +23685,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10054, - 10056 + 10104, + 10106 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 41 } } @@ -23559,47 +23703,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10057, - 10066 + 10107, + 10116 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 42 }, "end": { - "line": 286, + "line": 287, "column": 51 } } }, "range": [ - 10054, - 10066 + 10104, + 10116 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 51 } } } ], "range": [ - 10035, - 10067 + 10085, + 10117 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 52 } } @@ -23611,16 +23755,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10069, - 10071 + 10119, + 10121 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 54 }, "end": { - "line": 286, + "line": 287, "column": 56 } } @@ -23629,62 +23773,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10072, - 10081 + 10122, + 10131 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 57 }, "end": { - "line": 286, + "line": 287, "column": 66 } } }, "range": [ - 10069, - 10081 + 10119, + 10131 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 54 }, "end": { - "line": 286, + "line": 287, "column": 66 } } } ], "range": [ - 9988, - 10082 + 10038, + 10132 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 67 } } }, "range": [ - 9923, - 10082 + 9973, + 10132 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 67 } } @@ -23703,16 +23847,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10102, - 10105 + 10152, + 10155 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 19 } } @@ -23721,31 +23865,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 10106, - 10114 + 10156, + 10164 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 20 }, "end": { - "line": 287, + "line": 288, "column": 28 } } }, "range": [ - 10102, - 10114 + 10152, + 10164 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 28 } } @@ -23755,16 +23899,16 @@ "type": "Identifier", "name": "li", "range": [ - 10115, - 10117 + 10165, + 10167 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 29 }, "end": { - "line": 287, + "line": 288, "column": 31 } } @@ -23775,16 +23919,16 @@ "object": { "type": "ThisExpression", "range": [ - 10119, - 10123 + 10169, + 10173 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 33 }, "end": { - "line": 287, + "line": 288, "column": 37 } } @@ -23793,62 +23937,62 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 10124, - 10153 + 10174, + 10203 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 38 }, "end": { - "line": 287, + "line": 288, "column": 67 } } }, "range": [ - 10119, - 10153 + 10169, + 10203 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 33 }, "end": { - "line": 287, + "line": 288, "column": 67 } } } ], "range": [ - 10102, - 10154 + 10152, + 10204 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 68 } } }, "range": [ - 10102, - 10155 + 10152, + 10205 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 69 } } @@ -23868,16 +24012,16 @@ "type": "Identifier", "name": "li", "range": [ - 10172, - 10174 + 10222, + 10224 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 18 } } @@ -23886,31 +24030,31 @@ "type": "Identifier", "name": "check", "range": [ - 10175, - 10180 + 10225, + 10230 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 19 }, "end": { - "line": 288, + "line": 289, "column": 24 } } }, "range": [ - 10172, - 10180 + 10222, + 10230 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 24 } } @@ -23919,31 +24063,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 10181, - 10189 + 10231, + 10239 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 25 }, "end": { - "line": 288, + "line": 289, "column": 33 } } }, "range": [ - 10172, - 10189 + 10222, + 10239 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 33 } } @@ -23953,46 +24097,46 @@ "value": true, "raw": "true", "range": [ - 10192, - 10196 + 10242, + 10246 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 36 }, "end": { - "line": 288, + "line": 289, "column": 40 } } }, "range": [ - 10172, - 10196 + 10222, + 10246 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 40 } } }, "range": [ - 10172, - 10197 + 10222, + 10247 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 41 } } @@ -24009,16 +24153,16 @@ "type": "Identifier", "name": "li", "range": [ - 10214, - 10216 + 10264, + 10266 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 18 } } @@ -24027,31 +24171,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 10217, - 10225 + 10267, + 10275 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 19 }, "end": { - "line": 289, + "line": 290, "column": 27 } } }, "range": [ - 10214, - 10225 + 10264, + 10275 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 27 } } @@ -24061,62 +24205,62 @@ "value": true, "raw": "true", "range": [ - 10228, - 10232 + 10278, + 10282 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 30 }, "end": { - "line": 289, + "line": 290, "column": 34 } } }, "range": [ - 10214, - 10232 + 10264, + 10282 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 34 } } }, "range": [ - 10214, - 10233 + 10264, + 10283 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 35 } } } ], "range": [ - 10084, - 10247 + 10134, + 10297 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 69 }, "end": { - "line": 290, + "line": 291, "column": 13 } } @@ -24135,16 +24279,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10271, - 10276 + 10321, + 10326 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 21 } } @@ -24153,31 +24297,31 @@ "type": "Identifier", "name": "add", "range": [ - 10277, - 10280 + 10327, + 10330 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 22 }, "end": { - "line": 291, + "line": 292, "column": 25 } } }, "range": [ - 10271, - 10280 + 10321, + 10330 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 25 } } @@ -24190,16 +24334,16 @@ "type": "Identifier", "name": "li", "range": [ - 10281, - 10283 + 10331, + 10333 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 26 }, "end": { - "line": 291, + "line": 292, "column": 28 } } @@ -24208,31 +24352,31 @@ "type": "Identifier", "name": "check", "range": [ - 10284, - 10289 + 10334, + 10339 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 29 }, "end": { - "line": 291, + "line": 292, "column": 34 } } }, "range": [ - 10281, - 10289 + 10331, + 10339 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 26 }, "end": { - "line": 291, + "line": 292, "column": 34 } } @@ -24242,16 +24386,16 @@ "value": "click", "raw": "'click'", "range": [ - 10291, - 10298 + 10341, + 10348 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 36 }, "end": { - "line": 291, + "line": 292, "column": 43 } } @@ -24264,16 +24408,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10301, - 10304 + 10351, + 10354 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 46 }, "end": { - "line": 291, + "line": 292, "column": 49 } } @@ -24287,16 +24431,16 @@ "object": { "type": "ThisExpression", "range": [ - 10309, - 10313 + 10359, + 10363 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 54 }, "end": { - "line": 291, + "line": 292, "column": 58 } } @@ -24305,31 +24449,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 10314, - 10325 + 10364, + 10375 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 59 }, "end": { - "line": 291, + "line": 292, "column": 70 } } }, "range": [ - 10309, - 10325 + 10359, + 10375 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 54 }, "end": { - "line": 291, + "line": 292, "column": 70 } } @@ -24339,32 +24483,32 @@ "type": "Identifier", "name": "evt", "range": [ - 10326, - 10329 + 10376, + 10379 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 71 }, "end": { - "line": 291, + "line": 292, "column": 74 } } } ], "range": [ - 10309, - 10330 + 10359, + 10380 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 54 }, "end": { - "line": 291, + "line": 292, "column": 75 } } @@ -24372,78 +24516,78 @@ "generator": false, "expression": true, "range": [ - 10300, - 10330 + 10350, + 10380 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 45 }, "end": { - "line": 291, + "line": 292, "column": 75 } } } ], "range": [ - 10271, - 10331 + 10321, + 10381 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 76 } } }, "range": [ - 10271, - 10332 + 10321, + 10382 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 77 } } } ], "range": [ - 10253, - 10346 + 10303, + 10396 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 19 }, "end": { - "line": 292, + "line": 293, "column": 13 } } }, "range": [ - 9919, - 10346 + 9969, + 10396 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 13 } } @@ -24459,16 +24603,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10359, - 10361 + 10409, + 10411 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 14 } } @@ -24477,31 +24621,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10362, - 10373 + 10412, + 10423 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 15 }, "end": { - "line": 293, + "line": 294, "column": 26 } } }, "range": [ - 10359, - 10373 + 10409, + 10423 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 26 } } @@ -24511,47 +24655,47 @@ "type": "Identifier", "name": "li", "range": [ - 10374, - 10376 + 10424, + 10426 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 27 }, "end": { - "line": 293, + "line": 294, "column": 29 } } } ], "range": [ - 10359, - 10377 + 10409, + 10427 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 30 } } }, "range": [ - 10359, - 10378 + 10409, + 10428 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 31 } } @@ -24565,16 +24709,16 @@ "type": "Identifier", "name": "val", "range": [ - 10396, - 10399 + 10446, + 10449 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 19 } } @@ -24584,31 +24728,31 @@ "value": "", "raw": "''", "range": [ - 10404, - 10406 + 10454, + 10456 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 24 }, "end": { - "line": 295, + "line": 296, "column": 26 } } }, "range": [ - 10396, - 10406 + 10446, + 10456 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 26 } } @@ -24631,16 +24775,16 @@ "type": "Identifier", "name": "li", "range": [ - 10459, - 10461 + 10509, + 10511 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 18 } } @@ -24649,31 +24793,31 @@ "type": "Identifier", "name": "style", "range": [ - 10462, - 10467 + 10512, + 10517 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 19 }, "end": { - "line": 297, + "line": 298, "column": 24 } } }, "range": [ - 10459, - 10467 + 10509, + 10517 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 24 } } @@ -24682,81 +24826,80 @@ "type": "Identifier", "name": "display", "range": [ - 10468, - 10475 + 10518, + 10525 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 25 }, "end": { - "line": 297, + "line": 298, "column": 32 } } }, "range": [ - 10459, - 10475 + 10509, + 10525 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 32 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 10478, - 10484 + 10528, + 10532 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 35 }, "end": { - "line": 297, - "column": 41 + "line": 298, + "column": 39 } } }, "range": [ - 10459, - 10484 + 10509, + 10532 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, - "column": 41 + "line": 298, + "column": 39 } } }, "range": [ - 10459, - 10485 + 10509, + 10533 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, - "column": 42 + "line": 298, + "column": 40 } }, "leadingComments": [ @@ -24764,16 +24907,16 @@ "type": "Line", "value": "item is hidden", "range": [ - 10426, - 10442 + 10476, + 10492 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 32 } } @@ -24782,79 +24925,79 @@ } ], "range": [ - 10408, - 10499 + 10458, + 10547 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 28 }, "end": { - "line": 298, + "line": 299, "column": 13 } } }, "alternate": null, "range": [ - 10392, - 10499 + 10442, + 10547 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 12 }, "end": { - "line": 298, + "line": 299, "column": 13 } } } ], "range": [ - 9618, - 10509 + 9668, + 10557 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 51 }, "end": { - "line": 299, + "line": 300, "column": 9 } } }, "range": [ - 9575, - 10509 + 9625, + 10557 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 8 }, "end": { - "line": 299, + "line": 300, "column": 9 } } } ], "range": [ - 9487, - 10515 + 9537, + 10563 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 28 }, "end": { - "line": 300, + "line": 301, "column": 5 } } @@ -24862,16 +25005,16 @@ "generator": false, "expression": false, "range": [ - 9472, - 10515 + 9522, + 10563 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 13 }, "end": { - "line": 300, + "line": 301, "column": 5 } } @@ -24879,16 +25022,16 @@ "kind": "method", "computed": false, "range": [ - 9463, - 10515 + 9513, + 10563 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 4 }, "end": { - "line": 300, + "line": 301, "column": 5 } }, @@ -24897,16 +25040,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9328, - 9458 + 9378, + 9508 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 4 }, "end": { - "line": 273, + "line": 274, "column": 7 } } @@ -24917,16 +25060,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10521, - 10655 + 10569, + 10703 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 4 }, "end": { - "line": 306, + "line": 307, "column": 7 } } @@ -24940,16 +25083,16 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 10660, - 10670 + 10708, + 10718 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 4 }, "end": { - "line": 307, + "line": 308, "column": 14 } } @@ -24962,16 +25105,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10671, - 10679 + 10719, + 10727 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 15 }, "end": { - "line": 307, + "line": 308, "column": 23 } } @@ -24980,16 +25123,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10681, - 10683 + 10729, + 10731 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 25 }, "end": { - "line": 307, + "line": 308, "column": 27 } } @@ -25007,16 +25150,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10699, - 10701 + 10747, + 10749 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 14 } } @@ -25027,16 +25170,16 @@ "object": { "type": "ThisExpression", "range": [ - 10704, - 10708 + 10752, + 10756 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 17 }, "end": { - "line": 308, + "line": 309, "column": 21 } } @@ -25045,46 +25188,46 @@ "type": "Identifier", "name": "tf", "range": [ - 10709, - 10711 + 10757, + 10759 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 22 }, "end": { - "line": 308, + "line": 309, "column": 24 } } }, "range": [ - 10704, - 10711 + 10752, + 10759 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 17 }, "end": { - "line": 308, + "line": 309, "column": 24 } } }, "range": [ - 10699, - 10711 + 10747, + 10759 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 24 } } @@ -25092,16 +25235,16 @@ ], "kind": "let", "range": [ - 10695, - 10712 + 10743, + 10760 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 8 }, "end": { - "line": 308, + "line": 309, "column": 25 } } @@ -25115,16 +25258,16 @@ "type": "Identifier", "name": "chkCt", "range": [ - 10725, - 10730 + 10773, + 10778 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 12 }, "end": { - "line": 309, + "line": 310, "column": 17 } } @@ -25134,31 +25277,31 @@ "value": 1, "raw": "1", "range": [ - 10733, - 10734 + 10781, + 10782 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 20 }, "end": { - "line": 309, + "line": 310, "column": 21 } } }, "range": [ - 10725, - 10734 + 10773, + 10782 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 12 }, "end": { - "line": 309, + "line": 310, "column": 21 } } @@ -25166,16 +25309,16 @@ ], "kind": "let", "range": [ - 10721, - 10735 + 10769, + 10783 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 22 } } @@ -25189,16 +25332,16 @@ "type": "Identifier", "name": "li0", "range": [ - 10748, - 10751 + 10796, + 10799 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 12 }, "end": { - "line": 310, + "line": 311, "column": 15 } } @@ -25212,16 +25355,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10754, - 10757 + 10802, + 10805 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 18 }, "end": { - "line": 310, + "line": 311, "column": 21 } } @@ -25230,31 +25373,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 10758, - 10773 + 10806, + 10821 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 22 }, "end": { - "line": 310, + "line": 311, "column": 37 } } }, "range": [ - 10754, - 10773 + 10802, + 10821 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 18 }, "end": { - "line": 310, + "line": 311, "column": 37 } } @@ -25273,16 +25416,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10787, - 10789 + 10835, + 10837 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 14 } } @@ -25291,31 +25434,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 10790, - 10796 + 10838, + 10844 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 15 }, "end": { - "line": 311, + "line": 312, "column": 21 } } }, "range": [ - 10787, - 10796 + 10835, + 10844 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 21 } } @@ -25324,31 +25467,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10797, - 10805 + 10845, + 10853 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 22 }, "end": { - "line": 311, + "line": 312, "column": 30 } } }, "range": [ - 10787, - 10806 + 10835, + 10854 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 31 } } @@ -25358,31 +25501,31 @@ "value": "_0", "raw": "'_0'", "range": [ - 10809, - 10813 + 10857, + 10861 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 34 }, "end": { - "line": 311, + "line": 312, "column": 38 } } }, "range": [ - 10787, - 10813 + 10835, + 10861 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 38 } } @@ -25392,16 +25535,16 @@ "value": "", "raw": "''", "range": [ - 10815, - 10817 + 10863, + 10865 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 40 }, "end": { - "line": 311, + "line": 312, "column": 42 } } @@ -25413,16 +25556,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10819, - 10821 + 10867, + 10869 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 44 }, "end": { - "line": 311, + "line": 312, "column": 46 } } @@ -25431,62 +25574,62 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 10822, - 10836 + 10870, + 10884 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 47 }, "end": { - "line": 311, + "line": 312, "column": 61 } } }, "range": [ - 10819, - 10836 + 10867, + 10884 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 44 }, "end": { - "line": 311, + "line": 312, "column": 61 } } } ], "range": [ - 10754, - 10837 + 10802, + 10885 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 18 }, "end": { - "line": 311, + "line": 312, "column": 62 } } }, "range": [ - 10748, - 10837 + 10796, + 10885 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 12 }, "end": { - "line": 311, + "line": 312, "column": 62 } } @@ -25494,16 +25637,16 @@ ], "kind": "let", "range": [ - 10744, - 10838 + 10792, + 10886 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 63 } } @@ -25520,16 +25663,16 @@ "type": "Identifier", "name": "li0", "range": [ - 10847, - 10850 + 10895, + 10898 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 312, + "line": 313, "column": 11 } } @@ -25538,31 +25681,31 @@ "type": "Identifier", "name": "className", "range": [ - 10851, - 10860 + 10899, + 10908 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 12 }, "end": { - "line": 312, + "line": 313, "column": 21 } } }, "range": [ - 10847, - 10860 + 10895, + 10908 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 312, + "line": 313, "column": 21 } } @@ -25573,16 +25716,16 @@ "object": { "type": "ThisExpression", "range": [ - 10863, - 10867 + 10911, + 10915 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 24 }, "end": { - "line": 312, + "line": 313, "column": 28 } } @@ -25591,61 +25734,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 10868, - 10889 + 10916, + 10937 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 29 }, "end": { - "line": 312, + "line": 313, "column": 50 } } }, "range": [ - 10863, - 10889 + 10911, + 10937 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 24 }, "end": { - "line": 312, + "line": 313, "column": 50 } } }, "range": [ - 10847, - 10889 + 10895, + 10937 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 312, + "line": 313, "column": 50 } } }, "range": [ - 10847, - 10890 + 10895, + 10938 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 312, + "line": 313, "column": 51 } } @@ -25661,16 +25804,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10899, - 10901 + 10947, + 10949 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 10 } } @@ -25679,31 +25822,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10902, - 10913 + 10950, + 10961 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 11 }, "end": { - "line": 313, + "line": 314, "column": 22 } } }, "range": [ - 10899, - 10913 + 10947, + 10961 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 22 } } @@ -25713,47 +25856,47 @@ "type": "Identifier", "name": "li0", "range": [ - 10914, - 10917 + 10962, + 10965 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 23 }, "end": { - "line": 313, + "line": 314, "column": 26 } } } ], "range": [ - 10899, - 10918 + 10947, + 10966 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 27 } } }, "range": [ - 10899, - 10919 + 10947, + 10967 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 28 } } @@ -25769,16 +25912,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10929, - 10934 + 10977, + 10982 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 13 } } @@ -25787,31 +25930,31 @@ "type": "Identifier", "name": "add", "range": [ - 10935, - 10938 + 10983, + 10986 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 14 }, "end": { - "line": 315, + "line": 316, "column": 17 } } }, "range": [ - 10929, - 10938 + 10977, + 10986 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 17 } } @@ -25824,16 +25967,16 @@ "type": "Identifier", "name": "li0", "range": [ - 10939, - 10942 + 10987, + 10990 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 18 }, "end": { - "line": 315, + "line": 316, "column": 21 } } @@ -25842,31 +25985,31 @@ "type": "Identifier", "name": "check", "range": [ - 10943, - 10948 + 10991, + 10996 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 22 }, "end": { - "line": 315, + "line": 316, "column": 27 } } }, "range": [ - 10939, - 10948 + 10987, + 10996 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 18 }, "end": { - "line": 315, + "line": 316, "column": 27 } } @@ -25876,16 +26019,16 @@ "value": "click", "raw": "'click'", "range": [ - 10950, - 10957 + 10998, + 11005 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 29 }, "end": { - "line": 315, + "line": 316, "column": 36 } } @@ -25898,16 +26041,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10960, - 10963 + 11008, + 11011 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 39 }, "end": { - "line": 315, + "line": 316, "column": 42 } } @@ -25921,16 +26064,16 @@ "object": { "type": "ThisExpression", "range": [ - 10968, - 10972 + 11016, + 11020 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 47 }, "end": { - "line": 315, + "line": 316, "column": 51 } } @@ -25939,31 +26082,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 10973, - 10984 + 11021, + 11032 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 52 }, "end": { - "line": 315, + "line": 316, "column": 63 } } }, "range": [ - 10968, - 10984 + 11016, + 11032 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 47 }, "end": { - "line": 315, + "line": 316, "column": 63 } } @@ -25973,32 +26116,32 @@ "type": "Identifier", "name": "evt", "range": [ - 10985, - 10988 + 11033, + 11036 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 64 }, "end": { - "line": 315, + "line": 316, "column": 67 } } } ], "range": [ - 10968, - 10989 + 11016, + 11037 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 47 }, "end": { - "line": 315, + "line": 316, "column": 68 } } @@ -26006,47 +26149,47 @@ "generator": false, "expression": true, "range": [ - 10959, - 10989 + 11007, + 11037 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 38 }, "end": { - "line": 315, + "line": 316, "column": 68 } } } ], "range": [ - 10929, - 10990 + 10977, + 11038 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 69 } } }, "range": [ - 10929, - 10991 + 10977, + 11039 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 70 } } @@ -26062,16 +26205,16 @@ "object": { "type": "ThisExpression", "range": [ - 11006, - 11010 + 11054, + 11058 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 13 }, "end": { - "line": 317, + "line": 318, "column": 17 } } @@ -26080,47 +26223,47 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 11011, - 11037 + 11059, + 11085 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 18 }, "end": { - "line": 317, + "line": 318, "column": 44 } } }, "range": [ - 11006, - 11037 + 11054, + 11085 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 13 }, "end": { - "line": 317, + "line": 318, "column": 44 } } }, "prefix": true, "range": [ - 11005, - 11037 + 11053, + 11085 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 44 } } @@ -26143,16 +26286,16 @@ "type": "Identifier", "name": "li0", "range": [ - 11053, - 11056 + 11101, + 11104 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 15 } } @@ -26161,31 +26304,31 @@ "type": "Identifier", "name": "style", "range": [ - 11057, - 11062 + 11105, + 11110 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 16 }, "end": { - "line": 318, + "line": 319, "column": 21 } } }, "range": [ - 11053, - 11062 + 11101, + 11110 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 21 } } @@ -26194,112 +26337,111 @@ "type": "Identifier", "name": "display", "range": [ - 11063, - 11070 + 11111, + 11118 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 22 }, "end": { - "line": 318, + "line": 319, "column": 29 } } }, "range": [ - 11053, - 11070 + 11101, + 11118 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 29 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 11073, - 11079 + 11121, + 11125 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 32 }, "end": { - "line": 318, - "column": 38 + "line": 319, + "column": 36 } } }, "range": [ - 11053, - 11079 + 11101, + 11125 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, - "column": 38 + "line": 319, + "column": 36 } } }, "range": [ - 11053, - 11080 + 11101, + 11126 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, - "column": 39 + "line": 319, + "column": 37 } } } ], "range": [ - 11039, - 11090 + 11087, + 11136 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 46 }, "end": { - "line": 319, + "line": 320, "column": 9 } } }, "alternate": null, "range": [ - 11001, - 11090 + 11049, + 11136 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 8 }, "end": { - "line": 319, + "line": 320, "column": 9 } } @@ -26313,16 +26455,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11104, - 11106 + 11150, + 11152 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 12 }, "end": { - "line": 321, + "line": 322, "column": 14 } } @@ -26331,31 +26473,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 11107, - 11124 + 11153, + 11170 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 15 }, "end": { - "line": 321, + "line": 322, "column": 32 } } }, "range": [ - 11104, - 11124 + 11150, + 11170 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 12 }, "end": { - "line": 321, + "line": 322, "column": 32 } } @@ -26372,16 +26514,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11144, - 11147 + 11190, + 11193 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 16 }, "end": { - "line": 322, + "line": 323, "column": 19 } } @@ -26395,16 +26537,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11150, - 11153 + 11196, + 11199 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 22 }, "end": { - "line": 322, + "line": 323, "column": 25 } } @@ -26413,31 +26555,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11154, - 11169 + 11200, + 11215 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 26 }, "end": { - "line": 322, + "line": 323, "column": 41 } } }, "range": [ - 11150, - 11169 + 11196, + 11215 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 22 }, "end": { - "line": 322, + "line": 323, "column": 41 } } @@ -26456,16 +26598,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11187, - 11189 + 11233, + 11235 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 18 } } @@ -26474,31 +26616,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11190, - 11196 + 11236, + 11242 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 19 }, "end": { - "line": 323, + "line": 324, "column": 25 } } }, "range": [ - 11187, - 11196 + 11233, + 11242 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 25 } } @@ -26507,31 +26649,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11197, - 11205 + 11243, + 11251 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 26 }, "end": { - "line": 323, + "line": 324, "column": 34 } } }, "range": [ - 11187, - 11206 + 11233, + 11252 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 35 } } @@ -26541,31 +26683,31 @@ "value": "_1", "raw": "'_1'", "range": [ - 11209, - 11213 + 11255, + 11259 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 38 }, "end": { - "line": 323, + "line": 324, "column": 42 } } }, "range": [ - 11187, - 11213 + 11233, + 11259 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 42 } } @@ -26577,16 +26719,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11215, - 11217 + 11261, + 11263 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 44 }, "end": { - "line": 323, + "line": 324, "column": 46 } } @@ -26595,31 +26737,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11218, - 11228 + 11264, + 11274 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 47 }, "end": { - "line": 323, + "line": 324, "column": 57 } } }, "range": [ - 11215, - 11228 + 11261, + 11274 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 44 }, "end": { - "line": 323, + "line": 324, "column": 57 } } @@ -26631,16 +26773,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11230, - 11232 + 11276, + 11278 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 59 }, "end": { - "line": 323, + "line": 324, "column": 61 } } @@ -26649,62 +26791,62 @@ "type": "Identifier", "name": "emptyText", "range": [ - 11233, - 11242 + 11279, + 11288 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 62 }, "end": { - "line": 323, + "line": 324, "column": 71 } } }, "range": [ - 11230, - 11242 + 11276, + 11288 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 59 }, "end": { - "line": 323, + "line": 324, "column": 71 } } } ], "range": [ - 11150, - 11243 + 11196, + 11289 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 22 }, "end": { - "line": 323, + "line": 324, "column": 72 } } }, "range": [ - 11144, - 11243 + 11190, + 11289 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 72 } } @@ -26712,16 +26854,16 @@ ], "kind": "let", "range": [ - 11140, - 11244 + 11186, + 11290 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 323, + "line": 324, "column": 73 } } @@ -26738,16 +26880,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11257, - 11260 + 11303, + 11306 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 15 } } @@ -26756,31 +26898,31 @@ "type": "Identifier", "name": "className", "range": [ - 11261, - 11270 + 11307, + 11316 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 16 }, "end": { - "line": 324, + "line": 325, "column": 25 } } }, "range": [ - 11257, - 11270 + 11303, + 11316 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 25 } } @@ -26791,16 +26933,16 @@ "object": { "type": "ThisExpression", "range": [ - 11273, - 11277 + 11319, + 11323 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 28 }, "end": { - "line": 324, + "line": 325, "column": 32 } } @@ -26809,61 +26951,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11278, - 11299 + 11324, + 11345 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 33 }, "end": { - "line": 324, + "line": 325, "column": 54 } } }, "range": [ - 11273, - 11299 + 11319, + 11345 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 28 }, "end": { - "line": 324, + "line": 325, "column": 54 } } }, "range": [ - 11257, - 11299 + 11303, + 11345 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 54 } } }, "range": [ - 11257, - 11300 + 11303, + 11346 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 55 } } @@ -26879,16 +27021,16 @@ "type": "Identifier", "name": "ul", "range": [ - 11313, - 11315 + 11359, + 11361 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 12 }, "end": { - "line": 325, + "line": 326, "column": 14 } } @@ -26897,31 +27039,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11316, - 11327 + 11362, + 11373 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 15 }, "end": { - "line": 325, + "line": 326, "column": 26 } } }, "range": [ - 11313, - 11327 + 11359, + 11373 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 12 }, "end": { - "line": 325, + "line": 326, "column": 26 } } @@ -26931,47 +27073,47 @@ "type": "Identifier", "name": "li1", "range": [ - 11328, - 11331 + 11374, + 11377 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 27 }, "end": { - "line": 325, + "line": 326, "column": 30 } } } ], "range": [ - 11313, - 11332 + 11359, + 11378 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 12 }, "end": { - "line": 325, + "line": 326, "column": 31 } } }, "range": [ - 11313, - 11333 + 11359, + 11379 ], "loc": { "start": { - "line": 325, + "line": 326, "column": 12 }, "end": { - "line": 325, + "line": 326, "column": 32 } } @@ -26987,16 +27129,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11346, - 11351 + 11392, + 11397 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 17 } } @@ -27005,31 +27147,31 @@ "type": "Identifier", "name": "add", "range": [ - 11352, - 11355 + 11398, + 11401 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 18 }, "end": { - "line": 326, + "line": 327, "column": 21 } } }, "range": [ - 11346, - 11355 + 11392, + 11401 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 21 } } @@ -27042,16 +27184,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11356, - 11359 + 11402, + 11405 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 22 }, "end": { - "line": 326, + "line": 327, "column": 25 } } @@ -27060,31 +27202,31 @@ "type": "Identifier", "name": "check", "range": [ - 11360, - 11365 + 11406, + 11411 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 26 }, "end": { - "line": 326, + "line": 327, "column": 31 } } }, "range": [ - 11356, - 11365 + 11402, + 11411 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 22 }, "end": { - "line": 326, + "line": 327, "column": 31 } } @@ -27094,16 +27236,16 @@ "value": "click", "raw": "'click'", "range": [ - 11367, - 11374 + 11413, + 11420 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 33 }, "end": { - "line": 326, + "line": 327, "column": 40 } } @@ -27116,16 +27258,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11377, - 11380 + 11423, + 11426 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 43 }, "end": { - "line": 326, + "line": 327, "column": 46 } } @@ -27139,16 +27281,16 @@ "object": { "type": "ThisExpression", "range": [ - 11385, - 11389 + 11431, + 11435 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 51 }, "end": { - "line": 326, + "line": 327, "column": 55 } } @@ -27157,31 +27299,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11390, - 11401 + 11436, + 11447 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 56 }, "end": { - "line": 326, + "line": 327, "column": 67 } } }, "range": [ - 11385, - 11401 + 11431, + 11447 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 51 }, "end": { - "line": 326, + "line": 327, "column": 67 } } @@ -27191,32 +27333,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11402, - 11405 + 11448, + 11451 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 68 }, "end": { - "line": 326, + "line": 327, "column": 71 } } } ], "range": [ - 11385, - 11406 + 11431, + 11452 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 51 }, "end": { - "line": 326, + "line": 327, "column": 72 } } @@ -27224,47 +27366,47 @@ "generator": false, "expression": true, "range": [ - 11376, - 11406 + 11422, + 11452 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 42 }, "end": { - "line": 326, + "line": 327, "column": 72 } } } ], "range": [ - 11346, - 11407 + 11392, + 11453 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 73 } } }, "range": [ - 11346, - 11408 + 11392, + 11454 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 74 } } @@ -27278,79 +27420,79 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11421, - 11426 + 11467, + 11472 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 12 }, "end": { - "line": 327, + "line": 328, "column": 17 } } }, "prefix": false, "range": [ - 11421, - 11428 + 11467, + 11474 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 12 }, "end": { - "line": 327, + "line": 328, "column": 19 } } }, "range": [ - 11421, - 11429 + 11467, + 11475 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 12 }, "end": { - "line": 327, + "line": 328, "column": 20 } } } ], "range": [ - 11126, - 11439 + 11172, + 11485 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 34 }, "end": { - "line": 328, + "line": 329, "column": 9 } } }, "alternate": null, "range": [ - 11100, - 11439 + 11146, + 11485 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 9 } } @@ -27364,16 +27506,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11453, - 11455 + 11499, + 11501 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 12 }, "end": { - "line": 330, + "line": 331, "column": 14 } } @@ -27382,31 +27524,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 11456, - 11476 + 11502, + 11522 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 15 }, "end": { - "line": 330, + "line": 331, "column": 35 } } }, "range": [ - 11453, - 11476 + 11499, + 11522 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 12 }, "end": { - "line": 330, + "line": 331, "column": 35 } } @@ -27423,16 +27565,16 @@ "type": "Identifier", "name": "li2", "range": [ - 11496, - 11499 + 11542, + 11545 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 16 }, "end": { - "line": 331, + "line": 332, "column": 19 } } @@ -27446,16 +27588,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11502, - 11505 + 11548, + 11551 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 22 }, "end": { - "line": 331, + "line": 332, "column": 25 } } @@ -27464,31 +27606,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11506, - 11521 + 11552, + 11567 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 26 }, "end": { - "line": 331, + "line": 332, "column": 41 } } }, "range": [ - 11502, - 11521 + 11548, + 11567 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 22 }, "end": { - "line": 331, + "line": 332, "column": 41 } } @@ -27507,16 +27649,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11539, - 11541 + 11585, + 11587 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 18 } } @@ -27525,31 +27667,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11542, - 11548 + 11588, + 11594 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 19 }, "end": { - "line": 332, + "line": 333, "column": 25 } } }, "range": [ - 11539, - 11548 + 11585, + 11594 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 25 } } @@ -27558,31 +27700,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11549, - 11557 + 11595, + 11603 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 26 }, "end": { - "line": 332, + "line": 333, "column": 34 } } }, "range": [ - 11539, - 11558 + 11585, + 11604 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 35 } } @@ -27592,31 +27734,31 @@ "value": "_2", "raw": "'_2'", "range": [ - 11561, - 11565 + 11607, + 11611 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 38 }, "end": { - "line": 332, + "line": 333, "column": 42 } } }, "range": [ - 11539, - 11565 + 11585, + 11611 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 42 } } @@ -27628,16 +27770,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11583, - 11585 + 11629, + 11631 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 16 }, "end": { - "line": 333, + "line": 334, "column": 18 } } @@ -27646,31 +27788,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11586, - 11596 + 11632, + 11642 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 19 }, "end": { - "line": 333, + "line": 334, "column": 29 } } }, "range": [ - 11583, - 11596 + 11629, + 11642 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 16 }, "end": { - "line": 333, + "line": 334, "column": 29 } } @@ -27682,16 +27824,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11614, - 11616 + 11660, + 11662 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 18 } } @@ -27700,62 +27842,62 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 11617, - 11629 + 11663, + 11675 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 19 }, "end": { - "line": 334, + "line": 335, "column": 31 } } }, "range": [ - 11614, - 11629 + 11660, + 11675 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 31 } } } ], "range": [ - 11502, - 11643 + 11548, + 11689 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 22 }, "end": { - "line": 335, + "line": 336, "column": 13 } } }, "range": [ - 11496, - 11643 + 11542, + 11689 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 16 }, "end": { - "line": 335, + "line": 336, "column": 13 } } @@ -27763,16 +27905,16 @@ ], "kind": "let", "range": [ - 11492, - 11644 + 11538, + 11690 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 12 }, "end": { - "line": 335, + "line": 336, "column": 14 } } @@ -27789,16 +27931,16 @@ "type": "Identifier", "name": "li2", "range": [ - 11657, - 11660 + 11703, + 11706 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 12 }, "end": { - "line": 336, + "line": 337, "column": 15 } } @@ -27807,31 +27949,31 @@ "type": "Identifier", "name": "className", "range": [ - 11661, - 11670 + 11707, + 11716 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 16 }, "end": { - "line": 336, + "line": 337, "column": 25 } } }, "range": [ - 11657, - 11670 + 11703, + 11716 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 12 }, "end": { - "line": 336, + "line": 337, "column": 25 } } @@ -27842,16 +27984,16 @@ "object": { "type": "ThisExpression", "range": [ - 11673, - 11677 + 11719, + 11723 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 28 }, "end": { - "line": 336, + "line": 337, "column": 32 } } @@ -27860,61 +28002,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11678, - 11699 + 11724, + 11745 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 33 }, "end": { - "line": 336, + "line": 337, "column": 54 } } }, "range": [ - 11673, - 11699 + 11719, + 11745 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 28 }, "end": { - "line": 336, + "line": 337, "column": 54 } } }, "range": [ - 11657, - 11699 + 11703, + 11745 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 12 }, "end": { - "line": 336, + "line": 337, "column": 54 } } }, "range": [ - 11657, - 11700 + 11703, + 11746 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 12 }, "end": { - "line": 336, + "line": 337, "column": 55 } } @@ -27930,16 +28072,16 @@ "type": "Identifier", "name": "ul", "range": [ - 11713, - 11715 + 11759, + 11761 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 12 }, "end": { - "line": 337, + "line": 338, "column": 14 } } @@ -27948,31 +28090,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11716, - 11727 + 11762, + 11773 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 15 }, "end": { - "line": 337, + "line": 338, "column": 26 } } }, "range": [ - 11713, - 11727 + 11759, + 11773 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 12 }, "end": { - "line": 337, + "line": 338, "column": 26 } } @@ -27982,47 +28124,47 @@ "type": "Identifier", "name": "li2", "range": [ - 11728, - 11731 + 11774, + 11777 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 27 }, "end": { - "line": 337, + "line": 338, "column": 30 } } } ], "range": [ - 11713, - 11732 + 11759, + 11778 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 12 }, "end": { - "line": 337, + "line": 338, "column": 31 } } }, "range": [ - 11713, - 11733 + 11759, + 11779 ], "loc": { "start": { - "line": 337, + "line": 338, "column": 12 }, "end": { - "line": 337, + "line": 338, "column": 32 } } @@ -28038,16 +28180,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11746, - 11751 + 11792, + 11797 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 12 }, "end": { - "line": 338, + "line": 339, "column": 17 } } @@ -28056,31 +28198,31 @@ "type": "Identifier", "name": "add", "range": [ - 11752, - 11755 + 11798, + 11801 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 18 }, "end": { - "line": 338, + "line": 339, "column": 21 } } }, "range": [ - 11746, - 11755 + 11792, + 11801 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 12 }, "end": { - "line": 338, + "line": 339, "column": 21 } } @@ -28093,16 +28235,16 @@ "type": "Identifier", "name": "li2", "range": [ - 11756, - 11759 + 11802, + 11805 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 22 }, "end": { - "line": 338, + "line": 339, "column": 25 } } @@ -28111,31 +28253,31 @@ "type": "Identifier", "name": "check", "range": [ - 11760, - 11765 + 11806, + 11811 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 26 }, "end": { - "line": 338, + "line": 339, "column": 31 } } }, "range": [ - 11756, - 11765 + 11802, + 11811 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 22 }, "end": { - "line": 338, + "line": 339, "column": 31 } } @@ -28145,16 +28287,16 @@ "value": "click", "raw": "'click'", "range": [ - 11767, - 11774 + 11813, + 11820 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 33 }, "end": { - "line": 338, + "line": 339, "column": 40 } } @@ -28167,16 +28309,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11777, - 11780 + 11823, + 11826 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 43 }, "end": { - "line": 338, + "line": 339, "column": 46 } } @@ -28190,16 +28332,16 @@ "object": { "type": "ThisExpression", "range": [ - 11785, - 11789 + 11831, + 11835 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 51 }, "end": { - "line": 338, + "line": 339, "column": 55 } } @@ -28208,31 +28350,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11790, - 11801 + 11836, + 11847 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 56 }, "end": { - "line": 338, + "line": 339, "column": 67 } } }, "range": [ - 11785, - 11801 + 11831, + 11847 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 51 }, "end": { - "line": 338, + "line": 339, "column": 67 } } @@ -28242,32 +28384,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11802, - 11805 + 11848, + 11851 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 68 }, "end": { - "line": 338, + "line": 339, "column": 71 } } } ], "range": [ - 11785, - 11806 + 11831, + 11852 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 51 }, "end": { - "line": 338, + "line": 339, "column": 72 } } @@ -28275,47 +28417,47 @@ "generator": false, "expression": true, "range": [ - 11776, - 11806 + 11822, + 11852 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 42 }, "end": { - "line": 338, + "line": 339, "column": 72 } } } ], "range": [ - 11746, - 11807 + 11792, + 11853 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 12 }, "end": { - "line": 338, + "line": 339, "column": 73 } } }, "range": [ - 11746, - 11808 + 11792, + 11854 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 12 }, "end": { - "line": 338, + "line": 339, "column": 74 } } @@ -28329,79 +28471,79 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11821, - 11826 + 11867, + 11872 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 17 } } }, "prefix": false, "range": [ - 11821, - 11828 + 11867, + 11874 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 19 } } }, "range": [ - 11821, - 11829 + 11867, + 11875 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 20 } } } ], "range": [ - 11478, - 11839 + 11524, + 11885 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 37 }, "end": { - "line": 340, + "line": 341, "column": 9 } } }, "alternate": null, "range": [ - 11449, - 11839 + 11495, + 11885 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 9 } } @@ -28412,47 +28554,47 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11855, - 11860 + 11901, + 11906 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 15 }, "end": { - "line": 341, + "line": 342, "column": 20 } } }, "range": [ - 11848, - 11861 + 11894, + 11907 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 21 } } } ], "range": [ - 10685, - 11867 + 10733, + 11913 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 29 }, "end": { - "line": 342, + "line": 343, "column": 5 } } @@ -28460,16 +28602,16 @@ "generator": false, "expression": false, "range": [ - 10670, - 11867 + 10718, + 11913 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 14 }, "end": { - "line": 342, + "line": 343, "column": 5 } } @@ -28477,16 +28619,16 @@ "kind": "method", "computed": false, "range": [ - 10660, - 11867 + 10708, + 11913 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 4 }, "end": { - "line": 342, + "line": 343, "column": 5 } }, @@ -28495,16 +28637,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10521, - 10655 + 10569, + 10703 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 4 }, "end": { - "line": 306, + "line": 307, "column": 7 } } @@ -28515,16 +28657,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11873, - 11992 + 11919, + 12038 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 4 }, "end": { - "line": 347, + "line": 348, "column": 7 } } @@ -28538,16 +28680,16 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 11997, - 12015 + 12043, + 12061 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 4 }, "end": { - "line": 348, + "line": 349, "column": 22 } } @@ -28560,16 +28702,16 @@ "type": "Identifier", "name": "o", "range": [ - 12016, - 12017 + 12062, + 12063 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 23 }, "end": { - "line": 348, + "line": 349, "column": 24 } } @@ -28587,32 +28729,32 @@ "type": "Identifier", "name": "o", "range": [ - 12034, - 12035 + 12080, + 12081 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 14 } } }, "prefix": true, "range": [ - 12033, - 12035 + 12079, + 12081 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 14 } } @@ -28624,48 +28766,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12051, - 12058 + 12097, + 12104 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 12 }, "end": { - "line": 350, + "line": 351, "column": 19 } } } ], "range": [ - 12037, - 12068 + 12083, + 12114 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 9 } } }, "alternate": null, "range": [ - 12029, - 12068 + 12075, + 12114 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 8 }, "end": { - "line": 351, + "line": 352, "column": 9 } } @@ -28679,16 +28821,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12082, - 12084 + 12128, + 12130 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 12 }, "end": { - "line": 353, + "line": 354, "column": 14 } } @@ -28699,16 +28841,16 @@ "object": { "type": "ThisExpression", "range": [ - 12087, - 12091 + 12133, + 12137 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 17 }, "end": { - "line": 353, + "line": 354, "column": 21 } } @@ -28717,46 +28859,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12092, - 12094 + 12138, + 12140 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 22 }, "end": { - "line": 353, + "line": 354, "column": 24 } } }, "range": [ - 12087, - 12094 + 12133, + 12140 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 17 }, "end": { - "line": 353, + "line": 354, "column": 24 } } }, "range": [ - 12082, - 12094 + 12128, + 12140 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 12 }, "end": { - "line": 353, + "line": 354, "column": 24 } } @@ -28764,16 +28906,16 @@ ], "kind": "let", "range": [ - 12078, - 12095 + 12124, + 12141 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 8 }, "end": { - "line": 353, + "line": 354, "column": 25 } } @@ -28787,16 +28929,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 12108, - 12116 + 12154, + 12162 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 12 }, "end": { - "line": 354, + "line": 355, "column": 20 } } @@ -28808,16 +28950,16 @@ "type": "Identifier", "name": "o", "range": [ - 12119, - 12120 + 12165, + 12166 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 23 }, "end": { - "line": 354, + "line": 355, "column": 24 } } @@ -28826,46 +28968,46 @@ "type": "Identifier", "name": "value", "range": [ - 12121, - 12126 + 12167, + 12172 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 25 }, "end": { - "line": 354, + "line": 355, "column": 30 } } }, "range": [ - 12119, - 12126 + 12165, + 12172 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 23 }, "end": { - "line": 354, + "line": 355, "column": 30 } } }, "range": [ - 12108, - 12126 + 12154, + 12172 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 12 }, "end": { - "line": 354, + "line": 355, "column": 30 } } @@ -28873,16 +29015,16 @@ ], "kind": "let", "range": [ - 12104, - 12127 + 12150, + 12173 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 8 }, "end": { - "line": 354, + "line": 355, "column": 31 } }, @@ -28891,16 +29033,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12128, - 12148 + 12174, + 12194 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 32 }, "end": { - "line": 354, + "line": 355, "column": 52 } } @@ -28909,16 +29051,16 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12157, - 12211 + 12203, + 12257 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 62 } } @@ -28934,16 +29076,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12224, - 12232 + 12270, + 12278 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 20 } } @@ -28954,16 +29096,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 12235, - 12243 + 12281, + 12289 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 23 }, "end": { - "line": 356, + "line": 357, "column": 31 } } @@ -28984,16 +29126,16 @@ "type": "Identifier", "name": "o", "range": [ - 12244, - 12245 + 12290, + 12291 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 33 } } @@ -29002,31 +29144,31 @@ "type": "Identifier", "name": "id", "range": [ - 12246, - 12248 + 12292, + 12294 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 34 }, "end": { - "line": 356, + "line": 357, "column": 36 } } }, "range": [ - 12244, - 12248 + 12290, + 12294 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 36 } } @@ -29035,31 +29177,31 @@ "type": "Identifier", "name": "split", "range": [ - 12249, - 12254 + 12295, + 12300 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 37 }, "end": { - "line": 356, + "line": 357, "column": 42 } } }, "range": [ - 12244, - 12254 + 12290, + 12300 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 42 } } @@ -29070,32 +29212,32 @@ "value": "_", "raw": "'_'", "range": [ - 12255, - 12258 + 12301, + 12304 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 43 }, "end": { - "line": 356, + "line": 357, "column": 46 } } } ], "range": [ - 12244, - 12259 + 12290, + 12305 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 47 } } @@ -29105,31 +29247,31 @@ "value": 2, "raw": "2", "range": [ - 12260, - 12261 + 12306, + 12307 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 48 }, "end": { - "line": 356, + "line": 357, "column": 49 } } }, "range": [ - 12244, - 12262 + 12290, + 12308 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 50 } } @@ -29139,47 +29281,47 @@ "value": 10, "raw": "10", "range": [ - 12264, - 12266 + 12310, + 12312 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 52 }, "end": { - "line": 356, + "line": 357, "column": 54 } } } ], "range": [ - 12235, - 12267 + 12281, + 12313 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 23 }, "end": { - "line": 356, + "line": 357, "column": 55 } } }, "range": [ - 12224, - 12267 + 12270, + 12313 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 55 } } @@ -29187,16 +29329,16 @@ ], "kind": "let", "range": [ - 12220, - 12268 + 12266, + 12314 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 8 }, "end": { - "line": 356, + "line": 357, "column": 56 } }, @@ -29205,16 +29347,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12128, - 12148 + 12174, + 12194 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 32 }, "end": { - "line": 354, + "line": 355, "column": 52 } } @@ -29223,16 +29365,16 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12157, - 12211 + 12203, + 12257 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 62 } } @@ -29248,16 +29390,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12281, - 12287 + 12327, + 12333 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 12 }, "end": { - "line": 357, + "line": 358, "column": 18 } } @@ -29271,16 +29413,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12290, - 12292 + 12336, + 12338 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 21 }, "end": { - "line": 357, + "line": 358, "column": 23 } } @@ -29289,31 +29431,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 12293, - 12319 + 12339, + 12365 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 24 }, "end": { - "line": 357, + "line": 358, "column": 50 } } }, "range": [ - 12290, - 12319 + 12336, + 12365 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 21 }, "end": { - "line": 357, + "line": 358, "column": 50 } } @@ -29326,16 +29468,16 @@ "type": "Identifier", "name": "o", "range": [ - 12320, - 12321 + 12366, + 12367 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 51 }, "end": { - "line": 357, + "line": 358, "column": 52 } } @@ -29344,62 +29486,62 @@ "type": "Identifier", "name": "id", "range": [ - 12322, - 12324 + 12368, + 12370 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 53 }, "end": { - "line": 357, + "line": 358, "column": 55 } } }, "range": [ - 12320, - 12324 + 12366, + 12370 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 51 }, "end": { - "line": 357, + "line": 358, "column": 55 } } } ], "range": [ - 12290, - 12325 + 12336, + 12371 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 21 }, "end": { - "line": 357, + "line": 358, "column": 56 } } }, "range": [ - 12281, - 12325 + 12327, + 12371 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 12 }, "end": { - "line": 357, + "line": 358, "column": 56 } } @@ -29407,16 +29549,16 @@ ], "kind": "let", "range": [ - 12277, - 12326 + 12323, + 12372 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 357, + "line": 358, "column": 57 } } @@ -29430,16 +29572,16 @@ "type": "Identifier", "name": "itemTag", "range": [ - 12339, - 12346 + 12385, + 12392 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 19 } } @@ -29449,31 +29591,31 @@ "value": "LI", "raw": "'LI'", "range": [ - 12349, - 12353 + 12395, + 12399 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 22 }, "end": { - "line": 358, + "line": 359, "column": 26 } } }, "range": [ - 12339, - 12353 + 12385, + 12399 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 26 } } @@ -29481,16 +29623,16 @@ ], "kind": "let", "range": [ - 12335, - 12354 + 12381, + 12400 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 8 }, "end": { - "line": 358, + "line": 359, "column": 27 } } @@ -29504,16 +29646,16 @@ "type": "Identifier", "name": "n", "range": [ - 12368, - 12369 + 12414, + 12415 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 13 } } @@ -29527,16 +29669,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12372, - 12374 + 12418, + 12420 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 16 }, "end": { - "line": 360, + "line": 361, "column": 18 } } @@ -29545,31 +29687,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 12375, - 12391 + 12421, + 12437 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 19 }, "end": { - "line": 360, + "line": 361, "column": 35 } } }, "range": [ - 12372, - 12391 + 12418, + 12437 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 16 }, "end": { - "line": 360, + "line": 361, "column": 35 } } @@ -29581,16 +29723,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 12392, - 12400 + 12438, + 12446 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 36 }, "end": { - "line": 360, + "line": 361, "column": 44 } } @@ -29600,16 +29742,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12401, - 12407 + 12447, + 12453 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 45 }, "end": { - "line": 360, + "line": 361, "column": 51 } } @@ -29619,63 +29761,63 @@ "value": 10, "raw": "10", "range": [ - 12409, - 12411 + 12455, + 12457 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 53 }, "end": { - "line": 360, + "line": 361, "column": 55 } } } ], "range": [ - 12392, - 12412 + 12438, + 12458 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 36 }, "end": { - "line": 360, + "line": 361, "column": 56 } } } ], "range": [ - 12372, - 12413 + 12418, + 12459 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 16 }, "end": { - "line": 360, + "line": 361, "column": 57 } } }, "range": [ - 12368, - 12413 + 12414, + 12459 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 57 } } @@ -29683,16 +29825,16 @@ ], "kind": "let", "range": [ - 12364, - 12414 + 12410, + 12460 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 58 } } @@ -29706,16 +29848,16 @@ "type": "Identifier", "name": "li", "range": [ - 12427, - 12429 + 12473, + 12475 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 12 }, "end": { - "line": 361, + "line": 362, "column": 14 } } @@ -29730,16 +29872,16 @@ "type": "Identifier", "name": "n", "range": [ - 12432, - 12433 + 12478, + 12479 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 17 }, "end": { - "line": 361, + "line": 362, "column": 18 } } @@ -29748,31 +29890,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 12434, - 12444 + 12480, + 12490 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 19 }, "end": { - "line": 361, + "line": 362, "column": 29 } } }, "range": [ - 12432, - 12444 + 12478, + 12490 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 17 }, "end": { - "line": 361, + "line": 362, "column": 29 } } @@ -29781,46 +29923,46 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12445, - 12453 + 12491, + 12499 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 30 }, "end": { - "line": 361, + "line": 362, "column": 38 } } }, "range": [ - 12432, - 12454 + 12478, + 12500 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 17 }, "end": { - "line": 361, + "line": 362, "column": 39 } } }, "range": [ - 12427, - 12454 + 12473, + 12500 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 12 }, "end": { - "line": 361, + "line": 362, "column": 39 } } @@ -29828,16 +29970,16 @@ ], "kind": "let", "range": [ - 12423, - 12455 + 12469, + 12501 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 40 } } @@ -29851,16 +29993,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12468, - 12476 + 12514, + 12522 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 20 } } @@ -29874,16 +30016,16 @@ "type": "Identifier", "name": "n", "range": [ - 12479, - 12480 + 12525, + 12526 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 23 }, "end": { - "line": 362, + "line": 363, "column": 24 } } @@ -29892,31 +30034,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12481, - 12493 + 12527, + 12539 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 25 }, "end": { - "line": 362, + "line": 363, "column": 37 } } }, "range": [ - 12479, - 12493 + 12525, + 12539 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 23 }, "end": { - "line": 362, + "line": 363, "column": 37 } } @@ -29927,47 +30069,47 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 12494, - 12504 + 12540, + 12550 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 38 }, "end": { - "line": 362, + "line": 363, "column": 48 } } } ], "range": [ - 12479, - 12505 + 12525, + 12551 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 23 }, "end": { - "line": 362, + "line": 363, "column": 49 } } }, "range": [ - 12468, - 12505 + 12514, + 12551 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 49 } } @@ -29975,16 +30117,16 @@ ], "kind": "let", "range": [ - 12464, - 12506 + 12510, + 12552 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 362, + "line": 363, "column": 50 } } @@ -29998,16 +30140,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 12519, - 12527 + 12565, + 12573 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 20 } } @@ -30021,16 +30163,16 @@ "type": "Identifier", "name": "n", "range": [ - 12530, - 12531 + 12576, + 12577 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 23 }, "end": { - "line": 363, + "line": 364, "column": 24 } } @@ -30039,31 +30181,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12532, - 12544 + 12578, + 12590 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 25 }, "end": { - "line": 363, + "line": 364, "column": 37 } } }, "range": [ - 12530, - 12544 + 12576, + 12590 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 23 }, "end": { - "line": 363, + "line": 364, "column": 37 } } @@ -30074,47 +30216,47 @@ "value": "value", "raw": "'value'", "range": [ - 12545, - 12552 + 12591, + 12598 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 38 }, "end": { - "line": 363, + "line": 364, "column": 45 } } } ], "range": [ - 12530, - 12553 + 12576, + 12599 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 23 }, "end": { - "line": 363, + "line": 364, "column": 46 } } }, "range": [ - 12519, - 12553 + 12565, + 12599 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 46 } } @@ -30122,16 +30264,16 @@ ], "kind": "let", "range": [ - 12515, - 12554 + 12561, + 12600 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 8 }, "end": { - "line": 363, + "line": 364, "column": 47 } }, @@ -30140,16 +30282,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12555, - 12578 + 12601, + 12624 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 48 }, "end": { - "line": 363, + "line": 364, "column": 71 } } @@ -30165,16 +30307,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12591, - 12601 + 12637, + 12647 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 12 }, "end": { - "line": 364, + "line": 365, "column": 22 } } @@ -30188,16 +30330,16 @@ "type": "Identifier", "name": "n", "range": [ - 12604, - 12605 + 12650, + 12651 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 25 }, "end": { - "line": 364, + "line": 365, "column": 26 } } @@ -30206,31 +30348,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12606, - 12618 + 12652, + 12664 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 27 }, "end": { - "line": 364, + "line": 365, "column": 39 } } }, "range": [ - 12604, - 12618 + 12650, + 12664 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 25 }, "end": { - "line": 364, + "line": 365, "column": 39 } } @@ -30241,47 +30383,47 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 12619, - 12628 + 12665, + 12674 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 40 }, "end": { - "line": 364, + "line": 365, "column": 49 } } } ], "range": [ - 12604, - 12629 + 12650, + 12675 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 25 }, "end": { - "line": 364, + "line": 365, "column": 50 } } }, "range": [ - 12591, - 12629 + 12637, + 12675 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 12 }, "end": { - "line": 364, + "line": 365, "column": 50 } } @@ -30289,16 +30431,16 @@ ], "kind": "let", "range": [ - 12587, - 12630 + 12633, + 12676 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 8 }, "end": { - "line": 364, + "line": 365, "column": 51 } }, @@ -30307,16 +30449,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12555, - 12578 + 12601, + 12624 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 48 }, "end": { - "line": 363, + "line": 364, "column": 71 } } @@ -30327,16 +30469,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12631, - 12656 + 12677, + 12702 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 52 }, "end": { - "line": 364, + "line": 365, "column": 77 } } @@ -30352,16 +30494,16 @@ "type": "Identifier", "name": "o", "range": [ - 12670, - 12671 + 12716, + 12717 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 12 }, "end": { - "line": 366, + "line": 367, "column": 13 } } @@ -30370,31 +30512,31 @@ "type": "Identifier", "name": "checked", "range": [ - 12672, - 12679 + 12718, + 12725 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 14 }, "end": { - "line": 366, + "line": 367, "column": 21 } } }, "range": [ - 12670, - 12679 + 12716, + 12725 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 12 }, "end": { - "line": 366, + "line": 367, "column": 21 } } @@ -30411,16 +30553,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 12727, - 12735 + 12773, + 12781 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 16 }, "end": { - "line": 368, + "line": 369, "column": 24 } } @@ -30430,31 +30572,31 @@ "value": "", "raw": "''", "range": [ - 12740, - 12742 + 12786, + 12788 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 29 }, "end": { - "line": 368, + "line": 369, "column": 31 } } }, "range": [ - 12727, - 12742 + 12773, + 12788 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 16 }, "end": { - "line": 368, + "line": 369, "column": 31 } } @@ -30471,16 +30613,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12767, - 12777 + 12813, + 12823 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 21 }, "end": { - "line": 369, + "line": 370, "column": 31 } } @@ -30492,16 +30634,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12781, - 12791 + 12827, + 12837 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 35 }, "end": { - "line": 369, + "line": 370, "column": 45 } } @@ -30511,46 +30653,46 @@ "value": "", "raw": "''", "range": [ - 12796, - 12798 + 12842, + 12844 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 50 }, "end": { - "line": 369, + "line": 370, "column": 52 } } }, "range": [ - 12781, - 12798 + 12827, + 12844 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 35 }, "end": { - "line": 369, + "line": 370, "column": 52 } } }, "range": [ - 12767, - 12798 + 12813, + 12844 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 21 }, "end": { - "line": 369, + "line": 370, "column": 52 } } @@ -30567,16 +30709,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 12863, - 12871 + 12909, + 12917 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 24 }, "end": { - "line": 371, + "line": 372, "column": 32 } } @@ -30590,16 +30732,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12874, - 12884 + 12920, + 12930 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 35 }, "end": { - "line": 371, + "line": 372, "column": 45 } } @@ -30608,31 +30750,31 @@ "type": "Identifier", "name": "split", "range": [ - 12885, - 12890 + 12931, + 12936 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 46 }, "end": { - "line": 371, + "line": 372, "column": 51 } } }, "range": [ - 12874, - 12890 + 12920, + 12936 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 35 }, "end": { - "line": 371, + "line": 372, "column": 51 } } @@ -30645,16 +30787,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12891, - 12893 + 12937, + 12939 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 52 }, "end": { - "line": 371, + "line": 372, "column": 54 } } @@ -30663,62 +30805,62 @@ "type": "Identifier", "name": "separator", "range": [ - 12894, - 12903 + 12940, + 12949 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 55 }, "end": { - "line": 371, + "line": 372, "column": 64 } } }, "range": [ - 12891, - 12903 + 12937, + 12949 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 52 }, "end": { - "line": 371, + "line": 372, "column": 64 } } } ], "range": [ - 12874, - 12904 + 12920, + 12950 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 35 }, "end": { - "line": 371, + "line": 372, "column": 65 } } }, "range": [ - 12863, - 12904 + 12909, + 12950 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 24 }, "end": { - "line": 371, + "line": 372, "column": 65 } } @@ -30726,16 +30868,16 @@ ], "kind": "let", "range": [ - 12859, - 12905 + 12905, + 12951 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 20 }, "end": { - "line": 371, + "line": 372, "column": 66 } }, @@ -30744,16 +30886,16 @@ "type": "Line", "value": "items indexes", "range": [ - 12823, - 12838 + 12869, + 12884 ], "loc": { "start": { - "line": 370, + "line": 371, "column": 20 }, "end": { - "line": 370, + "line": 371, "column": 35 } } @@ -30764,16 +30906,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 12926, - 12946 + 12972, + 12992 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 20 }, "end": { - "line": 372, + "line": 373, "column": 40 } } @@ -30791,16 +30933,16 @@ "type": "Identifier", "name": "u", "range": [ - 12976, - 12977 + 13022, + 13023 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 29 }, "end": { - "line": 373, + "line": 374, "column": 30 } } @@ -30810,31 +30952,31 @@ "value": 0, "raw": "0", "range": [ - 12980, - 12981 + 13026, + 13027 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 33 }, "end": { - "line": 373, + "line": 374, "column": 34 } } }, "range": [ - 12976, - 12981 + 13022, + 13027 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 29 }, "end": { - "line": 373, + "line": 374, "column": 34 } } @@ -30842,16 +30984,16 @@ ], "kind": "let", "range": [ - 12972, - 12981 + 13018, + 13027 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 25 }, "end": { - "line": 373, + "line": 374, "column": 34 } } @@ -30863,16 +31005,16 @@ "type": "Identifier", "name": "u", "range": [ - 12983, - 12984 + 13029, + 13030 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 36 }, "end": { - "line": 373, + "line": 374, "column": 37 } } @@ -30884,16 +31026,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 12987, - 12995 + 13033, + 13041 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 40 }, "end": { - "line": 373, + "line": 374, "column": 48 } } @@ -30902,46 +31044,46 @@ "type": "Identifier", "name": "length", "range": [ - 12996, - 13002 + 13042, + 13048 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 49 }, "end": { - "line": 373, + "line": 374, "column": 55 } } }, "range": [ - 12987, - 13002 + 13033, + 13048 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 40 }, "end": { - "line": 373, + "line": 374, "column": 55 } } }, "range": [ - 12983, - 13002 + 13029, + 13048 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 36 }, "end": { - "line": 373, + "line": 374, "column": 55 } } @@ -30953,32 +31095,32 @@ "type": "Identifier", "name": "u", "range": [ - 13004, - 13005 + 13050, + 13051 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 57 }, "end": { - "line": 373, + "line": 374, "column": 58 } } }, "prefix": false, "range": [ - 13004, - 13007 + 13050, + 13053 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 57 }, "end": { - "line": 373, + "line": 374, "column": 60 } } @@ -30995,16 +31137,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13078, - 13082 + 13124, + 13128 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 28 }, "end": { - "line": 375, + "line": 376, "column": 32 } } @@ -31018,16 +31160,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 13085, - 13088 + 13131, + 13134 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 35 }, "end": { - "line": 375, + "line": 376, "column": 38 } } @@ -31036,31 +31178,31 @@ "type": "Identifier", "name": "id", "range": [ - 13089, - 13091 + 13135, + 13137 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 39 }, "end": { - "line": 375, + "line": 376, "column": 41 } } }, "range": [ - 13085, - 13091 + 13131, + 13137 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 35 }, "end": { - "line": 375, + "line": 376, "column": 41 } } @@ -31082,16 +31224,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13092, - 13094 + 13138, + 13140 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 42 }, "end": { - "line": 375, + "line": 376, "column": 44 } } @@ -31100,31 +31242,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 13095, - 13101 + 13141, + 13147 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 45 }, "end": { - "line": 375, + "line": 376, "column": 51 } } }, "range": [ - 13092, - 13101 + 13138, + 13147 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 42 }, "end": { - "line": 375, + "line": 376, "column": 51 } } @@ -31133,31 +31275,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13102, - 13110 + 13148, + 13156 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 52 }, "end": { - "line": 375, + "line": 376, "column": 60 } } }, "range": [ - 13092, - 13111 + 13138, + 13157 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 42 }, "end": { - "line": 375, + "line": 376, "column": 61 } } @@ -31167,31 +31309,31 @@ "value": "_", "raw": "'_'", "range": [ - 13114, - 13117 + 13160, + 13163 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 64 }, "end": { - "line": 375, + "line": 376, "column": 67 } } }, "range": [ - 13092, - 13117 + 13138, + 13163 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 42 }, "end": { - "line": 375, + "line": 376, "column": 67 } } @@ -31203,16 +31345,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13148, - 13156 + 13194, + 13202 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 28 }, "end": { - "line": 376, + "line": 377, "column": 36 } } @@ -31221,77 +31363,77 @@ "type": "Identifier", "name": "u", "range": [ - 13157, - 13158 + 13203, + 13204 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 37 }, "end": { - "line": 376, + "line": 377, "column": 38 } } }, "range": [ - 13148, - 13159 + 13194, + 13205 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 28 }, "end": { - "line": 376, + "line": 377, "column": 39 } } }, "range": [ - 13092, - 13159 + 13138, + 13205 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 42 }, "end": { - "line": 376, + "line": 377, "column": 39 } } } ], "range": [ - 13085, - 13160 + 13131, + 13206 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 35 }, "end": { - "line": 376, + "line": 377, "column": 40 } } }, "range": [ - 13078, - 13160 + 13124, + 13206 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 28 }, "end": { - "line": 376, + "line": 377, "column": 40 } } @@ -31299,16 +31441,16 @@ ], "kind": "let", "range": [ - 13074, - 13161 + 13120, + 13207 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 24 }, "end": { - "line": 376, + "line": 377, "column": 41 } }, @@ -31317,16 +31459,16 @@ "type": "Line", "value": "checked item", "range": [ - 13035, - 13049 + 13081, + 13095 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 24 }, "end": { - "line": 374, + "line": 375, "column": 38 } } @@ -31339,16 +31481,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13190, - 13194 + 13236, + 13240 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 28 }, "end": { - "line": 377, + "line": 378, "column": 32 } } @@ -31368,16 +31510,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13226, - 13230 + 13272, + 13276 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 28 }, "end": { - "line": 378, + "line": 379, "column": 32 } } @@ -31386,31 +31528,31 @@ "type": "Identifier", "name": "checked", "range": [ - 13231, - 13238 + 13277, + 13284 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 33 }, "end": { - "line": 378, + "line": 379, "column": 40 } } }, "range": [ - 13226, - 13238 + 13272, + 13284 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 28 }, "end": { - "line": 378, + "line": 379, "column": 40 } } @@ -31420,46 +31562,46 @@ "value": false, "raw": "false", "range": [ - 13241, - 13246 + 13287, + 13292 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 43 }, "end": { - "line": 378, + "line": 379, "column": 48 } } }, "range": [ - 13226, - 13246 + 13272, + 13292 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 28 }, "end": { - "line": 378, + "line": 379, "column": 48 } } }, "range": [ - 13226, - 13247 + 13272, + 13293 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 28 }, "end": { - "line": 378, + "line": 379, "column": 49 } } @@ -31475,16 +31617,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 13276, - 13279 + 13322, + 13325 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 28 }, "end": { - "line": 379, + "line": 380, "column": 31 } } @@ -31493,31 +31635,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 13280, - 13291 + 13326, + 13337 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 32 }, "end": { - "line": 379, + "line": 380, "column": 43 } } }, "range": [ - 13276, - 13291 + 13322, + 13337 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 28 }, "end": { - "line": 379, + "line": 380, "column": 43 } } @@ -31533,16 +31675,16 @@ "type": "Identifier", "name": "n", "range": [ - 13325, - 13326 + 13371, + 13372 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 32 }, "end": { - "line": 380, + "line": 381, "column": 33 } } @@ -31551,31 +31693,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 13327, - 13337 + 13373, + 13383 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 34 }, "end": { - "line": 380, + "line": 381, "column": 44 } } }, "range": [ - 13325, - 13337 + 13371, + 13383 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 32 }, "end": { - "line": 380, + "line": 381, "column": 44 } } @@ -31587,16 +31729,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13338, - 13346 + 13384, + 13392 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 45 }, "end": { - "line": 380, + "line": 381, "column": 53 } } @@ -31605,46 +31747,46 @@ "type": "Identifier", "name": "u", "range": [ - 13347, - 13348 + 13393, + 13394 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 54 }, "end": { - "line": 380, + "line": 381, "column": 55 } } }, "range": [ - 13338, - 13349 + 13384, + 13395 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 45 }, "end": { - "line": 380, + "line": 381, "column": 56 } } }, "range": [ - 13325, - 13350 + 13371, + 13396 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 32 }, "end": { - "line": 380, + "line": 381, "column": 57 } } @@ -31655,16 +31797,16 @@ "object": { "type": "ThisExpression", "range": [ - 13384, - 13388 + 13430, + 13434 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 32 }, "end": { - "line": 381, + "line": 382, "column": 36 } } @@ -31673,125 +31815,125 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 13389, - 13413 + 13435, + 13459 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 37 }, "end": { - "line": 381, + "line": 382, "column": 61 } } }, "range": [ - 13384, - 13413 + 13430, + 13459 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 32 }, "end": { - "line": 381, + "line": 382, "column": 61 } } } ], "range": [ - 13276, - 13443 + 13322, + 13489 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 28 }, "end": { - "line": 382, + "line": 383, "column": 29 } } }, "range": [ - 13276, - 13444 + 13322, + 13490 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 28 }, "end": { - "line": 382, + "line": 383, "column": 30 } } } ], "range": [ - 13196, - 13470 + 13242, + 13516 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 34 }, "end": { - "line": 383, + "line": 384, "column": 25 } } }, "alternate": null, "range": [ - 13186, - 13470 + 13232, + 13516 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 24 }, "end": { - "line": 383, + "line": 384, "column": 25 } } } ], "range": [ - 13009, - 13492 + 13055, + 13538 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 62 }, "end": { - "line": 384, + "line": 385, "column": 21 } } }, "range": [ - 12967, - 13492 + 13013, + 13538 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 20 }, "end": { - "line": 384, + "line": 385, "column": 21 } }, @@ -31800,16 +31942,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 12926, - 12946 + 12972, + 12992 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 20 }, "end": { - "line": 372, + "line": 373, "column": 40 } } @@ -31818,32 +31960,32 @@ } ], "range": [ - 12801, - 13510 + 12847, + 13556 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 55 }, "end": { - "line": 385, + "line": 386, "column": 17 } } }, "alternate": null, "range": [ - 12762, - 13510 + 12808, + 13556 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 16 }, "end": { - "line": 385, + "line": 386, "column": 17 } } @@ -31859,16 +32001,16 @@ "type": "Identifier", "name": "n", "range": [ - 13527, - 13528 + 13573, + 13574 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 17 } } @@ -31877,31 +32019,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13529, - 13541 + 13575, + 13587 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 18 }, "end": { - "line": 386, + "line": 387, "column": 30 } } }, "range": [ - 13527, - 13541 + 13573, + 13587 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 30 } } @@ -31912,16 +32054,16 @@ "value": "value", "raw": "'value'", "range": [ - 13542, - 13549 + 13588, + 13595 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 31 }, "end": { - "line": 386, + "line": 387, "column": 38 } } @@ -31931,47 +32073,47 @@ "value": "", "raw": "''", "range": [ - 13551, - 13553 + 13597, + 13599 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 40 }, "end": { - "line": 386, + "line": 387, "column": 42 } } } ], "range": [ - 13527, - 13554 + 13573, + 13600 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 43 } } }, "range": [ - 13527, - 13555 + 13573, + 13601 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 44 } } @@ -31987,16 +32129,16 @@ "type": "Identifier", "name": "n", "range": [ - 13572, - 13573 + 13618, + 13619 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 17 } } @@ -32005,31 +32147,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13574, - 13586 + 13620, + 13632 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 18 }, "end": { - "line": 387, + "line": 388, "column": 30 } } }, "range": [ - 13572, - 13586 + 13618, + 13632 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 30 } } @@ -32040,16 +32182,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 13587, - 13596 + 13633, + 13642 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 31 }, "end": { - "line": 387, + "line": 388, "column": 40 } } @@ -32059,63 +32201,63 @@ "value": "", "raw": "''", "range": [ - 13598, - 13600 + 13644, + 13646 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 42 }, "end": { - "line": 387, + "line": 388, "column": 44 } } } ], "range": [ - 13572, - 13601 + 13618, + 13647 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 45 } } }, "range": [ - 13572, - 13602 + 13618, + 13648 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 46 } } } ], "range": [ - 12744, - 13617 + 12790, + 13663 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 33 }, "end": { - "line": 389, + "line": 390, "column": 13 } } @@ -32132,16 +32274,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13641, - 13649 + 13687, + 13695 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 16 }, "end": { - "line": 390, + "line": 391, "column": 24 } } @@ -32152,16 +32294,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13653, - 13661 + 13699, + 13707 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 28 }, "end": { - "line": 390, + "line": 391, "column": 36 } } @@ -32170,16 +32312,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13665, - 13673 + 13711, + 13719 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 40 }, "end": { - "line": 390, + "line": 391, "column": 48 } } @@ -32189,61 +32331,61 @@ "value": "", "raw": "''", "range": [ - 13676, - 13678 + 13722, + 13724 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 51 }, "end": { - "line": 390, + "line": 391, "column": 53 } } }, "range": [ - 13652, - 13678 + 13698, + 13724 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 27 }, "end": { - "line": 390, + "line": 391, "column": 53 } } }, "range": [ - 13641, - 13678 + 13687, + 13724 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 16 }, "end": { - "line": 390, + "line": 391, "column": 53 } } }, "range": [ - 13641, - 13679 + 13687, + 13725 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 16 }, "end": { - "line": 390, + "line": 391, "column": 54 } } @@ -32257,16 +32399,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13696, - 13704 + 13742, + 13750 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 16 }, "end": { - "line": 391, + "line": 392, "column": 24 } } @@ -32280,16 +32422,16 @@ "type": "Identifier", "name": "Str", "range": [ - 13707, - 13710 + 13753, + 13756 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 27 }, "end": { - "line": 391, + "line": 392, "column": 30 } } @@ -32298,31 +32440,31 @@ "type": "Identifier", "name": "trim", "range": [ - 13711, - 13715 + 13757, + 13761 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 31 }, "end": { - "line": 391, + "line": 392, "column": 35 } } }, "range": [ - 13707, - 13715 + 13753, + 13761 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 27 }, "end": { - "line": 391, + "line": 392, "column": 35 } } @@ -32344,16 +32486,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13716, - 13724 + 13762, + 13770 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 36 }, "end": { - "line": 391, + "line": 392, "column": 44 } } @@ -32363,31 +32505,31 @@ "value": " ", "raw": "' '", "range": [ - 13727, - 13730 + 13773, + 13776 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 47 }, "end": { - "line": 391, + "line": 392, "column": 50 } } }, "range": [ - 13716, - 13730 + 13762, + 13776 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 36 }, "end": { - "line": 391, + "line": 392, "column": 50 } } @@ -32396,31 +32538,31 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13733, - 13741 + 13779, + 13787 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 53 }, "end": { - "line": 391, + "line": 392, "column": 61 } } }, "range": [ - 13716, - 13741 + 13762, + 13787 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 36 }, "end": { - "line": 391, + "line": 392, "column": 61 } } @@ -32430,31 +32572,31 @@ "value": " ", "raw": "' '", "range": [ - 13744, - 13747 + 13790, + 13793 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 64 }, "end": { - "line": 391, + "line": 392, "column": 67 } } }, "range": [ - 13716, - 13747 + 13762, + 13793 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 36 }, "end": { - "line": 391, + "line": 392, "column": 67 } } @@ -32466,16 +32608,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13770, - 13772 + 13816, + 13818 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 20 }, "end": { - "line": 392, + "line": 393, "column": 22 } } @@ -32484,92 +32626,92 @@ "type": "Identifier", "name": "orOperator", "range": [ - 13773, - 13783 + 13819, + 13829 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 23 }, "end": { - "line": 392, + "line": 393, "column": 33 } } }, "range": [ - 13770, - 13783 + 13816, + 13829 ], "loc": { "start": { - "line": 392, + "line": 393, "column": 20 }, "end": { - "line": 392, + "line": 393, "column": 33 } } }, "range": [ - 13716, - 13783 + 13762, + 13829 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 36 }, "end": { - "line": 392, + "line": 393, "column": 33 } } } ], "range": [ - 13707, - 13784 + 13753, + 13830 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 27 }, "end": { - "line": 392, + "line": 393, "column": 34 } } }, "range": [ - 13696, - 13784 + 13742, + 13830 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 16 }, "end": { - "line": 392, + "line": 393, "column": 34 } } }, "range": [ - 13696, - 13785 + 13742, + 13831 ], "loc": { "start": { - "line": 391, + "line": 392, "column": 16 }, "end": { - "line": 392, + "line": 393, "column": 35 } } @@ -32583,16 +32725,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13802, - 13810 + 13848, + 13856 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 16 }, "end": { - "line": 393, + "line": 394, "column": 24 } } @@ -32607,16 +32749,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 13813, - 13823 + 13859, + 13869 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 27 }, "end": { - "line": 393, + "line": 394, "column": 37 } } @@ -32625,31 +32767,31 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13826, - 13834 + 13872, + 13880 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 40 }, "end": { - "line": 393, + "line": 394, "column": 48 } } }, "range": [ - 13813, - 13834 + 13859, + 13880 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 27 }, "end": { - "line": 393, + "line": 394, "column": 48 } } @@ -32661,16 +32803,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13837, - 13839 + 13883, + 13885 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 51 }, "end": { - "line": 393, + "line": 394, "column": 53 } } @@ -32679,76 +32821,76 @@ "type": "Identifier", "name": "separator", "range": [ - 13840, - 13849 + 13886, + 13895 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 54 }, "end": { - "line": 393, + "line": 394, "column": 63 } } }, "range": [ - 13837, - 13849 + 13883, + 13895 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 51 }, "end": { - "line": 393, + "line": 394, "column": 63 } } }, "range": [ - 13813, - 13849 + 13859, + 13895 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 27 }, "end": { - "line": 393, + "line": 394, "column": 63 } } }, "range": [ - 13802, - 13849 + 13848, + 13895 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 16 }, "end": { - "line": 393, + "line": 394, "column": 63 } } }, "range": [ - 13802, - 13850 + 13848, + 13896 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 16 }, "end": { - "line": 393, + "line": 394, "column": 64 } } @@ -32764,16 +32906,16 @@ "type": "Identifier", "name": "n", "range": [ - 13867, - 13868 + 13913, + 13914 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 16 }, "end": { - "line": 394, + "line": 395, "column": 17 } } @@ -32782,31 +32924,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13869, - 13881 + 13915, + 13927 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 18 }, "end": { - "line": 394, + "line": 395, "column": 30 } } }, "range": [ - 13867, - 13881 + 13913, + 13927 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 16 }, "end": { - "line": 394, + "line": 395, "column": 30 } } @@ -32817,16 +32959,16 @@ "value": "value", "raw": "'value'", "range": [ - 13882, - 13889 + 13928, + 13935 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 31 }, "end": { - "line": 394, + "line": 395, "column": 38 } } @@ -32835,47 +32977,47 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13891, - 13899 + 13937, + 13945 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 40 }, "end": { - "line": 394, + "line": 395, "column": 48 } } } ], "range": [ - 13867, - 13900 + 13913, + 13946 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 16 }, "end": { - "line": 394, + "line": 395, "column": 49 } } }, "range": [ - 13867, - 13901 + 13913, + 13947 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 16 }, "end": { - "line": 394, + "line": 395, "column": 50 } } @@ -32891,16 +33033,16 @@ "type": "Identifier", "name": "n", "range": [ - 13918, - 13919 + 13964, + 13965 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 16 }, "end": { - "line": 395, + "line": 396, "column": 17 } } @@ -32909,31 +33051,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13920, - 13932 + 13966, + 13978 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 18 }, "end": { - "line": 395, + "line": 396, "column": 30 } } }, "range": [ - 13918, - 13932 + 13964, + 13978 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 16 }, "end": { - "line": 395, + "line": 396, "column": 30 } } @@ -32944,16 +33086,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 13933, - 13942 + 13979, + 13988 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 31 }, "end": { - "line": 395, + "line": 396, "column": 40 } } @@ -32962,47 +33104,47 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13944, - 13952 + 13990, + 13998 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 42 }, "end": { - "line": 395, + "line": 396, "column": 50 } } } ], "range": [ - 13918, - 13953 + 13964, + 13999 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 16 }, "end": { - "line": 395, + "line": 396, "column": 51 } } }, "range": [ - 13918, - 13954 + 13964, + 14000 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 16 }, "end": { - "line": 395, + "line": 396, "column": 52 } }, @@ -33011,16 +33153,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 13971, - 13993 + 14017, + 14039 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 16 }, "end": { - "line": 396, + "line": 397, "column": 38 } } @@ -33038,16 +33180,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14014, - 14017 + 14060, + 14063 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 20 }, "end": { - "line": 397, + "line": 398, "column": 23 } } @@ -33056,31 +33198,31 @@ "type": "Identifier", "name": "id", "range": [ - 14018, - 14020 + 14064, + 14066 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 24 }, "end": { - "line": 397, + "line": 398, "column": 26 } } }, "range": [ - 14014, - 14020 + 14060, + 14066 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 20 }, "end": { - "line": 397, + "line": 398, "column": 26 } } @@ -33099,16 +33241,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14021, - 14023 + 14067, + 14069 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 27 }, "end": { - "line": 397, + "line": 398, "column": 29 } } @@ -33117,31 +33259,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14024, - 14030 + 14070, + 14076 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 30 }, "end": { - "line": 397, + "line": 398, "column": 36 } } }, "range": [ - 14021, - 14030 + 14067, + 14076 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 27 }, "end": { - "line": 397, + "line": 398, "column": 36 } } @@ -33150,31 +33292,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14031, - 14039 + 14077, + 14085 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 37 }, "end": { - "line": 397, + "line": 398, "column": 45 } } }, "range": [ - 14021, - 14040 + 14067, + 14086 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 27 }, "end": { - "line": 397, + "line": 398, "column": 46 } } @@ -33184,47 +33326,47 @@ "value": "_0", "raw": "'_0'", "range": [ - 14043, - 14047 + 14089, + 14093 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 49 }, "end": { - "line": 397, + "line": 398, "column": 53 } } }, "range": [ - 14021, - 14047 + 14067, + 14093 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 27 }, "end": { - "line": 397, + "line": 398, "column": 53 } } } ], "range": [ - 14014, - 14048 + 14060, + 14094 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 20 }, "end": { - "line": 397, + "line": 398, "column": 54 } } @@ -33249,16 +33391,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14072, - 14075 + 14118, + 14121 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 23 } } @@ -33267,31 +33409,31 @@ "type": "Identifier", "name": "id", "range": [ - 14076, - 14078 + 14122, + 14124 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 24 }, "end": { - "line": 398, + "line": 399, "column": 26 } } }, "range": [ - 14072, - 14078 + 14118, + 14124 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 26 } } @@ -33310,16 +33452,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14079, - 14081 + 14125, + 14127 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 27 }, "end": { - "line": 398, + "line": 399, "column": 29 } } @@ -33328,31 +33470,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14082, - 14088 + 14128, + 14134 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 30 }, "end": { - "line": 398, + "line": 399, "column": 36 } } }, "range": [ - 14079, - 14088 + 14125, + 14134 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 27 }, "end": { - "line": 398, + "line": 399, "column": 36 } } @@ -33361,31 +33503,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14089, - 14097 + 14135, + 14143 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 37 }, "end": { - "line": 398, + "line": 399, "column": 45 } } }, "range": [ - 14079, - 14098 + 14125, + 14144 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 27 }, "end": { - "line": 398, + "line": 399, "column": 46 } } @@ -33395,47 +33537,47 @@ "value": "_0", "raw": "'_0'", "range": [ - 14101, - 14105 + 14147, + 14151 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 49 }, "end": { - "line": 398, + "line": 399, "column": 53 } } }, "range": [ - 14079, - 14105 + 14125, + 14151 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 27 }, "end": { - "line": 398, + "line": 399, "column": 53 } } } ], "range": [ - 14072, - 14106 + 14118, + 14152 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 54 } } @@ -33444,31 +33586,31 @@ "type": "Identifier", "name": "checked", "range": [ - 14107, - 14114 + 14153, + 14160 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 55 }, "end": { - "line": 398, + "line": 399, "column": 62 } } }, "range": [ - 14072, - 14114 + 14118, + 14160 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 62 } } @@ -33478,78 +33620,78 @@ "value": false, "raw": "false", "range": [ - 14117, - 14122 + 14163, + 14168 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 65 }, "end": { - "line": 398, + "line": 399, "column": 70 } } }, "range": [ - 14072, - 14122 + 14118, + 14168 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 70 } } }, "range": [ - 14072, - 14123 + 14118, + 14169 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 20 }, "end": { - "line": 398, + "line": 399, "column": 71 } } } ], "range": [ - 14050, - 14141 + 14096, + 14187 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 56 }, "end": { - "line": 399, + "line": 400, "column": 17 } } }, "alternate": null, "range": [ - 14010, - 14141 + 14056, + 14187 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 16 }, "end": { - "line": 399, + "line": 400, "column": 17 } }, @@ -33558,16 +33700,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 13971, - 13993 + 14017, + 14039 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 16 }, "end": { - "line": 396, + "line": 397, "column": 38 } } @@ -33576,31 +33718,31 @@ } ], "range": [ - 13623, - 14155 + 13669, + 14201 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 19 }, "end": { - "line": 400, + "line": 401, "column": 13 } } }, "range": [ - 12723, - 14155 + 12769, + 14201 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 12 }, "end": { - "line": 400, + "line": 401, "column": 13 } }, @@ -33609,16 +33751,16 @@ "type": "Line", "value": "show all item", "range": [ - 12695, - 12710 + 12741, + 12756 ], "loc": { "start": { - "line": 367, + "line": 368, "column": 12 }, "end": { - "line": 367, + "line": 368, "column": 27 } } @@ -33637,16 +33779,16 @@ "type": "Identifier", "name": "li", "range": [ - 14173, - 14175 + 14219, + 14221 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 16 }, "end": { - "line": 402, + "line": 403, "column": 18 } } @@ -33655,31 +33797,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 14176, - 14184 + 14222, + 14230 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 19 }, "end": { - "line": 402, + "line": 403, "column": 27 } } }, "range": [ - 14173, - 14184 + 14219, + 14230 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 16 }, "end": { - "line": 402, + "line": 403, "column": 27 } } @@ -33688,31 +33830,31 @@ "type": "Identifier", "name": "itemTag", "range": [ - 14189, - 14196 + 14235, + 14242 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 32 }, "end": { - "line": 402, + "line": 403, "column": 39 } } }, "range": [ - 14173, - 14196 + 14219, + 14242 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 16 }, "end": { - "line": 402, + "line": 403, "column": 39 } } @@ -33731,16 +33873,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14216, - 14219 + 14262, + 14265 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 19 } } @@ -33749,31 +33891,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 14220, - 14231 + 14266, + 14277 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 20 }, "end": { - "line": 403, + "line": 404, "column": 31 } } }, "range": [ - 14216, - 14231 + 14262, + 14277 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 31 } } @@ -33789,16 +33931,16 @@ "type": "Identifier", "name": "n", "range": [ - 14253, - 14254 + 14299, + 14300 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 20 }, "end": { - "line": 404, + "line": 405, "column": 21 } } @@ -33807,31 +33949,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 14255, - 14265 + 14301, + 14311 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 22 }, "end": { - "line": 404, + "line": 405, "column": 32 } } }, "range": [ - 14253, - 14265 + 14299, + 14311 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 20 }, "end": { - "line": 404, + "line": 405, "column": 32 } } @@ -33841,31 +33983,31 @@ "value": 0, "raw": "0", "range": [ - 14266, - 14267 + 14312, + 14313 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 33 }, "end": { - "line": 404, + "line": 405, "column": 34 } } }, "range": [ - 14253, - 14268 + 14299, + 14314 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 20 }, "end": { - "line": 404, + "line": 405, "column": 35 } } @@ -33876,16 +34018,16 @@ "object": { "type": "ThisExpression", "range": [ - 14270, - 14274 + 14316, + 14320 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 37 }, "end": { - "line": 404, + "line": 405, "column": 41 } } @@ -33894,62 +34036,62 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14275, - 14299 + 14321, + 14345 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 42 }, "end": { - "line": 404, + "line": 405, "column": 66 } } }, "range": [ - 14270, - 14299 + 14316, + 14345 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 37 }, "end": { - "line": 404, + "line": 405, "column": 66 } } } ], "range": [ - 14216, - 14300 + 14262, + 14346 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 404, + "line": 405, "column": 67 } } }, "range": [ - 14216, - 14301 + 14262, + 14347 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 404, + "line": 405, "column": 68 } } @@ -33965,16 +34107,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14318, - 14321 + 14364, + 14367 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 19 } } @@ -33983,31 +34125,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 14322, - 14330 + 14368, + 14376 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 20 }, "end": { - "line": 405, + "line": 406, "column": 28 } } }, "range": [ - 14318, - 14330 + 14364, + 14376 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 28 } } @@ -34017,16 +34159,16 @@ "type": "Identifier", "name": "li", "range": [ - 14331, - 14333 + 14377, + 14379 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 29 }, "end": { - "line": 405, + "line": 406, "column": 31 } } @@ -34037,16 +34179,16 @@ "object": { "type": "ThisExpression", "range": [ - 14335, - 14339 + 14381, + 14385 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 33 }, "end": { - "line": 405, + "line": 406, "column": 37 } } @@ -34055,110 +34197,110 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14340, - 14364 + 14386, + 14410 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 38 }, "end": { - "line": 405, + "line": 406, "column": 62 } } }, "range": [ - 14335, - 14364 + 14381, + 14410 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 33 }, "end": { - "line": 405, + "line": 406, "column": 62 } } } ], "range": [ - 14318, - 14365 + 14364, + 14411 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 63 } } }, "range": [ - 14318, - 14366 + 14364, + 14412 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 64 } } } ], "range": [ - 14198, - 14380 + 14244, + 14426 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 41 }, "end": { - "line": 406, + "line": 407, "column": 13 } } }, "alternate": null, "range": [ - 14169, - 14380 + 14215, + 14426 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 13 } } } ], "range": [ - 12681, - 14390 + 12727, + 14436 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 23 }, "end": { - "line": 407, + "line": 408, "column": 9 } } @@ -34175,16 +34317,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14443, - 14451 + 14489, + 14497 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 24 } } @@ -34194,31 +34336,31 @@ "value": "", "raw": "''", "range": [ - 14456, - 14458 + 14502, + 14504 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 29 }, "end": { - "line": 408, + "line": 409, "column": 31 } } }, "range": [ - 14443, - 14458 + 14489, + 14504 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 31 } } @@ -34235,16 +34377,16 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14482, - 14494 + 14528, + 14540 ], "loc": { "start": { - "line": 409, + "line": 410, "column": 20 }, "end": { - "line": 409, + "line": 410, "column": 32 } } @@ -34255,16 +34397,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14501, - 14507 + 14547, + 14553 ], "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 45 } } @@ -34279,16 +34421,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14529, - 14532 + 14575, + 14578 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 20 }, "end": { - "line": 410, + "line": 411, "column": 23 } } @@ -34297,31 +34439,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14533, - 14539 + 14579, + 14585 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 24 }, "end": { - "line": 410, + "line": 411, "column": 30 } } }, "range": [ - 14529, - 14539 + 14575, + 14585 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 20 }, "end": { - "line": 410, + "line": 411, "column": 30 } } @@ -34337,16 +34479,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14540, - 14548 + 14586, + 14594 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 31 }, "end": { - "line": 410, + "line": 411, "column": 39 } } @@ -34356,31 +34498,31 @@ "value": " ", "raw": "' '", "range": [ - 14551, - 14554 + 14597, + 14600 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 42 }, "end": { - "line": 410, + "line": 411, "column": 45 } } }, "range": [ - 14540, - 14554 + 14586, + 14600 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 31 }, "end": { - "line": 410, + "line": 411, "column": 45 } } @@ -34392,16 +34534,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14557, - 14559 + 14603, + 14605 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 48 }, "end": { - "line": 410, + "line": 411, "column": 50 } } @@ -34410,93 +34552,93 @@ "type": "Identifier", "name": "orOperator", "range": [ - 14560, - 14570 + 14606, + 14616 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 51 }, "end": { - "line": 410, + "line": 411, "column": 61 } } }, "range": [ - 14557, - 14570 + 14603, + 14616 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 48 }, "end": { - "line": 410, + "line": 411, "column": 61 } } }, "range": [ - 14540, - 14570 + 14586, + 14616 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 31 }, "end": { - "line": 410, + "line": 411, "column": 61 } } } ], "range": [ - 14529, - 14571 + 14575, + 14617 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 20 }, "end": { - "line": 410, + "line": 411, "column": 62 } } } ], "range": [ - 14497, - 14572 + 14543, + 14618 ], "loc": { "start": { - "line": 409, + "line": 410, "column": 35 }, "end": { - "line": 410, + "line": 411, "column": 63 } } }, "range": [ - 14482, - 14572 + 14528, + 14618 ], "loc": { "start": { - "line": 409, + "line": 410, "column": 20 }, "end": { - "line": 410, + "line": 411, "column": 63 } } @@ -34504,16 +34646,16 @@ ], "kind": "let", "range": [ - 14478, - 14573 + 14524, + 14619 ], "loc": { "start": { - "line": 409, + "line": 410, "column": 16 }, "end": { - "line": 410, + "line": 411, "column": 64 } } @@ -34527,16 +34669,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14590, - 14598 + 14636, + 14644 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 24 } } @@ -34550,16 +34692,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14601, - 14609 + 14647, + 14655 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 27 }, "end": { - "line": 411, + "line": 412, "column": 35 } } @@ -34568,31 +34710,31 @@ "type": "Identifier", "name": "replace", "range": [ - 14610, - 14617 + 14656, + 14663 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 36 }, "end": { - "line": 411, + "line": 412, "column": 43 } } }, "range": [ - 14601, - 14617 + 14647, + 14663 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 27 }, "end": { - "line": 411, + "line": 412, "column": 43 } } @@ -34602,16 +34744,16 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14618, - 14630 + 14664, + 14676 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 44 }, "end": { - "line": 411, + "line": 412, "column": 56 } } @@ -34621,62 +34763,62 @@ "value": "", "raw": "''", "range": [ - 14632, - 14634 + 14678, + 14680 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 58 }, "end": { - "line": 411, + "line": 412, "column": 60 } } } ], "range": [ - 14601, - 14635 + 14647, + 14681 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 27 }, "end": { - "line": 411, + "line": 412, "column": 61 } } }, "range": [ - 14590, - 14635 + 14636, + 14681 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 61 } } }, "range": [ - 14590, - 14636 + 14636, + 14682 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 62 } } @@ -34692,16 +34834,16 @@ "type": "Identifier", "name": "n", "range": [ - 14653, - 14654 + 14699, + 14700 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 16 }, "end": { - "line": 412, + "line": 413, "column": 17 } } @@ -34710,31 +34852,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14655, - 14667 + 14701, + 14713 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 18 }, "end": { - "line": 412, + "line": 413, "column": 30 } } }, "range": [ - 14653, - 14667 + 14699, + 14713 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 16 }, "end": { - "line": 412, + "line": 413, "column": 30 } } @@ -34745,16 +34887,16 @@ "value": "value", "raw": "'value'", "range": [ - 14668, - 14675 + 14714, + 14721 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 31 }, "end": { - "line": 412, + "line": 413, "column": 38 } } @@ -34768,16 +34910,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14677, - 14680 + 14723, + 14726 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 40 }, "end": { - "line": 412, + "line": 413, "column": 43 } } @@ -34786,31 +34928,31 @@ "type": "Identifier", "name": "trim", "range": [ - 14681, - 14685 + 14727, + 14731 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 44 }, "end": { - "line": 412, + "line": 413, "column": 48 } } }, "range": [ - 14677, - 14685 + 14723, + 14731 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 40 }, "end": { - "line": 412, + "line": 413, "column": 48 } } @@ -34820,63 +34962,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14686, - 14694 + 14732, + 14740 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 49 }, "end": { - "line": 412, + "line": 413, "column": 57 } } } ], "range": [ - 14677, - 14695 + 14723, + 14741 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 40 }, "end": { - "line": 412, + "line": 413, "column": 58 } } } ], "range": [ - 14653, - 14696 + 14699, + 14742 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 16 }, "end": { - "line": 412, + "line": 413, "column": 59 } } }, "range": [ - 14653, - 14697 + 14699, + 14743 ], "loc": { "start": { - "line": 412, + "line": 413, "column": 16 }, "end": { - "line": 412, + "line": 413, "column": 60 } } @@ -34890,16 +35032,16 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 14719, - 14731 + 14765, + 14777 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 20 }, "end": { - "line": 414, + "line": 415, "column": 32 } } @@ -34910,16 +35052,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14738, - 14744 + 14784, + 14790 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 39 }, "end": { - "line": 414, + "line": 415, "column": 45 } } @@ -34934,16 +35076,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14766, - 14769 + 14812, + 14815 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 20 }, "end": { - "line": 415, + "line": 416, "column": 23 } } @@ -34952,31 +35094,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14770, - 14776 + 14816, + 14822 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 24 }, "end": { - "line": 415, + "line": 416, "column": 30 } } }, "range": [ - 14766, - 14776 + 14812, + 14822 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 20 }, "end": { - "line": 415, + "line": 416, "column": 30 } } @@ -34989,16 +35131,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 14777, - 14785 + 14823, + 14831 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 31 }, "end": { - "line": 415, + "line": 416, "column": 39 } } @@ -35010,16 +35152,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14788, - 14790 + 14834, + 14836 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 42 }, "end": { - "line": 415, + "line": 416, "column": 44 } } @@ -35028,93 +35170,93 @@ "type": "Identifier", "name": "separator", "range": [ - 14791, - 14800 + 14837, + 14846 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 45 }, "end": { - "line": 415, + "line": 416, "column": 54 } } }, "range": [ - 14788, - 14800 + 14834, + 14846 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 42 }, "end": { - "line": 415, + "line": 416, "column": 54 } } }, "range": [ - 14777, - 14800 + 14823, + 14846 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 31 }, "end": { - "line": 415, + "line": 416, "column": 54 } } } ], "range": [ - 14766, - 14801 + 14812, + 14847 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 20 }, "end": { - "line": 415, + "line": 416, "column": 55 } } } ], "range": [ - 14734, - 14802 + 14780, + 14848 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 35 }, "end": { - "line": 415, + "line": 416, "column": 56 } } }, "range": [ - 14719, - 14802 + 14765, + 14848 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 20 }, "end": { - "line": 415, + "line": 416, "column": 56 } } @@ -35122,16 +35264,16 @@ ], "kind": "let", "range": [ - 14715, - 14803 + 14761, + 14849 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 16 }, "end": { - "line": 415, + "line": 416, "column": 57 } } @@ -35145,16 +35287,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14820, - 14830 + 14866, + 14876 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 16 }, "end": { - "line": 416, + "line": 417, "column": 26 } } @@ -35168,16 +35310,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14833, - 14843 + 14879, + 14889 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 29 }, "end": { - "line": 416, + "line": 417, "column": 39 } } @@ -35186,31 +35328,31 @@ "type": "Identifier", "name": "replace", "range": [ - 14844, - 14851 + 14890, + 14897 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 40 }, "end": { - "line": 416, + "line": 417, "column": 47 } } }, "range": [ - 14833, - 14851 + 14879, + 14897 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 29 }, "end": { - "line": 416, + "line": 417, "column": 47 } } @@ -35220,16 +35362,16 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 14852, - 14864 + 14898, + 14910 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 48 }, "end": { - "line": 416, + "line": 417, "column": 60 } } @@ -35239,62 +35381,62 @@ "value": "", "raw": "''", "range": [ - 14866, - 14868 + 14912, + 14914 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 62 }, "end": { - "line": 416, + "line": 417, "column": 64 } } } ], "range": [ - 14833, - 14869 + 14879, + 14915 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 29 }, "end": { - "line": 416, + "line": 417, "column": 65 } } }, "range": [ - 14820, - 14869 + 14866, + 14915 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 16 }, "end": { - "line": 416, + "line": 417, "column": 65 } } }, "range": [ - 14820, - 14870 + 14866, + 14916 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 16 }, "end": { - "line": 416, + "line": 417, "column": 66 } } @@ -35310,16 +35452,16 @@ "type": "Identifier", "name": "n", "range": [ - 14887, - 14888 + 14933, + 14934 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 16 }, "end": { - "line": 417, + "line": 418, "column": 17 } } @@ -35328,31 +35470,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14889, - 14901 + 14935, + 14947 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 18 }, "end": { - "line": 417, + "line": 418, "column": 30 } } }, "range": [ - 14887, - 14901 + 14933, + 14947 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 16 }, "end": { - "line": 417, + "line": 418, "column": 30 } } @@ -35363,16 +35505,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 14902, - 14911 + 14948, + 14957 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 31 }, "end": { - "line": 417, + "line": 418, "column": 40 } } @@ -35381,79 +35523,79 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14913, - 14923 + 14959, + 14969 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 42 }, "end": { - "line": 417, + "line": 418, "column": 52 } } } ], "range": [ - 14887, - 14924 + 14933, + 14970 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 16 }, "end": { - "line": 417, + "line": 418, "column": 53 } } }, "range": [ - 14887, - 14925 + 14933, + 14971 ], "loc": { "start": { - "line": 417, + "line": 418, "column": 16 }, "end": { - "line": 417, + "line": 418, "column": 54 } } } ], "range": [ - 14460, - 14939 + 14506, + 14985 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 33 }, "end": { - "line": 418, + "line": 419, "column": 13 } } }, "alternate": null, "range": [ - 14439, - 14939 + 14485, + 14985 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 418, + "line": 419, "column": 13 } }, @@ -35462,16 +35604,16 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14398, - 14426 + 14444, + 14472 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 17 }, "end": { - "line": 407, + "line": 408, "column": 45 } } @@ -35490,16 +35632,16 @@ "type": "Identifier", "name": "li", "range": [ - 14956, - 14958 + 15002, + 15004 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 16 }, "end": { - "line": 419, + "line": 420, "column": 18 } } @@ -35508,31 +35650,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 14959, - 14967 + 15005, + 15013 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 19 }, "end": { - "line": 419, + "line": 420, "column": 27 } } }, "range": [ - 14956, - 14967 + 15002, + 15013 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 16 }, "end": { - "line": 419, + "line": 420, "column": 27 } } @@ -35541,31 +35683,31 @@ "type": "Identifier", "name": "itemTag", "range": [ - 14972, - 14979 + 15018, + 15025 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 32 }, "end": { - "line": 419, + "line": 420, "column": 39 } } }, "range": [ - 14956, - 14979 + 15002, + 15025 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 16 }, "end": { - "line": 419, + "line": 420, "column": 39 } } @@ -35584,16 +35726,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14999, - 15002 + 15045, + 15048 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 16 }, "end": { - "line": 420, + "line": 421, "column": 19 } } @@ -35602,31 +35744,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 15003, - 15014 + 15049, + 15060 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 20 }, "end": { - "line": 420, + "line": 421, "column": 31 } } }, "range": [ - 14999, - 15014 + 15045, + 15060 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 16 }, "end": { - "line": 420, + "line": 421, "column": 31 } } @@ -35636,16 +35778,16 @@ "type": "Identifier", "name": "li", "range": [ - 15015, - 15017 + 15061, + 15063 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 32 }, "end": { - "line": 420, + "line": 421, "column": 34 } } @@ -35656,16 +35798,16 @@ "object": { "type": "ThisExpression", "range": [ - 15019, - 15023 + 15065, + 15069 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 36 }, "end": { - "line": 420, + "line": 421, "column": 40 } } @@ -35674,125 +35816,125 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 15024, - 15048 + 15070, + 15094 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 41 }, "end": { - "line": 420, + "line": 421, "column": 65 } } }, "range": [ - 15019, - 15048 + 15065, + 15094 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 36 }, "end": { - "line": 420, + "line": 421, "column": 65 } } } ], "range": [ - 14999, - 15049 + 15045, + 15095 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 16 }, "end": { - "line": 420, + "line": 421, "column": 66 } } }, "range": [ - 14999, - 15050 + 15045, + 15096 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 16 }, "end": { - "line": 420, + "line": 421, "column": 67 } } } ], "range": [ - 14981, - 15064 + 15027, + 15110 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 41 }, "end": { - "line": 421, + "line": 422, "column": 13 } } }, "alternate": null, "range": [ - 14952, - 15064 + 14998, + 15110 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 13 } } } ], "range": [ - 14396, - 15074 + 14442, + 15120 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 15 }, "end": { - "line": 422, + "line": 423, "column": 9 } } }, "range": [ - 12666, - 15074 + 12712, + 15120 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 8 }, "end": { - "line": 422, + "line": 423, "column": 9 } }, @@ -35801,16 +35943,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12631, - 12656 + 12677, + 12702 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 52 }, "end": { - "line": 364, + "line": 365, "column": 77 } } @@ -35819,16 +35961,16 @@ } ], "range": [ - 12019, - 15080 + 12065, + 15126 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 26 }, "end": { - "line": 423, + "line": 424, "column": 5 } } @@ -35836,16 +35978,16 @@ "generator": false, "expression": false, "range": [ - 12015, - 15080 + 12061, + 15126 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 22 }, "end": { - "line": 423, + "line": 424, "column": 5 } } @@ -35853,16 +35995,16 @@ "kind": "method", "computed": false, "range": [ - 11997, - 15080 + 12043, + 15126 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 4 }, "end": { - "line": 423, + "line": 424, "column": 5 } }, @@ -35871,16 +36013,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11873, - 11992 + 11919, + 12038 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 4 }, "end": { - "line": 347, + "line": 348, "column": 7 } } @@ -35891,16 +36033,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15086, - 15255 + 15132, + 15301 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 4 }, "end": { - "line": 429, + "line": 430, "column": 7 } } @@ -35914,16 +36056,16 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 15260, - 15273 + 15306, + 15319 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 4 }, "end": { - "line": 430, + "line": 431, "column": 17 } } @@ -35936,16 +36078,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15274, - 15282 + 15320, + 15328 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 18 }, "end": { - "line": 430, + "line": 431, "column": 26 } } @@ -35956,16 +36098,16 @@ "type": "Identifier", "name": "values", "range": [ - 15284, - 15290 + 15330, + 15336 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 28 }, "end": { - "line": 430, + "line": 431, "column": 34 } } @@ -35974,31 +36116,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 15293, - 15295 + 15339, + 15341 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 37 }, "end": { - "line": 430, + "line": 431, "column": 39 } } }, "range": [ - 15284, - 15295 + 15330, + 15341 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 28 }, "end": { - "line": 430, + "line": 431, "column": 39 } } @@ -36016,16 +36158,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15311, - 15313 + 15357, + 15359 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 12 }, "end": { - "line": 431, + "line": 432, "column": 14 } } @@ -36036,16 +36178,16 @@ "object": { "type": "ThisExpression", "range": [ - 15316, - 15320 + 15362, + 15366 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 17 }, "end": { - "line": 431, + "line": 432, "column": 21 } } @@ -36054,46 +36196,46 @@ "type": "Identifier", "name": "tf", "range": [ - 15321, - 15323 + 15367, + 15369 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 22 }, "end": { - "line": 431, + "line": 432, "column": 24 } } }, "range": [ - 15316, - 15323 + 15362, + 15369 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 17 }, "end": { - "line": 431, + "line": 432, "column": 24 } } }, "range": [ - 15311, - 15323 + 15357, + 15369 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 12 }, "end": { - "line": 431, + "line": 432, "column": 24 } } @@ -36101,20 +36243,166 @@ ], "kind": "let", "range": [ - 15307, - 15324 + 15353, + 15370 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 25 } } }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "flt", + "range": [ + 15383, + 15386 + ], + "loc": { + "start": { + "line": 433, + "column": 12 + }, + "end": { + "line": 433, + "column": 15 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 15389, + 15391 + ], + "loc": { + "start": { + "line": 433, + "column": 18 + }, + "end": { + "line": 433, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "getFilterElement", + "range": [ + 15392, + 15408 + ], + "loc": { + "start": { + "line": 433, + "column": 21 + }, + "end": { + "line": 433, + "column": 37 + } + } + }, + "range": [ + 15389, + 15408 + ], + "loc": { + "start": { + "line": 433, + "column": 18 + }, + "end": { + "line": 433, + "column": 37 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 15409, + 15417 + ], + "loc": { + "start": { + "line": 433, + "column": 38 + }, + "end": { + "line": 433, + "column": 46 + } + } + } + ], + "range": [ + 15389, + 15418 + ], + "loc": { + "start": { + "line": 433, + "column": 18 + }, + "end": { + "line": 433, + "column": 47 + } + } + }, + "range": [ + 15383, + 15418 + ], + "loc": { + "start": { + "line": 433, + "column": 12 + }, + "end": { + "line": 433, + "column": 47 + } + } + } + ], + "kind": "let", + "range": [ + 15379, + 15419 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 48 + } + } + }, { "type": "IfStatement", "test": { @@ -36132,16 +36420,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15337, - 15339 + 15432, + 15434 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 12 }, "end": { - "line": 432, + "line": 434, "column": 14 } } @@ -36150,31 +36438,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 15340, - 15353 + 15435, + 15448 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 15 }, "end": { - "line": 432, + "line": 434, "column": 28 } } }, "range": [ - 15337, - 15353 + 15432, + 15448 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 12 }, "end": { - "line": 432, + "line": 434, "column": 28 } } @@ -36184,208 +36472,118 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15354, - 15362 + 15449, + 15457 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 29 }, "end": { - "line": 432, + "line": 434, "column": 37 } } } ], "range": [ - 15337, - 15363 + 15432, + 15458 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 12 }, "end": { - "line": 432, + "line": 434, "column": 38 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 15368, - 15370 - ], - "loc": { - "start": { - "line": 432, - "column": 43 - }, - "end": { - "line": 432, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 15371, - 15387 - ], - "loc": { - "start": { - "line": 432, - "column": 46 - }, - "end": { - "line": 432, - "column": 62 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 15368, - 15387 + 15463, + 15472 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 43 }, "end": { - "line": 432, - "column": 62 + "line": 434, + "column": 52 } } }, "range": [ - 15337, - 15387 + 15432, + 15472 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 12 }, "end": { - "line": 432, - "column": 62 + "line": 434, + "column": 52 } } }, "right": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "values", - "range": [ - 15403, - 15409 - ], - "loc": { - "start": { - "line": 433, - "column": 12 - }, - "end": { - "line": 433, - "column": 18 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 15410, - 15416 - ], - "loc": { - "start": { - "line": 433, - "column": 19 - }, - "end": { - "line": 433, - "column": 25 - } - } - }, + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "Identifier", + "name": "flt", "range": [ - 15403, - 15416 + 15477, + 15480 ], "loc": { "start": { - "line": 433, - "column": 12 + "line": 434, + "column": 57 }, "end": { - "line": 433, - "column": 25 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 15421, - 15422 - ], - "loc": { - "start": { - "line": 433, - "column": 30 - }, - "end": { - "line": 433, - "column": 31 + "line": 434, + "column": 60 } } }, + "prefix": true, "range": [ - 15403, - 15422 + 15476, + 15480 ], "loc": { "start": { - "line": 433, - "column": 12 + "line": 434, + "column": 56 }, "end": { - "line": 433, - "column": 31 + "line": 434, + "column": 60 } } }, "range": [ - 15337, - 15422 + 15432, + 15480 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 12 }, "end": { - "line": 433, - "column": 31 + "line": 434, + "column": 60 } } }, @@ -36396,198 +36594,52 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15438, - 15445 + 15496, + 15503 ], "loc": { "start": { - "line": 434, + "line": 435, "column": 12 }, "end": { - "line": 434, + "line": 435, "column": 19 } } } ], "range": [ - 15424, - 15455 + 15482, + 15513 ], "loc": { "start": { - "line": 433, - "column": 33 + "line": 434, + "column": 62 }, "end": { - "line": 435, + "line": 436, "column": 9 } } }, "alternate": null, "range": [ - 15333, - 15455 + 15428, + 15513 ], "loc": { "start": { - "line": 432, + "line": 434, "column": 8 }, "end": { - "line": 435, + "line": 436, "column": 9 } } }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "flt", - "range": [ - 15468, - 15471 - ], - "loc": { - "start": { - "line": 436, - "column": 12 - }, - "end": { - "line": 436, - "column": 15 - } - } - }, - "init": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 15474, - 15476 - ], - "loc": { - "start": { - "line": 436, - "column": 18 - }, - "end": { - "line": 436, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "getFilterElement", - "range": [ - 15477, - 15493 - ], - "loc": { - "start": { - "line": 436, - "column": 21 - }, - "end": { - "line": 436, - "column": 37 - } - } - }, - "range": [ - 15474, - 15493 - ], - "loc": { - "start": { - "line": 436, - "column": 18 - }, - "end": { - "line": 436, - "column": 37 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 15494, - 15502 - ], - "loc": { - "start": { - "line": 436, - "column": 38 - }, - "end": { - "line": 436, - "column": 46 - } - } - } - ], - "range": [ - 15474, - 15503 - ], - "loc": { - "start": { - "line": 436, - "column": 18 - }, - "end": { - "line": 436, - "column": 47 - } - } - }, - "range": [ - 15468, - 15503 - ], - "loc": { - "start": { - "line": 436, - "column": 12 - }, - "end": { - "line": 436, - "column": 47 - } - } - } - ], - "kind": "let", - "range": [ - 15464, - 15504 - ], - "loc": { - "start": { - "line": 436, - "column": 8 - }, - "end": { - "line": 436, - "column": 48 - } - } - }, { "type": "VariableDeclaration", "declarations": [ @@ -36597,8 +36649,8 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15518, - 15523 + 15527, + 15532 ], "loc": { "start": { @@ -36623,8 +36675,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15526, - 15529 + 15535, + 15538 ], "loc": { "start": { @@ -36641,8 +36693,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15530, - 15533 + 15539, + 15542 ], "loc": { "start": { @@ -36656,8 +36708,8 @@ } }, "range": [ - 15526, - 15533 + 15535, + 15542 ], "loc": { "start": { @@ -36675,8 +36727,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15534, - 15537 + 15543, + 15546 ], "loc": { "start": { @@ -36694,8 +36746,8 @@ "value": "li", "raw": "'li'", "range": [ - 15539, - 15543 + 15548, + 15552 ], "loc": { "start": { @@ -36710,8 +36762,8 @@ } ], "range": [ - 15526, - 15544 + 15535, + 15553 ], "loc": { "start": { @@ -36728,8 +36780,8 @@ "type": "Identifier", "name": "length", "range": [ - 15545, - 15551 + 15554, + 15560 ], "loc": { "start": { @@ -36743,8 +36795,8 @@ } }, "range": [ - 15526, - 15551 + 15535, + 15560 ], "loc": { "start": { @@ -36758,8 +36810,8 @@ } }, "range": [ - 15518, - 15551 + 15527, + 15560 ], "loc": { "start": { @@ -36775,8 +36827,8 @@ ], "kind": "let", "range": [ - 15514, - 15552 + 15523, + 15561 ], "loc": { "start": { @@ -36800,8 +36852,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15562, - 15565 + 15571, + 15574 ], "loc": { "start": { @@ -36818,8 +36870,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15566, - 15578 + 15575, + 15587 ], "loc": { "start": { @@ -36833,8 +36885,8 @@ } }, "range": [ - 15562, - 15578 + 15571, + 15587 ], "loc": { "start": { @@ -36853,8 +36905,8 @@ "value": "value", "raw": "'value'", "range": [ - 15579, - 15586 + 15588, + 15595 ], "loc": { "start": { @@ -36872,8 +36924,8 @@ "value": "", "raw": "''", "range": [ - 15588, - 15590 + 15597, + 15599 ], "loc": { "start": { @@ -36888,8 +36940,8 @@ } ], "range": [ - 15562, - 15591 + 15571, + 15600 ], "loc": { "start": { @@ -36903,8 +36955,8 @@ } }, "range": [ - 15562, - 15592 + 15571, + 15601 ], "loc": { "start": { @@ -36928,8 +36980,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15601, - 15604 + 15610, + 15613 ], "loc": { "start": { @@ -36946,8 +36998,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15605, - 15617 + 15614, + 15626 ], "loc": { "start": { @@ -36961,8 +37013,8 @@ } }, "range": [ - 15601, - 15617 + 15610, + 15626 ], "loc": { "start": { @@ -36981,8 +37033,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 15618, - 15627 + 15627, + 15636 ], "loc": { "start": { @@ -37000,8 +37052,8 @@ "value": "", "raw": "''", "range": [ - 15629, - 15631 + 15638, + 15640 ], "loc": { "start": { @@ -37016,8 +37068,8 @@ } ], "range": [ - 15601, - 15632 + 15610, + 15641 ], "loc": { "start": { @@ -37031,8 +37083,8 @@ } }, "range": [ - 15601, - 15633 + 15610, + 15642 ], "loc": { "start": { @@ -37056,8 +37108,8 @@ "type": "Identifier", "name": "k", "range": [ - 15652, - 15653 + 15661, + 15662 ], "loc": { "start": { @@ -37075,8 +37127,8 @@ "value": 0, "raw": "0", "range": [ - 15656, - 15657 + 15665, + 15666 ], "loc": { "start": { @@ -37090,8 +37142,8 @@ } }, "range": [ - 15652, - 15657 + 15661, + 15666 ], "loc": { "start": { @@ -37107,8 +37159,8 @@ ], "kind": "let", "range": [ - 15648, - 15657 + 15657, + 15666 ], "loc": { "start": { @@ -37128,8 +37180,8 @@ "type": "Identifier", "name": "k", "range": [ - 15659, - 15660 + 15668, + 15669 ], "loc": { "start": { @@ -37146,8 +37198,8 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15663, - 15668 + 15672, + 15677 ], "loc": { "start": { @@ -37161,8 +37213,8 @@ } }, "range": [ - 15659, - 15668 + 15668, + 15677 ], "loc": { "start": { @@ -37182,8 +37234,8 @@ "type": "Identifier", "name": "k", "range": [ - 15670, - 15671 + 15679, + 15680 ], "loc": { "start": { @@ -37198,8 +37250,8 @@ }, "prefix": false, "range": [ - 15670, - 15673 + 15679, + 15682 ], "loc": { "start": { @@ -37224,8 +37276,8 @@ "type": "Identifier", "name": "li", "range": [ - 15693, - 15695 + 15702, + 15704 ], "loc": { "start": { @@ -37250,8 +37302,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15698, - 15701 + 15707, + 15710 ], "loc": { "start": { @@ -37268,8 +37320,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15702, - 15705 + 15711, + 15714 ], "loc": { "start": { @@ -37283,8 +37335,8 @@ } }, "range": [ - 15698, - 15705 + 15707, + 15714 ], "loc": { "start": { @@ -37302,8 +37354,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15706, - 15709 + 15715, + 15718 ], "loc": { "start": { @@ -37321,8 +37373,8 @@ "value": "li", "raw": "'li'", "range": [ - 15711, - 15715 + 15720, + 15724 ], "loc": { "start": { @@ -37337,8 +37389,8 @@ } ], "range": [ - 15698, - 15716 + 15707, + 15725 ], "loc": { "start": { @@ -37355,8 +37407,8 @@ "type": "Identifier", "name": "k", "range": [ - 15717, - 15718 + 15726, + 15727 ], "loc": { "start": { @@ -37370,8 +37422,8 @@ } }, "range": [ - 15698, - 15719 + 15707, + 15728 ], "loc": { "start": { @@ -37385,8 +37437,8 @@ } }, "range": [ - 15693, - 15719 + 15702, + 15728 ], "loc": { "start": { @@ -37405,8 +37457,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 15737, - 15740 + 15746, + 15749 ], "loc": { "start": { @@ -37431,8 +37483,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15743, - 15746 + 15752, + 15755 ], "loc": { "start": { @@ -37449,8 +37501,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15747, - 15750 + 15756, + 15759 ], "loc": { "start": { @@ -37464,8 +37516,8 @@ } }, "range": [ - 15743, - 15750 + 15752, + 15759 ], "loc": { "start": { @@ -37483,8 +37535,8 @@ "type": "Identifier", "name": "li", "range": [ - 15751, - 15753 + 15760, + 15762 ], "loc": { "start": { @@ -37502,8 +37554,8 @@ "value": "label", "raw": "'label'", "range": [ - 15755, - 15762 + 15764, + 15771 ], "loc": { "start": { @@ -37518,8 +37570,8 @@ } ], "range": [ - 15743, - 15763 + 15752, + 15772 ], "loc": { "start": { @@ -37537,8 +37589,8 @@ "value": 0, "raw": "0", "range": [ - 15764, - 15765 + 15773, + 15774 ], "loc": { "start": { @@ -37552,8 +37604,8 @@ } }, "range": [ - 15743, - 15766 + 15752, + 15775 ], "loc": { "start": { @@ -37567,8 +37619,8 @@ } }, "range": [ - 15737, - 15766 + 15746, + 15775 ], "loc": { "start": { @@ -37587,8 +37639,8 @@ "type": "Identifier", "name": "chk", "range": [ - 15784, - 15787 + 15793, + 15796 ], "loc": { "start": { @@ -37613,8 +37665,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15790, - 15793 + 15799, + 15802 ], "loc": { "start": { @@ -37631,8 +37683,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15794, - 15797 + 15803, + 15806 ], "loc": { "start": { @@ -37646,8 +37698,8 @@ } }, "range": [ - 15790, - 15797 + 15799, + 15806 ], "loc": { "start": { @@ -37665,8 +37717,8 @@ "type": "Identifier", "name": "li", "range": [ - 15798, - 15800 + 15807, + 15809 ], "loc": { "start": { @@ -37684,8 +37736,8 @@ "value": "input", "raw": "'input'", "range": [ - 15802, - 15809 + 15811, + 15818 ], "loc": { "start": { @@ -37700,8 +37752,8 @@ } ], "range": [ - 15790, - 15810 + 15799, + 15819 ], "loc": { "start": { @@ -37719,8 +37771,8 @@ "value": 0, "raw": "0", "range": [ - 15811, - 15812 + 15820, + 15821 ], "loc": { "start": { @@ -37734,8 +37786,8 @@ } }, "range": [ - 15790, - 15813 + 15799, + 15822 ], "loc": { "start": { @@ -37749,8 +37801,8 @@ } }, "range": [ - 15784, - 15813 + 15793, + 15822 ], "loc": { "start": { @@ -37769,8 +37821,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15831, - 15837 + 15840, + 15846 ], "loc": { "start": { @@ -37792,8 +37844,8 @@ "type": "Identifier", "name": "Str", "range": [ - 15840, - 15843 + 15849, + 15852 ], "loc": { "start": { @@ -37810,8 +37862,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 15844, - 15853 + 15853, + 15862 ], "loc": { "start": { @@ -37825,8 +37877,8 @@ } }, "range": [ - 15840, - 15853 + 15849, + 15862 ], "loc": { "start": { @@ -37849,8 +37901,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15854, - 15857 + 15863, + 15866 ], "loc": { "start": { @@ -37867,8 +37919,8 @@ "type": "Identifier", "name": "getText", "range": [ - 15858, - 15865 + 15867, + 15874 ], "loc": { "start": { @@ -37882,8 +37934,8 @@ } }, "range": [ - 15854, - 15865 + 15863, + 15874 ], "loc": { "start": { @@ -37901,8 +37953,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 15866, - 15869 + 15875, + 15878 ], "loc": { "start": { @@ -37917,8 +37969,8 @@ } ], "range": [ - 15854, - 15870 + 15863, + 15879 ], "loc": { "start": { @@ -37938,8 +37990,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15872, - 15874 + 15881, + 15883 ], "loc": { "start": { @@ -37956,8 +38008,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 15875, - 15888 + 15884, + 15897 ], "loc": { "start": { @@ -37971,8 +38023,8 @@ } }, "range": [ - 15872, - 15888 + 15881, + 15897 ], "loc": { "start": { @@ -37987,8 +38039,8 @@ } ], "range": [ - 15840, - 15889 + 15849, + 15898 ], "loc": { "start": { @@ -38002,8 +38054,8 @@ } }, "range": [ - 15831, - 15889 + 15840, + 15898 ], "loc": { "start": { @@ -38019,8 +38071,8 @@ ], "kind": "let", "range": [ - 15689, - 15890 + 15698, + 15899 ], "loc": { "start": { @@ -38045,8 +38097,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15907, - 15913 + 15916, + 15922 ], "loc": { "start": { @@ -38064,8 +38116,8 @@ "value": "", "raw": "''", "range": [ - 15918, - 15920 + 15927, + 15929 ], "loc": { "start": { @@ -38079,8 +38131,8 @@ } }, "range": [ - 15907, - 15920 + 15916, + 15929 ], "loc": { "start": { @@ -38102,8 +38154,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 15924, - 15927 + 15933, + 15936 ], "loc": { "start": { @@ -38120,8 +38172,8 @@ "type": "Identifier", "name": "has", "range": [ - 15928, - 15931 + 15937, + 15940 ], "loc": { "start": { @@ -38135,8 +38187,8 @@ } }, "range": [ - 15924, - 15931 + 15933, + 15940 ], "loc": { "start": { @@ -38154,8 +38206,8 @@ "type": "Identifier", "name": "values", "range": [ - 15932, - 15938 + 15941, + 15947 ], "loc": { "start": { @@ -38172,8 +38224,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15940, - 15946 + 15949, + 15955 ], "loc": { "start": { @@ -38193,8 +38245,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15948, - 15950 + 15957, + 15959 ], "loc": { "start": { @@ -38211,8 +38263,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 15951, - 15964 + 15960, + 15973 ], "loc": { "start": { @@ -38226,8 +38278,8 @@ } }, "range": [ - 15948, - 15964 + 15957, + 15973 ], "loc": { "start": { @@ -38242,8 +38294,8 @@ } ], "range": [ - 15924, - 15965 + 15933, + 15974 ], "loc": { "start": { @@ -38257,8 +38309,8 @@ } }, "range": [ - 15907, - 15965 + 15916, + 15974 ], "loc": { "start": { @@ -38286,8 +38338,8 @@ "type": "Identifier", "name": "chk", "range": [ - 15985, - 15988 + 15994, + 15997 ], "loc": { "start": { @@ -38304,8 +38356,8 @@ "type": "Identifier", "name": "checked", "range": [ - 15989, - 15996 + 15998, + 16005 ], "loc": { "start": { @@ -38319,8 +38371,8 @@ } }, "range": [ - 15985, - 15996 + 15994, + 16005 ], "loc": { "start": { @@ -38338,8 +38390,8 @@ "value": true, "raw": "true", "range": [ - 15999, - 16003 + 16008, + 16012 ], "loc": { "start": { @@ -38353,8 +38405,8 @@ } }, "range": [ - 15985, - 16003 + 15994, + 16012 ], "loc": { "start": { @@ -38368,8 +38420,8 @@ } }, "range": [ - 15985, - 16004 + 15994, + 16013 ], "loc": { "start": { @@ -38392,8 +38444,8 @@ "object": { "type": "ThisExpression", "range": [ - 16021, - 16025 + 16030, + 16034 ], "loc": { "start": { @@ -38410,8 +38462,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16026, - 16044 + 16035, + 16053 ], "loc": { "start": { @@ -38425,8 +38477,8 @@ } }, "range": [ - 16021, - 16044 + 16030, + 16053 ], "loc": { "start": { @@ -38444,8 +38496,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16045, - 16048 + 16054, + 16057 ], "loc": { "start": { @@ -38460,8 +38512,8 @@ } ], "range": [ - 16021, - 16049 + 16030, + 16058 ], "loc": { "start": { @@ -38475,8 +38527,8 @@ } }, "range": [ - 16021, - 16050 + 16030, + 16059 ], "loc": { "start": { @@ -38491,8 +38543,8 @@ } ], "range": [ - 15967, - 16064 + 15976, + 16073 ], "loc": { "start": { @@ -38520,8 +38572,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16100, - 16103 + 16109, + 16112 ], "loc": { "start": { @@ -38538,8 +38590,8 @@ "type": "Identifier", "name": "checked", "range": [ - 16104, - 16111 + 16113, + 16120 ], "loc": { "start": { @@ -38553,8 +38605,8 @@ } }, "range": [ - 16100, - 16111 + 16109, + 16120 ], "loc": { "start": { @@ -38572,8 +38624,8 @@ "value": false, "raw": "false", "range": [ - 16114, - 16119 + 16123, + 16128 ], "loc": { "start": { @@ -38587,8 +38639,8 @@ } }, "range": [ - 16100, - 16119 + 16109, + 16128 ], "loc": { "start": { @@ -38602,8 +38654,8 @@ } }, "range": [ - 16100, - 16120 + 16109, + 16129 ], "loc": { "start": { @@ -38626,8 +38678,8 @@ "object": { "type": "ThisExpression", "range": [ - 16137, - 16141 + 16146, + 16150 ], "loc": { "start": { @@ -38644,8 +38696,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16142, - 16160 + 16151, + 16169 ], "loc": { "start": { @@ -38659,8 +38711,8 @@ } }, "range": [ - 16137, - 16160 + 16146, + 16169 ], "loc": { "start": { @@ -38678,8 +38730,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16161, - 16164 + 16170, + 16173 ], "loc": { "start": { @@ -38694,8 +38746,8 @@ } ], "range": [ - 16137, - 16165 + 16146, + 16174 ], "loc": { "start": { @@ -38709,8 +38761,8 @@ } }, "range": [ - 16137, - 16166 + 16146, + 16175 ], "loc": { "start": { @@ -38725,8 +38777,8 @@ } ], "range": [ - 16082, - 16180 + 16091, + 16189 ], "loc": { "start": { @@ -38740,8 +38792,8 @@ } }, "range": [ - 15903, - 16180 + 15912, + 16189 ], "loc": { "start": { @@ -38756,8 +38808,8 @@ } ], "range": [ - 15675, - 16190 + 15684, + 16199 ], "loc": { "start": { @@ -38771,8 +38823,8 @@ } }, "range": [ - 15643, - 16190 + 15652, + 16199 ], "loc": { "start": { @@ -38787,12 +38839,12 @@ } ], "range": [ - 15297, - 16196 + 15343, + 16205 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 41 }, "end": { @@ -38804,12 +38856,12 @@ "generator": false, "expression": false, "range": [ - 15273, - 16196 + 15319, + 16205 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 17 }, "end": { @@ -38821,12 +38873,12 @@ "kind": "method", "computed": false, "range": [ - 15260, - 16196 + 15306, + 16205 ], "loc": { "start": { - "line": 430, + "line": 431, "column": 4 }, "end": { @@ -38839,16 +38891,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15086, - 15255 + 15132, + 15301 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 4 }, "end": { - "line": 429, + "line": 430, "column": 7 } } @@ -38859,8 +38911,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16202, - 16369 + 16211, + 16378 ], "loc": { "start": { @@ -38882,8 +38934,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 16374, - 16383 + 16383, + 16392 ], "loc": { "start": { @@ -38904,8 +38956,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16384, - 16392 + 16393, + 16401 ], "loc": { "start": { @@ -38931,8 +38983,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16408, - 16410 + 16417, + 16419 ], "loc": { "start": { @@ -38951,8 +39003,8 @@ "object": { "type": "ThisExpression", "range": [ - 16413, - 16417 + 16422, + 16426 ], "loc": { "start": { @@ -38969,8 +39021,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16418, - 16420 + 16427, + 16429 ], "loc": { "start": { @@ -38984,8 +39036,8 @@ } }, "range": [ - 16413, - 16420 + 16422, + 16429 ], "loc": { "start": { @@ -38999,8 +39051,8 @@ } }, "range": [ - 16408, - 16420 + 16417, + 16429 ], "loc": { "start": { @@ -39016,8 +39068,8 @@ ], "kind": "let", "range": [ - 16404, - 16421 + 16413, + 16430 ], "loc": { "start": { @@ -39039,8 +39091,8 @@ "type": "Identifier", "name": "flt", "range": [ - 16434, - 16437 + 16443, + 16446 ], "loc": { "start": { @@ -39062,8 +39114,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16440, - 16442 + 16449, + 16451 ], "loc": { "start": { @@ -39080,8 +39132,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 16443, - 16459 + 16452, + 16468 ], "loc": { "start": { @@ -39095,8 +39147,8 @@ } }, "range": [ - 16440, - 16459 + 16449, + 16468 ], "loc": { "start": { @@ -39114,8 +39166,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16460, - 16468 + 16469, + 16477 ], "loc": { "start": { @@ -39130,8 +39182,8 @@ } ], "range": [ - 16440, - 16469 + 16449, + 16478 ], "loc": { "start": { @@ -39145,8 +39197,8 @@ } }, "range": [ - 16434, - 16469 + 16443, + 16478 ], "loc": { "start": { @@ -39162,8 +39214,8 @@ ], "kind": "let", "range": [ - 16430, - 16470 + 16439, + 16479 ], "loc": { "start": { @@ -39185,8 +39237,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16483, - 16490 + 16492, + 16499 ], "loc": { "start": { @@ -39208,8 +39260,8 @@ "type": "Identifier", "name": "flt", "range": [ - 16493, - 16496 + 16502, + 16505 ], "loc": { "start": { @@ -39226,8 +39278,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 16497, - 16509 + 16506, + 16518 ], "loc": { "start": { @@ -39241,8 +39293,8 @@ } }, "range": [ - 16493, - 16509 + 16502, + 16518 ], "loc": { "start": { @@ -39261,8 +39313,8 @@ "value": "value", "raw": "'value'", "range": [ - 16510, - 16517 + 16519, + 16526 ], "loc": { "start": { @@ -39277,8 +39329,8 @@ } ], "range": [ - 16493, - 16518 + 16502, + 16527 ], "loc": { "start": { @@ -39292,8 +39344,8 @@ } }, "range": [ - 16483, - 16518 + 16492, + 16527 ], "loc": { "start": { @@ -39309,8 +39361,8 @@ ], "kind": "let", "range": [ - 16479, - 16519 + 16488, + 16528 ], "loc": { "start": { @@ -39332,8 +39384,8 @@ "type": "Identifier", "name": "values", "range": [ - 16532, - 16538 + 16541, + 16547 ], "loc": { "start": { @@ -39357,8 +39409,8 @@ "type": "Identifier", "name": "Types", "range": [ - 16541, - 16546 + 16550, + 16555 ], "loc": { "start": { @@ -39375,8 +39427,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 16547, - 16554 + 16556, + 16563 ], "loc": { "start": { @@ -39390,8 +39442,8 @@ } }, "range": [ - 16541, - 16554 + 16550, + 16563 ], "loc": { "start": { @@ -39409,8 +39461,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16555, - 16562 + 16564, + 16571 ], "loc": { "start": { @@ -39425,8 +39477,8 @@ } ], "range": [ - 16541, - 16563 + 16550, + 16572 ], "loc": { "start": { @@ -39444,8 +39496,8 @@ "value": "", "raw": "''", "range": [ - 16566, - 16568 + 16575, + 16577 ], "loc": { "start": { @@ -39462,8 +39514,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16571, - 16578 + 16580, + 16587 ], "loc": { "start": { @@ -39477,8 +39529,8 @@ } }, "range": [ - 16541, - 16578 + 16550, + 16587 ], "loc": { "start": { @@ -39492,8 +39544,8 @@ } }, "range": [ - 16532, - 16578 + 16541, + 16587 ], "loc": { "start": { @@ -39509,8 +39561,8 @@ ], "kind": "let", "range": [ - 16528, - 16579 + 16537, + 16588 ], "loc": { "start": { @@ -39527,8 +39579,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16589, - 16615 + 16598, + 16624 ], "loc": { "start": { @@ -39552,8 +39604,8 @@ "type": "Identifier", "name": "values", "range": [ - 16624, - 16630 + 16633, + 16639 ], "loc": { "start": { @@ -39575,8 +39627,8 @@ "type": "Identifier", "name": "values", "range": [ - 16633, - 16639 + 16642, + 16648 ], "loc": { "start": { @@ -39593,8 +39645,8 @@ "type": "Identifier", "name": "substr", "range": [ - 16640, - 16646 + 16649, + 16655 ], "loc": { "start": { @@ -39608,8 +39660,8 @@ } }, "range": [ - 16633, - 16646 + 16642, + 16655 ], "loc": { "start": { @@ -39628,8 +39680,8 @@ "value": 0, "raw": "0", "range": [ - 16647, - 16648 + 16656, + 16657 ], "loc": { "start": { @@ -39652,8 +39704,8 @@ "type": "Identifier", "name": "values", "range": [ - 16650, - 16656 + 16659, + 16665 ], "loc": { "start": { @@ -39670,8 +39722,8 @@ "type": "Identifier", "name": "length", "range": [ - 16657, - 16663 + 16666, + 16672 ], "loc": { "start": { @@ -39685,8 +39737,8 @@ } }, "range": [ - 16650, - 16663 + 16659, + 16672 ], "loc": { "start": { @@ -39704,8 +39756,8 @@ "value": 3, "raw": "3", "range": [ - 16666, - 16667 + 16675, + 16676 ], "loc": { "start": { @@ -39719,8 +39771,8 @@ } }, "range": [ - 16650, - 16667 + 16659, + 16676 ], "loc": { "start": { @@ -39735,8 +39787,8 @@ } ], "range": [ - 16633, - 16668 + 16642, + 16677 ], "loc": { "start": { @@ -39750,8 +39802,8 @@ } }, "range": [ - 16624, - 16668 + 16633, + 16677 ], "loc": { "start": { @@ -39765,8 +39817,8 @@ } }, "range": [ - 16624, - 16669 + 16633, + 16678 ], "loc": { "start": { @@ -39783,8 +39835,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16589, - 16615 + 16598, + 16624 ], "loc": { "start": { @@ -39803,8 +39855,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16678, - 16715 + 16687, + 16724 ], "loc": { "start": { @@ -39828,8 +39880,8 @@ "type": "Identifier", "name": "values", "range": [ - 16724, - 16730 + 16733, + 16739 ], "loc": { "start": { @@ -39851,8 +39903,8 @@ "type": "Identifier", "name": "values", "range": [ - 16733, - 16739 + 16742, + 16748 ], "loc": { "start": { @@ -39869,8 +39921,8 @@ "type": "Identifier", "name": "split", "range": [ - 16740, - 16745 + 16749, + 16754 ], "loc": { "start": { @@ -39884,8 +39936,8 @@ } }, "range": [ - 16733, - 16745 + 16742, + 16754 ], "loc": { "start": { @@ -39910,8 +39962,8 @@ "value": " ", "raw": "' '", "range": [ - 16746, - 16749 + 16755, + 16758 ], "loc": { "start": { @@ -39931,8 +39983,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16752, - 16754 + 16761, + 16763 ], "loc": { "start": { @@ -39949,8 +40001,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 16755, - 16765 + 16764, + 16774 ], "loc": { "start": { @@ -39964,8 +40016,8 @@ } }, "range": [ - 16752, - 16765 + 16761, + 16774 ], "loc": { "start": { @@ -39979,8 +40031,8 @@ } }, "range": [ - 16746, - 16765 + 16755, + 16774 ], "loc": { "start": { @@ -39998,8 +40050,8 @@ "value": " ", "raw": "' '", "range": [ - 16768, - 16771 + 16777, + 16780 ], "loc": { "start": { @@ -40013,8 +40065,8 @@ } }, "range": [ - 16746, - 16771 + 16755, + 16780 ], "loc": { "start": { @@ -40029,8 +40081,8 @@ } ], "range": [ - 16733, - 16772 + 16742, + 16781 ], "loc": { "start": { @@ -40044,8 +40096,8 @@ } }, "range": [ - 16724, - 16772 + 16733, + 16781 ], "loc": { "start": { @@ -40059,8 +40111,8 @@ } }, "range": [ - 16724, - 16773 + 16733, + 16782 ], "loc": { "start": { @@ -40077,8 +40129,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16678, - 16715 + 16687, + 16724 ], "loc": { "start": { @@ -40099,8 +40151,8 @@ "type": "Identifier", "name": "values", "range": [ - 16790, - 16796 + 16799, + 16805 ], "loc": { "start": { @@ -40114,8 +40166,8 @@ } }, "range": [ - 16783, - 16797 + 16792, + 16806 ], "loc": { "start": { @@ -40130,8 +40182,8 @@ } ], "range": [ - 16394, - 16803 + 16403, + 16812 ], "loc": { "start": { @@ -40147,8 +40199,8 @@ "generator": false, "expression": false, "range": [ - 16383, - 16803 + 16392, + 16812 ], "loc": { "start": { @@ -40164,8 +40216,8 @@ "kind": "method", "computed": false, "range": [ - 16374, - 16803 + 16383, + 16812 ], "loc": { "start": { @@ -40182,8 +40234,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16202, - 16369 + 16211, + 16378 ], "loc": { "start": { @@ -40205,8 +40257,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 16809, - 16816 + 16818, + 16825 ], "loc": { "start": { @@ -40239,8 +40291,8 @@ "object": { "type": "ThisExpression", "range": [ - 16829, - 16833 + 16838, + 16842 ], "loc": { "start": { @@ -40257,8 +40309,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16834, - 16841 + 16843, + 16850 ], "loc": { "start": { @@ -40272,8 +40324,8 @@ } }, "range": [ - 16829, - 16841 + 16838, + 16850 ], "loc": { "start": { @@ -40290,8 +40342,8 @@ "type": "Identifier", "name": "off", "range": [ - 16842, - 16845 + 16851, + 16854 ], "loc": { "start": { @@ -40305,8 +40357,8 @@ } }, "range": [ - 16829, - 16845 + 16838, + 16854 ], "loc": { "start": { @@ -40328,8 +40380,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 16860, - 16884 + 16869, + 16893 ], "loc": { "start": { @@ -40344,8 +40396,8 @@ } ], "range": [ - 16859, - 16885 + 16868, + 16894 ], "loc": { "start": { @@ -40366,8 +40418,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16900, - 16902 + 16909, + 16911 ], "loc": { "start": { @@ -40384,8 +40436,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16904, - 16912 + 16913, + 16921 ], "loc": { "start": { @@ -40402,8 +40454,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16914, - 16924 + 16923, + 16933 ], "loc": { "start": { @@ -40425,8 +40477,8 @@ "object": { "type": "ThisExpression", "range": [ - 16929, - 16933 + 16938, + 16942 ], "loc": { "start": { @@ -40443,8 +40495,8 @@ "type": "Identifier", "name": "build", "range": [ - 16934, - 16939 + 16943, + 16948 ], "loc": { "start": { @@ -40458,8 +40510,8 @@ } }, "range": [ - 16929, - 16939 + 16938, + 16948 ], "loc": { "start": { @@ -40477,8 +40529,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16940, - 16948 + 16949, + 16957 ], "loc": { "start": { @@ -40495,8 +40547,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16950, - 16960 + 16959, + 16969 ], "loc": { "start": { @@ -40511,8 +40563,8 @@ } ], "range": [ - 16929, - 16961 + 16938, + 16970 ], "loc": { "start": { @@ -40528,8 +40580,8 @@ "generator": false, "expression": true, "range": [ - 16899, - 16961 + 16908, + 16970 ], "loc": { "start": { @@ -40544,8 +40596,8 @@ } ], "range": [ - 16829, - 16971 + 16838, + 16980 ], "loc": { "start": { @@ -40559,8 +40611,8 @@ } }, "range": [ - 16829, - 16972 + 16838, + 16981 ], "loc": { "start": { @@ -40586,8 +40638,8 @@ "object": { "type": "ThisExpression", "range": [ - 16981, - 16985 + 16990, + 16994 ], "loc": { "start": { @@ -40604,8 +40656,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16986, - 16993 + 16995, + 17002 ], "loc": { "start": { @@ -40619,8 +40671,8 @@ } }, "range": [ - 16981, - 16993 + 16990, + 17002 ], "loc": { "start": { @@ -40637,8 +40689,8 @@ "type": "Identifier", "name": "off", "range": [ - 16994, - 16997 + 17003, + 17006 ], "loc": { "start": { @@ -40652,8 +40704,8 @@ } }, "range": [ - 16981, - 16997 + 16990, + 17006 ], "loc": { "start": { @@ -40675,8 +40727,8 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 17012, - 17038 + 17021, + 17047 ], "loc": { "start": { @@ -40691,8 +40743,8 @@ } ], "range": [ - 17011, - 17039 + 17020, + 17048 ], "loc": { "start": { @@ -40713,8 +40765,8 @@ "type": "Identifier", "name": "tf", "range": [ - 17054, - 17056 + 17063, + 17065 ], "loc": { "start": { @@ -40731,8 +40783,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17058, - 17066 + 17067, + 17075 ], "loc": { "start": { @@ -40749,8 +40801,8 @@ "type": "Identifier", "name": "values", "range": [ - 17068, - 17074 + 17077, + 17083 ], "loc": { "start": { @@ -40772,8 +40824,8 @@ "object": { "type": "ThisExpression", "range": [ - 17079, - 17083 + 17088, + 17092 ], "loc": { "start": { @@ -40790,8 +40842,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 17084, - 17097 + 17093, + 17106 ], "loc": { "start": { @@ -40805,8 +40857,8 @@ } }, "range": [ - 17079, - 17097 + 17088, + 17106 ], "loc": { "start": { @@ -40824,8 +40876,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17098, - 17106 + 17107, + 17115 ], "loc": { "start": { @@ -40842,8 +40894,8 @@ "type": "Identifier", "name": "values", "range": [ - 17108, - 17114 + 17117, + 17123 ], "loc": { "start": { @@ -40858,8 +40910,8 @@ } ], "range": [ - 17079, - 17115 + 17088, + 17124 ], "loc": { "start": { @@ -40875,8 +40927,8 @@ "generator": false, "expression": true, "range": [ - 17053, - 17115 + 17062, + 17124 ], "loc": { "start": { @@ -40891,8 +40943,8 @@ } ], "range": [ - 16981, - 17125 + 16990, + 17134 ], "loc": { "start": { @@ -40906,8 +40958,8 @@ } }, "range": [ - 16981, - 17126 + 16990, + 17135 ], "loc": { "start": { @@ -40922,8 +40974,8 @@ } ], "range": [ - 16819, - 17132 + 16828, + 17141 ], "loc": { "start": { @@ -40939,8 +40991,8 @@ "generator": false, "expression": false, "range": [ - 16816, - 17132 + 16825, + 17141 ], "loc": { "start": { @@ -40956,8 +41008,8 @@ "kind": "method", "computed": false, "range": [ - 16809, - 17132 + 16818, + 17141 ], "loc": { "start": { @@ -40973,12 +41025,12 @@ } ], "range": [ - 340, - 17134 + 382, + 17143 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 39 }, "end": { @@ -40988,12 +41040,12 @@ } }, "range": [ - 308, - 17134 + 350, + 17143 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 7 }, "end": { @@ -41007,12 +41059,12 @@ "specifiers": [], "source": null, "range": [ - 301, - 17134 + 343, + 17143 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 0 }, "end": { @@ -41025,7 +41077,7 @@ "sourceType": "module", "range": [ 0, - 17134 + 17143 ], "loc": { "start": { @@ -41042,16 +41094,16 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 347, - 435 + 389, + 477 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 4 }, "end": { - "line": 17, + "line": 18, "column": 7 } } @@ -41060,16 +41112,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 499, - 522 + 541, + 564 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -41078,16 +41130,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 585, - 610 + 627, + 652 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 32 }, "end": { - "line": 24, + "line": 25, "column": 57 } } @@ -41096,16 +41148,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 619, - 674 + 661, + 716 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 63 } } @@ -41114,16 +41166,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 777, - 818 + 819, + 860 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 49 } } @@ -41132,16 +41184,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 902, - 945 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -41150,16 +41202,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1055, - 1107 + 1097, + 1149 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 60 } } @@ -41168,16 +41220,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1233, - 1254 + 1275, + 1296 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -41186,16 +41238,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1369, - 1410 + 1411, + 1452 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 49 } } @@ -41204,16 +41256,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1670, - 1702 + 1712, + 1744 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 40 } } @@ -41222,16 +41274,16 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2497, - 2728 + 2539, + 2770 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -41240,16 +41292,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3115, - 3154 + 3157, + 3196 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 47 } } @@ -41258,16 +41310,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4067, - 4153 + 4109, + 4195 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 4 }, "end": { - "line": 126, + "line": 127, "column": 7 } } @@ -41276,16 +41328,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5158, - 5222 + 5200, + 5264 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 76 } } @@ -41294,16 +41346,16 @@ "type": "Line", "value": " valid", "range": [ - 5235, - 5243 + 5277, + 5285 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 20 } } @@ -41312,16 +41364,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5449, - 5482 + 5491, + 5524 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 45 } } @@ -41330,16 +41382,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5594, - 5626 + 5636, + 5668 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 44 } } @@ -41348,16 +41400,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5690, - 5727 + 5732, + 5769 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 16 }, "end": { - "line": 175, + "line": 176, "column": 53 } } @@ -41366,16 +41418,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6322, - 6342 + 6372, + 6392 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 40 } } @@ -41384,16 +41436,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6439, - 6480 + 6489, + 6530 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 20 }, "end": { - "line": 188, + "line": 189, "column": 61 } } @@ -41402,16 +41454,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7252, - 7277 + 7302, + 7327 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 33 } } @@ -41420,16 +41472,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7903, - 7913 + 7953, + 7963 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 18 } } @@ -41438,16 +41490,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8423, - 8462 + 8473, + 8512 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 13 }, "end": { - "line": 240, + "line": 241, "column": 52 } } @@ -41456,16 +41508,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8481, - 8492 + 8531, + 8542 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 19 } } @@ -41474,16 +41526,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9007, - 9046 + 9057, + 9096 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 13 }, "end": { - "line": 255, + "line": 256, "column": 52 } } @@ -41492,16 +41544,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9328, - 9458 + 9378, + 9508 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 4 }, "end": { - "line": 273, + "line": 274, "column": 7 } } @@ -41510,16 +41562,16 @@ "type": "Line", "value": "item value", "range": [ - 9656, - 9668 + 9706, + 9718 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 48 } } @@ -41528,16 +41580,16 @@ "type": "Line", "value": "item text", "range": [ - 9730, - 9741 + 9780, + 9791 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 61 }, "end": { - "line": 280, + "line": 281, "column": 72 } } @@ -41546,16 +41598,16 @@ "type": "Line", "value": "item is hidden", "range": [ - 10426, - 10442 + 10476, + 10492 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 32 } } @@ -41564,16 +41616,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10521, - 10655 + 10569, + 10703 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 4 }, "end": { - "line": 306, + "line": 307, "column": 7 } } @@ -41582,16 +41634,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11873, - 11992 + 11919, + 12038 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 4 }, "end": { - "line": 347, + "line": 348, "column": 7 } } @@ -41600,16 +41652,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12128, - 12148 + 12174, + 12194 ], "loc": { "start": { - "line": 354, + "line": 355, "column": 32 }, "end": { - "line": 354, + "line": 355, "column": 52 } } @@ -41618,16 +41670,16 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12157, - 12211 + 12203, + 12257 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 62 } } @@ -41636,16 +41688,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12555, - 12578 + 12601, + 12624 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 48 }, "end": { - "line": 363, + "line": 364, "column": 71 } } @@ -41654,16 +41706,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12631, - 12656 + 12677, + 12702 ], "loc": { "start": { - "line": 364, + "line": 365, "column": 52 }, "end": { - "line": 364, + "line": 365, "column": 77 } } @@ -41672,16 +41724,16 @@ "type": "Line", "value": "show all item", "range": [ - 12695, - 12710 + 12741, + 12756 ], "loc": { "start": { - "line": 367, + "line": 368, "column": 12 }, "end": { - "line": 367, + "line": 368, "column": 27 } } @@ -41690,16 +41742,16 @@ "type": "Line", "value": "items indexes", "range": [ - 12823, - 12838 + 12869, + 12884 ], "loc": { "start": { - "line": 370, + "line": 371, "column": 20 }, "end": { - "line": 370, + "line": 371, "column": 35 } } @@ -41708,16 +41760,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 12926, - 12946 + 12972, + 12992 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 20 }, "end": { - "line": 372, + "line": 373, "column": 40 } } @@ -41726,16 +41778,16 @@ "type": "Line", "value": "checked item", "range": [ - 13035, - 13049 + 13081, + 13095 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 24 }, "end": { - "line": 374, + "line": 375, "column": 38 } } @@ -41744,16 +41796,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 13971, - 13993 + 14017, + 14039 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 16 }, "end": { - "line": 396, + "line": 397, "column": 38 } } @@ -41762,16 +41814,16 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14398, - 14426 + 14444, + 14472 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 17 }, "end": { - "line": 407, + "line": 408, "column": 45 } } @@ -41780,16 +41832,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15086, - 15255 + 15132, + 15301 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 4 }, "end": { - "line": 429, + "line": 430, "column": 7 } } @@ -41798,8 +41850,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16202, - 16369 + 16211, + 16378 ], "loc": { "start": { @@ -41816,8 +41868,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16589, - 16615 + 16598, + 16624 ], "loc": { "start": { @@ -41834,8 +41886,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16678, - 16715 + 16687, + 16724 ], "loc": { "start": { diff --git a/docs/ast/source/modules/dropdown.js.json b/docs/ast/source/modules/dropdown.js.json index 1a2051a1..3671d2f9 100644 --- a/docs/ast/source/modules/dropdown.js.json +++ b/docs/ast/source/modules/dropdown.js.json @@ -457,6 +457,203 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 184, + 190 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 14 + } + } + }, + "imported": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 184, + 190 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 14 + } + } + }, + "range": [ + 184, + 190 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 14 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "MULTIPLE", + "range": [ + 192, + 200 + ], + "loc": { + "start": { + "line": 7, + "column": 16 + }, + "end": { + "line": 7, + "column": 24 + } + } + }, + "imported": { + "type": "Identifier", + "name": "MULTIPLE", + "range": [ + 192, + 200 + ], + "loc": { + "start": { + "line": 7, + "column": 16 + }, + "end": { + "line": 7, + "column": 24 + } + } + }, + "range": [ + 192, + 200 + ], + "loc": { + "start": { + "line": 7, + "column": 16 + }, + "end": { + "line": 7, + "column": 24 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 202, + 206 + ], + "loc": { + "start": { + "line": 7, + "column": 26 + }, + "end": { + "line": 7, + "column": 30 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 202, + 206 + ], + "loc": { + "start": { + "line": 7, + "column": 26 + }, + "end": { + "line": 7, + "column": 30 + } + } + }, + "range": [ + 202, + 206 + ], + "loc": { + "start": { + "line": 7, + "column": 26 + }, + "end": { + "line": 7, + "column": 30 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 213, + 223 + ], + "loc": { + "start": { + "line": 7, + "column": 37 + }, + "end": { + "line": 7, + "column": 47 + } + } + }, + "range": [ + 176, + 224 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 7, + "column": 48 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -466,16 +663,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 183, - 193 + 232, + 242 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 6 }, "end": { - "line": 8, + "line": 9, "column": 16 } } @@ -488,16 +685,16 @@ "value": "Filter options for column {0} cannot be sorted in ", "raw": "'Filter options for column {0} cannot be sorted in '", "range": [ - 196, - 248 + 245, + 297 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 19 }, "end": { - "line": 8, + "line": 9, "column": 71 } } @@ -507,46 +704,46 @@ "value": "{1} manner.", "raw": "'{1} manner.'", "range": [ - 255, - 268 + 304, + 317 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 9, + "line": 10, "column": 17 } } }, "range": [ - 196, - 268 + 245, + 317 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 19 }, "end": { - "line": 9, + "line": 10, "column": 17 } } }, "range": [ - 183, - 268 + 232, + 317 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 6 }, "end": { - "line": 9, + "line": 10, "column": 17 } } @@ -554,16 +751,16 @@ ], "kind": "const", "range": [ - 177, - 269 + 226, + 318 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 0 }, "end": { - "line": 9, + "line": 10, "column": 18 } } @@ -576,16 +773,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 284, - 292 + 333, + 341 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 13 }, "end": { - "line": 11, + "line": 12, "column": 21 } } @@ -594,16 +791,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 301, - 308 + 350, + 357 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 30 }, "end": { - "line": 11, + "line": 12, "column": 37 } } @@ -617,16 +814,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 408, - 419 + 457, + 468 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 4 }, "end": { - "line": 17, + "line": 18, "column": 15 } } @@ -639,16 +836,16 @@ "type": "Identifier", "name": "tf", "range": [ - 420, - 422 + 469, + 471 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 16 }, "end": { - "line": 17, + "line": 18, "column": 18 } } @@ -664,16 +861,16 @@ "callee": { "type": "Super", "range": [ - 434, - 439 + 483, + 488 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 13 } } @@ -683,16 +880,16 @@ "type": "Identifier", "name": "tf", "range": [ - 440, - 442 + 489, + 491 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 14 }, "end": { - "line": 18, + "line": 19, "column": 16 } } @@ -702,47 +899,47 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 444, - 454 + 493, + 503 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 18 }, "end": { - "line": 18, + "line": 19, "column": 28 } } } ], "range": [ - 434, - 455 + 483, + 504 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 29 } } }, "range": [ - 434, - 456 + 483, + 505 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 30 } }, @@ -751,16 +948,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 466, - 489 + 515, + 538 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 31 } } @@ -776,16 +973,16 @@ "type": "Identifier", "name": "f", "range": [ - 502, - 503 + 551, + 552 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 12 }, "end": { - "line": 21, + "line": 22, "column": 13 } } @@ -799,16 +996,16 @@ "type": "Identifier", "name": "tf", "range": [ - 506, - 508 + 555, + 557 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 16 }, "end": { - "line": 21, + "line": 22, "column": 18 } } @@ -817,62 +1014,62 @@ "type": "Identifier", "name": "config", "range": [ - 509, - 515 + 558, + 564 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 19 }, "end": { - "line": 21, + "line": 22, "column": 25 } } }, "range": [ - 506, - 515 + 555, + 564 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 16 }, "end": { - "line": 21, + "line": 22, "column": 25 } } }, "arguments": [], "range": [ - 506, - 517 + 555, + 566 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 16 }, "end": { - "line": 21, + "line": 22, "column": 27 } } }, "range": [ - 502, - 517 + 551, + 566 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 12 }, "end": { - "line": 21, + "line": 22, "column": 27 } } @@ -880,16 +1077,16 @@ ], "kind": "let", "range": [ - 498, - 518 + 547, + 567 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 28 } }, @@ -898,16 +1095,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 466, - 489 + 515, + 538 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 31 } } @@ -925,16 +1122,16 @@ "object": { "type": "ThisExpression", "range": [ - 528, - 532 + 577, + 581 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } @@ -943,31 +1140,31 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 533, - 553 + 582, + 602 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 33 } } }, "range": [ - 528, - 553 + 577, + 602 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 33 } } @@ -984,16 +1181,16 @@ "type": "Identifier", "name": "f", "range": [ - 556, - 557 + 605, + 606 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 37 } } @@ -1002,31 +1199,31 @@ "type": "Identifier", "name": "enable_slc_reset_filter", "range": [ - 558, - 581 + 607, + 630 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 38 }, "end": { - "line": 23, + "line": 24, "column": 61 } } }, "range": [ - 556, - 581 + 605, + 630 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 61 } } @@ -1036,31 +1233,31 @@ "value": false, "raw": "false", "range": [ - 586, - 591 + 635, + 640 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 66 }, "end": { - "line": 23, + "line": 24, "column": 71 } } }, "range": [ - 556, - 591 + 605, + 640 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 71 } } @@ -1070,16 +1267,16 @@ "value": false, "raw": "false", "range": [ - 606, - 611 + 655, + 660 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 17 } } @@ -1089,61 +1286,61 @@ "value": true, "raw": "true", "range": [ - 614, - 618 + 663, + 667 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 24 } } }, "range": [ - 556, - 618 + 605, + 667 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 24, + "line": 25, "column": 24 } } }, "range": [ - 528, - 618 + 577, + 667 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 24 } } }, "range": [ - 528, - 619 + 577, + 668 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 25 } }, @@ -1152,16 +1349,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 628, - 655 + 677, + 704 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 35 } } @@ -1179,16 +1376,16 @@ "object": { "type": "ThisExpression", "range": [ - 664, - 668 + 713, + 717 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1197,31 +1394,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 669, - 681 + 718, + 730 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 25 } } }, "range": [ - 664, - 681 + 713, + 730 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 25 } } @@ -1236,16 +1433,16 @@ "type": "Identifier", "name": "f", "range": [ - 684, - 685 + 733, + 734 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 28 }, "end": { - "line": 26, + "line": 27, "column": 29 } } @@ -1254,31 +1451,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 686, - 700 + 735, + 749 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 30 }, "end": { - "line": 26, + "line": 27, "column": 44 } } }, "range": [ - 684, - 700 + 733, + 749 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 28 }, "end": { - "line": 26, + "line": 27, "column": 44 } } @@ -1288,61 +1485,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 704, - 717 + 753, + 766 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 48 }, "end": { - "line": 26, + "line": 27, "column": 61 } } }, "range": [ - 684, - 717 + 733, + 766 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 28 }, "end": { - "line": 26, + "line": 27, "column": 61 } } }, "range": [ - 664, - 717 + 713, + 766 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 61 } } }, "range": [ - 664, - 718 + 713, + 767 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 62 } }, @@ -1351,16 +1548,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 628, - 655 + 677, + 704 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 35 } } @@ -1371,16 +1568,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 727, - 793 + 776, + 842 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 74 } } @@ -1398,16 +1595,16 @@ "object": { "type": "ThisExpression", "range": [ - 802, - 806 + 851, + 855 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -1416,31 +1613,31 @@ "type": "Identifier", "name": "activateSlcTooltip", "range": [ - 807, - 825 + 856, + 874 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 31 } } }, "range": [ - 802, - 825 + 851, + 874 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 31 } } @@ -1455,16 +1652,16 @@ "type": "Identifier", "name": "f", "range": [ - 828, - 829 + 877, + 878 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 34 }, "end": { - "line": 28, + "line": 29, "column": 35 } } @@ -1473,31 +1670,31 @@ "type": "Identifier", "name": "activate_slc_tooltip", "range": [ - 830, - 850 + 879, + 899 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 36 }, "end": { - "line": 28, + "line": 29, "column": 56 } } }, "range": [ - 828, - 850 + 877, + 899 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 34 }, "end": { - "line": 28, + "line": 29, "column": 56 } } @@ -1507,61 +1704,61 @@ "value": "Click to activate", "raw": "'Click to activate'", "range": [ - 866, - 885 + 915, + 934 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 12 }, "end": { - "line": 29, + "line": 30, "column": 31 } } }, "range": [ - 828, - 885 + 877, + 934 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 34 }, "end": { - "line": 29, + "line": 30, "column": 31 } } }, "range": [ - 802, - 885 + 851, + 934 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 31 } } }, "range": [ - 802, - 886 + 851, + 935 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 32 } }, @@ -1570,16 +1767,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 727, - 793 + 776, + 842 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 74 } } @@ -1590,16 +1787,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 895, - 938 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -1617,16 +1814,16 @@ "object": { "type": "ThisExpression", "range": [ - 947, - 951 + 996, + 1000 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 12 } } @@ -1635,31 +1832,31 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 952, - 970 + 1001, + 1019 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 13 }, "end": { - "line": 31, + "line": 32, "column": 31 } } }, "range": [ - 947, - 970 + 996, + 1019 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 31 } } @@ -1674,16 +1871,16 @@ "type": "Identifier", "name": "f", "range": [ - 973, - 974 + 1022, + 1023 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 34 }, "end": { - "line": 31, + "line": 32, "column": 35 } } @@ -1692,31 +1889,31 @@ "type": "Identifier", "name": "multiple_slc_tooltip", "range": [ - 975, - 995 + 1024, + 1044 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 36 }, "end": { - "line": 31, + "line": 32, "column": 56 } } }, "range": [ - 973, - 995 + 1022, + 1044 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 34 }, "end": { - "line": 31, + "line": 32, "column": 56 } } @@ -1726,61 +1923,61 @@ "value": "Use Ctrl key for multiple selections", "raw": "'Use Ctrl key for multiple selections'", "range": [ - 1011, - 1049 + 1060, + 1098 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 12 }, "end": { - "line": 32, + "line": 33, "column": 50 } } }, "range": [ - 973, - 1049 + 1022, + 1098 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 34 }, "end": { - "line": 32, + "line": 33, "column": 50 } } }, "range": [ - 947, - 1049 + 996, + 1098 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 50 } } }, "range": [ - 947, - 1050 + 996, + 1099 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 51 } }, @@ -1789,16 +1986,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 895, - 938 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -1816,16 +2013,16 @@ "object": { "type": "ThisExpression", "range": [ - 1060, - 1064 + 1109, + 1113 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -1834,31 +2031,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1065, - 1073 + 1114, + 1122 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 13 }, "end": { - "line": 34, + "line": 35, "column": 21 } } }, "range": [ - 1060, - 1073 + 1109, + 1122 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 21 } } @@ -1868,46 +2065,46 @@ "value": null, "raw": "null", "range": [ - 1076, - 1080 + 1125, + 1129 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 24 }, "end": { - "line": 34, + "line": 35, "column": 28 } } }, "range": [ - 1060, - 1080 + 1109, + 1129 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 28 } } }, "range": [ - 1060, - 1081 + 1109, + 1130 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 29 } } @@ -1923,16 +2120,16 @@ "object": { "type": "ThisExpression", "range": [ - 1090, - 1094 + 1139, + 1143 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 12 } } @@ -1941,31 +2138,31 @@ "type": "Identifier", "name": "opts", "range": [ - 1095, - 1099 + 1144, + 1148 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 13 }, "end": { - "line": 35, + "line": 36, "column": 17 } } }, "range": [ - 1090, - 1099 + 1139, + 1148 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 17 } } @@ -1975,46 +2172,46 @@ "value": null, "raw": "null", "range": [ - 1102, - 1106 + 1151, + 1155 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 20 }, "end": { - "line": 35, + "line": 36, "column": 24 } } }, "range": [ - 1090, - 1106 + 1139, + 1155 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 24 } } }, "range": [ - 1090, - 1107 + 1139, + 1156 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 25 } } @@ -2030,16 +2227,16 @@ "object": { "type": "ThisExpression", "range": [ - 1116, - 1120 + 1165, + 1169 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -2048,31 +2245,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1121, - 1128 + 1170, + 1177 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 20 } } }, "range": [ - 1116, - 1128 + 1165, + 1177 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 20 } } @@ -2082,46 +2279,46 @@ "value": null, "raw": "null", "range": [ - 1131, - 1135 + 1180, + 1184 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 23 }, "end": { - "line": 36, + "line": 37, "column": 27 } } }, "range": [ - 1116, - 1135 + 1165, + 1184 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 27 } } }, "range": [ - 1116, - 1136 + 1165, + 1185 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 28 } } @@ -2137,16 +2334,16 @@ "object": { "type": "ThisExpression", "range": [ - 1145, - 1149 + 1194, + 1198 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 12 } } @@ -2155,31 +2352,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 1150, - 1162 + 1199, + 1211 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 13 }, "end": { - "line": 37, + "line": 38, "column": 25 } } }, "range": [ - 1145, - 1162 + 1194, + 1211 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 25 } } @@ -2189,62 +2386,62 @@ "value": null, "raw": "null", "range": [ - 1165, - 1169 + 1214, + 1218 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 28 }, "end": { - "line": 37, + "line": 38, "column": 32 } } }, "range": [ - 1145, - 1169 + 1194, + 1218 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 32 } } }, "range": [ - 1145, - 1170 + 1194, + 1219 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 33 } } } ], "range": [ - 424, - 1176 + 473, + 1225 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 20 }, "end": { - "line": 38, + "line": 39, "column": 5 } } @@ -2252,16 +2449,16 @@ "generator": false, "expression": false, "range": [ - 419, - 1176 + 468, + 1225 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 15 }, "end": { - "line": 38, + "line": 39, "column": 5 } } @@ -2269,16 +2466,16 @@ "kind": "constructor", "computed": false, "range": [ - 408, - 1176 + 457, + 1225 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 4 }, "end": { - "line": 38, + "line": 39, "column": 5 } }, @@ -2287,16 +2484,16 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 316, - 403 + 365, + 452 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 16, + "line": 17, "column": 7 } } @@ -2310,16 +2507,16 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 1182, - 1192 + 1231, + 1241 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 4 }, "end": { - "line": 40, + "line": 41, "column": 14 } } @@ -2332,16 +2529,16 @@ "type": "Identifier", "name": "e", "range": [ - 1193, - 1194 + 1242, + 1243 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 15 }, "end": { - "line": 40, + "line": 41, "column": 16 } } @@ -2359,16 +2556,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1210, - 1213 + 1259, + 1262 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 15 } } @@ -2382,16 +2579,16 @@ "type": "Identifier", "name": "Event", "range": [ - 1216, - 1221 + 1265, + 1270 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 18 }, "end": { - "line": 41, + "line": 42, "column": 23 } } @@ -2400,31 +2597,31 @@ "type": "Identifier", "name": "target", "range": [ - 1222, - 1228 + 1271, + 1277 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 24 }, "end": { - "line": 41, + "line": 42, "column": 30 } } }, "range": [ - 1216, - 1228 + 1265, + 1277 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 18 }, "end": { - "line": 41, + "line": 42, "column": 30 } } @@ -2434,47 +2631,47 @@ "type": "Identifier", "name": "e", "range": [ - 1229, - 1230 + 1278, + 1279 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 31 }, "end": { - "line": 41, + "line": 42, "column": 32 } } } ], "range": [ - 1216, - 1231 + 1265, + 1280 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 18 }, "end": { - "line": 41, + "line": 42, "column": 33 } } }, "range": [ - 1210, - 1231 + 1259, + 1280 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 33 } } @@ -2482,16 +2679,16 @@ ], "kind": "let", "range": [ - 1206, - 1232 + 1255, + 1281 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 34 } } @@ -2505,16 +2702,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1245, - 1247 + 1294, + 1296 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 14 } } @@ -2525,16 +2722,16 @@ "object": { "type": "ThisExpression", "range": [ - 1250, - 1254 + 1299, + 1303 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 17 }, "end": { - "line": 42, + "line": 43, "column": 21 } } @@ -2543,46 +2740,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1255, - 1257 + 1304, + 1306 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 22 }, "end": { - "line": 42, + "line": 43, "column": 24 } } }, "range": [ - 1250, - 1257 + 1299, + 1306 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 17 }, "end": { - "line": 42, + "line": 43, "column": 24 } } }, "range": [ - 1245, - 1257 + 1294, + 1306 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 24 } } @@ -2590,16 +2787,16 @@ ], "kind": "let", "range": [ - 1241, - 1258 + 1290, + 1307 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 25 } }, @@ -2608,16 +2805,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1267, - 1312 + 1316, + 1361 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 53 } } @@ -2636,16 +2833,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1325, - 1327 + 1374, + 1376 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 14 } } @@ -2654,31 +2851,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 1328, - 1343 + 1377, + 1392 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 15 }, "end": { - "line": 44, + "line": 45, "column": 30 } } }, "range": [ - 1325, - 1343 + 1374, + 1392 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 30 } } @@ -2695,16 +2892,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1347, - 1350 + 1396, + 1399 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 37 } } @@ -2713,31 +2910,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1351, - 1363 + 1400, + 1412 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 38 }, "end": { - "line": 44, + "line": 45, "column": 50 } } }, "range": [ - 1347, - 1363 + 1396, + 1412 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 50 } } @@ -2748,32 +2945,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 1364, - 1372 + 1413, + 1421 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 51 }, "end": { - "line": 44, + "line": 45, "column": 59 } } } ], "range": [ - 1347, - 1373 + 1396, + 1422 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 60 } } @@ -2783,46 +2980,46 @@ "value": "0", "raw": "'0'", "range": [ - 1378, - 1381 + 1427, + 1430 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 65 }, "end": { - "line": 44, + "line": 45, "column": 68 } } }, "range": [ - 1347, - 1381 + 1396, + 1430 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 68 } } }, "range": [ - 1325, - 1381 + 1374, + 1430 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 68 } } @@ -2839,16 +3036,16 @@ "type": "Identifier", "name": "ct", "range": [ - 1401, - 1403 + 1450, + 1452 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 16 }, "end": { - "line": 45, + "line": 46, "column": 18 } } @@ -2862,16 +3059,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1406, - 1409 + 1455, + 1458 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 21 }, "end": { - "line": 45, + "line": 46, "column": 24 } } @@ -2880,31 +3077,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1410, - 1422 + 1459, + 1471 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 25 }, "end": { - "line": 45, + "line": 46, "column": 37 } } }, "range": [ - 1406, - 1422 + 1455, + 1471 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 21 }, "end": { - "line": 45, + "line": 46, "column": 37 } } @@ -2915,47 +3112,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 1423, - 1427 + 1472, + 1476 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 38 }, "end": { - "line": 45, + "line": 46, "column": 42 } } } ], "range": [ - 1406, - 1428 + 1455, + 1477 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 21 }, "end": { - "line": 45, + "line": 46, "column": 43 } } }, "range": [ - 1401, - 1428 + 1450, + 1477 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 16 }, "end": { - "line": 45, + "line": 46, "column": 43 } } @@ -2963,16 +3160,16 @@ ], "kind": "let", "range": [ - 1397, - 1429 + 1446, + 1478 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 12 }, "end": { - "line": 45, + "line": 46, "column": 44 } } @@ -2987,16 +3184,16 @@ "object": { "type": "ThisExpression", "range": [ - 1442, - 1446 + 1491, + 1495 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 16 } } @@ -3005,31 +3202,31 @@ "type": "Identifier", "name": "build", "range": [ - 1447, - 1452 + 1496, + 1501 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 22 } } }, "range": [ - 1442, - 1452 + 1491, + 1501 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 22 } } @@ -3039,79 +3236,79 @@ "type": "Identifier", "name": "ct", "range": [ - 1453, - 1455 + 1502, + 1504 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 23 }, "end": { - "line": 46, + "line": 47, "column": 25 } } } ], "range": [ - 1442, - 1456 + 1491, + 1505 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 26 } } }, "range": [ - 1442, - 1457 + 1491, + 1506 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 27 } } } ], "range": [ - 1383, - 1467 + 1432, + 1516 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 70 }, "end": { - "line": 47, + "line": 48, "column": 9 } } }, "alternate": null, "range": [ - 1321, - 1467 + 1370, + 1516 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 9 } }, @@ -3120,16 +3317,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1267, - 1312 + 1316, + 1361 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 53 } } @@ -3149,16 +3346,16 @@ "object": { "type": "ThisExpression", "range": [ - 1476, - 1480 + 1525, + 1529 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -3167,31 +3364,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1481, - 1488 + 1530, + 1537 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 13 }, "end": { - "line": 48, + "line": 49, "column": 20 } } }, "range": [ - 1476, - 1488 + 1525, + 1537 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 20 } } @@ -3200,31 +3397,31 @@ "type": "Identifier", "name": "emit", "range": [ - 1489, - 1493 + 1538, + 1542 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 21 }, "end": { - "line": 48, + "line": 49, "column": 25 } } }, "range": [ - 1476, - 1493 + 1525, + 1542 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 25 } } @@ -3235,16 +3432,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 1494, - 1508 + 1543, + 1557 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 26 }, "end": { - "line": 48, + "line": 49, "column": 40 } } @@ -3253,16 +3450,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1510, - 1512 + 1559, + 1561 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 42 }, "end": { - "line": 48, + "line": 49, "column": 44 } } @@ -3271,63 +3468,63 @@ "type": "Identifier", "name": "elm", "range": [ - 1514, - 1517 + 1563, + 1566 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 46 }, "end": { - "line": 48, + "line": 49, "column": 49 } } } ], "range": [ - 1476, - 1518 + 1525, + 1567 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 50 } } }, "range": [ - 1476, - 1519 + 1525, + 1568 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 51 } } } ], "range": [ - 1196, - 1525 + 1245, + 1574 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 18 }, "end": { - "line": 49, + "line": 50, "column": 5 } } @@ -3335,16 +3532,16 @@ "generator": false, "expression": false, "range": [ - 1192, - 1525 + 1241, + 1574 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 14 }, "end": { - "line": 49, + "line": 50, "column": 5 } } @@ -3352,16 +3549,16 @@ "kind": "method", "computed": false, "range": [ - 1182, - 1525 + 1231, + 1574 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 4 }, "end": { - "line": 49, + "line": 50, "column": 5 } }, @@ -3373,16 +3570,16 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1531, - 1542 + 1580, + 1591 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 4 }, "end": { - "line": 51, + "line": 52, "column": 15 } } @@ -3405,16 +3602,16 @@ "object": { "type": "ThisExpression", "range": [ - 1559, - 1563 + 1608, + 1612 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 16 } } @@ -3423,31 +3620,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1564, - 1566 + 1613, + 1615 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 17 }, "end": { - "line": 52, + "line": 53, "column": 19 } } }, "range": [ - 1559, - 1566 + 1608, + 1615 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 19 } } @@ -3456,31 +3653,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1567, - 1578 + 1616, + 1627 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 20 }, "end": { - "line": 52, + "line": 53, "column": 31 } } }, "range": [ - 1559, - 1578 + 1608, + 1627 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 31 } } @@ -3501,16 +3698,16 @@ "object": { "type": "ThisExpression", "range": [ - 1594, - 1598 + 1643, + 1647 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 16 } } @@ -3519,31 +3716,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1599, - 1601 + 1648, + 1650 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 17 }, "end": { - "line": 53, + "line": 54, "column": 19 } } }, "range": [ - 1594, - 1601 + 1643, + 1650 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 19 } } @@ -3552,110 +3749,110 @@ "type": "Identifier", "name": "filter", "range": [ - 1602, - 1608 + 1651, + 1657 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 20 }, "end": { - "line": 53, + "line": 54, "column": 26 } } }, "range": [ - 1594, - 1608 + 1643, + 1657 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 26 } } }, "arguments": [], "range": [ - 1594, - 1610 + 1643, + 1659 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 28 } } }, "range": [ - 1594, - 1611 + 1643, + 1660 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 29 } } } ], "range": [ - 1580, - 1621 + 1629, + 1670 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 33 }, "end": { - "line": 54, + "line": 55, "column": 9 } } }, "alternate": null, "range": [ - 1555, - 1621 + 1604, + 1670 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 9 } } } ], "range": [ - 1545, - 1627 + 1594, + 1676 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 18 }, "end": { - "line": 55, + "line": 56, "column": 5 } } @@ -3663,16 +3860,16 @@ "generator": false, "expression": false, "range": [ - 1542, - 1627 + 1591, + 1676 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 15 }, "end": { - "line": 55, + "line": 56, "column": 5 } } @@ -3680,16 +3877,16 @@ "kind": "method", "computed": false, "range": [ - 1531, - 1627 + 1580, + 1676 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 4 }, "end": { - "line": 55, + "line": 56, "column": 5 } }, @@ -3698,16 +3895,16 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1633, - 1864 + 1682, + 1913 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 63, "column": 7 } } @@ -3721,16 +3918,16 @@ "type": "Identifier", "name": "init", "range": [ - 1869, - 1873 + 1918, + 1922 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 4 }, "end": { - "line": 63, + "line": 64, "column": 8 } } @@ -3743,16 +3940,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 1874, - 1882 + 1923, + 1931 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 9 }, "end": { - "line": 63, + "line": 64, "column": 17 } } @@ -3761,16 +3958,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 1884, - 1894 + 1933, + 1943 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 19 }, "end": { - "line": 63, + "line": 64, "column": 29 } } @@ -3779,16 +3976,16 @@ "type": "Identifier", "name": "container", "range": [ - 1896, - 1905 + 1945, + 1954 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 31 }, "end": { - "line": 63, + "line": 64, "column": 40 } } @@ -3806,16 +4003,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1921, - 1923 + 1970, + 1972 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 12 }, "end": { - "line": 64, + "line": 65, "column": 14 } } @@ -3826,16 +4023,16 @@ "object": { "type": "ThisExpression", "range": [ - 1926, - 1930 + 1975, + 1979 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 17 }, "end": { - "line": 64, + "line": 65, "column": 21 } } @@ -3844,46 +4041,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1931, - 1933 + 1980, + 1982 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 22 }, "end": { - "line": 64, + "line": 65, "column": 24 } } }, "range": [ - 1926, - 1933 + 1975, + 1982 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 17 }, "end": { - "line": 64, + "line": 65, "column": 24 } } }, "range": [ - 1921, - 1933 + 1970, + 1982 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 12 }, "end": { - "line": 64, + "line": 65, "column": 24 } } @@ -3891,16 +4088,16 @@ ], "kind": "let", "range": [ - 1917, - 1934 + 1966, + 1983 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 25 } } @@ -3914,16 +4111,16 @@ "type": "Identifier", "name": "col", "range": [ - 1947, - 1950 + 1996, + 1999 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 15 } } @@ -3937,16 +4134,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1953, - 1955 + 2002, + 2004 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 18 }, "end": { - "line": 65, + "line": 66, "column": 20 } } @@ -3955,31 +4152,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 1956, - 1969 + 2005, + 2018 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 21 }, "end": { - "line": 65, + "line": 66, "column": 34 } } }, "range": [ - 1953, - 1969 + 2002, + 2018 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 18 }, "end": { - "line": 65, + "line": 66, "column": 34 } } @@ -3989,47 +4186,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 1970, - 1978 + 2019, + 2027 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 35 }, "end": { - "line": 65, + "line": 66, "column": 43 } } } ], "range": [ - 1953, - 1979 + 2002, + 2028 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 18 }, "end": { - "line": 65, + "line": 66, "column": 44 } } }, "range": [ - 1947, - 1979 + 1996, + 2028 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 44 } } @@ -4037,16 +4234,16 @@ ], "kind": "let", "range": [ - 1943, - 1980 + 1992, + 2029 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 45 } } @@ -4060,16 +4257,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 1993, - 2009 + 2042, + 2058 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 12 }, "end": { - "line": 66, + "line": 67, "column": 28 } } @@ -4080,16 +4277,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2012, - 2022 + 2061, + 2071 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 31 }, "end": { - "line": 66, + "line": 67, "column": 41 } } @@ -4104,16 +4301,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2037, - 2039 + 2086, + 2088 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 14 } } @@ -4122,31 +4319,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2040, - 2057 + 2089, + 2106 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 15 }, "end": { - "line": 67, + "line": 68, "column": 32 } } }, "range": [ - 2037, - 2057 + 2086, + 2106 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 32 } } @@ -4155,31 +4352,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2058, - 2066 + 2107, + 2115 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 33 }, "end": { - "line": 67, + "line": 68, "column": 41 } } }, "range": [ - 2037, - 2067 + 2086, + 2116 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 42 } } @@ -4189,46 +4386,46 @@ "value": null, "raw": "null", "range": [ - 2070, - 2074 + 2119, + 2123 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 45 }, "end": { - "line": 67, + "line": 68, "column": 49 } } }, "range": [ - 2012, - 2074 + 2061, + 2123 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 31 }, "end": { - "line": 67, + "line": 68, "column": 49 } } }, "range": [ - 1993, - 2074 + 2042, + 2123 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 49 } } @@ -4236,16 +4433,16 @@ ], "kind": "let", "range": [ - 1989, - 2075 + 2038, + 2124 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 50 } } @@ -4259,16 +4456,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2089, - 2092 + 2138, + 2141 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 69, + "line": 70, "column": 15 } } @@ -4282,16 +4479,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2095, - 2098 + 2144, + 2147 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 18 }, "end": { - "line": 69, + "line": 70, "column": 21 } } @@ -4300,87 +4497,51 @@ "type": "Identifier", "name": "create", "range": [ - 2099, - 2105 + 2148, + 2154 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 22 }, "end": { - "line": 69, + "line": 70, "column": 28 } } }, "range": [ - 2095, - 2105 + 2144, + 2154 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 18 }, "end": { - "line": 69, + "line": 70, "column": 28 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 2106, - 2108 - ], - "loc": { - "start": { - "line": 69, - "column": 29 - }, - "end": { - "line": 69, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 2109, - 2119 - ], - "loc": { - "start": { - "line": 69, - "column": 32 - }, - "end": { - "line": 69, - "column": 42 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 2106, - 2119 + 2155, + 2161 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 29 }, "end": { - "line": 69, - "column": 42 + "line": 70, + "column": 35 } } }, @@ -4392,16 +4553,16 @@ "value": "id", "raw": "'id'", "range": [ - 2134, - 2138 + 2176, + 2180 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 13 }, "end": { - "line": 70, + "line": 71, "column": 17 } } @@ -4422,16 +4583,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2140, - 2142 + 2182, + 2184 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 19 }, "end": { - "line": 70, + "line": 71, "column": 21 } } @@ -4440,31 +4601,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 2143, - 2150 + 2185, + 2192 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 22 }, "end": { - "line": 70, + "line": 71, "column": 29 } } }, "range": [ - 2140, - 2150 + 2182, + 2192 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 19 }, "end": { - "line": 70, + "line": 71, "column": 29 } } @@ -4473,31 +4634,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2153, - 2161 + 2195, + 2203 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 32 }, "end": { - "line": 70, + "line": 71, "column": 40 } } }, "range": [ - 2140, - 2161 + 2182, + 2203 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 19 }, "end": { - "line": 70, + "line": 71, "column": 40 } } @@ -4507,31 +4668,31 @@ "value": "_", "raw": "'_'", "range": [ - 2164, - 2167 + 2206, + 2209 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 43 }, "end": { - "line": 70, + "line": 71, "column": 46 } } }, "range": [ - 2140, - 2167 + 2182, + 2209 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 19 }, "end": { - "line": 70, + "line": 71, "column": 46 } } @@ -4543,16 +4704,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2170, - 2172 + 2212, + 2214 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 49 }, "end": { - "line": 70, + "line": 71, "column": 51 } } @@ -4561,62 +4722,62 @@ "type": "Identifier", "name": "id", "range": [ - 2173, - 2175 + 2215, + 2217 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 52 }, "end": { - "line": 70, + "line": 71, "column": 54 } } }, "range": [ - 2170, - 2175 + 2212, + 2217 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 49 }, "end": { - "line": 70, + "line": 71, "column": 54 } } }, "range": [ - 2140, - 2175 + 2182, + 2217 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 19 }, "end": { - "line": 70, + "line": 71, "column": 54 } } } ], "range": [ - 2133, - 2176 + 2175, + 2218 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 55 } } @@ -4629,16 +4790,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 2191, - 2195 + 2233, + 2237 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 13 }, "end": { - "line": 71, + "line": 72, "column": 17 } } @@ -4647,32 +4808,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2197, - 2205 + 2239, + 2247 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 19 }, "end": { - "line": 71, + "line": 72, "column": 27 } } } ], "range": [ - 2190, - 2206 + 2232, + 2248 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 28 } } @@ -4685,16 +4846,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 2209, - 2217 + 2251, + 2259 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 31 }, "end": { - "line": 71, + "line": 72, "column": 39 } } @@ -4704,63 +4865,63 @@ "value": "0", "raw": "'0'", "range": [ - 2219, - 2222 + 2261, + 2264 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 41 }, "end": { - "line": 71, + "line": 72, "column": 44 } } } ], "range": [ - 2208, - 2223 + 2250, + 2265 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 45 } } } ], "range": [ - 2095, - 2233 + 2144, + 2275 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 18 }, "end": { - "line": 72, + "line": 73, "column": 9 } } }, "range": [ - 2089, - 2233 + 2138, + 2275 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 9 } } @@ -4768,16 +4929,16 @@ ], "kind": "let", "range": [ - 2085, - 2234 + 2134, + 2276 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 10 } } @@ -4791,86 +4952,50 @@ "type": "Identifier", "name": "col", "range": [ - 2248, - 2251 + 2290, + 2293 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 15 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 2256, - 2258 - ], - "loc": { - "start": { - "line": 74, - "column": 20 - }, - "end": { - "line": 74, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 2259, - 2271 - ], - "loc": { - "start": { - "line": 74, - "column": 23 - }, - "end": { - "line": 74, - "column": 35 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 2256, - 2271 + 2298, + 2306 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 20 }, "end": { - "line": 74, - "column": 35 + "line": 75, + "column": 28 } } }, "range": [ - 2248, - 2271 + 2290, + 2306 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, - "column": 35 + "line": 75, + "column": 28 } } }, @@ -4889,16 +5014,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2287, - 2290 + 2322, + 2325 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, + "line": 76, "column": 15 } } @@ -4907,116 +5032,80 @@ "type": "Identifier", "name": "multiple", "range": [ - 2291, - 2299 + 2326, + 2334 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 16 }, "end": { - "line": 75, + "line": 76, "column": 24 } } }, "range": [ - 2287, - 2299 + 2322, + 2334 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, + "line": 76, "column": 24 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 2302, - 2304 - ], - "loc": { - "start": { - "line": 75, - "column": 27 - }, - "end": { - "line": 75, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 2305, - 2317 - ], - "loc": { - "start": { - "line": 75, - "column": 30 - }, - "end": { - "line": 75, - "column": 42 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 2302, - 2317 + 2337, + 2345 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 27 }, "end": { - "line": 75, - "column": 42 + "line": 76, + "column": 35 } } }, "range": [ - 2287, - 2317 + 2322, + 2345 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, - "column": 42 + "line": 76, + "column": 35 } } }, "range": [ - 2287, - 2318 + 2322, + 2346 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, - "column": 43 + "line": 76, + "column": 36 } } }, @@ -5032,16 +5121,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2331, - 2334 + 2359, + 2362 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 15 } } @@ -5050,31 +5139,31 @@ "type": "Identifier", "name": "title", "range": [ - 2335, - 2340 + 2363, + 2368 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 16 }, "end": { - "line": 76, + "line": 77, "column": 21 } } }, "range": [ - 2331, - 2340 + 2359, + 2368 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 21 } } @@ -5085,16 +5174,16 @@ "object": { "type": "ThisExpression", "range": [ - 2343, - 2347 + 2371, + 2375 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 24 }, "end": { - "line": 76, + "line": 77, "column": 28 } } @@ -5103,93 +5192,93 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 2348, - 2366 + 2376, + 2394 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 29 }, "end": { - "line": 76, + "line": 77, "column": 47 } } }, "range": [ - 2343, - 2366 + 2371, + 2394 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 24 }, "end": { - "line": 76, + "line": 77, "column": 47 } } }, "range": [ - 2331, - 2366 + 2359, + 2394 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 47 } } }, "range": [ - 2331, - 2367 + 2359, + 2395 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 48 } } } ], "range": [ - 2273, - 2377 + 2308, + 2405 ], "loc": { "start": { - "line": 74, - "column": 37 + "line": 75, + "column": 30 }, "end": { - "line": 77, + "line": 78, "column": 9 } } }, "alternate": null, "range": [ - 2244, - 2377 + 2286, + 2405 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 9 } } @@ -5206,16 +5295,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2386, - 2389 + 2414, + 2417 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 11 } } @@ -5224,31 +5313,31 @@ "type": "Identifier", "name": "className", "range": [ - 2390, - 2399 + 2418, + 2427 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 12 }, "end": { - "line": 78, + "line": 79, "column": 21 } } }, "range": [ - 2386, - 2399 + 2414, + 2427 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 21 } } @@ -5267,16 +5356,16 @@ "type": "Identifier", "name": "Str", "range": [ - 2402, - 2405 + 2430, + 2433 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 27 } } @@ -5285,31 +5374,31 @@ "type": "Identifier", "name": "lower", "range": [ - 2406, - 2411 + 2434, + 2439 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 28 }, "end": { - "line": 78, + "line": 79, "column": 33 } } }, "range": [ - 2402, - 2411 + 2430, + 2439 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 33 } } @@ -5319,102 +5408,66 @@ "type": "Identifier", "name": "col", "range": [ - 2412, - 2415 + 2440, + 2443 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 34 }, "end": { - "line": 78, + "line": 79, "column": 37 } } } ], "range": [ - 2402, - 2416 + 2430, + 2444 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 38 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 2421, - 2423 - ], - "loc": { - "start": { - "line": 78, - "column": 43 - }, - "end": { - "line": 78, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 2424, - 2434 - ], - "loc": { - "start": { - "line": 78, - "column": 46 - }, - "end": { - "line": 78, - "column": 56 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 2421, - 2434 + 2449, + 2455 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 43 }, "end": { - "line": 78, - "column": 56 + "line": 79, + "column": 49 } } }, "range": [ - 2402, - 2434 + 2430, + 2455 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, - "column": 56 + "line": 79, + "column": 49 } } }, @@ -5425,16 +5478,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2449, - 2451 + 2470, + 2472 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 12 }, "end": { - "line": 79, + "line": 80, "column": 14 } } @@ -5443,31 +5496,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 2452, - 2463 + 2473, + 2484 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 15 }, "end": { - "line": 79, + "line": 80, "column": 26 } } }, "range": [ - 2449, - 2463 + 2470, + 2484 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 12 }, "end": { - "line": 79, + "line": 80, "column": 26 } } @@ -5479,16 +5532,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2466, - 2468 + 2487, + 2489 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 29 }, "end": { - "line": 79, + "line": 80, "column": 31 } } @@ -5497,76 +5550,76 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 2469, - 2485 + 2490, + 2506 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 32 }, "end": { - "line": 79, + "line": 80, "column": 48 } } }, "range": [ - 2466, - 2485 + 2487, + 2506 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 29 }, "end": { - "line": 79, + "line": 80, "column": 48 } } }, "range": [ - 2402, - 2485 + 2430, + 2506 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 79, + "line": 80, "column": 48 } } }, "range": [ - 2386, - 2485 + 2414, + 2506 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 48 } } }, "range": [ - 2386, - 2486 + 2414, + 2507 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 49 } }, @@ -5575,16 +5628,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2496, - 2537 + 2517, + 2558 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 49 } } @@ -5597,16 +5650,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2550, - 2566 + 2571, + 2587 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 12 }, "end": { - "line": 82, + "line": 83, "column": 28 } } @@ -5630,16 +5683,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2582, - 2585 + 2603, + 2606 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 15 } } @@ -5648,31 +5701,31 @@ "type": "Identifier", "name": "id", "range": [ - 2586, - 2588 + 2607, + 2609 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 16 }, "end": { - "line": 83, + "line": 84, "column": 18 } } }, "range": [ - 2582, - 2588 + 2603, + 2609 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 18 } } @@ -5682,32 +5735,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2589, - 2605 + 2610, + 2626 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 19 }, "end": { - "line": 83, + "line": 84, "column": 35 } } } ], "range": [ - 2582, - 2606 + 2603, + 2627 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 36 } } @@ -5716,31 +5769,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2607, - 2618 + 2628, + 2639 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 37 }, "end": { - "line": 83, + "line": 84, "column": 48 } } }, "range": [ - 2582, - 2618 + 2603, + 2639 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 48 } } @@ -5750,47 +5803,47 @@ "type": "Identifier", "name": "slc", "range": [ - 2619, - 2622 + 2640, + 2643 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 49 }, "end": { - "line": 83, + "line": 84, "column": 52 } } } ], "range": [ - 2582, - 2623 + 2603, + 2644 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 53 } } }, "range": [ - 2582, - 2624 + 2603, + 2645 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 54 } } @@ -5809,16 +5862,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2637, - 2639 + 2658, + 2660 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 14 } } @@ -5827,31 +5880,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 2640, - 2654 + 2661, + 2675 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 15 }, "end": { - "line": 84, + "line": 85, "column": 29 } } }, "range": [ - 2637, - 2654 + 2658, + 2675 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 29 } } @@ -5860,31 +5913,31 @@ "type": "Identifier", "name": "push", "range": [ - 2655, - 2659 + 2676, + 2680 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 30 }, "end": { - "line": 84, + "line": 85, "column": 34 } } }, "range": [ - 2637, - 2659 + 2658, + 2680 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 34 } } @@ -5894,63 +5947,63 @@ "type": "Identifier", "name": "slc", "range": [ - 2660, - 2663 + 2681, + 2684 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 35 }, "end": { - "line": 84, + "line": 85, "column": 38 } } } ], "range": [ - 2637, - 2664 + 2658, + 2685 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 39 } } }, "range": [ - 2637, - 2665 + 2658, + 2686 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 40 } } } ], "range": [ - 2568, - 2675 + 2589, + 2696 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 30 }, "end": { - "line": 85, + "line": 86, "column": 9 } } @@ -5969,16 +6022,16 @@ "type": "Identifier", "name": "container", "range": [ - 2695, - 2704 + 2716, + 2725 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 21 } } @@ -5987,31 +6040,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2705, - 2716 + 2726, + 2737 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 22 }, "end": { - "line": 86, + "line": 87, "column": 33 } } }, "range": [ - 2695, - 2716 + 2716, + 2737 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 33 } } @@ -6021,78 +6074,78 @@ "type": "Identifier", "name": "slc", "range": [ - 2717, - 2720 + 2738, + 2741 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 34 }, "end": { - "line": 86, + "line": 87, "column": 37 } } } ], "range": [ - 2695, - 2721 + 2716, + 2742 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 38 } } }, "range": [ - 2695, - 2722 + 2716, + 2743 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 39 } } } ], "range": [ - 2681, - 2732 + 2702, + 2753 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 15 }, "end": { - "line": 87, + "line": 88, "column": 9 } } }, "range": [ - 2546, - 2732 + 2567, + 2753 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 9 } }, @@ -6101,16 +6154,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2496, - 2537 + 2517, + 2558 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 49 } } @@ -6131,16 +6184,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2742, - 2744 + 2763, + 2765 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 10 } } @@ -6149,31 +6202,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 2745, - 2751 + 2766, + 2772 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 11 }, "end": { - "line": 89, + "line": 90, "column": 17 } } }, "range": [ - 2742, - 2751 + 2763, + 2772 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 17 } } @@ -6182,31 +6235,31 @@ "type": "Identifier", "name": "push", "range": [ - 2752, - 2756 + 2773, + 2777 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 18 }, "end": { - "line": 89, + "line": 90, "column": 22 } } }, "range": [ - 2742, - 2756 + 2763, + 2777 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 22 } } @@ -6219,16 +6272,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2757, - 2760 + 2778, + 2781 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 23 }, "end": { - "line": 89, + "line": 90, "column": 26 } } @@ -6237,62 +6290,62 @@ "type": "Identifier", "name": "id", "range": [ - 2761, - 2763 + 2782, + 2784 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 27 }, "end": { - "line": 89, + "line": 90, "column": 29 } } }, "range": [ - 2757, - 2763 + 2778, + 2784 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 23 }, "end": { - "line": 89, + "line": 90, "column": 29 } } } ], "range": [ - 2742, - 2764 + 2763, + 2785 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 30 } } }, "range": [ - 2742, - 2765 + 2763, + 2786 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 31 } } @@ -6309,16 +6362,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2780, - 2782 + 2801, + 2803 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 15 } } @@ -6327,47 +6380,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2783, - 2798 + 2804, + 2819 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 16 }, "end": { - "line": 91, + "line": 92, "column": 31 } } }, "range": [ - 2780, - 2798 + 2801, + 2819 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 31 } } }, "prefix": true, "range": [ - 2779, - 2798 + 2800, + 2819 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 31 } } @@ -6385,16 +6438,16 @@ "object": { "type": "ThisExpression", "range": [ - 2814, - 2818 + 2835, + 2839 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 16 } } @@ -6403,31 +6456,31 @@ "type": "Identifier", "name": "build", "range": [ - 2819, - 2824 + 2840, + 2845 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 17 }, "end": { - "line": 92, + "line": 93, "column": 22 } } }, "range": [ - 2814, - 2824 + 2835, + 2845 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 22 } } @@ -6437,63 +6490,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2825, - 2833 + 2846, + 2854 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 23 }, "end": { - "line": 92, + "line": 93, "column": 31 } } } ], "range": [ - 2814, - 2834 + 2835, + 2855 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 32 } } }, "range": [ - 2814, - 2835 + 2835, + 2856 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 33 } } } ], "range": [ - 2800, - 2845 + 2821, + 2866 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 33 }, "end": { - "line": 93, + "line": 94, "column": 9 } } @@ -6510,16 +6563,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 2936, - 2940 + 2957, + 2961 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 20 } } @@ -6533,16 +6586,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2943, - 2946 + 2964, + 2967 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 26 } } @@ -6551,31 +6604,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 2947, - 2956 + 2968, + 2977 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 27 }, "end": { - "line": 95, + "line": 96, "column": 36 } } }, "range": [ - 2943, - 2956 + 2964, + 2977 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 36 } } @@ -6588,16 +6641,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2957, - 2959 + 2978, + 2980 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 37 }, "end": { - "line": 95, + "line": 96, "column": 39 } } @@ -6606,31 +6659,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 2960, - 2974 + 2981, + 2995 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 40 }, "end": { - "line": 95, + "line": 96, "column": 54 } } }, "range": [ - 2957, - 2974 + 2978, + 2995 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 37 }, "end": { - "line": 95, + "line": 96, "column": 54 } } @@ -6640,47 +6693,47 @@ "value": "", "raw": "''", "range": [ - 2976, - 2978 + 2997, + 2999 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 56 }, "end": { - "line": 95, + "line": 96, "column": 58 } } } ], "range": [ - 2943, - 2979 + 2964, + 3000 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 23 }, "end": { - "line": 95, + "line": 96, "column": 59 } } }, "range": [ - 2936, - 2979 + 2957, + 3000 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 59 } } @@ -6688,16 +6741,16 @@ ], "kind": "let", "range": [ - 2932, - 2980 + 2953, + 3001 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 60 } }, @@ -6706,16 +6759,16 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2865, - 2919 + 2886, + 2940 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 66 } } @@ -6733,16 +6786,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2993, - 2996 + 3014, + 3017 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 15 } } @@ -6751,31 +6804,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2997, - 3008 + 3018, + 3029 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 16 }, "end": { - "line": 96, + "line": 97, "column": 27 } } }, "range": [ - 2993, - 3008 + 3014, + 3029 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 27 } } @@ -6785,78 +6838,78 @@ "type": "Identifier", "name": "opt0", "range": [ - 3009, - 3013 + 3030, + 3034 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 28 }, "end": { - "line": 96, + "line": 97, "column": 32 } } } ], "range": [ - 2993, - 3014 + 3014, + 3035 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 33 } } }, "range": [ - 2993, - 3015 + 3014, + 3036 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 34 } } } ], "range": [ - 2851, - 3025 + 2872, + 3046 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 15 }, "end": { - "line": 97, + "line": 98, "column": 9 } } }, "range": [ - 2775, - 3025 + 2796, + 3046 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 9 } } @@ -6872,16 +6925,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3035, - 3040 + 3056, + 3061 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 13 } } @@ -6890,31 +6943,31 @@ "type": "Identifier", "name": "add", "range": [ - 3041, - 3044 + 3062, + 3065 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 14 }, "end": { - "line": 99, + "line": 100, "column": 17 } } }, "range": [ - 3035, - 3044 + 3056, + 3065 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 17 } } @@ -6924,16 +6977,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3045, - 3048 + 3066, + 3069 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 18 }, "end": { - "line": 99, + "line": 100, "column": 21 } } @@ -6943,16 +6996,16 @@ "value": "change", "raw": "'change'", "range": [ - 3050, - 3058 + 3071, + 3079 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 31 } } @@ -6969,16 +7022,16 @@ "object": { "type": "ThisExpression", "range": [ - 3066, - 3070 + 3087, + 3091 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 39 }, "end": { - "line": 99, + "line": 100, "column": 43 } } @@ -6987,47 +7040,47 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 3071, - 3082 + 3092, + 3103 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 44 }, "end": { - "line": 99, + "line": 100, "column": 55 } } }, "range": [ - 3066, - 3082 + 3087, + 3103 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 39 }, "end": { - "line": 99, + "line": 100, "column": 55 } } }, "arguments": [], "range": [ - 3066, - 3084 + 3087, + 3105 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 39 }, "end": { - "line": 99, + "line": 100, "column": 57 } } @@ -7035,47 +7088,47 @@ "generator": false, "expression": true, "range": [ - 3060, - 3084 + 3081, + 3105 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 33 }, "end": { - "line": 99, + "line": 100, "column": 57 } } } ], "range": [ - 3035, - 3085 + 3056, + 3106 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 58 } } }, "range": [ - 3035, - 3086 + 3056, + 3107 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 59 } } @@ -7091,16 +7144,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3095, - 3100 + 3116, + 3121 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 13 } } @@ -7109,31 +7162,31 @@ "type": "Identifier", "name": "add", "range": [ - 3101, - 3104 + 3122, + 3125 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 14 }, "end": { - "line": 100, + "line": 101, "column": 17 } } }, "range": [ - 3095, - 3104 + 3116, + 3125 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 17 } } @@ -7143,16 +7196,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3105, - 3108 + 3126, + 3129 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 18 }, "end": { - "line": 100, + "line": 101, "column": 21 } } @@ -7162,16 +7215,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 3110, - 3117 + 3131, + 3138 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 23 }, "end": { - "line": 100, + "line": 101, "column": 30 } } @@ -7184,16 +7237,16 @@ "type": "Identifier", "name": "e", "range": [ - 3120, - 3121 + 3141, + 3142 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 33 }, "end": { - "line": 100, + "line": 101, "column": 34 } } @@ -7207,16 +7260,16 @@ "object": { "type": "ThisExpression", "range": [ - 3126, - 3130 + 3147, + 3151 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 39 }, "end": { - "line": 100, + "line": 101, "column": 43 } } @@ -7225,31 +7278,31 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 3131, - 3141 + 3152, + 3162 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 44 }, "end": { - "line": 100, + "line": 101, "column": 54 } } }, "range": [ - 3126, - 3141 + 3147, + 3162 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 39 }, "end": { - "line": 100, + "line": 101, "column": 54 } } @@ -7259,32 +7312,32 @@ "type": "Identifier", "name": "e", "range": [ - 3142, - 3143 + 3163, + 3164 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 55 }, "end": { - "line": 100, + "line": 101, "column": 56 } } } ], "range": [ - 3126, - 3144 + 3147, + 3165 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 39 }, "end": { - "line": 100, + "line": 101, "column": 57 } } @@ -7292,47 +7345,47 @@ "generator": false, "expression": true, "range": [ - 3119, - 3144 + 3140, + 3165 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 32 }, "end": { - "line": 100, + "line": 101, "column": 57 } } } ], "range": [ - 3095, - 3145 + 3116, + 3166 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 58 } } }, "range": [ - 3095, - 3146 + 3116, + 3167 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 59 } } @@ -7350,16 +7403,16 @@ "object": { "type": "ThisExpression", "range": [ - 3156, - 3160 + 3177, + 3181 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 12 } } @@ -7368,31 +7421,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3161, - 3168 + 3182, + 3189 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 13 }, "end": { - "line": 102, + "line": 103, "column": 20 } } }, "range": [ - 3156, - 3168 + 3177, + 3189 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 20 } } @@ -7401,31 +7454,31 @@ "type": "Identifier", "name": "on", "range": [ - 3169, - 3171 + 3190, + 3192 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 21 }, "end": { - "line": 102, + "line": 103, "column": 23 } } }, "range": [ - 3156, - 3171 + 3177, + 3192 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 23 } } @@ -7439,32 +7492,32 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 3186, - 3207 + 3207, + 3228 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 13 }, "end": { - "line": 103, + "line": 104, "column": 34 } } } ], "range": [ - 3185, - 3208 + 3206, + 3229 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 35 } } @@ -7477,16 +7530,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3223, - 3225 + 3244, + 3246 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 13 }, "end": { - "line": 104, + "line": 105, "column": 15 } } @@ -7495,16 +7548,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3227, - 3235 + 3248, + 3256 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 17 }, "end": { - "line": 104, + "line": 105, "column": 25 } } @@ -7513,16 +7566,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3237, - 3245 + 3258, + 3266 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 27 }, "end": { - "line": 104, + "line": 105, "column": 35 } } @@ -7531,16 +7584,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3247, - 3257 + 3268, + 3278 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 37 }, "end": { - "line": 104, + "line": 105, "column": 47 } } @@ -7554,16 +7607,16 @@ "object": { "type": "ThisExpression", "range": [ - 3278, - 3282 + 3299, + 3303 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 20 } } @@ -7572,31 +7625,31 @@ "type": "Identifier", "name": "build", "range": [ - 3283, - 3288 + 3304, + 3309 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 21 }, "end": { - "line": 105, + "line": 106, "column": 26 } } }, "range": [ - 3278, - 3288 + 3299, + 3309 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 26 } } @@ -7606,16 +7659,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3289, - 3297 + 3310, + 3318 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 27 }, "end": { - "line": 105, + "line": 106, "column": 35 } } @@ -7624,16 +7677,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3299, - 3307 + 3320, + 3328 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 37 }, "end": { - "line": 105, + "line": 106, "column": 45 } } @@ -7642,32 +7695,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3309, - 3319 + 3330, + 3340 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 47 }, "end": { - "line": 105, + "line": 106, "column": 57 } } } ], "range": [ - 3278, - 3320 + 3299, + 3341 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 58 } } @@ -7675,47 +7728,47 @@ "generator": false, "expression": true, "range": [ - 3222, - 3320 + 3243, + 3341 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 58 } } } ], "range": [ - 3156, - 3330 + 3177, + 3351 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 9 } } }, "range": [ - 3156, - 3331 + 3177, + 3352 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 10 } } @@ -7733,16 +7786,16 @@ "object": { "type": "ThisExpression", "range": [ - 3340, - 3344 + 3361, + 3365 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 12 } } @@ -7751,31 +7804,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3345, - 3352 + 3366, + 3373 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 13 }, "end": { - "line": 107, + "line": 108, "column": 20 } } }, "range": [ - 3340, - 3352 + 3361, + 3373 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 20 } } @@ -7784,31 +7837,31 @@ "type": "Identifier", "name": "on", "range": [ - 3353, - 3355 + 3374, + 3376 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 21 }, "end": { - "line": 107, + "line": 108, "column": 23 } } }, "range": [ - 3340, - 3355 + 3361, + 3376 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 23 } } @@ -7822,32 +7875,32 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 3370, - 3386 + 3391, + 3407 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 13 }, "end": { - "line": 108, + "line": 109, "column": 29 } } } ], "range": [ - 3369, - 3387 + 3390, + 3408 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 12 }, "end": { - "line": 108, + "line": 109, "column": 30 } } @@ -7860,16 +7913,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3402, - 3404 + 3423, + 3425 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 13 }, "end": { - "line": 109, + "line": 110, "column": 15 } } @@ -7878,16 +7931,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3406, - 3414 + 3427, + 3435 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 17 }, "end": { - "line": 109, + "line": 110, "column": 25 } } @@ -7896,16 +7949,16 @@ "type": "Identifier", "name": "values", "range": [ - 3416, - 3422 + 3437, + 3443 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 27 }, "end": { - "line": 109, + "line": 110, "column": 33 } } @@ -7919,16 +7972,16 @@ "object": { "type": "ThisExpression", "range": [ - 3427, - 3431 + 3448, + 3452 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 38 }, "end": { - "line": 109, + "line": 110, "column": 42 } } @@ -7937,31 +7990,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 3432, - 3445 + 3453, + 3466 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 43 }, "end": { - "line": 109, + "line": 110, "column": 56 } } }, "range": [ - 3427, - 3445 + 3448, + 3466 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 38 }, "end": { - "line": 109, + "line": 110, "column": 56 } } @@ -7971,16 +8024,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3446, - 3454 + 3467, + 3475 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 57 }, "end": { - "line": 109, + "line": 110, "column": 65 } } @@ -7989,32 +8042,32 @@ "type": "Identifier", "name": "values", "range": [ - 3456, - 3462 + 3477, + 3483 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 67 }, "end": { - "line": 109, + "line": 110, "column": 73 } } } ], "range": [ - 3427, - 3463 + 3448, + 3484 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 38 }, "end": { - "line": 109, + "line": 110, "column": 74 } } @@ -8022,47 +8075,47 @@ "generator": false, "expression": true, "range": [ - 3401, - 3463 + 3422, + 3484 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 74 } } } ], "range": [ - 3340, - 3473 + 3361, + 3494 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 9 } } }, "range": [ - 3340, - 3474 + 3361, + 3495 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 10 } } @@ -8078,16 +8131,16 @@ "object": { "type": "ThisExpression", "range": [ - 3484, - 3488 + 3505, + 3509 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 12 } } @@ -8096,31 +8149,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3489, - 3500 + 3510, + 3521 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 13 }, "end": { - "line": 112, + "line": 113, "column": 24 } } }, "range": [ - 3484, - 3500 + 3505, + 3521 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 24 } } @@ -8130,62 +8183,62 @@ "value": true, "raw": "true", "range": [ - 3503, - 3507 + 3524, + 3528 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 27 }, "end": { - "line": 112, + "line": 113, "column": 31 } } }, "range": [ - 3484, - 3507 + 3505, + 3528 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 31 } } }, "range": [ - 3484, - 3508 + 3505, + 3529 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 32 } } } ], "range": [ - 1907, - 3514 + 1956, + 3535 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 42 }, "end": { - "line": 113, + "line": 114, "column": 5 } } @@ -8193,16 +8246,16 @@ "generator": false, "expression": false, "range": [ - 1873, - 3514 + 1922, + 3535 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 5 } } @@ -8210,16 +8263,16 @@ "kind": "method", "computed": false, "range": [ - 1869, - 3514 + 1918, + 3535 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 4 }, "end": { - "line": 113, + "line": 114, "column": 5 } }, @@ -8228,16 +8281,16 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1633, - 1864 + 1682, + 1913 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 63, "column": 7 } } @@ -8248,16 +8301,16 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3520, - 3683 + 3541, + 3704 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 119, + "line": 120, "column": 7 } } @@ -8271,16 +8324,16 @@ "type": "Identifier", "name": "build", "range": [ - 3688, - 3693 + 3709, + 3714 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 4 }, "end": { - "line": 120, + "line": 121, "column": 9 } } @@ -8293,16 +8346,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3694, - 3702 + 3715, + 3723 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 10 }, "end": { - "line": 120, + "line": 121, "column": 18 } } @@ -8313,16 +8366,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3704, - 3712 + 3725, + 3733 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 20 }, "end": { - "line": 120, + "line": 121, "column": 28 } } @@ -8332,31 +8385,31 @@ "value": false, "raw": "false", "range": [ - 3715, - 3720 + 3736, + 3741 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 31 }, "end": { - "line": 120, + "line": 121, "column": 36 } } }, "range": [ - 3704, - 3720 + 3725, + 3741 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 20 }, "end": { - "line": 120, + "line": 121, "column": 36 } } @@ -8374,16 +8427,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3736, - 3738 + 3757, + 3759 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 12 }, "end": { - "line": 121, + "line": 122, "column": 14 } } @@ -8394,16 +8447,16 @@ "object": { "type": "ThisExpression", "range": [ - 3741, - 3745 + 3762, + 3766 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 17 }, "end": { - "line": 121, + "line": 122, "column": 21 } } @@ -8412,46 +8465,46 @@ "type": "Identifier", "name": "tf", "range": [ - 3746, - 3748 + 3767, + 3769 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 22 }, "end": { - "line": 121, + "line": 122, "column": 24 } } }, "range": [ - 3741, - 3748 + 3762, + 3769 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 17 }, "end": { - "line": 121, + "line": 122, "column": 24 } } }, "range": [ - 3736, - 3748 + 3757, + 3769 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 12 }, "end": { - "line": 121, + "line": 122, "column": 24 } } @@ -8459,16 +8512,16 @@ ], "kind": "let", "range": [ - 3732, - 3749 + 3753, + 3770 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 25 } } @@ -8482,16 +8535,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3758, - 3766 + 3779, + 3787 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 16 } } @@ -8502,16 +8555,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3769, - 3777 + 3790, + 3798 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 19 }, "end": { - "line": 122, + "line": 123, "column": 27 } } @@ -8521,16 +8574,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3778, - 3786 + 3799, + 3807 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 28 }, "end": { - "line": 122, + "line": 123, "column": 36 } } @@ -8540,62 +8593,62 @@ "value": 10, "raw": "10", "range": [ - 3788, - 3790 + 3809, + 3811 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 38 }, "end": { - "line": 122, + "line": 123, "column": 40 } } } ], "range": [ - 3769, - 3791 + 3790, + 3812 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 19 }, "end": { - "line": 122, + "line": 123, "column": 41 } } }, "range": [ - 3758, - 3791 + 3779, + 3812 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 41 } } }, "range": [ - 3758, - 3792 + 3779, + 3813 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 42 } } @@ -8613,16 +8666,16 @@ "object": { "type": "ThisExpression", "range": [ - 3802, - 3806 + 3823, + 3827 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 12 } } @@ -8631,31 +8684,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3807, - 3814 + 3828, + 3835 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 13 }, "end": { - "line": 124, + "line": 125, "column": 20 } } }, "range": [ - 3802, - 3814 + 3823, + 3835 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 20 } } @@ -8664,31 +8717,31 @@ "type": "Identifier", "name": "emit", "range": [ - 3815, - 3819 + 3836, + 3840 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 21 }, "end": { - "line": 124, + "line": 125, "column": 25 } } }, "range": [ - 3802, - 3819 + 3823, + 3840 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 25 } } @@ -8699,16 +8752,16 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 3820, - 3846 + 3841, + 3867 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 26 }, "end": { - "line": 124, + "line": 125, "column": 52 } } @@ -8717,16 +8770,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3848, - 3850 + 3869, + 3871 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 54 }, "end": { - "line": 124, + "line": 125, "column": 56 } } @@ -8735,47 +8788,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3852, - 3860 + 3873, + 3881 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 58 }, "end": { - "line": 124, + "line": 125, "column": 66 } } } ], "range": [ - 3802, - 3861 + 3823, + 3882 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 67 } } }, "range": [ - 3802, - 3862 + 3823, + 3883 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 68 } } @@ -8791,16 +8844,16 @@ "object": { "type": "ThisExpression", "range": [ - 3872, - 3876 + 3893, + 3897 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 12 } } @@ -8809,31 +8862,31 @@ "type": "Identifier", "name": "opts", "range": [ - 3877, - 3881 + 3898, + 3902 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 13 }, "end": { - "line": 126, + "line": 127, "column": 17 } } }, "range": [ - 3872, - 3881 + 3893, + 3902 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 17 } } @@ -8842,46 +8895,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3884, - 3886 + 3905, + 3907 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 20 }, "end": { - "line": 126, + "line": 127, "column": 22 } } }, "range": [ - 3872, - 3886 + 3893, + 3907 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 22 } } }, "range": [ - 3872, - 3887 + 3893, + 3908 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 23 } } @@ -8897,16 +8950,16 @@ "object": { "type": "ThisExpression", "range": [ - 3896, - 3900 + 3917, + 3921 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 12 } } @@ -8915,31 +8968,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 3901, - 3908 + 3922, + 3929 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 13 }, "end": { - "line": 127, + "line": 128, "column": 20 } } }, "range": [ - 3896, - 3908 + 3917, + 3929 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 20 } } @@ -8948,46 +9001,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3911, - 3913 + 3932, + 3934 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 23 }, "end": { - "line": 127, + "line": 128, "column": 25 } } }, "range": [ - 3896, - 3913 + 3917, + 3934 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 25 } } }, "range": [ - 3896, - 3914 + 3917, + 3935 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 26 } } @@ -9003,16 +9056,16 @@ "object": { "type": "ThisExpression", "range": [ - 3923, - 3927 + 3944, + 3948 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 12 } } @@ -9021,31 +9074,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 3928, - 3940 + 3949, + 3961 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 13 }, "end": { - "line": 128, + "line": 129, "column": 25 } } }, "range": [ - 3923, - 3940 + 3944, + 3961 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 25 } } @@ -9055,46 +9108,46 @@ "value": "", "raw": "''", "range": [ - 3943, - 3945 + 3964, + 3966 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 28 }, "end": { - "line": 128, + "line": 129, "column": 30 } } }, "range": [ - 3923, - 3945 + 3944, + 3966 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 30 } } }, "range": [ - 3923, - 3946 + 3944, + 3967 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 31 } } @@ -9108,16 +9161,16 @@ "type": "Identifier", "name": "slcId", "range": [ - 3960, - 3965 + 3981, + 3986 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 17 } } @@ -9132,16 +9185,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3968, - 3970 + 3989, + 3991 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 20 }, "end": { - "line": 130, + "line": 131, "column": 22 } } @@ -9150,31 +9203,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3971, - 3977 + 3992, + 3998 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 23 }, "end": { - "line": 130, + "line": 131, "column": 29 } } }, "range": [ - 3968, - 3977 + 3989, + 3998 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 20 }, "end": { - "line": 130, + "line": 131, "column": 29 } } @@ -9183,46 +9236,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3978, - 3986 + 3999, + 4007 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 30 }, "end": { - "line": 130, + "line": 131, "column": 38 } } }, "range": [ - 3968, - 3987 + 3989, + 4008 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 20 }, "end": { - "line": 130, + "line": 131, "column": 39 } } }, "range": [ - 3960, - 3987 + 3981, + 4008 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 39 } } @@ -9230,16 +9283,16 @@ ], "kind": "let", "range": [ - 3956, - 3988 + 3977, + 4009 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 40 } } @@ -9253,16 +9306,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4001, - 4004 + 4022, + 4025 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 15 } } @@ -9276,16 +9329,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4007, - 4010 + 4028, + 4031 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 18 }, "end": { - "line": 131, + "line": 132, "column": 21 } } @@ -9294,31 +9347,31 @@ "type": "Identifier", "name": "id", "range": [ - 4011, - 4013 + 4032, + 4034 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 22 }, "end": { - "line": 131, + "line": 132, "column": 24 } } }, "range": [ - 4007, - 4013 + 4028, + 4034 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 18 }, "end": { - "line": 131, + "line": 132, "column": 24 } } @@ -9328,47 +9381,47 @@ "type": "Identifier", "name": "slcId", "range": [ - 4014, - 4019 + 4035, + 4040 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 25 }, "end": { - "line": 131, + "line": 132, "column": 30 } } } ], "range": [ - 4007, - 4020 + 4028, + 4041 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 18 }, "end": { - "line": 131, + "line": 132, "column": 31 } } }, "range": [ - 4001, - 4020 + 4022, + 4041 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 31 } } @@ -9379,16 +9432,16 @@ "type": "Identifier", "name": "rows", "range": [ - 4034, - 4038 + 4055, + 4059 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 16 } } @@ -9403,16 +9456,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4041, - 4043 + 4062, + 4064 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 21 } } @@ -9421,31 +9474,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4044, - 4047 + 4065, + 4068 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 22 }, "end": { - "line": 132, + "line": 133, "column": 25 } } }, "range": [ - 4041, - 4047 + 4062, + 4068 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 25 } } @@ -9454,46 +9507,46 @@ "type": "Identifier", "name": "rows", "range": [ - 4048, - 4052 + 4069, + 4073 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 26 }, "end": { - "line": 132, + "line": 133, "column": 30 } } }, "range": [ - 4041, - 4052 + 4062, + 4073 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 30 } } }, "range": [ - 4034, - 4052 + 4055, + 4073 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 30 } } @@ -9504,16 +9557,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4066, - 4075 + 4087, + 4096 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 21 } } @@ -9525,16 +9578,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4078, - 4080 + 4099, + 4101 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 24 }, "end": { - "line": 133, + "line": 134, "column": 26 } } @@ -9543,46 +9596,46 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4081, - 4090 + 4102, + 4111 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 27 }, "end": { - "line": 133, + "line": 134, "column": 36 } } }, "range": [ - 4078, - 4090 + 4099, + 4111 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 24 }, "end": { - "line": 133, + "line": 134, "column": 36 } } }, "range": [ - 4066, - 4090 + 4087, + 4111 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 36 } } @@ -9590,16 +9643,16 @@ ], "kind": "let", "range": [ - 3997, - 4091 + 4018, + 4112 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 37 } }, @@ -9608,16 +9661,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4101, - 4121 + 4122, + 4142 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 28 } } @@ -9635,16 +9688,16 @@ "object": { "type": "ThisExpression", "range": [ - 4130, - 4134 + 4151, + 4155 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 12 } } @@ -9653,31 +9706,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4135, - 4143 + 4156, + 4164 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 13 }, "end": { - "line": 136, + "line": 137, "column": 21 } } }, "range": [ - 4130, - 4143 + 4151, + 4164 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 21 } } @@ -9691,16 +9744,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4146, - 4148 + 4167, + 4169 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 24 }, "end": { - "line": 136, + "line": 137, "column": 26 } } @@ -9709,31 +9762,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4149, - 4164 + 4170, + 4185 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 27 }, "end": { - "line": 136, + "line": 137, "column": 42 } } }, "range": [ - 4146, - 4164 + 4167, + 4185 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 24 }, "end": { - "line": 136, + "line": 137, "column": 42 } } @@ -9743,62 +9796,62 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4165, - 4173 + 4186, + 4194 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 43 }, "end": { - "line": 136, + "line": 137, "column": 51 } } } ], "range": [ - 4146, - 4174 + 4167, + 4195 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 24 }, "end": { - "line": 136, + "line": 137, "column": 52 } } }, "range": [ - 4130, - 4174 + 4151, + 4195 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 52 } } }, "range": [ - 4130, - 4175 + 4151, + 4196 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 53 } }, @@ -9807,16 +9860,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4101, - 4121 + 4122, + 4142 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 28 } } @@ -9827,16 +9880,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4185, - 4206 + 4206, + 4227 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 29 } } @@ -9852,32 +9905,32 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4219, - 4228 + 4240, + 4249 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 21 } } }, "init": null, "range": [ - 4219, - 4228 + 4240, + 4249 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 21 } } @@ -9885,16 +9938,16 @@ ], "kind": "let", "range": [ - 4215, - 4229 + 4236, + 4250 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 22 } }, @@ -9903,16 +9956,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4185, - 4206 + 4206, + 4227 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 29 } } @@ -9928,16 +9981,16 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4242, - 4256 + 4263, + 4277 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 26 } } @@ -9951,16 +10004,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4259, - 4261 + 4280, + 4282 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 29 }, "end": { - "line": 140, + "line": 141, "column": 31 } } @@ -9969,62 +10022,62 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 4262, - 4279 + 4283, + 4300 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 32 }, "end": { - "line": 140, + "line": 141, "column": 49 } } }, "range": [ - 4259, - 4279 + 4280, + 4300 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 29 }, "end": { - "line": 140, + "line": 141, "column": 49 } } }, "arguments": [], "range": [ - 4259, - 4281 + 4280, + 4302 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 29 }, "end": { - "line": 140, + "line": 141, "column": 51 } } }, "range": [ - 4242, - 4281 + 4263, + 4302 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 51 } } @@ -10032,16 +10085,16 @@ ], "kind": "let", "range": [ - 4238, - 4282 + 4259, + 4303 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 52 } } @@ -10055,16 +10108,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4295, - 4303 + 4316, + 4324 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 12 }, "end": { - "line": 141, + "line": 142, "column": 20 } } @@ -10073,31 +10126,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4307, - 4321 + 4328, + 4342 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 24 }, "end": { - "line": 141, + "line": 142, "column": 38 } } }, "range": [ - 4295, - 4321 + 4316, + 4342 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 12 }, "end": { - "line": 141, + "line": 142, "column": 38 } } @@ -10114,16 +10167,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4337, - 4346 + 4358, + 4367 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 21 } } @@ -10137,16 +10190,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4349, - 4351 + 4370, + 4372 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 24 }, "end": { - "line": 142, + "line": 143, "column": 26 } } @@ -10155,31 +10208,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 4352, - 4378 + 4373, + 4399 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 27 }, "end": { - "line": 142, + "line": 143, "column": 53 } } }, "range": [ - 4349, - 4378 + 4370, + 4399 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 24 }, "end": { - "line": 142, + "line": 143, "column": 53 } } @@ -10189,94 +10242,94 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4379, - 4393 + 4400, + 4414 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 54 }, "end": { - "line": 142, + "line": 143, "column": 68 } } } ], "range": [ - 4349, - 4394 + 4370, + 4415 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 24 }, "end": { - "line": 142, + "line": 143, "column": 69 } } }, "range": [ - 4337, - 4394 + 4358, + 4415 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 69 } } }, "range": [ - 4337, - 4395 + 4358, + 4416 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 70 } } } ], "range": [ - 4323, - 4405 + 4344, + 4426 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 40 }, "end": { - "line": 143, + "line": 144, "column": 9 } } }, "alternate": null, "range": [ - 4291, - 4405 + 4312, + 4426 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 9 } } @@ -10290,16 +10343,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4419, - 4431 + 4440, + 4452 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 12 }, "end": { - "line": 145, + "line": 146, "column": 24 } } @@ -10309,31 +10362,31 @@ "value": null, "raw": "null", "range": [ - 4434, - 4438 + 4455, + 4459 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 27 }, "end": { - "line": 145, + "line": 146, "column": 31 } } }, "range": [ - 4419, - 4438 + 4440, + 4459 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 12 }, "end": { - "line": 145, + "line": 146, "column": 31 } } @@ -10344,16 +10397,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4452, - 4467 + 4473, + 4488 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 27 } } @@ -10363,31 +10416,31 @@ "value": null, "raw": "null", "range": [ - 4470, - 4474 + 4491, + 4495 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 30 }, "end": { - "line": 146, + "line": 147, "column": 34 } } }, "range": [ - 4452, - 4474 + 4473, + 4495 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 34 } } @@ -10395,16 +10448,16 @@ ], "kind": "let", "range": [ - 4415, - 4475 + 4436, + 4496 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 35 } } @@ -10418,16 +10471,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4488, - 4496 + 4509, + 4517 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 20 } } @@ -10439,16 +10492,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4500, - 4502 + 4521, + 4523 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 24 }, "end": { - "line": 147, + "line": 148, "column": 26 } } @@ -10457,46 +10510,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 4503, - 4525 + 4524, + 4546 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 27 }, "end": { - "line": 147, + "line": 148, "column": 49 } } }, "range": [ - 4500, - 4525 + 4521, + 4546 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 24 }, "end": { - "line": 147, + "line": 148, "column": 49 } } }, "range": [ - 4488, - 4525 + 4509, + 4546 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 49 } } @@ -10513,16 +10566,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4541, - 4553 + 4562, + 4574 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 24 } } @@ -10531,46 +10584,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4556, - 4558 + 4577, + 4579 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 27 }, "end": { - "line": 148, + "line": 149, "column": 29 } } }, "range": [ - 4541, - 4558 + 4562, + 4579 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 29 } } }, "range": [ - 4541, - 4559 + 4562, + 4580 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 30 } } @@ -10584,16 +10637,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4572, - 4587 + 4593, + 4608 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 27 } } @@ -10602,78 +10655,78 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4590, - 4592 + 4611, + 4613 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 30 }, "end": { - "line": 149, + "line": 150, "column": 32 } } }, "range": [ - 4572, - 4592 + 4593, + 4613 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 32 } } }, "range": [ - 4572, - 4593 + 4593, + 4614 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 33 } } } ], "range": [ - 4527, - 4603 + 4548, + 4624 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 51 }, "end": { - "line": 150, + "line": 151, "column": 9 } } }, "alternate": null, "range": [ - 4484, - 4603 + 4505, + 4624 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 150, + "line": 151, "column": 9 } } @@ -10689,16 +10742,16 @@ "type": "Identifier", "name": "k", "range": [ - 4622, - 4623 + 4643, + 4644 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 17 }, "end": { - "line": 152, + "line": 153, "column": 18 } } @@ -10710,16 +10763,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4626, - 4628 + 4647, + 4649 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 23 } } @@ -10728,46 +10781,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 4629, - 4635 + 4650, + 4656 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 24 }, "end": { - "line": 152, + "line": 153, "column": 30 } } }, "range": [ - 4626, - 4635 + 4647, + 4656 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 30 } } }, "range": [ - 4622, - 4635 + 4643, + 4656 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 17 }, "end": { - "line": 152, + "line": 153, "column": 30 } } @@ -10775,16 +10828,16 @@ ], "kind": "let", "range": [ - 4618, - 4635 + 4639, + 4656 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 13 }, "end": { - "line": 152, + "line": 153, "column": 30 } } @@ -10796,16 +10849,16 @@ "type": "Identifier", "name": "k", "range": [ - 4637, - 4638 + 4658, + 4659 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 32 }, "end": { - "line": 152, + "line": 153, "column": 33 } } @@ -10817,16 +10870,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4641, - 4643 + 4662, + 4664 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 36 }, "end": { - "line": 152, + "line": 153, "column": 38 } } @@ -10835,46 +10888,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 4644, - 4650 + 4665, + 4671 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 39 }, "end": { - "line": 152, + "line": 153, "column": 45 } } }, "range": [ - 4641, - 4650 + 4662, + 4671 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 36 }, "end": { - "line": 152, + "line": 153, "column": 45 } } }, "range": [ - 4637, - 4650 + 4658, + 4671 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 32 }, "end": { - "line": 152, + "line": 153, "column": 45 } } @@ -10886,32 +10939,32 @@ "type": "Identifier", "name": "k", "range": [ - 4652, - 4653 + 4673, + 4674 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 47 }, "end": { - "line": 152, + "line": 153, "column": 48 } } }, "prefix": false, "range": [ - 4652, - 4655 + 4673, + 4676 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 47 }, "end": { - "line": 152, + "line": 153, "column": 50 } } @@ -10931,16 +10984,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4773, - 4775 + 4794, + 4796 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 16 }, "end": { - "line": 155, + "line": 156, "column": 18 } } @@ -10949,31 +11002,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 4776, - 4790 + 4797, + 4811 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 19 }, "end": { - "line": 155, + "line": 156, "column": 33 } } }, "range": [ - 4773, - 4790 + 4794, + 4811 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 16 }, "end": { - "line": 155, + "line": 156, "column": 33 } } @@ -10993,16 +11046,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4794, - 4796 + 4815, + 4817 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 155, + "line": 156, "column": 39 } } @@ -11011,31 +11064,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 4797, - 4808 + 4818, + 4829 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 40 }, "end": { - "line": 155, + "line": 156, "column": 51 } } }, "range": [ - 4794, - 4808 + 4815, + 4829 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 155, + "line": 156, "column": 51 } } @@ -11044,31 +11097,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4809, - 4816 + 4830, + 4837 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 52 }, "end": { - "line": 155, + "line": 156, "column": 59 } } }, "range": [ - 4794, - 4816 + 4815, + 4837 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 155, + "line": 156, "column": 59 } } @@ -11078,32 +11131,32 @@ "type": "Identifier", "name": "k", "range": [ - 4817, - 4818 + 4838, + 4839 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 60 }, "end": { - "line": 155, + "line": 156, "column": 61 } } } ], "range": [ - 4794, - 4819 + 4815, + 4840 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 155, + "line": 156, "column": 62 } } @@ -11116,62 +11169,62 @@ "value": 1, "raw": "1", "range": [ - 4825, - 4826 + 4846, + 4847 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 68 }, "end": { - "line": 155, + "line": 156, "column": 69 } } }, "prefix": true, "range": [ - 4824, - 4826 + 4845, + 4847 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 67 }, "end": { - "line": 155, + "line": 156, "column": 69 } } }, "range": [ - 4794, - 4826 + 4815, + 4847 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 37 }, "end": { - "line": 155, + "line": 156, "column": 69 } } }, "range": [ - 4773, - 4826 + 4794, + 4847 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 16 }, "end": { - "line": 155, + "line": 156, "column": 69 } } @@ -11183,48 +11236,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 4846, - 4855 + 4867, + 4876 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 25 } } } ], "range": [ - 4828, - 4869 + 4849, + 4890 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 71 }, "end": { - "line": 157, + "line": 158, "column": 13 } } }, "alternate": null, "range": [ - 4769, - 4869 + 4790, + 4890 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 12 }, "end": { - "line": 157, + "line": 158, "column": 13 } }, @@ -11233,25 +11286,7 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 4671, - 4735 - ], - "loc": { - "start": { - "line": 153, - "column": 12 - }, - "end": { - "line": 153, - "column": 76 - } - } - }, - { - "type": "Line", - "value": " valid", - "range": [ - 4748, + 4692, 4756 ], "loc": { @@ -11261,6 +11296,24 @@ }, "end": { "line": 154, + "column": 76 + } + } + }, + { + "type": "Line", + "value": " valid", + "range": [ + 4769, + 4777 + ], + "loc": { + "start": { + "line": 155, + "column": 12 + }, + "end": { + "line": 155, "column": 20 } } @@ -11276,16 +11329,16 @@ "type": "Identifier", "name": "cell", "range": [ - 4887, - 4891 + 4908, + 4912 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 16 }, "end": { - "line": 159, + "line": 160, "column": 20 } } @@ -11300,16 +11353,16 @@ "type": "Identifier", "name": "rows", "range": [ - 4894, - 4898 + 4915, + 4919 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 27 } } @@ -11318,31 +11371,31 @@ "type": "Identifier", "name": "k", "range": [ - 4899, - 4900 + 4920, + 4921 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 28 }, "end": { - "line": 159, + "line": 160, "column": 29 } } }, "range": [ - 4894, - 4901 + 4915, + 4922 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 30 } } @@ -11351,46 +11404,46 @@ "type": "Identifier", "name": "cells", "range": [ - 4902, - 4907 + 4923, + 4928 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 31 }, "end": { - "line": 159, + "line": 160, "column": 36 } } }, "range": [ - 4894, - 4907 + 4915, + 4928 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 36 } } }, "range": [ - 4887, - 4907 + 4908, + 4928 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 16 }, "end": { - "line": 159, + "line": 160, "column": 36 } } @@ -11401,16 +11454,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 4925, - 4932 + 4946, + 4953 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 16 }, "end": { - "line": 160, + "line": 161, "column": 23 } } @@ -11422,16 +11475,16 @@ "type": "Identifier", "name": "cell", "range": [ - 4935, - 4939 + 4956, + 4960 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 26 }, "end": { - "line": 160, + "line": 161, "column": 30 } } @@ -11440,46 +11493,46 @@ "type": "Identifier", "name": "length", "range": [ - 4940, - 4946 + 4961, + 4967 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 31 }, "end": { - "line": 160, + "line": 161, "column": 37 } } }, "range": [ - 4935, - 4946 + 4956, + 4967 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 26 }, "end": { - "line": 160, + "line": 161, "column": 37 } } }, "range": [ - 4925, - 4946 + 4946, + 4967 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 16 }, "end": { - "line": 160, + "line": 161, "column": 37 } } @@ -11487,16 +11540,16 @@ ], "kind": "let", "range": [ - 4883, - 4947 + 4904, + 4968 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 38 } }, @@ -11505,16 +11558,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4961, - 4994 + 4982, + 5015 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 45 } } @@ -11533,16 +11586,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5011, - 5018 + 5032, + 5039 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 16 }, "end": { - "line": 163, + "line": 164, "column": 23 } } @@ -11554,16 +11607,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5023, - 5025 + 5044, + 5046 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 30 } } @@ -11572,46 +11625,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5026, - 5033 + 5047, + 5054 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 31 }, "end": { - "line": 163, + "line": 164, "column": 38 } } }, "range": [ - 5023, - 5033 + 5044, + 5054 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 38 } } }, "range": [ - 5011, - 5033 + 5032, + 5054 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 16 }, "end": { - "line": 163, + "line": 164, "column": 38 } } @@ -11622,16 +11675,16 @@ "object": { "type": "ThisExpression", "range": [ - 5037, - 5041 + 5058, + 5062 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 42 }, "end": { - "line": 163, + "line": 164, "column": 46 } } @@ -11640,46 +11693,46 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5042, - 5050 + 5063, + 5071 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 47 }, "end": { - "line": 163, + "line": 164, "column": 55 } } }, "range": [ - 5037, - 5050 + 5058, + 5071 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 42 }, "end": { - "line": 163, + "line": 164, "column": 55 } } }, "range": [ - 5011, - 5050 + 5032, + 5071 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 16 }, "end": { - "line": 163, + "line": 164, "column": 55 } } @@ -11691,48 +11744,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5070, - 5079 + 5091, + 5100 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 16 }, "end": { - "line": 164, + "line": 165, "column": 25 } } } ], "range": [ - 5052, - 5093 + 5073, + 5114 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 57 }, "end": { - "line": 165, + "line": 166, "column": 13 } } }, "alternate": null, "range": [ - 5007, - 5093 + 5028, + 5114 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 13 } }, @@ -11741,16 +11794,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4961, - 4994 + 4982, + 5015 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 45 } } @@ -11761,16 +11814,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5107, - 5139 + 5128, + 5160 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -11788,16 +11841,16 @@ "type": "Identifier", "name": "j", "range": [ - 5161, - 5162 + 5182, + 5183 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 21 }, "end": { - "line": 168, + "line": 169, "column": 22 } } @@ -11807,31 +11860,31 @@ "value": 0, "raw": "0", "range": [ - 5165, - 5166 + 5186, + 5187 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 25 }, "end": { - "line": 168, + "line": 169, "column": 26 } } }, "range": [ - 5161, - 5166 + 5182, + 5187 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 21 }, "end": { - "line": 168, + "line": 169, "column": 26 } } @@ -11839,16 +11892,16 @@ ], "kind": "let", "range": [ - 5157, - 5166 + 5178, + 5187 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 17 }, "end": { - "line": 168, + "line": 169, "column": 26 } } @@ -11860,16 +11913,16 @@ "type": "Identifier", "name": "j", "range": [ - 5168, - 5169 + 5189, + 5190 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 28 }, "end": { - "line": 168, + "line": 169, "column": 29 } } @@ -11878,31 +11931,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5172, - 5179 + 5193, + 5200 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 32 }, "end": { - "line": 168, + "line": 169, "column": 39 } } }, "range": [ - 5168, - 5179 + 5189, + 5200 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 28 }, "end": { - "line": 168, + "line": 169, "column": 39 } } @@ -11914,32 +11967,32 @@ "type": "Identifier", "name": "j", "range": [ - 5181, - 5182 + 5202, + 5203 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 41 }, "end": { - "line": 168, + "line": 169, "column": 42 } } }, "prefix": false, "range": [ - 5181, - 5184 + 5202, + 5205 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 41 }, "end": { - "line": 168, + "line": 169, "column": 44 } } @@ -11962,16 +12015,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5260, - 5268 + 5281, + 5289 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 21 }, "end": { - "line": 170, + "line": 171, "column": 29 } } @@ -11980,31 +12033,31 @@ "type": "Identifier", "name": "j", "range": [ - 5273, - 5274 + 5294, + 5295 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 34 }, "end": { - "line": 170, + "line": 171, "column": 35 } } }, "range": [ - 5260, - 5274 + 5281, + 5295 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 21 }, "end": { - "line": 170, + "line": 171, "column": 35 } } @@ -12019,32 +12072,32 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5300, - 5308 + 5321, + 5329 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 22 }, "end": { - "line": 171, + "line": 172, "column": 30 } } }, "prefix": true, "range": [ - 5299, - 5308 + 5320, + 5329 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 21 }, "end": { - "line": 171, + "line": 172, "column": 30 } } @@ -12056,16 +12109,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5337, - 5345 + 5358, + 5366 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 25 }, "end": { - "line": 172, + "line": 173, "column": 33 } } @@ -12077,16 +12130,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5349, - 5351 + 5370, + 5372 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 37 }, "end": { - "line": 172, + "line": 173, "column": 39 } } @@ -12095,76 +12148,76 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5352, - 5374 + 5373, + 5395 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 40 }, "end": { - "line": 172, + "line": 173, "column": 62 } } }, "range": [ - 5349, - 5374 + 5370, + 5395 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 37 }, "end": { - "line": 172, + "line": 173, "column": 62 } } }, "range": [ - 5337, - 5374 + 5358, + 5395 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 25 }, "end": { - "line": 172, + "line": 173, "column": 62 } } }, "range": [ - 5299, - 5375 + 5320, + 5396 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 21 }, "end": { - "line": 172, + "line": 173, "column": 63 } } }, "range": [ - 5260, - 5376 + 5281, + 5397 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 21 }, "end": { - "line": 172, + "line": 173, "column": 64 } } @@ -12182,16 +12235,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5402, - 5410 + 5423, + 5431 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 21 }, "end": { - "line": 173, + "line": 174, "column": 29 } } @@ -12200,31 +12253,31 @@ "type": "Identifier", "name": "j", "range": [ - 5415, - 5416 + 5436, + 5437 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 34 }, "end": { - "line": 173, + "line": 174, "column": 35 } } }, "range": [ - 5402, - 5416 + 5423, + 5437 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 21 }, "end": { - "line": 173, + "line": 174, "column": 35 } } @@ -12233,31 +12286,31 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5420, - 5428 + 5441, + 5449 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 39 }, "end": { - "line": 173, + "line": 174, "column": 47 } } }, "range": [ - 5402, - 5428 + 5423, + 5449 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 21 }, "end": { - "line": 173, + "line": 174, "column": 47 } } @@ -12284,16 +12337,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5458, - 5462 + 5479, + 5483 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 30 } } @@ -12302,31 +12355,31 @@ "type": "Identifier", "name": "k", "range": [ - 5463, - 5464 + 5484, + 5485 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 31 }, "end": { - "line": 174, + "line": 175, "column": 32 } } }, "range": [ - 5458, - 5465 + 5479, + 5486 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 33 } } @@ -12335,31 +12388,31 @@ "type": "Identifier", "name": "style", "range": [ - 5466, - 5471 + 5487, + 5492 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 34 }, "end": { - "line": 174, + "line": 175, "column": 39 } } }, "range": [ - 5458, - 5471 + 5479, + 5492 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 39 } } @@ -12368,31 +12421,31 @@ "type": "Identifier", "name": "display", "range": [ - 5472, - 5479 + 5493, + 5500 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 40 }, "end": { - "line": 174, + "line": 175, "column": 47 } } }, "range": [ - 5458, - 5479 + 5479, + 5500 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 47 } } @@ -12402,31 +12455,31 @@ "value": "", "raw": "''", "range": [ - 5484, - 5486 + 5505, + 5507 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 52 }, "end": { - "line": 174, + "line": 175, "column": 54 } } }, "range": [ - 5458, - 5486 + 5479, + 5507 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 54 } } @@ -12441,16 +12494,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5491, - 5493 + 5512, + 5514 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 59 }, "end": { - "line": 174, + "line": 175, "column": 61 } } @@ -12459,62 +12512,62 @@ "type": "Identifier", "name": "paging", "range": [ - 5494, - 5500 + 5515, + 5521 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 62 }, "end": { - "line": 174, + "line": 175, "column": 68 } } }, "range": [ - 5491, - 5500 + 5512, + 5521 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 59 }, "end": { - "line": 174, + "line": 175, "column": 68 } } }, "prefix": true, "range": [ - 5490, - 5500 + 5511, + 5521 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 58 }, "end": { - "line": 174, + "line": 175, "column": 68 } } }, "range": [ - 5458, - 5500 + 5479, + 5521 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 68 } } @@ -12532,16 +12585,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5534, - 5536 + 5555, + 5557 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 29 }, "end": { - "line": 175, + "line": 176, "column": 31 } } @@ -12550,31 +12603,31 @@ "type": "Identifier", "name": "paging", "range": [ - 5537, - 5543 + 5558, + 5564 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 32 }, "end": { - "line": 175, + "line": 176, "column": 38 } } }, "range": [ - 5534, - 5543 + 5555, + 5564 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 29 }, "end": { - "line": 175, + "line": 176, "column": 38 } } @@ -12592,16 +12645,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5549, - 5551 + 5570, + 5572 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 44 }, "end": { - "line": 175, + "line": 176, "column": 46 } } @@ -12610,47 +12663,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5552, - 5566 + 5573, + 5587 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 47 }, "end": { - "line": 175, + "line": 176, "column": 61 } } }, "range": [ - 5549, - 5566 + 5570, + 5587 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 44 }, "end": { - "line": 175, + "line": 176, "column": 61 } } }, "prefix": true, "range": [ - 5548, - 5566 + 5569, + 5587 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 43 }, "end": { - "line": 175, + "line": 176, "column": 61 } } @@ -12665,16 +12718,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5603, - 5605 + 5624, + 5626 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 33 }, "end": { - "line": 176, + "line": 177, "column": 35 } } @@ -12683,31 +12736,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5606, - 5620 + 5627, + 5641 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 36 }, "end": { - "line": 176, + "line": 177, "column": 50 } } }, "range": [ - 5603, - 5620 + 5624, + 5641 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 33 }, "end": { - "line": 176, + "line": 177, "column": 50 } } @@ -12727,16 +12780,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5660, - 5662 + 5681, + 5683 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 38 } } @@ -12745,31 +12798,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5663, - 5677 + 5684, + 5698 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 39 }, "end": { - "line": 177, + "line": 178, "column": 53 } } }, "range": [ - 5660, - 5677 + 5681, + 5698 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 53 } } @@ -12778,31 +12831,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5678, - 5685 + 5699, + 5706 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 54 }, "end": { - "line": 177, + "line": 178, "column": 61 } } }, "range": [ - 5660, - 5685 + 5681, + 5706 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 61 } } @@ -12812,32 +12865,32 @@ "type": "Identifier", "name": "k", "range": [ - 5686, - 5687 + 5707, + 5708 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 62 }, "end": { - "line": 177, + "line": 178, "column": 63 } } } ], "range": [ - 5660, - 5688 + 5681, + 5709 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 64 } } @@ -12850,92 +12903,92 @@ "value": 1, "raw": "1", "range": [ - 5693, - 5694 + 5714, + 5715 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 69 }, "end": { - "line": 177, + "line": 178, "column": 70 } } }, "prefix": true, "range": [ - 5692, - 5694 + 5713, + 5715 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 68 }, "end": { - "line": 177, + "line": 178, "column": 70 } } }, "range": [ - 5660, - 5694 + 5681, + 5715 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 70 } } }, "range": [ - 5603, - 5694 + 5624, + 5715 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 33 }, "end": { - "line": 177, + "line": 178, "column": 70 } } }, "range": [ - 5548, - 5695 + 5569, + 5716 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 43 }, "end": { - "line": 177, + "line": 178, "column": 71 } } }, "range": [ - 5534, - 5696 + 5555, + 5717 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 29 }, "end": { - "line": 177, + "line": 178, "column": 72 } } @@ -12953,16 +13006,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5734, - 5743 + 5755, + 5764 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 34 }, "end": { - "line": 178, + "line": 179, "column": 43 } } @@ -12971,31 +13024,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 5748, - 5757 + 5769, + 5778 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 48 }, "end": { - "line": 178, + "line": 179, "column": 57 } } }, "range": [ - 5734, - 5757 + 5755, + 5778 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 34 }, "end": { - "line": 178, + "line": 179, "column": 57 } } @@ -13007,16 +13060,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5793, - 5802 + 5814, + 5823 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 32 }, "end": { - "line": 179, + "line": 180, "column": 41 } } @@ -13025,46 +13078,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5807, - 5815 + 5828, + 5836 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 46 }, "end": { - "line": 179, + "line": 180, "column": 54 } } }, "range": [ - 5793, - 5815 + 5814, + 5836 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 32 }, "end": { - "line": 179, + "line": 180, "column": 54 } } }, "range": [ - 5734, - 5815 + 5755, + 5836 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 34 }, "end": { - "line": 179, + "line": 180, "column": 54 } } @@ -13079,16 +13132,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5853, - 5862 + 5874, + 5883 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 33 }, "end": { - "line": 180, + "line": 181, "column": 42 } } @@ -13097,31 +13150,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5866, - 5874 + 5887, + 5895 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 46 }, "end": { - "line": 180, + "line": 181, "column": 54 } } }, "range": [ - 5853, - 5874 + 5874, + 5895 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 33 }, "end": { - "line": 180, + "line": 181, "column": 54 } } @@ -13141,16 +13194,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5914, - 5916 + 5935, + 5937 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 38 } } @@ -13159,31 +13212,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5917, - 5931 + 5938, + 5952 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 39 }, "end": { - "line": 181, + "line": 182, "column": 53 } } }, "range": [ - 5914, - 5931 + 5935, + 5952 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 53 } } @@ -13192,31 +13245,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5932, - 5939 + 5953, + 5960 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 54 }, "end": { - "line": 181, + "line": 182, "column": 61 } } }, "range": [ - 5914, - 5939 + 5935, + 5960 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 61 } } @@ -13226,32 +13279,32 @@ "type": "Identifier", "name": "k", "range": [ - 5940, - 5941 + 5961, + 5962 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 62 }, "end": { - "line": 181, + "line": 182, "column": 63 } } } ], "range": [ - 5914, - 5942 + 5935, + 5963 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 64 } } @@ -13264,137 +13317,137 @@ "value": 1, "raw": "1", "range": [ - 5947, - 5948 + 5968, + 5969 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 69 }, "end": { - "line": 181, + "line": 182, "column": 70 } } }, "prefix": true, "range": [ - 5946, - 5948 + 5967, + 5969 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 68 }, "end": { - "line": 181, + "line": 182, "column": 70 } } }, "range": [ - 5914, - 5948 + 5935, + 5969 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 70 } } }, "range": [ - 5853, - 5948 + 5874, + 5969 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 33 }, "end": { - "line": 181, + "line": 182, "column": 70 } } }, "range": [ - 5733, - 5949 + 5754, + 5970 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 33 }, "end": { - "line": 181, + "line": 182, "column": 71 } } }, "range": [ - 5534, - 5950 + 5555, + 5971 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 29 }, "end": { - "line": 181, + "line": 182, "column": 72 } } }, "range": [ - 5457, - 5951 + 5478, + 5972 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 25 }, "end": { - "line": 181, + "line": 182, "column": 73 } } }, "range": [ - 5402, - 5952 + 5423, + 5973 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 21 }, "end": { - "line": 181, + "line": 182, "column": 74 } } }, "range": [ - 5259, - 5953 + 5280, + 5974 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 75 } } @@ -13411,16 +13464,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 5981, - 5989 + 6002, + 6010 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 24 }, "end": { - "line": 182, + "line": 183, "column": 32 } } @@ -13434,16 +13487,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5992, - 5994 + 6013, + 6015 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 35 }, "end": { - "line": 182, + "line": 183, "column": 37 } } @@ -13452,31 +13505,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 5995, - 6006 + 6016, + 6027 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 38 }, "end": { - "line": 182, + "line": 183, "column": 49 } } }, "range": [ - 5992, - 6006 + 6013, + 6027 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 35 }, "end": { - "line": 182, + "line": 183, "column": 49 } } @@ -13489,16 +13542,16 @@ "type": "Identifier", "name": "cell", "range": [ - 6007, - 6011 + 6028, + 6032 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 50 }, "end": { - "line": 182, + "line": 183, "column": 54 } } @@ -13507,62 +13560,62 @@ "type": "Identifier", "name": "j", "range": [ - 6012, - 6013 + 6033, + 6034 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 55 }, "end": { - "line": 182, + "line": 183, "column": 56 } } }, "range": [ - 6007, - 6014 + 6028, + 6035 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 50 }, "end": { - "line": 182, + "line": 183, "column": 57 } } } ], "range": [ - 5992, - 6015 + 6013, + 6036 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 35 }, "end": { - "line": 182, + "line": 183, "column": 58 } } }, "range": [ - 5981, - 6015 + 6002, + 6036 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 24 }, "end": { - "line": 182, + "line": 183, "column": 58 } } @@ -13573,16 +13626,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6086, - 6096 + 6107, + 6117 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 24 }, "end": { - "line": 184, + "line": 185, "column": 34 } } @@ -13596,16 +13649,16 @@ "type": "Identifier", "name": "Str", "range": [ - 6099, - 6102 + 6120, + 6123 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 37 }, "end": { - "line": 184, + "line": 185, "column": 40 } } @@ -13614,31 +13667,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6103, - 6112 + 6124, + 6133 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 41 }, "end": { - "line": 184, + "line": 185, "column": 50 } } }, "range": [ - 6099, - 6112 + 6120, + 6133 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 37 }, "end": { - "line": 184, + "line": 185, "column": 50 } } @@ -13648,16 +13701,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 6113, - 6121 + 6134, + 6142 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 51 }, "end": { - "line": 184, + "line": 185, "column": 59 } } @@ -13666,47 +13719,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6123, - 6132 + 6144, + 6153 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 61 }, "end": { - "line": 184, + "line": 185, "column": 70 } } } ], "range": [ - 6099, - 6133 + 6120, + 6154 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 37 }, "end": { - "line": 184, + "line": 185, "column": 71 } } }, "range": [ - 6086, - 6133 + 6107, + 6154 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 24 }, "end": { - "line": 184, + "line": 185, "column": 71 } }, @@ -13715,16 +13768,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6041, - 6061 + 6062, + 6082 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 24 }, "end": { - "line": 183, + "line": 184, "column": 44 } } @@ -13734,16 +13787,16 @@ ], "kind": "let", "range": [ - 5977, - 6134 + 5998, + 6155 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 72 } }, @@ -13752,16 +13805,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6156, - 6197 + 6177, + 6218 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 61 } } @@ -13782,16 +13835,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6223, - 6226 + 6244, + 6247 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 25 }, "end": { - "line": 187, + "line": 188, "column": 28 } } @@ -13800,31 +13853,31 @@ "type": "Identifier", "name": "has", "range": [ - 6227, - 6230 + 6248, + 6251 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 29 }, "end": { - "line": 187, + "line": 188, "column": 32 } } }, "range": [ - 6223, - 6230 + 6244, + 6251 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 25 }, "end": { - "line": 187, + "line": 188, "column": 32 } } @@ -13836,16 +13889,16 @@ "object": { "type": "ThisExpression", "range": [ - 6231, - 6235 + 6252, + 6256 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 33 }, "end": { - "line": 187, + "line": 188, "column": 37 } } @@ -13854,31 +13907,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6236, - 6240 + 6257, + 6261 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 38 }, "end": { - "line": 187, + "line": 188, "column": 42 } } }, "range": [ - 6231, - 6240 + 6252, + 6261 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 33 }, "end": { - "line": 187, + "line": 188, "column": 42 } } @@ -13887,16 +13940,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6242, - 6252 + 6263, + 6273 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 44 }, "end": { - "line": 187, + "line": 188, "column": 54 } } @@ -13905,48 +13958,48 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6254, - 6263 + 6275, + 6284 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 56 }, "end": { - "line": 187, + "line": 188, "column": 65 } } } ], "range": [ - 6223, - 6264 + 6244, + 6285 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 25 }, "end": { - "line": 187, + "line": 188, "column": 66 } } }, "prefix": true, "range": [ - 6222, - 6264 + 6243, + 6285 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 24 }, "end": { - "line": 187, + "line": 188, "column": 66 } } @@ -13967,16 +14020,16 @@ "object": { "type": "ThisExpression", "range": [ - 6292, - 6296 + 6313, + 6317 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 28 } } @@ -13985,31 +14038,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6297, - 6301 + 6318, + 6322 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 29 }, "end": { - "line": 188, + "line": 189, "column": 33 } } }, "range": [ - 6292, - 6301 + 6313, + 6322 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 33 } } @@ -14018,31 +14071,31 @@ "type": "Identifier", "name": "push", "range": [ - 6302, - 6306 + 6323, + 6327 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 34 }, "end": { - "line": 188, + "line": 189, "column": 38 } } }, "range": [ - 6292, - 6306 + 6313, + 6327 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 38 } } @@ -14052,79 +14105,79 @@ "type": "Identifier", "name": "cellData", "range": [ - 6307, - 6315 + 6328, + 6336 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 39 }, "end": { - "line": 188, + "line": 189, "column": 47 } } } ], "range": [ - 6292, - 6316 + 6313, + 6337 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 48 } } }, "range": [ - 6292, - 6317 + 6313, + 6338 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 49 } } } ], "range": [ - 6266, - 6339 + 6287, + 6360 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 68 }, "end": { - "line": 189, + "line": 190, "column": 21 } } }, "alternate": null, "range": [ - 6218, - 6339 + 6239, + 6360 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 20 }, "end": { - "line": 189, + "line": 190, "column": 21 } }, @@ -14133,16 +14186,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6156, - 6197 + 6177, + 6218 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 61 } } @@ -14158,16 +14211,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 6365, - 6373 + 6386, + 6394 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 24 }, "end": { - "line": 191, + "line": 192, "column": 32 } } @@ -14179,16 +14232,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6377, - 6379 + 6398, + 6400 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 36 }, "end": { - "line": 191, + "line": 192, "column": 38 } } @@ -14197,46 +14250,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6380, - 6402 + 6401, + 6423 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 39 }, "end": { - "line": 191, + "line": 192, "column": 61 } } }, "range": [ - 6377, - 6402 + 6398, + 6423 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 36 }, "end": { - "line": 191, + "line": 192, "column": 61 } } }, "range": [ - 6365, - 6402 + 6386, + 6423 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 24 }, "end": { - "line": 191, + "line": 192, "column": 61 } } @@ -14253,16 +14306,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6434, - 6445 + 6455, + 6466 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 28 }, "end": { - "line": 192, + "line": 193, "column": 39 } } @@ -14274,16 +14327,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6448, - 6463 + 6469, + 6484 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 42 }, "end": { - "line": 192, + "line": 193, "column": 57 } } @@ -14292,46 +14345,46 @@ "type": "Identifier", "name": "j", "range": [ - 6464, - 6465 + 6485, + 6486 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 58 }, "end": { - "line": 192, + "line": 193, "column": 59 } } }, "range": [ - 6448, - 6466 + 6469, + 6487 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 42 }, "end": { - "line": 192, + "line": 193, "column": 60 } } }, "range": [ - 6434, - 6466 + 6455, + 6487 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 28 }, "end": { - "line": 192, + "line": 193, "column": 60 } } @@ -14339,16 +14392,16 @@ ], "kind": "let", "range": [ - 6430, - 6467 + 6451, + 6488 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 24 }, "end": { - "line": 192, + "line": 193, "column": 61 } } @@ -14362,32 +14415,32 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6497, - 6508 + 6518, + 6529 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 29 }, "end": { - "line": 193, + "line": 194, "column": 40 } } }, "prefix": true, "range": [ - 6496, - 6508 + 6517, + 6529 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 28 }, "end": { - "line": 193, + "line": 194, "column": 40 } } @@ -14404,16 +14457,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6540, - 6551 + 6561, + 6572 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 28 }, "end": { - "line": 194, + "line": 195, "column": 39 } } @@ -14427,16 +14480,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6554, - 6556 + 6575, + 6577 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 42 }, "end": { - "line": 194, + "line": 195, "column": 44 } } @@ -14445,31 +14498,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6557, - 6575 + 6578, + 6596 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 45 }, "end": { - "line": 194, + "line": 195, "column": 63 } } }, "range": [ - 6554, - 6575 + 6575, + 6596 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 42 }, "end": { - "line": 194, + "line": 195, "column": 63 } } @@ -14479,94 +14532,94 @@ "type": "Identifier", "name": "j", "range": [ - 6576, - 6577 + 6597, + 6598 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 64 }, "end": { - "line": 194, + "line": 195, "column": 65 } } } ], "range": [ - 6554, - 6578 + 6575, + 6599 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 42 }, "end": { - "line": 194, + "line": 195, "column": 66 } } }, "range": [ - 6540, - 6578 + 6561, + 6599 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 28 }, "end": { - "line": 194, + "line": 195, "column": 66 } } }, "range": [ - 6540, - 6579 + 6561, + 6600 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 28 }, "end": { - "line": 194, + "line": 195, "column": 67 } } } ], "range": [ - 6510, - 6605 + 6531, + 6626 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 42 }, "end": { - "line": 195, + "line": 196, "column": 25 } } }, "alternate": null, "range": [ - 6492, - 6605 + 6513, + 6626 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 24 }, "end": { - "line": 195, + "line": 196, "column": 25 } } @@ -14588,16 +14641,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6635, - 6638 + 6656, + 6659 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 29 }, "end": { - "line": 196, + "line": 197, "column": 32 } } @@ -14606,31 +14659,31 @@ "type": "Identifier", "name": "has", "range": [ - 6639, - 6642 + 6660, + 6663 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 33 }, "end": { - "line": 196, + "line": 197, "column": 36 } } }, "range": [ - 6635, - 6642 + 6656, + 6663 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 29 }, "end": { - "line": 196, + "line": 197, "column": 36 } } @@ -14640,16 +14693,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6643, - 6654 + 6664, + 6675 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 37 }, "end": { - "line": 196, + "line": 197, "column": 48 } } @@ -14658,16 +14711,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6656, - 6666 + 6677, + 6687 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 50 }, "end": { - "line": 196, + "line": 197, "column": 60 } } @@ -14676,48 +14729,48 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6668, - 6677 + 6689, + 6698 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 62 }, "end": { - "line": 196, + "line": 197, "column": 71 } } } ], "range": [ - 6635, - 6678 + 6656, + 6699 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 29 }, "end": { - "line": 196, + "line": 197, "column": 72 } } }, "prefix": true, "range": [ - 6634, - 6678 + 6655, + 6699 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 28 }, "end": { - "line": 196, + "line": 197, "column": 72 } } @@ -14734,16 +14787,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6711, - 6714 + 6732, + 6735 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 197, + "line": 198, "column": 32 } } @@ -14752,31 +14805,31 @@ "type": "Identifier", "name": "has", "range": [ - 6715, - 6718 + 6736, + 6739 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 33 }, "end": { - "line": 197, + "line": 198, "column": 36 } } }, "range": [ - 6711, - 6718 + 6732, + 6739 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 197, + "line": 198, "column": 36 } } @@ -14786,16 +14839,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 6752, - 6764 + 6773, + 6785 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 32 }, "end": { - "line": 198, + "line": 199, "column": 44 } } @@ -14804,16 +14857,16 @@ "type": "Identifier", "name": "cellString", "range": [ - 6766, - 6776 + 6787, + 6797 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 46 }, "end": { - "line": 198, + "line": 199, "column": 56 } } @@ -14822,63 +14875,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6778, - 6787 + 6799, + 6808 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 58 }, "end": { - "line": 198, + "line": 199, "column": 67 } } } ], "range": [ - 6711, - 6788 + 6732, + 6809 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 29 }, "end": { - "line": 198, + "line": 199, "column": 68 } } }, "prefix": true, "range": [ - 6710, - 6788 + 6731, + 6809 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 28 }, "end": { - "line": 198, + "line": 199, "column": 68 } } }, "range": [ - 6634, - 6788 + 6655, + 6809 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 28 }, "end": { - "line": 198, + "line": 199, "column": 68 } } @@ -14897,16 +14950,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 6820, - 6832 + 6841, + 6853 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 40 } } @@ -14915,31 +14968,31 @@ "type": "Identifier", "name": "push", "range": [ - 6833, - 6837 + 6854, + 6858 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 41 }, "end": { - "line": 199, + "line": 200, "column": 45 } } }, "range": [ - 6820, - 6837 + 6841, + 6858 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 45 } } @@ -14949,143 +15002,143 @@ "type": "Identifier", "name": "cellData", "range": [ - 6838, - 6846 + 6859, + 6867 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 46 }, "end": { - "line": 199, + "line": 200, "column": 54 } } } ], "range": [ - 6820, - 6847 + 6841, + 6868 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 55 } } }, "range": [ - 6820, - 6848 + 6841, + 6869 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 200, "column": 56 } } } ], "range": [ - 6790, - 6874 + 6811, + 6895 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 70 }, "end": { - "line": 200, + "line": 201, "column": 25 } } }, "alternate": null, "range": [ - 6630, - 6874 + 6651, + 6895 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 24 }, "end": { - "line": 200, + "line": 201, "column": 25 } } } ], "range": [ - 6404, - 6896 + 6425, + 6917 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 63 }, "end": { - "line": 201, + "line": 202, "column": 21 } } }, "alternate": null, "range": [ - 6361, - 6896 + 6382, + 6917 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 20 }, "end": { - "line": 201, + "line": 202, "column": 21 } } } ], "range": [ - 5955, - 6914 + 5976, + 6935 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 77 }, "end": { - "line": 202, + "line": 203, "column": 17 } } }, "alternate": null, "range": [ - 5255, - 6914 + 5276, + 6935 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 202, + "line": 203, "column": 17 } }, @@ -15094,16 +15147,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5204, - 5238 + 5225, + 5259 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 50 } } @@ -15114,16 +15167,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6914, - 6930 + 6935, + 6951 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 17 }, "end": { - "line": 202, + "line": 203, "column": 33 } } @@ -15132,31 +15185,31 @@ } ], "range": [ - 5186, - 6944 + 5207, + 6965 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 46 }, "end": { - "line": 203, + "line": 204, "column": 13 } } }, "range": [ - 5152, - 6944 + 5173, + 6965 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 13 } }, @@ -15165,16 +15218,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5107, - 5139 + 5128, + 5160 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -15185,16 +15238,16 @@ "type": "Line", "value": "for j", "range": [ - 6944, - 6951 + 6965, + 6972 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 20 } } @@ -15203,31 +15256,31 @@ } ], "range": [ - 4657, - 6961 + 4678, + 6982 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 52 }, "end": { - "line": 204, + "line": 205, "column": 9 } } }, "range": [ - 4613, - 6961 + 4634, + 6982 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 9 } }, @@ -15236,16 +15289,16 @@ "type": "Line", "value": "for k", "range": [ - 6961, - 6968 + 6982, + 6989 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 9 }, "end": { - "line": 204, + "line": 205, "column": 16 } } @@ -15254,16 +15307,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 6978, - 7003 + 6999, + 7024 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 33 } } @@ -15278,16 +15331,16 @@ "object": { "type": "ThisExpression", "range": [ - 7016, - 7020 + 7037, + 7041 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 12 }, "end": { - "line": 207, + "line": 208, "column": 16 } } @@ -15296,31 +15349,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7021, - 7029 + 7042, + 7050 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 17 }, "end": { - "line": 207, + "line": 208, "column": 25 } } }, "range": [ - 7016, - 7029 + 7037, + 7050 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 12 }, "end": { - "line": 207, + "line": 208, "column": 25 } } @@ -15337,16 +15390,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7049, - 7061 + 7070, + 7082 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 16 }, "end": { - "line": 208, + "line": 209, "column": 28 } } @@ -15360,16 +15413,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7064, - 7066 + 7085, + 7087 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 31 }, "end": { - "line": 208, + "line": 209, "column": 33 } } @@ -15378,31 +15431,31 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7067, - 7083 + 7088, + 7104 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 34 }, "end": { - "line": 208, + "line": 209, "column": 50 } } }, "range": [ - 7064, - 7083 + 7085, + 7104 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 31 }, "end": { - "line": 208, + "line": 209, "column": 50 } } @@ -15412,47 +15465,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7084, - 7092 + 7105, + 7113 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 51 }, "end": { - "line": 208, + "line": 209, "column": 59 } } } ], "range": [ - 7064, - 7093 + 7085, + 7114 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 31 }, "end": { - "line": 208, + "line": 209, "column": 60 } } }, "range": [ - 7049, - 7093 + 7070, + 7114 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 16 }, "end": { - "line": 208, + "line": 209, "column": 60 } } @@ -15460,16 +15513,16 @@ ], "kind": "let", "range": [ - 7045, - 7094 + 7066, + 7115 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 61 } } @@ -15485,16 +15538,16 @@ "object": { "type": "ThisExpression", "range": [ - 7107, - 7111 + 7128, + 7132 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 16 } } @@ -15503,31 +15556,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7112, - 7116 + 7133, + 7137 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 17 }, "end": { - "line": 209, + "line": 210, "column": 21 } } }, "range": [ - 7107, - 7116 + 7128, + 7137 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 21 } } @@ -15539,16 +15592,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7119, - 7131 + 7140, + 7152 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 24 }, "end": { - "line": 209, + "line": 210, "column": 36 } } @@ -15558,61 +15611,61 @@ "value": 0, "raw": "0", "range": [ - 7132, - 7133 + 7153, + 7154 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 37 }, "end": { - "line": 209, + "line": 210, "column": 38 } } }, "range": [ - 7119, - 7134 + 7140, + 7155 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 24 }, "end": { - "line": 209, + "line": 210, "column": 39 } } }, "range": [ - 7107, - 7134 + 7128, + 7155 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 39 } } }, "range": [ - 7107, - 7135 + 7128, + 7156 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 40 } } @@ -15628,16 +15681,16 @@ "object": { "type": "ThisExpression", "range": [ - 7148, - 7152 + 7169, + 7173 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 16 } } @@ -15646,31 +15699,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7153, - 7160 + 7174, + 7181 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 17 }, "end": { - "line": 210, + "line": 211, "column": 24 } } }, "range": [ - 7148, - 7160 + 7169, + 7181 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 24 } } @@ -15682,16 +15735,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7163, - 7175 + 7184, + 7196 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 27 }, "end": { - "line": 210, + "line": 211, "column": 39 } } @@ -15701,93 +15754,93 @@ "value": 1, "raw": "1", "range": [ - 7176, - 7177 + 7197, + 7198 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 40 }, "end": { - "line": 210, + "line": 211, "column": 41 } } }, "range": [ - 7163, - 7178 + 7184, + 7199 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 27 }, "end": { - "line": 210, + "line": 211, "column": 42 } } }, "range": [ - 7148, - 7178 + 7169, + 7199 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 42 } } }, "range": [ - 7148, - 7179 + 7169, + 7200 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 43 } } } ], "range": [ - 7031, - 7189 + 7052, + 7210 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 27 }, "end": { - "line": 211, + "line": 212, "column": 9 } } }, "alternate": null, "range": [ - 7012, - 7189 + 7033, + 7210 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 211, + "line": 212, "column": 9 } }, @@ -15796,16 +15849,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6914, - 6930 + 6935, + 6951 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 17 }, "end": { - "line": 202, + "line": 203, "column": 33 } } @@ -15814,16 +15867,16 @@ "type": "Line", "value": "for j", "range": [ - 6944, - 6951 + 6965, + 6972 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 20 } } @@ -15832,16 +15885,16 @@ "type": "Line", "value": "for k", "range": [ - 6961, - 6968 + 6982, + 6989 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 9 }, "end": { - "line": 204, + "line": 205, "column": 16 } } @@ -15850,16 +15903,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 6978, - 7003 + 6999, + 7024 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 33 } } @@ -15878,16 +15931,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7203, - 7205 + 7224, + 7226 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 14 } } @@ -15896,31 +15949,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7206, - 7213 + 7227, + 7234 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 15 }, "end": { - "line": 213, + "line": 214, "column": 22 } } }, "range": [ - 7203, - 7213 + 7224, + 7234 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 22 } } @@ -15934,16 +15987,16 @@ "object": { "type": "ThisExpression", "range": [ - 7218, - 7222 + 7239, + 7243 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 27 }, "end": { - "line": 213, + "line": 214, "column": 31 } } @@ -15952,62 +16005,62 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7223, - 7231 + 7244, + 7252 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 32 }, "end": { - "line": 213, + "line": 214, "column": 40 } } }, "range": [ - 7218, - 7231 + 7239, + 7252 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 27 }, "end": { - "line": 213, + "line": 214, "column": 40 } } }, "prefix": true, "range": [ - 7217, - 7231 + 7238, + 7252 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 26 }, "end": { - "line": 213, + "line": 214, "column": 40 } } }, "range": [ - 7203, - 7231 + 7224, + 7252 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 40 } } @@ -16024,32 +16077,32 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7252, - 7261 + 7273, + 7282 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 17 }, "end": { - "line": 214, + "line": 215, "column": 26 } } }, "prefix": true, "range": [ - 7251, - 7261 + 7272, + 7282 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 16 }, "end": { - "line": 214, + "line": 215, "column": 26 } } @@ -16070,16 +16123,16 @@ "object": { "type": "ThisExpression", "range": [ - 7281, - 7285 + 7302, + 7306 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 20 } } @@ -16088,31 +16141,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7286, - 7290 + 7307, + 7311 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 21 }, "end": { - "line": 215, + "line": 216, "column": 25 } } }, "range": [ - 7281, - 7290 + 7302, + 7311 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 25 } } @@ -16121,31 +16174,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7291, - 7295 + 7312, + 7316 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 26 }, "end": { - "line": 215, + "line": 216, "column": 30 } } }, "range": [ - 7281, - 7295 + 7302, + 7316 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 30 } } @@ -16158,16 +16211,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7296, - 7300 + 7317, + 7321 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 31 }, "end": { - "line": 215, + "line": 216, "column": 35 } } @@ -16176,62 +16229,62 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7301, - 7311 + 7322, + 7332 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 36 }, "end": { - "line": 215, + "line": 216, "column": 46 } } }, "range": [ - 7296, - 7311 + 7317, + 7332 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 31 }, "end": { - "line": 215, + "line": 216, "column": 46 } } } ], "range": [ - 7281, - 7312 + 7302, + 7333 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 47 } } }, "range": [ - 7281, - 7313 + 7302, + 7334 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 215, + "line": 216, "column": 48 } } @@ -16242,16 +16295,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7334, - 7346 + 7355, + 7367 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 20 }, "end": { - "line": 216, + "line": 217, "column": 32 } } @@ -16270,16 +16323,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7370, - 7382 + 7391, + 7403 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 32 } } @@ -16288,31 +16341,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7383, - 7387 + 7404, + 7408 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 33 }, "end": { - "line": 217, + "line": 218, "column": 37 } } }, "range": [ - 7370, - 7387 + 7391, + 7408 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 37 } } @@ -16325,16 +16378,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7388, - 7392 + 7409, + 7413 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 38 }, "end": { - "line": 217, + "line": 218, "column": 42 } } @@ -16343,110 +16396,110 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7393, - 7403 + 7414, + 7424 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 43 }, "end": { - "line": 217, + "line": 218, "column": 53 } } }, "range": [ - 7388, - 7403 + 7409, + 7424 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 38 }, "end": { - "line": 217, + "line": 218, "column": 53 } } } ], "range": [ - 7370, - 7404 + 7391, + 7425 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 54 } } }, "range": [ - 7370, - 7405 + 7391, + 7426 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 20 }, "end": { - "line": 217, + "line": 218, "column": 55 } } } ], "range": [ - 7348, - 7423 + 7369, + 7444 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 34 }, "end": { - "line": 218, + "line": 219, "column": 17 } } }, "alternate": null, "range": [ - 7330, - 7423 + 7351, + 7444 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 218, + "line": 219, "column": 17 } } } ], "range": [ - 7263, - 7437 + 7284, + 7458 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 28 }, "end": { - "line": 219, + "line": 220, "column": 13 } } @@ -16467,16 +16520,16 @@ "object": { "type": "ThisExpression", "range": [ - 7461, - 7465 + 7482, + 7486 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 20 } } @@ -16485,31 +16538,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7466, - 7470 + 7487, + 7491 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 21 }, "end": { - "line": 220, + "line": 221, "column": 25 } } }, "range": [ - 7461, - 7470 + 7482, + 7491 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -16518,62 +16571,62 @@ "type": "Identifier", "name": "sort", "range": [ - 7471, - 7475 + 7492, + 7496 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 26 }, "end": { - "line": 220, + "line": 221, "column": 30 } } }, "range": [ - 7461, - 7475 + 7482, + 7496 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 30 } } }, "arguments": [], "range": [ - 7461, - 7477 + 7482, + 7498 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 32 } } }, "range": [ - 7461, - 7478 + 7482, + 7499 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 33 } } @@ -16584,16 +16637,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7499, - 7511 + 7520, + 7532 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 20 }, "end": { - "line": 221, + "line": 222, "column": 32 } } @@ -16612,16 +16665,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7515, - 7527 + 7536, + 7548 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 36 }, "end": { - "line": 221, + "line": 222, "column": 48 } } @@ -16630,157 +16683,157 @@ "type": "Identifier", "name": "sort", "range": [ - 7528, - 7532 + 7549, + 7553 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 49 }, "end": { - "line": 221, + "line": 222, "column": 53 } } }, "range": [ - 7515, - 7532 + 7536, + 7553 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 36 }, "end": { - "line": 221, + "line": 222, "column": 53 } } }, "arguments": [], "range": [ - 7515, - 7534 + 7536, + 7555 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 36 }, "end": { - "line": 221, + "line": 222, "column": 55 } } }, "range": [ - 7515, - 7535 + 7536, + 7556 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 36 }, "end": { - "line": 221, + "line": 222, "column": 56 } } } ], "range": [ - 7513, - 7537 + 7534, + 7558 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 34 }, "end": { - "line": 221, + "line": 222, "column": 58 } } }, "alternate": null, "range": [ - 7495, - 7537 + 7516, + 7558 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 16 }, "end": { - "line": 221, + "line": 222, "column": 58 } } } ], "range": [ - 7443, - 7551 + 7464, + 7572 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 19 }, "end": { - "line": 222, + "line": 223, "column": 13 } } }, "range": [ - 7247, - 7551 + 7268, + 7572 ], "loc": { "start": { - "line": 214, + "line": 215, "column": 12 }, "end": { - "line": 222, + "line": 223, "column": 13 } } } ], "range": [ - 7233, - 7561 + 7254, + 7582 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 42 }, "end": { - "line": 223, + "line": 224, "column": 9 } } }, "alternate": null, "range": [ - 7199, - 7561 + 7220, + 7582 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 9 } }, @@ -16789,16 +16842,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7571, - 7581 + 7592, + 7602 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 18 } } @@ -16822,16 +16875,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7594, - 7596 + 7615, + 7617 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 14 } } @@ -16840,31 +16893,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 7597, - 7607 + 7618, + 7628 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 15 }, "end": { - "line": 226, + "line": 227, "column": 25 } } }, "range": [ - 7594, - 7607 + 7615, + 7628 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 25 } } @@ -16873,31 +16926,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7608, - 7615 + 7629, + 7636 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 26 }, "end": { - "line": 226, + "line": 227, "column": 33 } } }, "range": [ - 7594, - 7615 + 7615, + 7636 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 33 } } @@ -16907,32 +16960,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7616, - 7624 + 7637, + 7645 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 34 }, "end": { - "line": 226, + "line": 227, "column": 42 } } } ], "range": [ - 7594, - 7625 + 7615, + 7646 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 43 } } @@ -16945,47 +16998,47 @@ "value": 1, "raw": "1", "range": [ - 7630, - 7631 + 7651, + 7652 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 48 }, "end": { - "line": 226, + "line": 227, "column": 49 } } }, "prefix": true, "range": [ - 7629, - 7631 + 7650, + 7652 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 47 }, "end": { - "line": 226, + "line": 227, "column": 49 } } }, "range": [ - 7594, - 7631 + 7615, + 7652 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 49 } } @@ -17011,16 +17064,16 @@ "object": { "type": "ThisExpression", "range": [ - 7669, - 7673 + 7690, + 7694 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 16 }, "end": { - "line": 228, + "line": 229, "column": 20 } } @@ -17029,31 +17082,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7674, - 7678 + 7695, + 7699 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 21 }, "end": { - "line": 228, + "line": 229, "column": 25 } } }, "range": [ - 7669, - 7678 + 7690, + 7699 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 16 }, "end": { - "line": 228, + "line": 229, "column": 25 } } @@ -17062,31 +17115,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7679, - 7683 + 7700, + 7704 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 26 }, "end": { - "line": 228, + "line": 229, "column": 30 } } }, "range": [ - 7669, - 7683 + 7690, + 7704 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 16 }, "end": { - "line": 228, + "line": 229, "column": 30 } } @@ -17099,16 +17152,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7684, - 7688 + 7705, + 7709 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 31 }, "end": { - "line": 228, + "line": 229, "column": 35 } } @@ -17117,62 +17170,62 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7689, - 7699 + 7710, + 7720 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 36 }, "end": { - "line": 228, + "line": 229, "column": 46 } } }, "range": [ - 7684, - 7699 + 7705, + 7720 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 31 }, "end": { - "line": 228, + "line": 229, "column": 46 } } } ], "range": [ - 7669, - 7700 + 7690, + 7721 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 16 }, "end": { - "line": 228, + "line": 229, "column": 47 } } }, "range": [ - 7669, - 7701 + 7690, + 7722 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 16 }, "end": { - "line": 228, + "line": 229, "column": 48 } } @@ -17183,16 +17236,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7722, - 7734 + 7743, + 7755 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 20 }, "end": { - "line": 229, + "line": 230, "column": 32 } } @@ -17211,16 +17264,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7758, - 7770 + 7779, + 7791 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 20 }, "end": { - "line": 230, + "line": 231, "column": 32 } } @@ -17229,31 +17282,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7771, - 7775 + 7792, + 7796 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 33 }, "end": { - "line": 230, + "line": 231, "column": 37 } } }, "range": [ - 7758, - 7775 + 7779, + 7796 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 20 }, "end": { - "line": 230, + "line": 231, "column": 37 } } @@ -17266,16 +17319,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7776, - 7780 + 7797, + 7801 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 38 }, "end": { - "line": 230, + "line": 231, "column": 42 } } @@ -17284,94 +17337,94 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7781, - 7791 + 7802, + 7812 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 43 }, "end": { - "line": 230, + "line": 231, "column": 53 } } }, "range": [ - 7776, - 7791 + 7797, + 7812 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 38 }, "end": { - "line": 230, + "line": 231, "column": 53 } } } ], "range": [ - 7758, - 7792 + 7779, + 7813 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 20 }, "end": { - "line": 230, + "line": 231, "column": 54 } } }, "range": [ - 7758, - 7793 + 7779, + 7814 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 20 }, "end": { - "line": 230, + "line": 231, "column": 55 } } } ], "range": [ - 7736, - 7811 + 7757, + 7832 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 34 }, "end": { - "line": 231, + "line": 232, "column": 17 } } }, "alternate": null, "range": [ - 7718, - 7811 + 7739, + 7832 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 231, + "line": 232, "column": 17 } } @@ -17384,16 +17437,16 @@ "object": { "type": "ThisExpression", "range": [ - 7832, - 7836 + 7853, + 7857 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 24 } } @@ -17402,31 +17455,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7837, - 7845 + 7858, + 7866 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 25 }, "end": { - "line": 232, + "line": 233, "column": 33 } } }, "range": [ - 7832, - 7845 + 7853, + 7866 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 33 } } @@ -17447,16 +17500,16 @@ "object": { "type": "ThisExpression", "range": [ - 7869, - 7873 + 7890, + 7894 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 20 }, "end": { - "line": 233, + "line": 234, "column": 24 } } @@ -17465,31 +17518,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7874, - 7881 + 7895, + 7902 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 25 }, "end": { - "line": 233, + "line": 234, "column": 32 } } }, "range": [ - 7869, - 7881 + 7890, + 7902 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 20 }, "end": { - "line": 233, + "line": 234, "column": 32 } } @@ -17498,31 +17551,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7882, - 7886 + 7903, + 7907 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 33 }, "end": { - "line": 233, + "line": 234, "column": 37 } } }, "range": [ - 7869, - 7886 + 7890, + 7907 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 20 }, "end": { - "line": 233, + "line": 234, "column": 37 } } @@ -17535,16 +17588,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7887, - 7891 + 7908, + 7912 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 38 }, "end": { - "line": 233, + "line": 234, "column": 42 } } @@ -17553,110 +17606,110 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7892, - 7902 + 7913, + 7923 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 43 }, "end": { - "line": 233, + "line": 234, "column": 53 } } }, "range": [ - 7887, - 7902 + 7908, + 7923 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 38 }, "end": { - "line": 233, + "line": 234, "column": 53 } } } ], "range": [ - 7869, - 7903 + 7890, + 7924 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 20 }, "end": { - "line": 233, + "line": 234, "column": 54 } } }, "range": [ - 7869, - 7904 + 7890, + 7925 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 20 }, "end": { - "line": 233, + "line": 234, "column": 55 } } } ], "range": [ - 7847, - 7922 + 7868, + 7943 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 35 }, "end": { - "line": 234, + "line": 235, "column": 17 } } }, "alternate": null, "range": [ - 7828, - 7922 + 7849, + 7943 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 16 }, "end": { - "line": 234, + "line": 235, "column": 17 } } } ], "range": [ - 7651, - 7936 + 7672, + 7957 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 16 }, "end": { - "line": 235, + "line": 236, "column": 13 } } @@ -17667,16 +17720,16 @@ "type": "Identifier", "name": "e", "range": [ - 7944, - 7945 + 7965, + 7966 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 21 }, "end": { - "line": 235, + "line": 236, "column": 22 } } @@ -17692,16 +17745,16 @@ "type": "Identifier", "name": "Error", "range": [ - 7975, - 7980 + 7996, + 8001 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 26 }, "end": { - "line": 236, + "line": 237, "column": 31 } } @@ -17721,16 +17774,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 7981, - 7991 + 8002, + 8012 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 236, + "line": 237, "column": 42 } } @@ -17739,31 +17792,31 @@ "type": "Identifier", "name": "replace", "range": [ - 7992, - 7999 + 8013, + 8020 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 43 }, "end": { - "line": 236, + "line": 237, "column": 50 } } }, "range": [ - 7981, - 7999 + 8002, + 8020 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 236, + "line": 237, "column": 50 } } @@ -17774,16 +17827,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8000, - 8005 + 8021, + 8026 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 51 }, "end": { - "line": 236, + "line": 237, "column": 56 } } @@ -17792,32 +17845,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8007, - 8015 + 8028, + 8036 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 58 }, "end": { - "line": 236, + "line": 237, "column": 66 } } } ], "range": [ - 7981, - 8016 + 8002, + 8037 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 236, + "line": 237, "column": 67 } } @@ -17826,31 +17879,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8038, - 8045 + 8059, + 8066 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 21 }, "end": { - "line": 237, + "line": 238, "column": 28 } } }, "range": [ - 7981, - 8045 + 8002, + 8066 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 237, + "line": 238, "column": 28 } } @@ -17861,16 +17914,16 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8046, - 8051 + 8067, + 8072 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 29 }, "end": { - "line": 237, + "line": 238, "column": 34 } } @@ -17880,110 +17933,110 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8053, - 8064 + 8074, + 8085 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 36 }, "end": { - "line": 237, + "line": 238, "column": 47 } } } ], "range": [ - 7981, - 8065 + 8002, + 8086 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 32 }, "end": { - "line": 237, + "line": 238, "column": 48 } } } ], "range": [ - 7971, - 8066 + 7992, + 8087 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 22 }, "end": { - "line": 237, + "line": 238, "column": 49 } } }, "range": [ - 7965, - 8067 + 7986, + 8088 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 16 }, "end": { - "line": 237, + "line": 238, "column": 50 } } } ], "range": [ - 7947, - 8081 + 7968, + 8102 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 13 } } }, "range": [ - 7937, - 8081 + 7958, + 8102 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 14 }, "end": { - "line": 238, + "line": 239, "column": 13 } } }, "finalizer": null, "range": [ - 7647, - 8081 + 7668, + 8102 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 13 } }, @@ -17992,16 +18045,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8081, - 8120 + 8102, + 8141 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 13 }, "end": { - "line": 238, + "line": 239, "column": 52 } } @@ -18010,32 +18063,32 @@ } ], "range": [ - 7633, - 8130 + 7654, + 8151 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 51 }, "end": { - "line": 239, + "line": 240, "column": 9 } } }, "alternate": null, "range": [ - 7590, - 8130 + 7611, + 8151 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 9 } }, @@ -18044,16 +18097,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7571, - 7581 + 7592, + 7602 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 18 } } @@ -18064,16 +18117,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8139, - 8150 + 8160, + 8171 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 19 } } @@ -18097,16 +18150,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8163, - 8165 + 8184, + 8186 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 14 } } @@ -18115,31 +18168,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 8166, - 8177 + 8187, + 8198 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 15 }, "end": { - "line": 241, + "line": 242, "column": 26 } } }, "range": [ - 8163, - 8177 + 8184, + 8198 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 26 } } @@ -18148,31 +18201,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8178, - 8185 + 8199, + 8206 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 27 }, "end": { - "line": 241, + "line": 242, "column": 34 } } }, "range": [ - 8163, - 8185 + 8184, + 8206 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 34 } } @@ -18182,32 +18235,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8186, - 8194 + 8207, + 8215 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 35 }, "end": { - "line": 241, + "line": 242, "column": 43 } } } ], "range": [ - 8163, - 8195 + 8184, + 8216 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 44 } } @@ -18220,47 +18273,47 @@ "value": 1, "raw": "1", "range": [ - 8200, - 8201 + 8221, + 8222 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 49 }, "end": { - "line": 241, + "line": 242, "column": 50 } } }, "prefix": true, "range": [ - 8199, - 8201 + 8220, + 8222 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 48 }, "end": { - "line": 241, + "line": 242, "column": 50 } } }, "range": [ - 8163, - 8201 + 8184, + 8222 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 50 } } @@ -18286,16 +18339,16 @@ "object": { "type": "ThisExpression", "range": [ - 8239, - 8243 + 8260, + 8264 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 20 } } @@ -18304,31 +18357,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8244, - 8248 + 8265, + 8269 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 21 }, "end": { - "line": 243, + "line": 244, "column": 25 } } }, "range": [ - 8239, - 8248 + 8260, + 8269 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 25 } } @@ -18337,31 +18390,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8249, - 8253 + 8270, + 8274 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 26 }, "end": { - "line": 243, + "line": 244, "column": 30 } } }, "range": [ - 8239, - 8253 + 8260, + 8274 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 30 } } @@ -18374,16 +18427,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8254, - 8258 + 8275, + 8279 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 31 }, "end": { - "line": 243, + "line": 244, "column": 35 } } @@ -18392,62 +18445,62 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8259, - 8270 + 8280, + 8291 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 36 }, "end": { - "line": 243, + "line": 244, "column": 47 } } }, "range": [ - 8254, - 8270 + 8275, + 8291 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 31 }, "end": { - "line": 243, + "line": 244, "column": 47 } } } ], "range": [ - 8239, - 8271 + 8260, + 8292 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 48 } } }, "range": [ - 8239, - 8272 + 8260, + 8293 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 49 } } @@ -18458,16 +18511,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8293, - 8305 + 8314, + 8326 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 20 }, "end": { - "line": 244, + "line": 245, "column": 32 } } @@ -18486,16 +18539,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8329, - 8341 + 8350, + 8362 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 20 }, "end": { - "line": 245, + "line": 246, "column": 32 } } @@ -18504,31 +18557,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8342, - 8346 + 8363, + 8367 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 33 }, "end": { - "line": 245, + "line": 246, "column": 37 } } }, "range": [ - 8329, - 8346 + 8350, + 8367 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 20 }, "end": { - "line": 245, + "line": 246, "column": 37 } } @@ -18541,16 +18594,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8347, - 8351 + 8368, + 8372 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 38 }, "end": { - "line": 245, + "line": 246, "column": 42 } } @@ -18559,94 +18612,94 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8352, - 8363 + 8373, + 8384 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 43 }, "end": { - "line": 245, + "line": 246, "column": 54 } } }, "range": [ - 8347, - 8363 + 8368, + 8384 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 38 }, "end": { - "line": 245, + "line": 246, "column": 54 } } } ], "range": [ - 8329, - 8364 + 8350, + 8385 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 20 }, "end": { - "line": 245, + "line": 246, "column": 55 } } }, "range": [ - 8329, - 8365 + 8350, + 8386 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 20 }, "end": { - "line": 245, + "line": 246, "column": 56 } } } ], "range": [ - 8307, - 8383 + 8328, + 8404 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 34 }, "end": { - "line": 246, + "line": 247, "column": 17 } } }, "alternate": null, "range": [ - 8289, - 8383 + 8310, + 8404 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 17 } } @@ -18659,16 +18712,16 @@ "object": { "type": "ThisExpression", "range": [ - 8404, - 8408 + 8425, + 8429 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 24 } } @@ -18677,31 +18730,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8409, - 8417 + 8430, + 8438 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 25 }, "end": { - "line": 247, + "line": 248, "column": 33 } } }, "range": [ - 8404, - 8417 + 8425, + 8438 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 33 } } @@ -18722,16 +18775,16 @@ "object": { "type": "ThisExpression", "range": [ - 8441, - 8445 + 8462, + 8466 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 20 }, "end": { - "line": 248, + "line": 249, "column": 24 } } @@ -18740,31 +18793,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8446, - 8453 + 8467, + 8474 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 25 }, "end": { - "line": 248, + "line": 249, "column": 32 } } }, "range": [ - 8441, - 8453 + 8462, + 8474 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 20 }, "end": { - "line": 248, + "line": 249, "column": 32 } } @@ -18773,31 +18826,31 @@ "type": "Identifier", "name": "sort", "range": [ - 8454, - 8458 + 8475, + 8479 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 33 }, "end": { - "line": 248, + "line": 249, "column": 37 } } }, "range": [ - 8441, - 8458 + 8462, + 8479 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 20 }, "end": { - "line": 248, + "line": 249, "column": 37 } } @@ -18810,16 +18863,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 8459, - 8463 + 8480, + 8484 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 38 }, "end": { - "line": 248, + "line": 249, "column": 42 } } @@ -18828,110 +18881,110 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8464, - 8475 + 8485, + 8496 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 43 }, "end": { - "line": 248, + "line": 249, "column": 54 } } }, "range": [ - 8459, - 8475 + 8480, + 8496 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 38 }, "end": { - "line": 248, + "line": 249, "column": 54 } } } ], "range": [ - 8441, - 8476 + 8462, + 8497 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 20 }, "end": { - "line": 248, + "line": 249, "column": 55 } } }, "range": [ - 8441, - 8477 + 8462, + 8498 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 20 }, "end": { - "line": 248, + "line": 249, "column": 56 } } } ], "range": [ - 8419, - 8495 + 8440, + 8516 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 35 }, "end": { - "line": 249, + "line": 250, "column": 17 } } }, "alternate": null, "range": [ - 8400, - 8495 + 8421, + 8516 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 17 } } } ], "range": [ - 8221, - 8509 + 8242, + 8530 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 16 }, "end": { - "line": 250, + "line": 251, "column": 13 } } @@ -18942,16 +18995,16 @@ "type": "Identifier", "name": "e", "range": [ - 8517, - 8518 + 8538, + 8539 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 21 }, "end": { - "line": 250, + "line": 251, "column": 22 } } @@ -18967,16 +19020,16 @@ "type": "Identifier", "name": "Error", "range": [ - 8548, - 8553 + 8569, + 8574 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 26 }, "end": { - "line": 251, + "line": 252, "column": 31 } } @@ -18996,16 +19049,16 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8554, - 8564 + 8575, + 8585 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 251, + "line": 252, "column": 42 } } @@ -19014,31 +19067,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8565, - 8572 + 8586, + 8593 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 43 }, "end": { - "line": 251, + "line": 252, "column": 50 } } }, "range": [ - 8554, - 8572 + 8575, + 8593 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 251, + "line": 252, "column": 50 } } @@ -19049,16 +19102,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8573, - 8578 + 8594, + 8599 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 51 }, "end": { - "line": 251, + "line": 252, "column": 56 } } @@ -19067,32 +19120,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8580, - 8588 + 8601, + 8609 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 58 }, "end": { - "line": 251, + "line": 252, "column": 66 } } } ], "range": [ - 8554, - 8589 + 8575, + 8610 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 251, + "line": 252, "column": 67 } } @@ -19101,31 +19154,31 @@ "type": "Identifier", "name": "replace", "range": [ - 8611, - 8618 + 8632, + 8639 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 21 }, "end": { - "line": 252, + "line": 253, "column": 28 } } }, "range": [ - 8554, - 8618 + 8575, + 8639 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 252, + "line": 253, "column": 28 } } @@ -19136,16 +19189,16 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8619, - 8624 + 8640, + 8645 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 29 }, "end": { - "line": 252, + "line": 253, "column": 34 } } @@ -19155,110 +19208,110 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8626, - 8637 + 8647, + 8658 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 36 }, "end": { - "line": 252, + "line": 253, "column": 47 } } } ], "range": [ - 8554, - 8638 + 8575, + 8659 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 32 }, "end": { - "line": 252, + "line": 253, "column": 48 } } } ], "range": [ - 8544, - 8639 + 8565, + 8660 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 22 }, "end": { - "line": 252, + "line": 253, "column": 49 } } }, "range": [ - 8538, - 8640 + 8559, + 8661 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 50 } } } ], "range": [ - 8520, - 8654 + 8541, + 8675 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 24 }, "end": { - "line": 253, + "line": 254, "column": 13 } } }, "range": [ - 8510, - 8654 + 8531, + 8675 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 14 }, "end": { - "line": 253, + "line": 254, "column": 13 } } }, "finalizer": null, "range": [ - 8217, - 8654 + 8238, + 8675 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 13 } }, @@ -19267,16 +19320,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8654, - 8693 + 8675, + 8714 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 13 }, "end": { - "line": 253, + "line": 254, "column": 52 } } @@ -19285,32 +19338,32 @@ } ], "range": [ - 8203, - 8703 + 8224, + 8724 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 52 }, "end": { - "line": 254, + "line": 255, "column": 9 } } }, "alternate": null, "range": [ - 8159, - 8703 + 8180, + 8724 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 9 } }, @@ -19319,16 +19372,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8081, - 8120 + 8102, + 8141 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 13 }, "end": { - "line": 238, + "line": 239, "column": 52 } } @@ -19337,16 +19390,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8139, - 8150 + 8160, + 8171 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 19 } } @@ -19357,16 +19410,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8713, - 8734 + 8734, + 8755 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 29 } } @@ -19383,16 +19436,16 @@ "object": { "type": "ThisExpression", "range": [ - 8743, - 8747 + 8764, + 8768 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 12 } } @@ -19401,31 +19454,31 @@ "type": "Identifier", "name": "addOptions", "range": [ - 8748, - 8758 + 8769, + 8779 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 13 }, "end": { - "line": 257, + "line": 258, "column": 23 } } }, "range": [ - 8743, - 8758 + 8764, + 8779 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 23 } } @@ -19435,16 +19488,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8759, - 8767 + 8780, + 8788 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 24 }, "end": { - "line": 257, + "line": 258, "column": 32 } } @@ -19453,16 +19506,16 @@ "type": "Identifier", "name": "slc", "range": [ - 8769, - 8772 + 8790, + 8793 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 34 }, "end": { - "line": 257, + "line": 258, "column": 37 } } @@ -19471,16 +19524,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 8774, - 8782 + 8795, + 8803 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 39 }, "end": { - "line": 257, + "line": 258, "column": 47 } } @@ -19489,47 +19542,47 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8784, - 8796 + 8805, + 8817 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 49 }, "end": { - "line": 257, + "line": 258, "column": 61 } } } ], "range": [ - 8743, - 8797 + 8764, + 8818 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 62 } } }, "range": [ - 8743, - 8798 + 8764, + 8819 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 63 } }, @@ -19538,16 +19591,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8654, - 8693 + 8675, + 8714 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 13 }, "end": { - "line": 253, + "line": 254, "column": 52 } } @@ -19556,16 +19609,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8713, - 8734 + 8734, + 8755 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 29 } } @@ -19585,16 +19638,16 @@ "object": { "type": "ThisExpression", "range": [ - 8808, - 8812 + 8829, + 8833 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 12 } } @@ -19603,31 +19656,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8813, - 8820 + 8834, + 8841 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 13 }, "end": { - "line": 259, + "line": 260, "column": 20 } } }, "range": [ - 8808, - 8820 + 8829, + 8841 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 20 } } @@ -19636,31 +19689,31 @@ "type": "Identifier", "name": "emit", "range": [ - 8821, - 8825 + 8842, + 8846 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 21 }, "end": { - "line": 259, + "line": 260, "column": 25 } } }, "range": [ - 8808, - 8825 + 8829, + 8846 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 25 } } @@ -19671,16 +19724,16 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 8826, - 8851 + 8847, + 8872 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 26 }, "end": { - "line": 259, + "line": 260, "column": 51 } } @@ -19689,16 +19742,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8853, - 8855 + 8874, + 8876 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 53 }, "end": { - "line": 259, + "line": 260, "column": 55 } } @@ -19707,16 +19760,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8857, - 8865 + 8878, + 8886 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 57 }, "end": { - "line": 259, + "line": 260, "column": 65 } } @@ -19725,63 +19778,63 @@ "type": "Identifier", "name": "slc", "range": [ - 8867, - 8870 + 8888, + 8891 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 67 }, "end": { - "line": 259, + "line": 260, "column": 70 } } } ], "range": [ - 8808, - 8871 + 8829, + 8892 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 71 } } }, "range": [ - 8808, - 8872 + 8829, + 8893 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 72 } } } ], "range": [ - 3722, - 8878 + 3743, + 8899 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 38 }, "end": { - "line": 260, + "line": 261, "column": 5 } } @@ -19789,16 +19842,16 @@ "generator": false, "expression": false, "range": [ - 3693, - 8878 + 3714, + 8899 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 9 }, "end": { - "line": 260, + "line": 261, "column": 5 } } @@ -19806,16 +19859,16 @@ "kind": "method", "computed": false, "range": [ - 3688, - 8878 + 3709, + 8899 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 4 }, "end": { - "line": 260, + "line": 261, "column": 5 } }, @@ -19824,16 +19877,16 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3520, - 3683 + 3541, + 3704 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 119, + "line": 120, "column": 7 } } @@ -19844,16 +19897,16 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8884, - 9158 + 8905, + 9179 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 4 }, "end": { - "line": 268, + "line": 269, "column": 7 } } @@ -19867,16 +19920,16 @@ "type": "Identifier", "name": "addOptions", "range": [ - 9163, - 9173 + 9184, + 9194 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 4 }, "end": { - "line": 269, + "line": 270, "column": 14 } } @@ -19889,16 +19942,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9174, - 9182 + 9195, + 9203 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 15 }, "end": { - "line": 269, + "line": 270, "column": 23 } } @@ -19907,16 +19960,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9184, - 9187 + 9205, + 9208 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 25 }, "end": { - "line": 269, + "line": 270, "column": 28 } } @@ -19925,16 +19978,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9189, - 9197 + 9210, + 9218 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 30 }, "end": { - "line": 269, + "line": 270, "column": 38 } } @@ -19943,16 +19996,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9199, - 9211 + 9220, + 9232 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 40 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -19970,16 +20023,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9227, - 9229 + 9248, + 9250 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 270, + "line": 271, "column": 14 } } @@ -19990,16 +20043,16 @@ "object": { "type": "ThisExpression", "range": [ - 9232, - 9236 + 9253, + 9257 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 17 }, "end": { - "line": 270, + "line": 271, "column": 21 } } @@ -20008,46 +20061,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9237, - 9239 + 9258, + 9260 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 22 }, "end": { - "line": 270, + "line": 271, "column": 24 } } }, "range": [ - 9232, - 9239 + 9253, + 9260 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 17 }, "end": { - "line": 270, + "line": 271, "column": 24 } } }, "range": [ - 9227, - 9239 + 9248, + 9260 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 270, + "line": 271, "column": 24 } } @@ -20058,16 +20111,16 @@ "type": "Identifier", "name": "slcValue", "range": [ - 9253, - 9261 + 9274, + 9282 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 271, + "line": 272, "column": 20 } } @@ -20079,16 +20132,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9264, - 9267 + 9285, + 9288 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 23 }, "end": { - "line": 271, + "line": 272, "column": 26 } } @@ -20097,46 +20150,46 @@ "type": "Identifier", "name": "value", "range": [ - 9268, - 9273 + 9289, + 9294 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 27 }, "end": { - "line": 271, + "line": 272, "column": 32 } } }, "range": [ - 9264, - 9273 + 9285, + 9294 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 23 }, "end": { - "line": 271, + "line": 272, "column": 32 } } }, "range": [ - 9253, - 9273 + 9274, + 9294 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 271, + "line": 272, "column": 32 } } @@ -20144,16 +20197,16 @@ ], "kind": "let", "range": [ - 9223, - 9274 + 9244, + 9295 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 33 } } @@ -20170,16 +20223,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9284, - 9287 + 9305, + 9308 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 11 } } @@ -20188,31 +20241,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9288, - 9297 + 9309, + 9318 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 12 }, "end": { - "line": 273, + "line": 274, "column": 21 } } }, "range": [ - 9284, - 9297 + 9305, + 9318 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 21 } } @@ -20222,46 +20275,46 @@ "value": "", "raw": "''", "range": [ - 9300, - 9302 + 9321, + 9323 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 24 }, "end": { - "line": 273, + "line": 274, "column": 26 } } }, "range": [ - 9284, - 9302 + 9305, + 9323 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 26 } } }, "range": [ - 9284, - 9303 + 9305, + 9324 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 27 } } @@ -20275,16 +20328,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9312, - 9315 + 9333, + 9336 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 274, + "line": 275, "column": 11 } } @@ -20297,16 +20350,16 @@ "object": { "type": "ThisExpression", "range": [ - 9318, - 9322 + 9339, + 9343 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 14 }, "end": { - "line": 274, + "line": 275, "column": 18 } } @@ -20315,31 +20368,31 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 9323, - 9337 + 9344, + 9358 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 19 }, "end": { - "line": 274, + "line": 275, "column": 33 } } }, "range": [ - 9318, - 9337 + 9339, + 9358 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 14 }, "end": { - "line": 274, + "line": 275, "column": 33 } } @@ -20349,62 +20402,62 @@ "type": "Identifier", "name": "slc", "range": [ - 9338, - 9341 + 9359, + 9362 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 34 }, "end": { - "line": 274, + "line": 275, "column": 37 } } } ], "range": [ - 9318, - 9342 + 9339, + 9363 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 14 }, "end": { - "line": 274, + "line": 275, "column": 38 } } }, "range": [ - 9312, - 9342 + 9333, + 9363 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 274, + "line": 275, "column": 38 } } }, "range": [ - 9312, - 9343 + 9333, + 9364 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 274, + "line": 275, "column": 39 } } @@ -20420,16 +20473,16 @@ "type": "Identifier", "name": "y", "range": [ - 9362, - 9363 + 9383, + 9384 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 17 }, "end": { - "line": 276, + "line": 277, "column": 18 } } @@ -20439,31 +20492,31 @@ "value": 0, "raw": "0", "range": [ - 9366, - 9367 + 9387, + 9388 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 21 }, "end": { - "line": 276, + "line": 277, "column": 22 } } }, "range": [ - 9362, - 9367 + 9383, + 9388 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 17 }, "end": { - "line": 276, + "line": 277, "column": 22 } } @@ -20471,16 +20524,16 @@ ], "kind": "let", "range": [ - 9358, - 9367 + 9379, + 9388 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 13 }, "end": { - "line": 276, + "line": 277, "column": 22 } } @@ -20492,16 +20545,16 @@ "type": "Identifier", "name": "y", "range": [ - 9369, - 9370 + 9390, + 9391 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 24 }, "end": { - "line": 276, + "line": 277, "column": 25 } } @@ -20515,16 +20568,16 @@ "object": { "type": "ThisExpression", "range": [ - 9373, - 9377 + 9394, + 9398 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 28 }, "end": { - "line": 276, + "line": 277, "column": 32 } } @@ -20533,31 +20586,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9378, - 9382 + 9399, + 9403 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 33 }, "end": { - "line": 276, + "line": 277, "column": 37 } } }, "range": [ - 9373, - 9382 + 9394, + 9403 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 28 }, "end": { - "line": 276, + "line": 277, "column": 37 } } @@ -20566,46 +20619,46 @@ "type": "Identifier", "name": "length", "range": [ - 9383, - 9389 + 9404, + 9410 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 38 }, "end": { - "line": 276, + "line": 277, "column": 44 } } }, "range": [ - 9373, - 9389 + 9394, + 9410 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 28 }, "end": { - "line": 276, + "line": 277, "column": 44 } } }, "range": [ - 9369, - 9389 + 9390, + 9410 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 24 }, "end": { - "line": 276, + "line": 277, "column": 44 } } @@ -20617,32 +20670,32 @@ "type": "Identifier", "name": "y", "range": [ - 9391, - 9392 + 9412, + 9413 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 46 }, "end": { - "line": 276, + "line": 277, "column": 47 } } }, "prefix": false, "range": [ - 9391, - 9394 + 9412, + 9415 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 46 }, "end": { - "line": 276, + "line": 277, "column": 49 } } @@ -20664,16 +20717,16 @@ "object": { "type": "ThisExpression", "range": [ - 9414, - 9418 + 9435, + 9439 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 16 }, "end": { - "line": 277, + "line": 278, "column": 20 } } @@ -20682,31 +20735,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9419, - 9423 + 9440, + 9444 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 21 }, "end": { - "line": 277, + "line": 278, "column": 25 } } }, "range": [ - 9414, - 9423 + 9435, + 9444 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 16 }, "end": { - "line": 277, + "line": 278, "column": 25 } } @@ -20715,31 +20768,31 @@ "type": "Identifier", "name": "y", "range": [ - 9424, - 9425 + 9445, + 9446 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 26 }, "end": { - "line": 277, + "line": 278, "column": 27 } } }, "range": [ - 9414, - 9426 + 9435, + 9447 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 16 }, "end": { - "line": 277, + "line": 278, "column": 28 } } @@ -20749,31 +20802,31 @@ "value": "", "raw": "''", "range": [ - 9431, - 9433 + 9452, + 9454 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 33 }, "end": { - "line": 277, + "line": 278, "column": 35 } } }, "range": [ - 9414, - 9433 + 9435, + 9454 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 16 }, "end": { - "line": 277, + "line": 278, "column": 35 } } @@ -20785,48 +20838,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 9453, - 9462 + 9474, + 9483 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 25 } } } ], "range": [ - 9435, - 9476 + 9456, + 9497 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 37 }, "end": { - "line": 279, + "line": 280, "column": 13 } } }, "alternate": null, "range": [ - 9410, - 9476 + 9431, + 9497 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 12 }, "end": { - "line": 279, + "line": 280, "column": 13 } } @@ -20840,16 +20893,16 @@ "type": "Identifier", "name": "val", "range": [ - 9493, - 9496 + 9514, + 9517 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 19 } } @@ -20863,16 +20916,16 @@ "object": { "type": "ThisExpression", "range": [ - 9499, - 9503 + 9520, + 9524 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 26 } } @@ -20881,31 +20934,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9504, - 9508 + 9525, + 9529 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 27 }, "end": { - "line": 280, + "line": 281, "column": 31 } } }, "range": [ - 9499, - 9508 + 9520, + 9529 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 31 } } @@ -20914,46 +20967,46 @@ "type": "Identifier", "name": "y", "range": [ - 9509, - 9510 + 9530, + 9531 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 32 }, "end": { - "line": 280, + "line": 281, "column": 33 } } }, "range": [ - 9499, - 9511 + 9520, + 9532 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 22 }, "end": { - "line": 280, + "line": 281, "column": 34 } } }, "range": [ - 9493, - 9511 + 9514, + 9532 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 34 } } @@ -20961,16 +21014,16 @@ ], "kind": "let", "range": [ - 9489, - 9512 + 9510, + 9533 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 35 } }, @@ -20979,16 +21032,16 @@ "type": "Line", "value": "option value", "range": [ - 9513, - 9527 + 9534, + 9548 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 36 }, "end": { - "line": 280, + "line": 281, "column": 50 } } @@ -21004,16 +21057,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 9544, - 9547 + 9565, + 9568 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 16 }, "end": { - "line": 281, + "line": 282, "column": 19 } } @@ -21026,16 +21079,16 @@ "object": { "type": "ThisExpression", "range": [ - 9550, - 9554 + 9571, + 9575 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 22 }, "end": { - "line": 281, + "line": 282, "column": 26 } } @@ -21044,31 +21097,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 9555, - 9563 + 9576, + 9584 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 27 }, "end": { - "line": 281, + "line": 282, "column": 35 } } }, "range": [ - 9550, - 9563 + 9571, + 9584 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 22 }, "end": { - "line": 281, + "line": 282, "column": 35 } } @@ -21082,16 +21135,16 @@ "object": { "type": "ThisExpression", "range": [ - 9566, - 9570 + 9587, + 9591 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 38 }, "end": { - "line": 281, + "line": 282, "column": 42 } } @@ -21100,31 +21153,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 9571, - 9578 + 9592, + 9599 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 43 }, "end": { - "line": 281, + "line": 282, "column": 50 } } }, "range": [ - 9566, - 9578 + 9587, + 9599 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 38 }, "end": { - "line": 281, + "line": 282, "column": 50 } } @@ -21133,31 +21186,31 @@ "type": "Identifier", "name": "y", "range": [ - 9579, - 9580 + 9600, + 9601 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 51 }, "end": { - "line": 281, + "line": 282, "column": 52 } } }, "range": [ - 9566, - 9581 + 9587, + 9602 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 38 }, "end": { - "line": 281, + "line": 282, "column": 53 } } @@ -21166,46 +21219,46 @@ "type": "Identifier", "name": "val", "range": [ - 9584, - 9587 + 9605, + 9608 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 56 }, "end": { - "line": 281, + "line": 282, "column": 59 } } }, "range": [ - 9550, - 9587 + 9571, + 9608 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 22 }, "end": { - "line": 281, + "line": 282, "column": 59 } } }, "range": [ - 9544, - 9587 + 9565, + 9608 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 16 }, "end": { - "line": 281, + "line": 282, "column": 59 } } @@ -21213,16 +21266,16 @@ ], "kind": "let", "range": [ - 9540, - 9588 + 9561, + 9609 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 281, + "line": 282, "column": 60 } }, @@ -21231,16 +21284,16 @@ "type": "Line", "value": "option value", "range": [ - 9513, - 9527 + 9534, + 9548 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 36 }, "end": { - "line": 280, + "line": 281, "column": 50 } } @@ -21251,16 +21304,16 @@ "type": "Line", "value": "option text", "range": [ - 9589, - 9602 + 9610, + 9623 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 61 }, "end": { - "line": 281, + "line": 282, "column": 74 } } @@ -21276,16 +21329,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 9619, - 9629 + 9640, + 9650 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 26 } } @@ -21295,31 +21348,31 @@ "value": false, "raw": "false", "range": [ - 9632, - 9637 + 9653, + 9658 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 29 }, "end": { - "line": 282, + "line": 283, "column": 34 } } }, "range": [ - 9619, - 9637 + 9640, + 9658 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 16 }, "end": { - "line": 282, + "line": 283, "column": 34 } } @@ -21327,16 +21380,16 @@ ], "kind": "let", "range": [ - 9615, - 9638 + 9636, + 9659 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 35 } }, @@ -21345,16 +21398,16 @@ "type": "Line", "value": "option text", "range": [ - 9589, - 9602 + 9610, + 9623 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 61 }, "end": { - "line": 281, + "line": 282, "column": 74 } } @@ -21373,16 +21426,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9655, - 9663 + 9676, + 9684 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 283, + "line": 284, "column": 24 } } @@ -21394,16 +21447,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9667, - 9669 + 9688, + 9690 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 30 } } @@ -21412,46 +21465,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 9670, - 9692 + 9691, + 9713 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 31 }, "end": { - "line": 283, + "line": 284, "column": 53 } } }, "range": [ - 9667, - 9692 + 9688, + 9713 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 53 } } }, "range": [ - 9655, - 9692 + 9676, + 9713 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 283, + "line": 284, "column": 53 } } @@ -21465,16 +21518,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 9712, - 9715 + 9733, + 9736 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 19 } } @@ -21483,31 +21536,31 @@ "type": "Identifier", "name": "has", "range": [ - 9716, - 9719 + 9737, + 9740 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 20 }, "end": { - "line": 284, + "line": 285, "column": 23 } } }, "range": [ - 9712, - 9719 + 9733, + 9740 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 23 } } @@ -21517,16 +21570,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9741, - 9753 + 9762, + 9774 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 20 }, "end": { - "line": 285, + "line": 286, "column": 32 } } @@ -21540,16 +21593,16 @@ "type": "Identifier", "name": "Str", "range": [ - 9775, - 9778 + 9796, + 9799 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 23 } } @@ -21558,31 +21611,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9779, - 9788 + 9800, + 9809 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 24 }, "end": { - "line": 286, + "line": 287, "column": 33 } } }, "range": [ - 9775, - 9788 + 9796, + 9809 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 33 } } @@ -21592,16 +21645,16 @@ "type": "Identifier", "name": "val", "range": [ - 9789, - 9792 + 9810, + 9813 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 34 }, "end": { - "line": 286, + "line": 287, "column": 37 } } @@ -21613,16 +21666,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9794, - 9796 + 9815, + 9817 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 41 } } @@ -21631,47 +21684,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9797, - 9806 + 9818, + 9827 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 42 }, "end": { - "line": 286, + "line": 287, "column": 51 } } }, "range": [ - 9794, - 9806 + 9815, + 9827 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 51 } } } ], "range": [ - 9775, - 9807 + 9796, + 9828 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 20 }, "end": { - "line": 286, + "line": 287, "column": 52 } } @@ -21683,16 +21736,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9829, - 9831 + 9850, + 9852 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 20 }, "end": { - "line": 287, + "line": 288, "column": 22 } } @@ -21701,62 +21754,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9832, - 9841 + 9853, + 9862 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 23 }, "end": { - "line": 287, + "line": 288, "column": 32 } } }, "range": [ - 9829, - 9841 + 9850, + 9862 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 20 }, "end": { - "line": 287, + "line": 288, "column": 32 } } } ], "range": [ - 9712, - 9859 + 9733, + 9880 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 17 } } }, "range": [ - 9655, - 9859 + 9676, + 9880 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 17 } } @@ -21773,16 +21826,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 9879, - 9889 + 9900, + 9910 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 26 } } @@ -21792,78 +21845,78 @@ "value": true, "raw": "true", "range": [ - 9892, - 9896 + 9913, + 9917 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 29 }, "end": { - "line": 289, + "line": 290, "column": 33 } } }, "range": [ - 9879, - 9896 + 9900, + 9917 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 33 } } }, "range": [ - 9879, - 9897 + 9900, + 9918 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 34 } } } ], "range": [ - 9861, - 9911 + 9882, + 9932 ], "loc": { "start": { - "line": 288, + "line": 289, "column": 19 }, "end": { - "line": 290, + "line": 291, "column": 13 } } }, "alternate": null, "range": [ - 9651, - 9911 + 9672, + 9932 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 290, + "line": 291, "column": 13 } } @@ -21877,32 +21930,32 @@ "type": "Identifier", "name": "opt", "range": [ - 9929, - 9932 + 9950, + 9953 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 19 } } }, "init": null, "range": [ - 9929, - 9932 + 9950, + 9953 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 19 } } @@ -21910,16 +21963,16 @@ ], "kind": "let", "range": [ - 9925, - 9933 + 9946, + 9954 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 20 } }, @@ -21928,16 +21981,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9946, - 9969 + 9967, + 9990 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 35 } } @@ -21959,16 +22012,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9986, - 9988 + 10007, + 10009 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 18 } } @@ -21977,31 +22030,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 9989, - 10004 + 10010, + 10025 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 19 }, "end": { - "line": 294, + "line": 295, "column": 34 } } }, "range": [ - 9986, - 10004 + 10007, + 10025 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 34 } } @@ -22013,16 +22066,16 @@ "type": "Identifier", "name": "slcValue", "range": [ - 10008, - 10016 + 10029, + 10037 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 38 }, "end": { - "line": 294, + "line": 295, "column": 46 } } @@ -22036,16 +22089,16 @@ "object": { "type": "ThisExpression", "range": [ - 10021, - 10025 + 10042, + 10046 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 51 }, "end": { - "line": 294, + "line": 295, "column": 55 } } @@ -22054,31 +22107,31 @@ "type": "Identifier", "name": "opts", "range": [ - 10026, - 10030 + 10047, + 10051 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 56 }, "end": { - "line": 294, + "line": 295, "column": 60 } } }, "range": [ - 10021, - 10030 + 10042, + 10051 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 51 }, "end": { - "line": 294, + "line": 295, "column": 60 } } @@ -22087,61 +22140,61 @@ "type": "Identifier", "name": "y", "range": [ - 10031, - 10032 + 10052, + 10053 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 61 }, "end": { - "line": 294, + "line": 295, "column": 62 } } }, "range": [ - 10021, - 10033 + 10042, + 10054 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 51 }, "end": { - "line": 294, + "line": 295, "column": 63 } } }, "range": [ - 10008, - 10033 + 10029, + 10054 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 38 }, "end": { - "line": 294, + "line": 295, "column": 63 } } }, "range": [ - 9986, - 10033 + 10007, + 10054 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 63 } } @@ -22158,16 +22211,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10053, - 10055 + 10074, + 10076 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 18 } } @@ -22176,31 +22229,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 10056, - 10069 + 10077, + 10090 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 19 }, "end": { - "line": 295, + "line": 296, "column": 32 } } }, "range": [ - 10053, - 10069 + 10074, + 10090 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 32 } } @@ -22210,117 +22263,81 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10070, - 10078 + 10091, + 10099 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 33 }, "end": { - "line": 295, + "line": 296, "column": 41 } } } ], "range": [ - 10053, - 10079 + 10074, + 10100 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 42 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 10084, - 10086 - ], - "loc": { - "start": { - "line": 295, - "column": 47 - }, - "end": { - "line": 295, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 10087, - 10097 - ], - "loc": { - "start": { - "line": 295, - "column": 50 - }, - "end": { - "line": 295, - "column": 60 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 10084, - 10097 + 10105, + 10111 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 47 }, "end": { - "line": 295, - "column": 60 + "line": 296, + "column": 53 } } }, "range": [ - 10053, - 10097 + 10074, + 10111 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, - "column": 60 + "line": 296, + "column": 53 } } }, "range": [ - 9986, - 10097 + 10007, + 10111 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 295, - "column": 60 + "line": 296, + "column": 53 } } }, @@ -22336,16 +22353,16 @@ "type": "Identifier", "name": "opt", "range": [ - 10117, - 10120 + 10131, + 10134 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 19 } } @@ -22359,16 +22376,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10123, - 10126 + 10137, + 10140 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 22 }, "end": { - "line": 296, + "line": 297, "column": 25 } } @@ -22377,31 +22394,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10127, - 10136 + 10141, + 10150 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 26 }, "end": { - "line": 296, + "line": 297, "column": 35 } } }, "range": [ - 10123, - 10136 + 10137, + 10150 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 22 }, "end": { - "line": 296, + "line": 297, "column": 35 } } @@ -22411,16 +22428,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 10137, - 10140 + 10151, + 10154 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 36 }, "end": { - "line": 296, + "line": 297, "column": 39 } } @@ -22429,16 +22446,16 @@ "type": "Identifier", "name": "val", "range": [ - 10142, - 10145 + 10156, + 10159 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 41 }, "end": { - "line": 296, + "line": 297, "column": 44 } } @@ -22448,78 +22465,78 @@ "value": true, "raw": "true", "range": [ - 10147, - 10151 + 10161, + 10165 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 46 }, "end": { - "line": 296, + "line": 297, "column": 50 } } } ], "range": [ - 10123, - 10152 + 10137, + 10166 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 22 }, "end": { - "line": 296, + "line": 297, "column": 51 } } }, "range": [ - 10117, - 10152 + 10131, + 10166 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 51 } } }, "range": [ - 10117, - 10153 + 10131, + 10167 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 52 } } } ], "range": [ - 10099, - 10167 + 10113, + 10181 ], "loc": { "start": { - "line": 295, - "column": 62 + "line": 296, + "column": 55 }, "end": { - "line": 297, + "line": 298, "column": 13 } } @@ -22536,16 +22553,16 @@ "type": "Identifier", "name": "opt", "range": [ - 10191, - 10194 + 10205, + 10208 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 19 } } @@ -22559,16 +22576,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10197, - 10200 + 10211, + 10214 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 25 } } @@ -22577,31 +22594,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10201, - 10210 + 10215, + 10224 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 26 }, "end": { - "line": 298, + "line": 299, "column": 35 } } }, "range": [ - 10197, - 10210 + 10211, + 10224 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 35 } } @@ -22611,16 +22628,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 10211, - 10214 + 10225, + 10228 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 36 }, "end": { - "line": 298, + "line": 299, "column": 39 } } @@ -22629,16 +22646,16 @@ "type": "Identifier", "name": "val", "range": [ - 10216, - 10219 + 10230, + 10233 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 41 }, "end": { - "line": 298, + "line": 299, "column": 44 } } @@ -22648,93 +22665,93 @@ "value": false, "raw": "false", "range": [ - 10221, - 10226 + 10235, + 10240 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 46 }, "end": { - "line": 298, + "line": 299, "column": 51 } } } ], "range": [ - 10197, - 10227 + 10211, + 10241 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 52 } } }, "range": [ - 10191, - 10227 + 10205, + 10241 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 52 } } }, "range": [ - 10191, - 10228 + 10205, + 10242 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 53 } } } ], "range": [ - 10173, - 10242 + 10187, + 10256 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 19 }, "end": { - "line": 299, + "line": 300, "column": 13 } } }, "range": [ - 9982, - 10242 + 10003, + 10256 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 13 } }, @@ -22743,16 +22760,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9946, - 9969 + 9967, + 9990 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 35 } } @@ -22765,16 +22782,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 10259, - 10269 + 10273, + 10283 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 16 }, "end": { - "line": 300, + "line": 301, "column": 26 } } @@ -22794,16 +22811,16 @@ "type": "Identifier", "name": "opt", "range": [ - 10289, - 10292 + 10303, + 10306 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 19 } } @@ -22812,31 +22829,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 10293, - 10301 + 10307, + 10315 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 28 } } }, "range": [ - 10289, - 10301 + 10303, + 10315 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 28 } } @@ -22846,78 +22863,78 @@ "value": true, "raw": "true", "range": [ - 10304, - 10308 + 10318, + 10322 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 31 }, "end": { - "line": 301, + "line": 302, "column": 35 } } }, "range": [ - 10289, - 10308 + 10303, + 10322 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 35 } } }, "range": [ - 10289, - 10309 + 10303, + 10323 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 36 } } } ], "range": [ - 10271, - 10323 + 10285, + 10337 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 28 }, "end": { - "line": 302, + "line": 303, "column": 13 } } }, "alternate": null, "range": [ - 10255, - 10323 + 10269, + 10337 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 12 }, "end": { - "line": 302, + "line": 303, "column": 13 } } @@ -22933,16 +22950,16 @@ "type": "Identifier", "name": "slc", "range": [ - 10336, - 10339 + 10350, + 10353 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 12 }, "end": { - "line": 303, + "line": 304, "column": 15 } } @@ -22951,31 +22968,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10340, - 10351 + 10354, + 10365 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 16 }, "end": { - "line": 303, + "line": 304, "column": 27 } } }, "range": [ - 10336, - 10351 + 10350, + 10365 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 12 }, "end": { - "line": 303, + "line": 304, "column": 27 } } @@ -22985,78 +23002,78 @@ "type": "Identifier", "name": "opt", "range": [ - 10352, - 10355 + 10366, + 10369 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 28 }, "end": { - "line": 303, + "line": 304, "column": 31 } } } ], "range": [ - 10336, - 10356 + 10350, + 10370 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 12 }, "end": { - "line": 303, + "line": 304, "column": 32 } } }, "range": [ - 10336, - 10357 + 10350, + 10371 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 12 }, "end": { - "line": 303, + "line": 304, "column": 33 } } } ], "range": [ - 9396, - 10367 + 9417, + 10381 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 51 }, "end": { - "line": 304, + "line": 305, "column": 9 } } }, "range": [ - 9353, - 10367 + 9374, + 10381 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 304, + "line": 305, "column": 9 } }, @@ -23065,16 +23082,16 @@ "type": "Line", "value": " for y", "range": [ - 10367, - 10375 + 10381, + 10389 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 9 }, "end": { - "line": 304, + "line": 305, "column": 17 } } @@ -23092,16 +23109,16 @@ "type": "Identifier", "name": "slc", "range": [ - 10385, - 10388 + 10399, + 10402 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 306, + "line": 307, "column": 11 } } @@ -23110,31 +23127,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 10389, - 10401 + 10403, + 10415 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 12 }, "end": { - "line": 306, + "line": 307, "column": 24 } } }, "range": [ - 10385, - 10401 + 10399, + 10415 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 306, + "line": 307, "column": 24 } } @@ -23145,16 +23162,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 10402, - 10410 + 10416, + 10424 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 25 }, "end": { - "line": 306, + "line": 307, "column": 33 } } @@ -23164,47 +23181,47 @@ "value": "1", "raw": "'1'", "range": [ - 10412, - 10415 + 10426, + 10429 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 35 }, "end": { - "line": 306, + "line": 307, "column": 38 } } } ], "range": [ - 10385, - 10416 + 10399, + 10430 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 306, + "line": 307, "column": 39 } } }, "range": [ - 10385, - 10417 + 10399, + 10431 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 306, + "line": 307, "column": 40 } }, @@ -23213,16 +23230,16 @@ "type": "Line", "value": " for y", "range": [ - 10367, - 10375 + 10381, + 10389 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 9 }, "end": { - "line": 304, + "line": 305, "column": 17 } } @@ -23231,16 +23248,16 @@ } ], "range": [ - 9213, - 10423 + 9234, + 10437 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 54 }, "end": { - "line": 307, + "line": 308, "column": 5 } } @@ -23248,16 +23265,16 @@ "generator": false, "expression": false, "range": [ - 9173, - 10423 + 9194, + 10437 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 14 }, "end": { - "line": 307, + "line": 308, "column": 5 } } @@ -23265,16 +23282,16 @@ "kind": "method", "computed": false, "range": [ - 9163, - 10423 + 9184, + 10437 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 4 }, "end": { - "line": 307, + "line": 308, "column": 5 } }, @@ -23283,16 +23300,16 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8884, - 9158 + 8905, + 9179 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 4 }, "end": { - "line": 268, + "line": 269, "column": 7 } } @@ -23303,16 +23320,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10429, - 10521 + 10443, + 10535 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 4 }, "end": { - "line": 312, + "line": 313, "column": 7 } } @@ -23326,16 +23343,16 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 10526, - 10540 + 10540, + 10554 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 4 }, "end": { - "line": 313, + "line": 314, "column": 18 } } @@ -23348,16 +23365,16 @@ "type": "Identifier", "name": "slc", "range": [ - 10541, - 10544 + 10555, + 10558 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 19 }, "end": { - "line": 313, + "line": 314, "column": 22 } } @@ -23375,16 +23392,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10560, - 10562 + 10574, + 10576 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, + "line": 315, "column": 14 } } @@ -23395,16 +23412,16 @@ "object": { "type": "ThisExpression", "range": [ - 10565, - 10569 + 10579, + 10583 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 17 }, "end": { - "line": 314, + "line": 315, "column": 21 } } @@ -23413,46 +23430,46 @@ "type": "Identifier", "name": "tf", "range": [ - 10570, - 10572 + 10584, + 10586 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 22 }, "end": { - "line": 314, + "line": 315, "column": 24 } } }, "range": [ - 10565, - 10572 + 10579, + 10586 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 17 }, "end": { - "line": 314, + "line": 315, "column": 24 } } }, "range": [ - 10560, - 10572 + 10574, + 10586 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, + "line": 315, "column": 24 } } @@ -23460,16 +23477,16 @@ ], "kind": "let", "range": [ - 10556, - 10573 + 10570, + 10587 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 25 } } @@ -23483,16 +23500,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 10587, - 10591 + 10601, + 10605 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 12 }, "end": { - "line": 316, + "line": 317, "column": 16 } } @@ -23506,16 +23523,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10594, - 10597 + 10608, + 10611 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 19 }, "end": { - "line": 316, + "line": 317, "column": 22 } } @@ -23524,31 +23541,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10598, - 10607 + 10612, + 10621 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 23 }, "end": { - "line": 316, + "line": 317, "column": 32 } } }, "range": [ - 10594, - 10607 + 10608, + 10621 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 19 }, "end": { - "line": 316, + "line": 317, "column": 32 } } @@ -23565,16 +23582,16 @@ "object": { "type": "ThisExpression", "range": [ - 10623, - 10627 + 10637, + 10641 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 14 }, "end": { - "line": 317, + "line": 318, "column": 18 } } @@ -23583,47 +23600,47 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 10628, - 10648 + 10642, + 10662 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 19 }, "end": { - "line": 317, + "line": 318, "column": 39 } } }, "range": [ - 10623, - 10648 + 10637, + 10662 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 14 }, "end": { - "line": 317, + "line": 318, "column": 39 } } }, "prefix": true, "range": [ - 10622, - 10648 + 10636, + 10662 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 13 }, "end": { - "line": 317, + "line": 318, "column": 39 } } @@ -23633,16 +23650,16 @@ "value": "", "raw": "''", "range": [ - 10651, - 10653 + 10665, + 10667 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 42 }, "end": { - "line": 317, + "line": 318, "column": 44 } } @@ -23654,16 +23671,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10656, - 10658 + 10670, + 10672 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 47 }, "end": { - "line": 317, + "line": 318, "column": 49 } } @@ -23672,46 +23689,46 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 10659, - 10673 + 10673, + 10687 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 50 }, "end": { - "line": 317, + "line": 318, "column": 64 } } }, "range": [ - 10656, - 10673 + 10670, + 10687 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 47 }, "end": { - "line": 317, + "line": 318, "column": 64 } } }, "range": [ - 10622, - 10673 + 10636, + 10687 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 13 }, "end": { - "line": 317, + "line": 318, "column": 64 } } @@ -23721,47 +23738,47 @@ "value": "", "raw": "''", "range": [ - 10676, - 10678 + 10690, + 10692 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 67 }, "end": { - "line": 317, + "line": 318, "column": 69 } } } ], "range": [ - 10594, - 10679 + 10608, + 10693 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 19 }, "end": { - "line": 317, + "line": 318, "column": 70 } } }, "range": [ - 10587, - 10679 + 10601, + 10693 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 70 } } @@ -23769,16 +23786,16 @@ ], "kind": "let", "range": [ - 10583, - 10680 + 10597, + 10694 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 317, + "line": 318, "column": 71 } } @@ -23794,16 +23811,16 @@ "object": { "type": "ThisExpression", "range": [ - 10694, - 10698 + 10708, + 10712 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 13 }, "end": { - "line": 318, + "line": 319, "column": 17 } } @@ -23812,47 +23829,47 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 10699, - 10719 + 10713, + 10733 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 18 }, "end": { - "line": 318, + "line": 319, "column": 38 } } }, "range": [ - 10694, - 10719 + 10708, + 10733 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 13 }, "end": { - "line": 318, + "line": 319, "column": 38 } } }, "prefix": true, "range": [ - 10693, - 10719 + 10707, + 10733 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 38 } } @@ -23875,16 +23892,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 10735, - 10739 + 10749, + 10753 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 16 } } @@ -23893,31 +23910,31 @@ "type": "Identifier", "name": "style", "range": [ - 10740, - 10745 + 10754, + 10759 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 17 }, "end": { - "line": 319, + "line": 320, "column": 22 } } }, "range": [ - 10735, - 10745 + 10749, + 10759 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 22 } } @@ -23926,112 +23943,111 @@ "type": "Identifier", "name": "display", "range": [ - 10746, - 10753 + 10760, + 10767 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 23 }, "end": { - "line": 319, + "line": 320, "column": 30 } } }, "range": [ - 10735, - 10753 + 10749, + 10767 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 30 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 10756, - 10762 + 10770, + 10774 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 33 }, "end": { - "line": 319, - "column": 39 + "line": 320, + "column": 37 } } }, "range": [ - 10735, - 10762 + 10749, + 10774 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, - "column": 39 + "line": 320, + "column": 37 } } }, "range": [ - 10735, - 10763 + 10749, + 10775 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, - "column": 40 + "line": 320, + "column": 38 } } } ], "range": [ - 10721, - 10773 + 10735, + 10785 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 40 }, "end": { - "line": 320, + "line": 321, "column": 9 } } }, "alternate": null, "range": [ - 10689, - 10773 + 10703, + 10785 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 8 }, "end": { - "line": 320, + "line": 321, "column": 9 } } @@ -24047,16 +24063,16 @@ "type": "Identifier", "name": "slc", "range": [ - 10782, - 10785 + 10794, + 10797 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 11 } } @@ -24065,31 +24081,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10786, - 10797 + 10798, + 10809 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 12 }, "end": { - "line": 321, + "line": 322, "column": 23 } } }, "range": [ - 10782, - 10797 + 10794, + 10809 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 23 } } @@ -24099,47 +24115,47 @@ "type": "Identifier", "name": "opt0", "range": [ - 10798, - 10802 + 10810, + 10814 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 24 }, "end": { - "line": 321, + "line": 322, "column": 28 } } } ], "range": [ - 10782, - 10803 + 10794, + 10815 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 29 } } }, "range": [ - 10782, - 10804 + 10794, + 10816 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 30 } } @@ -24153,16 +24169,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10817, - 10819 + 10829, + 10831 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 14 } } @@ -24171,31 +24187,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 10820, - 10837 + 10832, + 10849 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 15 }, "end": { - "line": 322, + "line": 323, "column": 32 } } }, "range": [ - 10817, - 10837 + 10829, + 10849 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 32 } } @@ -24212,16 +24228,16 @@ "type": "Identifier", "name": "opt1", "range": [ - 10857, - 10861 + 10869, + 10873 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 20 } } @@ -24235,16 +24251,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10864, - 10867 + 10876, + 10879 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 23 }, "end": { - "line": 323, + "line": 324, "column": 26 } } @@ -24253,31 +24269,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10868, - 10877 + 10880, + 10889 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 27 }, "end": { - "line": 323, + "line": 324, "column": 36 } } }, "range": [ - 10864, - 10877 + 10876, + 10889 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 23 }, "end": { - "line": 323, + "line": 324, "column": 36 } } @@ -24290,16 +24306,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10878, - 10880 + 10890, + 10892 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 37 }, "end": { - "line": 323, + "line": 324, "column": 39 } } @@ -24308,31 +24324,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 10881, - 10890 + 10893, + 10902 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 40 }, "end": { - "line": 323, + "line": 324, "column": 49 } } }, "range": [ - 10878, - 10890 + 10890, + 10902 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 37 }, "end": { - "line": 323, + "line": 324, "column": 49 } } @@ -24344,16 +24360,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10892, - 10894 + 10904, + 10906 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 51 }, "end": { - "line": 323, + "line": 324, "column": 53 } } @@ -24362,62 +24378,62 @@ "type": "Identifier", "name": "emOperator", "range": [ - 10895, - 10905 + 10907, + 10917 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 54 }, "end": { - "line": 323, + "line": 324, "column": 64 } } }, "range": [ - 10892, - 10905 + 10904, + 10917 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 51 }, "end": { - "line": 323, + "line": 324, "column": 64 } } } ], "range": [ - 10864, - 10906 + 10876, + 10918 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 23 }, "end": { - "line": 323, + "line": 324, "column": 65 } } }, "range": [ - 10857, - 10906 + 10869, + 10918 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 16 }, "end": { - "line": 323, + "line": 324, "column": 65 } } @@ -24425,16 +24441,16 @@ ], "kind": "let", "range": [ - 10853, - 10907 + 10865, + 10919 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 12 }, "end": { - "line": 323, + "line": 324, "column": 66 } } @@ -24450,16 +24466,16 @@ "type": "Identifier", "name": "slc", "range": [ - 10920, - 10923 + 10932, + 10935 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 15 } } @@ -24468,31 +24484,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10924, - 10935 + 10936, + 10947 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 16 }, "end": { - "line": 324, + "line": 325, "column": 27 } } }, "range": [ - 10920, - 10935 + 10932, + 10947 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 27 } } @@ -24502,79 +24518,79 @@ "type": "Identifier", "name": "opt1", "range": [ - 10936, - 10940 + 10948, + 10952 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 28 }, "end": { - "line": 324, + "line": 325, "column": 32 } } } ], "range": [ - 10920, - 10941 + 10932, + 10953 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 33 } } }, "range": [ - 10920, - 10942 + 10932, + 10954 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 34 } } } ], "range": [ - 10839, - 10952 + 10851, + 10964 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 34 }, "end": { - "line": 325, + "line": 326, "column": 9 } } }, "alternate": null, "range": [ - 10813, - 10952 + 10825, + 10964 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 325, + "line": 326, "column": 9 } } @@ -24588,16 +24604,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10965, - 10967 + 10977, + 10979 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 14 } } @@ -24606,31 +24622,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 10968, - 10988 + 10980, + 11000 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 15 }, "end": { - "line": 326, + "line": 327, "column": 35 } } }, "range": [ - 10965, - 10988 + 10977, + 11000 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 12 }, "end": { - "line": 326, + "line": 327, "column": 35 } } @@ -24647,16 +24663,16 @@ "type": "Identifier", "name": "opt2", "range": [ - 11008, - 11012 + 11020, + 11024 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 16 }, "end": { - "line": 327, + "line": 328, "column": 20 } } @@ -24670,16 +24686,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11015, - 11018 + 11027, + 11030 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 23 }, "end": { - "line": 327, + "line": 328, "column": 26 } } @@ -24688,31 +24704,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 11019, - 11028 + 11031, + 11040 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 27 }, "end": { - "line": 327, + "line": 328, "column": 36 } } }, "range": [ - 11015, - 11028 + 11027, + 11040 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 23 }, "end": { - "line": 327, + "line": 328, "column": 36 } } @@ -24725,16 +24741,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11029, - 11031 + 11041, + 11043 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 37 }, "end": { - "line": 327, + "line": 328, "column": 39 } } @@ -24743,31 +24759,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 11032, - 11044 + 11044, + 11056 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 40 }, "end": { - "line": 327, + "line": 328, "column": 52 } } }, "range": [ - 11029, - 11044 + 11041, + 11056 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 37 }, "end": { - "line": 327, + "line": 328, "column": 52 } } @@ -24779,16 +24795,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11046, - 11048 + 11058, + 11060 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 54 }, "end": { - "line": 327, + "line": 328, "column": 56 } } @@ -24797,62 +24813,62 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11049, - 11059 + 11061, + 11071 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 57 }, "end": { - "line": 327, + "line": 328, "column": 67 } } }, "range": [ - 11046, - 11059 + 11058, + 11071 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 54 }, "end": { - "line": 327, + "line": 328, "column": 67 } } } ], "range": [ - 11015, - 11060 + 11027, + 11072 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 23 }, "end": { - "line": 327, + "line": 328, "column": 68 } } }, "range": [ - 11008, - 11060 + 11020, + 11072 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 16 }, "end": { - "line": 327, + "line": 328, "column": 68 } } @@ -24860,16 +24876,16 @@ ], "kind": "let", "range": [ - 11004, - 11061 + 11016, + 11073 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 12 }, "end": { - "line": 327, + "line": 328, "column": 69 } } @@ -24885,16 +24901,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11074, - 11077 + 11086, + 11089 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 15 } } @@ -24903,31 +24919,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11078, - 11089 + 11090, + 11101 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 16 }, "end": { - "line": 328, + "line": 329, "column": 27 } } }, "range": [ - 11074, - 11089 + 11086, + 11101 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 27 } } @@ -24937,79 +24953,79 @@ "type": "Identifier", "name": "opt2", "range": [ - 11090, - 11094 + 11102, + 11106 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 28 }, "end": { - "line": 328, + "line": 329, "column": 32 } } } ], "range": [ - 11074, - 11095 + 11086, + 11107 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 33 } } }, "range": [ - 11074, - 11096 + 11086, + 11108 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 34 } } } ], "range": [ - 10990, - 11106 + 11002, + 11118 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 37 }, "end": { - "line": 329, + "line": 330, "column": 9 } } }, "alternate": null, "range": [ - 10961, - 11106 + 10973, + 11118 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 329, + "line": 330, "column": 9 } } @@ -25020,47 +25036,47 @@ "type": "Identifier", "name": "slc", "range": [ - 11122, - 11125 + 11134, + 11137 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 15 }, "end": { - "line": 330, + "line": 331, "column": 18 } } }, "range": [ - 11115, - 11126 + 11127, + 11138 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 19 } } } ], "range": [ - 10546, - 11132 + 10560, + 11144 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 24 }, "end": { - "line": 331, + "line": 332, "column": 5 } } @@ -25068,16 +25084,16 @@ "generator": false, "expression": false, "range": [ - 10540, - 11132 + 10554, + 11144 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 18 }, "end": { - "line": 331, + "line": 332, "column": 5 } } @@ -25085,16 +25101,16 @@ "kind": "method", "computed": false, "range": [ - 10526, - 11132 + 10540, + 11144 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 4 }, "end": { - "line": 331, + "line": 332, "column": 5 } }, @@ -25103,16 +25119,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10429, - 10521 + 10443, + 10535 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 4 }, "end": { - "line": 312, + "line": 313, "column": 7 } } @@ -25123,16 +25139,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11138, - 11307 + 11150, + 11319 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 4 }, "end": { - "line": 337, + "line": 338, "column": 7 } } @@ -25146,16 +25162,16 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 11312, - 11325 + 11324, + 11337 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 4 }, "end": { - "line": 338, + "line": 339, "column": 17 } } @@ -25168,16 +25184,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11326, - 11334 + 11338, + 11346 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 18 }, "end": { - "line": 338, + "line": 339, "column": 26 } } @@ -25188,16 +25204,16 @@ "type": "Identifier", "name": "values", "range": [ - 11336, - 11342 + 11348, + 11354 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 28 }, "end": { - "line": 338, + "line": 339, "column": 34 } } @@ -25206,31 +25222,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11345, - 11347 + 11357, + 11359 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 37 }, "end": { - "line": 338, + "line": 339, "column": 39 } } }, "range": [ - 11336, - 11347 + 11348, + 11359 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 28 }, "end": { - "line": 338, + "line": 339, "column": 39 } } @@ -25248,16 +25264,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11363, - 11365 + 11375, + 11377 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 14 } } @@ -25268,16 +25284,16 @@ "object": { "type": "ThisExpression", "range": [ - 11368, - 11372 + 11380, + 11384 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 17 }, "end": { - "line": 339, + "line": 340, "column": 21 } } @@ -25286,46 +25302,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11373, - 11375 + 11385, + 11387 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 22 }, "end": { - "line": 339, + "line": 340, "column": 24 } } }, "range": [ - 11368, - 11375 + 11380, + 11387 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 17 }, "end": { - "line": 339, + "line": 340, "column": 24 } } }, "range": [ - 11363, - 11375 + 11375, + 11387 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 24 } } @@ -25333,16 +25349,16 @@ ], "kind": "let", "range": [ - 11359, - 11376 + 11371, + 11388 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 8 }, "end": { - "line": 339, + "line": 340, "column": 25 } } @@ -25364,16 +25380,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11389, - 11391 + 11401, + 11403 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 14 } } @@ -25382,31 +25398,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 11392, - 11405 + 11404, + 11417 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 15 }, "end": { - "line": 340, + "line": 341, "column": 28 } } }, "range": [ - 11389, - 11405 + 11401, + 11417 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 28 } } @@ -25416,102 +25432,66 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11406, - 11414 + 11418, + 11426 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 29 }, "end": { - "line": 340, + "line": 341, "column": 37 } } } ], "range": [ - 11389, - 11415 + 11401, + 11427 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 38 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 11420, - 11422 - ], - "loc": { - "start": { - "line": 340, - "column": 43 - }, - "end": { - "line": 340, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 11423, - 11435 - ], - "loc": { - "start": { - "line": 340, - "column": 46 - }, - "end": { - "line": 340, - "column": 58 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 11420, - 11435 + 11432, + 11440 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 43 }, "end": { - "line": 340, - "column": 58 + "line": 341, + "column": 51 } } }, "range": [ - 11389, - 11435 + 11401, + 11440 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, - "column": 58 + "line": 341, + "column": 51 } } }, @@ -25525,17 +25505,17 @@ "type": "Identifier", "name": "values", "range": [ - 11451, - 11457 + 11444, + 11450 ], "loc": { "start": { "line": 341, - "column": 12 + "column": 55 }, "end": { "line": 341, - "column": 18 + "column": 61 } } }, @@ -25543,32 +25523,32 @@ "type": "Identifier", "name": "length", "range": [ - 11458, - 11464 + 11451, + 11457 ], "loc": { "start": { "line": 341, - "column": 19 + "column": 62 }, "end": { "line": 341, - "column": 25 + "column": 68 } } }, "range": [ - 11451, - 11464 + 11444, + 11457 ], "loc": { "start": { "line": 341, - "column": 12 + "column": 55 }, "end": { "line": 341, - "column": 25 + "column": 68 } } }, @@ -25577,47 +25557,47 @@ "value": 0, "raw": "0", "range": [ - 11469, - 11470 + 11462, + 11463 ], "loc": { "start": { "line": 341, - "column": 30 + "column": 73 }, "end": { "line": 341, - "column": 31 + "column": 74 } } }, "range": [ - 11451, - 11470 + 11444, + 11463 ], "loc": { "start": { "line": 341, - "column": 12 + "column": 55 }, "end": { "line": 341, - "column": 31 + "column": 74 } } }, "range": [ - 11389, - 11470 + 11401, + 11463 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { "line": 341, - "column": 31 + "column": 74 } } }, @@ -25628,8 +25608,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11486, - 11493 + 11479, + 11486 ], "loc": { "start": { @@ -25644,13 +25624,13 @@ } ], "range": [ - 11472, - 11503 + 11465, + 11496 ], "loc": { "start": { "line": 341, - "column": 33 + "column": 76 }, "end": { "line": 343, @@ -25660,12 +25640,12 @@ }, "alternate": null, "range": [ - 11385, - 11503 + 11397, + 11496 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { @@ -25683,8 +25663,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11516, - 11519 + 11509, + 11512 ], "loc": { "start": { @@ -25706,8 +25686,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11522, - 11524 + 11515, + 11517 ], "loc": { "start": { @@ -25724,8 +25704,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 11525, - 11541 + 11518, + 11534 ], "loc": { "start": { @@ -25739,8 +25719,8 @@ } }, "range": [ - 11522, - 11541 + 11515, + 11534 ], "loc": { "start": { @@ -25758,8 +25738,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11542, - 11550 + 11535, + 11543 ], "loc": { "start": { @@ -25774,8 +25754,8 @@ } ], "range": [ - 11522, - 11551 + 11515, + 11544 ], "loc": { "start": { @@ -25789,8 +25769,8 @@ } }, "range": [ - 11516, - 11551 + 11509, + 11544 ], "loc": { "start": { @@ -25806,8 +25786,8 @@ ], "kind": "let", "range": [ - 11512, - 11552 + 11505, + 11545 ], "loc": { "start": { @@ -25834,8 +25814,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11561, - 11563 + 11554, + 11556 ], "loc": { "start": { @@ -25852,8 +25832,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 11564, - 11571 + 11557, + 11564 ], "loc": { "start": { @@ -25867,8 +25847,8 @@ } }, "range": [ - 11561, - 11571 + 11554, + 11564 ], "loc": { "start": { @@ -25885,8 +25865,8 @@ "type": "Identifier", "name": "call", "range": [ - 11572, - 11576 + 11565, + 11569 ], "loc": { "start": { @@ -25900,8 +25880,8 @@ } }, "range": [ - 11561, - 11576 + 11554, + 11569 ], "loc": { "start": { @@ -25922,8 +25902,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11577, - 11580 + 11570, + 11573 ], "loc": { "start": { @@ -25940,8 +25920,8 @@ "type": "Identifier", "name": "options", "range": [ - 11581, - 11588 + 11574, + 11581 ], "loc": { "start": { @@ -25955,8 +25935,8 @@ } }, "range": [ - 11577, - 11588 + 11570, + 11581 ], "loc": { "start": { @@ -25977,8 +25957,8 @@ "type": "Identifier", "name": "option", "range": [ - 11591, - 11597 + 11584, + 11590 ], "loc": { "start": { @@ -26010,8 +25990,8 @@ "type": "Identifier", "name": "values", "range": [ - 11730, - 11736 + 11723, + 11729 ], "loc": { "start": { @@ -26029,8 +26009,8 @@ "value": 0, "raw": "0", "range": [ - 11737, - 11738 + 11730, + 11731 ], "loc": { "start": { @@ -26044,8 +26024,8 @@ } }, "range": [ - 11730, - 11739 + 11723, + 11732 ], "loc": { "start": { @@ -26063,8 +26043,8 @@ "value": "", "raw": "''", "range": [ - 11744, - 11746 + 11737, + 11739 ], "loc": { "start": { @@ -26078,8 +26058,8 @@ } }, "range": [ - 11730, - 11746 + 11723, + 11739 ], "loc": { "start": { @@ -26102,8 +26082,8 @@ "type": "Identifier", "name": "option", "range": [ - 11750, - 11756 + 11743, + 11749 ], "loc": { "start": { @@ -26120,8 +26100,8 @@ "type": "Identifier", "name": "value", "range": [ - 11757, - 11762 + 11750, + 11755 ], "loc": { "start": { @@ -26135,8 +26115,8 @@ } }, "range": [ - 11750, - 11762 + 11743, + 11755 ], "loc": { "start": { @@ -26154,8 +26134,8 @@ "value": "", "raw": "''", "range": [ - 11767, - 11769 + 11760, + 11762 ], "loc": { "start": { @@ -26169,8 +26149,8 @@ } }, "range": [ - 11750, - 11769 + 11743, + 11762 ], "loc": { "start": { @@ -26184,8 +26164,8 @@ } }, "range": [ - 11730, - 11769 + 11723, + 11762 ], "loc": { "start": { @@ -26213,8 +26193,8 @@ "type": "Identifier", "name": "option", "range": [ - 11789, - 11795 + 11782, + 11788 ], "loc": { "start": { @@ -26231,8 +26211,8 @@ "type": "Identifier", "name": "selected", "range": [ - 11796, - 11804 + 11789, + 11797 ], "loc": { "start": { @@ -26246,8 +26226,8 @@ } }, "range": [ - 11789, - 11804 + 11782, + 11797 ], "loc": { "start": { @@ -26265,8 +26245,8 @@ "value": false, "raw": "false", "range": [ - 11807, - 11812 + 11800, + 11805 ], "loc": { "start": { @@ -26280,8 +26260,8 @@ } }, "range": [ - 11789, - 11812 + 11782, + 11805 ], "loc": { "start": { @@ -26295,8 +26275,8 @@ } }, "range": [ - 11789, - 11813 + 11782, + 11806 ], "loc": { "start": { @@ -26311,8 +26291,8 @@ } ], "range": [ - 11771, - 11827 + 11764, + 11820 ], "loc": { "start": { @@ -26327,8 +26307,8 @@ }, "alternate": null, "range": [ - 11726, - 11827 + 11719, + 11820 ], "loc": { "start": { @@ -26345,8 +26325,8 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 11616, - 11681 + 11609, + 11674 ], "loc": { "start": { @@ -26363,8 +26343,8 @@ "type": "Line", "value": " clear all option", "range": [ - 11694, - 11713 + 11687, + 11706 ], "loc": { "start": { @@ -26394,8 +26374,8 @@ "type": "Identifier", "name": "option", "range": [ - 11845, - 11851 + 11838, + 11844 ], "loc": { "start": { @@ -26412,8 +26392,8 @@ "type": "Identifier", "name": "value", "range": [ - 11852, - 11857 + 11845, + 11850 ], "loc": { "start": { @@ -26427,8 +26407,8 @@ } }, "range": [ - 11845, - 11857 + 11838, + 11850 ], "loc": { "start": { @@ -26446,8 +26426,8 @@ "value": "", "raw": "''", "range": [ - 11862, - 11864 + 11855, + 11857 ], "loc": { "start": { @@ -26461,8 +26441,8 @@ } }, "range": [ - 11845, - 11864 + 11838, + 11857 ], "loc": { "start": { @@ -26484,8 +26464,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 11884, - 11887 + 11877, + 11880 ], "loc": { "start": { @@ -26502,8 +26482,8 @@ "type": "Identifier", "name": "has", "range": [ - 11888, - 11891 + 11881, + 11884 ], "loc": { "start": { @@ -26517,8 +26497,8 @@ } }, "range": [ - 11884, - 11891 + 11877, + 11884 ], "loc": { "start": { @@ -26536,8 +26516,8 @@ "type": "Identifier", "name": "values", "range": [ - 11892, - 11898 + 11885, + 11891 ], "loc": { "start": { @@ -26557,8 +26537,8 @@ "type": "Identifier", "name": "option", "range": [ - 11900, - 11906 + 11893, + 11899 ], "loc": { "start": { @@ -26575,8 +26555,8 @@ "type": "Identifier", "name": "value", "range": [ - 11907, - 11912 + 11900, + 11905 ], "loc": { "start": { @@ -26590,8 +26570,8 @@ } }, "range": [ - 11900, - 11912 + 11893, + 11905 ], "loc": { "start": { @@ -26609,8 +26589,8 @@ "value": true, "raw": "true", "range": [ - 11914, - 11918 + 11907, + 11911 ], "loc": { "start": { @@ -26625,8 +26605,8 @@ } ], "range": [ - 11884, - 11919 + 11877, + 11912 ], "loc": { "start": { @@ -26640,8 +26620,8 @@ } }, "range": [ - 11845, - 11919 + 11838, + 11912 ], "loc": { "start": { @@ -26669,8 +26649,8 @@ "type": "Identifier", "name": "option", "range": [ - 11939, - 11945 + 11932, + 11938 ], "loc": { "start": { @@ -26687,8 +26667,8 @@ "type": "Identifier", "name": "selected", "range": [ - 11946, - 11954 + 11939, + 11947 ], "loc": { "start": { @@ -26702,8 +26682,8 @@ } }, "range": [ - 11939, - 11954 + 11932, + 11947 ], "loc": { "start": { @@ -26721,8 +26701,8 @@ "value": true, "raw": "true", "range": [ - 11957, - 11961 + 11950, + 11954 ], "loc": { "start": { @@ -26736,8 +26716,8 @@ } }, "range": [ - 11939, - 11961 + 11932, + 11954 ], "loc": { "start": { @@ -26751,8 +26731,8 @@ } }, "range": [ - 11939, - 11962 + 11932, + 11955 ], "loc": { "start": { @@ -26767,8 +26747,8 @@ } ], "range": [ - 11921, - 11976 + 11914, + 11969 ], "loc": { "start": { @@ -26783,8 +26763,8 @@ }, "alternate": null, "range": [ - 11841, - 11976 + 11834, + 11969 ], "loc": { "start": { @@ -26801,8 +26781,8 @@ "type": "Line", "value": "if", "range": [ - 11976, - 11980 + 11969, + 11973 ], "loc": { "start": { @@ -26819,8 +26799,8 @@ } ], "range": [ - 11602, - 11990 + 11595, + 11983 ], "loc": { "start": { @@ -26836,8 +26816,8 @@ "generator": false, "expression": false, "range": [ - 11590, - 11990 + 11583, + 11983 ], "loc": { "start": { @@ -26852,8 +26832,8 @@ } ], "range": [ - 11561, - 11991 + 11554, + 11984 ], "loc": { "start": { @@ -26867,8 +26847,8 @@ } }, "range": [ - 11561, - 11992 + 11554, + 11985 ], "loc": { "start": { @@ -26883,12 +26863,12 @@ } ], "range": [ - 11349, - 11998 + 11361, + 11991 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 41 }, "end": { @@ -26900,12 +26880,12 @@ "generator": false, "expression": false, "range": [ - 11325, - 11998 + 11337, + 11991 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 17 }, "end": { @@ -26917,12 +26897,12 @@ "kind": "method", "computed": false, "range": [ - 11312, - 11998 + 11324, + 11991 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 4 }, "end": { @@ -26935,16 +26915,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11138, - 11307 + 11150, + 11319 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 4 }, "end": { - "line": 337, + "line": 338, "column": 7 } } @@ -26955,8 +26935,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12004, - 12168 + 11997, + 12161 ], "loc": { "start": { @@ -26978,8 +26958,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 12173, - 12182 + 12166, + 12175 ], "loc": { "start": { @@ -27000,8 +26980,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12183, - 12191 + 12176, + 12184 ], "loc": { "start": { @@ -27027,8 +27007,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12207, - 12209 + 12200, + 12202 ], "loc": { "start": { @@ -27047,8 +27027,8 @@ "object": { "type": "ThisExpression", "range": [ - 12212, - 12216 + 12205, + 12209 ], "loc": { "start": { @@ -27065,8 +27045,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12217, - 12219 + 12210, + 12212 ], "loc": { "start": { @@ -27080,8 +27060,8 @@ } }, "range": [ - 12212, - 12219 + 12205, + 12212 ], "loc": { "start": { @@ -27095,8 +27075,8 @@ } }, "range": [ - 12207, - 12219 + 12200, + 12212 ], "loc": { "start": { @@ -27112,8 +27092,8 @@ ], "kind": "let", "range": [ - 12203, - 12220 + 12196, + 12213 ], "loc": { "start": { @@ -27135,8 +27115,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12233, - 12236 + 12226, + 12229 ], "loc": { "start": { @@ -27158,8 +27138,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12239, - 12241 + 12232, + 12234 ], "loc": { "start": { @@ -27176,8 +27156,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 12242, - 12258 + 12235, + 12251 ], "loc": { "start": { @@ -27191,8 +27171,8 @@ } }, "range": [ - 12239, - 12258 + 12232, + 12251 ], "loc": { "start": { @@ -27210,8 +27190,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12259, - 12267 + 12252, + 12260 ], "loc": { "start": { @@ -27226,8 +27206,8 @@ } ], "range": [ - 12239, - 12268 + 12232, + 12261 ], "loc": { "start": { @@ -27241,8 +27221,8 @@ } }, "range": [ - 12233, - 12268 + 12226, + 12261 ], "loc": { "start": { @@ -27258,8 +27238,8 @@ ], "kind": "let", "range": [ - 12229, - 12269 + 12222, + 12262 ], "loc": { "start": { @@ -27281,8 +27261,8 @@ "type": "Identifier", "name": "values", "range": [ - 12282, - 12288 + 12275, + 12281 ], "loc": { "start": { @@ -27299,8 +27279,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12291, - 12293 + 12284, + 12286 ], "loc": { "start": { @@ -27314,8 +27294,8 @@ } }, "range": [ - 12282, - 12293 + 12275, + 12286 ], "loc": { "start": { @@ -27331,8 +27311,8 @@ ], "kind": "let", "range": [ - 12278, - 12294 + 12271, + 12287 ], "loc": { "start": { @@ -27359,8 +27339,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12303, - 12305 + 12296, + 12298 ], "loc": { "start": { @@ -27377,8 +27357,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 12306, - 12313 + 12299, + 12306 ], "loc": { "start": { @@ -27392,8 +27372,8 @@ } }, "range": [ - 12303, - 12313 + 12296, + 12306 ], "loc": { "start": { @@ -27410,8 +27390,8 @@ "type": "Identifier", "name": "call", "range": [ - 12314, - 12318 + 12307, + 12311 ], "loc": { "start": { @@ -27425,8 +27405,8 @@ } }, "range": [ - 12303, - 12318 + 12296, + 12311 ], "loc": { "start": { @@ -27447,8 +27427,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12319, - 12322 + 12312, + 12315 ], "loc": { "start": { @@ -27465,8 +27445,8 @@ "type": "Identifier", "name": "selectedOptions", "range": [ - 12323, - 12338 + 12316, + 12331 ], "loc": { "start": { @@ -27480,8 +27460,8 @@ } }, "range": [ - 12319, - 12338 + 12312, + 12331 ], "loc": { "start": { @@ -27502,8 +27482,8 @@ "type": "Identifier", "name": "option", "range": [ - 12352, - 12358 + 12345, + 12351 ], "loc": { "start": { @@ -27526,8 +27506,8 @@ "type": "Identifier", "name": "values", "range": [ - 12362, - 12368 + 12355, + 12361 ], "loc": { "start": { @@ -27544,8 +27524,8 @@ "type": "Identifier", "name": "push", "range": [ - 12369, - 12373 + 12362, + 12366 ], "loc": { "start": { @@ -27559,8 +27539,8 @@ } }, "range": [ - 12362, - 12373 + 12355, + 12366 ], "loc": { "start": { @@ -27581,8 +27561,8 @@ "type": "Identifier", "name": "option", "range": [ - 12374, - 12380 + 12367, + 12373 ], "loc": { "start": { @@ -27599,8 +27579,8 @@ "type": "Identifier", "name": "value", "range": [ - 12381, - 12386 + 12374, + 12379 ], "loc": { "start": { @@ -27614,8 +27594,8 @@ } }, "range": [ - 12374, - 12386 + 12367, + 12379 ], "loc": { "start": { @@ -27630,8 +27610,8 @@ } ], "range": [ - 12362, - 12387 + 12355, + 12380 ], "loc": { "start": { @@ -27647,8 +27627,8 @@ "generator": false, "expression": true, "range": [ - 12352, - 12387 + 12345, + 12380 ], "loc": { "start": { @@ -27663,8 +27643,8 @@ } ], "range": [ - 12303, - 12388 + 12296, + 12381 ], "loc": { "start": { @@ -27678,8 +27658,8 @@ } }, "range": [ - 12303, - 12389 + 12296, + 12382 ], "loc": { "start": { @@ -27698,8 +27678,8 @@ "type": "Identifier", "name": "values", "range": [ - 12406, - 12412 + 12399, + 12405 ], "loc": { "start": { @@ -27713,8 +27693,8 @@ } }, "range": [ - 12399, - 12413 + 12392, + 12406 ], "loc": { "start": { @@ -27729,8 +27709,8 @@ } ], "range": [ - 12193, - 12419 + 12186, + 12412 ], "loc": { "start": { @@ -27746,8 +27726,8 @@ "generator": false, "expression": false, "range": [ - 12182, - 12419 + 12175, + 12412 ], "loc": { "start": { @@ -27763,8 +27743,8 @@ "kind": "method", "computed": false, "range": [ - 12173, - 12419 + 12166, + 12412 ], "loc": { "start": { @@ -27781,8 +27761,8 @@ "type": "Line", "value": "if", "range": [ - 11976, - 11980 + 11969, + 11973 ], "loc": { "start": { @@ -27799,8 +27779,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12004, - 12168 + 11997, + 12161 ], "loc": { "start": { @@ -27822,8 +27802,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 12425, - 12432 + 12418, + 12425 ], "loc": { "start": { @@ -27856,8 +27836,8 @@ "object": { "type": "ThisExpression", "range": [ - 12445, - 12449 + 12438, + 12442 ], "loc": { "start": { @@ -27874,8 +27854,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 12450, - 12457 + 12443, + 12450 ], "loc": { "start": { @@ -27889,8 +27869,8 @@ } }, "range": [ - 12445, - 12457 + 12438, + 12450 ], "loc": { "start": { @@ -27907,8 +27887,8 @@ "type": "Identifier", "name": "off", "range": [ - 12458, - 12461 + 12451, + 12454 ], "loc": { "start": { @@ -27922,8 +27902,8 @@ } }, "range": [ - 12445, - 12461 + 12438, + 12454 ], "loc": { "start": { @@ -27945,8 +27925,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 12476, - 12497 + 12469, + 12490 ], "loc": { "start": { @@ -27961,8 +27941,8 @@ } ], "range": [ - 12475, - 12498 + 12468, + 12491 ], "loc": { "start": { @@ -27983,8 +27963,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12513, - 12521 + 12506, + 12514 ], "loc": { "start": { @@ -28001,8 +27981,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 12523, - 12531 + 12516, + 12524 ], "loc": { "start": { @@ -28019,8 +27999,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 12533, - 12543 + 12526, + 12536 ], "loc": { "start": { @@ -28042,8 +28022,8 @@ "object": { "type": "ThisExpression", "range": [ - 12564, - 12568 + 12557, + 12561 ], "loc": { "start": { @@ -28060,8 +28040,8 @@ "type": "Identifier", "name": "build", "range": [ - 12569, - 12574 + 12562, + 12567 ], "loc": { "start": { @@ -28075,8 +28055,8 @@ } }, "range": [ - 12564, - 12574 + 12557, + 12567 ], "loc": { "start": { @@ -28094,8 +28074,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12575, - 12583 + 12568, + 12576 ], "loc": { "start": { @@ -28112,8 +28092,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 12585, - 12593 + 12578, + 12586 ], "loc": { "start": { @@ -28130,8 +28110,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 12595, - 12605 + 12588, + 12598 ], "loc": { "start": { @@ -28146,8 +28126,8 @@ } ], "range": [ - 12564, - 12606 + 12557, + 12599 ], "loc": { "start": { @@ -28163,8 +28143,8 @@ "generator": false, "expression": true, "range": [ - 12512, - 12606 + 12505, + 12599 ], "loc": { "start": { @@ -28179,8 +28159,8 @@ } ], "range": [ - 12445, - 12616 + 12438, + 12609 ], "loc": { "start": { @@ -28194,8 +28174,8 @@ } }, "range": [ - 12445, - 12617 + 12438, + 12610 ], "loc": { "start": { @@ -28221,8 +28201,8 @@ "object": { "type": "ThisExpression", "range": [ - 12626, - 12630 + 12619, + 12623 ], "loc": { "start": { @@ -28239,8 +28219,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 12631, - 12638 + 12624, + 12631 ], "loc": { "start": { @@ -28254,8 +28234,8 @@ } }, "range": [ - 12626, - 12638 + 12619, + 12631 ], "loc": { "start": { @@ -28272,8 +28252,8 @@ "type": "Identifier", "name": "off", "range": [ - 12639, - 12642 + 12632, + 12635 ], "loc": { "start": { @@ -28287,8 +28267,8 @@ } }, "range": [ - 12626, - 12642 + 12619, + 12635 ], "loc": { "start": { @@ -28310,8 +28290,8 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 12657, - 12673 + 12650, + 12666 ], "loc": { "start": { @@ -28326,8 +28306,8 @@ } ], "range": [ - 12656, - 12674 + 12649, + 12667 ], "loc": { "start": { @@ -28348,8 +28328,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12689, - 12691 + 12682, + 12684 ], "loc": { "start": { @@ -28366,8 +28346,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12693, - 12701 + 12686, + 12694 ], "loc": { "start": { @@ -28384,8 +28364,8 @@ "type": "Identifier", "name": "values", "range": [ - 12703, - 12709 + 12696, + 12702 ], "loc": { "start": { @@ -28407,8 +28387,8 @@ "object": { "type": "ThisExpression", "range": [ - 12714, - 12718 + 12707, + 12711 ], "loc": { "start": { @@ -28425,8 +28405,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 12719, - 12732 + 12712, + 12725 ], "loc": { "start": { @@ -28440,8 +28420,8 @@ } }, "range": [ - 12714, - 12732 + 12707, + 12725 ], "loc": { "start": { @@ -28459,8 +28439,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12733, - 12741 + 12726, + 12734 ], "loc": { "start": { @@ -28477,8 +28457,8 @@ "type": "Identifier", "name": "values", "range": [ - 12743, - 12749 + 12736, + 12742 ], "loc": { "start": { @@ -28493,8 +28473,8 @@ } ], "range": [ - 12714, - 12750 + 12707, + 12743 ], "loc": { "start": { @@ -28510,8 +28490,8 @@ "generator": false, "expression": true, "range": [ - 12688, - 12750 + 12681, + 12743 ], "loc": { "start": { @@ -28526,8 +28506,8 @@ } ], "range": [ - 12626, - 12760 + 12619, + 12753 ], "loc": { "start": { @@ -28541,8 +28521,8 @@ } }, "range": [ - 12626, - 12761 + 12619, + 12754 ], "loc": { "start": { @@ -28557,8 +28537,8 @@ } ], "range": [ - 12435, - 12767 + 12428, + 12760 ], "loc": { "start": { @@ -28574,8 +28554,8 @@ "generator": false, "expression": false, "range": [ - 12432, - 12767 + 12425, + 12760 ], "loc": { "start": { @@ -28591,8 +28571,8 @@ "kind": "method", "computed": false, "range": [ - 12425, - 12767 + 12418, + 12760 ], "loc": { "start": { @@ -28608,12 +28588,12 @@ } ], "range": [ - 309, - 12769 + 358, + 12762 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 38 }, "end": { @@ -28623,12 +28603,12 @@ } }, "range": [ - 278, - 12769 + 327, + 12762 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 7 }, "end": { @@ -28642,12 +28622,12 @@ "specifiers": [], "source": null, "range": [ - 271, - 12769 + 320, + 12762 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 0 }, "end": { @@ -28660,7 +28640,7 @@ "sourceType": "module", "range": [ 0, - 12769 + 12762 ], "loc": { "start": { @@ -28677,16 +28657,16 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 316, - 403 + 365, + 452 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 16, + "line": 17, "column": 7 } } @@ -28695,16 +28675,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 466, - 489 + 515, + 538 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 31 } } @@ -28713,16 +28693,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 628, - 655 + 677, + 704 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 35 } } @@ -28731,16 +28711,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 727, - 793 + 776, + 842 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 74 } } @@ -28749,16 +28729,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 895, - 938 + 944, + 987 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 51 } } @@ -28767,16 +28747,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1267, - 1312 + 1316, + 1361 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 53 } } @@ -28785,16 +28765,16 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1633, - 1864 + 1682, + 1913 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 63, "column": 7 } } @@ -28803,16 +28783,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2496, - 2537 + 2517, + 2558 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 49 } } @@ -28821,16 +28801,16 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2865, - 2919 + 2886, + 2940 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 94, + "line": 95, "column": 66 } } @@ -28839,16 +28819,16 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3520, - 3683 + 3541, + 3704 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 119, + "line": 120, "column": 7 } } @@ -28857,16 +28837,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4101, - 4121 + 4122, + 4142 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 28 } } @@ -28875,16 +28855,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4185, - 4206 + 4206, + 4227 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 29 } } @@ -28893,25 +28873,7 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 4671, - 4735 - ], - "loc": { - "start": { - "line": 153, - "column": 12 - }, - "end": { - "line": 153, - "column": 76 - } - } - }, - { - "type": "Line", - "value": " valid", - "range": [ - 4748, + 4692, 4756 ], "loc": { @@ -28921,6 +28883,24 @@ }, "end": { "line": 154, + "column": 76 + } + } + }, + { + "type": "Line", + "value": " valid", + "range": [ + 4769, + 4777 + ], + "loc": { + "start": { + "line": 155, + "column": 12 + }, + "end": { + "line": 155, "column": 20 } } @@ -28929,16 +28909,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4961, - 4994 + 4982, + 5015 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 45 } } @@ -28947,16 +28927,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5107, - 5139 + 5128, + 5160 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -28965,16 +28945,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5204, - 5238 + 5225, + 5259 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 50 } } @@ -28983,16 +28963,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6041, - 6061 + 6062, + 6082 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 24 }, "end": { - "line": 183, + "line": 184, "column": 44 } } @@ -29001,16 +28981,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6156, - 6197 + 6177, + 6218 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 61 } } @@ -29019,16 +28999,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6914, - 6930 + 6935, + 6951 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 17 }, "end": { - "line": 202, + "line": 203, "column": 33 } } @@ -29037,16 +29017,16 @@ "type": "Line", "value": "for j", "range": [ - 6944, - 6951 + 6965, + 6972 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 20 } } @@ -29055,16 +29035,16 @@ "type": "Line", "value": "for k", "range": [ - 6961, - 6968 + 6982, + 6989 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 9 }, "end": { - "line": 204, + "line": 205, "column": 16 } } @@ -29073,16 +29053,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 6978, - 7003 + 6999, + 7024 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 33 } } @@ -29091,16 +29071,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7571, - 7581 + 7592, + 7602 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 18 } } @@ -29109,16 +29089,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8081, - 8120 + 8102, + 8141 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 13 }, "end": { - "line": 238, + "line": 239, "column": 52 } } @@ -29127,16 +29107,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8139, - 8150 + 8160, + 8171 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 19 } } @@ -29145,16 +29125,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8654, - 8693 + 8675, + 8714 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 13 }, "end": { - "line": 253, + "line": 254, "column": 52 } } @@ -29163,16 +29143,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8713, - 8734 + 8734, + 8755 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 29 } } @@ -29181,16 +29161,16 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8884, - 9158 + 8905, + 9179 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 4 }, "end": { - "line": 268, + "line": 269, "column": 7 } } @@ -29199,16 +29179,16 @@ "type": "Line", "value": "option value", "range": [ - 9513, - 9527 + 9534, + 9548 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 36 }, "end": { - "line": 280, + "line": 281, "column": 50 } } @@ -29217,16 +29197,16 @@ "type": "Line", "value": "option text", "range": [ - 9589, - 9602 + 9610, + 9623 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 61 }, "end": { - "line": 281, + "line": 282, "column": 74 } } @@ -29235,16 +29215,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9946, - 9969 + 9967, + 9990 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 293, + "line": 294, "column": 35 } } @@ -29253,16 +29233,16 @@ "type": "Line", "value": " for y", "range": [ - 10367, - 10375 + 10381, + 10389 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 9 }, "end": { - "line": 304, + "line": 305, "column": 17 } } @@ -29271,16 +29251,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10429, - 10521 + 10443, + 10535 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 4 }, "end": { - "line": 312, + "line": 313, "column": 7 } } @@ -29289,16 +29269,16 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11138, - 11307 + 11150, + 11319 ], "loc": { "start": { - "line": 333, + "line": 334, "column": 4 }, "end": { - "line": 337, + "line": 338, "column": 7 } } @@ -29307,8 +29287,8 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 11616, - 11681 + 11609, + 11674 ], "loc": { "start": { @@ -29325,8 +29305,8 @@ "type": "Line", "value": " clear all option", "range": [ - 11694, - 11713 + 11687, + 11706 ], "loc": { "start": { @@ -29343,8 +29323,8 @@ "type": "Line", "value": "if", "range": [ - 11976, - 11980 + 11969, + 11973 ], "loc": { "start": { @@ -29361,8 +29341,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12004, - 12168 + 11997, + 12161 ], "loc": { "start": { diff --git a/docs/ast/source/modules/gridLayout.js.json b/docs/ast/source/modules/gridLayout.js.json index 45411a16..f75ce5cc 100644 --- a/docs/ast/source/modules/gridLayout.js.json +++ b/docs/ast/source/modules/gridLayout.js.json @@ -384,6 +384,97 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 158, + 162 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 158, + 162 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + "range": [ + 158, + 162 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 169, + 179 + ], + "loc": { + "start": { + "line": 6, + "column": 19 + }, + "end": { + "line": 6, + "column": 29 + } + } + }, + "range": [ + 150, + 180 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 30 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -392,16 +483,16 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 164, - 174 + 195, + 205 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 13 }, "end": { - "line": 7, + "line": 8, "column": 23 } } @@ -410,16 +501,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 183, - 190 + 214, + 221 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 32 }, "end": { - "line": 7, + "line": 8, "column": 39 } } @@ -433,16 +524,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 305, - 316 + 336, + 347 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 15 } } @@ -455,16 +546,16 @@ "type": "Identifier", "name": "tf", "range": [ - 317, - 319 + 348, + 350 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 16 }, "end": { - "line": 13, + "line": 14, "column": 18 } } @@ -480,16 +571,16 @@ "callee": { "type": "Super", "range": [ - 330, - 335 + 361, + 366 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 13 } } @@ -499,16 +590,16 @@ "type": "Identifier", "name": "tf", "range": [ - 336, - 338 + 367, + 369 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 14 }, "end": { - "line": 14, + "line": 15, "column": 16 } } @@ -518,47 +609,47 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 340, - 352 + 371, + 383 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 18 }, "end": { - "line": 14, + "line": 15, "column": 30 } } } ], "range": [ - 330, - 353 + 361, + 384 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 31 } } }, "range": [ - 330, - 354 + 361, + 385 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 32 } } @@ -572,16 +663,16 @@ "type": "Identifier", "name": "f", "range": [ - 368, - 369 + 399, + 400 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 12 }, "end": { - "line": 16, + "line": 17, "column": 13 } } @@ -592,16 +683,16 @@ "object": { "type": "ThisExpression", "range": [ - 372, - 376 + 403, + 407 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 16 }, "end": { - "line": 16, + "line": 17, "column": 20 } } @@ -610,46 +701,46 @@ "type": "Identifier", "name": "config", "range": [ - 377, - 383 + 408, + 414 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 21 }, "end": { - "line": 16, + "line": 17, "column": 27 } } }, "range": [ - 372, - 383 + 403, + 414 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 16 }, "end": { - "line": 16, + "line": 17, "column": 27 } } }, "range": [ - 368, - 383 + 399, + 414 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 12 }, "end": { - "line": 16, + "line": 17, "column": 27 } } @@ -657,16 +748,16 @@ ], "kind": "let", "range": [ - 364, - 384 + 395, + 415 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 28 } }, @@ -675,16 +766,16 @@ "type": "Line", "value": "defines grid width", "range": [ - 394, - 414 + 425, + 445 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 28 } } @@ -702,16 +793,16 @@ "object": { "type": "ThisExpression", "range": [ - 423, - 427 + 454, + 458 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 12 } } @@ -720,31 +811,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 428, - 437 + 459, + 468 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 13 }, "end": { - "line": 19, + "line": 20, "column": 22 } } }, "range": [ - 423, - 437 + 454, + 468 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 22 } } @@ -759,16 +850,16 @@ "type": "Identifier", "name": "f", "range": [ - 440, - 441 + 471, + 472 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 25 }, "end": { - "line": 19, + "line": 20, "column": 26 } } @@ -777,31 +868,31 @@ "type": "Identifier", "name": "grid_width", "range": [ - 442, - 452 + 473, + 483 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 27 }, "end": { - "line": 19, + "line": 20, "column": 37 } } }, "range": [ - 440, - 452 + 471, + 483 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 25 }, "end": { - "line": 19, + "line": 20, "column": 37 } } @@ -811,61 +902,61 @@ "value": null, "raw": "null", "range": [ - 456, - 460 + 487, + 491 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 41 }, "end": { - "line": 19, + "line": 20, "column": 45 } } }, "range": [ - 440, - 460 + 471, + 491 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 25 }, "end": { - "line": 19, + "line": 20, "column": 45 } } }, "range": [ - 423, - 460 + 454, + 491 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 45 } } }, "range": [ - 423, - 461 + 454, + 492 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 46 } }, @@ -874,16 +965,16 @@ "type": "Line", "value": "defines grid width", "range": [ - 394, - 414 + 425, + 445 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 28 } } @@ -894,16 +985,16 @@ "type": "Line", "value": "defines grid height", "range": [ - 470, - 491 + 501, + 522 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 29 } } @@ -921,16 +1012,16 @@ "object": { "type": "ThisExpression", "range": [ - 500, - 504 + 531, + 535 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 12 } } @@ -939,31 +1030,31 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 505, - 515 + 536, + 546 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 23 } } }, "range": [ - 500, - 515 + 531, + 546 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 23 } } @@ -978,16 +1069,16 @@ "type": "Identifier", "name": "f", "range": [ - 518, - 519 + 549, + 550 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 26 }, "end": { - "line": 21, + "line": 22, "column": 27 } } @@ -996,31 +1087,31 @@ "type": "Identifier", "name": "grid_height", "range": [ - 520, - 531 + 551, + 562 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 28 }, "end": { - "line": 21, + "line": 22, "column": 39 } } }, "range": [ - 518, - 531 + 549, + 562 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 26 }, "end": { - "line": 21, + "line": 22, "column": 39 } } @@ -1030,61 +1121,61 @@ "value": null, "raw": "null", "range": [ - 535, - 539 + 566, + 570 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 43 }, "end": { - "line": 21, + "line": 22, "column": 47 } } }, "range": [ - 518, - 539 + 549, + 570 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 26 }, "end": { - "line": 21, + "line": 22, "column": 47 } } }, "range": [ - 500, - 539 + 531, + 570 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 47 } } }, "range": [ - 500, - 540 + 531, + 571 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 48 } }, @@ -1093,16 +1184,16 @@ "type": "Line", "value": "defines grid height", "range": [ - 470, - 491 + 501, + 522 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 29 } } @@ -1113,16 +1204,16 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 549, - 587 + 580, + 618 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 46 } } @@ -1140,16 +1231,16 @@ "object": { "type": "ThisExpression", "range": [ - 596, - 600 + 627, + 631 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } @@ -1158,31 +1249,31 @@ "type": "Identifier", "name": "gridMainContCssClass", "range": [ - 601, - 621 + 632, + 652 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 33 } } }, "range": [ - 596, - 621 + 627, + 652 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 33 } } @@ -1197,16 +1288,16 @@ "type": "Identifier", "name": "f", "range": [ - 624, - 625 + 655, + 656 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 37 } } @@ -1215,31 +1306,31 @@ "type": "Identifier", "name": "grid_cont_css_class", "range": [ - 626, - 645 + 657, + 676 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 38 }, "end": { - "line": 23, + "line": 24, "column": 57 } } }, "range": [ - 624, - 645 + 655, + 676 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 57 } } @@ -1249,61 +1340,61 @@ "value": "grd_Cont", "raw": "'grd_Cont'", "range": [ - 649, - 659 + 680, + 690 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 61 }, "end": { - "line": 23, + "line": 24, "column": 71 } } }, "range": [ - 624, - 659 + 655, + 690 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 36 }, "end": { - "line": 23, + "line": 24, "column": 71 } } }, "range": [ - 596, - 659 + 627, + 690 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 71 } } }, "range": [ - 596, - 660 + 627, + 691 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 72 } }, @@ -1312,16 +1403,16 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 549, - 587 + 580, + 618 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 46 } } @@ -1332,16 +1423,16 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 669, - 713 + 700, + 744 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 52 } } @@ -1359,16 +1450,16 @@ "object": { "type": "ThisExpression", "range": [ - 722, - 726 + 753, + 757 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 12 } } @@ -1377,31 +1468,31 @@ "type": "Identifier", "name": "gridContCssClass", "range": [ - 727, - 743 + 758, + 774 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 13 }, "end": { - "line": 25, + "line": 26, "column": 29 } } }, "range": [ - 722, - 743 + 753, + 774 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 29 } } @@ -1416,16 +1507,16 @@ "type": "Identifier", "name": "f", "range": [ - 746, - 747 + 777, + 778 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 32 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -1434,31 +1525,31 @@ "type": "Identifier", "name": "grid_tbl_cont_css_class", "range": [ - 748, - 771 + 779, + 802 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 34 }, "end": { - "line": 25, + "line": 26, "column": 57 } } }, "range": [ - 746, - 771 + 777, + 802 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 32 }, "end": { - "line": 25, + "line": 26, "column": 57 } } @@ -1468,61 +1559,61 @@ "value": "grd_tblCont", "raw": "'grd_tblCont'", "range": [ - 775, - 788 + 806, + 819 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 61 }, "end": { - "line": 25, + "line": 26, "column": 74 } } }, "range": [ - 746, - 788 + 777, + 819 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 32 }, "end": { - "line": 25, + "line": 26, "column": 74 } } }, "range": [ - 722, - 788 + 753, + 819 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 74 } } }, "range": [ - 722, - 789 + 753, + 820 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 75 } }, @@ -1531,16 +1622,16 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 669, - 713 + 700, + 744 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 52 } } @@ -1551,16 +1642,16 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 798, - 851 + 829, + 882 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 61 } } @@ -1578,16 +1669,16 @@ "object": { "type": "ThisExpression", "range": [ - 860, - 864 + 891, + 895 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 12 } } @@ -1596,31 +1687,31 @@ "type": "Identifier", "name": "gridHeadContCssClass", "range": [ - 865, - 885 + 896, + 916 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 13 }, "end": { - "line": 27, + "line": 28, "column": 33 } } }, "range": [ - 860, - 885 + 891, + 916 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 33 } } @@ -1635,16 +1726,16 @@ "type": "Identifier", "name": "f", "range": [ - 888, - 889 + 919, + 920 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 36 }, "end": { - "line": 27, + "line": 28, "column": 37 } } @@ -1653,31 +1744,31 @@ "type": "Identifier", "name": "grid_tblHead_cont_css_class", "range": [ - 890, - 917 + 921, + 948 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 38 }, "end": { - "line": 27, + "line": 28, "column": 65 } } }, "range": [ - 888, - 917 + 919, + 948 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 36 }, "end": { - "line": 27, + "line": 28, "column": 65 } } @@ -1687,61 +1778,61 @@ "value": "grd_headTblCont", "raw": "'grd_headTblCont'", "range": [ - 933, - 950 + 964, + 981 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 12 }, "end": { - "line": 28, + "line": 29, "column": 29 } } }, "range": [ - 888, - 950 + 919, + 981 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 36 }, "end": { - "line": 28, + "line": 29, "column": 29 } } }, "range": [ - 860, - 950 + 891, + 981 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 29 } } }, "range": [ - 860, - 951 + 891, + 982 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 30 } }, @@ -1750,16 +1841,16 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 798, - 851 + 829, + 882 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 61 } } @@ -1770,16 +1861,16 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 960, - 1024 + 991, + 1055 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 72 } } @@ -1797,16 +1888,16 @@ "object": { "type": "ThisExpression", "range": [ - 1033, - 1037 + 1064, + 1068 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 12 } } @@ -1815,31 +1906,31 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 1038, - 1056 + 1069, + 1087 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 13 }, "end": { - "line": 30, + "line": 31, "column": 31 } } }, "range": [ - 1033, - 1056 + 1064, + 1087 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 31 } } @@ -1854,16 +1945,16 @@ "type": "Identifier", "name": "f", "range": [ - 1059, - 1060 + 1090, + 1091 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 34 }, "end": { - "line": 30, + "line": 31, "column": 35 } } @@ -1872,31 +1963,31 @@ "type": "Identifier", "name": "grid_inf_grid_css_class", "range": [ - 1061, - 1084 + 1092, + 1115 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 36 }, "end": { - "line": 30, + "line": 31, "column": 59 } } }, "range": [ - 1059, - 1084 + 1090, + 1115 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 34 }, "end": { - "line": 30, + "line": 31, "column": 59 } } @@ -1906,61 +1997,61 @@ "value": "grd_inf", "raw": "'grd_inf'", "range": [ - 1088, - 1097 + 1119, + 1128 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 63 }, "end": { - "line": 30, + "line": 31, "column": 72 } } }, "range": [ - 1059, - 1097 + 1090, + 1128 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 34 }, "end": { - "line": 30, + "line": 31, "column": 72 } } }, "range": [ - 1033, - 1097 + 1064, + 1128 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 72 } } }, "range": [ - 1033, - 1098 + 1064, + 1129 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 73 } }, @@ -1969,16 +2060,16 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 960, - 1024 + 991, + 1055 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 72 } } @@ -1989,16 +2080,16 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1107, - 1150 + 1138, + 1181 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 51 } } @@ -2016,16 +2107,16 @@ "object": { "type": "ThisExpression", "range": [ - 1159, - 1163 + 1190, + 1194 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } @@ -2034,31 +2125,31 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 1164, - 1180 + 1195, + 1211 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, + "line": 33, "column": 29 } } }, "range": [ - 1159, - 1180 + 1190, + 1211 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 29 } } @@ -2073,16 +2164,16 @@ "type": "Identifier", "name": "f", "range": [ - 1183, - 1184 + 1214, + 1215 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 32 }, "end": { - "line": 32, + "line": 33, "column": 33 } } @@ -2091,31 +2182,31 @@ "type": "Identifier", "name": "grid_headers_row_index", "range": [ - 1185, - 1207 + 1216, + 1238 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 34 }, "end": { - "line": 32, + "line": 33, "column": 56 } } }, "range": [ - 1183, - 1207 + 1214, + 1238 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 32 }, "end": { - "line": 32, + "line": 33, "column": 56 } } @@ -2125,61 +2216,61 @@ "value": 0, "raw": "0", "range": [ - 1211, - 1212 + 1242, + 1243 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 60 }, "end": { - "line": 32, + "line": 33, "column": 61 } } }, "range": [ - 1183, - 1212 + 1214, + 1243 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 32 }, "end": { - "line": 32, + "line": 33, "column": 61 } } }, "range": [ - 1159, - 1212 + 1190, + 1243 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 61 } } }, "range": [ - 1159, - 1213 + 1190, + 1244 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 62 } }, @@ -2188,16 +2279,16 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1107, - 1150 + 1138, + 1181 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 51 } } @@ -2208,16 +2299,16 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1222, - 1281 + 1253, + 1312 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 67 } } @@ -2235,16 +2326,16 @@ "object": { "type": "ThisExpression", "range": [ - 1290, - 1294 + 1321, + 1325 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -2253,31 +2344,31 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 1295, - 1307 + 1326, + 1338 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 13 }, "end": { - "line": 34, + "line": 35, "column": 25 } } }, "range": [ - 1290, - 1307 + 1321, + 1338 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 25 } } @@ -2292,16 +2383,16 @@ "type": "Identifier", "name": "f", "range": [ - 1310, - 1311 + 1341, + 1342 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 28 }, "end": { - "line": 34, + "line": 35, "column": 29 } } @@ -2310,31 +2401,31 @@ "type": "Identifier", "name": "grid_headers_rows", "range": [ - 1312, - 1329 + 1343, + 1360 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 30 }, "end": { - "line": 34, + "line": 35, "column": 47 } } }, "range": [ - 1310, - 1329 + 1341, + 1360 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 28 }, "end": { - "line": 34, + "line": 35, "column": 47 } } @@ -2347,77 +2438,77 @@ "value": 0, "raw": "0", "range": [ - 1334, - 1335 + 1365, + 1366 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 52 }, "end": { - "line": 34, + "line": 35, "column": 53 } } } ], "range": [ - 1333, - 1336 + 1364, + 1367 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 51 }, "end": { - "line": 34, + "line": 35, "column": 54 } } }, "range": [ - 1310, - 1336 + 1341, + 1367 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 28 }, "end": { - "line": 34, + "line": 35, "column": 54 } } }, "range": [ - 1290, - 1336 + 1321, + 1367 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 54 } } }, "range": [ - 1290, - 1337 + 1321, + 1368 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 55 } }, @@ -2426,16 +2517,16 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1222, - 1281 + 1253, + 1312 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 67 } } @@ -2446,16 +2537,16 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1346, - 1381 + 1377, + 1412 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -2473,16 +2564,16 @@ "object": { "type": "ThisExpression", "range": [ - 1390, - 1394 + 1421, + 1425 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -2491,31 +2582,31 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 1395, - 1412 + 1426, + 1443 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 30 } } }, "range": [ - 1390, - 1412 + 1421, + 1443 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 30 } } @@ -2532,16 +2623,16 @@ "type": "Identifier", "name": "f", "range": [ - 1415, - 1416 + 1446, + 1447 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 33 }, "end": { - "line": 36, + "line": 37, "column": 34 } } @@ -2550,31 +2641,31 @@ "type": "Identifier", "name": "grid_enable_default_filters", "range": [ - 1417, - 1444 + 1448, + 1475 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 35 }, "end": { - "line": 36, + "line": 37, "column": 62 } } }, "range": [ - 1415, - 1444 + 1446, + 1475 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 33 }, "end": { - "line": 36, + "line": 37, "column": 62 } } @@ -2583,31 +2674,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 1447, - 1456 + 1478, + 1487 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 65 }, "end": { - "line": 36, + "line": 37, "column": 74 } } }, "range": [ - 1415, - 1456 + 1446, + 1487 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 33 }, "end": { - "line": 36, + "line": 37, "column": 74 } } @@ -2619,16 +2710,16 @@ "type": "Identifier", "name": "f", "range": [ - 1471, - 1472 + 1502, + 1503 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 13 } } @@ -2637,31 +2728,31 @@ "type": "Identifier", "name": "grid_enable_default_filters", "range": [ - 1473, - 1500 + 1504, + 1531 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 14 }, "end": { - "line": 37, + "line": 38, "column": 41 } } }, "range": [ - 1471, - 1500 + 1502, + 1531 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 41 } } @@ -2671,61 +2762,61 @@ "value": true, "raw": "true", "range": [ - 1503, - 1507 + 1534, + 1538 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 44 }, "end": { - "line": 37, + "line": 38, "column": 48 } } }, "range": [ - 1415, - 1507 + 1446, + 1538 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 33 }, "end": { - "line": 37, + "line": 38, "column": 48 } } }, "range": [ - 1390, - 1507 + 1421, + 1538 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 48 } } }, "range": [ - 1390, - 1508 + 1421, + 1539 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 49 } }, @@ -2734,16 +2825,16 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1346, - 1381 + 1377, + 1412 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -2761,16 +2852,16 @@ "object": { "type": "ThisExpression", "range": [ - 1517, - 1521 + 1548, + 1552 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 12 } } @@ -2779,31 +2870,31 @@ "type": "Identifier", "name": "noHeaders", "range": [ - 1522, - 1531 + 1553, + 1562 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 13 }, "end": { - "line": 38, + "line": 39, "column": 22 } } }, "range": [ - 1517, - 1531 + 1548, + 1562 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 22 } } @@ -2814,16 +2905,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1534, - 1541 + 1565, + 1572 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 25 }, "end": { - "line": 38, + "line": 39, "column": 32 } } @@ -2836,16 +2927,16 @@ "type": "Identifier", "name": "f", "range": [ - 1542, - 1543 + 1573, + 1574 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 34 } } @@ -2854,77 +2945,77 @@ "type": "Identifier", "name": "grid_no_headers", "range": [ - 1544, - 1559 + 1575, + 1590 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 35 }, "end": { - "line": 38, + "line": 39, "column": 50 } } }, "range": [ - 1542, - 1559 + 1573, + 1590 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 50 } } } ], "range": [ - 1534, - 1560 + 1565, + 1591 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 25 }, "end": { - "line": 38, + "line": 39, "column": 51 } } }, "range": [ - 1517, - 1560 + 1548, + 1591 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 51 } } }, "range": [ - 1517, - 1561 + 1548, + 1592 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 52 } }, @@ -2933,16 +3024,16 @@ "type": "Line", "value": "default col width", "range": [ - 1570, - 1589 + 1601, + 1620 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 27 } } @@ -2960,16 +3051,16 @@ "object": { "type": "ThisExpression", "range": [ - 1598, - 1602 + 1629, + 1633 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 12 } } @@ -2978,31 +3069,31 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 1603, - 1622 + 1634, + 1653 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 13 }, "end": { - "line": 40, + "line": 41, "column": 32 } } }, "range": [ - 1598, - 1622 + 1629, + 1653 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 32 } } @@ -3017,16 +3108,16 @@ "type": "Identifier", "name": "f", "range": [ - 1625, - 1626 + 1656, + 1657 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 35 }, "end": { - "line": 40, + "line": 41, "column": 36 } } @@ -3035,31 +3126,31 @@ "type": "Identifier", "name": "grid_default_col_width", "range": [ - 1627, - 1649 + 1658, + 1680 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 37 }, "end": { - "line": 40, + "line": 41, "column": 59 } } }, "range": [ - 1625, - 1649 + 1656, + 1680 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 35 }, "end": { - "line": 40, + "line": 41, "column": 59 } } @@ -3069,61 +3160,61 @@ "value": "100px", "raw": "'100px'", "range": [ - 1653, - 1660 + 1684, + 1691 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 63 }, "end": { - "line": 40, + "line": 41, "column": 70 } } }, "range": [ - 1625, - 1660 + 1656, + 1691 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 35 }, "end": { - "line": 40, + "line": 41, "column": 70 } } }, "range": [ - 1598, - 1660 + 1629, + 1691 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 70 } } }, "range": [ - 1598, - 1661 + 1629, + 1692 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 71 } }, @@ -3132,16 +3223,16 @@ "type": "Line", "value": "default col width", "range": [ - 1570, - 1589 + 1601, + 1620 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 27 } } @@ -3159,16 +3250,16 @@ "object": { "type": "ThisExpression", "range": [ - 1671, - 1675 + 1702, + 1706 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 12 } } @@ -3177,31 +3268,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 1676, - 1687 + 1707, + 1718 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 13 }, "end": { - "line": 42, + "line": 43, "column": 24 } } }, "range": [ - 1671, - 1687 + 1702, + 1718 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 24 } } @@ -3210,46 +3301,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1690, - 1692 + 1721, + 1723 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 27 }, "end": { - "line": 42, + "line": 43, "column": 29 } } }, "range": [ - 1671, - 1692 + 1702, + 1723 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 29 } } }, "range": [ - 1671, - 1693 + 1702, + 1724 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 30 } }, @@ -3258,16 +3349,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1703, - 1753 + 1734, + 1784 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 58 } } @@ -3285,16 +3376,16 @@ "object": { "type": "ThisExpression", "range": [ - 1762, - 1766 + 1793, + 1797 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 12 } } @@ -3303,31 +3394,31 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 1767, - 1782 + 1798, + 1813 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 13 }, "end": { - "line": 45, + "line": 46, "column": 28 } } }, "range": [ - 1762, - 1782 + 1793, + 1813 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 28 } } @@ -3337,46 +3428,46 @@ "value": "gridCont_", "raw": "'gridCont_'", "range": [ - 1785, - 1796 + 1816, + 1827 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 31 }, "end": { - "line": 45, + "line": 46, "column": 42 } } }, "range": [ - 1762, - 1796 + 1793, + 1827 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 42 } } }, "range": [ - 1762, - 1797 + 1793, + 1828 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 43 } }, @@ -3385,16 +3476,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1703, - 1753 + 1734, + 1784 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 58 } } @@ -3405,16 +3496,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1806, - 1848 + 1837, + 1879 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 50 } } @@ -3432,16 +3523,16 @@ "object": { "type": "ThisExpression", "range": [ - 1857, - 1861 + 1888, + 1892 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 12 } } @@ -3450,31 +3541,31 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 1862, - 1873 + 1893, + 1904 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 13 }, "end": { - "line": 47, + "line": 48, "column": 24 } } }, "range": [ - 1857, - 1873 + 1888, + 1904 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 24 } } @@ -3484,46 +3575,46 @@ "value": "tblCont_", "raw": "'tblCont_'", "range": [ - 1876, - 1886 + 1907, + 1917 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 48, "column": 37 } } }, "range": [ - 1857, - 1886 + 1888, + 1917 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 37 } } }, "range": [ - 1857, - 1887 + 1888, + 1918 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 38 } }, @@ -3532,16 +3623,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1806, - 1848 + 1837, + 1879 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 50 } } @@ -3552,16 +3643,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1896, - 1946 + 1927, + 1977 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -3579,16 +3670,16 @@ "object": { "type": "ThisExpression", "range": [ - 1955, - 1959 + 1986, + 1990 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 12 } } @@ -3597,31 +3688,31 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 1960, - 1975 + 1991, + 2006 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 13 }, "end": { - "line": 49, + "line": 50, "column": 28 } } }, "range": [ - 1955, - 1975 + 1986, + 2006 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 28 } } @@ -3631,46 +3722,46 @@ "value": "tblHeadCont_", "raw": "'tblHeadCont_'", "range": [ - 1978, - 1992 + 2009, + 2023 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 31 }, "end": { - "line": 49, + "line": 50, "column": 45 } } }, "range": [ - 1955, - 1992 + 1986, + 2023 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 45 } } }, "range": [ - 1955, - 1993 + 1986, + 2024 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 46 } }, @@ -3679,16 +3770,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1896, - 1946 + 1927, + 1977 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -3699,16 +3790,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2002, - 2038 + 2033, + 2069 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 44 } } @@ -3726,16 +3817,16 @@ "object": { "type": "ThisExpression", "range": [ - 2047, - 2051 + 2078, + 2082 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 12 } } @@ -3744,31 +3835,31 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 2052, - 2063 + 2083, + 2094 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 13 }, "end": { - "line": 51, + "line": 52, "column": 24 } } }, "range": [ - 2047, - 2063 + 2078, + 2094 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 24 } } @@ -3778,46 +3869,46 @@ "value": "tblHead_", "raw": "'tblHead_'", "range": [ - 2066, - 2076 + 2097, + 2107 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 27 }, "end": { - "line": 51, + "line": 52, "column": 37 } } }, "range": [ - 2047, - 2076 + 2078, + 2107 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 37 } } }, "range": [ - 2047, - 2077 + 2078, + 2108 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 38 } }, @@ -3826,16 +3917,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2002, - 2038 + 2033, + 2069 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 44 } } @@ -3846,16 +3937,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2086, - 2138 + 2117, + 2169 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 60 } } @@ -3873,16 +3964,16 @@ "object": { "type": "ThisExpression", "range": [ - 2147, - 2151 + 2178, + 2182 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 12 } } @@ -3891,31 +3982,31 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 2152, - 2165 + 2183, + 2196 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 13 }, "end": { - "line": 53, + "line": 54, "column": 26 } } }, "range": [ - 2147, - 2165 + 2178, + 2196 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 26 } } @@ -3925,46 +4016,46 @@ "value": "_td_", "raw": "'_td_'", "range": [ - 2168, - 2174 + 2199, + 2205 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 29 }, "end": { - "line": 53, + "line": 54, "column": 35 } } }, "range": [ - 2147, - 2174 + 2178, + 2205 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 35 } } }, "range": [ - 2147, - 2175 + 2178, + 2206 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 36 } }, @@ -3973,16 +4064,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2086, - 2138 + 2117, + 2169 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 60 } } @@ -3993,16 +4084,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2184, - 2239 + 2215, + 2270 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 63 } } @@ -4020,16 +4111,16 @@ "object": { "type": "ThisExpression", "range": [ - 2248, - 2252 + 2279, + 2283 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 12 } } @@ -4038,31 +4129,31 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 2253, - 2263 + 2284, + 2294 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 13 }, "end": { - "line": 55, + "line": 56, "column": 23 } } }, "range": [ - 2248, - 2263 + 2279, + 2294 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 23 } } @@ -4072,46 +4163,46 @@ "value": "tblHeadTh_", "raw": "'tblHeadTh_'", "range": [ - 2266, - 2278 + 2297, + 2309 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 26 }, "end": { - "line": 55, + "line": 56, "column": 38 } } }, "range": [ - 2248, - 2278 + 2279, + 2309 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 38 } } }, "range": [ - 2248, - 2279 + 2279, + 2310 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 39 } }, @@ -4120,16 +4211,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2184, - 2239 + 2215, + 2270 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 63 } } @@ -4147,16 +4238,16 @@ "object": { "type": "ThisExpression", "range": [ - 2289, - 2293 + 2320, + 2324 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 12 } } @@ -4165,31 +4256,31 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 2294, - 2307 + 2325, + 2338 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 13 }, "end": { - "line": 57, + "line": 58, "column": 26 } } }, "range": [ - 2289, - 2307 + 2320, + 2338 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 26 } } @@ -4204,16 +4295,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2310, - 2312 + 2341, + 2343 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 29 }, "end": { - "line": 57, + "line": 58, "column": 31 } } @@ -4222,31 +4313,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2313, - 2316 + 2344, + 2347 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 32 }, "end": { - "line": 57, + "line": 58, "column": 35 } } }, "range": [ - 2310, - 2316 + 2341, + 2347 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 29 }, "end": { - "line": 57, + "line": 58, "column": 35 } } @@ -4255,61 +4346,61 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 2317, - 2326 + 2348, + 2357 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 36 }, "end": { - "line": 57, + "line": 58, "column": 45 } } }, "range": [ - 2310, - 2326 + 2341, + 2357 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 29 }, "end": { - "line": 57, + "line": 58, "column": 45 } } }, "range": [ - 2289, - 2326 + 2320, + 2357 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 45 } } }, "range": [ - 2289, - 2327 + 2320, + 2358 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 46 } }, @@ -4318,16 +4409,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2337, - 2364 + 2368, + 2395 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 35 } } @@ -4346,16 +4437,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2373, - 2375 + 2404, + 2406 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 10 } } @@ -4364,31 +4455,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 2376, - 2383 + 2407, + 2414 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 11 }, "end": { - "line": 60, + "line": 61, "column": 18 } } }, "range": [ - 2373, - 2383 + 2404, + 2414 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 18 } } @@ -4399,16 +4490,16 @@ "object": { "type": "ThisExpression", "range": [ - 2386, - 2390 + 2417, + 2421 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 21 }, "end": { - "line": 60, + "line": 61, "column": 25 } } @@ -4417,61 +4508,61 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 2391, - 2408 + 2422, + 2439 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 26 }, "end": { - "line": 60, + "line": 61, "column": 43 } } }, "range": [ - 2386, - 2408 + 2417, + 2439 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 21 }, "end": { - "line": 60, + "line": 61, "column": 43 } } }, "range": [ - 2373, - 2408 + 2404, + 2439 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 43 } } }, "range": [ - 2373, - 2409 + 2404, + 2440 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 44 } }, @@ -4480,16 +4571,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2337, - 2364 + 2368, + 2395 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 35 } } @@ -4498,16 +4589,16 @@ } ], "range": [ - 320, - 2415 + 351, + 2446 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 19 }, "end": { - "line": 61, + "line": 62, "column": 5 } } @@ -4515,16 +4606,16 @@ "generator": false, "expression": false, "range": [ - 316, - 2415 + 347, + 2446 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 15 }, "end": { - "line": 61, + "line": 62, "column": 5 } } @@ -4532,16 +4623,16 @@ "kind": "constructor", "computed": false, "range": [ - 305, - 2415 + 336, + 2446 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 61, + "line": 62, "column": 5 } }, @@ -4550,16 +4641,16 @@ "type": "Block", "value": "*\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n ", "range": [ - 197, - 300 + 228, + 331 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -4570,16 +4661,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2421, - 2475 + 2452, + 2506 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 4 }, "end": { - "line": 65, + "line": 66, "column": 7 } } @@ -4593,16 +4684,16 @@ "type": "Identifier", "name": "init", "range": [ - 2480, - 2484 + 2511, + 2515 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 4 }, "end": { - "line": 66, + "line": 67, "column": 8 } } @@ -4623,16 +4714,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2500, - 2502 + 2531, + 2533 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 14 } } @@ -4643,16 +4734,16 @@ "object": { "type": "ThisExpression", "range": [ - 2505, - 2509 + 2536, + 2540 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 17 }, "end": { - "line": 67, + "line": 68, "column": 21 } } @@ -4661,46 +4752,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2510, - 2512 + 2541, + 2543 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 22 }, "end": { - "line": 67, + "line": 68, "column": 24 } } }, "range": [ - 2505, - 2512 + 2536, + 2543 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 17 }, "end": { - "line": 67, + "line": 68, "column": 24 } } }, "range": [ - 2500, - 2512 + 2531, + 2543 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 24 } } @@ -4708,16 +4799,16 @@ ], "kind": "let", "range": [ - 2496, - 2513 + 2527, + 2544 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 25 } } @@ -4731,16 +4822,16 @@ "type": "Identifier", "name": "f", "range": [ - 2526, - 2527 + 2557, + 2558 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 13 } } @@ -4751,16 +4842,16 @@ "object": { "type": "ThisExpression", "range": [ - 2530, - 2534 + 2561, + 2565 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 16 }, "end": { - "line": 68, + "line": 69, "column": 20 } } @@ -4769,46 +4860,46 @@ "type": "Identifier", "name": "config", "range": [ - 2535, - 2541 + 2566, + 2572 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 21 }, "end": { - "line": 68, + "line": 69, "column": 27 } } }, "range": [ - 2530, - 2541 + 2561, + 2572 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 16 }, "end": { - "line": 68, + "line": 69, "column": 27 } } }, "range": [ - 2526, - 2541 + 2557, + 2572 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 27 } } @@ -4816,16 +4907,16 @@ ], "kind": "let", "range": [ - 2522, - 2542 + 2553, + 2573 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 28 } } @@ -4839,16 +4930,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 2555, - 2558 + 2586, + 2589 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 69, + "line": 70, "column": 15 } } @@ -4860,16 +4951,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2561, - 2563 + 2592, + 2594 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 18 }, "end": { - "line": 69, + "line": 70, "column": 20 } } @@ -4878,46 +4969,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 2564, - 2567 + 2595, + 2598 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 21 }, "end": { - "line": 69, + "line": 70, "column": 24 } } }, "range": [ - 2561, - 2567 + 2592, + 2598 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 18 }, "end": { - "line": 69, + "line": 70, "column": 24 } } }, "range": [ - 2555, - 2567 + 2586, + 2598 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 69, + "line": 70, "column": 24 } } @@ -4925,16 +5016,16 @@ ], "kind": "let", "range": [ - 2551, - 2568 + 2582, + 2599 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 25 } } @@ -4947,16 +5038,16 @@ "object": { "type": "ThisExpression", "range": [ - 2581, - 2585 + 2612, + 2616 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 15 } } @@ -4965,31 +5056,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 2586, - 2597 + 2617, + 2628 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 27 } } }, "range": [ - 2581, - 2597 + 2612, + 2628 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 27 } } @@ -5001,48 +5092,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2612, - 2619 + 2643, + 2650 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 19 } } } ], "range": [ - 2598, - 2629 + 2629, + 2660 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 28 }, "end": { - "line": 73, + "line": 74, "column": 9 } } }, "alternate": null, "range": [ - 2578, - 2629 + 2609, + 2660 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 9 } }, @@ -5051,16 +5142,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2639, - 2673 + 2670, + 2704 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 42 } } @@ -5079,16 +5170,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2682, - 2684 + 2713, + 2715 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 10 } } @@ -5097,31 +5188,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2685, - 2691 + 2716, + 2722 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 11 }, "end": { - "line": 76, + "line": 77, "column": 17 } } }, "range": [ - 2682, - 2691 + 2713, + 2722 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 17 } } @@ -5137,16 +5228,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2694, - 2699 + 2725, + 2730 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 20 }, "end": { - "line": 76, + "line": 77, "column": 25 } } @@ -5155,31 +5246,31 @@ "type": "Identifier", "name": "isNull", "range": [ - 2700, - 2706 + 2731, + 2737 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 26 }, "end": { - "line": 76, + "line": 77, "column": 32 } } }, "range": [ - 2694, - 2706 + 2725, + 2737 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 20 }, "end": { - "line": 76, + "line": 77, "column": 32 } } @@ -5192,16 +5283,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2707, - 2709 + 2738, + 2740 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 33 }, "end": { - "line": 76, + "line": 77, "column": 35 } } @@ -5210,47 +5301,47 @@ "type": "Identifier", "name": "startRow", "range": [ - 2710, - 2718 + 2741, + 2749 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 36 }, "end": { - "line": 76, + "line": 77, "column": 44 } } }, "range": [ - 2707, - 2718 + 2738, + 2749 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 33 }, "end": { - "line": 76, + "line": 77, "column": 44 } } } ], "range": [ - 2694, - 2719 + 2725, + 2750 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 20 }, "end": { - "line": 76, + "line": 77, "column": 45 } } @@ -5260,16 +5351,16 @@ "value": 0, "raw": "0", "range": [ - 2722, - 2723 + 2753, + 2754 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 48 }, "end": { - "line": 76, + "line": 77, "column": 49 } } @@ -5281,16 +5372,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2726, - 2728 + 2757, + 2759 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 52 }, "end": { - "line": 76, + "line": 77, "column": 54 } } @@ -5299,76 +5390,76 @@ "type": "Identifier", "name": "startRow", "range": [ - 2729, - 2737 + 2760, + 2768 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 55 }, "end": { - "line": 76, + "line": 77, "column": 63 } } }, "range": [ - 2726, - 2737 + 2757, + 2768 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 52 }, "end": { - "line": 76, + "line": 77, "column": 63 } } }, "range": [ - 2694, - 2737 + 2725, + 2768 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 20 }, "end": { - "line": 76, + "line": 77, "column": 63 } } }, "range": [ - 2682, - 2737 + 2713, + 2768 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 63 } } }, "range": [ - 2682, - 2738 + 2713, + 2769 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 64 } }, @@ -5377,16 +5468,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2639, - 2673 + 2670, + 2704 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 42 } } @@ -5405,16 +5496,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2747, - 2749 + 2778, + 2780 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 10 } } @@ -5423,31 +5514,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2750, - 2760 + 2781, + 2791 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 11 }, "end": { - "line": 77, + "line": 78, "column": 21 } } }, "range": [ - 2747, - 2760 + 2778, + 2791 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 21 } } @@ -5457,46 +5548,46 @@ "value": 0, "raw": "0", "range": [ - 2763, - 2764 + 2794, + 2795 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 24 }, "end": { - "line": 77, + "line": 78, "column": 25 } } }, "range": [ - 2747, - 2764 + 2778, + 2795 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 25 } } }, "range": [ - 2747, - 2765 + 2778, + 2796 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 26 } } @@ -5513,16 +5604,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2774, - 2776 + 2805, + 2807 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 10 } } @@ -5531,31 +5622,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 2777, - 2792 + 2808, + 2823 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 11 }, "end": { - "line": 78, + "line": 79, "column": 26 } } }, "range": [ - 2774, - 2792 + 2805, + 2823 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 26 } } @@ -5565,46 +5656,46 @@ "value": 1, "raw": "1", "range": [ - 2795, - 2796 + 2826, + 2827 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 29 }, "end": { - "line": 78, + "line": 79, "column": 30 } } }, "range": [ - 2774, - 2796 + 2805, + 2827 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 30 } } }, "range": [ - 2774, - 2797 + 2805, + 2828 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 31 } } @@ -5621,16 +5712,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2807, - 2809 + 2838, + 2840 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 10 } } @@ -5639,31 +5730,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 2810, - 2823 + 2841, + 2854 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 11 }, "end": { - "line": 80, + "line": 81, "column": 24 } } }, "range": [ - 2807, - 2823 + 2838, + 2854 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 24 } } @@ -5673,46 +5764,46 @@ "value": true, "raw": "true", "range": [ - 2826, - 2830 + 2857, + 2861 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 27 }, "end": { - "line": 80, + "line": 81, "column": 31 } } }, "range": [ - 2807, - 2830 + 2838, + 2861 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 31 } } }, "range": [ - 2807, - 2831 + 2838, + 2862 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 32 } }, @@ -5721,16 +5812,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2841, - 2891 + 2872, + 2922 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 58 } } @@ -5749,16 +5840,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2904, - 2906 + 2935, + 2937 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 14 } } @@ -5767,47 +5858,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 2907, - 2919 + 2938, + 2950 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 15 }, "end": { - "line": 83, + "line": 84, "column": 27 } } }, "range": [ - 2904, - 2919 + 2935, + 2950 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 27 } } }, "prefix": true, "range": [ - 2903, - 2919 + 2934, + 2950 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 11 }, "end": { - "line": 83, + "line": 84, "column": 27 } } @@ -5827,16 +5918,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2934, - 2936 + 2965, + 2967 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 14 } } @@ -5845,31 +5936,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 2937, - 2946 + 2968, + 2977 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 15 }, "end": { - "line": 84, + "line": 85, "column": 24 } } }, "range": [ - 2934, - 2946 + 2965, + 2977 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 24 } } @@ -5878,46 +5969,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 2949, - 2951 + 2980, + 2982 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 27 }, "end": { - "line": 84, + "line": 85, "column": 29 } } }, "range": [ - 2934, - 2951 + 2965, + 2982 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 29 } } }, "range": [ - 2934, - 2952 + 2965, + 2983 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 30 } } @@ -5933,16 +6024,16 @@ "type": "Identifier", "name": "k", "range": [ - 2973, - 2974 + 3004, + 3005 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 20 }, "end": { - "line": 85, + "line": 86, "column": 21 } } @@ -5952,31 +6043,31 @@ "value": 0, "raw": "0", "range": [ - 2975, - 2976 + 3006, + 3007 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 22 }, "end": { - "line": 85, + "line": 86, "column": 23 } } }, "range": [ - 2973, - 2976 + 3004, + 3007 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 20 }, "end": { - "line": 85, + "line": 86, "column": 23 } } @@ -5984,16 +6075,16 @@ ], "kind": "let", "range": [ - 2969, - 2976 + 3000, + 3007 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 16 }, "end": { - "line": 85, + "line": 86, "column": 23 } } @@ -6005,16 +6096,16 @@ "type": "Identifier", "name": "k", "range": [ - 2978, - 2979 + 3009, + 3010 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 25 }, "end": { - "line": 85, + "line": 86, "column": 26 } } @@ -6026,16 +6117,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2980, - 2982 + 3011, + 3013 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 27 }, "end": { - "line": 85, + "line": 86, "column": 29 } } @@ -6044,46 +6135,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 2983, - 2990 + 3014, + 3021 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 30 }, "end": { - "line": 85, + "line": 86, "column": 37 } } }, "range": [ - 2980, - 2990 + 3011, + 3021 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 27 }, "end": { - "line": 85, + "line": 86, "column": 37 } } }, "range": [ - 2978, - 2990 + 3009, + 3021 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 25 }, "end": { - "line": 85, + "line": 86, "column": 37 } } @@ -6095,32 +6186,32 @@ "type": "Identifier", "name": "k", "range": [ - 2992, - 2993 + 3023, + 3024 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 39 }, "end": { - "line": 85, + "line": 86, "column": 40 } } }, "prefix": false, "range": [ - 2992, - 2995 + 3023, + 3026 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 39 }, "end": { - "line": 85, + "line": 86, "column": 42 } } @@ -6137,32 +6228,32 @@ "type": "Identifier", "name": "colW", "range": [ - 3018, - 3022 + 3049, + 3053 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 20 }, "end": { - "line": 86, + "line": 87, "column": 24 } } }, "init": null, "range": [ - 3018, - 3022 + 3049, + 3053 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 20 }, "end": { - "line": 86, + "line": 87, "column": 24 } } @@ -6173,16 +6264,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3044, - 3048 + 3075, + 3079 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 20 }, "end": { - "line": 87, + "line": 88, "column": 24 } } @@ -6203,16 +6294,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3051, - 3054 + 3082, + 3085 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 27 }, "end": { - "line": 87, + "line": 88, "column": 30 } } @@ -6221,31 +6312,31 @@ "type": "Identifier", "name": "rows", "range": [ - 3055, - 3059 + 3086, + 3090 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 31 }, "end": { - "line": 87, + "line": 88, "column": 35 } } }, "range": [ - 3051, - 3059 + 3082, + 3090 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 27 }, "end": { - "line": 87, + "line": 88, "column": 35 } } @@ -6256,16 +6347,16 @@ "object": { "type": "ThisExpression", "range": [ - 3060, - 3064 + 3091, + 3095 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 36 }, "end": { - "line": 87, + "line": 88, "column": 40 } } @@ -6274,46 +6365,46 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 3065, - 3081 + 3096, + 3112 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 41 }, "end": { - "line": 87, + "line": 88, "column": 57 } } }, "range": [ - 3060, - 3081 + 3091, + 3112 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 36 }, "end": { - "line": 87, + "line": 88, "column": 57 } } }, "range": [ - 3051, - 3082 + 3082, + 3113 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 27 }, "end": { - "line": 87, + "line": 88, "column": 58 } } @@ -6322,31 +6413,31 @@ "type": "Identifier", "name": "cells", "range": [ - 3083, - 3088 + 3114, + 3119 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 59 }, "end": { - "line": 87, + "line": 88, "column": 64 } } }, "range": [ - 3051, - 3088 + 3082, + 3119 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 27 }, "end": { - "line": 87, + "line": 88, "column": 64 } } @@ -6355,46 +6446,46 @@ "type": "Identifier", "name": "k", "range": [ - 3089, - 3090 + 3120, + 3121 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 65 }, "end": { - "line": 87, + "line": 88, "column": 66 } } }, "range": [ - 3051, - 3091 + 3082, + 3122 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 27 }, "end": { - "line": 87, + "line": 88, "column": 67 } } }, "range": [ - 3044, - 3091 + 3075, + 3122 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 20 }, "end": { - "line": 87, + "line": 88, "column": 67 } } @@ -6402,16 +6493,16 @@ ], "kind": "let", "range": [ - 3014, - 3092 + 3045, + 3123 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 16 }, "end": { - "line": 87, + "line": 88, "column": 68 } } @@ -6428,16 +6519,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3112, - 3116 + 3143, + 3147 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 23 } } @@ -6446,31 +6537,31 @@ "type": "Identifier", "name": "width", "range": [ - 3117, - 3122 + 3148, + 3153 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 24 }, "end": { - "line": 88, + "line": 89, "column": 29 } } }, "range": [ - 3112, - 3122 + 3143, + 3153 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 29 } } @@ -6480,31 +6571,31 @@ "value": "", "raw": "''", "range": [ - 3127, - 3129 + 3158, + 3160 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 88, + "line": 89, "column": 36 } } }, "range": [ - 3112, - 3129 + 3143, + 3160 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 19 }, "end": { - "line": 88, + "line": 89, "column": 36 } } @@ -6521,16 +6612,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3152, - 3156 + 3183, + 3187 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 20 }, "end": { - "line": 89, + "line": 90, "column": 24 } } @@ -6542,16 +6633,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3159, - 3163 + 3190, + 3194 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 27 }, "end": { - "line": 89, + "line": 90, "column": 31 } } @@ -6560,77 +6651,77 @@ "type": "Identifier", "name": "width", "range": [ - 3164, - 3169 + 3195, + 3200 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 32 }, "end": { - "line": 89, + "line": 90, "column": 37 } } }, "range": [ - 3159, - 3169 + 3190, + 3200 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 27 }, "end": { - "line": 89, + "line": 90, "column": 37 } } }, "range": [ - 3152, - 3169 + 3183, + 3200 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 20 }, "end": { - "line": 89, + "line": 90, "column": 37 } } }, "range": [ - 3152, - 3170 + 3183, + 3201 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 20 }, "end": { - "line": 89, + "line": 90, "column": 38 } } } ], "range": [ - 3130, - 3188 + 3161, + 3219 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 37 }, "end": { - "line": 90, + "line": 91, "column": 17 } } @@ -6650,16 +6741,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3197, - 3201 + 3228, + 3232 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 26 }, "end": { - "line": 90, + "line": 91, "column": 30 } } @@ -6668,31 +6759,31 @@ "type": "Identifier", "name": "style", "range": [ - 3202, - 3207 + 3233, + 3238 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 31 }, "end": { - "line": 90, + "line": 91, "column": 36 } } }, "range": [ - 3197, - 3207 + 3228, + 3238 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 26 }, "end": { - "line": 90, + "line": 91, "column": 36 } } @@ -6701,31 +6792,31 @@ "type": "Identifier", "name": "width", "range": [ - 3208, - 3213 + 3239, + 3244 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 37 }, "end": { - "line": 90, + "line": 91, "column": 42 } } }, "range": [ - 3197, - 3213 + 3228, + 3244 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 26 }, "end": { - "line": 90, + "line": 91, "column": 42 } } @@ -6735,31 +6826,31 @@ "value": "", "raw": "''", "range": [ - 3218, - 3220 + 3249, + 3251 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 47 }, "end": { - "line": 90, + "line": 91, "column": 49 } } }, "range": [ - 3197, - 3220 + 3228, + 3251 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 26 }, "end": { - "line": 90, + "line": 91, "column": 49 } } @@ -6776,16 +6867,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3243, - 3247 + 3274, + 3278 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 20 }, "end": { - "line": 91, + "line": 92, "column": 24 } } @@ -6796,16 +6887,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3250, - 3258 + 3281, + 3289 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 35 } } @@ -6821,16 +6912,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3259, - 3263 + 3290, + 3294 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 36 }, "end": { - "line": 91, + "line": 92, "column": 40 } } @@ -6839,31 +6930,31 @@ "type": "Identifier", "name": "style", "range": [ - 3264, - 3269 + 3295, + 3300 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 41 }, "end": { - "line": 91, + "line": 92, "column": 46 } } }, "range": [ - 3259, - 3269 + 3290, + 3300 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 36 }, "end": { - "line": 91, + "line": 92, "column": 46 } } @@ -6872,31 +6963,31 @@ "type": "Identifier", "name": "width", "range": [ - 3270, - 3275 + 3301, + 3306 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 47 }, "end": { - "line": 91, + "line": 92, "column": 52 } } }, "range": [ - 3259, - 3275 + 3290, + 3306 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 36 }, "end": { - "line": 91, + "line": 92, "column": 52 } } @@ -6906,78 +6997,78 @@ "value": 10, "raw": "10", "range": [ - 3277, - 3279 + 3308, + 3310 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 54 }, "end": { - "line": 91, + "line": 92, "column": 56 } } } ], "range": [ - 3250, - 3280 + 3281, + 3311 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 57 } } }, "range": [ - 3243, - 3280 + 3274, + 3311 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 20 }, "end": { - "line": 91, + "line": 92, "column": 57 } } }, "range": [ - 3243, - 3281 + 3274, + 3312 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 20 }, "end": { - "line": 91, + "line": 92, "column": 58 } } } ], "range": [ - 3221, - 3299 + 3252, + 3330 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 50 }, "end": { - "line": 92, + "line": 93, "column": 17 } } @@ -6994,16 +7085,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3327, - 3331 + 3358, + 3362 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 20 }, "end": { - "line": 93, + "line": 94, "column": 24 } } @@ -7014,16 +7105,16 @@ "object": { "type": "ThisExpression", "range": [ - 3334, - 3338 + 3365, + 3369 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 27 }, "end": { - "line": 93, + "line": 94, "column": 31 } } @@ -7032,107 +7123,107 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 3339, - 3358 + 3370, + 3389 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 32 }, "end": { - "line": 93, + "line": 94, "column": 51 } } }, "range": [ - 3334, - 3358 + 3365, + 3389 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 27 }, "end": { - "line": 93, + "line": 94, "column": 51 } } }, "range": [ - 3327, - 3358 + 3358, + 3389 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 20 }, "end": { - "line": 93, + "line": 94, "column": 51 } } }, "range": [ - 3327, - 3359 + 3358, + 3390 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 20 }, "end": { - "line": 93, + "line": 94, "column": 52 } } } ], "range": [ - 3305, - 3377 + 3336, + 3408 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 23 }, "end": { - "line": 94, + "line": 95, "column": 17 } } }, "range": [ - 3194, - 3377 + 3225, + 3408 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 23 }, "end": { - "line": 94, + "line": 95, "column": 17 } } }, "range": [ - 3109, - 3377 + 3140, + 3408 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 17 } } @@ -7152,16 +7243,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3394, - 3396 + 3425, + 3427 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 18 } } @@ -7170,31 +7261,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 3397, - 3406 + 3428, + 3437 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 19 }, "end": { - "line": 95, + "line": 96, "column": 28 } } }, "range": [ - 3394, - 3406 + 3425, + 3437 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 28 } } @@ -7203,31 +7294,31 @@ "type": "Identifier", "name": "k", "range": [ - 3407, - 3408 + 3438, + 3439 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 29 }, "end": { - "line": 95, + "line": 96, "column": 30 } } }, "range": [ - 3394, - 3409 + 3425, + 3440 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 31 } } @@ -7236,77 +7327,77 @@ "type": "Identifier", "name": "colW", "range": [ - 3412, - 3416 + 3443, + 3447 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 34 }, "end": { - "line": 95, + "line": 96, "column": 38 } } }, "range": [ - 3394, - 3416 + 3425, + 3447 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 38 } } }, "range": [ - 3394, - 3417 + 3425, + 3448 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 39 } } } ], "range": [ - 2996, - 3431 + 3027, + 3462 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 43 }, "end": { - "line": 96, + "line": 97, "column": 13 } } }, "range": [ - 2965, - 3431 + 2996, + 3462 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 13 } } @@ -7323,16 +7414,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3444, - 3446 + 3475, + 3477 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 14 } } @@ -7341,31 +7432,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 3447, - 3459 + 3478, + 3490 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 15 }, "end": { - "line": 97, + "line": 98, "column": 27 } } }, "range": [ - 3444, - 3459 + 3475, + 3490 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 27 } } @@ -7375,78 +7466,78 @@ "value": true, "raw": "true", "range": [ - 3462, - 3466 + 3493, + 3497 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 30 }, "end": { - "line": 97, + "line": 98, "column": 34 } } }, "range": [ - 3444, - 3466 + 3475, + 3497 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 34 } } }, "range": [ - 3444, - 3467 + 3475, + 3498 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 35 } } } ], "range": [ - 2920, - 3477 + 2951, + 3508 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 28 }, "end": { - "line": 98, + "line": 99, "column": 9 } } }, "alternate": null, "range": [ - 2900, - 3477 + 2931, + 3508 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 9 } }, @@ -7455,16 +7546,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2841, - 2891 + 2872, + 2922 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 58 } } @@ -7482,16 +7573,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3486, - 3488 + 3517, + 3519 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 10 } } @@ -7500,62 +7591,62 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 3489, - 3501 + 3520, + 3532 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 11 }, "end": { - "line": 99, + "line": 100, "column": 23 } } }, "range": [ - 3486, - 3501 + 3517, + 3532 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 23 } } }, "arguments": [], "range": [ - 3486, - 3503 + 3517, + 3534 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 25 } } }, "range": [ - 3486, - 3504 + 3517, + 3535 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 26 } } @@ -7569,32 +7660,32 @@ "type": "Identifier", "name": "tblW", "range": [ - 3518, - 3522 + 3549, + 3553 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 16 } } }, "init": null, "range": [ - 3518, - 3522 + 3549, + 3553 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 16 } } @@ -7602,16 +7693,16 @@ ], "kind": "let", "range": [ - 3514, - 3523 + 3545, + 3554 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 17 } }, @@ -7620,16 +7711,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3523, - 3544 + 3554, + 3575 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 17 }, "end": { - "line": 101, + "line": 102, "column": 38 } } @@ -7648,16 +7739,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3556, - 3559 + 3587, + 3590 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 11 }, "end": { - "line": 102, + "line": 103, "column": 14 } } @@ -7666,31 +7757,31 @@ "type": "Identifier", "name": "width", "range": [ - 3560, - 3565 + 3591, + 3596 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 15 }, "end": { - "line": 102, + "line": 103, "column": 20 } } }, "range": [ - 3556, - 3565 + 3587, + 3596 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 11 }, "end": { - "line": 102, + "line": 103, "column": 20 } } @@ -7700,31 +7791,31 @@ "value": "", "raw": "''", "range": [ - 3570, - 3572 + 3601, + 3603 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 25 }, "end": { - "line": 102, + "line": 103, "column": 27 } } }, "range": [ - 3556, - 3572 + 3587, + 3603 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 11 }, "end": { - "line": 102, + "line": 103, "column": 27 } } @@ -7741,16 +7832,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3587, - 3591 + 3618, + 3622 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 16 } } @@ -7762,16 +7853,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3594, - 3597 + 3625, + 3628 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 19 }, "end": { - "line": 103, + "line": 104, "column": 22 } } @@ -7780,77 +7871,77 @@ "type": "Identifier", "name": "width", "range": [ - 3598, - 3603 + 3629, + 3634 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 23 }, "end": { - "line": 103, + "line": 104, "column": 28 } } }, "range": [ - 3594, - 3603 + 3625, + 3634 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 19 }, "end": { - "line": 103, + "line": 104, "column": 28 } } }, "range": [ - 3587, - 3603 + 3618, + 3634 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 28 } } }, "range": [ - 3587, - 3604 + 3618, + 3635 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 29 } } } ], "range": [ - 3573, - 3614 + 3604, + 3645 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 28 }, "end": { - "line": 104, + "line": 105, "column": 9 } } @@ -7870,16 +7961,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3631, - 3634 + 3662, + 3665 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 19 } } @@ -7888,31 +7979,31 @@ "type": "Identifier", "name": "style", "range": [ - 3635, - 3640 + 3666, + 3671 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 20 }, "end": { - "line": 105, + "line": 106, "column": 25 } } }, "range": [ - 3631, - 3640 + 3662, + 3671 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 25 } } @@ -7921,31 +8012,31 @@ "type": "Identifier", "name": "width", "range": [ - 3641, - 3646 + 3672, + 3677 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 26 }, "end": { - "line": 105, + "line": 106, "column": 31 } } }, "range": [ - 3631, - 3646 + 3662, + 3677 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 31 } } @@ -7955,31 +8046,31 @@ "value": "", "raw": "''", "range": [ - 3651, - 3653 + 3682, + 3684 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 36 }, "end": { - "line": 105, + "line": 106, "column": 38 } } }, "range": [ - 3631, - 3653 + 3662, + 3684 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 16 }, "end": { - "line": 105, + "line": 106, "column": 38 } } @@ -7996,16 +8087,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3668, - 3672 + 3699, + 3703 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 16 } } @@ -8016,16 +8107,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3675, - 3683 + 3706, + 3714 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 19 }, "end": { - "line": 106, + "line": 107, "column": 27 } } @@ -8041,16 +8132,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3684, - 3687 + 3715, + 3718 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 28 }, "end": { - "line": 106, + "line": 107, "column": 31 } } @@ -8059,31 +8150,31 @@ "type": "Identifier", "name": "style", "range": [ - 3688, - 3693 + 3719, + 3724 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 32 }, "end": { - "line": 106, + "line": 107, "column": 37 } } }, "range": [ - 3684, - 3693 + 3715, + 3724 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 28 }, "end": { - "line": 106, + "line": 107, "column": 37 } } @@ -8092,31 +8183,31 @@ "type": "Identifier", "name": "width", "range": [ - 3694, - 3699 + 3725, + 3730 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 38 }, "end": { - "line": 106, + "line": 107, "column": 43 } } }, "range": [ - 3684, - 3699 + 3715, + 3730 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 28 }, "end": { - "line": 106, + "line": 107, "column": 43 } } @@ -8126,78 +8217,78 @@ "value": 10, "raw": "10", "range": [ - 3701, - 3703 + 3732, + 3734 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 45 }, "end": { - "line": 106, + "line": 107, "column": 47 } } } ], "range": [ - 3675, - 3704 + 3706, + 3735 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 19 }, "end": { - "line": 106, + "line": 107, "column": 48 } } }, "range": [ - 3668, - 3704 + 3699, + 3735 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 48 } } }, "range": [ - 3668, - 3705 + 3699, + 3736 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 49 } } } ], "range": [ - 3654, - 3715 + 3685, + 3746 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 39 }, "end": { - "line": 107, + "line": 108, "column": 9 } } @@ -8214,16 +8305,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3735, - 3739 + 3766, + 3770 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 12 }, "end": { - "line": 108, + "line": 109, "column": 16 } } @@ -8235,16 +8326,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3742, - 3745 + 3773, + 3776 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 19 }, "end": { - "line": 108, + "line": 109, "column": 22 } } @@ -8253,107 +8344,107 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3746, - 3757 + 3777, + 3788 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 23 }, "end": { - "line": 108, + "line": 109, "column": 34 } } }, "range": [ - 3742, - 3757 + 3773, + 3788 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 19 }, "end": { - "line": 108, + "line": 109, "column": 34 } } }, "range": [ - 3735, - 3757 + 3766, + 3788 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 12 }, "end": { - "line": 108, + "line": 109, "column": 34 } } }, "range": [ - 3735, - 3758 + 3766, + 3789 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 12 }, "end": { - "line": 108, + "line": 109, "column": 35 } } } ], "range": [ - 3721, - 3768 + 3752, + 3799 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 15 }, "end": { - "line": 109, + "line": 110, "column": 9 } } }, "range": [ - 3628, - 3768 + 3659, + 3799 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 13 }, "end": { - "line": 109, + "line": 110, "column": 9 } } }, "range": [ - 3553, - 3768 + 3584, + 3799 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 9 } }, @@ -8362,16 +8453,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3523, - 3544 + 3554, + 3575 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 17 }, "end": { - "line": 101, + "line": 102, "column": 38 } } @@ -8382,16 +8473,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3778, - 3828 + 3809, + 3859 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 58 } } @@ -8409,16 +8500,16 @@ "object": { "type": "ThisExpression", "range": [ - 3837, - 3841 + 3868, + 3872 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 12 } } @@ -8427,31 +8518,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3842, - 3853 + 3873, + 3884 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 13 }, "end": { - "line": 112, + "line": 113, "column": 24 } } }, "range": [ - 3837, - 3853 + 3868, + 3884 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 24 } } @@ -8465,16 +8556,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3856, - 3859 + 3887, + 3890 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 27 }, "end": { - "line": 112, + "line": 113, "column": 30 } } @@ -8483,31 +8574,31 @@ "type": "Identifier", "name": "create", "range": [ - 3860, - 3866 + 3891, + 3897 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 31 }, "end": { - "line": 112, + "line": 113, "column": 37 } } }, "range": [ - 3856, - 3866 + 3887, + 3897 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 27 }, "end": { - "line": 112, + "line": 113, "column": 37 } } @@ -8518,16 +8609,16 @@ "value": "div", "raw": "'div'", "range": [ - 3867, - 3872 + 3898, + 3903 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 38 }, "end": { - "line": 112, + "line": 113, "column": 43 } } @@ -8540,16 +8631,16 @@ "value": "id", "raw": "'id'", "range": [ - 3887, - 3891 + 3918, + 3922 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 13 }, "end": { - "line": 113, + "line": 114, "column": 17 } } @@ -8563,16 +8654,16 @@ "object": { "type": "ThisExpression", "range": [ - 3893, - 3897 + 3924, + 3928 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 19 }, "end": { - "line": 113, + "line": 114, "column": 23 } } @@ -8581,31 +8672,31 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 3898, - 3913 + 3929, + 3944 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 24 }, "end": { - "line": 113, + "line": 114, "column": 39 } } }, "range": [ - 3893, - 3913 + 3924, + 3944 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 19 }, "end": { - "line": 113, + "line": 114, "column": 39 } } @@ -8617,16 +8708,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3916, - 3918 + 3947, + 3949 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 42 }, "end": { - "line": 113, + "line": 114, "column": 44 } } @@ -8635,108 +8726,108 @@ "type": "Identifier", "name": "id", "range": [ - 3919, - 3921 + 3950, + 3952 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 45 }, "end": { - "line": 113, + "line": 114, "column": 47 } } }, "range": [ - 3916, - 3921 + 3947, + 3952 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 42 }, "end": { - "line": 113, + "line": 114, "column": 47 } } }, "range": [ - 3893, - 3921 + 3924, + 3952 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 19 }, "end": { - "line": 113, + "line": 114, "column": 47 } } } ], "range": [ - 3886, - 3922 + 3917, + 3953 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 12 }, "end": { - "line": 113, + "line": 114, "column": 48 } } } ], "range": [ - 3856, - 3923 + 3887, + 3954 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 27 }, "end": { - "line": 113, + "line": 114, "column": 49 } } }, "range": [ - 3837, - 3923 + 3868, + 3954 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 49 } } }, "range": [ - 3837, - 3924 + 3868, + 3955 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 50 } }, @@ -8745,16 +8836,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3778, - 3828 + 3809, + 3859 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 58 } } @@ -8775,16 +8866,16 @@ "object": { "type": "ThisExpression", "range": [ - 3933, - 3937 + 3964, + 3968 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 12 } } @@ -8793,31 +8884,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3938, - 3949 + 3969, + 3980 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 13 }, "end": { - "line": 114, + "line": 115, "column": 24 } } }, "range": [ - 3933, - 3949 + 3964, + 3980 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 24 } } @@ -8826,31 +8917,31 @@ "type": "Identifier", "name": "className", "range": [ - 3950, - 3959 + 3981, + 3990 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 25 }, "end": { - "line": 114, + "line": 115, "column": 34 } } }, "range": [ - 3933, - 3959 + 3964, + 3990 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 34 } } @@ -8861,16 +8952,16 @@ "object": { "type": "ThisExpression", "range": [ - 3962, - 3966 + 3993, + 3997 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 37 }, "end": { - "line": 114, + "line": 115, "column": 41 } } @@ -8879,61 +8970,61 @@ "type": "Identifier", "name": "gridMainContCssClass", "range": [ - 3967, - 3987 + 3998, + 4018 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 42 }, "end": { - "line": 114, + "line": 115, "column": 62 } } }, "range": [ - 3962, - 3987 + 3993, + 4018 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 37 }, "end": { - "line": 114, + "line": 115, "column": 62 } } }, "range": [ - 3933, - 3987 + 3964, + 4018 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 62 } } }, "range": [ - 3933, - 3988 + 3964, + 4019 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 63 } } @@ -8946,16 +9037,16 @@ "object": { "type": "ThisExpression", "range": [ - 4000, - 4004 + 4031, + 4035 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 11 }, "end": { - "line": 115, + "line": 116, "column": 15 } } @@ -8964,31 +9055,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4005, - 4014 + 4036, + 4045 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 16 }, "end": { - "line": 115, + "line": 116, "column": 25 } } }, "range": [ - 4000, - 4014 + 4031, + 4045 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 11 }, "end": { - "line": 115, + "line": 116, "column": 25 } } @@ -9013,16 +9104,16 @@ "object": { "type": "ThisExpression", "range": [ - 4029, - 4033 + 4060, + 4064 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 16 } } @@ -9031,31 +9122,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4034, - 4045 + 4065, + 4076 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 17 }, "end": { - "line": 116, + "line": 117, "column": 28 } } }, "range": [ - 4029, - 4045 + 4060, + 4076 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 28 } } @@ -9064,31 +9155,31 @@ "type": "Identifier", "name": "style", "range": [ - 4046, - 4051 + 4077, + 4082 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 29 }, "end": { - "line": 116, + "line": 117, "column": 34 } } }, "range": [ - 4029, - 4051 + 4060, + 4082 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 34 } } @@ -9097,31 +9188,31 @@ "type": "Identifier", "name": "width", "range": [ - 4052, - 4057 + 4083, + 4088 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 35 }, "end": { - "line": 116, + "line": 117, "column": 40 } } }, "range": [ - 4029, - 4057 + 4060, + 4088 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 40 } } @@ -9132,16 +9223,16 @@ "object": { "type": "ThisExpression", "range": [ - 4060, - 4064 + 4091, + 4095 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 43 }, "end": { - "line": 116, + "line": 117, "column": 47 } } @@ -9150,93 +9241,93 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4065, - 4074 + 4096, + 4105 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 48 }, "end": { - "line": 116, + "line": 117, "column": 57 } } }, "range": [ - 4060, - 4074 + 4091, + 4105 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 43 }, "end": { - "line": 116, + "line": 117, "column": 57 } } }, "range": [ - 4029, - 4074 + 4060, + 4105 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 57 } } }, "range": [ - 4029, - 4075 + 4060, + 4106 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 58 } } } ], "range": [ - 4015, - 4085 + 4046, + 4116 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 26 }, "end": { - "line": 117, + "line": 118, "column": 9 } } }, "alternate": null, "range": [ - 3997, - 4085 + 4028, + 4116 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 9 } } @@ -9255,16 +9346,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4094, - 4097 + 4125, + 4128 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 11 } } @@ -9273,31 +9364,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4098, - 4108 + 4129, + 4139 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 12 }, "end": { - "line": 118, + "line": 119, "column": 22 } } }, "range": [ - 4094, - 4108 + 4125, + 4139 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 22 } } @@ -9306,31 +9397,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4109, - 4121 + 4140, + 4152 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 23 }, "end": { - "line": 118, + "line": 119, "column": 35 } } }, "range": [ - 4094, - 4121 + 4125, + 4152 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 35 } } @@ -9342,16 +9433,16 @@ "object": { "type": "ThisExpression", "range": [ - 4122, - 4126 + 4153, + 4157 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 36 }, "end": { - "line": 118, + "line": 119, "column": 40 } } @@ -9360,31 +9451,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4127, - 4138 + 4158, + 4169 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 41 }, "end": { - "line": 118, + "line": 119, "column": 52 } } }, "range": [ - 4122, - 4138 + 4153, + 4169 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 36 }, "end": { - "line": 118, + "line": 119, "column": 52 } } @@ -9393,47 +9484,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4140, - 4143 + 4171, + 4174 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 54 }, "end": { - "line": 118, + "line": 119, "column": 57 } } } ], "range": [ - 4094, - 4144 + 4125, + 4175 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 58 } } }, "range": [ - 4094, - 4145 + 4125, + 4176 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 59 } }, @@ -9442,16 +9533,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4155, - 4200 + 4186, + 4231 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 53 } } @@ -9469,16 +9560,16 @@ "object": { "type": "ThisExpression", "range": [ - 4209, - 4213 + 4240, + 4244 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 12 } } @@ -9487,31 +9578,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4214, - 4221 + 4245, + 4252 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 13 }, "end": { - "line": 121, + "line": 122, "column": 20 } } }, "range": [ - 4209, - 4221 + 4240, + 4252 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 20 } } @@ -9525,16 +9616,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4224, - 4227 + 4255, + 4258 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 23 }, "end": { - "line": 121, + "line": 122, "column": 26 } } @@ -9543,31 +9634,31 @@ "type": "Identifier", "name": "create", "range": [ - 4228, - 4234 + 4259, + 4265 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 27 }, "end": { - "line": 121, + "line": 122, "column": 33 } } }, "range": [ - 4224, - 4234 + 4255, + 4265 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 23 }, "end": { - "line": 121, + "line": 122, "column": 33 } } @@ -9578,16 +9669,16 @@ "value": "div", "raw": "'div'", "range": [ - 4235, - 4240 + 4266, + 4271 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 34 }, "end": { - "line": 121, + "line": 122, "column": 39 } } @@ -9600,16 +9691,16 @@ "value": "id", "raw": "'id'", "range": [ - 4243, - 4247 + 4274, + 4278 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 42 }, "end": { - "line": 121, + "line": 122, "column": 46 } } @@ -9623,16 +9714,16 @@ "object": { "type": "ThisExpression", "range": [ - 4249, - 4253 + 4280, + 4284 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 48 }, "end": { - "line": 121, + "line": 122, "column": 52 } } @@ -9641,31 +9732,31 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 4254, - 4265 + 4285, + 4296 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 53 }, "end": { - "line": 121, + "line": 122, "column": 64 } } }, "range": [ - 4249, - 4265 + 4280, + 4296 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 48 }, "end": { - "line": 121, + "line": 122, "column": 64 } } @@ -9677,16 +9768,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4268, - 4270 + 4299, + 4301 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 67 }, "end": { - "line": 121, + "line": 122, "column": 69 } } @@ -9695,108 +9786,108 @@ "type": "Identifier", "name": "id", "range": [ - 4271, - 4273 + 4302, + 4304 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 70 }, "end": { - "line": 121, + "line": 122, "column": 72 } } }, "range": [ - 4268, - 4273 + 4299, + 4304 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 67 }, "end": { - "line": 121, + "line": 122, "column": 72 } } }, "range": [ - 4249, - 4273 + 4280, + 4304 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 48 }, "end": { - "line": 121, + "line": 122, "column": 72 } } } ], "range": [ - 4242, - 4274 + 4273, + 4305 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 41 }, "end": { - "line": 121, + "line": 122, "column": 73 } } } ], "range": [ - 4224, - 4275 + 4255, + 4306 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 23 }, "end": { - "line": 121, + "line": 122, "column": 74 } } }, "range": [ - 4209, - 4275 + 4240, + 4306 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 74 } } }, "range": [ - 4209, - 4276 + 4240, + 4307 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 75 } }, @@ -9805,16 +9896,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4155, - 4200 + 4186, + 4231 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 53 } } @@ -9835,16 +9926,16 @@ "object": { "type": "ThisExpression", "range": [ - 4285, - 4289 + 4316, + 4320 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 12 } } @@ -9853,31 +9944,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4290, - 4297 + 4321, + 4328 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 13 }, "end": { - "line": 122, + "line": 123, "column": 20 } } }, "range": [ - 4285, - 4297 + 4316, + 4328 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 20 } } @@ -9886,31 +9977,31 @@ "type": "Identifier", "name": "className", "range": [ - 4298, - 4307 + 4329, + 4338 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 21 }, "end": { - "line": 122, + "line": 123, "column": 30 } } }, "range": [ - 4285, - 4307 + 4316, + 4338 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 30 } } @@ -9921,16 +10012,16 @@ "object": { "type": "ThisExpression", "range": [ - 4310, - 4314 + 4341, + 4345 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 33 }, "end": { - "line": 122, + "line": 123, "column": 37 } } @@ -9939,61 +10030,61 @@ "type": "Identifier", "name": "gridContCssClass", "range": [ - 4315, - 4331 + 4346, + 4362 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 38 }, "end": { - "line": 122, + "line": 123, "column": 54 } } }, "range": [ - 4310, - 4331 + 4341, + 4362 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 33 }, "end": { - "line": 122, + "line": 123, "column": 54 } } }, "range": [ - 4285, - 4331 + 4316, + 4362 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 54 } } }, "range": [ - 4285, - 4332 + 4316, + 4363 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 55 } } @@ -10006,16 +10097,16 @@ "object": { "type": "ThisExpression", "range": [ - 4344, - 4348 + 4375, + 4379 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 11 }, "end": { - "line": 123, + "line": 124, "column": 15 } } @@ -10024,31 +10115,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4349, - 4358 + 4380, + 4389 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 16 }, "end": { - "line": 123, + "line": 124, "column": 25 } } }, "range": [ - 4344, - 4358 + 4375, + 4389 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 11 }, "end": { - "line": 123, + "line": 124, "column": 25 } } @@ -10072,16 +10163,16 @@ "object": { "type": "ThisExpression", "range": [ - 4376, - 4380 + 4407, + 4411 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 19 } } @@ -10090,31 +10181,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4381, - 4390 + 4412, + 4421 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 20 }, "end": { - "line": 124, + "line": 125, "column": 29 } } }, "range": [ - 4376, - 4390 + 4407, + 4421 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 29 } } @@ -10123,31 +10214,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4391, - 4398 + 4422, + 4429 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 30 }, "end": { - "line": 124, + "line": 125, "column": 37 } } }, "range": [ - 4376, - 4398 + 4407, + 4429 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 37 } } @@ -10158,32 +10249,32 @@ "value": "%", "raw": "'%'", "range": [ - 4399, - 4402 + 4430, + 4433 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 38 }, "end": { - "line": 124, + "line": 125, "column": 41 } } } ], "range": [ - 4376, - 4403 + 4407, + 4434 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 42 } } @@ -10196,47 +10287,47 @@ "value": 1, "raw": "1", "range": [ - 4408, - 4409 + 4439, + 4440 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 47 }, "end": { - "line": 124, + "line": 125, "column": 48 } } }, "prefix": true, "range": [ - 4407, - 4409 + 4438, + 4440 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 46 }, "end": { - "line": 124, + "line": 125, "column": 48 } } }, "range": [ - 4376, - 4409 + 4407, + 4440 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 48 } } @@ -10261,16 +10352,16 @@ "object": { "type": "ThisExpression", "range": [ - 4428, - 4432 + 4459, + 4463 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 20 } } @@ -10279,31 +10370,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4433, - 4440 + 4464, + 4471 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 21 }, "end": { - "line": 125, + "line": 126, "column": 28 } } }, "range": [ - 4428, - 4440 + 4459, + 4471 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 28 } } @@ -10312,31 +10403,31 @@ "type": "Identifier", "name": "style", "range": [ - 4441, - 4446 + 4472, + 4477 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 29 }, "end": { - "line": 125, + "line": 126, "column": 34 } } }, "range": [ - 4428, - 4446 + 4459, + 4477 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 34 } } @@ -10345,31 +10436,31 @@ "type": "Identifier", "name": "width", "range": [ - 4447, - 4452 + 4478, + 4483 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 35 }, "end": { - "line": 125, + "line": 126, "column": 40 } } }, "range": [ - 4428, - 4452 + 4459, + 4483 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 40 } } @@ -10379,62 +10470,62 @@ "value": "100%", "raw": "'100%'", "range": [ - 4455, - 4461 + 4486, + 4492 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 43 }, "end": { - "line": 125, + "line": 126, "column": 49 } } }, "range": [ - 4428, - 4461 + 4459, + 4492 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 49 } } }, "range": [ - 4428, - 4462 + 4459, + 4493 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 50 } } } ], "range": [ - 4410, - 4476 + 4441, + 4507 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 49 }, "end": { - "line": 126, + "line": 127, "column": 13 } } @@ -10459,16 +10550,16 @@ "object": { "type": "ThisExpression", "range": [ - 4500, - 4504 + 4531, + 4535 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 20 } } @@ -10477,31 +10568,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4505, - 4512 + 4536, + 4543 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 21 }, "end": { - "line": 127, + "line": 128, "column": 28 } } }, "range": [ - 4500, - 4512 + 4531, + 4543 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 28 } } @@ -10510,31 +10601,31 @@ "type": "Identifier", "name": "style", "range": [ - 4513, - 4518 + 4544, + 4549 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 29 }, "end": { - "line": 127, + "line": 128, "column": 34 } } }, "range": [ - 4500, - 4518 + 4531, + 4549 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 34 } } @@ -10543,31 +10634,31 @@ "type": "Identifier", "name": "width", "range": [ - 4519, - 4524 + 4550, + 4555 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 35 }, "end": { - "line": 127, + "line": 128, "column": 40 } } }, "range": [ - 4500, - 4524 + 4531, + 4555 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 40 } } @@ -10578,16 +10669,16 @@ "object": { "type": "ThisExpression", "range": [ - 4527, - 4531 + 4558, + 4562 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 43 }, "end": { - "line": 127, + "line": 128, "column": 47 } } @@ -10596,124 +10687,124 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4532, - 4541 + 4563, + 4572 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 48 }, "end": { - "line": 127, + "line": 128, "column": 57 } } }, "range": [ - 4527, - 4541 + 4558, + 4572 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 43 }, "end": { - "line": 127, + "line": 128, "column": 57 } } }, "range": [ - 4500, - 4541 + 4531, + 4572 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 57 } } }, "range": [ - 4500, - 4542 + 4531, + 4573 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 58 } } } ], "range": [ - 4482, - 4556 + 4513, + 4587 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 19 }, "end": { - "line": 128, + "line": 129, "column": 13 } } }, "range": [ - 4373, - 4556 + 4404, + 4587 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 13 } } } ], "range": [ - 4359, - 4566 + 4390, + 4597 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 26 }, "end": { - "line": 129, + "line": 130, "column": 9 } } }, "alternate": null, "range": [ - 4341, - 4566 + 4372, + 4597 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 9 } } @@ -10726,16 +10817,16 @@ "object": { "type": "ThisExpression", "range": [ - 4578, - 4582 + 4609, + 4613 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 11 }, "end": { - "line": 130, + "line": 131, "column": 15 } } @@ -10744,31 +10835,31 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4583, - 4593 + 4614, + 4624 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 16 }, "end": { - "line": 130, + "line": 131, "column": 26 } } }, "range": [ - 4578, - 4593 + 4609, + 4624 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 11 }, "end": { - "line": 130, + "line": 131, "column": 26 } } @@ -10793,16 +10884,16 @@ "object": { "type": "ThisExpression", "range": [ - 4608, - 4612 + 4639, + 4643 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 16 } } @@ -10811,31 +10902,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4613, - 4620 + 4644, + 4651 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 17 }, "end": { - "line": 131, + "line": 132, "column": 24 } } }, "range": [ - 4608, - 4620 + 4639, + 4651 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 24 } } @@ -10844,31 +10935,31 @@ "type": "Identifier", "name": "style", "range": [ - 4621, - 4626 + 4652, + 4657 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 25 }, "end": { - "line": 131, + "line": 132, "column": 30 } } }, "range": [ - 4608, - 4626 + 4639, + 4657 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 30 } } @@ -10877,31 +10968,31 @@ "type": "Identifier", "name": "height", "range": [ - 4627, - 4633 + 4658, + 4664 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 31 }, "end": { - "line": 131, + "line": 132, "column": 37 } } }, "range": [ - 4608, - 4633 + 4639, + 4664 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 37 } } @@ -10912,16 +11003,16 @@ "object": { "type": "ThisExpression", "range": [ - 4636, - 4640 + 4667, + 4671 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 40 }, "end": { - "line": 131, + "line": 132, "column": 44 } } @@ -10930,93 +11021,93 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4641, - 4651 + 4672, + 4682 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 45 }, "end": { - "line": 131, + "line": 132, "column": 55 } } }, "range": [ - 4636, - 4651 + 4667, + 4682 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 40 }, "end": { - "line": 131, + "line": 132, "column": 55 } } }, "range": [ - 4608, - 4651 + 4639, + 4682 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 55 } } }, "range": [ - 4608, - 4652 + 4639, + 4683 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 56 } } } ], "range": [ - 4594, - 4662 + 4625, + 4693 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 27 }, "end": { - "line": 132, + "line": 133, "column": 9 } } }, "alternate": null, "range": [ - 4575, - 4662 + 4606, + 4693 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 9 } } @@ -11035,16 +11126,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4671, - 4674 + 4702, + 4705 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 11 } } @@ -11053,31 +11144,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4675, - 4685 + 4706, + 4716 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 22 } } }, "range": [ - 4671, - 4685 + 4702, + 4716 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 22 } } @@ -11086,31 +11177,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4686, - 4698 + 4717, + 4729 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 23 }, "end": { - "line": 133, + "line": 134, "column": 35 } } }, "range": [ - 4671, - 4698 + 4702, + 4729 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 35 } } @@ -11122,16 +11213,16 @@ "object": { "type": "ThisExpression", "range": [ - 4699, - 4703 + 4730, + 4734 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 36 }, "end": { - "line": 133, + "line": 134, "column": 40 } } @@ -11140,31 +11231,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4704, - 4711 + 4735, + 4742 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 41 }, "end": { - "line": 133, + "line": 134, "column": 48 } } }, "range": [ - 4699, - 4711 + 4730, + 4742 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 36 }, "end": { - "line": 133, + "line": 134, "column": 48 } } @@ -11173,47 +11264,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4713, - 4716 + 4744, + 4747 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 50 }, "end": { - "line": 133, + "line": 134, "column": 53 } } } ], "range": [ - 4671, - 4717 + 4702, + 4748 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 54 } } }, "range": [ - 4671, - 4718 + 4702, + 4749 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 55 } } @@ -11227,16 +11318,16 @@ "type": "Identifier", "name": "t", "range": [ - 4731, - 4732 + 4762, + 4763 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 13 } } @@ -11250,16 +11341,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4735, - 4738 + 4766, + 4769 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 16 }, "end": { - "line": 134, + "line": 135, "column": 19 } } @@ -11268,31 +11359,31 @@ "type": "Identifier", "name": "remove", "range": [ - 4739, - 4745 + 4770, + 4776 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 26 } } }, "range": [ - 4735, - 4745 + 4766, + 4776 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 16 }, "end": { - "line": 134, + "line": 135, "column": 26 } } @@ -11302,47 +11393,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4746, - 4749 + 4777, + 4780 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 27 }, "end": { - "line": 134, + "line": 135, "column": 30 } } } ], "range": [ - 4735, - 4750 + 4766, + 4781 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 16 }, "end": { - "line": 134, + "line": 135, "column": 31 } } }, "range": [ - 4731, - 4750 + 4762, + 4781 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 31 } } @@ -11350,16 +11441,16 @@ ], "kind": "let", "range": [ - 4727, - 4751 + 4758, + 4782 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 32 } } @@ -11377,16 +11468,16 @@ "object": { "type": "ThisExpression", "range": [ - 4760, - 4764 + 4791, + 4795 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 12 } } @@ -11395,31 +11486,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4765, - 4772 + 4796, + 4803 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 13 }, "end": { - "line": 135, + "line": 136, "column": 20 } } }, "range": [ - 4760, - 4772 + 4791, + 4803 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 20 } } @@ -11428,31 +11519,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4773, - 4784 + 4804, + 4815 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 21 }, "end": { - "line": 135, + "line": 136, "column": 32 } } }, "range": [ - 4760, - 4784 + 4791, + 4815 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 32 } } @@ -11462,47 +11553,47 @@ "type": "Identifier", "name": "t", "range": [ - 4785, - 4786 + 4816, + 4817 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 33 }, "end": { - "line": 135, + "line": 136, "column": 34 } } } ], "range": [ - 4760, - 4787 + 4791, + 4818 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 35 } } }, "range": [ - 4760, - 4788 + 4791, + 4819 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 36 } }, @@ -11511,16 +11602,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4798, - 4837 + 4829, + 4868 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 8 }, "end": { - "line": 137, + "line": 138, "column": 47 } } @@ -11542,16 +11633,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4849, - 4852 + 4880, + 4883 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 11 }, "end": { - "line": 138, + "line": 139, "column": 14 } } @@ -11560,31 +11651,31 @@ "type": "Identifier", "name": "style", "range": [ - 4853, - 4858 + 4884, + 4889 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 15 }, "end": { - "line": 138, + "line": 139, "column": 20 } } }, "range": [ - 4849, - 4858 + 4880, + 4889 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 11 }, "end": { - "line": 138, + "line": 139, "column": 20 } } @@ -11593,31 +11684,31 @@ "type": "Identifier", "name": "width", "range": [ - 4859, - 4864 + 4890, + 4895 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 21 }, "end": { - "line": 138, + "line": 139, "column": 26 } } }, "range": [ - 4849, - 4864 + 4880, + 4895 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 11 }, "end": { - "line": 138, + "line": 139, "column": 26 } } @@ -11627,31 +11718,31 @@ "value": "", "raw": "''", "range": [ - 4869, - 4871 + 4900, + 4902 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 31 }, "end": { - "line": 138, + "line": 139, "column": 33 } } }, "range": [ - 4849, - 4871 + 4880, + 4902 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 11 }, "end": { - "line": 138, + "line": 139, "column": 33 } } @@ -11674,16 +11765,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4886, - 4889 + 4917, + 4920 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 15 } } @@ -11692,31 +11783,31 @@ "type": "Identifier", "name": "style", "range": [ - 4890, - 4895 + 4921, + 4926 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 16 }, "end": { - "line": 139, + "line": 140, "column": 21 } } }, "range": [ - 4886, - 4895 + 4917, + 4926 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 21 } } @@ -11725,31 +11816,31 @@ "type": "Identifier", "name": "width", "range": [ - 4896, - 4901 + 4927, + 4932 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 22 }, "end": { - "line": 139, + "line": 140, "column": 27 } } }, "range": [ - 4886, - 4901 + 4917, + 4932 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 27 } } @@ -11768,16 +11859,16 @@ "type": "Identifier", "name": "Str", "range": [ - 4905, - 4908 + 4936, + 4939 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 31 }, "end": { - "line": 139, + "line": 140, "column": 34 } } @@ -11786,31 +11877,31 @@ "type": "Identifier", "name": "contains", "range": [ - 4909, - 4917 + 4940, + 4948 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 35 }, "end": { - "line": 139, + "line": 140, "column": 43 } } }, "range": [ - 4905, - 4917 + 4936, + 4948 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 31 }, "end": { - "line": 139, + "line": 140, "column": 43 } } @@ -11821,16 +11912,16 @@ "value": "%", "raw": "'%'", "range": [ - 4918, - 4921 + 4949, + 4952 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 44 }, "end": { - "line": 139, + "line": 140, "column": 47 } } @@ -11839,32 +11930,32 @@ "type": "Identifier", "name": "tblW", "range": [ - 4923, - 4927 + 4954, + 4958 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 49 }, "end": { - "line": 139, + "line": 140, "column": 53 } } } ], "range": [ - 4905, - 4928 + 4936, + 4959 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 31 }, "end": { - "line": 139, + "line": 140, "column": 54 } } @@ -11876,16 +11967,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4947, - 4950 + 4978, + 4981 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 19 } } @@ -11894,31 +11985,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4951, - 4962 + 4982, + 4993 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 20 }, "end": { - "line": 140, + "line": 141, "column": 31 } } }, "range": [ - 4947, - 4962 + 4978, + 4993 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 31 } } @@ -11927,31 +12018,31 @@ "type": "Identifier", "name": "tblW", "range": [ - 4965, - 4969 + 4996, + 5000 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 34 }, "end": { - "line": 140, + "line": 141, "column": 38 } } }, "range": [ - 4905, - 4969 + 4936, + 5000 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 31 }, "end": { - "line": 140, + "line": 141, "column": 38 } } @@ -11961,93 +12052,93 @@ "value": "px", "raw": "'px'", "range": [ - 4973, - 4977 + 5004, + 5008 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 42 }, "end": { - "line": 140, + "line": 141, "column": 46 } } }, "range": [ - 4904, - 4977 + 4935, + 5008 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 30 }, "end": { - "line": 140, + "line": 141, "column": 46 } } }, "range": [ - 4886, - 4977 + 4917, + 5008 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 46 } } }, "range": [ - 4886, - 4978 + 4917, + 5009 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 47 } } } ], "range": [ - 4872, - 4988 + 4903, + 5019 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 34 }, "end": { - "line": 141, + "line": 142, "column": 9 } } }, "alternate": null, "range": [ - 4846, - 4988 + 4877, + 5019 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 8 }, "end": { - "line": 141, + "line": 142, "column": 9 } }, @@ -12056,16 +12147,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4798, - 4837 + 4829, + 4868 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 8 }, "end": { - "line": 137, + "line": 138, "column": 47 } } @@ -12081,16 +12172,16 @@ "type": "Identifier", "name": "d", "range": [ - 5002, - 5003 + 5033, + 5034 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 13 } } @@ -12104,16 +12195,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5006, - 5009 + 5037, + 5040 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 16 }, "end": { - "line": 143, + "line": 144, "column": 19 } } @@ -12122,31 +12213,31 @@ "type": "Identifier", "name": "remove", "range": [ - 5010, - 5016 + 5041, + 5047 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 20 }, "end": { - "line": 143, + "line": 144, "column": 26 } } }, "range": [ - 5006, - 5016 + 5037, + 5047 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 16 }, "end": { - "line": 143, + "line": 144, "column": 26 } } @@ -12158,16 +12249,16 @@ "object": { "type": "ThisExpression", "range": [ - 5017, - 5021 + 5048, + 5052 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 27 }, "end": { - "line": 143, + "line": 144, "column": 31 } } @@ -12176,62 +12267,62 @@ "type": "Identifier", "name": "tblCont", "range": [ - 5022, - 5029 + 5053, + 5060 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 39 } } }, "range": [ - 5017, - 5029 + 5048, + 5060 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 27 }, "end": { - "line": 143, + "line": 144, "column": 39 } } } ], "range": [ - 5006, - 5030 + 5037, + 5061 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 16 }, "end": { - "line": 143, + "line": 144, "column": 40 } } }, "range": [ - 5002, - 5030 + 5033, + 5061 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 40 } } @@ -12239,16 +12330,16 @@ ], "kind": "let", "range": [ - 4998, - 5031 + 5029, + 5062 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 41 } } @@ -12266,16 +12357,16 @@ "object": { "type": "ThisExpression", "range": [ - 5040, - 5044 + 5071, + 5075 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 8 }, "end": { - "line": 144, + "line": 145, "column": 12 } } @@ -12284,31 +12375,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 5045, - 5056 + 5076, + 5087 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 13 }, "end": { - "line": 144, + "line": 145, "column": 24 } } }, "range": [ - 5040, - 5056 + 5071, + 5087 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 8 }, "end": { - "line": 144, + "line": 145, "column": 24 } } @@ -12317,31 +12408,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 5057, - 5068 + 5088, + 5099 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 25 }, "end": { - "line": 144, + "line": 145, "column": 36 } } }, "range": [ - 5040, - 5068 + 5071, + 5099 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 8 }, "end": { - "line": 144, + "line": 145, "column": 36 } } @@ -12351,47 +12442,47 @@ "type": "Identifier", "name": "d", "range": [ - 5069, - 5070 + 5100, + 5101 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 37 }, "end": { - "line": 144, + "line": 145, "column": 38 } } } ], "range": [ - 5040, - 5071 + 5071, + 5102 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 8 }, "end": { - "line": 144, + "line": 145, "column": 39 } } }, "range": [ - 5040, - 5072 + 5071, + 5103 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 8 }, "end": { - "line": 144, + "line": 145, "column": 40 } }, @@ -12400,16 +12491,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5082, - 5135 + 5113, + 5166 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 61 } } @@ -12427,16 +12518,16 @@ "object": { "type": "ThisExpression", "range": [ - 5144, - 5148 + 5175, + 5179 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 12 } } @@ -12445,31 +12536,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5149, - 5160 + 5180, + 5191 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 13 }, "end": { - "line": 147, + "line": 148, "column": 24 } } }, "range": [ - 5144, - 5160 + 5175, + 5191 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 24 } } @@ -12483,16 +12574,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5163, - 5166 + 5194, + 5197 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 27 }, "end": { - "line": 147, + "line": 148, "column": 30 } } @@ -12501,31 +12592,31 @@ "type": "Identifier", "name": "create", "range": [ - 5167, - 5173 + 5198, + 5204 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 31 }, "end": { - "line": 147, + "line": 148, "column": 37 } } }, "range": [ - 5163, - 5173 + 5194, + 5204 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 27 }, "end": { - "line": 147, + "line": 148, "column": 37 } } @@ -12536,16 +12627,16 @@ "value": "div", "raw": "'div'", "range": [ - 5187, - 5192 + 5218, + 5223 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 17 } } @@ -12558,16 +12649,16 @@ "value": "id", "raw": "'id'", "range": [ - 5194, - 5198 + 5225, + 5229 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 19 }, "end": { - "line": 148, + "line": 149, "column": 23 } } @@ -12581,16 +12672,16 @@ "object": { "type": "ThisExpression", "range": [ - 5200, - 5204 + 5231, + 5235 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 25 }, "end": { - "line": 148, + "line": 149, "column": 29 } } @@ -12599,31 +12690,31 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 5205, - 5220 + 5236, + 5251 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 30 }, "end": { - "line": 148, + "line": 149, "column": 45 } } }, "range": [ - 5200, - 5220 + 5231, + 5251 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 25 }, "end": { - "line": 148, + "line": 149, "column": 45 } } @@ -12635,16 +12726,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5223, - 5225 + 5254, + 5256 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 48 }, "end": { - "line": 148, + "line": 149, "column": 50 } } @@ -12653,108 +12744,108 @@ "type": "Identifier", "name": "id", "range": [ - 5226, - 5228 + 5257, + 5259 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 51 }, "end": { - "line": 148, + "line": 149, "column": 53 } } }, "range": [ - 5223, - 5228 + 5254, + 5259 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 48 }, "end": { - "line": 148, + "line": 149, "column": 53 } } }, "range": [ - 5200, - 5228 + 5231, + 5259 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 25 }, "end": { - "line": 148, + "line": 149, "column": 53 } } } ], "range": [ - 5193, - 5229 + 5224, + 5260 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 18 }, "end": { - "line": 148, + "line": 149, "column": 54 } } } ], "range": [ - 5163, - 5230 + 5194, + 5261 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 27 }, "end": { - "line": 148, + "line": 149, "column": 55 } } }, "range": [ - 5144, - 5230 + 5175, + 5261 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 55 } } }, "range": [ - 5144, - 5231 + 5175, + 5262 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 56 } }, @@ -12763,16 +12854,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5082, - 5135 + 5113, + 5166 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 61 } } @@ -12793,16 +12884,16 @@ "object": { "type": "ThisExpression", "range": [ - 5240, - 5244 + 5271, + 5275 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 12 } } @@ -12811,31 +12902,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5245, - 5256 + 5276, + 5287 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 13 }, "end": { - "line": 149, + "line": 150, "column": 24 } } }, "range": [ - 5240, - 5256 + 5271, + 5287 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 24 } } @@ -12844,31 +12935,31 @@ "type": "Identifier", "name": "className", "range": [ - 5257, - 5266 + 5288, + 5297 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 25 }, "end": { - "line": 149, + "line": 150, "column": 34 } } }, "range": [ - 5240, - 5266 + 5271, + 5297 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 34 } } @@ -12879,16 +12970,16 @@ "object": { "type": "ThisExpression", "range": [ - 5269, - 5273 + 5300, + 5304 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 37 }, "end": { - "line": 149, + "line": 150, "column": 41 } } @@ -12897,61 +12988,61 @@ "type": "Identifier", "name": "gridHeadContCssClass", "range": [ - 5274, - 5294 + 5305, + 5325 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 42 }, "end": { - "line": 149, + "line": 150, "column": 62 } } }, "range": [ - 5269, - 5294 + 5300, + 5325 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 37 }, "end": { - "line": 149, + "line": 150, "column": 62 } } }, "range": [ - 5240, - 5294 + 5271, + 5325 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 62 } } }, "range": [ - 5240, - 5295 + 5271, + 5326 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 63 } } @@ -12964,16 +13055,16 @@ "object": { "type": "ThisExpression", "range": [ - 5307, - 5311 + 5338, + 5342 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 11 }, "end": { - "line": 150, + "line": 151, "column": 15 } } @@ -12982,31 +13073,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5312, - 5321 + 5343, + 5352 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 16 }, "end": { - "line": 150, + "line": 151, "column": 25 } } }, "range": [ - 5307, - 5321 + 5338, + 5352 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 11 }, "end": { - "line": 150, + "line": 151, "column": 25 } } @@ -13030,16 +13121,16 @@ "object": { "type": "ThisExpression", "range": [ - 5339, - 5343 + 5370, + 5374 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 19 } } @@ -13048,31 +13139,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5344, - 5353 + 5375, + 5384 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 29 } } }, "range": [ - 5339, - 5353 + 5370, + 5384 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 29 } } @@ -13081,31 +13172,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5354, - 5361 + 5385, + 5392 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 30 }, "end": { - "line": 151, + "line": 152, "column": 37 } } }, "range": [ - 5339, - 5361 + 5370, + 5392 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 37 } } @@ -13116,32 +13207,32 @@ "value": "%", "raw": "'%'", "range": [ - 5362, - 5365 + 5393, + 5396 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 38 }, "end": { - "line": 151, + "line": 152, "column": 41 } } } ], "range": [ - 5339, - 5366 + 5370, + 5397 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 42 } } @@ -13154,47 +13245,47 @@ "value": 1, "raw": "1", "range": [ - 5371, - 5372 + 5402, + 5403 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 47 }, "end": { - "line": 151, + "line": 152, "column": 48 } } }, "prefix": true, "range": [ - 5370, - 5372 + 5401, + 5403 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 46 }, "end": { - "line": 151, + "line": 152, "column": 48 } } }, "range": [ - 5339, - 5372 + 5370, + 5403 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 48 } } @@ -13219,16 +13310,16 @@ "object": { "type": "ThisExpression", "range": [ - 5391, - 5395 + 5422, + 5426 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 20 } } @@ -13237,31 +13328,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5396, - 5407 + 5427, + 5438 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 32 } } }, "range": [ - 5391, - 5407 + 5422, + 5438 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 32 } } @@ -13270,31 +13361,31 @@ "type": "Identifier", "name": "style", "range": [ - 5408, - 5413 + 5439, + 5444 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 33 }, "end": { - "line": 152, + "line": 153, "column": 38 } } }, "range": [ - 5391, - 5413 + 5422, + 5444 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 38 } } @@ -13303,31 +13394,31 @@ "type": "Identifier", "name": "width", "range": [ - 5414, - 5419 + 5445, + 5450 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 39 }, "end": { - "line": 152, + "line": 153, "column": 44 } } }, "range": [ - 5391, - 5419 + 5422, + 5450 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 44 } } @@ -13337,62 +13428,62 @@ "value": "100%", "raw": "'100%'", "range": [ - 5422, - 5428 + 5453, + 5459 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 47 }, "end": { - "line": 152, + "line": 153, "column": 53 } } }, "range": [ - 5391, - 5428 + 5422, + 5459 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 53 } } }, "range": [ - 5391, - 5429 + 5422, + 5460 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 152, + "line": 153, "column": 54 } } } ], "range": [ - 5373, - 5443 + 5404, + 5474 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 49 }, "end": { - "line": 153, + "line": 154, "column": 13 } } @@ -13417,16 +13508,16 @@ "object": { "type": "ThisExpression", "range": [ - 5467, - 5471 + 5498, + 5502 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 20 } } @@ -13435,31 +13526,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5472, - 5483 + 5503, + 5514 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 21 }, "end": { - "line": 154, + "line": 155, "column": 32 } } }, "range": [ - 5467, - 5483 + 5498, + 5514 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 32 } } @@ -13468,31 +13559,31 @@ "type": "Identifier", "name": "style", "range": [ - 5484, - 5489 + 5515, + 5520 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 33 }, "end": { - "line": 154, + "line": 155, "column": 38 } } }, "range": [ - 5467, - 5489 + 5498, + 5520 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 38 } } @@ -13501,31 +13592,31 @@ "type": "Identifier", "name": "width", "range": [ - 5490, - 5495 + 5521, + 5526 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 39 }, "end": { - "line": 154, + "line": 155, "column": 44 } } }, "range": [ - 5467, - 5495 + 5498, + 5526 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 44 } } @@ -13536,16 +13627,16 @@ "object": { "type": "ThisExpression", "range": [ - 5498, - 5502 + 5529, + 5533 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 47 }, "end": { - "line": 154, + "line": 155, "column": 51 } } @@ -13554,124 +13645,124 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5503, - 5512 + 5534, + 5543 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 52 }, "end": { - "line": 154, + "line": 155, "column": 61 } } }, "range": [ - 5498, - 5512 + 5529, + 5543 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 47 }, "end": { - "line": 154, + "line": 155, "column": 61 } } }, "range": [ - 5467, - 5512 + 5498, + 5543 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 61 } } }, "range": [ - 5467, - 5513 + 5498, + 5544 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 62 } } } ], "range": [ - 5449, - 5527 + 5480, + 5558 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 19 }, "end": { - "line": 155, + "line": 156, "column": 13 } } }, "range": [ - 5336, - 5527 + 5367, + 5558 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 12 }, "end": { - "line": 155, + "line": 156, "column": 13 } } } ], "range": [ - 5322, - 5537 + 5353, + 5568 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 26 }, "end": { - "line": 156, + "line": 157, "column": 9 } } }, "alternate": null, "range": [ - 5304, - 5537 + 5335, + 5568 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 9 } }, @@ -13680,16 +13771,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5547, - 5562 + 5578, + 5593 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 23 } } @@ -13707,16 +13798,16 @@ "object": { "type": "ThisExpression", "range": [ - 5571, - 5575 + 5602, + 5606 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 12 } } @@ -13725,31 +13816,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5576, - 5583 + 5607, + 5614 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 13 }, "end": { - "line": 159, + "line": 160, "column": 20 } } }, "range": [ - 5571, - 5583 + 5602, + 5614 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 20 } } @@ -13763,16 +13854,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5586, - 5589 + 5617, + 5620 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 26 } } @@ -13781,31 +13872,31 @@ "type": "Identifier", "name": "create", "range": [ - 5590, - 5596 + 5621, + 5627 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 27 }, "end": { - "line": 159, + "line": 160, "column": 33 } } }, "range": [ - 5586, - 5596 + 5617, + 5627 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 33 } } @@ -13816,16 +13907,16 @@ "value": "table", "raw": "'table'", "range": [ - 5597, - 5604 + 5628, + 5635 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 34 }, "end": { - "line": 159, + "line": 160, "column": 41 } } @@ -13838,16 +13929,16 @@ "value": "id", "raw": "'id'", "range": [ - 5607, - 5611 + 5638, + 5642 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 44 }, "end": { - "line": 159, + "line": 160, "column": 48 } } @@ -13861,16 +13952,16 @@ "object": { "type": "ThisExpression", "range": [ - 5613, - 5617 + 5644, + 5648 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 50 }, "end": { - "line": 159, + "line": 160, "column": 54 } } @@ -13879,31 +13970,31 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 5618, - 5629 + 5649, + 5660 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 55 }, "end": { - "line": 159, + "line": 160, "column": 66 } } }, "range": [ - 5613, - 5629 + 5644, + 5660 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 50 }, "end": { - "line": 159, + "line": 160, "column": 66 } } @@ -13915,16 +14006,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5632, - 5634 + 5663, + 5665 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 69 }, "end": { - "line": 159, + "line": 160, "column": 71 } } @@ -13933,108 +14024,108 @@ "type": "Identifier", "name": "id", "range": [ - 5635, - 5637 + 5666, + 5668 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 72 }, "end": { - "line": 159, + "line": 160, "column": 74 } } }, "range": [ - 5632, - 5637 + 5663, + 5668 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 69 }, "end": { - "line": 159, + "line": 160, "column": 74 } } }, "range": [ - 5613, - 5637 + 5644, + 5668 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 50 }, "end": { - "line": 159, + "line": 160, "column": 74 } } } ], "range": [ - 5606, - 5638 + 5637, + 5669 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 43 }, "end": { - "line": 159, + "line": 160, "column": 75 } } } ], "range": [ - 5586, - 5639 + 5617, + 5670 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 159, + "line": 160, "column": 76 } } }, "range": [ - 5571, - 5639 + 5602, + 5670 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 76 } } }, "range": [ - 5571, - 5640 + 5602, + 5671 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 77 } }, @@ -14043,16 +14134,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5547, - 5562 + 5578, + 5593 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 23 } } @@ -14068,16 +14159,16 @@ "type": "Identifier", "name": "tH", "range": [ - 5653, - 5655 + 5684, + 5686 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 14 } } @@ -14091,16 +14182,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5658, - 5661 + 5689, + 5692 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 17 }, "end": { - "line": 160, + "line": 161, "column": 20 } } @@ -14109,31 +14200,31 @@ "type": "Identifier", "name": "create", "range": [ - 5662, - 5668 + 5693, + 5699 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 21 }, "end": { - "line": 160, + "line": 161, "column": 27 } } }, "range": [ - 5658, - 5668 + 5689, + 5699 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 17 }, "end": { - "line": 160, + "line": 161, "column": 27 } } @@ -14144,47 +14235,47 @@ "value": "tHead", "raw": "'tHead'", "range": [ - 5669, - 5676 + 5700, + 5707 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 28 }, "end": { - "line": 160, + "line": 161, "column": 35 } } } ], "range": [ - 5658, - 5677 + 5689, + 5708 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 17 }, "end": { - "line": 160, + "line": 161, "column": 36 } } }, "range": [ - 5653, - 5677 + 5684, + 5708 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 36 } } @@ -14192,16 +14283,16 @@ ], "kind": "let", "range": [ - 5649, - 5678 + 5680, + 5709 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 37 } }, @@ -14210,16 +14301,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5688, - 5745 + 5719, + 5776 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 65 } } @@ -14228,16 +14319,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5754, - 5794 + 5785, + 5825 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 48 } } @@ -14253,16 +14344,16 @@ "type": "Identifier", "name": "hRow", "range": [ - 5807, - 5811 + 5838, + 5842 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 16 } } @@ -14277,16 +14368,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 5814, - 5817 + 5845, + 5848 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 19 }, "end": { - "line": 164, + "line": 165, "column": 22 } } @@ -14295,31 +14386,31 @@ "type": "Identifier", "name": "rows", "range": [ - 5818, - 5822 + 5849, + 5853 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 23 }, "end": { - "line": 164, + "line": 165, "column": 27 } } }, "range": [ - 5814, - 5822 + 5845, + 5853 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 19 }, "end": { - "line": 164, + "line": 165, "column": 27 } } @@ -14330,16 +14421,16 @@ "object": { "type": "ThisExpression", "range": [ - 5823, - 5827 + 5854, + 5858 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 28 }, "end": { - "line": 164, + "line": 165, "column": 32 } } @@ -14348,61 +14439,61 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 5828, - 5844 + 5859, + 5875 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 33 }, "end": { - "line": 164, + "line": 165, "column": 49 } } }, "range": [ - 5823, - 5844 + 5854, + 5875 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 28 }, "end": { - "line": 164, + "line": 165, "column": 49 } } }, "range": [ - 5814, - 5845 + 5845, + 5876 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 19 }, "end": { - "line": 164, + "line": 165, "column": 50 } } }, "range": [ - 5807, - 5845 + 5838, + 5876 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 50 } } @@ -14410,16 +14501,16 @@ ], "kind": "let", "range": [ - 5803, - 5846 + 5834, + 5877 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 51 } }, @@ -14428,16 +14519,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5688, - 5745 + 5719, + 5776 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 65 } } @@ -14446,16 +14537,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5754, - 5794 + 5785, + 5825 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 48 } } @@ -14471,16 +14562,16 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 5859, - 5871 + 5890, + 5902 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 24 } } @@ -14489,31 +14580,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5874, - 5876 + 5905, + 5907 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 27 }, "end": { - "line": 165, + "line": 166, "column": 29 } } }, "range": [ - 5859, - 5876 + 5890, + 5907 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 29 } } @@ -14521,16 +14612,16 @@ ], "kind": "let", "range": [ - 5855, - 5877 + 5886, + 5908 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 30 } } @@ -14546,16 +14637,16 @@ "type": "Identifier", "name": "n", "range": [ - 5894, - 5895 + 5925, + 5926 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 17 } } @@ -14565,31 +14656,31 @@ "value": 0, "raw": "0", "range": [ - 5896, - 5897 + 5927, + 5928 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 18 }, "end": { - "line": 166, + "line": 167, "column": 19 } } }, "range": [ - 5894, - 5897 + 5925, + 5928 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 19 } } @@ -14597,16 +14688,16 @@ ], "kind": "let", "range": [ - 5890, - 5897 + 5921, + 5928 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 19 } } @@ -14618,16 +14709,16 @@ "type": "Identifier", "name": "n", "range": [ - 5899, - 5900 + 5930, + 5931 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 21 }, "end": { - "line": 166, + "line": 167, "column": 22 } } @@ -14639,16 +14730,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5901, - 5903 + 5932, + 5934 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 23 }, "end": { - "line": 166, + "line": 167, "column": 25 } } @@ -14657,46 +14748,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5904, - 5911 + 5935, + 5942 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 26 }, "end": { - "line": 166, + "line": 167, "column": 33 } } }, "range": [ - 5901, - 5911 + 5932, + 5942 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 23 }, "end": { - "line": 166, + "line": 167, "column": 33 } } }, "range": [ - 5899, - 5911 + 5930, + 5942 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 21 }, "end": { - "line": 166, + "line": 167, "column": 33 } } @@ -14708,32 +14799,32 @@ "type": "Identifier", "name": "n", "range": [ - 5913, - 5914 + 5944, + 5945 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 35 }, "end": { - "line": 166, + "line": 167, "column": 36 } } }, "prefix": false, "range": [ - 5913, - 5916 + 5944, + 5947 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 35 }, "end": { - "line": 166, + "line": 167, "column": 38 } } @@ -14750,16 +14841,16 @@ "type": "Identifier", "name": "c", "range": [ - 5935, - 5936 + 5966, + 5967 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 17 } } @@ -14774,16 +14865,16 @@ "type": "Identifier", "name": "hRow", "range": [ - 5939, - 5943 + 5970, + 5974 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 24 } } @@ -14792,31 +14883,31 @@ "type": "Identifier", "name": "cells", "range": [ - 5944, - 5949 + 5975, + 5980 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 25 }, "end": { - "line": 167, + "line": 168, "column": 30 } } }, "range": [ - 5939, - 5949 + 5970, + 5980 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 30 } } @@ -14825,46 +14916,46 @@ "type": "Identifier", "name": "n", "range": [ - 5950, - 5951 + 5981, + 5982 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 31 }, "end": { - "line": 167, + "line": 168, "column": 32 } } }, "range": [ - 5939, - 5952 + 5970, + 5983 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 33 } } }, "range": [ - 5935, - 5952 + 5966, + 5983 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 33 } } @@ -14872,16 +14963,16 @@ ], "kind": "let", "range": [ - 5931, - 5953 + 5962, + 5984 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 34 } } @@ -14895,16 +14986,16 @@ "type": "Identifier", "name": "thId", "range": [ - 5970, - 5974 + 6001, + 6005 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 16 }, "end": { - "line": 168, + "line": 169, "column": 20 } } @@ -14918,16 +15009,16 @@ "type": "Identifier", "name": "c", "range": [ - 5977, - 5978 + 6008, + 6009 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 23 }, "end": { - "line": 168, + "line": 169, "column": 24 } } @@ -14936,31 +15027,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 5979, - 5991 + 6010, + 6022 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 25 }, "end": { - "line": 168, + "line": 169, "column": 37 } } }, "range": [ - 5977, - 5991 + 6008, + 6022 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 23 }, "end": { - "line": 168, + "line": 169, "column": 37 } } @@ -14971,47 +15062,47 @@ "value": "id", "raw": "'id'", "range": [ - 5992, - 5996 + 6023, + 6027 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 38 }, "end": { - "line": 168, + "line": 169, "column": 42 } } } ], "range": [ - 5977, - 5997 + 6008, + 6028 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 23 }, "end": { - "line": 168, + "line": 169, "column": 43 } } }, "range": [ - 5970, - 5997 + 6001, + 6028 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 16 }, "end": { - "line": 168, + "line": 169, "column": 43 } } @@ -15019,16 +15110,16 @@ ], "kind": "let", "range": [ - 5966, - 5998 + 5997, + 6029 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 44 } } @@ -15045,32 +15136,32 @@ "type": "Identifier", "name": "thId", "range": [ - 6015, - 6019 + 6046, + 6050 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 20 } } }, "prefix": true, "range": [ - 6014, - 6019 + 6045, + 6050 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 15 }, "end": { - "line": 169, + "line": 170, "column": 20 } } @@ -15082,16 +15173,16 @@ "type": "Identifier", "name": "thId", "range": [ - 6023, - 6027 + 6054, + 6058 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 24 }, "end": { - "line": 169, + "line": 170, "column": 28 } } @@ -15101,46 +15192,46 @@ "value": "", "raw": "''", "range": [ - 6030, - 6032 + 6061, + 6063 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 31 }, "end": { - "line": 169, + "line": 170, "column": 33 } } }, "range": [ - 6023, - 6032 + 6054, + 6063 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 24 }, "end": { - "line": 169, + "line": 170, "column": 33 } } }, "range": [ - 6014, - 6032 + 6045, + 6063 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 15 }, "end": { - "line": 169, + "line": 170, "column": 33 } } @@ -15157,16 +15248,16 @@ "type": "Identifier", "name": "thId", "range": [ - 6051, - 6055 + 6082, + 6086 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 20 } } @@ -15186,16 +15277,16 @@ "object": { "type": "ThisExpression", "range": [ - 6058, - 6062 + 6089, + 6093 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 27 } } @@ -15204,31 +15295,31 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 6063, - 6073 + 6094, + 6104 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 28 }, "end": { - "line": 170, + "line": 171, "column": 38 } } }, "range": [ - 6058, - 6073 + 6089, + 6104 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 38 } } @@ -15237,31 +15328,31 @@ "type": "Identifier", "name": "n", "range": [ - 6074, - 6075 + 6105, + 6106 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 39 }, "end": { - "line": 170, + "line": 171, "column": 40 } } }, "range": [ - 6058, - 6075 + 6089, + 6106 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 40 } } @@ -15271,31 +15362,31 @@ "value": "_", "raw": "'_'", "range": [ - 6076, - 6079 + 6107, + 6110 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 41 }, "end": { - "line": 170, + "line": 171, "column": 44 } } }, "range": [ - 6058, - 6079 + 6089, + 6110 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 44 } } @@ -15307,16 +15398,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6080, - 6082 + 6111, + 6113 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 45 }, "end": { - "line": 170, + "line": 171, "column": 47 } } @@ -15325,76 +15416,76 @@ "type": "Identifier", "name": "id", "range": [ - 6083, - 6085 + 6114, + 6116 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 48 }, "end": { - "line": 170, + "line": 171, "column": 50 } } }, "range": [ - 6080, - 6085 + 6111, + 6116 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 45 }, "end": { - "line": 170, + "line": 171, "column": 50 } } }, "range": [ - 6058, - 6085 + 6089, + 6116 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 50 } } }, "range": [ - 6051, - 6085 + 6082, + 6116 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 50 } } }, "range": [ - 6051, - 6086 + 6082, + 6117 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 51 } } @@ -15410,16 +15501,16 @@ "type": "Identifier", "name": "c", "range": [ - 6103, - 6104 + 6134, + 6135 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 16 }, "end": { - "line": 171, + "line": 172, "column": 17 } } @@ -15428,31 +15519,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6105, - 6117 + 6136, + 6148 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 18 }, "end": { - "line": 171, + "line": 172, "column": 30 } } }, "range": [ - 6103, - 6117 + 6134, + 6148 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 16 }, "end": { - "line": 171, + "line": 172, "column": 30 } } @@ -15463,16 +15554,16 @@ "value": "id", "raw": "'id'", "range": [ - 6118, - 6122 + 6149, + 6153 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 31 }, "end": { - "line": 171, + "line": 172, "column": 35 } } @@ -15481,79 +15572,79 @@ "type": "Identifier", "name": "thId", "range": [ - 6124, - 6128 + 6155, + 6159 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 37 }, "end": { - "line": 171, + "line": 172, "column": 41 } } } ], "range": [ - 6103, - 6129 + 6134, + 6160 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 16 }, "end": { - "line": 171, + "line": 172, "column": 42 } } }, "range": [ - 6103, - 6130 + 6134, + 6161 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 16 }, "end": { - "line": 171, + "line": 172, "column": 43 } } } ], "range": [ - 6033, - 6144 + 6064, + 6175 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 34 }, "end": { - "line": 172, + "line": 173, "column": 13 } } }, "alternate": null, "range": [ - 6011, - 6144 + 6042, + 6175 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 13 } } @@ -15569,16 +15660,16 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 6157, - 6169 + 6188, + 6200 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 24 } } @@ -15587,31 +15678,31 @@ "type": "Identifier", "name": "push", "range": [ - 6170, - 6174 + 6201, + 6205 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 25 }, "end": { - "line": 173, + "line": 174, "column": 29 } } }, "range": [ - 6157, - 6174 + 6188, + 6205 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 29 } } @@ -15621,78 +15712,78 @@ "type": "Identifier", "name": "thId", "range": [ - 6175, - 6179 + 6206, + 6210 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 30 }, "end": { - "line": 173, + "line": 174, "column": 34 } } } ], "range": [ - 6157, - 6180 + 6188, + 6211 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 35 } } }, "range": [ - 6157, - 6181 + 6188, + 6212 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 36 } } } ], "range": [ - 5917, - 6191 + 5948, + 6222 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 39 }, "end": { - "line": 174, + "line": 175, "column": 9 } } }, "range": [ - 5886, - 6191 + 5917, + 6222 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 174, + "line": 175, "column": 9 } }, @@ -15701,16 +15792,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6201, - 6225 + 6232, + 6256 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 32 } } @@ -15726,16 +15817,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6238, - 6248 + 6269, + 6279 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 12 }, "end": { - "line": 177, + "line": 178, "column": 22 } } @@ -15749,16 +15840,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6251, - 6254 + 6282, + 6285 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 25 }, "end": { - "line": 177, + "line": 178, "column": 28 } } @@ -15767,31 +15858,31 @@ "type": "Identifier", "name": "create", "range": [ - 6255, - 6261 + 6286, + 6292 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 29 }, "end": { - "line": 177, + "line": 178, "column": 35 } } }, "range": [ - 6251, - 6261 + 6282, + 6292 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 25 }, "end": { - "line": 177, + "line": 178, "column": 35 } } @@ -15802,47 +15893,47 @@ "value": "tr", "raw": "'tr'", "range": [ - 6262, - 6266 + 6293, + 6297 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 36 }, "end": { - "line": 177, + "line": 178, "column": 40 } } } ], "range": [ - 6251, - 6267 + 6282, + 6298 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 25 }, "end": { - "line": 177, + "line": 178, "column": 41 } } }, "range": [ - 6238, - 6267 + 6269, + 6298 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 12 }, "end": { - "line": 177, + "line": 178, "column": 41 } } @@ -15850,16 +15941,16 @@ ], "kind": "let", "range": [ - 6234, - 6268 + 6265, + 6299 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 177, + "line": 178, "column": 42 } }, @@ -15868,16 +15959,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6201, - 6225 + 6232, + 6256 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 32 } } @@ -15895,16 +15986,16 @@ "object": { "type": "ThisExpression", "range": [ - 6280, - 6284 + 6311, + 6315 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 11 }, "end": { - "line": 178, + "line": 179, "column": 15 } } @@ -15913,31 +16004,31 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 6285, - 6302 + 6316, + 6333 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 16 }, "end": { - "line": 178, + "line": 179, "column": 33 } } }, "range": [ - 6280, - 6302 + 6311, + 6333 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 11 }, "end": { - "line": 178, + "line": 179, "column": 33 } } @@ -15949,16 +16040,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6306, - 6308 + 6337, + 6339 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 37 }, "end": { - "line": 178, + "line": 179, "column": 39 } } @@ -15967,46 +16058,46 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 6309, - 6316 + 6340, + 6347 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 40 }, "end": { - "line": 178, + "line": 179, "column": 47 } } }, "range": [ - 6306, - 6316 + 6337, + 6347 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 37 }, "end": { - "line": 178, + "line": 179, "column": 47 } } }, "range": [ - 6280, - 6316 + 6311, + 6347 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 11 }, "end": { - "line": 178, + "line": 179, "column": 47 } } @@ -16026,16 +16117,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6331, - 6333 + 6362, + 6364 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 14 } } @@ -16044,31 +16135,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6334, - 6351 + 6365, + 6382 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 15 }, "end": { - "line": 179, + "line": 180, "column": 32 } } }, "range": [ - 6331, - 6351 + 6362, + 6382 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 32 } } @@ -16077,46 +16168,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6354, - 6356 + 6385, + 6387 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 35 }, "end": { - "line": 179, + "line": 180, "column": 37 } } }, "range": [ - 6331, - 6356 + 6362, + 6387 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 37 } } }, "range": [ - 6331, - 6357 + 6362, + 6388 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 38 } } @@ -16132,16 +16223,16 @@ "type": "Identifier", "name": "j", "range": [ - 6378, - 6379 + 6409, + 6410 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 20 }, "end": { - "line": 180, + "line": 181, "column": 21 } } @@ -16151,31 +16242,31 @@ "value": 0, "raw": "0", "range": [ - 6380, - 6381 + 6411, + 6412 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 22 }, "end": { - "line": 180, + "line": 181, "column": 23 } } }, "range": [ - 6378, - 6381 + 6409, + 6412 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 20 }, "end": { - "line": 180, + "line": 181, "column": 23 } } @@ -16183,16 +16274,16 @@ ], "kind": "let", "range": [ - 6374, - 6381 + 6405, + 6412 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 23 } } @@ -16204,16 +16295,16 @@ "type": "Identifier", "name": "j", "range": [ - 6383, - 6384 + 6414, + 6415 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 25 }, "end": { - "line": 180, + "line": 181, "column": 26 } } @@ -16225,16 +16316,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6385, - 6387 + 6416, + 6418 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 27 }, "end": { - "line": 180, + "line": 181, "column": 29 } } @@ -16243,46 +16334,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 6388, - 6395 + 6419, + 6426 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 37 } } }, "range": [ - 6385, - 6395 + 6416, + 6426 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 27 }, "end": { - "line": 180, + "line": 181, "column": 37 } } }, "range": [ - 6383, - 6395 + 6414, + 6426 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 25 }, "end": { - "line": 180, + "line": 181, "column": 37 } } @@ -16294,32 +16385,32 @@ "type": "Identifier", "name": "j", "range": [ - 6397, - 6398 + 6428, + 6429 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 39 }, "end": { - "line": 180, + "line": 181, "column": 40 } } }, "prefix": false, "range": [ - 6397, - 6400 + 6428, + 6431 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 39 }, "end": { - "line": 180, + "line": 181, "column": 42 } } @@ -16336,16 +16427,16 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6423, - 6430 + 6454, + 6461 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 27 } } @@ -16366,16 +16457,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6433, - 6435 + 6464, + 6466 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 30 }, "end": { - "line": 181, + "line": 182, "column": 32 } } @@ -16384,31 +16475,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 6436, - 6443 + 6467, + 6474 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 33 }, "end": { - "line": 181, + "line": 182, "column": 40 } } }, "range": [ - 6433, - 6443 + 6464, + 6474 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 30 }, "end": { - "line": 181, + "line": 182, "column": 40 } } @@ -16417,31 +16508,31 @@ "type": "Identifier", "name": "j", "range": [ - 6444, - 6445 + 6475, + 6476 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 41 }, "end": { - "line": 181, + "line": 182, "column": 42 } } }, "range": [ - 6433, - 6445 + 6464, + 6476 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 30 }, "end": { - "line": 181, + "line": 182, "column": 42 } } @@ -16452,16 +16543,16 @@ "object": { "type": "ThisExpression", "range": [ - 6447, - 6451 + 6478, + 6482 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 44 }, "end": { - "line": 181, + "line": 182, "column": 48 } } @@ -16470,46 +16561,46 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 6452, - 6465 + 6483, + 6496 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 49 }, "end": { - "line": 181, + "line": 182, "column": 62 } } }, "range": [ - 6447, - 6465 + 6478, + 6496 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 44 }, "end": { - "line": 181, + "line": 182, "column": 62 } } }, "range": [ - 6433, - 6465 + 6464, + 6496 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 30 }, "end": { - "line": 181, + "line": 182, "column": 62 } } @@ -16521,16 +16612,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6467, - 6469 + 6498, + 6500 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 64 }, "end": { - "line": 181, + "line": 182, "column": 66 } } @@ -16539,61 +16630,61 @@ "type": "Identifier", "name": "id", "range": [ - 6470, - 6472 + 6501, + 6503 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 67 }, "end": { - "line": 181, + "line": 182, "column": 69 } } }, "range": [ - 6467, - 6472 + 6498, + 6503 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 64 }, "end": { - "line": 181, + "line": 182, "column": 69 } } }, "range": [ - 6433, - 6472 + 6464, + 6503 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 30 }, "end": { - "line": 181, + "line": 182, "column": 69 } } }, "range": [ - 6423, - 6472 + 6454, + 6503 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 69 } } @@ -16601,16 +16692,16 @@ ], "kind": "let", "range": [ - 6419, - 6473 + 6450, + 6504 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 16 }, "end": { - "line": 181, + "line": 182, "column": 70 } } @@ -16624,16 +16715,16 @@ "type": "Identifier", "name": "cl", "range": [ - 6494, - 6496 + 6525, + 6527 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 182, + "line": 183, "column": 22 } } @@ -16647,16 +16738,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6499, - 6502 + 6530, + 6533 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 25 }, "end": { - "line": 182, + "line": 183, "column": 28 } } @@ -16665,31 +16756,31 @@ "type": "Identifier", "name": "create", "range": [ - 6503, - 6509 + 6534, + 6540 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 29 }, "end": { - "line": 182, + "line": 183, "column": 35 } } }, "range": [ - 6499, - 6509 + 6530, + 6540 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 25 }, "end": { - "line": 182, + "line": 183, "column": 35 } } @@ -16702,16 +16793,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6510, - 6512 + 6541, + 6543 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 36 }, "end": { - "line": 182, + "line": 183, "column": 38 } } @@ -16720,31 +16811,31 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 6513, - 6523 + 6544, + 6554 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 39 }, "end": { - "line": 182, + "line": 183, "column": 49 } } }, "range": [ - 6510, - 6523 + 6541, + 6554 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 36 }, "end": { - "line": 182, + "line": 183, "column": 49 } } @@ -16757,16 +16848,16 @@ "value": "id", "raw": "'id'", "range": [ - 6526, - 6530 + 6557, + 6561 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 52 }, "end": { - "line": 182, + "line": 183, "column": 56 } } @@ -16775,63 +16866,63 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6532, - 6539 + 6563, + 6570 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 58 }, "end": { - "line": 182, + "line": 183, "column": 65 } } } ], "range": [ - 6525, - 6540 + 6556, + 6571 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 51 }, "end": { - "line": 182, + "line": 183, "column": 66 } } } ], "range": [ - 6499, - 6541 + 6530, + 6572 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 25 }, "end": { - "line": 182, + "line": 183, "column": 67 } } }, "range": [ - 6494, - 6541 + 6525, + 6572 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 20 }, "end": { - "line": 182, + "line": 183, "column": 67 } } @@ -16839,16 +16930,16 @@ ], "kind": "let", "range": [ - 6490, - 6542 + 6521, + 6573 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 68 } } @@ -16864,16 +16955,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6559, - 6569 + 6590, + 6600 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 26 } } @@ -16882,31 +16973,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6570, - 6581 + 6601, + 6612 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 27 }, "end": { - "line": 183, + "line": 184, "column": 38 } } }, "range": [ - 6559, - 6581 + 6590, + 6612 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 38 } } @@ -16916,47 +17007,47 @@ "type": "Identifier", "name": "cl", "range": [ - 6582, - 6584 + 6613, + 6615 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 39 }, "end": { - "line": 183, + "line": 184, "column": 41 } } } ], "range": [ - 6559, - 6585 + 6590, + 6616 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 42 } } }, "range": [ - 6559, - 6586 + 6590, + 6617 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 43 } } @@ -16976,16 +17067,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6603, - 6605 + 6634, + 6636 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 184, + "line": 185, "column": 18 } } @@ -16994,31 +17085,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6606, - 6623 + 6637, + 6654 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 19 }, "end": { - "line": 184, + "line": 185, "column": 36 } } }, "range": [ - 6603, - 6623 + 6634, + 6654 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 184, + "line": 185, "column": 36 } } @@ -17027,31 +17118,31 @@ "type": "Identifier", "name": "j", "range": [ - 6624, - 6625 + 6655, + 6656 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 37 }, "end": { - "line": 184, + "line": 185, "column": 38 } } }, "range": [ - 6603, - 6626 + 6634, + 6657 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 184, + "line": 185, "column": 39 } } @@ -17060,109 +17151,109 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6629, - 6636 + 6660, + 6667 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 42 }, "end": { - "line": 184, + "line": 185, "column": 49 } } }, "range": [ - 6603, - 6636 + 6634, + 6667 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 184, + "line": 185, "column": 49 } } }, "range": [ - 6603, - 6637 + 6634, + 6668 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 16 }, "end": { - "line": 184, + "line": 185, "column": 50 } } } ], "range": [ - 6401, - 6651 + 6432, + 6682 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 43 }, "end": { - "line": 185, + "line": 186, "column": 13 } } }, "range": [ - 6370, - 6651 + 6401, + 6682 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 12 }, "end": { - "line": 185, + "line": 186, "column": 13 } } } ], "range": [ - 6317, - 6661 + 6348, + 6692 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 48 }, "end": { - "line": 186, + "line": 187, "column": 9 } } }, "alternate": null, "range": [ - 6277, - 6661 + 6308, + 6692 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 186, + "line": 187, "column": 9 } }, @@ -17171,16 +17262,16 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6671, - 6730 + 6702, + 6761 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 67 } } @@ -17198,16 +17289,16 @@ "object": { "type": "ThisExpression", "range": [ - 6743, - 6747 + 6774, + 6778 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 12 }, "end": { - "line": 189, + "line": 190, "column": 16 } } @@ -17216,47 +17307,47 @@ "type": "Identifier", "name": "noHeaders", "range": [ - 6748, - 6757 + 6779, + 6788 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 17 }, "end": { - "line": 189, + "line": 190, "column": 26 } } }, "range": [ - 6743, - 6757 + 6774, + 6788 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 12 }, "end": { - "line": 189, + "line": 190, "column": 26 } } }, "prefix": true, "range": [ - 6742, - 6757 + 6773, + 6788 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 11 }, "end": { - "line": 189, + "line": 190, "column": 26 } } @@ -17275,16 +17366,16 @@ "type": "Identifier", "name": "i", "range": [ - 6781, - 6782 + 6812, + 6813 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 20 }, "end": { - "line": 190, + "line": 191, "column": 21 } } @@ -17294,31 +17385,31 @@ "value": 0, "raw": "0", "range": [ - 6783, - 6784 + 6814, + 6815 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 22 }, "end": { - "line": 190, + "line": 191, "column": 23 } } }, "range": [ - 6781, - 6784 + 6812, + 6815 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 20 }, "end": { - "line": 190, + "line": 191, "column": 23 } } @@ -17326,16 +17417,16 @@ ], "kind": "let", "range": [ - 6777, - 6784 + 6808, + 6815 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 190, + "line": 191, "column": 23 } } @@ -17347,16 +17438,16 @@ "type": "Identifier", "name": "i", "range": [ - 6786, - 6787 + 6817, + 6818 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 25 }, "end": { - "line": 190, + "line": 191, "column": 26 } } @@ -17370,16 +17461,16 @@ "object": { "type": "ThisExpression", "range": [ - 6788, - 6792 + 6819, + 6823 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 27 }, "end": { - "line": 190, + "line": 191, "column": 31 } } @@ -17388,31 +17479,31 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 6793, - 6805 + 6824, + 6836 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 32 }, "end": { - "line": 190, + "line": 191, "column": 44 } } }, "range": [ - 6788, - 6805 + 6819, + 6836 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 27 }, "end": { - "line": 190, + "line": 191, "column": 44 } } @@ -17421,46 +17512,46 @@ "type": "Identifier", "name": "length", "range": [ - 6806, - 6812 + 6837, + 6843 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 45 }, "end": { - "line": 190, + "line": 191, "column": 51 } } }, "range": [ - 6788, - 6812 + 6819, + 6843 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 27 }, "end": { - "line": 190, + "line": 191, "column": 51 } } }, "range": [ - 6786, - 6812 + 6817, + 6843 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 25 }, "end": { - "line": 190, + "line": 191, "column": 51 } } @@ -17472,32 +17563,32 @@ "type": "Identifier", "name": "i", "range": [ - 6814, - 6815 + 6845, + 6846 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 53 }, "end": { - "line": 190, + "line": 191, "column": 54 } } }, "prefix": false, "range": [ - 6814, - 6817 + 6845, + 6848 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 53 }, "end": { - "line": 190, + "line": 191, "column": 56 } } @@ -17514,16 +17605,16 @@ "type": "Identifier", "name": "headRow", "range": [ - 6840, - 6847 + 6871, + 6878 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 20 }, "end": { - "line": 191, + "line": 192, "column": 27 } } @@ -17538,16 +17629,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 6850, - 6853 + 6881, + 6884 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 30 }, "end": { - "line": 191, + "line": 192, "column": 33 } } @@ -17556,31 +17647,31 @@ "type": "Identifier", "name": "rows", "range": [ - 6854, - 6858 + 6885, + 6889 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 34 }, "end": { - "line": 191, + "line": 192, "column": 38 } } }, "range": [ - 6850, - 6858 + 6881, + 6889 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 30 }, "end": { - "line": 191, + "line": 192, "column": 38 } } @@ -17594,16 +17685,16 @@ "object": { "type": "ThisExpression", "range": [ - 6859, - 6863 + 6890, + 6894 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 39 }, "end": { - "line": 191, + "line": 192, "column": 43 } } @@ -17612,31 +17703,31 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 6864, - 6876 + 6895, + 6907 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 44 }, "end": { - "line": 191, + "line": 192, "column": 56 } } }, "range": [ - 6859, - 6876 + 6890, + 6907 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 39 }, "end": { - "line": 191, + "line": 192, "column": 56 } } @@ -17646,61 +17737,61 @@ "value": 0, "raw": "0", "range": [ - 6877, - 6878 + 6908, + 6909 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 57 }, "end": { - "line": 191, + "line": 192, "column": 58 } } }, "range": [ - 6859, - 6879 + 6890, + 6910 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 39 }, "end": { - "line": 191, + "line": 192, "column": 59 } } }, "range": [ - 6850, - 6880 + 6881, + 6911 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 30 }, "end": { - "line": 191, + "line": 192, "column": 60 } } }, "range": [ - 6840, - 6880 + 6871, + 6911 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 20 }, "end": { - "line": 191, + "line": 192, "column": 60 } } @@ -17708,16 +17799,16 @@ ], "kind": "let", "range": [ - 6836, - 6881 + 6867, + 6912 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 16 }, "end": { - "line": 191, + "line": 192, "column": 61 } } @@ -17733,16 +17824,16 @@ "type": "Identifier", "name": "tH", "range": [ - 6898, - 6900 + 6929, + 6931 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 16 }, "end": { - "line": 192, + "line": 193, "column": 18 } } @@ -17751,31 +17842,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6901, - 6912 + 6932, + 6943 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 19 }, "end": { - "line": 192, + "line": 193, "column": 30 } } }, "range": [ - 6898, - 6912 + 6929, + 6943 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 16 }, "end": { - "line": 192, + "line": 193, "column": 30 } } @@ -17785,94 +17876,94 @@ "type": "Identifier", "name": "headRow", "range": [ - 6913, - 6920 + 6944, + 6951 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 31 }, "end": { - "line": 192, + "line": 193, "column": 38 } } } ], "range": [ - 6898, - 6921 + 6929, + 6952 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 16 }, "end": { - "line": 192, + "line": 193, "column": 39 } } }, "range": [ - 6898, - 6922 + 6929, + 6953 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 16 }, "end": { - "line": 192, + "line": 193, "column": 40 } } } ], "range": [ - 6818, - 6936 + 6849, + 6967 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 57 }, "end": { - "line": 193, + "line": 194, "column": 13 } } }, "range": [ - 6773, - 6936 + 6804, + 6967 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 12 }, "end": { - "line": 193, + "line": 194, "column": 13 } } } ], "range": [ - 6759, - 6946 + 6790, + 6977 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 28 }, "end": { - "line": 194, + "line": 195, "column": 9 } } @@ -17891,16 +17982,16 @@ "type": "Identifier", "name": "tH", "range": [ - 7061, - 7063 + 7092, + 7094 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 12 }, "end": { - "line": 197, + "line": 198, "column": 14 } } @@ -17909,31 +18000,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7064, - 7075 + 7095, + 7106 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 15 }, "end": { - "line": 197, + "line": 198, "column": 26 } } }, "range": [ - 7061, - 7075 + 7092, + 7106 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 12 }, "end": { - "line": 197, + "line": 198, "column": 26 } } @@ -17948,16 +18039,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7076, - 7079 + 7107, + 7110 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 27 }, "end": { - "line": 197, + "line": 198, "column": 30 } } @@ -17966,31 +18057,31 @@ "type": "Identifier", "name": "create", "range": [ - 7080, - 7086 + 7111, + 7117 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 31 }, "end": { - "line": 197, + "line": 198, "column": 37 } } }, "range": [ - 7076, - 7086 + 7107, + 7117 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 27 }, "end": { - "line": 197, + "line": 198, "column": 37 } } @@ -18001,63 +18092,63 @@ "value": "tr", "raw": "'tr'", "range": [ - 7087, - 7091 + 7118, + 7122 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 38 }, "end": { - "line": 197, + "line": 198, "column": 42 } } } ], "range": [ - 7076, - 7092 + 7107, + 7123 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 27 }, "end": { - "line": 197, + "line": 198, "column": 43 } } } ], "range": [ - 7061, - 7093 + 7092, + 7124 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 12 }, "end": { - "line": 197, + "line": 198, "column": 44 } } }, "range": [ - 7061, - 7094 + 7092, + 7125 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 12 }, "end": { - "line": 197, + "line": 198, "column": 45 } }, @@ -18066,16 +18157,16 @@ "type": "Line", "value": " Handle table with no headers, assuming here headers do not", "range": [ - 6966, - 7027 + 6997, + 7058 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 12 }, "end": { - "line": 195, + "line": 196, "column": 73 } } @@ -18084,16 +18175,16 @@ "type": "Line", "value": " exist", "range": [ - 7040, - 7048 + 7071, + 7079 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 12 }, "end": { - "line": 196, + "line": 197, "column": 20 } } @@ -18102,31 +18193,31 @@ } ], "range": [ - 6952, - 7104 + 6983, + 7135 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 15 }, "end": { - "line": 198, + "line": 199, "column": 9 } } }, "range": [ - 6739, - 7104 + 6770, + 7135 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 8 }, "end": { - "line": 198, + "line": 199, "column": 9 } }, @@ -18135,16 +18226,16 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6671, - 6730 + 6702, + 6761 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 67 } } @@ -18164,16 +18255,16 @@ "object": { "type": "ThisExpression", "range": [ - 7114, - 7118 + 7145, + 7149 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 12 } } @@ -18182,31 +18273,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7119, - 7126 + 7150, + 7157 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 13 }, "end": { - "line": 200, + "line": 201, "column": 20 } } }, "range": [ - 7114, - 7126 + 7145, + 7157 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 20 } } @@ -18215,31 +18306,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7127, - 7138 + 7158, + 7169 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 21 }, "end": { - "line": 200, + "line": 201, "column": 32 } } }, "range": [ - 7114, - 7138 + 7145, + 7169 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 32 } } @@ -18249,47 +18340,47 @@ "type": "Identifier", "name": "tH", "range": [ - 7139, - 7141 + 7170, + 7172 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 33 }, "end": { - "line": 200, + "line": 201, "column": 35 } } } ], "range": [ - 7114, - 7142 + 7145, + 7173 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 36 } } }, "range": [ - 7114, - 7143 + 7145, + 7174 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 37 } } @@ -18306,16 +18397,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7155, - 7157 + 7186, + 7188 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 11 }, "end": { - "line": 201, + "line": 202, "column": 13 } } @@ -18324,31 +18415,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 7158, - 7173 + 7189, + 7204 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 14 }, "end": { - "line": 201, + "line": 202, "column": 29 } } }, "range": [ - 7155, - 7173 + 7186, + 7204 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 11 }, "end": { - "line": 201, + "line": 202, "column": 29 } } @@ -18358,31 +18449,31 @@ "value": 0, "raw": "0", "range": [ - 7178, - 7179 + 7209, + 7210 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 34 }, "end": { - "line": 201, + "line": 202, "column": 35 } } }, "range": [ - 7155, - 7179 + 7186, + 7210 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 11 }, "end": { - "line": 201, + "line": 202, "column": 35 } } @@ -18401,16 +18492,16 @@ "type": "Identifier", "name": "tH", "range": [ - 7194, - 7196 + 7225, + 7227 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 202, + "line": 203, "column": 14 } } @@ -18419,31 +18510,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7197, - 7209 + 7228, + 7240 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 15 }, "end": { - "line": 202, + "line": 203, "column": 27 } } }, "range": [ - 7194, - 7209 + 7225, + 7240 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 202, + "line": 203, "column": 27 } } @@ -18453,16 +18544,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 7210, - 7220 + 7241, + 7251 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 28 }, "end": { - "line": 202, + "line": 203, "column": 38 } } @@ -18471,63 +18562,63 @@ "type": "Identifier", "name": "hRow", "range": [ - 7222, - 7226 + 7253, + 7257 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 40 }, "end": { - "line": 202, + "line": 203, "column": 44 } } } ], "range": [ - 7194, - 7227 + 7225, + 7258 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 202, + "line": 203, "column": 45 } } }, "range": [ - 7194, - 7228 + 7225, + 7259 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 202, + "line": 203, "column": 46 } } } ], "range": [ - 7180, - 7238 + 7211, + 7269 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 36 }, "end": { - "line": 203, + "line": 204, "column": 9 } } @@ -18546,16 +18637,16 @@ "type": "Identifier", "name": "tH", "range": [ - 7258, - 7260 + 7289, + 7291 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 14 } } @@ -18564,31 +18655,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7261, - 7272 + 7292, + 7303 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 15 }, "end": { - "line": 204, + "line": 205, "column": 26 } } }, "range": [ - 7258, - 7272 + 7289, + 7303 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 26 } } @@ -18598,78 +18689,78 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 7273, - 7283 + 7304, + 7314 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 27 }, "end": { - "line": 204, + "line": 205, "column": 37 } } } ], "range": [ - 7258, - 7284 + 7289, + 7315 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 38 } } }, "range": [ - 7258, - 7285 + 7289, + 7316 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 39 } } } ], "range": [ - 7244, - 7295 + 7275, + 7326 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 15 }, "end": { - "line": 205, + "line": 206, "column": 9 } } }, "range": [ - 7152, - 7295 + 7183, + 7326 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 9 } } @@ -18687,16 +18778,16 @@ "object": { "type": "ThisExpression", "range": [ - 7305, - 7309 + 7336, + 7340 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 12 } } @@ -18705,31 +18796,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7310, - 7321 + 7341, + 7352 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 13 }, "end": { - "line": 207, + "line": 208, "column": 24 } } }, "range": [ - 7305, - 7321 + 7336, + 7352 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 24 } } @@ -18738,31 +18829,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7322, - 7333 + 7353, + 7364 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 25 }, "end": { - "line": 207, + "line": 208, "column": 36 } } }, "range": [ - 7305, - 7333 + 7336, + 7364 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 36 } } @@ -18774,16 +18865,16 @@ "object": { "type": "ThisExpression", "range": [ - 7334, - 7338 + 7365, + 7369 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 37 }, "end": { - "line": 207, + "line": 208, "column": 41 } } @@ -18792,62 +18883,62 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7339, - 7346 + 7370, + 7377 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 42 }, "end": { - "line": 207, + "line": 208, "column": 49 } } }, "range": [ - 7334, - 7346 + 7365, + 7377 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 37 }, "end": { - "line": 207, + "line": 208, "column": 49 } } } ], "range": [ - 7305, - 7347 + 7336, + 7378 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 50 } } }, "range": [ - 7305, - 7348 + 7336, + 7379 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { - "line": 207, + "line": 208, "column": 51 } } @@ -18868,16 +18959,16 @@ "object": { "type": "ThisExpression", "range": [ - 7357, - 7361 + 7388, + 7392 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 12 } } @@ -18886,31 +18977,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7362, - 7369 + 7393, + 7400 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 13 }, "end": { - "line": 208, + "line": 209, "column": 20 } } }, "range": [ - 7357, - 7369 + 7388, + 7400 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 20 } } @@ -18919,31 +19010,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 7370, - 7380 + 7401, + 7411 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 21 }, "end": { - "line": 208, + "line": 209, "column": 31 } } }, "range": [ - 7357, - 7380 + 7388, + 7411 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 31 } } @@ -18952,31 +19043,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7381, - 7393 + 7412, + 7424 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 32 }, "end": { - "line": 208, + "line": 209, "column": 44 } } }, "range": [ - 7357, - 7393 + 7388, + 7424 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 44 } } @@ -18988,16 +19079,16 @@ "object": { "type": "ThisExpression", "range": [ - 7394, - 7398 + 7425, + 7429 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 45 }, "end": { - "line": 208, + "line": 209, "column": 49 } } @@ -19006,31 +19097,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7399, - 7410 + 7430, + 7441 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 50 }, "end": { - "line": 208, + "line": 209, "column": 61 } } }, "range": [ - 7394, - 7410 + 7425, + 7441 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 45 }, "end": { - "line": 208, + "line": 209, "column": 61 } } @@ -19041,16 +19132,16 @@ "object": { "type": "ThisExpression", "range": [ - 7412, - 7416 + 7443, + 7447 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 63 }, "end": { - "line": 208, + "line": 209, "column": 67 } } @@ -19059,62 +19150,62 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7417, - 7424 + 7448, + 7455 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 68 }, "end": { - "line": 208, + "line": 209, "column": 75 } } }, "range": [ - 7412, - 7424 + 7443, + 7455 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 63 }, "end": { - "line": 208, + "line": 209, "column": 75 } } } ], "range": [ - 7357, - 7425 + 7388, + 7456 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 76 } } }, "range": [ - 7357, - 7426 + 7388, + 7457 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 77 } }, @@ -19123,16 +19214,16 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7436, - 7497 + 7467, + 7528 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 69 } } @@ -19148,16 +19239,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7510, - 7515 + 7541, + 7546 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 17 } } @@ -19171,16 +19262,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7518, - 7521 + 7549, + 7552 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 20 }, "end": { - "line": 211, + "line": 212, "column": 23 } } @@ -19189,31 +19280,31 @@ "type": "Identifier", "name": "tag", "range": [ - 7522, - 7525 + 7553, + 7556 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 24 }, "end": { - "line": 211, + "line": 212, "column": 27 } } }, "range": [ - 7518, - 7525 + 7549, + 7556 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 20 }, "end": { - "line": 211, + "line": 212, "column": 27 } } @@ -19223,16 +19314,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7526, - 7529 + 7557, + 7560 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 28 }, "end": { - "line": 211, + "line": 212, "column": 31 } } @@ -19242,47 +19333,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 7531, - 7538 + 7562, + 7569 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 33 }, "end": { - "line": 211, + "line": 212, "column": 40 } } } ], "range": [ - 7518, - 7539 + 7549, + 7570 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 20 }, "end": { - "line": 211, + "line": 212, "column": 41 } } }, "range": [ - 7510, - 7539 + 7541, + 7570 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 12 }, "end": { - "line": 211, + "line": 212, "column": 41 } } @@ -19290,16 +19381,16 @@ ], "kind": "let", "range": [ - 7506, - 7540 + 7537, + 7571 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 8 }, "end": { - "line": 211, + "line": 212, "column": 42 } }, @@ -19308,16 +19399,16 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7436, - 7497 + 7467, + 7528 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 69 } } @@ -19336,16 +19427,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7552, - 7557 + 7583, + 7588 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 11 }, "end": { - "line": 212, + "line": 213, "column": 16 } } @@ -19354,31 +19445,31 @@ "type": "Identifier", "name": "length", "range": [ - 7558, - 7564 + 7589, + 7595 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 17 }, "end": { - "line": 212, + "line": 213, "column": 23 } } }, "range": [ - 7552, - 7564 + 7583, + 7595 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 11 }, "end": { - "line": 212, + "line": 213, "column": 23 } } @@ -19388,31 +19479,31 @@ "value": 0, "raw": "0", "range": [ - 7565, - 7566 + 7596, + 7597 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 24 }, "end": { - "line": 212, + "line": 213, "column": 25 } } }, "range": [ - 7552, - 7566 + 7583, + 7597 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 11 }, "end": { - "line": 212, + "line": 213, "column": 25 } } @@ -19431,16 +19522,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7581, - 7584 + 7612, + 7615 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 15 } } @@ -19449,31 +19540,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 7585, - 7596 + 7616, + 7627 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 16 }, "end": { - "line": 213, + "line": 214, "column": 27 } } }, "range": [ - 7581, - 7596 + 7612, + 7627 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 27 } } @@ -19486,16 +19577,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7597, - 7602 + 7628, + 7633 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 28 }, "end": { - "line": 213, + "line": 214, "column": 33 } } @@ -19505,94 +19596,94 @@ "value": 0, "raw": "0", "range": [ - 7603, - 7604 + 7634, + 7635 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 34 }, "end": { - "line": 213, + "line": 214, "column": 35 } } }, "range": [ - 7597, - 7605 + 7628, + 7636 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 28 }, "end": { - "line": 213, + "line": 214, "column": 36 } } } ], "range": [ - 7581, - 7606 + 7612, + 7637 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 37 } } }, "range": [ - 7581, - 7607 + 7612, + 7638 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 12 }, "end": { - "line": 213, + "line": 214, "column": 38 } } } ], "range": [ - 7567, - 7617 + 7598, + 7648 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 26 }, "end": { - "line": 214, + "line": 215, "column": 9 } } }, "alternate": null, "range": [ - 7549, - 7617 + 7580, + 7648 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 8 }, "end": { - "line": 214, + "line": 215, "column": 9 } }, @@ -19601,16 +19692,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7627, - 7648 + 7658, + 7679 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 29 } } @@ -19634,16 +19725,16 @@ "object": { "type": "ThisExpression", "range": [ - 7657, - 7661 + 7688, + 7692 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 12 } } @@ -19652,31 +19743,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7662, - 7669 + 7693, + 7700 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 13 }, "end": { - "line": 217, + "line": 218, "column": 20 } } }, "range": [ - 7657, - 7669 + 7688, + 7700 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 20 } } @@ -19685,31 +19776,31 @@ "type": "Identifier", "name": "style", "range": [ - 7670, - 7675 + 7701, + 7706 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 21 }, "end": { - "line": 217, + "line": 218, "column": 26 } } }, "range": [ - 7657, - 7675 + 7688, + 7706 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 26 } } @@ -19718,31 +19809,31 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7676, - 7687 + 7707, + 7718 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 27 }, "end": { - "line": 217, + "line": 218, "column": 38 } } }, "range": [ - 7657, - 7687 + 7688, + 7718 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 38 } } @@ -19752,46 +19843,46 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7690, - 7697 + 7721, + 7728 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 41 }, "end": { - "line": 217, + "line": 218, "column": 48 } } }, "range": [ - 7657, - 7697 + 7688, + 7728 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 48 } } }, "range": [ - 7657, - 7698 + 7688, + 7729 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 49 } }, @@ -19800,16 +19891,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7627, - 7648 + 7658, + 7679 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 29 } } @@ -19831,16 +19922,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7707, - 7710 + 7738, + 7741 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 11 } } @@ -19849,31 +19940,31 @@ "type": "Identifier", "name": "style", "range": [ - 7711, - 7716 + 7742, + 7747 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 12 }, "end": { - "line": 218, + "line": 219, "column": 17 } } }, "range": [ - 7707, - 7716 + 7738, + 7747 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 17 } } @@ -19882,31 +19973,31 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7717, - 7728 + 7748, + 7759 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 18 }, "end": { - "line": 218, + "line": 219, "column": 29 } } }, "range": [ - 7707, - 7728 + 7738, + 7759 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 29 } } @@ -19916,46 +20007,46 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7731, - 7738 + 7762, + 7769 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 32 }, "end": { - "line": 218, + "line": 219, "column": 39 } } }, "range": [ - 7707, - 7738 + 7738, + 7769 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 39 } } }, "range": [ - 7707, - 7739 + 7738, + 7770 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 40 } } @@ -19974,16 +20065,16 @@ "object": { "type": "ThisExpression", "range": [ - 7748, - 7752 + 7779, + 7783 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 12 } } @@ -19992,31 +20083,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7753, - 7760 + 7784, + 7791 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 13 }, "end": { - "line": 219, + "line": 220, "column": 20 } } }, "range": [ - 7748, - 7760 + 7779, + 7791 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 20 } } @@ -20025,31 +20116,31 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7761, - 7772 + 7792, + 7803 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 21 }, "end": { - "line": 219, + "line": 220, "column": 32 } } }, "range": [ - 7748, - 7772 + 7779, + 7803 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 32 } } @@ -20061,16 +20152,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7775, - 7778 + 7806, + 7809 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 35 }, "end": { - "line": 219, + "line": 220, "column": 38 } } @@ -20079,61 +20170,61 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7779, - 7790 + 7810, + 7821 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 39 }, "end": { - "line": 219, + "line": 220, "column": 50 } } }, "range": [ - 7775, - 7790 + 7806, + 7821 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 35 }, "end": { - "line": 219, + "line": 220, "column": 50 } } }, "range": [ - 7748, - 7790 + 7779, + 7821 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 50 } } }, "range": [ - 7748, - 7791 + 7779, + 7822 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 51 } } @@ -20152,16 +20243,16 @@ "object": { "type": "ThisExpression", "range": [ - 7800, - 7804 + 7831, + 7835 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 12 } } @@ -20170,31 +20261,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7805, - 7812 + 7836, + 7843 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 13 }, "end": { - "line": 220, + "line": 221, "column": 20 } } }, "range": [ - 7800, - 7812 + 7831, + 7843 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 20 } } @@ -20203,31 +20294,31 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7813, - 7824 + 7844, + 7855 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 21 }, "end": { - "line": 220, + "line": 221, "column": 32 } } }, "range": [ - 7800, - 7824 + 7831, + 7855 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 32 } } @@ -20239,16 +20330,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7827, - 7830 + 7858, + 7861 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 35 }, "end": { - "line": 220, + "line": 221, "column": 38 } } @@ -20257,61 +20348,61 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7831, - 7842 + 7862, + 7873 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 39 }, "end": { - "line": 220, + "line": 221, "column": 50 } } }, "range": [ - 7827, - 7842 + 7858, + 7873 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 35 }, "end": { - "line": 220, + "line": 221, "column": 50 } } }, "range": [ - 7800, - 7842 + 7831, + 7873 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 50 } } }, "range": [ - 7800, - 7843 + 7831, + 7874 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 51 } }, @@ -20320,16 +20411,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7852, - 7898 + 7883, + 7929 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 8 }, "end": { - "line": 221, + "line": 222, "column": 54 } } @@ -20338,16 +20429,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7908, - 7968 + 7939, + 7999 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 68 } } @@ -20365,16 +20456,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7977, - 7979 + 8008, + 8010 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 10 } } @@ -20383,31 +20474,31 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 7980, - 7992 + 8011, + 8023 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 11 }, "end": { - "line": 224, + "line": 225, "column": 23 } } }, "range": [ - 7977, - 7992 + 8008, + 8023 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 23 } } @@ -20419,16 +20510,16 @@ "object": { "type": "ThisExpression", "range": [ - 7993, - 7997 + 8024, + 8028 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 24 }, "end": { - "line": 224, + "line": 225, "column": 28 } } @@ -20437,62 +20528,62 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7998, - 8005 + 8029, + 8036 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 29 }, "end": { - "line": 224, + "line": 225, "column": 36 } } }, "range": [ - 7993, - 8005 + 8024, + 8036 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 24 }, "end": { - "line": 224, + "line": 225, "column": 36 } } } ], "range": [ - 7977, - 8006 + 8008, + 8037 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 37 } } }, "range": [ - 7977, - 8007 + 8008, + 8038 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 38 } }, @@ -20501,16 +20592,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7852, - 7898 + 7883, + 7929 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 8 }, "end": { - "line": 221, + "line": 222, "column": 54 } } @@ -20519,16 +20610,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7908, - 7968 + 7939, + 7999 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 68 } } @@ -20539,16 +20630,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 8017, - 8042 + 8048, + 8073 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 33 } } @@ -20557,16 +20648,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8051, - 8115 + 8082, + 8146 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 72 } } @@ -20588,16 +20679,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 8125, - 8128 + 8156, + 8159 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 8 }, "end": { - "line": 229, + "line": 230, "column": 11 } } @@ -20606,31 +20697,31 @@ "type": "Identifier", "name": "style", "range": [ - 8129, - 8134 + 8160, + 8165 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 12 }, "end": { - "line": 229, + "line": 230, "column": 17 } } }, "range": [ - 8125, - 8134 + 8156, + 8165 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 8 }, "end": { - "line": 229, + "line": 230, "column": 17 } } @@ -20639,31 +20730,31 @@ "type": "Identifier", "name": "width", "range": [ - 8135, - 8140 + 8166, + 8171 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 18 }, "end": { - "line": 229, + "line": 230, "column": 23 } } }, "range": [ - 8125, - 8140 + 8156, + 8171 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 8 }, "end": { - "line": 229, + "line": 230, "column": 23 } } @@ -20673,46 +20764,46 @@ "value": "", "raw": "''", "range": [ - 8143, - 8145 + 8174, + 8176 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 26 }, "end": { - "line": 229, + "line": 230, "column": 28 } } }, "range": [ - 8125, - 8145 + 8156, + 8176 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 8 }, "end": { - "line": 229, + "line": 230, "column": 28 } } }, "range": [ - 8125, - 8146 + 8156, + 8177 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 8 }, "end": { - "line": 229, + "line": 230, "column": 29 } }, @@ -20721,16 +20812,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 8017, - 8042 + 8048, + 8073 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 33 } } @@ -20739,16 +20830,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8051, - 8115 + 8082, + 8146 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 72 } } @@ -20759,16 +20850,16 @@ "type": "Line", "value": "", "range": [ - 8155, - 8157 + 8186, + 8188 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 230, + "line": 231, "column": 10 } } @@ -20792,16 +20883,16 @@ "object": { "type": "ThisExpression", "range": [ - 8166, - 8170 + 8197, + 8201 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 12 } } @@ -20810,31 +20901,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 8171, - 8178 + 8202, + 8209 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 13 }, "end": { - "line": 231, + "line": 232, "column": 20 } } }, "range": [ - 8166, - 8178 + 8197, + 8209 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 20 } } @@ -20843,31 +20934,31 @@ "type": "Identifier", "name": "style", "range": [ - 8179, - 8184 + 8210, + 8215 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 21 }, "end": { - "line": 231, + "line": 232, "column": 26 } } }, "range": [ - 8166, - 8184 + 8197, + 8215 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 26 } } @@ -20876,31 +20967,31 @@ "type": "Identifier", "name": "width", "range": [ - 8185, - 8190 + 8216, + 8221 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 27 }, "end": { - "line": 231, + "line": 232, "column": 32 } } }, "range": [ - 8166, - 8190 + 8197, + 8221 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 32 } } @@ -20915,16 +21006,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 8193, - 8196 + 8224, + 8227 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 35 }, "end": { - "line": 231, + "line": 232, "column": 38 } } @@ -20933,31 +21024,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 8197, - 8208 + 8228, + 8239 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 39 }, "end": { - "line": 231, + "line": 232, "column": 50 } } }, "range": [ - 8193, - 8208 + 8224, + 8239 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 35 }, "end": { - "line": 231, + "line": 232, "column": 50 } } @@ -20967,61 +21058,61 @@ "value": "px", "raw": "'px'", "range": [ - 8211, - 8215 + 8242, + 8246 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 53 }, "end": { - "line": 231, + "line": 232, "column": 57 } } }, "range": [ - 8193, - 8215 + 8224, + 8246 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 35 }, "end": { - "line": 231, + "line": 232, "column": 57 } } }, "range": [ - 8166, - 8215 + 8197, + 8246 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 57 } } }, "range": [ - 8166, - 8216 + 8197, + 8247 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 58 } }, @@ -21030,16 +21121,16 @@ "type": "Line", "value": "", "range": [ - 8155, - 8157 + 8186, + 8188 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 230, + "line": 231, "column": 10 } } @@ -21050,16 +21141,16 @@ "type": "Line", "value": "", "range": [ - 8225, - 8227 + 8256, + 8258 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 10 } } @@ -21068,16 +21159,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8237, - 8261 + 8268, + 8292 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 32 } } @@ -21095,16 +21186,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8270, - 8275 + 8301, + 8306 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 13 } } @@ -21113,31 +21204,31 @@ "type": "Identifier", "name": "add", "range": [ - 8276, - 8279 + 8307, + 8310 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 14 }, "end": { - "line": 235, + "line": 236, "column": 17 } } }, "range": [ - 8270, - 8279 + 8301, + 8310 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 17 } } @@ -21149,16 +21240,16 @@ "object": { "type": "ThisExpression", "range": [ - 8280, - 8284 + 8311, + 8315 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 18 }, "end": { - "line": 235, + "line": 236, "column": 22 } } @@ -21167,31 +21258,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 8285, - 8292 + 8316, + 8323 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 23 }, "end": { - "line": 235, + "line": 236, "column": 30 } } }, "range": [ - 8280, - 8292 + 8311, + 8323 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 18 }, "end": { - "line": 235, + "line": 236, "column": 30 } } @@ -21201,16 +21292,16 @@ "value": "scroll", "raw": "'scroll'", "range": [ - 8294, - 8302 + 8325, + 8333 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 32 }, "end": { - "line": 235, + "line": 236, "column": 40 } } @@ -21223,16 +21314,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8305, - 8308 + 8336, + 8339 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 43 }, "end": { - "line": 235, + "line": 236, "column": 46 } } @@ -21250,16 +21341,16 @@ "type": "Identifier", "name": "elm", "range": [ - 8330, - 8333 + 8361, + 8364 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 16 }, "end": { - "line": 236, + "line": 237, "column": 19 } } @@ -21273,16 +21364,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8336, - 8341 + 8367, + 8372 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 22 }, "end": { - "line": 236, + "line": 237, "column": 27 } } @@ -21291,31 +21382,31 @@ "type": "Identifier", "name": "target", "range": [ - 8342, - 8348 + 8373, + 8379 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 28 }, "end": { - "line": 236, + "line": 237, "column": 34 } } }, "range": [ - 8336, - 8348 + 8367, + 8379 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 22 }, "end": { - "line": 236, + "line": 237, "column": 34 } } @@ -21325,47 +21416,47 @@ "type": "Identifier", "name": "evt", "range": [ - 8349, - 8352 + 8380, + 8383 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 35 }, "end": { - "line": 236, + "line": 237, "column": 38 } } } ], "range": [ - 8336, - 8353 + 8367, + 8384 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 22 }, "end": { - "line": 236, + "line": 237, "column": 39 } } }, "range": [ - 8330, - 8353 + 8361, + 8384 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 16 }, "end": { - "line": 236, + "line": 237, "column": 39 } } @@ -21373,16 +21464,16 @@ ], "kind": "let", "range": [ - 8326, - 8354 + 8357, + 8385 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 12 }, "end": { - "line": 236, + "line": 237, "column": 40 } } @@ -21396,16 +21487,16 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8371, - 8381 + 8402, + 8412 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 16 }, "end": { - "line": 237, + "line": 238, "column": 26 } } @@ -21417,16 +21508,16 @@ "type": "Identifier", "name": "elm", "range": [ - 8384, - 8387 + 8415, + 8418 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 29 }, "end": { - "line": 237, + "line": 238, "column": 32 } } @@ -21435,46 +21526,46 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8388, - 8398 + 8419, + 8429 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 33 }, "end": { - "line": 237, + "line": 238, "column": 43 } } }, "range": [ - 8384, - 8398 + 8415, + 8429 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 29 }, "end": { - "line": 237, + "line": 238, "column": 43 } } }, "range": [ - 8371, - 8398 + 8402, + 8429 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 16 }, "end": { - "line": 237, + "line": 238, "column": 43 } } @@ -21482,16 +21573,16 @@ ], "kind": "let", "range": [ - 8367, - 8399 + 8398, + 8430 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 12 }, "end": { - "line": 237, + "line": 238, "column": 44 } } @@ -21510,16 +21601,16 @@ "object": { "type": "ThisExpression", "range": [ - 8412, - 8416 + 8443, + 8447 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 16 } } @@ -21528,31 +21619,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 8417, - 8428 + 8448, + 8459 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 17 }, "end": { - "line": 238, + "line": 239, "column": 28 } } }, "range": [ - 8412, - 8428 + 8443, + 8459 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 28 } } @@ -21561,31 +21652,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8429, - 8439 + 8460, + 8470 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 29 }, "end": { - "line": 238, + "line": 239, "column": 39 } } }, "range": [ - 8412, - 8439 + 8443, + 8470 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 39 } } @@ -21594,46 +21685,46 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8442, - 8452 + 8473, + 8483 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 42 }, "end": { - "line": 238, + "line": 239, "column": 52 } } }, "range": [ - 8412, - 8452 + 8443, + 8483 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 52 } } }, "range": [ - 8412, - 8453 + 8443, + 8484 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 53 } }, @@ -21642,16 +21733,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8466, - 8516 + 8497, + 8547 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 62 } } @@ -21660,16 +21751,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8529, - 8561 + 8560, + 8592 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 44 } } @@ -21678,16 +21769,16 @@ "type": "Line", "value": " try{", "range": [ - 8574, - 8585 + 8605, + 8616 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 23 } } @@ -21696,16 +21787,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8598, - 8640 + 8629, + 8671 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 54 } } @@ -21714,16 +21805,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8653, - 8696 + 8684, + 8727 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 55 } } @@ -21732,16 +21823,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8709, - 8773 + 8740, + 8804 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 12 }, "end": { - "line": 244, + "line": 245, "column": 76 } } @@ -21750,16 +21841,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8786, - 8816 + 8817, + 8847 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 42 } } @@ -21768,16 +21859,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8829, - 8876 + 8860, + 8907 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 246, + "line": 247, "column": 59 } } @@ -21786,16 +21877,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8889, - 8935 + 8920, + 8966 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 12 }, "end": { - "line": 247, + "line": 248, "column": 58 } } @@ -21804,16 +21895,16 @@ "type": "Line", "value": " };", "range": [ - 8948, - 8961 + 8979, + 8992 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 12 }, "end": { - "line": 248, + "line": 249, "column": 25 } } @@ -21822,16 +21913,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8974, - 9016 + 9005, + 9047 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 54 } } @@ -21840,16 +21931,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9029, - 9050 + 9060, + 9081 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 33 } } @@ -21858,16 +21949,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9063, - 9106 + 9094, + 9137 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 55 } } @@ -21876,16 +21967,16 @@ "type": "Line", "value": " }", "range": [ - 9119, - 9127 + 9150, + 9158 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 20 } } @@ -21894,16 +21985,16 @@ "type": "Line", "value": " }", "range": [ - 9140, - 9144 + 9171, + 9175 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 16 } } @@ -21912,16 +22003,16 @@ } ], "range": [ - 8312, - 9154 + 8343, + 9185 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 50 }, "end": { - "line": 254, + "line": 255, "column": 9 } } @@ -21929,47 +22020,47 @@ "generator": false, "expression": false, "range": [ - 8304, - 9154 + 8335, + 9185 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 42 }, "end": { - "line": 254, + "line": 255, "column": 9 } } } ], "range": [ - 8270, - 9155 + 8301, + 9186 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 10 } } }, "range": [ - 8270, - 9156 + 8301, + 9187 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 11 } }, @@ -21978,16 +22069,16 @@ "type": "Line", "value": "", "range": [ - 8225, - 8227 + 8256, + 8258 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 10 } } @@ -21996,16 +22087,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8237, - 8261 + 8268, + 8292 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 32 } } @@ -22016,16 +22107,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9166, - 9199 + 9197, + 9230 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 41 } } @@ -22041,16 +22132,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9212, - 9216 + 9243, + 9247 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 16 } } @@ -22070,16 +22161,16 @@ "type": "Identifier", "name": "f", "range": [ - 9220, - 9221 + 9251, + 9252 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 21 } } @@ -22088,31 +22179,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 9222, - 9232 + 9253, + 9263 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 22 }, "end": { - "line": 257, + "line": 258, "column": 32 } } }, "range": [ - 9220, - 9232 + 9251, + 9263 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 32 } } @@ -22121,31 +22212,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9236, - 9238 + 9267, + 9269 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 36 }, "end": { - "line": 257, + "line": 258, "column": 38 } } }, "range": [ - 9220, - 9238 + 9251, + 9269 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 20 }, "end": { - "line": 257, + "line": 258, "column": 38 } } @@ -22154,31 +22245,31 @@ "type": "Identifier", "name": "filter", "range": [ - 9240, - 9246 + 9271, + 9277 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 40 }, "end": { - "line": 257, + "line": 258, "column": 46 } } }, "range": [ - 9219, - 9246 + 9250, + 9277 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 19 }, "end": { - "line": 257, + "line": 258, "column": 46 } } @@ -22192,16 +22283,16 @@ "type": "Identifier", "name": "itm", "range": [ - 9256, - 9259 + 9287, + 9290 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 56 }, "end": { - "line": 257, + "line": 258, "column": 59 } } @@ -22222,16 +22313,16 @@ "type": "Identifier", "name": "itm", "range": [ - 9281, - 9284 + 9312, + 9315 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 19 }, "end": { - "line": 258, + "line": 259, "column": 22 } } @@ -22240,31 +22331,31 @@ "type": "Identifier", "name": "name", "range": [ - 9285, - 9289 + 9316, + 9320 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 23 }, "end": { - "line": 258, + "line": 259, "column": 27 } } }, "range": [ - 9281, - 9289 + 9312, + 9320 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 19 }, "end": { - "line": 258, + "line": 259, "column": 27 } } @@ -22274,62 +22365,62 @@ "value": "sort", "raw": "'sort'", "range": [ - 9294, - 9300 + 9325, + 9331 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 32 }, "end": { - "line": 258, + "line": 259, "column": 38 } } }, "range": [ - 9281, - 9300 + 9312, + 9331 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 19 }, "end": { - "line": 258, + "line": 259, "column": 38 } } }, "range": [ - 9274, - 9301 + 9305, + 9332 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 39 } } } ], "range": [ - 9260, - 9311 + 9291, + 9342 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 60 }, "end": { - "line": 259, + "line": 260, "column": 9 } } @@ -22337,47 +22428,47 @@ "generator": false, "expression": false, "range": [ - 9247, - 9311 + 9278, + 9342 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 47 }, "end": { - "line": 259, + "line": 260, "column": 9 } } } ], "range": [ - 9219, - 9312 + 9250, + 9343 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 19 }, "end": { - "line": 259, + "line": 260, "column": 10 } } }, "range": [ - 9212, - 9312 + 9243, + 9343 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 259, + "line": 260, "column": 10 } } @@ -22385,16 +22476,16 @@ ], "kind": "let", "range": [ - 9208, - 9313 + 9239, + 9344 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 11 } }, @@ -22403,16 +22494,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8466, - 8516 + 8497, + 8547 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 62 } } @@ -22421,16 +22512,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8529, - 8561 + 8560, + 8592 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 44 } } @@ -22439,16 +22530,16 @@ "type": "Line", "value": " try{", "range": [ - 8574, - 8585 + 8605, + 8616 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 23 } } @@ -22457,16 +22548,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8598, - 8640 + 8629, + 8671 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 54 } } @@ -22475,16 +22566,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8653, - 8696 + 8684, + 8727 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 55 } } @@ -22493,16 +22584,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8709, - 8773 + 8740, + 8804 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 12 }, "end": { - "line": 244, + "line": 245, "column": 76 } } @@ -22511,16 +22602,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8786, - 8816 + 8817, + 8847 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 42 } } @@ -22529,16 +22620,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8829, - 8876 + 8860, + 8907 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 246, + "line": 247, "column": 59 } } @@ -22547,16 +22638,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8889, - 8935 + 8920, + 8966 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 12 }, "end": { - "line": 247, + "line": 248, "column": 58 } } @@ -22565,16 +22656,16 @@ "type": "Line", "value": " };", "range": [ - 8948, - 8961 + 8979, + 8992 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 12 }, "end": { - "line": 248, + "line": 249, "column": 25 } } @@ -22583,16 +22674,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8974, - 9016 + 9005, + 9047 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 54 } } @@ -22601,16 +22692,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9029, - 9050 + 9060, + 9081 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 33 } } @@ -22619,16 +22710,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9063, - 9106 + 9094, + 9137 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 55 } } @@ -22637,16 +22728,16 @@ "type": "Line", "value": " }", "range": [ - 9119, - 9127 + 9150, + 9158 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 20 } } @@ -22655,16 +22746,16 @@ "type": "Line", "value": " }", "range": [ - 9140, - 9144 + 9171, + 9175 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 16 } } @@ -22673,16 +22764,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9166, - 9199 + 9197, + 9230 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 41 } } @@ -22701,16 +22792,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9325, - 9329 + 9356, + 9360 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 11 }, "end": { - "line": 260, + "line": 261, "column": 15 } } @@ -22719,31 +22810,31 @@ "type": "Identifier", "name": "length", "range": [ - 9330, - 9336 + 9361, + 9367 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 16 }, "end": { - "line": 260, + "line": 261, "column": 22 } } }, "range": [ - 9325, - 9336 + 9356, + 9367 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 11 }, "end": { - "line": 260, + "line": 261, "column": 22 } } @@ -22753,31 +22844,31 @@ "value": 1, "raw": "1", "range": [ - 9341, - 9342 + 9372, + 9373 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 27 }, "end": { - "line": 260, + "line": 261, "column": 28 } } }, "range": [ - 9325, - 9342 + 9356, + 9373 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 11 }, "end": { - "line": 260, + "line": 261, "column": 28 } } @@ -22800,16 +22891,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9357, - 9361 + 9388, + 9392 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 16 } } @@ -22819,31 +22910,31 @@ "value": 0, "raw": "0", "range": [ - 9362, - 9363 + 9393, + 9394 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 17 }, "end": { - "line": 261, + "line": 262, "column": 18 } } }, "range": [ - 9357, - 9364 + 9388, + 9395 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 19 } } @@ -22852,31 +22943,31 @@ "type": "Identifier", "name": "async_sort", "range": [ - 9365, - 9375 + 9396, + 9406 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 20 }, "end": { - "line": 261, + "line": 262, "column": 30 } } }, "range": [ - 9357, - 9375 + 9388, + 9406 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 30 } } @@ -22886,46 +22977,46 @@ "value": true, "raw": "true", "range": [ - 9378, - 9382 + 9409, + 9413 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 33 }, "end": { - "line": 261, + "line": 262, "column": 37 } } }, "range": [ - 9357, - 9382 + 9388, + 9413 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 37 } } }, "range": [ - 9357, - 9383 + 9388, + 9414 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 12 }, "end": { - "line": 261, + "line": 262, "column": 38 } } @@ -22945,16 +23036,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9396, - 9400 + 9427, + 9431 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 16 } } @@ -22964,31 +23055,31 @@ "value": 0, "raw": "0", "range": [ - 9401, - 9402 + 9432, + 9433 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 18 } } }, "range": [ - 9396, - 9403 + 9427, + 9434 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 19 } } @@ -22997,31 +23088,31 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 9404, - 9415 + 9435, + 9446 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 20 }, "end": { - "line": 262, + "line": 263, "column": 31 } } }, "range": [ - 9396, - 9415 + 9427, + 9446 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 31 } } @@ -23030,78 +23121,78 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 9418, - 9430 + 9449, + 9461 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 34 }, "end": { - "line": 262, + "line": 263, "column": 46 } } }, "range": [ - 9396, - 9430 + 9427, + 9461 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 46 } } }, "range": [ - 9396, - 9431 + 9427, + 9462 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 47 } } } ], "range": [ - 9343, - 9441 + 9374, + 9472 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 29 }, "end": { - "line": 263, + "line": 264, "column": 9 } } }, "alternate": null, "range": [ - 9322, - 9441 + 9353, + 9472 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 9 } }, @@ -23110,16 +23201,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9451, - 9500 + 9482, + 9531 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 57 } } @@ -23137,16 +23228,16 @@ "object": { "type": "ThisExpression", "range": [ - 9509, - 9513 + 9540, + 9544 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 12 } } @@ -23155,31 +23246,31 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 9514, - 9526 + 9545, + 9557 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 13 }, "end": { - "line": 266, + "line": 267, "column": 25 } } }, "range": [ - 9509, - 9526 + 9540, + 9557 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 25 } } @@ -23201,16 +23292,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9529, - 9532 + 9560, + 9563 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 31 } } @@ -23219,31 +23310,31 @@ "type": "Identifier", "name": "tag", "range": [ - 9533, - 9536 + 9564, + 9567 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 32 }, "end": { - "line": 266, + "line": 267, "column": 35 } } }, "range": [ - 9529, - 9536 + 9560, + 9567 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 35 } } @@ -23253,16 +23344,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9537, - 9540 + 9568, + 9571 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 36 }, "end": { - "line": 266, + "line": 267, "column": 39 } } @@ -23272,32 +23363,32 @@ "value": "col", "raw": "'col'", "range": [ - 9542, - 9547 + 9573, + 9578 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 41 }, "end": { - "line": 266, + "line": 267, "column": 46 } } } ], "range": [ - 9529, - 9548 + 9560, + 9579 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 47 } } @@ -23306,31 +23397,31 @@ "type": "Identifier", "name": "length", "range": [ - 9549, - 9555 + 9580, + 9586 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 48 }, "end": { - "line": 266, + "line": 267, "column": 54 } } }, "range": [ - 9529, - 9555 + 9560, + 9586 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 54 } } @@ -23340,31 +23431,31 @@ "value": 0, "raw": "0", "range": [ - 9558, - 9559 + 9589, + 9590 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 57 }, "end": { - "line": 266, + "line": 267, "column": 58 } } }, "range": [ - 9529, - 9559 + 9560, + 9590 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 58 } } @@ -23374,16 +23465,16 @@ "value": true, "raw": "true", "range": [ - 9562, - 9566 + 9593, + 9597 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 61 }, "end": { - "line": 266, + "line": 267, "column": 65 } } @@ -23393,61 +23484,61 @@ "value": false, "raw": "false", "range": [ - 9569, - 9574 + 9600, + 9605 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 68 }, "end": { - "line": 266, + "line": 267, "column": 73 } } }, "range": [ - 9529, - 9574 + 9560, + 9605 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 28 }, "end": { - "line": 266, + "line": 267, "column": 73 } } }, "range": [ - 9509, - 9574 + 9540, + 9605 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 73 } } }, "range": [ - 9509, - 9575 + 9540, + 9606 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 74 } }, @@ -23456,16 +23547,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9451, - 9500 + 9482, + 9531 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 57 } } @@ -23476,16 +23567,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9585, - 9650 + 9616, + 9681 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 73 } } @@ -23494,16 +23585,16 @@ "type": "Line", "value": "filtering", "range": [ - 9659, - 9670 + 9690, + 9701 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 19 } } @@ -23519,16 +23610,16 @@ "type": "Identifier", "name": "createColTags", "range": [ - 9683, - 9696 + 9714, + 9727 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 270, + "line": 271, "column": 25 } } @@ -23551,16 +23642,16 @@ "type": "Identifier", "name": "k", "range": [ - 9731, - 9732 + 9762, + 9763 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 20 }, "end": { - "line": 271, + "line": 272, "column": 21 } } @@ -23575,16 +23666,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9734, - 9736 + 9765, + 9767 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 23 }, "end": { - "line": 271, + "line": 272, "column": 25 } } @@ -23593,31 +23684,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 9737, - 9744 + 9768, + 9775 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 26 }, "end": { - "line": 271, + "line": 272, "column": 33 } } }, "range": [ - 9734, - 9744 + 9765, + 9775 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 23 }, "end": { - "line": 271, + "line": 272, "column": 33 } } @@ -23627,46 +23718,46 @@ "value": 1, "raw": "1", "range": [ - 9745, - 9746 + 9776, + 9777 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 34 }, "end": { - "line": 271, + "line": 272, "column": 35 } } }, "range": [ - 9734, - 9746 + 9765, + 9777 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 23 }, "end": { - "line": 271, + "line": 272, "column": 35 } } }, "range": [ - 9731, - 9747 + 9762, + 9778 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 20 }, "end": { - "line": 271, + "line": 272, "column": 36 } } @@ -23674,16 +23765,16 @@ ], "kind": "let", "range": [ - 9727, - 9747 + 9758, + 9778 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 16 }, "end": { - "line": 271, + "line": 272, "column": 36 } } @@ -23695,16 +23786,16 @@ "type": "Identifier", "name": "k", "range": [ - 9749, - 9750 + 9780, + 9781 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 38 }, "end": { - "line": 271, + "line": 272, "column": 39 } } @@ -23714,31 +23805,31 @@ "value": 0, "raw": "0", "range": [ - 9752, - 9753 + 9783, + 9784 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 41 }, "end": { - "line": 271, + "line": 272, "column": 42 } } }, "range": [ - 9749, - 9753 + 9780, + 9784 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 38 }, "end": { - "line": 271, + "line": 272, "column": 42 } } @@ -23750,32 +23841,32 @@ "type": "Identifier", "name": "k", "range": [ - 9755, - 9756 + 9786, + 9787 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 44 }, "end": { - "line": 271, + "line": 272, "column": 45 } } }, "prefix": false, "range": [ - 9755, - 9758 + 9786, + 9789 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 44 }, "end": { - "line": 271, + "line": 272, "column": 47 } } @@ -23792,16 +23883,16 @@ "type": "Identifier", "name": "col", "range": [ - 9781, - 9784 + 9812, + 9815 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 20 }, "end": { - "line": 272, + "line": 273, "column": 23 } } @@ -23815,16 +23906,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9787, - 9790 + 9818, + 9821 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 29 } } @@ -23833,31 +23924,31 @@ "type": "Identifier", "name": "create", "range": [ - 9791, - 9797 + 9822, + 9828 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 30 }, "end": { - "line": 272, + "line": 273, "column": 36 } } }, "range": [ - 9787, - 9797 + 9818, + 9828 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 36 } } @@ -23868,16 +23959,16 @@ "value": "col", "raw": "'col'", "range": [ - 9798, - 9803 + 9829, + 9834 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 37 }, "end": { - "line": 272, + "line": 273, "column": 42 } } @@ -23890,16 +23981,16 @@ "value": "id", "raw": "'id'", "range": [ - 9806, - 9810 + 9837, + 9841 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 45 }, "end": { - "line": 272, + "line": 273, "column": 49 } } @@ -23917,16 +24008,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9812, - 9814 + 9843, + 9845 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 51 }, "end": { - "line": 272, + "line": 273, "column": 53 } } @@ -23935,31 +24026,31 @@ "type": "Identifier", "name": "id", "range": [ - 9815, - 9817 + 9846, + 9848 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 54 }, "end": { - "line": 272, + "line": 273, "column": 56 } } }, "range": [ - 9812, - 9817 + 9843, + 9848 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 51 }, "end": { - "line": 272, + "line": 273, "column": 56 } } @@ -23969,31 +24060,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 9818, - 9825 + 9849, + 9856 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 57 }, "end": { - "line": 272, + "line": 273, "column": 64 } } }, "range": [ - 9812, - 9825 + 9843, + 9856 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 51 }, "end": { - "line": 272, + "line": 273, "column": 64 } } @@ -24002,78 +24093,78 @@ "type": "Identifier", "name": "k", "range": [ - 9826, - 9827 + 9857, + 9858 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 65 }, "end": { - "line": 272, + "line": 273, "column": 66 } } }, "range": [ - 9812, - 9827 + 9843, + 9858 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 51 }, "end": { - "line": 272, + "line": 273, "column": 66 } } } ], "range": [ - 9805, - 9828 + 9836, + 9859 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 44 }, "end": { - "line": 272, + "line": 273, "column": 67 } } } ], "range": [ - 9787, - 9829 + 9818, + 9860 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 68 } } }, "range": [ - 9781, - 9829 + 9812, + 9860 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 20 }, "end": { - "line": 272, + "line": 273, "column": 68 } } @@ -24081,16 +24172,16 @@ ], "kind": "let", "range": [ - 9777, - 9830 + 9808, + 9861 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 16 }, "end": { - "line": 272, + "line": 273, "column": 69 } } @@ -24106,16 +24197,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9847, - 9850 + 9878, + 9881 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 19 } } @@ -24124,31 +24215,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 9851, - 9863 + 9882, + 9894 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 20 }, "end": { - "line": 273, + "line": 274, "column": 32 } } }, "range": [ - 9847, - 9863 + 9878, + 9894 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 32 } } @@ -24158,16 +24249,16 @@ "type": "Identifier", "name": "col", "range": [ - 9864, - 9867 + 9895, + 9898 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 33 }, "end": { - "line": 273, + "line": 274, "column": 36 } } @@ -24179,16 +24270,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9869, - 9872 + 9900, + 9903 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 38 }, "end": { - "line": 273, + "line": 274, "column": 41 } } @@ -24197,62 +24288,62 @@ "type": "Identifier", "name": "firstChild", "range": [ - 9873, - 9883 + 9904, + 9914 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 42 }, "end": { - "line": 273, + "line": 274, "column": 52 } } }, "range": [ - 9869, - 9883 + 9900, + 9914 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 38 }, "end": { - "line": 273, + "line": 274, "column": 52 } } } ], "range": [ - 9847, - 9884 + 9878, + 9915 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 53 } } }, "range": [ - 9847, - 9885 + 9878, + 9916 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 54 } } @@ -24272,16 +24363,16 @@ "type": "Identifier", "name": "col", "range": [ - 9902, - 9905 + 9933, + 9936 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 19 } } @@ -24290,31 +24381,31 @@ "type": "Identifier", "name": "style", "range": [ - 9906, - 9911 + 9937, + 9942 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 20 }, "end": { - "line": 274, + "line": 275, "column": 25 } } }, "range": [ - 9902, - 9911 + 9933, + 9942 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 25 } } @@ -24323,31 +24414,31 @@ "type": "Identifier", "name": "width", "range": [ - 9912, - 9917 + 9943, + 9948 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 26 }, "end": { - "line": 274, + "line": 275, "column": 31 } } }, "range": [ - 9902, - 9917 + 9933, + 9948 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 31 } } @@ -24362,16 +24453,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9920, - 9922 + 9951, + 9953 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 34 }, "end": { - "line": 274, + "line": 275, "column": 36 } } @@ -24380,31 +24471,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 9923, - 9932 + 9954, + 9963 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 37 }, "end": { - "line": 274, + "line": 275, "column": 46 } } }, "range": [ - 9920, - 9932 + 9951, + 9963 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 34 }, "end": { - "line": 274, + "line": 275, "column": 46 } } @@ -24413,61 +24504,61 @@ "type": "Identifier", "name": "k", "range": [ - 9933, - 9934 + 9964, + 9965 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 47 }, "end": { - "line": 274, + "line": 275, "column": 48 } } }, "range": [ - 9920, - 9935 + 9951, + 9966 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 34 }, "end": { - "line": 274, + "line": 275, "column": 49 } } }, "range": [ - 9902, - 9935 + 9933, + 9966 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 49 } } }, "range": [ - 9902, - 9936 + 9933, + 9967 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 50 } } @@ -24486,16 +24577,16 @@ "object": { "type": "ThisExpression", "range": [ - 9953, - 9957 + 9984, + 9988 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 20 } } @@ -24504,31 +24595,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 9958, - 9969 + 9989, + 10000 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 21 }, "end": { - "line": 275, + "line": 276, "column": 32 } } }, "range": [ - 9953, - 9969 + 9984, + 10000 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 32 } } @@ -24537,31 +24628,31 @@ "type": "Identifier", "name": "k", "range": [ - 9970, - 9971 + 10001, + 10002 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 33 }, "end": { - "line": 275, + "line": 276, "column": 34 } } }, "range": [ - 9953, - 9972 + 9984, + 10003 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 35 } } @@ -24570,77 +24661,77 @@ "type": "Identifier", "name": "col", "range": [ - 9975, - 9978 + 10006, + 10009 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 38 }, "end": { - "line": 275, + "line": 276, "column": 41 } } }, "range": [ - 9953, - 9978 + 9984, + 10009 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 41 } } }, "range": [ - 9953, - 9979 + 9984, + 10010 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 42 } } } ], "range": [ - 9759, - 9993 + 9790, + 10024 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 48 }, "end": { - "line": 276, + "line": 277, "column": 13 } } }, "range": [ - 9723, - 9993 + 9754, + 10024 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 13 } } @@ -24656,16 +24747,16 @@ "object": { "type": "ThisExpression", "range": [ - 10006, - 10010 + 10037, + 10041 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 12 }, "end": { - "line": 277, + "line": 278, "column": 16 } } @@ -24674,31 +24765,31 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 10011, - 10023 + 10042, + 10054 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 17 }, "end": { - "line": 277, + "line": 278, "column": 29 } } }, "range": [ - 10006, - 10023 + 10037, + 10054 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 12 }, "end": { - "line": 277, + "line": 278, "column": 29 } } @@ -24708,62 +24799,62 @@ "value": true, "raw": "true", "range": [ - 10026, - 10030 + 10057, + 10061 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 32 }, "end": { - "line": 277, + "line": 278, "column": 36 } } }, "range": [ - 10006, - 10030 + 10037, + 10061 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 12 }, "end": { - "line": 277, + "line": 278, "column": 36 } } }, "range": [ - 10006, - 10031 + 10037, + 10062 ], "loc": { "start": { - "line": 277, + "line": 278, "column": 12 }, "end": { - "line": 277, + "line": 278, "column": 37 } } } ], "range": [ - 9709, - 10041 + 9740, + 10072 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 38 }, "end": { - "line": 278, + "line": 279, "column": 9 } } @@ -24771,31 +24862,31 @@ "generator": false, "expression": false, "range": [ - 9699, - 10041 + 9730, + 10072 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 28 }, "end": { - "line": 278, + "line": 279, "column": 9 } } }, "range": [ - 9683, - 10041 + 9714, + 10072 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 278, + "line": 279, "column": 9 } } @@ -24803,16 +24894,16 @@ ], "kind": "let", "range": [ - 9679, - 10042 + 9710, + 10073 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 10 } }, @@ -24821,16 +24912,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9585, - 9650 + 9616, + 9681 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 73 } } @@ -24839,16 +24930,16 @@ "type": "Line", "value": "filtering", "range": [ - 9659, - 9670 + 9690, + 9701 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 19 } } @@ -24866,16 +24957,16 @@ "object": { "type": "ThisExpression", "range": [ - 10056, - 10060 + 10087, + 10091 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 16 } } @@ -24884,47 +24975,47 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 10061, - 10073 + 10092, + 10104 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 17 }, "end": { - "line": 280, + "line": 281, "column": 29 } } }, "range": [ - 10056, - 10073 + 10087, + 10104 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 29 } } }, "prefix": true, "range": [ - 10055, - 10073 + 10086, + 10104 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 11 }, "end": { - "line": 280, + "line": 281, "column": 29 } } @@ -24943,16 +25034,16 @@ "type": "Identifier", "name": "createColTags", "range": [ - 10088, - 10101 + 10119, + 10132 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 281, + "line": 282, "column": 25 } } @@ -24961,31 +25052,31 @@ "type": "Identifier", "name": "call", "range": [ - 10102, - 10106 + 10133, + 10137 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 26 }, "end": { - "line": 281, + "line": 282, "column": 30 } } }, "range": [ - 10088, - 10106 + 10119, + 10137 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 281, + "line": 282, "column": 30 } } @@ -24994,63 +25085,63 @@ { "type": "ThisExpression", "range": [ - 10107, - 10111 + 10138, + 10142 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 31 }, "end": { - "line": 281, + "line": 282, "column": 35 } } } ], "range": [ - 10088, - 10112 + 10119, + 10143 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 281, + "line": 282, "column": 36 } } }, "range": [ - 10088, - 10113 + 10119, + 10144 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 12 }, "end": { - "line": 281, + "line": 282, "column": 37 } } } ], "range": [ - 10074, - 10123 + 10105, + 10154 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 30 }, "end": { - "line": 282, + "line": 283, "column": 9 } } @@ -25067,16 +25158,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10147, - 10151 + 10178, + 10182 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 283, + "line": 284, "column": 20 } } @@ -25090,16 +25181,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10154, - 10157 + 10185, + 10188 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 23 }, "end": { - "line": 283, + "line": 284, "column": 26 } } @@ -25108,31 +25199,31 @@ "type": "Identifier", "name": "tag", "range": [ - 10158, - 10161 + 10189, + 10192 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 27 }, "end": { - "line": 283, + "line": 284, "column": 30 } } }, "range": [ - 10154, - 10161 + 10185, + 10192 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 23 }, "end": { - "line": 283, + "line": 284, "column": 30 } } @@ -25142,16 +25233,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 10162, - 10165 + 10193, + 10196 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 31 }, "end": { - "line": 283, + "line": 284, "column": 34 } } @@ -25161,47 +25252,47 @@ "value": "col", "raw": "'col'", "range": [ - 10167, - 10172 + 10198, + 10203 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 36 }, "end": { - "line": 283, + "line": 284, "column": 41 } } } ], "range": [ - 10154, - 10173 + 10185, + 10204 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 23 }, "end": { - "line": 283, + "line": 284, "column": 42 } } }, "range": [ - 10147, - 10173 + 10178, + 10204 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 16 }, "end": { - "line": 283, + "line": 284, "column": 42 } } @@ -25209,16 +25300,16 @@ ], "kind": "let", "range": [ - 10143, - 10174 + 10174, + 10205 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 43 } } @@ -25234,16 +25325,16 @@ "type": "Identifier", "name": "ii", "range": [ - 10195, - 10197 + 10226, + 10228 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 20 }, "end": { - "line": 284, + "line": 285, "column": 22 } } @@ -25253,31 +25344,31 @@ "value": 0, "raw": "0", "range": [ - 10198, - 10199 + 10229, + 10230 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 23 }, "end": { - "line": 284, + "line": 285, "column": 24 } } }, "range": [ - 10195, - 10199 + 10226, + 10230 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 20 }, "end": { - "line": 284, + "line": 285, "column": 24 } } @@ -25285,16 +25376,16 @@ ], "kind": "let", "range": [ - 10191, - 10199 + 10222, + 10230 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 16 }, "end": { - "line": 284, + "line": 285, "column": 24 } } @@ -25306,16 +25397,16 @@ "type": "Identifier", "name": "ii", "range": [ - 10201, - 10203 + 10232, + 10234 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 26 }, "end": { - "line": 284, + "line": 285, "column": 28 } } @@ -25327,16 +25418,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10204, - 10206 + 10235, + 10237 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 29 }, "end": { - "line": 284, + "line": 285, "column": 31 } } @@ -25345,46 +25436,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 10207, - 10214 + 10238, + 10245 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 32 }, "end": { - "line": 284, + "line": 285, "column": 39 } } }, "range": [ - 10204, - 10214 + 10235, + 10245 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 29 }, "end": { - "line": 284, + "line": 285, "column": 39 } } }, "range": [ - 10201, - 10214 + 10232, + 10245 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 26 }, "end": { - "line": 284, + "line": 285, "column": 39 } } @@ -25396,32 +25487,32 @@ "type": "Identifier", "name": "ii", "range": [ - 10216, - 10218 + 10247, + 10249 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 41 }, "end": { - "line": 284, + "line": 285, "column": 43 } } }, "prefix": false, "range": [ - 10216, - 10220 + 10247, + 10251 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 41 }, "end": { - "line": 284, + "line": 285, "column": 45 } } @@ -25443,16 +25534,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10239, - 10243 + 10270, + 10274 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 20 } } @@ -25461,31 +25552,31 @@ "type": "Identifier", "name": "ii", "range": [ - 10244, - 10246 + 10275, + 10277 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 21 }, "end": { - "line": 285, + "line": 286, "column": 23 } } }, "range": [ - 10239, - 10247 + 10270, + 10278 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 24 } } @@ -25494,31 +25585,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 10248, - 10260 + 10279, + 10291 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 25 }, "end": { - "line": 285, + "line": 286, "column": 37 } } }, "range": [ - 10239, - 10260 + 10270, + 10291 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 37 } } @@ -25529,16 +25620,16 @@ "value": "id", "raw": "'id'", "range": [ - 10261, - 10265 + 10292, + 10296 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 38 }, "end": { - "line": 285, + "line": 286, "column": 42 } } @@ -25556,16 +25647,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10267, - 10269 + 10298, + 10300 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 44 }, "end": { - "line": 285, + "line": 286, "column": 46 } } @@ -25574,31 +25665,31 @@ "type": "Identifier", "name": "id", "range": [ - 10270, - 10272 + 10301, + 10303 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 47 }, "end": { - "line": 285, + "line": 286, "column": 49 } } }, "range": [ - 10267, - 10272 + 10298, + 10303 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 44 }, "end": { - "line": 285, + "line": 286, "column": 49 } } @@ -25608,31 +25699,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 10273, - 10280 + 10304, + 10311 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 50 }, "end": { - "line": 285, + "line": 286, "column": 57 } } }, "range": [ - 10267, - 10280 + 10298, + 10311 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 44 }, "end": { - "line": 285, + "line": 286, "column": 57 } } @@ -25641,62 +25732,62 @@ "type": "Identifier", "name": "ii", "range": [ - 10281, - 10283 + 10312, + 10314 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 58 }, "end": { - "line": 285, + "line": 286, "column": 60 } } }, "range": [ - 10267, - 10283 + 10298, + 10314 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 44 }, "end": { - "line": 285, + "line": 286, "column": 60 } } } ], "range": [ - 10239, - 10284 + 10270, + 10315 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 61 } } }, "range": [ - 10239, - 10285 + 10270, + 10316 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 62 } } @@ -25719,16 +25810,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10302, - 10306 + 10333, + 10337 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 20 } } @@ -25737,31 +25828,31 @@ "type": "Identifier", "name": "ii", "range": [ - 10307, - 10309 + 10338, + 10340 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 21 }, "end": { - "line": 286, + "line": 287, "column": 23 } } }, "range": [ - 10302, - 10310 + 10333, + 10341 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 24 } } @@ -25770,31 +25861,31 @@ "type": "Identifier", "name": "style", "range": [ - 10311, - 10316 + 10342, + 10347 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 25 }, "end": { - "line": 286, + "line": 287, "column": 30 } } }, "range": [ - 10302, - 10316 + 10333, + 10347 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 30 } } @@ -25803,31 +25894,31 @@ "type": "Identifier", "name": "width", "range": [ - 10317, - 10322 + 10348, + 10353 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 31 }, "end": { - "line": 286, + "line": 287, "column": 36 } } }, "range": [ - 10302, - 10322 + 10333, + 10353 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 36 } } @@ -25842,16 +25933,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10325, - 10327 + 10356, + 10358 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 41 } } @@ -25860,31 +25951,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 10328, - 10337 + 10359, + 10368 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 42 }, "end": { - "line": 286, + "line": 287, "column": 51 } } }, "range": [ - 10325, - 10337 + 10356, + 10368 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 51 } } @@ -25893,61 +25984,61 @@ "type": "Identifier", "name": "ii", "range": [ - 10338, - 10340 + 10369, + 10371 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 52 }, "end": { - "line": 286, + "line": 287, "column": 54 } } }, "range": [ - 10325, - 10341 + 10356, + 10372 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 39 }, "end": { - "line": 286, + "line": 287, "column": 55 } } }, "range": [ - 10302, - 10341 + 10333, + 10372 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 55 } } }, "range": [ - 10302, - 10342 + 10333, + 10373 ], "loc": { "start": { - "line": 286, + "line": 287, "column": 16 }, "end": { - "line": 286, + "line": 287, "column": 56 } } @@ -25965,16 +26056,16 @@ "object": { "type": "ThisExpression", "range": [ - 10359, - 10363 + 10390, + 10394 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 20 } } @@ -25983,31 +26074,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10364, - 10375 + 10395, + 10406 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 21 }, "end": { - "line": 287, + "line": 288, "column": 32 } } }, "range": [ - 10359, - 10375 + 10390, + 10406 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 32 } } @@ -26016,31 +26107,31 @@ "type": "Identifier", "name": "push", "range": [ - 10376, - 10380 + 10407, + 10411 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 33 }, "end": { - "line": 287, + "line": 288, "column": 37 } } }, "range": [ - 10359, - 10380 + 10390, + 10411 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 37 } } @@ -26053,16 +26144,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10381, - 10385 + 10412, + 10416 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 38 }, "end": { - "line": 287, + "line": 288, "column": 42 } } @@ -26071,124 +26162,124 @@ "type": "Identifier", "name": "ii", "range": [ - 10386, - 10388 + 10417, + 10419 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 43 }, "end": { - "line": 287, + "line": 288, "column": 45 } } }, "range": [ - 10381, - 10389 + 10412, + 10420 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 38 }, "end": { - "line": 287, + "line": 288, "column": 46 } } } ], "range": [ - 10359, - 10390 + 10390, + 10421 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 47 } } }, "range": [ - 10359, - 10391 + 10390, + 10422 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 16 }, "end": { - "line": 287, + "line": 288, "column": 48 } } } ], "range": [ - 10221, - 10405 + 10252, + 10436 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 46 }, "end": { - "line": 288, + "line": 289, "column": 13 } } }, "range": [ - 10187, - 10405 + 10218, + 10436 ], "loc": { "start": { - "line": 284, + "line": 285, "column": 12 }, "end": { - "line": 288, + "line": 289, "column": 13 } } } ], "range": [ - 10129, - 10415 + 10160, + 10446 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 15 }, "end": { - "line": 289, + "line": 290, "column": 9 } } }, "range": [ - 10052, - 10415 + 10083, + 10446 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 9 } } @@ -26202,16 +26293,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 10429, - 10446 + 10460, + 10477 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 12 }, "end": { - "line": 291, + "line": 292, "column": 29 } } @@ -26227,16 +26318,16 @@ "type": "Identifier", "name": "Types", "range": [ - 10449, - 10454 + 10480, + 10485 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 32 }, "end": { - "line": 291, + "line": 292, "column": 37 } } @@ -26245,31 +26336,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 10455, - 10459 + 10486, + 10490 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 38 }, "end": { - "line": 291, + "line": 292, "column": 42 } } }, "range": [ - 10449, - 10459 + 10480, + 10490 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 32 }, "end": { - "line": 291, + "line": 292, "column": 42 } } @@ -26282,16 +26373,16 @@ "type": "Identifier", "name": "f", "range": [ - 10460, - 10461 + 10491, + 10492 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 43 }, "end": { - "line": 291, + "line": 292, "column": 44 } } @@ -26300,47 +26391,47 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10462, - 10482 + 10493, + 10513 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 45 }, "end": { - "line": 291, + "line": 292, "column": 65 } } }, "range": [ - 10460, - 10482 + 10491, + 10513 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 43 }, "end": { - "line": 291, + "line": 292, "column": 65 } } } ], "range": [ - 10449, - 10483 + 10480, + 10514 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 32 }, "end": { - "line": 291, + "line": 292, "column": 66 } } @@ -26352,16 +26443,16 @@ "type": "Identifier", "name": "f", "range": [ - 10498, - 10499 + 10529, + 10530 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 13 } } @@ -26370,31 +26461,31 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10500, - 10520 + 10531, + 10551 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 14 }, "end": { - "line": 292, + "line": 293, "column": 34 } } }, "range": [ - 10498, - 10520 + 10529, + 10551 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 34 } } @@ -26404,46 +26495,46 @@ "value": null, "raw": "null", "range": [ - 10523, - 10527 + 10554, + 10558 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 37 }, "end": { - "line": 292, + "line": 293, "column": 41 } } }, "range": [ - 10449, - 10527 + 10480, + 10558 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 32 }, "end": { - "line": 292, + "line": 293, "column": 41 } } }, "range": [ - 10429, - 10527 + 10460, + 10558 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 41 } } @@ -26451,16 +26542,16 @@ ], "kind": "let", "range": [ - 10425, - 10528 + 10456, + 10559 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 292, + "line": 293, "column": 42 } } @@ -26477,16 +26568,16 @@ "type": "Identifier", "name": "f", "range": [ - 10537, - 10538 + 10568, + 10569 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 293, + "line": 294, "column": 9 } } @@ -26495,31 +26586,31 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10539, - 10559 + 10570, + 10590 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 10 }, "end": { - "line": 293, + "line": 294, "column": 30 } } }, "range": [ - 10537, - 10559 + 10568, + 10590 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 293, + "line": 294, "column": 30 } } @@ -26532,16 +26623,16 @@ "type": "Identifier", "name": "o", "range": [ - 10571, - 10572 + 10602, + 10603 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 42 }, "end": { - "line": 293, + "line": 294, "column": 43 } } @@ -26550,16 +26641,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10574, - 10582 + 10605, + 10613 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 45 }, "end": { - "line": 293, + "line": 294, "column": 53 } } @@ -26577,32 +26668,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10601, - 10609 + 10632, + 10640 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 24 } } }, "prefix": true, "range": [ - 10600, - 10609 + 10631, + 10640 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 15 }, "end": { - "line": 294, + "line": 295, "column": 24 } } @@ -26614,48 +26705,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 10628, - 10635 + 10659, + 10666 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 23 } } } ], "range": [ - 10610, - 10649 + 10641, + 10680 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 25 }, "end": { - "line": 296, + "line": 297, "column": 13 } } }, "alternate": null, "range": [ - 10597, - 10649 + 10628, + 10680 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 12 }, "end": { - "line": 296, + "line": 297, "column": 13 } } @@ -26669,16 +26760,16 @@ "type": "Identifier", "name": "w", "range": [ - 10666, - 10667 + 10697, + 10698 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 17 } } @@ -26702,16 +26793,16 @@ "type": "Identifier", "name": "o", "range": [ - 10670, - 10671 + 10701, + 10702 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 21 } } @@ -26720,31 +26811,31 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10672, - 10682 + 10703, + 10713 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 22 }, "end": { - "line": 297, + "line": 298, "column": 32 } } }, "range": [ - 10670, - 10682 + 10701, + 10713 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 32 } } @@ -26753,31 +26844,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10683, - 10688 + 10714, + 10719 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 33 }, "end": { - "line": 297, + "line": 298, "column": 38 } } }, "range": [ - 10670, - 10688 + 10701, + 10719 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 38 } } @@ -26786,31 +26877,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10689, - 10697 + 10720, + 10728 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 39 }, "end": { - "line": 297, + "line": 298, "column": 47 } } }, "range": [ - 10670, - 10698 + 10701, + 10729 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 48 } } @@ -26819,31 +26910,31 @@ "type": "Identifier", "name": "style", "range": [ - 10699, - 10704 + 10730, + 10735 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 49 }, "end": { - "line": 297, + "line": 298, "column": 54 } } }, "range": [ - 10670, - 10704 + 10701, + 10735 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 54 } } @@ -26852,46 +26943,46 @@ "type": "Identifier", "name": "width", "range": [ - 10705, - 10710 + 10736, + 10741 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 55 }, "end": { - "line": 297, + "line": 298, "column": 60 } } }, "range": [ - 10670, - 10710 + 10701, + 10741 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 60 } } }, "range": [ - 10666, - 10710 + 10697, + 10741 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 60 } } @@ -26899,16 +26990,16 @@ ], "kind": "let", "range": [ - 10662, - 10711 + 10693, + 10742 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 12 }, "end": { - "line": 297, + "line": 298, "column": 61 } } @@ -26922,16 +27013,16 @@ "type": "Identifier", "name": "col", "range": [ - 10728, - 10731 + 10759, + 10762 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 19 } } @@ -26946,16 +27037,16 @@ "type": "Identifier", "name": "o", "range": [ - 10734, - 10735 + 10765, + 10766 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 23 } } @@ -26964,31 +27055,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10736, - 10747 + 10767, + 10778 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 24 }, "end": { - "line": 298, + "line": 299, "column": 35 } } }, "range": [ - 10734, - 10747 + 10765, + 10778 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 35 } } @@ -26997,46 +27088,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10748, - 10756 + 10779, + 10787 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 36 }, "end": { - "line": 298, + "line": 299, "column": 44 } } }, "range": [ - 10734, - 10757 + 10765, + 10788 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 22 }, "end": { - "line": 298, + "line": 299, "column": 45 } } }, "range": [ - 10728, - 10757 + 10759, + 10788 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 45 } } @@ -27044,16 +27135,16 @@ ], "kind": "let", "range": [ - 10724, - 10758 + 10755, + 10789 ], "loc": { "start": { - "line": 298, + "line": 299, "column": 12 }, "end": { - "line": 298, + "line": 299, "column": 46 } } @@ -27073,16 +27164,16 @@ "type": "Identifier", "name": "col", "range": [ - 10771, - 10774 + 10802, + 10805 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 15 } } @@ -27091,31 +27182,31 @@ "type": "Identifier", "name": "style", "range": [ - 10775, - 10780 + 10806, + 10811 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 21 } } }, "range": [ - 10771, - 10780 + 10802, + 10811 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 21 } } @@ -27124,31 +27215,31 @@ "type": "Identifier", "name": "width", "range": [ - 10781, - 10786 + 10812, + 10817 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 22 }, "end": { - "line": 299, + "line": 300, "column": 27 } } }, "range": [ - 10771, - 10786 + 10802, + 10817 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 27 } } @@ -27157,46 +27248,46 @@ "type": "Identifier", "name": "w", "range": [ - 10789, - 10790 + 10820, + 10821 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 30 }, "end": { - "line": 299, + "line": 300, "column": 31 } } }, "range": [ - 10771, - 10790 + 10802, + 10821 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 31 } } }, "range": [ - 10771, - 10791 + 10802, + 10822 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 32 } } @@ -27210,16 +27301,16 @@ "type": "Identifier", "name": "thCW", "range": [ - 10809, - 10813 + 10840, + 10844 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 20 } } @@ -27240,16 +27331,16 @@ "type": "Identifier", "name": "o", "range": [ - 10816, - 10817 + 10847, + 10848 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 23 }, "end": { - "line": 301, + "line": 302, "column": 24 } } @@ -27258,31 +27349,31 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10818, - 10828 + 10849, + 10859 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 25 }, "end": { - "line": 301, + "line": 302, "column": 35 } } }, "range": [ - 10816, - 10828 + 10847, + 10859 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 23 }, "end": { - "line": 301, + "line": 302, "column": 35 } } @@ -27291,31 +27382,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10829, - 10834 + 10860, + 10865 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 36 }, "end": { - "line": 301, + "line": 302, "column": 41 } } }, "range": [ - 10816, - 10834 + 10847, + 10865 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 23 }, "end": { - "line": 301, + "line": 302, "column": 41 } } @@ -27324,31 +27415,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10835, - 10843 + 10866, + 10874 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 42 }, "end": { - "line": 301, + "line": 302, "column": 50 } } }, "range": [ - 10816, - 10844 + 10847, + 10875 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 23 }, "end": { - "line": 301, + "line": 302, "column": 51 } } @@ -27357,46 +27448,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10845, - 10856 + 10876, + 10887 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 52 }, "end": { - "line": 301, + "line": 302, "column": 63 } } }, "range": [ - 10816, - 10856 + 10847, + 10887 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 23 }, "end": { - "line": 301, + "line": 302, "column": 63 } } }, "range": [ - 10809, - 10856 + 10840, + 10887 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 63 } } @@ -27404,16 +27495,16 @@ ], "kind": "let", "range": [ - 10805, - 10857 + 10836, + 10888 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 12 }, "end": { - "line": 301, + "line": 302, "column": 64 } } @@ -27427,16 +27518,16 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10874, - 10878 + 10905, + 10909 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 20 } } @@ -27457,16 +27548,16 @@ "type": "Identifier", "name": "o", "range": [ - 10881, - 10882 + 10912, + 10913 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 302, + "line": 303, "column": 24 } } @@ -27475,31 +27566,31 @@ "type": "Identifier", "name": "crWRowDataTbl", "range": [ - 10883, - 10896 + 10914, + 10927 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 25 }, "end": { - "line": 302, + "line": 303, "column": 38 } } }, "range": [ - 10881, - 10896 + 10912, + 10927 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 302, + "line": 303, "column": 38 } } @@ -27508,31 +27599,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10897, - 10902 + 10928, + 10933 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 39 }, "end": { - "line": 302, + "line": 303, "column": 44 } } }, "range": [ - 10881, - 10902 + 10912, + 10933 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 302, + "line": 303, "column": 44 } } @@ -27541,31 +27632,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10903, - 10911 + 10934, + 10942 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 45 }, "end": { - "line": 302, + "line": 303, "column": 53 } } }, "range": [ - 10881, - 10912 + 10912, + 10943 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 302, + "line": 303, "column": 54 } } @@ -27574,46 +27665,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10913, - 10924 + 10944, + 10955 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 55 }, "end": { - "line": 302, + "line": 303, "column": 66 } } }, "range": [ - 10881, - 10924 + 10912, + 10955 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 23 }, "end": { - "line": 302, + "line": 303, "column": 66 } } }, "range": [ - 10874, - 10924 + 10905, + 10955 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 66 } } @@ -27621,16 +27712,16 @@ ], "kind": "let", "range": [ - 10870, - 10925 + 10901, + 10956 ], "loc": { "start": { - "line": 302, + "line": 303, "column": 12 }, "end": { - "line": 302, + "line": 303, "column": 67 } } @@ -27644,16 +27735,16 @@ "type": "Identifier", "name": "thCW", "range": [ - 10942, - 10946 + 10973, + 10977 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 15 }, "end": { - "line": 304, + "line": 305, "column": 19 } } @@ -27662,31 +27753,31 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10950, - 10954 + 10981, + 10985 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 23 }, "end": { - "line": 304, + "line": 305, "column": 27 } } }, "range": [ - 10942, - 10954 + 10973, + 10985 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 15 }, "end": { - "line": 304, + "line": 305, "column": 27 } } @@ -27712,16 +27803,16 @@ "type": "Identifier", "name": "o", "range": [ - 10973, - 10974 + 11004, + 11005 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 17 } } @@ -27730,31 +27821,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 10975, - 10982 + 11006, + 11013 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 18 }, "end": { - "line": 305, + "line": 306, "column": 25 } } }, "range": [ - 10973, - 10982 + 11004, + 11013 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 25 } } @@ -27763,31 +27854,31 @@ "type": "Identifier", "name": "style", "range": [ - 10983, - 10988 + 11014, + 11019 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 26 }, "end": { - "line": 305, + "line": 306, "column": 31 } } }, "range": [ - 10973, - 10988 + 11004, + 11019 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 31 } } @@ -27796,31 +27887,31 @@ "type": "Identifier", "name": "width", "range": [ - 10989, - 10994 + 11020, + 11025 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 32 }, "end": { - "line": 305, + "line": 306, "column": 37 } } }, "range": [ - 10973, - 10994 + 11004, + 11025 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 37 } } @@ -27835,16 +27926,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 10997, - 11000 + 11028, + 11031 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 40 }, "end": { - "line": 305, + "line": 306, "column": 43 } } @@ -27853,31 +27944,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11001, - 11012 + 11032, + 11043 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 44 }, "end": { - "line": 305, + "line": 306, "column": 55 } } }, "range": [ - 10997, - 11012 + 11028, + 11043 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 40 }, "end": { - "line": 305, + "line": 306, "column": 55 } } @@ -27887,93 +27978,93 @@ "value": "px", "raw": "'px'", "range": [ - 11013, - 11017 + 11044, + 11048 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 56 }, "end": { - "line": 305, + "line": 306, "column": 60 } } }, "range": [ - 10997, - 11017 + 11028, + 11048 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 40 }, "end": { - "line": 305, + "line": 306, "column": 60 } } }, "range": [ - 10973, - 11017 + 11004, + 11048 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 60 } } }, "range": [ - 10973, - 11018 + 11004, + 11049 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 61 } } } ], "range": [ - 10955, - 11032 + 10986, + 11063 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 28 }, "end": { - "line": 306, + "line": 307, "column": 13 } } }, "alternate": null, "range": [ - 10939, - 11032 + 10970, + 11063 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 12 }, "end": { - "line": 306, + "line": 307, "column": 13 } } @@ -27984,16 +28075,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 11049, - 11066 + 11080, + 11097 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 15 }, "end": { - "line": 308, + "line": 309, "column": 32 } } @@ -28012,16 +28103,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 11085, - 11102 + 11116, + 11133 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 16 }, "end": { - "line": 309, + "line": 310, "column": 33 } } @@ -28030,31 +28121,31 @@ "type": "Identifier", "name": "call", "range": [ - 11103, - 11107 + 11134, + 11138 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 34 }, "end": { - "line": 309, + "line": 310, "column": 38 } } }, "range": [ - 11085, - 11107 + 11116, + 11138 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 16 }, "end": { - "line": 309, + "line": 310, "column": 38 } } @@ -28065,16 +28156,16 @@ "value": null, "raw": "null", "range": [ - 11108, - 11112 + 11139, + 11143 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 39 }, "end": { - "line": 309, + "line": 310, "column": 43 } } @@ -28083,16 +28174,16 @@ "type": "Identifier", "name": "o", "range": [ - 11114, - 11115 + 11145, + 11146 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 45 }, "end": { - "line": 309, + "line": 310, "column": 46 } } @@ -28101,95 +28192,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11117, - 11125 + 11148, + 11156 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 48 }, "end": { - "line": 309, + "line": 310, "column": 56 } } } ], "range": [ - 11085, - 11126 + 11116, + 11157 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 16 }, "end": { - "line": 309, + "line": 310, "column": 57 } } }, "range": [ - 11085, - 11127 + 11116, + 11158 ], "loc": { "start": { - "line": 309, + "line": 310, "column": 16 }, "end": { - "line": 309, + "line": 310, "column": 58 } } } ], "range": [ - 11067, - 11141 + 11098, + 11172 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 33 }, "end": { - "line": 310, + "line": 311, "column": 13 } } }, "alternate": null, "range": [ - 11046, - 11141 + 11077, + 11172 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 12 }, "end": { - "line": 310, + "line": 311, "column": 13 } } } ], "range": [ - 10583, - 11151 + 10614, + 11182 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 54 }, "end": { - "line": 311, + "line": 312, "column": 9 } } @@ -28197,46 +28288,46 @@ "generator": false, "expression": false, "range": [ - 10562, - 11151 + 10593, + 11182 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 33 }, "end": { - "line": 311, + "line": 312, "column": 9 } } }, "range": [ - 10537, - 11151 + 10568, + 11182 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 9 } } }, "range": [ - 10537, - 11152 + 10568, + 11183 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 10 } } @@ -28250,16 +28341,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11165, - 11167 + 11196, + 11198 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 11 }, "end": { - "line": 313, + "line": 314, "column": 13 } } @@ -28268,31 +28359,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 11168, - 11180 + 11199, + 11211 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 14 }, "end": { - "line": 313, + "line": 314, "column": 26 } } }, "range": [ - 11165, - 11180 + 11196, + 11211 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 11 }, "end": { - "line": 313, + "line": 314, "column": 26 } } @@ -28315,16 +28406,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 11195, - 11205 + 11226, + 11236 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, + "line": 315, "column": 22 } } @@ -28333,31 +28424,31 @@ "type": "Identifier", "name": "style", "range": [ - 11206, - 11211 + 11237, + 11242 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 23 }, "end": { - "line": 314, + "line": 315, "column": 28 } } }, "range": [ - 11195, - 11211 + 11226, + 11242 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, + "line": 315, "column": 28 } } @@ -28366,112 +28457,111 @@ "type": "Identifier", "name": "display", "range": [ - 11212, - 11219 + 11243, + 11250 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 29 }, "end": { - "line": 314, + "line": 315, "column": 36 } } }, "range": [ - 11195, - 11219 + 11226, + 11250 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, + "line": 315, "column": 36 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 11222, - 11228 + 11253, + 11257 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 39 }, "end": { - "line": 314, - "column": 45 + "line": 315, + "column": 43 } } }, "range": [ - 11195, - 11228 + 11226, + 11257 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, - "column": 45 + "line": 315, + "column": 43 } } }, "range": [ - 11195, - 11229 + 11226, + 11258 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 12 }, "end": { - "line": 314, - "column": 46 + "line": 315, + "column": 44 } } } ], "range": [ - 11181, - 11239 + 11212, + 11268 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 27 }, "end": { - "line": 315, + "line": 316, "column": 9 } } }, "alternate": null, "range": [ - 11162, - 11239 + 11193, + 11268 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 9 } } @@ -28488,16 +28578,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11252, - 11255 + 11281, + 11284 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 11 }, "end": { - "line": 317, + "line": 318, "column": 14 } } @@ -28506,31 +28596,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11256, - 11267 + 11285, + 11296 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 15 }, "end": { - "line": 317, + "line": 318, "column": 26 } } }, "range": [ - 11252, - 11267 + 11281, + 11296 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 11 }, "end": { - "line": 317, + "line": 318, "column": 26 } } @@ -28544,16 +28634,16 @@ "object": { "type": "ThisExpression", "range": [ - 11272, - 11276 + 11301, + 11305 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 31 }, "end": { - "line": 317, + "line": 318, "column": 35 } } @@ -28562,31 +28652,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11277, - 11284 + 11306, + 11313 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 36 }, "end": { - "line": 317, + "line": 318, "column": 43 } } }, "range": [ - 11272, - 11284 + 11301, + 11313 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 31 }, "end": { - "line": 317, + "line": 318, "column": 43 } } @@ -28595,46 +28685,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11285, - 11296 + 11314, + 11325 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 44 }, "end": { - "line": 317, + "line": 318, "column": 55 } } }, "range": [ - 11272, - 11296 + 11301, + 11325 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 31 }, "end": { - "line": 317, + "line": 318, "column": 55 } } }, "range": [ - 11252, - 11296 + 11281, + 11325 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 11 }, "end": { - "line": 317, + "line": 318, "column": 55 } } @@ -28657,16 +28747,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11311, - 11314 + 11340, + 11343 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 15 } } @@ -28675,31 +28765,31 @@ "type": "Identifier", "name": "style", "range": [ - 11315, - 11320 + 11344, + 11349 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 16 }, "end": { - "line": 318, + "line": 319, "column": 21 } } }, "range": [ - 11311, - 11320 + 11340, + 11349 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 21 } } @@ -28708,31 +28798,31 @@ "type": "Identifier", "name": "width", "range": [ - 11321, - 11326 + 11350, + 11355 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 22 }, "end": { - "line": 318, + "line": 319, "column": 27 } } }, "range": [ - 11311, - 11326 + 11340, + 11355 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 27 } } @@ -28749,16 +28839,16 @@ "object": { "type": "ThisExpression", "range": [ - 11329, - 11333 + 11358, + 11362 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 30 }, "end": { - "line": 318, + "line": 319, "column": 34 } } @@ -28767,31 +28857,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11334, - 11341 + 11363, + 11370 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 35 }, "end": { - "line": 318, + "line": 319, "column": 42 } } }, "range": [ - 11329, - 11341 + 11358, + 11370 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 30 }, "end": { - "line": 318, + "line": 319, "column": 42 } } @@ -28800,31 +28890,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11342, - 11353 + 11371, + 11382 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 43 }, "end": { - "line": 318, + "line": 319, "column": 54 } } }, "range": [ - 11329, - 11353 + 11358, + 11382 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 30 }, "end": { - "line": 318, + "line": 319, "column": 54 } } @@ -28834,93 +28924,93 @@ "value": "px", "raw": "'px'", "range": [ - 11354, - 11358 + 11383, + 11387 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 55 }, "end": { - "line": 318, + "line": 319, "column": 59 } } }, "range": [ - 11329, - 11358 + 11358, + 11387 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 30 }, "end": { - "line": 318, + "line": 319, "column": 59 } } }, "range": [ - 11311, - 11358 + 11340, + 11387 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 59 } } }, "range": [ - 11311, - 11359 + 11340, + 11388 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 60 } } } ], "range": [ - 11297, - 11369 + 11326, + 11398 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 56 }, "end": { - "line": 319, + "line": 320, "column": 9 } } }, "alternate": null, "range": [ - 11249, - 11369 + 11278, + 11398 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 8 }, "end": { - "line": 319, + "line": 320, "column": 9 } } @@ -28936,16 +29026,16 @@ "object": { "type": "ThisExpression", "range": [ - 11379, - 11383 + 11408, + 11412 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 12 } } @@ -28954,31 +29044,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 11384, - 11395 + 11413, + 11424 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 13 }, "end": { - "line": 321, + "line": 322, "column": 24 } } }, "range": [ - 11379, - 11395 + 11408, + 11424 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 24 } } @@ -28988,62 +29078,62 @@ "value": true, "raw": "true", "range": [ - 11398, - 11402 + 11427, + 11431 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 27 }, "end": { - "line": 321, + "line": 322, "column": 31 } } }, "range": [ - 11379, - 11402 + 11408, + 11431 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 31 } } }, "range": [ - 11379, - 11403 + 11408, + 11432 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 32 } } } ], "range": [ - 2486, - 11409 + 2517, + 11438 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 10 }, "end": { - "line": 322, + "line": 323, "column": 5 } } @@ -29051,16 +29141,16 @@ "generator": false, "expression": false, "range": [ - 2484, - 11409 + 2515, + 11438 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 5 } } @@ -29068,16 +29158,16 @@ "kind": "method", "computed": false, "range": [ - 2480, - 11409 + 2511, + 11438 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 4 }, "end": { - "line": 322, + "line": 323, "column": 5 } }, @@ -29086,16 +29176,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2421, - 2475 + 2452, + 2506 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 4 }, "end": { - "line": 65, + "line": 66, "column": 7 } } @@ -29106,16 +29196,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11415, - 11457 + 11444, + 11486 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 4 }, "end": { - "line": 326, + "line": 327, "column": 7 } } @@ -29129,16 +29219,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 11462, - 11469 + 11491, + 11498 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 4 }, "end": { - "line": 327, + "line": 328, "column": 11 } } @@ -29159,16 +29249,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11485, - 11487 + 11514, + 11516 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 14 } } @@ -29179,16 +29269,16 @@ "object": { "type": "ThisExpression", "range": [ - 11490, - 11494 + 11519, + 11523 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 17 }, "end": { - "line": 328, + "line": 329, "column": 21 } } @@ -29197,46 +29287,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11495, - 11497 + 11524, + 11526 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 22 }, "end": { - "line": 328, + "line": 329, "column": 24 } } }, "range": [ - 11490, - 11497 + 11519, + 11526 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 17 }, "end": { - "line": 328, + "line": 329, "column": 24 } } }, "range": [ - 11485, - 11497 + 11514, + 11526 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 329, "column": 24 } } @@ -29244,16 +29334,16 @@ ], "kind": "let", "range": [ - 11481, - 11498 + 11510, + 11527 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 25 } } @@ -29267,16 +29357,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11511, - 11514 + 11540, + 11543 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 12 }, "end": { - "line": 329, + "line": 330, "column": 15 } } @@ -29288,16 +29378,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11517, - 11519 + 11546, + 11548 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 18 }, "end": { - "line": 329, + "line": 330, "column": 20 } } @@ -29306,46 +29396,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 11520, - 11523 + 11549, + 11552 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 21 }, "end": { - "line": 329, + "line": 330, "column": 24 } } }, "range": [ - 11517, - 11523 + 11546, + 11552 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 18 }, "end": { - "line": 329, + "line": 330, "column": 24 } } }, "range": [ - 11511, - 11523 + 11540, + 11552 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 12 }, "end": { - "line": 329, + "line": 330, "column": 24 } } @@ -29353,16 +29443,16 @@ ], "kind": "let", "range": [ - 11507, - 11524 + 11536, + 11553 ], "loc": { "start": { - "line": 329, + "line": 330, "column": 8 }, "end": { - "line": 329, + "line": 330, "column": 25 } } @@ -29378,16 +29468,16 @@ "object": { "type": "ThisExpression", "range": [ - 11538, - 11542 + 11567, + 11571 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 12 }, "end": { - "line": 331, + "line": 332, "column": 16 } } @@ -29396,47 +29486,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 11543, - 11554 + 11572, + 11583 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 17 }, "end": { - "line": 331, + "line": 332, "column": 28 } } }, "range": [ - 11538, - 11554 + 11567, + 11583 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 12 }, "end": { - "line": 331, + "line": 332, "column": 28 } } }, "prefix": true, "range": [ - 11537, - 11554 + 11566, + 11583 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 11 }, "end": { - "line": 331, + "line": 332, "column": 28 } } @@ -29448,48 +29538,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11569, - 11576 + 11598, + 11605 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 12 }, "end": { - "line": 332, + "line": 333, "column": 19 } } } ], "range": [ - 11555, - 11586 + 11584, + 11615 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 29 }, "end": { - "line": 333, + "line": 334, "column": 9 } } }, "alternate": null, "range": [ - 11534, - 11586 + 11563, + 11615 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 9 } } @@ -29503,16 +29593,16 @@ "type": "Identifier", "name": "t", "range": [ - 11599, - 11600 + 11628, + 11629 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 12 }, "end": { - "line": 334, + "line": 335, "column": 13 } } @@ -29526,16 +29616,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11603, - 11606 + 11632, + 11635 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 19 } } @@ -29544,31 +29634,31 @@ "type": "Identifier", "name": "remove", "range": [ - 11607, - 11613 + 11636, + 11642 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 20 }, "end": { - "line": 334, + "line": 335, "column": 26 } } }, "range": [ - 11603, - 11613 + 11632, + 11642 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 26 } } @@ -29578,47 +29668,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 11614, - 11617 + 11643, + 11646 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 27 }, "end": { - "line": 334, + "line": 335, "column": 30 } } } ], "range": [ - 11603, - 11618 + 11632, + 11647 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 16 }, "end": { - "line": 334, + "line": 335, "column": 31 } } }, "range": [ - 11599, - 11618 + 11628, + 11647 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 12 }, "end": { - "line": 334, + "line": 335, "column": 31 } } @@ -29626,16 +29716,16 @@ ], "kind": "let", "range": [ - 11595, - 11619 + 11624, + 11648 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 334, + "line": 335, "column": 32 } } @@ -29656,16 +29746,16 @@ "object": { "type": "ThisExpression", "range": [ - 11628, - 11632 + 11657, + 11661 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 12 } } @@ -29674,31 +29764,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11633, - 11644 + 11662, + 11673 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 13 }, "end": { - "line": 335, + "line": 336, "column": 24 } } }, "range": [ - 11628, - 11644 + 11657, + 11673 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 24 } } @@ -29707,31 +29797,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 11645, - 11655 + 11674, + 11684 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 25 }, "end": { - "line": 335, + "line": 336, "column": 35 } } }, "range": [ - 11628, - 11655 + 11657, + 11684 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 35 } } @@ -29740,31 +29830,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 11656, - 11668 + 11685, + 11697 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 36 }, "end": { - "line": 335, + "line": 336, "column": 48 } } }, "range": [ - 11628, - 11668 + 11657, + 11697 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 48 } } @@ -29774,16 +29864,16 @@ "type": "Identifier", "name": "t", "range": [ - 11669, - 11670 + 11698, + 11699 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 49 }, "end": { - "line": 335, + "line": 336, "column": 50 } } @@ -29794,16 +29884,16 @@ "object": { "type": "ThisExpression", "range": [ - 11672, - 11676 + 11701, + 11705 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 52 }, "end": { - "line": 335, + "line": 336, "column": 56 } } @@ -29812,62 +29902,62 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11677, - 11688 + 11706, + 11717 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 57 }, "end": { - "line": 335, + "line": 336, "column": 68 } } }, "range": [ - 11672, - 11688 + 11701, + 11717 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 52 }, "end": { - "line": 335, + "line": 336, "column": 68 } } } ], "range": [ - 11628, - 11689 + 11657, + 11718 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 69 } } }, "range": [ - 11628, - 11690 + 11657, + 11719 ], "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 70 } } @@ -29883,16 +29973,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11699, - 11702 + 11728, + 11731 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 11 } } @@ -29901,31 +29991,31 @@ "type": "Identifier", "name": "remove", "range": [ - 11703, - 11709 + 11732, + 11738 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 12 }, "end": { - "line": 336, + "line": 337, "column": 18 } } }, "range": [ - 11699, - 11709 + 11728, + 11738 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 18 } } @@ -29937,16 +30027,16 @@ "object": { "type": "ThisExpression", "range": [ - 11710, - 11714 + 11739, + 11743 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 19 }, "end": { - "line": 336, + "line": 337, "column": 23 } } @@ -29955,62 +30045,62 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11715, - 11726 + 11744, + 11755 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 24 }, "end": { - "line": 336, + "line": 337, "column": 35 } } }, "range": [ - 11710, - 11726 + 11739, + 11755 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 19 }, "end": { - "line": 336, + "line": 337, "column": 35 } } } ], "range": [ - 11699, - 11727 + 11728, + 11756 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 36 } } }, "range": [ - 11699, - 11728 + 11728, + 11757 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 37 } } @@ -30026,16 +30116,16 @@ "object": { "type": "ThisExpression", "range": [ - 11738, - 11742 + 11767, + 11771 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 12 } } @@ -30044,31 +30134,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11743, - 11754 + 11772, + 11783 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 13 }, "end": { - "line": 338, + "line": 339, "column": 24 } } }, "range": [ - 11738, - 11754 + 11767, + 11783 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 24 } } @@ -30078,46 +30168,46 @@ "value": null, "raw": "null", "range": [ - 11757, - 11761 + 11786, + 11790 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 27 }, "end": { - "line": 338, + "line": 339, "column": 31 } } }, "range": [ - 11738, - 11761 + 11767, + 11790 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 31 } } }, "range": [ - 11738, - 11762 + 11767, + 11791 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 32 } } @@ -30133,16 +30223,16 @@ "object": { "type": "ThisExpression", "range": [ - 11771, - 11775 + 11800, + 11804 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 8 }, "end": { - "line": 339, + "line": 340, "column": 12 } } @@ -30151,114 +30241,7 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 11776, - 11787 - ], - "loc": { - "start": { - "line": 339, - "column": 13 - }, - "end": { - "line": 339, - "column": 24 - } - } - }, - "range": [ - 11771, - 11787 - ], - "loc": { - "start": { - "line": 339, - "column": 8 - }, - "end": { - "line": 339, - "column": 24 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 11790, - 11794 - ], - "loc": { - "start": { - "line": 339, - "column": 27 - }, - "end": { - "line": 339, - "column": 31 - } - } - }, - "range": [ - 11771, - 11794 - ], - "loc": { - "start": { - "line": 339, - "column": 8 - }, - "end": { - "line": 339, - "column": 31 - } - } - }, - "range": [ - 11771, - 11795 - ], - "loc": { - "start": { - "line": 339, - "column": 8 - }, - "end": { - "line": 339, - "column": 32 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 11804, - 11808 - ], - "loc": { - "start": { - "line": 340, - "column": 8 - }, - "end": { - "line": 340, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "headTbl", - "range": [ - 11809, + 11805, 11816 ], "loc": { @@ -30268,12 +30251,12 @@ }, "end": { "line": 340, - "column": 20 + "column": 24 } } }, "range": [ - 11804, + 11800, 11816 ], "loc": { @@ -30283,7 +30266,7 @@ }, "end": { "line": 340, - "column": 20 + "column": 24 } } }, @@ -30298,16 +30281,16 @@ "loc": { "start": { "line": 340, - "column": 23 + "column": 27 }, "end": { "line": 340, - "column": 27 + "column": 31 } } }, "range": [ - 11804, + 11800, 11823 ], "loc": { @@ -30317,12 +30300,12 @@ }, "end": { "line": 340, - "column": 27 + "column": 31 } } }, "range": [ - 11804, + 11800, 11824 ], "loc": { @@ -30332,7 +30315,7 @@ }, "end": { "line": 340, - "column": 28 + "column": 32 } } }, @@ -30363,7 +30346,7 @@ }, "property": { "type": "Identifier", - "name": "tblCont", + "name": "headTbl", "range": [ 11838, 11845 @@ -30452,19 +30435,126 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "Identifier", - "name": "tbl", + "type": "ThisExpression", "range": [ - 11863, + 11862, 11866 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 8 }, "end": { - "line": 343, + "line": 342, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "tblCont", + "range": [ + 11867, + 11874 + ], + "loc": { + "start": { + "line": 342, + "column": 13 + }, + "end": { + "line": 342, + "column": 20 + } + } + }, + "range": [ + 11862, + 11874 + ], + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 20 + } + } + }, + "right": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 11877, + 11881 + ], + "loc": { + "start": { + "line": 342, + "column": 23 + }, + "end": { + "line": 342, + "column": 27 + } + } + }, + "range": [ + 11862, + 11881 + ], + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 27 + } + } + }, + "range": [ + 11862, + 11882 + ], + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 28 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tbl", + "range": [ + 11892, + 11895 + ], + "loc": { + "start": { + "line": 344, + "column": 8 + }, + "end": { + "line": 344, "column": 11 } } @@ -30473,31 +30563,31 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 11867, - 11876 + 11896, + 11905 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 12 }, "end": { - "line": 343, + "line": 344, "column": 21 } } }, "range": [ - 11863, - 11876 + 11892, + 11905 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 21 } } @@ -30508,16 +30598,16 @@ "object": { "type": "ThisExpression", "range": [ - 11879, - 11883 + 11908, + 11912 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 28 } } @@ -30526,61 +30616,61 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 11884, - 11897 + 11913, + 11926 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 29 }, "end": { - "line": 343, + "line": 344, "column": 42 } } }, "range": [ - 11879, - 11897 + 11908, + 11926 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 24 }, "end": { - "line": 343, + "line": 344, "column": 42 } } }, "range": [ - 11863, - 11897 + 11892, + 11926 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 42 } } }, "range": [ - 11863, - 11898 + 11892, + 11927 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 43 } }, @@ -30589,16 +30679,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11907, - 11967 + 11936, + 11996 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 68 } } @@ -30619,16 +30709,16 @@ "object": { "type": "ThisExpression", "range": [ - 11976, - 11980 + 12005, + 12009 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 12 } } @@ -30637,31 +30727,31 @@ "type": "Identifier", "name": "tf", "range": [ - 11981, - 11983 + 12010, + 12012 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 13 }, "end": { - "line": 345, + "line": 346, "column": 15 } } }, "range": [ - 11976, - 11983 + 12005, + 12012 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 15 } } @@ -30670,31 +30760,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 11984, - 11987 + 12013, + 12016 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 16 }, "end": { - "line": 345, + "line": 346, "column": 19 } } }, "range": [ - 11976, - 11987 + 12005, + 12016 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 19 } } @@ -30708,16 +30798,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11990, - 11993 + 12019, + 12022 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 22 }, "end": { - "line": 345, + "line": 346, "column": 25 } } @@ -30726,31 +30816,31 @@ "type": "Identifier", "name": "id", "range": [ - 11994, - 11996 + 12023, + 12025 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 26 }, "end": { - "line": 345, + "line": 346, "column": 28 } } }, "range": [ - 11990, - 11996 + 12019, + 12025 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 22 }, "end": { - "line": 345, + "line": 346, "column": 28 } } @@ -30763,16 +30853,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11997, - 11999 + 12026, + 12028 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 29 }, "end": { - "line": 345, + "line": 346, "column": 31 } } @@ -30781,77 +30871,77 @@ "type": "Identifier", "name": "id", "range": [ - 12000, - 12002 + 12029, + 12031 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 32 }, "end": { - "line": 345, + "line": 346, "column": 34 } } }, "range": [ - 11997, - 12002 + 12026, + 12031 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 29 }, "end": { - "line": 345, + "line": 346, "column": 34 } } } ], "range": [ - 11990, - 12003 + 12019, + 12032 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 22 }, "end": { - "line": 345, + "line": 346, "column": 35 } } }, "range": [ - 11976, - 12003 + 12005, + 12032 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 35 } } }, "range": [ - 11976, - 12004 + 12005, + 12033 ], "loc": { "start": { - "line": 345, + "line": 346, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 36 } }, @@ -30860,16 +30950,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11907, - 11967 + 11936, + 11996 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 68 } } @@ -30887,16 +30977,16 @@ "object": { "type": "ThisExpression", "range": [ - 12014, - 12018 + 12043, + 12047 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 12 } } @@ -30905,31 +30995,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 12019, - 12030 + 12048, + 12059 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 13 }, "end": { - "line": 347, + "line": 348, "column": 24 } } }, "range": [ - 12014, - 12030 + 12043, + 12059 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 24 } } @@ -30939,62 +31029,62 @@ "value": false, "raw": "false", "range": [ - 12033, - 12038 + 12062, + 12067 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 27 }, "end": { - "line": 347, + "line": 348, "column": 32 } } }, "range": [ - 12014, - 12038 + 12043, + 12067 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 32 } } }, "range": [ - 12014, - 12039 + 12043, + 12068 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 33 } } } ], "range": [ - 11471, - 12045 + 11500, + 12074 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 13 }, "end": { - "line": 348, + "line": 349, "column": 5 } } @@ -31002,16 +31092,16 @@ "generator": false, "expression": false, "range": [ - 11469, - 12045 + 11498, + 12074 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 11 }, "end": { - "line": 348, + "line": 349, "column": 5 } } @@ -31019,16 +31109,16 @@ "kind": "method", "computed": false, "range": [ - 11462, - 12045 + 11491, + 12074 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 4 }, "end": { - "line": 348, + "line": 349, "column": 5 } }, @@ -31037,16 +31127,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11415, - 11457 + 11444, + 11486 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 4 }, "end": { - "line": 326, + "line": 327, "column": 7 } } @@ -31056,31 +31146,31 @@ } ], "range": [ - 190, - 12047 + 221, + 12076 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 39 }, "end": { - "line": 349, + "line": 350, "column": 1 } } }, "range": [ - 158, - 12047 + 189, + 12076 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 7 }, "end": { - "line": 349, + "line": 350, "column": 1 } }, @@ -31090,16 +31180,16 @@ "specifiers": [], "source": null, "range": [ - 151, - 12047 + 182, + 12076 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 0 }, "end": { - "line": 349, + "line": 350, "column": 1 } } @@ -31108,7 +31198,7 @@ "sourceType": "module", "range": [ 0, - 12047 + 12076 ], "loc": { "start": { @@ -31116,7 +31206,7 @@ "column": 0 }, "end": { - "line": 349, + "line": 350, "column": 1 } }, @@ -31125,16 +31215,16 @@ "type": "Block", "value": "*\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n ", "range": [ - 197, - 300 + 228, + 331 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -31143,16 +31233,16 @@ "type": "Line", "value": "defines grid width", "range": [ - 394, - 414 + 425, + 445 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 28 } } @@ -31161,16 +31251,16 @@ "type": "Line", "value": "defines grid height", "range": [ - 470, - 491 + 501, + 522 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 29 } } @@ -31179,16 +31269,16 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 549, - 587 + 580, + 618 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 46 } } @@ -31197,16 +31287,16 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 669, - 713 + 700, + 744 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 52 } } @@ -31215,16 +31305,16 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 798, - 851 + 829, + 882 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 61 } } @@ -31233,16 +31323,16 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 960, - 1024 + 991, + 1055 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 72 } } @@ -31251,16 +31341,16 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1107, - 1150 + 1138, + 1181 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 51 } } @@ -31269,16 +31359,16 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1222, - 1281 + 1253, + 1312 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 67 } } @@ -31287,16 +31377,16 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1346, - 1381 + 1377, + 1412 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } @@ -31305,16 +31395,16 @@ "type": "Line", "value": "default col width", "range": [ - 1570, - 1589 + 1601, + 1620 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 27 } } @@ -31323,16 +31413,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1703, - 1753 + 1734, + 1784 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 58 } } @@ -31341,16 +31431,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1806, - 1848 + 1837, + 1879 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 50 } } @@ -31359,16 +31449,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1896, - 1946 + 1927, + 1977 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -31377,16 +31467,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2002, - 2038 + 2033, + 2069 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 44 } } @@ -31395,16 +31485,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2086, - 2138 + 2117, + 2169 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 60 } } @@ -31413,16 +31503,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2184, - 2239 + 2215, + 2270 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 63 } } @@ -31431,16 +31521,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2337, - 2364 + 2368, + 2395 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 35 } } @@ -31449,16 +31539,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2421, - 2475 + 2452, + 2506 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 4 }, "end": { - "line": 65, + "line": 66, "column": 7 } } @@ -31467,16 +31557,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2639, - 2673 + 2670, + 2704 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 42 } } @@ -31485,16 +31575,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2841, - 2891 + 2872, + 2922 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 58 } } @@ -31503,16 +31593,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3523, - 3544 + 3554, + 3575 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 17 }, "end": { - "line": 101, + "line": 102, "column": 38 } } @@ -31521,16 +31611,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3778, - 3828 + 3809, + 3859 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 58 } } @@ -31539,16 +31629,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4155, - 4200 + 4186, + 4231 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 53 } } @@ -31557,16 +31647,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4798, - 4837 + 4829, + 4868 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 8 }, "end": { - "line": 137, + "line": 138, "column": 47 } } @@ -31575,16 +31665,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5082, - 5135 + 5113, + 5166 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 61 } } @@ -31593,16 +31683,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5547, - 5562 + 5578, + 5593 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 23 } } @@ -31611,16 +31701,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5688, - 5745 + 5719, + 5776 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 65 } } @@ -31629,16 +31719,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5754, - 5794 + 5785, + 5825 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 48 } } @@ -31647,16 +31737,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6201, - 6225 + 6232, + 6256 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 32 } } @@ -31665,16 +31755,16 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6671, - 6730 + 6702, + 6761 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 67 } } @@ -31683,16 +31773,16 @@ "type": "Line", "value": " Handle table with no headers, assuming here headers do not", "range": [ - 6966, - 7027 + 6997, + 7058 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 12 }, "end": { - "line": 195, + "line": 196, "column": 73 } } @@ -31701,16 +31791,16 @@ "type": "Line", "value": " exist", "range": [ - 7040, - 7048 + 7071, + 7079 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 12 }, "end": { - "line": 196, + "line": 197, "column": 20 } } @@ -31719,16 +31809,16 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7436, - 7497 + 7467, + 7528 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 69 } } @@ -31737,16 +31827,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7627, - 7648 + 7658, + 7679 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 29 } } @@ -31755,16 +31845,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7852, - 7898 + 7883, + 7929 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 8 }, "end": { - "line": 221, + "line": 222, "column": 54 } } @@ -31773,16 +31863,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7908, - 7968 + 7939, + 7999 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 68 } } @@ -31791,16 +31881,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 8017, - 8042 + 8048, + 8073 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 33 } } @@ -31809,16 +31899,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8051, - 8115 + 8082, + 8146 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 72 } } @@ -31827,16 +31917,16 @@ "type": "Line", "value": "", "range": [ - 8155, - 8157 + 8186, + 8188 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 230, + "line": 231, "column": 10 } } @@ -31845,16 +31935,16 @@ "type": "Line", "value": "", "range": [ - 8225, - 8227 + 8256, + 8258 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 10 } } @@ -31863,16 +31953,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8237, - 8261 + 8268, + 8292 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 32 } } @@ -31881,16 +31971,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8466, - 8516 + 8497, + 8547 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 62 } } @@ -31899,16 +31989,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8529, - 8561 + 8560, + 8592 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 44 } } @@ -31917,16 +32007,16 @@ "type": "Line", "value": " try{", "range": [ - 8574, - 8585 + 8605, + 8616 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 23 } } @@ -31935,16 +32025,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8598, - 8640 + 8629, + 8671 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 54 } } @@ -31953,16 +32043,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8653, - 8696 + 8684, + 8727 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 55 } } @@ -31971,16 +32061,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8709, - 8773 + 8740, + 8804 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 12 }, "end": { - "line": 244, + "line": 245, "column": 76 } } @@ -31989,16 +32079,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8786, - 8816 + 8817, + 8847 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 42 } } @@ -32007,16 +32097,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8829, - 8876 + 8860, + 8907 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 246, + "line": 247, "column": 59 } } @@ -32025,16 +32115,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8889, - 8935 + 8920, + 8966 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 12 }, "end": { - "line": 247, + "line": 248, "column": 58 } } @@ -32043,16 +32133,16 @@ "type": "Line", "value": " };", "range": [ - 8948, - 8961 + 8979, + 8992 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 12 }, "end": { - "line": 248, + "line": 249, "column": 25 } } @@ -32061,16 +32151,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8974, - 9016 + 9005, + 9047 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 54 } } @@ -32079,16 +32169,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9029, - 9050 + 9060, + 9081 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 33 } } @@ -32097,16 +32187,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9063, - 9106 + 9094, + 9137 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 55 } } @@ -32115,16 +32205,16 @@ "type": "Line", "value": " }", "range": [ - 9119, - 9127 + 9150, + 9158 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 20 } } @@ -32133,16 +32223,16 @@ "type": "Line", "value": " }", "range": [ - 9140, - 9144 + 9171, + 9175 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 16 } } @@ -32151,16 +32241,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9166, - 9199 + 9197, + 9230 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 41 } } @@ -32169,16 +32259,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9451, - 9500 + 9482, + 9531 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 57 } } @@ -32187,16 +32277,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9585, - 9650 + 9616, + 9681 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 73 } } @@ -32205,16 +32295,16 @@ "type": "Line", "value": "filtering", "range": [ - 9659, - 9670 + 9690, + 9701 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 19 } } @@ -32223,16 +32313,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11415, - 11457 + 11444, + 11486 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 4 }, "end": { - "line": 326, + "line": 327, "column": 7 } } @@ -32241,16 +32331,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11907, - 11967 + 11936, + 11996 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 68 } } diff --git a/docs/ast/source/modules/help.js.json b/docs/ast/source/modules/help.js.json index 90b1a1b4..62ea5a44 100644 --- a/docs/ast/source/modules/help.js.json +++ b/docs/ast/source/modules/help.js.json @@ -238,6 +238,97 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 110, + 120 + ], + "loc": { + "start": { + "line": 4, + "column": 19 + }, + "end": { + "line": 4, + "column": 29 + } + } + }, + "range": [ + 91, + 121 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 30 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -247,8 +338,8 @@ "type": "Identifier", "name": "WIKI_URL", "range": [ - 99, - 107 + 129, + 137 ], "loc": { "start": { @@ -269,8 +360,8 @@ "value": "https://github.com/koalyptus/TableFilter/wiki/", "raw": "'https://github.com/koalyptus/TableFilter/wiki/'", "range": [ - 110, - 158 + 140, + 188 ], "loc": { "start": { @@ -288,8 +379,8 @@ "value": "4.-Filter-operators", "raw": "'4.-Filter-operators'", "range": [ - 181, - 202 + 211, + 232 ], "loc": { "start": { @@ -303,8 +394,8 @@ } }, "range": [ - 110, - 202 + 140, + 232 ], "loc": { "start": { @@ -318,8 +409,8 @@ } }, "range": [ - 99, - 202 + 129, + 232 ], "loc": { "start": { @@ -335,8 +426,8 @@ ], "kind": "const", "range": [ - 93, - 203 + 123, + 233 ], "loc": { "start": { @@ -358,8 +449,8 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 210, - 221 + 240, + 251 ], "loc": { "start": { @@ -377,8 +468,8 @@ "value": "http://koalyptus.github.io/TableFilter/", "raw": "'http://koalyptus.github.io/TableFilter/'", "range": [ - 224, - 265 + 254, + 295 ], "loc": { "start": { @@ -392,8 +483,8 @@ } }, "range": [ - 210, - 265 + 240, + 295 ], "loc": { "start": { @@ -409,8 +500,8 @@ ], "kind": "const", "range": [ - 204, - 266 + 234, + 296 ], "loc": { "start": { @@ -431,8 +522,8 @@ "type": "Identifier", "name": "Help", "range": [ - 281, - 285 + 311, + 315 ], "loc": { "start": { @@ -449,8 +540,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 294, - 301 + 324, + 331 ], "loc": { "start": { @@ -472,8 +563,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 396, - 407 + 426, + 437 ], "loc": { "start": { @@ -494,8 +585,8 @@ "type": "Identifier", "name": "tf", "range": [ - 408, - 410 + 438, + 440 ], "loc": { "start": { @@ -519,8 +610,8 @@ "callee": { "type": "Super", "range": [ - 421, - 426 + 451, + 456 ], "loc": { "start": { @@ -538,8 +629,8 @@ "type": "Identifier", "name": "tf", "range": [ - 427, - 429 + 457, + 459 ], "loc": { "start": { @@ -557,8 +648,8 @@ "value": "help", "raw": "'help'", "range": [ - 431, - 437 + 461, + 467 ], "loc": { "start": { @@ -573,8 +664,8 @@ } ], "range": [ - 421, - 438 + 451, + 468 ], "loc": { "start": { @@ -588,8 +679,8 @@ } }, "range": [ - 421, - 439 + 451, + 469 ], "loc": { "start": { @@ -611,8 +702,8 @@ "type": "Identifier", "name": "f", "range": [ - 453, - 454 + 483, + 484 ], "loc": { "start": { @@ -631,8 +722,8 @@ "object": { "type": "ThisExpression", "range": [ - 457, - 461 + 487, + 491 ], "loc": { "start": { @@ -649,8 +740,8 @@ "type": "Identifier", "name": "config", "range": [ - 462, - 468 + 492, + 498 ], "loc": { "start": { @@ -664,8 +755,8 @@ } }, "range": [ - 457, - 468 + 487, + 498 ], "loc": { "start": { @@ -679,8 +770,8 @@ } }, "range": [ - 453, - 468 + 483, + 498 ], "loc": { "start": { @@ -696,8 +787,8 @@ ], "kind": "var", "range": [ - 449, - 469 + 479, + 499 ], "loc": { "start": { @@ -714,8 +805,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 479, - 528 + 509, + 558 ], "loc": { "start": { @@ -741,8 +832,8 @@ "object": { "type": "ThisExpression", "range": [ - 537, - 541 + 567, + 571 ], "loc": { "start": { @@ -759,8 +850,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 542, - 547 + 572, + 577 ], "loc": { "start": { @@ -774,8 +865,8 @@ } }, "range": [ - 537, - 547 + 567, + 577 ], "loc": { "start": { @@ -798,8 +889,8 @@ "type": "Identifier", "name": "f", "range": [ - 550, - 551 + 580, + 581 ], "loc": { "start": { @@ -816,8 +907,8 @@ "type": "Identifier", "name": "help_instructions_target_id", "range": [ - 552, - 579 + 582, + 609 ], "loc": { "start": { @@ -831,8 +922,8 @@ } }, "range": [ - 550, - 579 + 580, + 609 ], "loc": { "start": { @@ -850,8 +941,8 @@ "value": null, "raw": "null", "range": [ - 583, - 587 + 613, + 617 ], "loc": { "start": { @@ -865,8 +956,8 @@ } }, "range": [ - 550, - 587 + 580, + 617 ], "loc": { "start": { @@ -880,8 +971,8 @@ } }, "range": [ - 537, - 587 + 567, + 617 ], "loc": { "start": { @@ -895,8 +986,8 @@ } }, "range": [ - 537, - 588 + 567, + 618 ], "loc": { "start": { @@ -913,8 +1004,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 479, - 528 + 509, + 558 ], "loc": { "start": { @@ -933,8 +1024,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 597, - 646 + 627, + 676 ], "loc": { "start": { @@ -960,8 +1051,8 @@ "object": { "type": "ThisExpression", "range": [ - 655, - 659 + 685, + 689 ], "loc": { "start": { @@ -978,8 +1069,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 660, - 669 + 690, + 699 ], "loc": { "start": { @@ -993,8 +1084,8 @@ } }, "range": [ - 655, - 669 + 685, + 699 ], "loc": { "start": { @@ -1017,8 +1108,8 @@ "type": "Identifier", "name": "f", "range": [ - 672, - 673 + 702, + 703 ], "loc": { "start": { @@ -1035,8 +1126,8 @@ "type": "Identifier", "name": "help_instructions_container_target_id", "range": [ - 674, - 711 + 704, + 741 ], "loc": { "start": { @@ -1050,8 +1141,8 @@ } }, "range": [ - 672, - 711 + 702, + 741 ], "loc": { "start": { @@ -1069,8 +1160,8 @@ "value": null, "raw": "null", "range": [ - 727, - 731 + 757, + 761 ], "loc": { "start": { @@ -1084,8 +1175,8 @@ } }, "range": [ - 672, - 731 + 702, + 761 ], "loc": { "start": { @@ -1099,8 +1190,8 @@ } }, "range": [ - 655, - 731 + 685, + 761 ], "loc": { "start": { @@ -1114,8 +1205,8 @@ } }, "range": [ - 655, - 732 + 685, + 762 ], "loc": { "start": { @@ -1132,8 +1223,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 597, - 646 + 627, + 676 ], "loc": { "start": { @@ -1152,8 +1243,8 @@ "type": "Line", "value": "defines help text", "range": [ - 741, - 760 + 771, + 790 ], "loc": { "start": { @@ -1179,8 +1270,8 @@ "object": { "type": "ThisExpression", "range": [ - 769, - 773 + 799, + 803 ], "loc": { "start": { @@ -1197,8 +1288,8 @@ "type": "Identifier", "name": "instrText", "range": [ - 774, - 783 + 804, + 813 ], "loc": { "start": { @@ -1212,8 +1303,8 @@ } }, "range": [ - 769, - 783 + 799, + 813 ], "loc": { "start": { @@ -1235,8 +1326,8 @@ "type": "Identifier", "name": "f", "range": [ - 786, - 787 + 816, + 817 ], "loc": { "start": { @@ -1253,8 +1344,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 788, - 810 + 818, + 840 ], "loc": { "start": { @@ -1268,8 +1359,8 @@ } }, "range": [ - 786, - 810 + 816, + 840 ], "loc": { "start": { @@ -1289,8 +1380,8 @@ "type": "Identifier", "name": "f", "range": [ - 825, - 826 + 855, + 856 ], "loc": { "start": { @@ -1307,8 +1398,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 827, - 849 + 857, + 879 ], "loc": { "start": { @@ -1322,8 +1413,8 @@ } }, "range": [ - 825, - 849 + 855, + 879 ], "loc": { "start": { @@ -1365,8 +1456,8 @@ "value": "Use the filters above each column to filter and limit table ", "raw": "'Use the filters above each column to filter and limit table '", "range": [ - 864, - 926 + 894, + 956 ], "loc": { "start": { @@ -1384,8 +1475,8 @@ "value": "data. Advanced searches can be performed by using the following ", "raw": "'data. Advanced searches can be performed by using the following '", "range": [ - 941, - 1007 + 971, + 1037 ], "loc": { "start": { @@ -1399,8 +1490,8 @@ } }, "range": [ - 864, - 1007 + 894, + 1037 ], "loc": { "start": { @@ -1418,8 +1509,8 @@ "value": "operators:
<, <=, >, ", "raw": "'operators:
<, <=, >, '", "range": [ - 1022, - 1081 + 1052, + 1111 ], "loc": { "start": { @@ -1433,8 +1524,8 @@ } }, "range": [ - 864, - 1081 + 894, + 1111 ], "loc": { "start": { @@ -1452,8 +1543,8 @@ "value": ">=, =, *, !, {, }, ", "raw": "'>=, =, *, !, {, }, '", "range": [ - 1096, - 1162 + 1126, + 1192 ], "loc": { "start": { @@ -1467,8 +1558,8 @@ } }, "range": [ - 864, - 1162 + 894, + 1192 ], "loc": { "start": { @@ -1486,8 +1577,8 @@ "value": "||,&&, [empty], [nonempty], ", "raw": "'||,&&, [empty], [nonempty], '", "range": [ - 1177, - 1243 + 1207, + 1273 ], "loc": { "start": { @@ -1501,8 +1592,8 @@ } }, "range": [ - 864, - 1243 + 894, + 1273 ], "loc": { "start": { @@ -1520,8 +1611,8 @@ "value": "rgx:
rgx:
", "raw": "'\" target=\"_blank\">'", "range": [ - 1297, - 1317 + 1327, + 1347 ], "loc": { "start": { @@ -1602,8 +1693,8 @@ } }, "range": [ - 864, - 1317 + 894, + 1347 ], "loc": { "start": { @@ -1621,8 +1712,8 @@ "value": "Learn more
", "raw": "'Learn more
'", "range": [ - 1332, - 1353 + 1362, + 1383 ], "loc": { "start": { @@ -1636,8 +1727,8 @@ } }, "range": [ - 864, - 1353 + 894, + 1383 ], "loc": { "start": { @@ -1651,8 +1742,8 @@ } }, "range": [ - 786, - 1353 + 816, + 1383 ], "loc": { "start": { @@ -1666,8 +1757,8 @@ } }, "range": [ - 769, - 1353 + 799, + 1383 ], "loc": { "start": { @@ -1681,8 +1772,8 @@ } }, "range": [ - 769, - 1354 + 799, + 1384 ], "loc": { "start": { @@ -1699,8 +1790,8 @@ "type": "Line", "value": "defines help text", "range": [ - 741, - 760 + 771, + 790 ], "loc": { "start": { @@ -1719,8 +1810,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1363, - 1387 + 1393, + 1417 ], "loc": { "start": { @@ -1746,8 +1837,8 @@ "object": { "type": "ThisExpression", "range": [ - 1396, - 1400 + 1426, + 1430 ], "loc": { "start": { @@ -1764,8 +1855,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 1401, - 1410 + 1431, + 1440 ], "loc": { "start": { @@ -1779,8 +1870,8 @@ } }, "range": [ - 1396, - 1410 + 1426, + 1440 ], "loc": { "start": { @@ -1803,8 +1894,8 @@ "type": "Identifier", "name": "f", "range": [ - 1413, - 1414 + 1443, + 1444 ], "loc": { "start": { @@ -1821,8 +1912,8 @@ "type": "Identifier", "name": "help_instructions_html", "range": [ - 1415, - 1437 + 1445, + 1467 ], "loc": { "start": { @@ -1836,8 +1927,8 @@ } }, "range": [ - 1413, - 1437 + 1443, + 1467 ], "loc": { "start": { @@ -1855,8 +1946,8 @@ "value": null, "raw": "null", "range": [ - 1441, - 1445 + 1471, + 1475 ], "loc": { "start": { @@ -1870,8 +1961,8 @@ } }, "range": [ - 1413, - 1445 + 1443, + 1475 ], "loc": { "start": { @@ -1885,8 +1976,8 @@ } }, "range": [ - 1396, - 1445 + 1426, + 1475 ], "loc": { "start": { @@ -1900,8 +1991,8 @@ } }, "range": [ - 1396, - 1446 + 1426, + 1476 ], "loc": { "start": { @@ -1918,8 +2009,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1363, - 1387 + 1393, + 1417 ], "loc": { "start": { @@ -1938,8 +2029,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1455, - 1482 + 1485, + 1512 ], "loc": { "start": { @@ -1965,8 +2056,8 @@ "object": { "type": "ThisExpression", "range": [ - 1491, - 1495 + 1521, + 1525 ], "loc": { "start": { @@ -1983,8 +2074,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 1496, - 1503 + 1526, + 1533 ], "loc": { "start": { @@ -1998,8 +2089,8 @@ } }, "range": [ - 1491, - 1503 + 1521, + 1533 ], "loc": { "start": { @@ -2022,8 +2113,8 @@ "type": "Identifier", "name": "f", "range": [ - 1506, - 1507 + 1536, + 1537 ], "loc": { "start": { @@ -2040,8 +2131,8 @@ "type": "Identifier", "name": "help_instructions_btn_text", "range": [ - 1508, - 1534 + 1538, + 1564 ], "loc": { "start": { @@ -2055,8 +2146,8 @@ } }, "range": [ - 1506, - 1534 + 1536, + 1564 ], "loc": { "start": { @@ -2074,8 +2165,8 @@ "value": "?", "raw": "'?'", "range": [ - 1538, - 1541 + 1568, + 1571 ], "loc": { "start": { @@ -2089,8 +2180,8 @@ } }, "range": [ - 1506, - 1541 + 1536, + 1571 ], "loc": { "start": { @@ -2104,8 +2195,8 @@ } }, "range": [ - 1491, - 1541 + 1521, + 1571 ], "loc": { "start": { @@ -2119,8 +2210,8 @@ } }, "range": [ - 1491, - 1542 + 1521, + 1572 ], "loc": { "start": { @@ -2137,8 +2228,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1455, - 1482 + 1485, + 1512 ], "loc": { "start": { @@ -2157,8 +2248,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1551, - 1583 + 1581, + 1613 ], "loc": { "start": { @@ -2184,8 +2275,8 @@ "object": { "type": "ThisExpression", "range": [ - 1592, - 1596 + 1622, + 1626 ], "loc": { "start": { @@ -2202,8 +2293,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 1597, - 1604 + 1627, + 1634 ], "loc": { "start": { @@ -2217,8 +2308,8 @@ } }, "range": [ - 1592, - 1604 + 1622, + 1634 ], "loc": { "start": { @@ -2241,8 +2332,8 @@ "type": "Identifier", "name": "f", "range": [ - 1607, - 1608 + 1637, + 1638 ], "loc": { "start": { @@ -2259,8 +2350,8 @@ "type": "Identifier", "name": "help_instructions_btn_html", "range": [ - 1609, - 1635 + 1639, + 1665 ], "loc": { "start": { @@ -2274,8 +2365,8 @@ } }, "range": [ - 1607, - 1635 + 1637, + 1665 ], "loc": { "start": { @@ -2293,8 +2384,8 @@ "value": null, "raw": "null", "range": [ - 1639, - 1643 + 1669, + 1673 ], "loc": { "start": { @@ -2308,8 +2399,8 @@ } }, "range": [ - 1607, - 1643 + 1637, + 1673 ], "loc": { "start": { @@ -2323,8 +2414,8 @@ } }, "range": [ - 1592, - 1643 + 1622, + 1673 ], "loc": { "start": { @@ -2338,8 +2429,8 @@ } }, "range": [ - 1592, - 1644 + 1622, + 1674 ], "loc": { "start": { @@ -2356,8 +2447,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1551, - 1583 + 1581, + 1613 ], "loc": { "start": { @@ -2376,8 +2467,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1653, - 1688 + 1683, + 1718 ], "loc": { "start": { @@ -2403,8 +2494,8 @@ "object": { "type": "ThisExpression", "range": [ - 1697, - 1701 + 1727, + 1731 ], "loc": { "start": { @@ -2421,8 +2512,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1702, - 1713 + 1732, + 1743 ], "loc": { "start": { @@ -2436,8 +2527,8 @@ } }, "range": [ - 1697, - 1713 + 1727, + 1743 ], "loc": { "start": { @@ -2460,8 +2551,8 @@ "type": "Identifier", "name": "f", "range": [ - 1716, - 1717 + 1746, + 1747 ], "loc": { "start": { @@ -2478,8 +2569,8 @@ "type": "Identifier", "name": "help_instructions_btn_css_class", "range": [ - 1718, - 1749 + 1748, + 1779 ], "loc": { "start": { @@ -2493,8 +2584,8 @@ } }, "range": [ - 1716, - 1749 + 1746, + 1779 ], "loc": { "start": { @@ -2512,8 +2603,8 @@ "value": "helpBtn", "raw": "'helpBtn'", "range": [ - 1753, - 1762 + 1783, + 1792 ], "loc": { "start": { @@ -2527,8 +2618,8 @@ } }, "range": [ - 1716, - 1762 + 1746, + 1792 ], "loc": { "start": { @@ -2542,8 +2633,8 @@ } }, "range": [ - 1697, - 1762 + 1727, + 1792 ], "loc": { "start": { @@ -2557,8 +2648,8 @@ } }, "range": [ - 1697, - 1763 + 1727, + 1793 ], "loc": { "start": { @@ -2575,8 +2666,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1653, - 1688 + 1683, + 1718 ], "loc": { "start": { @@ -2595,8 +2686,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1772, - 1810 + 1802, + 1840 ], "loc": { "start": { @@ -2622,8 +2713,8 @@ "object": { "type": "ThisExpression", "range": [ - 1819, - 1823 + 1849, + 1853 ], "loc": { "start": { @@ -2640,8 +2731,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 1824, - 1836 + 1854, + 1866 ], "loc": { "start": { @@ -2655,8 +2746,8 @@ } }, "range": [ - 1819, - 1836 + 1849, + 1866 ], "loc": { "start": { @@ -2679,8 +2770,8 @@ "type": "Identifier", "name": "f", "range": [ - 1839, - 1840 + 1869, + 1870 ], "loc": { "start": { @@ -2697,8 +2788,8 @@ "type": "Identifier", "name": "help_instructions_container_css_class", "range": [ - 1841, - 1878 + 1871, + 1908 ], "loc": { "start": { @@ -2712,8 +2803,8 @@ } }, "range": [ - 1839, - 1878 + 1869, + 1908 ], "loc": { "start": { @@ -2731,8 +2822,8 @@ "value": "helpCont", "raw": "'helpCont'", "range": [ - 1894, - 1904 + 1924, + 1934 ], "loc": { "start": { @@ -2746,8 +2837,8 @@ } }, "range": [ - 1839, - 1904 + 1869, + 1934 ], "loc": { "start": { @@ -2761,8 +2852,8 @@ } }, "range": [ - 1819, - 1904 + 1849, + 1934 ], "loc": { "start": { @@ -2776,8 +2867,8 @@ } }, "range": [ - 1819, - 1905 + 1849, + 1935 ], "loc": { "start": { @@ -2794,8 +2885,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1772, - 1810 + 1802, + 1840 ], "loc": { "start": { @@ -2814,8 +2905,8 @@ "type": "Line", "value": "help button element", "range": [ - 1914, - 1935 + 1944, + 1965 ], "loc": { "start": { @@ -2841,8 +2932,8 @@ "object": { "type": "ThisExpression", "range": [ - 1944, - 1948 + 1974, + 1978 ], "loc": { "start": { @@ -2859,8 +2950,8 @@ "type": "Identifier", "name": "btn", "range": [ - 1949, - 1952 + 1979, + 1982 ], "loc": { "start": { @@ -2874,8 +2965,8 @@ } }, "range": [ - 1944, - 1952 + 1974, + 1982 ], "loc": { "start": { @@ -2893,8 +2984,8 @@ "value": null, "raw": "null", "range": [ - 1955, - 1959 + 1985, + 1989 ], "loc": { "start": { @@ -2908,8 +2999,8 @@ } }, "range": [ - 1944, - 1959 + 1974, + 1989 ], "loc": { "start": { @@ -2923,8 +3014,8 @@ } }, "range": [ - 1944, - 1960 + 1974, + 1990 ], "loc": { "start": { @@ -2941,8 +3032,8 @@ "type": "Line", "value": "help button element", "range": [ - 1914, - 1935 + 1944, + 1965 ], "loc": { "start": { @@ -2961,8 +3052,8 @@ "type": "Line", "value": "help content div", "range": [ - 1970, - 1988 + 2000, + 2018 ], "loc": { "start": { @@ -2988,8 +3079,8 @@ "object": { "type": "ThisExpression", "range": [ - 1997, - 2001 + 2027, + 2031 ], "loc": { "start": { @@ -3006,8 +3097,8 @@ "type": "Identifier", "name": "cont", "range": [ - 2002, - 2006 + 2032, + 2036 ], "loc": { "start": { @@ -3021,8 +3112,8 @@ } }, "range": [ - 1997, - 2006 + 2027, + 2036 ], "loc": { "start": { @@ -3040,8 +3131,8 @@ "value": null, "raw": "null", "range": [ - 2009, - 2013 + 2039, + 2043 ], "loc": { "start": { @@ -3055,8 +3146,8 @@ } }, "range": [ - 1997, - 2013 + 2027, + 2043 ], "loc": { "start": { @@ -3070,8 +3161,8 @@ } }, "range": [ - 1997, - 2014 + 2027, + 2044 ], "loc": { "start": { @@ -3088,8 +3179,8 @@ "type": "Line", "value": "help content div", "range": [ - 1970, - 1988 + 2000, + 2018 ], "loc": { "start": { @@ -3115,8 +3206,8 @@ "object": { "type": "ThisExpression", "range": [ - 2023, - 2027 + 2053, + 2057 ], "loc": { "start": { @@ -3133,8 +3224,8 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 2028, - 2039 + 2058, + 2069 ], "loc": { "start": { @@ -3148,8 +3239,8 @@ } }, "range": [ - 2023, - 2039 + 2053, + 2069 ], "loc": { "start": { @@ -3206,8 +3297,8 @@ "value": "

TableFilter ", "raw": "'

TableFilter '", "range": [ - 2042, - 2084 + 2072, + 2114 ], "loc": { "start": { @@ -3225,8 +3316,8 @@ "value": "v", "raw": "'v'", "range": [ - 2099, - 2102 + 2129, + 2132 ], "loc": { "start": { @@ -3240,8 +3331,8 @@ } }, "range": [ - 2042, - 2102 + 2072, + 2132 ], "loc": { "start": { @@ -3261,8 +3352,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2104, - 2106 + 2134, + 2136 ], "loc": { "start": { @@ -3279,8 +3370,8 @@ "type": "Identifier", "name": "version", "range": [ - 2107, - 2114 + 2137, + 2144 ], "loc": { "start": { @@ -3294,8 +3385,8 @@ } }, "range": [ - 2104, - 2114 + 2134, + 2144 ], "loc": { "start": { @@ -3309,8 +3400,8 @@ } }, "range": [ - 2042, - 2114 + 2072, + 2144 ], "loc": { "start": { @@ -3328,8 +3419,8 @@ "value": "

", "raw": "'

'", "range": [ - 2116, - 2123 + 2146, + 2153 ], "loc": { "start": { @@ -3343,8 +3434,8 @@ } }, "range": [ - 2042, - 2123 + 2072, + 2153 ], "loc": { "start": { @@ -3362,8 +3453,8 @@ "value": "", "raw": "'\" target=\"_blank\">'", "range": [ - 2164, - 2184 + 2194, + 2214 ], "loc": { "start": { @@ -3444,8 +3535,8 @@ } }, "range": [ - 2042, - 2184 + 2072, + 2214 ], "loc": { "start": { @@ -3462,8 +3553,8 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 2186, - 2197 + 2216, + 2227 ], "loc": { "start": { @@ -3477,8 +3568,8 @@ } }, "range": [ - 2042, - 2197 + 2072, + 2227 ], "loc": { "start": { @@ -3496,8 +3587,8 @@ "value": "", "raw": "''", "range": [ - 2199, - 2205 + 2229, + 2235 ], "loc": { "start": { @@ -3511,8 +3602,8 @@ } }, "range": [ - 2042, - 2205 + 2072, + 2235 ], "loc": { "start": { @@ -3530,8 +3621,8 @@ "value": "
©2015-", "raw": "'
©2015-'", "range": [ - 2219, - 2243 + 2249, + 2273 ], "loc": { "start": { @@ -3545,8 +3636,8 @@ } }, "range": [ - 2042, - 2243 + 2072, + 2273 ], "loc": { "start": { @@ -3566,8 +3657,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2245, - 2247 + 2275, + 2277 ], "loc": { "start": { @@ -3584,8 +3675,8 @@ "type": "Identifier", "name": "year", "range": [ - 2248, - 2252 + 2278, + 2282 ], "loc": { "start": { @@ -3599,8 +3690,8 @@ } }, "range": [ - 2245, - 2252 + 2275, + 2282 ], "loc": { "start": { @@ -3614,8 +3705,8 @@ } }, "range": [ - 2042, - 2252 + 2072, + 2282 ], "loc": { "start": { @@ -3633,8 +3724,8 @@ "value": " {AUTHOR}", "raw": "' {AUTHOR}
'", "range": [ - 2254, - 2272 + 2284, + 2302 ], "loc": { "start": { @@ -3648,8 +3739,8 @@ } }, "range": [ - 2042, - 2272 + 2072, + 2302 ], "loc": { "start": { @@ -3667,8 +3758,8 @@ "value": "
", "raw": "'
'", "range": [ - 2287, - 2333 + 2317, + 2363 ], "loc": { "start": { @@ -3682,8 +3773,8 @@ } }, "range": [ - 2042, - 2333 + 2072, + 2363 ], "loc": { "start": { @@ -3701,8 +3792,8 @@ "value": "Close
", "raw": "'Close
'", "range": [ - 2348, - 2415 + 2378, + 2445 ], "loc": { "start": { @@ -3716,8 +3807,8 @@ } }, "range": [ - 2042, - 2415 + 2072, + 2445 ], "loc": { "start": { @@ -3731,8 +3822,8 @@ } }, "range": [ - 2023, - 2415 + 2053, + 2445 ], "loc": { "start": { @@ -3746,8 +3837,8 @@ } }, "range": [ - 2023, - 2416 + 2053, + 2446 ], "loc": { "start": { @@ -3764,8 +3855,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2426, - 2455 + 2456, + 2485 ], "loc": { "start": { @@ -3791,8 +3882,8 @@ "object": { "type": "ThisExpression", "range": [ - 2464, - 2468 + 2494, + 2498 ], "loc": { "start": { @@ -3809,8 +3900,8 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2469, - 2481 + 2499, + 2511 ], "loc": { "start": { @@ -3824,8 +3915,8 @@ } }, "range": [ - 2464, - 2481 + 2494, + 2511 ], "loc": { "start": { @@ -3843,8 +3934,8 @@ "value": "helpSpan_", "raw": "'helpSpan_'", "range": [ - 2484, - 2495 + 2514, + 2525 ], "loc": { "start": { @@ -3858,8 +3949,8 @@ } }, "range": [ - 2464, - 2495 + 2494, + 2525 ], "loc": { "start": { @@ -3873,8 +3964,8 @@ } }, "range": [ - 2464, - 2496 + 2494, + 2526 ], "loc": { "start": { @@ -3891,8 +3982,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2426, - 2455 + 2456, + 2485 ], "loc": { "start": { @@ -3911,8 +4002,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2505, - 2534 + 2535, + 2564 ], "loc": { "start": { @@ -3938,8 +4029,8 @@ "object": { "type": "ThisExpression", "range": [ - 2543, - 2547 + 2573, + 2577 ], "loc": { "start": { @@ -3956,8 +4047,8 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2548, - 2559 + 2578, + 2589 ], "loc": { "start": { @@ -3971,8 +4062,8 @@ } }, "range": [ - 2543, - 2559 + 2573, + 2589 ], "loc": { "start": { @@ -3990,8 +4081,8 @@ "value": "helpDiv_", "raw": "'helpDiv_'", "range": [ - 2562, - 2572 + 2592, + 2602 ], "loc": { "start": { @@ -4005,8 +4096,8 @@ } }, "range": [ - 2543, - 2572 + 2573, + 2602 ], "loc": { "start": { @@ -4020,8 +4111,8 @@ } }, "range": [ - 2543, - 2573 + 2573, + 2603 ], "loc": { "start": { @@ -4038,8 +4129,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2505, - 2534 + 2535, + 2564 ], "loc": { "start": { @@ -4067,8 +4158,8 @@ "object": { "type": "ThisExpression", "range": [ - 2583, - 2587 + 2613, + 2617 ], "loc": { "start": { @@ -4085,8 +4176,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2588, - 2595 + 2618, + 2625 ], "loc": { "start": { @@ -4100,8 +4191,8 @@ } }, "range": [ - 2583, - 2595 + 2613, + 2625 ], "loc": { "start": { @@ -4118,8 +4209,8 @@ "type": "Identifier", "name": "on", "range": [ - 2596, - 2598 + 2626, + 2628 ], "loc": { "start": { @@ -4133,8 +4224,8 @@ } }, "range": [ - 2583, - 2598 + 2613, + 2628 ], "loc": { "start": { @@ -4156,8 +4247,8 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 2600, - 2611 + 2630, + 2641 ], "loc": { "start": { @@ -4172,8 +4263,8 @@ } ], "range": [ - 2599, - 2612 + 2629, + 2642 ], "loc": { "start": { @@ -4198,8 +4289,8 @@ "object": { "type": "ThisExpression", "range": [ - 2619, - 2623 + 2649, + 2653 ], "loc": { "start": { @@ -4216,8 +4307,8 @@ "type": "Identifier", "name": "init", "range": [ - 2624, - 2628 + 2654, + 2658 ], "loc": { "start": { @@ -4231,8 +4322,8 @@ } }, "range": [ - 2619, - 2628 + 2649, + 2658 ], "loc": { "start": { @@ -4247,8 +4338,8 @@ }, "arguments": [], "range": [ - 2619, - 2630 + 2649, + 2660 ], "loc": { "start": { @@ -4264,8 +4355,8 @@ "generator": false, "expression": true, "range": [ - 2614, - 2630 + 2644, + 2660 ], "loc": { "start": { @@ -4280,8 +4371,8 @@ } ], "range": [ - 2583, - 2631 + 2613, + 2661 ], "loc": { "start": { @@ -4295,8 +4386,8 @@ } }, "range": [ - 2583, - 2632 + 2613, + 2662 ], "loc": { "start": { @@ -4311,8 +4402,8 @@ } ], "range": [ - 411, - 2638 + 441, + 2668 ], "loc": { "start": { @@ -4328,8 +4419,8 @@ "generator": false, "expression": false, "range": [ - 407, - 2638 + 437, + 2668 ], "loc": { "start": { @@ -4345,8 +4436,8 @@ "kind": "constructor", "computed": false, "range": [ - 396, - 2638 + 426, + 2668 ], "loc": { "start": { @@ -4363,8 +4454,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 308, - 391 + 338, + 421 ], "loc": { "start": { @@ -4386,8 +4477,8 @@ "type": "Identifier", "name": "init", "range": [ - 2644, - 2648 + 2674, + 2678 ], "loc": { "start": { @@ -4415,8 +4506,8 @@ "object": { "type": "ThisExpression", "range": [ - 2663, - 2667 + 2693, + 2697 ], "loc": { "start": { @@ -4433,8 +4524,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2668, - 2679 + 2698, + 2709 ], "loc": { "start": { @@ -4448,8 +4539,8 @@ } }, "range": [ - 2663, - 2679 + 2693, + 2709 ], "loc": { "start": { @@ -4469,8 +4560,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2694, - 2701 + 2724, + 2731 ], "loc": { "start": { @@ -4485,8 +4576,8 @@ } ], "range": [ - 2680, - 2711 + 2710, + 2741 ], "loc": { "start": { @@ -4501,8 +4592,8 @@ }, "alternate": null, "range": [ - 2660, - 2711 + 2690, + 2741 ], "loc": { "start": { @@ -4524,8 +4615,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2725, - 2727 + 2755, + 2757 ], "loc": { "start": { @@ -4544,8 +4635,8 @@ "object": { "type": "ThisExpression", "range": [ - 2730, - 2734 + 2760, + 2764 ], "loc": { "start": { @@ -4562,8 +4653,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2735, - 2737 + 2765, + 2767 ], "loc": { "start": { @@ -4577,8 +4668,8 @@ } }, "range": [ - 2730, - 2737 + 2760, + 2767 ], "loc": { "start": { @@ -4592,8 +4683,8 @@ } }, "range": [ - 2725, - 2737 + 2755, + 2767 ], "loc": { "start": { @@ -4609,8 +4700,8 @@ ], "kind": "var", "range": [ - 2721, - 2738 + 2751, + 2768 ], "loc": { "start": { @@ -4632,8 +4723,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 2752, - 2760 + 2782, + 2790 ], "loc": { "start": { @@ -4655,8 +4746,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2763, - 2766 + 2793, + 2796 ], "loc": { "start": { @@ -4673,8 +4764,8 @@ "type": "Identifier", "name": "create", "range": [ - 2767, - 2773 + 2797, + 2803 ], "loc": { "start": { @@ -4688,8 +4779,8 @@ } }, "range": [ - 2763, - 2773 + 2793, + 2803 ], "loc": { "start": { @@ -4708,8 +4799,8 @@ "value": "span", "raw": "'span'", "range": [ - 2774, - 2780 + 2804, + 2810 ], "loc": { "start": { @@ -4730,8 +4821,8 @@ "value": "id", "raw": "'id'", "range": [ - 2783, - 2787 + 2813, + 2817 ], "loc": { "start": { @@ -4753,8 +4844,8 @@ "object": { "type": "ThisExpression", "range": [ - 2789, - 2793 + 2819, + 2823 ], "loc": { "start": { @@ -4771,8 +4862,8 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2794, - 2806 + 2824, + 2836 ], "loc": { "start": { @@ -4786,8 +4877,8 @@ } }, "range": [ - 2789, - 2806 + 2819, + 2836 ], "loc": { "start": { @@ -4807,8 +4898,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2807, - 2809 + 2837, + 2839 ], "loc": { "start": { @@ -4825,8 +4916,8 @@ "type": "Identifier", "name": "id", "range": [ - 2810, - 2812 + 2840, + 2842 ], "loc": { "start": { @@ -4840,8 +4931,8 @@ } }, "range": [ - 2807, - 2812 + 2837, + 2842 ], "loc": { "start": { @@ -4855,8 +4946,8 @@ } }, "range": [ - 2789, - 2812 + 2819, + 2842 ], "loc": { "start": { @@ -4871,8 +4962,8 @@ } ], "range": [ - 2782, - 2813 + 2812, + 2843 ], "loc": { "start": { @@ -4887,8 +4978,8 @@ } ], "range": [ - 2763, - 2814 + 2793, + 2844 ], "loc": { "start": { @@ -4902,8 +4993,8 @@ } }, "range": [ - 2752, - 2814 + 2782, + 2844 ], "loc": { "start": { @@ -4919,8 +5010,8 @@ ], "kind": "var", "range": [ - 2748, - 2815 + 2778, + 2845 ], "loc": { "start": { @@ -4942,8 +5033,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 2828, - 2835 + 2858, + 2865 ], "loc": { "start": { @@ -4965,8 +5056,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2838, - 2841 + 2868, + 2871 ], "loc": { "start": { @@ -4983,8 +5074,8 @@ "type": "Identifier", "name": "create", "range": [ - 2842, - 2848 + 2872, + 2878 ], "loc": { "start": { @@ -4998,8 +5089,8 @@ } }, "range": [ - 2838, - 2848 + 2868, + 2878 ], "loc": { "start": { @@ -5018,8 +5109,8 @@ "value": "div", "raw": "'div'", "range": [ - 2849, - 2854 + 2879, + 2884 ], "loc": { "start": { @@ -5040,8 +5131,8 @@ "value": "id", "raw": "'id'", "range": [ - 2857, - 2861 + 2887, + 2891 ], "loc": { "start": { @@ -5063,8 +5154,8 @@ "object": { "type": "ThisExpression", "range": [ - 2863, - 2867 + 2893, + 2897 ], "loc": { "start": { @@ -5081,8 +5172,8 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2868, - 2879 + 2898, + 2909 ], "loc": { "start": { @@ -5096,8 +5187,8 @@ } }, "range": [ - 2863, - 2879 + 2893, + 2909 ], "loc": { "start": { @@ -5117,8 +5208,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2880, - 2882 + 2910, + 2912 ], "loc": { "start": { @@ -5135,8 +5226,8 @@ "type": "Identifier", "name": "id", "range": [ - 2883, - 2885 + 2913, + 2915 ], "loc": { "start": { @@ -5150,8 +5241,8 @@ } }, "range": [ - 2880, - 2885 + 2910, + 2915 ], "loc": { "start": { @@ -5165,8 +5256,8 @@ } }, "range": [ - 2863, - 2885 + 2893, + 2915 ], "loc": { "start": { @@ -5181,8 +5272,8 @@ } ], "range": [ - 2856, - 2886 + 2886, + 2916 ], "loc": { "start": { @@ -5197,8 +5288,8 @@ } ], "range": [ - 2838, - 2887 + 2868, + 2917 ], "loc": { "start": { @@ -5212,8 +5303,8 @@ } }, "range": [ - 2828, - 2887 + 2858, + 2917 ], "loc": { "start": { @@ -5229,8 +5320,8 @@ ], "kind": "var", "range": [ - 2824, - 2888 + 2854, + 2918 ], "loc": { "start": { @@ -5247,8 +5338,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2898, - 2939 + 2928, + 2969 ], "loc": { "start": { @@ -5274,8 +5365,8 @@ "object": { "type": "ThisExpression", "range": [ - 2952, - 2956 + 2982, + 2986 ], "loc": { "start": { @@ -5292,8 +5383,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 2957, - 2962 + 2987, + 2992 ], "loc": { "start": { @@ -5307,8 +5398,8 @@ } }, "range": [ - 2952, - 2962 + 2982, + 2992 ], "loc": { "start": { @@ -5323,8 +5414,8 @@ }, "prefix": true, "range": [ - 2951, - 2962 + 2981, + 2992 ], "loc": { "start": { @@ -5351,8 +5442,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2977, - 2979 + 3007, + 3009 ], "loc": { "start": { @@ -5369,8 +5460,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 2980, - 2990 + 3010, + 3020 ], "loc": { "start": { @@ -5384,8 +5475,8 @@ } }, "range": [ - 2977, - 2990 + 3007, + 3020 ], "loc": { "start": { @@ -5400,8 +5491,8 @@ }, "arguments": [], "range": [ - 2977, - 2992 + 3007, + 3022 ], "loc": { "start": { @@ -5415,8 +5506,8 @@ } }, "range": [ - 2977, - 2993 + 3007, + 3023 ], "loc": { "start": { @@ -5431,8 +5522,8 @@ } ], "range": [ - 2963, - 3003 + 2993, + 3033 ], "loc": { "start": { @@ -5447,8 +5538,8 @@ }, "alternate": null, "range": [ - 2948, - 3003 + 2978, + 3033 ], "loc": { "start": { @@ -5465,8 +5556,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2898, - 2939 + 2928, + 2969 ], "loc": { "start": { @@ -5490,8 +5581,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3016, - 3024 + 3046, + 3054 ], "loc": { "start": { @@ -5515,8 +5606,8 @@ "object": { "type": "ThisExpression", "range": [ - 3028, - 3032 + 3058, + 3062 ], "loc": { "start": { @@ -5533,8 +5624,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3033, - 3038 + 3063, + 3068 ], "loc": { "start": { @@ -5548,8 +5639,8 @@ } }, "range": [ - 3028, - 3038 + 3058, + 3068 ], "loc": { "start": { @@ -5564,8 +5655,8 @@ }, "prefix": true, "range": [ - 3027, - 3038 + 3057, + 3068 ], "loc": { "start": { @@ -5585,8 +5676,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3041, - 3043 + 3071, + 3073 ], "loc": { "start": { @@ -5603,8 +5694,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 3044, - 3048 + 3074, + 3078 ], "loc": { "start": { @@ -5618,8 +5709,8 @@ } }, "range": [ - 3041, - 3048 + 3071, + 3078 ], "loc": { "start": { @@ -5641,8 +5732,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3051, - 3054 + 3081, + 3084 ], "loc": { "start": { @@ -5659,8 +5750,8 @@ "type": "Identifier", "name": "id", "range": [ - 3055, - 3057 + 3085, + 3087 ], "loc": { "start": { @@ -5674,8 +5765,8 @@ } }, "range": [ - 3051, - 3057 + 3081, + 3087 ], "loc": { "start": { @@ -5695,8 +5786,8 @@ "object": { "type": "ThisExpression", "range": [ - 3058, - 3062 + 3088, + 3092 ], "loc": { "start": { @@ -5713,8 +5804,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3063, - 3068 + 3093, + 3098 ], "loc": { "start": { @@ -5728,8 +5819,8 @@ } }, "range": [ - 3058, - 3068 + 3088, + 3098 ], "loc": { "start": { @@ -5744,8 +5835,8 @@ } ], "range": [ - 3051, - 3069 + 3081, + 3099 ], "loc": { "start": { @@ -5759,8 +5850,8 @@ } }, "range": [ - 3027, - 3069 + 3057, + 3099 ], "loc": { "start": { @@ -5774,8 +5865,8 @@ } }, "range": [ - 3016, - 3069 + 3046, + 3099 ], "loc": { "start": { @@ -5791,8 +5882,8 @@ ], "kind": "var", "range": [ - 3012, - 3070 + 3042, + 3100 ], "loc": { "start": { @@ -5816,8 +5907,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3079, - 3087 + 3109, + 3117 ], "loc": { "start": { @@ -5834,8 +5925,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3088, - 3099 + 3118, + 3129 ], "loc": { "start": { @@ -5849,8 +5940,8 @@ } }, "range": [ - 3079, - 3099 + 3109, + 3129 ], "loc": { "start": { @@ -5868,8 +5959,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3100, - 3108 + 3130, + 3138 ], "loc": { "start": { @@ -5884,8 +5975,8 @@ } ], "range": [ - 3079, - 3109 + 3109, + 3139 ], "loc": { "start": { @@ -5899,8 +5990,8 @@ } }, "range": [ - 3079, - 3110 + 3109, + 3140 ], "loc": { "start": { @@ -5922,8 +6013,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3124, - 3136 + 3154, + 3166 ], "loc": { "start": { @@ -5947,8 +6038,8 @@ "object": { "type": "ThisExpression", "range": [ - 3140, - 3144 + 3170, + 3174 ], "loc": { "start": { @@ -5965,8 +6056,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3145, - 3154 + 3175, + 3184 ], "loc": { "start": { @@ -5980,8 +6071,8 @@ } }, "range": [ - 3140, - 3154 + 3170, + 3184 ], "loc": { "start": { @@ -5996,8 +6087,8 @@ }, "prefix": true, "range": [ - 3139, - 3154 + 3169, + 3184 ], "loc": { "start": { @@ -6014,8 +6105,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3157, - 3165 + 3187, + 3195 ], "loc": { "start": { @@ -6037,8 +6128,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3168, - 3171 + 3198, + 3201 ], "loc": { "start": { @@ -6055,8 +6146,8 @@ "type": "Identifier", "name": "id", "range": [ - 3172, - 3174 + 3202, + 3204 ], "loc": { "start": { @@ -6070,8 +6161,8 @@ } }, "range": [ - 3168, - 3174 + 3198, + 3204 ], "loc": { "start": { @@ -6091,8 +6182,8 @@ "object": { "type": "ThisExpression", "range": [ - 3175, - 3179 + 3205, + 3209 ], "loc": { "start": { @@ -6109,8 +6200,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3180, - 3189 + 3210, + 3219 ], "loc": { "start": { @@ -6124,8 +6215,8 @@ } }, "range": [ - 3175, - 3189 + 3205, + 3219 ], "loc": { "start": { @@ -6140,8 +6231,8 @@ } ], "range": [ - 3168, - 3190 + 3198, + 3220 ], "loc": { "start": { @@ -6155,8 +6246,8 @@ } }, "range": [ - 3139, - 3190 + 3169, + 3220 ], "loc": { "start": { @@ -6170,8 +6261,8 @@ } }, "range": [ - 3124, - 3190 + 3154, + 3220 ], "loc": { "start": { @@ -6187,8 +6278,8 @@ ], "kind": "var", "range": [ - 3120, - 3191 + 3150, + 3221 ], "loc": { "start": { @@ -6212,8 +6303,8 @@ "object": { "type": "ThisExpression", "range": [ - 3205, - 3209 + 3235, + 3239 ], "loc": { "start": { @@ -6230,8 +6321,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3210, - 3217 + 3240, + 3247 ], "loc": { "start": { @@ -6245,8 +6336,8 @@ } }, "range": [ - 3205, - 3217 + 3235, + 3247 ], "loc": { "start": { @@ -6261,8 +6352,8 @@ }, "prefix": true, "range": [ - 3204, - 3217 + 3234, + 3247 ], "loc": { "start": { @@ -6289,8 +6380,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3232, - 3244 + 3262, + 3274 ], "loc": { "start": { @@ -6307,8 +6398,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3245, - 3256 + 3275, + 3286 ], "loc": { "start": { @@ -6322,8 +6413,8 @@ } }, "range": [ - 3232, - 3256 + 3262, + 3286 ], "loc": { "start": { @@ -6341,8 +6432,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3257, - 3264 + 3287, + 3294 ], "loc": { "start": { @@ -6357,8 +6448,8 @@ } ], "range": [ - 3232, - 3265 + 3262, + 3295 ], "loc": { "start": { @@ -6372,8 +6463,8 @@ } }, "range": [ - 3232, - 3266 + 3262, + 3296 ], "loc": { "start": { @@ -6395,8 +6486,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3283, - 3291 + 3313, + 3321 ], "loc": { "start": { @@ -6418,8 +6509,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3294, - 3297 + 3324, + 3327 ], "loc": { "start": { @@ -6436,8 +6527,8 @@ "type": "Identifier", "name": "create", "range": [ - 3298, - 3304 + 3328, + 3334 ], "loc": { "start": { @@ -6451,8 +6542,8 @@ } }, "range": [ - 3294, - 3304 + 3324, + 3334 ], "loc": { "start": { @@ -6471,8 +6562,8 @@ "value": "a", "raw": "'a'", "range": [ - 3305, - 3308 + 3335, + 3338 ], "loc": { "start": { @@ -6493,8 +6584,8 @@ "value": "href", "raw": "'href'", "range": [ - 3311, - 3317 + 3341, + 3347 ], "loc": { "start": { @@ -6512,8 +6603,8 @@ "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ - 3319, - 3340 + 3349, + 3370 ], "loc": { "start": { @@ -6528,8 +6619,8 @@ } ], "range": [ - 3310, - 3341 + 3340, + 3371 ], "loc": { "start": { @@ -6544,8 +6635,8 @@ } ], "range": [ - 3294, - 3342 + 3324, + 3372 ], "loc": { "start": { @@ -6559,8 +6650,8 @@ } }, "range": [ - 3283, - 3342 + 3313, + 3372 ], "loc": { "start": { @@ -6576,8 +6667,8 @@ ], "kind": "var", "range": [ - 3279, - 3343 + 3309, + 3373 ], "loc": { "start": { @@ -6602,8 +6693,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3356, - 3364 + 3386, + 3394 ], "loc": { "start": { @@ -6620,8 +6711,8 @@ "type": "Identifier", "name": "className", "range": [ - 3365, - 3374 + 3395, + 3404 ], "loc": { "start": { @@ -6635,8 +6726,8 @@ } }, "range": [ - 3356, - 3374 + 3386, + 3404 ], "loc": { "start": { @@ -6655,8 +6746,8 @@ "object": { "type": "ThisExpression", "range": [ - 3377, - 3381 + 3407, + 3411 ], "loc": { "start": { @@ -6673,8 +6764,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 3382, - 3393 + 3412, + 3423 ], "loc": { "start": { @@ -6688,8 +6779,8 @@ } }, "range": [ - 3377, - 3393 + 3407, + 3423 ], "loc": { "start": { @@ -6703,8 +6794,8 @@ } }, "range": [ - 3356, - 3393 + 3386, + 3423 ], "loc": { "start": { @@ -6718,8 +6809,8 @@ } }, "range": [ - 3356, - 3394 + 3386, + 3424 ], "loc": { "start": { @@ -6743,8 +6834,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3407, - 3415 + 3437, + 3445 ], "loc": { "start": { @@ -6761,8 +6852,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3416, - 3427 + 3446, + 3457 ], "loc": { "start": { @@ -6776,8 +6867,8 @@ } }, "range": [ - 3407, - 3427 + 3437, + 3457 ], "loc": { "start": { @@ -6800,8 +6891,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3428, - 3431 + 3458, + 3461 ], "loc": { "start": { @@ -6818,8 +6909,8 @@ "type": "Identifier", "name": "text", "range": [ - 3432, - 3436 + 3462, + 3466 ], "loc": { "start": { @@ -6833,8 +6924,8 @@ } }, "range": [ - 3428, - 3436 + 3458, + 3466 ], "loc": { "start": { @@ -6854,8 +6945,8 @@ "object": { "type": "ThisExpression", "range": [ - 3437, - 3441 + 3467, + 3471 ], "loc": { "start": { @@ -6872,8 +6963,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 3442, - 3449 + 3472, + 3479 ], "loc": { "start": { @@ -6887,8 +6978,8 @@ } }, "range": [ - 3437, - 3449 + 3467, + 3479 ], "loc": { "start": { @@ -6903,8 +6994,8 @@ } ], "range": [ - 3428, - 3450 + 3458, + 3480 ], "loc": { "start": { @@ -6919,8 +7010,8 @@ } ], "range": [ - 3407, - 3451 + 3437, + 3481 ], "loc": { "start": { @@ -6934,8 +7025,8 @@ } }, "range": [ - 3407, - 3452 + 3437, + 3482 ], "loc": { "start": { @@ -6959,8 +7050,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3465, - 3473 + 3495, + 3503 ], "loc": { "start": { @@ -6977,8 +7068,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3474, - 3485 + 3504, + 3515 ], "loc": { "start": { @@ -6992,8 +7083,8 @@ } }, "range": [ - 3465, - 3485 + 3495, + 3515 ], "loc": { "start": { @@ -7011,8 +7102,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3486, - 3494 + 3516, + 3524 ], "loc": { "start": { @@ -7027,8 +7118,8 @@ } ], "range": [ - 3465, - 3495 + 3495, + 3525 ], "loc": { "start": { @@ -7042,8 +7133,8 @@ } }, "range": [ - 3465, - 3496 + 3495, + 3526 ], "loc": { "start": { @@ -7067,8 +7158,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3509, - 3514 + 3539, + 3544 ], "loc": { "start": { @@ -7085,8 +7176,8 @@ "type": "Identifier", "name": "add", "range": [ - 3515, - 3518 + 3545, + 3548 ], "loc": { "start": { @@ -7100,8 +7191,8 @@ } }, "range": [ - 3509, - 3518 + 3539, + 3548 ], "loc": { "start": { @@ -7119,8 +7210,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3519, - 3527 + 3549, + 3557 ], "loc": { "start": { @@ -7138,8 +7229,8 @@ "value": "click", "raw": "'click'", "range": [ - 3529, - 3536 + 3559, + 3566 ], "loc": { "start": { @@ -7169,8 +7260,8 @@ "object": { "type": "ThisExpression", "range": [ - 3546, - 3550 + 3576, + 3580 ], "loc": { "start": { @@ -7187,8 +7278,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3551, - 3557 + 3581, + 3587 ], "loc": { "start": { @@ -7202,8 +7293,8 @@ } }, "range": [ - 3546, - 3557 + 3576, + 3587 ], "loc": { "start": { @@ -7218,8 +7309,8 @@ }, "arguments": [], "range": [ - 3546, - 3559 + 3576, + 3589 ], "loc": { "start": { @@ -7233,8 +7324,8 @@ } }, "range": [ - 3546, - 3560 + 3576, + 3590 ], "loc": { "start": { @@ -7249,8 +7340,8 @@ } ], "range": [ - 3544, - 3562 + 3574, + 3592 ], "loc": { "start": { @@ -7266,8 +7357,8 @@ "generator": false, "expression": false, "range": [ - 3538, - 3562 + 3568, + 3592 ], "loc": { "start": { @@ -7282,8 +7373,8 @@ } ], "range": [ - 3509, - 3563 + 3539, + 3593 ], "loc": { "start": { @@ -7297,8 +7388,8 @@ } }, "range": [ - 3509, - 3564 + 3539, + 3594 ], "loc": { "start": { @@ -7313,8 +7404,8 @@ } ], "range": [ - 3218, - 3574 + 3248, + 3604 ], "loc": { "start": { @@ -7342,8 +7433,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3594, - 3602 + 3624, + 3632 ], "loc": { "start": { @@ -7360,8 +7451,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3603, - 3612 + 3633, + 3642 ], "loc": { "start": { @@ -7375,8 +7466,8 @@ } }, "range": [ - 3594, - 3612 + 3624, + 3642 ], "loc": { "start": { @@ -7395,8 +7486,8 @@ "object": { "type": "ThisExpression", "range": [ - 3615, - 3619 + 3645, + 3649 ], "loc": { "start": { @@ -7413,8 +7504,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3620, - 3627 + 3650, + 3657 ], "loc": { "start": { @@ -7428,8 +7519,8 @@ } }, "range": [ - 3615, - 3627 + 3645, + 3657 ], "loc": { "start": { @@ -7443,8 +7534,8 @@ } }, "range": [ - 3594, - 3627 + 3624, + 3657 ], "loc": { "start": { @@ -7458,8 +7549,8 @@ } }, "range": [ - 3594, - 3628 + 3624, + 3658 ], "loc": { "start": { @@ -7481,8 +7572,8 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3645, - 3651 + 3675, + 3681 ], "loc": { "start": { @@ -7502,8 +7593,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3654, - 3662 + 3684, + 3692 ], "loc": { "start": { @@ -7520,8 +7611,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3663, - 3673 + 3693, + 3703 ], "loc": { "start": { @@ -7535,8 +7626,8 @@ } }, "range": [ - 3654, - 3673 + 3684, + 3703 ], "loc": { "start": { @@ -7550,8 +7641,8 @@ } }, "range": [ - 3645, - 3673 + 3675, + 3703 ], "loc": { "start": { @@ -7567,8 +7658,8 @@ ], "kind": "var", "range": [ - 3641, - 3674 + 3671, + 3704 ], "loc": { "start": { @@ -7592,8 +7683,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3687, - 3692 + 3717, + 3722 ], "loc": { "start": { @@ -7610,8 +7701,8 @@ "type": "Identifier", "name": "add", "range": [ - 3693, - 3696 + 3723, + 3726 ], "loc": { "start": { @@ -7625,8 +7716,8 @@ } }, "range": [ - 3687, - 3696 + 3717, + 3726 ], "loc": { "start": { @@ -7644,8 +7735,8 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3697, - 3703 + 3727, + 3733 ], "loc": { "start": { @@ -7663,8 +7754,8 @@ "value": "click", "raw": "'click'", "range": [ - 3705, - 3712 + 3735, + 3742 ], "loc": { "start": { @@ -7694,8 +7785,8 @@ "object": { "type": "ThisExpression", "range": [ - 3722, - 3726 + 3752, + 3756 ], "loc": { "start": { @@ -7712,8 +7803,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3727, - 3733 + 3757, + 3763 ], "loc": { "start": { @@ -7727,8 +7818,8 @@ } }, "range": [ - 3722, - 3733 + 3752, + 3763 ], "loc": { "start": { @@ -7743,8 +7834,8 @@ }, "arguments": [], "range": [ - 3722, - 3735 + 3752, + 3765 ], "loc": { "start": { @@ -7758,8 +7849,8 @@ } }, "range": [ - 3722, - 3736 + 3752, + 3766 ], "loc": { "start": { @@ -7774,8 +7865,8 @@ } ], "range": [ - 3720, - 3738 + 3750, + 3768 ], "loc": { "start": { @@ -7791,8 +7882,8 @@ "generator": false, "expression": false, "range": [ - 3714, - 3738 + 3744, + 3768 ], "loc": { "start": { @@ -7807,8 +7898,8 @@ } ], "range": [ - 3687, - 3739 + 3717, + 3769 ], "loc": { "start": { @@ -7822,8 +7913,8 @@ } }, "range": [ - 3687, - 3740 + 3717, + 3770 ], "loc": { "start": { @@ -7847,8 +7938,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3753, - 3765 + 3783, + 3795 ], "loc": { "start": { @@ -7865,8 +7956,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3766, - 3777 + 3796, + 3807 ], "loc": { "start": { @@ -7880,8 +7971,8 @@ } }, "range": [ - 3753, - 3777 + 3783, + 3807 ], "loc": { "start": { @@ -7899,8 +7990,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3778, - 3785 + 3808, + 3815 ], "loc": { "start": { @@ -7915,8 +8006,8 @@ } ], "range": [ - 3753, - 3786 + 3783, + 3816 ], "loc": { "start": { @@ -7930,8 +8021,8 @@ } }, "range": [ - 3753, - 3787 + 3783, + 3817 ], "loc": { "start": { @@ -7946,8 +8037,8 @@ } ], "range": [ - 3580, - 3797 + 3610, + 3827 ], "loc": { "start": { @@ -7961,8 +8052,8 @@ } }, "range": [ - 3201, - 3797 + 3231, + 3827 ], "loc": { "start": { @@ -7986,8 +8077,8 @@ "object": { "type": "ThisExpression", "range": [ - 3811, - 3815 + 3841, + 3845 ], "loc": { "start": { @@ -8004,8 +8095,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 3816, - 3825 + 3846, + 3855 ], "loc": { "start": { @@ -8019,8 +8110,8 @@ } }, "range": [ - 3811, - 3825 + 3841, + 3855 ], "loc": { "start": { @@ -8035,8 +8126,8 @@ }, "prefix": true, "range": [ - 3810, - 3825 + 3840, + 3855 ], "loc": { "start": { @@ -8064,8 +8155,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3840, - 3847 + 3870, + 3877 ], "loc": { "start": { @@ -8082,8 +8173,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3848, - 3857 + 3878, + 3887 ], "loc": { "start": { @@ -8097,8 +8188,8 @@ } }, "range": [ - 3840, - 3857 + 3870, + 3887 ], "loc": { "start": { @@ -8117,8 +8208,8 @@ "object": { "type": "ThisExpression", "range": [ - 3860, - 3864 + 3890, + 3894 ], "loc": { "start": { @@ -8135,8 +8226,8 @@ "type": "Identifier", "name": "instrText", "range": [ - 3865, - 3874 + 3895, + 3904 ], "loc": { "start": { @@ -8150,8 +8241,8 @@ } }, "range": [ - 3860, - 3874 + 3890, + 3904 ], "loc": { "start": { @@ -8165,8 +8256,8 @@ } }, "range": [ - 3840, - 3874 + 3870, + 3904 ], "loc": { "start": { @@ -8180,8 +8271,8 @@ } }, "range": [ - 3840, - 3875 + 3870, + 3905 ], "loc": { "start": { @@ -8206,8 +8297,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3888, - 3895 + 3918, + 3925 ], "loc": { "start": { @@ -8224,8 +8315,8 @@ "type": "Identifier", "name": "className", "range": [ - 3896, - 3905 + 3926, + 3935 ], "loc": { "start": { @@ -8239,8 +8330,8 @@ } }, "range": [ - 3888, - 3905 + 3918, + 3935 ], "loc": { "start": { @@ -8259,8 +8350,8 @@ "object": { "type": "ThisExpression", "range": [ - 3908, - 3912 + 3938, + 3942 ], "loc": { "start": { @@ -8277,8 +8368,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 3913, - 3925 + 3943, + 3955 ], "loc": { "start": { @@ -8292,8 +8383,8 @@ } }, "range": [ - 3908, - 3925 + 3938, + 3955 ], "loc": { "start": { @@ -8307,8 +8398,8 @@ } }, "range": [ - 3888, - 3925 + 3918, + 3955 ], "loc": { "start": { @@ -8322,8 +8413,8 @@ } }, "range": [ - 3888, - 3926 + 3918, + 3956 ], "loc": { "start": { @@ -8347,8 +8438,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3939, - 3944 + 3969, + 3974 ], "loc": { "start": { @@ -8365,8 +8456,8 @@ "type": "Identifier", "name": "add", "range": [ - 3945, - 3948 + 3975, + 3978 ], "loc": { "start": { @@ -8380,8 +8471,8 @@ } }, "range": [ - 3939, - 3948 + 3969, + 3978 ], "loc": { "start": { @@ -8399,8 +8490,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3949, - 3956 + 3979, + 3986 ], "loc": { "start": { @@ -8418,8 +8509,8 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 3958, - 3968 + 3988, + 3998 ], "loc": { "start": { @@ -8449,8 +8540,8 @@ "object": { "type": "ThisExpression", "range": [ - 3978, - 3982 + 4008, + 4012 ], "loc": { "start": { @@ -8467,8 +8558,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3983, - 3989 + 4013, + 4019 ], "loc": { "start": { @@ -8482,8 +8573,8 @@ } }, "range": [ - 3978, - 3989 + 4008, + 4019 ], "loc": { "start": { @@ -8498,8 +8589,8 @@ }, "arguments": [], "range": [ - 3978, - 3991 + 4008, + 4021 ], "loc": { "start": { @@ -8513,8 +8604,8 @@ } }, "range": [ - 3978, - 3992 + 4008, + 4022 ], "loc": { "start": { @@ -8529,8 +8620,8 @@ } ], "range": [ - 3976, - 3994 + 4006, + 4024 ], "loc": { "start": { @@ -8546,8 +8637,8 @@ "generator": false, "expression": false, "range": [ - 3970, - 3994 + 4000, + 4024 ], "loc": { "start": { @@ -8562,8 +8653,8 @@ } ], "range": [ - 3939, - 3995 + 3969, + 4025 ], "loc": { "start": { @@ -8577,8 +8668,8 @@ } }, "range": [ - 3939, - 3996 + 3969, + 4026 ], "loc": { "start": { @@ -8593,8 +8684,8 @@ } ], "range": [ - 3826, - 4006 + 3856, + 4036 ], "loc": { "start": { @@ -8618,8 +8709,8 @@ "object": { "type": "ThisExpression", "range": [ - 4029, - 4033 + 4059, + 4063 ], "loc": { "start": { @@ -8636,8 +8727,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4034, - 4043 + 4064, + 4073 ], "loc": { "start": { @@ -8651,8 +8742,8 @@ } }, "range": [ - 4029, - 4043 + 4059, + 4073 ], "loc": { "start": { @@ -8679,8 +8770,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 4062, - 4074 + 4092, + 4104 ], "loc": { "start": { @@ -8697,8 +8788,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4075, - 4086 + 4105, + 4116 ], "loc": { "start": { @@ -8712,8 +8803,8 @@ } }, "range": [ - 4062, - 4086 + 4092, + 4116 ], "loc": { "start": { @@ -8731,8 +8822,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4087, - 4094 + 4117, + 4124 ], "loc": { "start": { @@ -8747,8 +8838,8 @@ } ], "range": [ - 4062, - 4095 + 4092, + 4125 ], "loc": { "start": { @@ -8762,8 +8853,8 @@ } }, "range": [ - 4062, - 4096 + 4092, + 4126 ], "loc": { "start": { @@ -8778,8 +8869,8 @@ } ], "range": [ - 4044, - 4110 + 4074, + 4140 ], "loc": { "start": { @@ -8794,8 +8885,8 @@ }, "alternate": null, "range": [ - 4026, - 4110 + 4056, + 4140 ], "loc": { "start": { @@ -8820,8 +8911,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4123, - 4130 + 4153, + 4160 ], "loc": { "start": { @@ -8838,8 +8929,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4131, - 4140 + 4161, + 4170 ], "loc": { "start": { @@ -8853,8 +8944,8 @@ } }, "range": [ - 4123, - 4140 + 4153, + 4170 ], "loc": { "start": { @@ -8873,8 +8964,8 @@ "object": { "type": "ThisExpression", "range": [ - 4143, - 4147 + 4173, + 4177 ], "loc": { "start": { @@ -8891,8 +8982,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 4148, - 4157 + 4178, + 4187 ], "loc": { "start": { @@ -8906,8 +8997,8 @@ } }, "range": [ - 4143, - 4157 + 4173, + 4187 ], "loc": { "start": { @@ -8921,8 +9012,8 @@ } }, "range": [ - 4123, - 4157 + 4153, + 4187 ], "loc": { "start": { @@ -8936,8 +9027,8 @@ } }, "range": [ - 4123, - 4158 + 4153, + 4188 ], "loc": { "start": { @@ -8961,8 +9052,8 @@ "object": { "type": "ThisExpression", "range": [ - 4175, - 4179 + 4205, + 4209 ], "loc": { "start": { @@ -8979,8 +9070,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4180, - 4189 + 4210, + 4219 ], "loc": { "start": { @@ -8994,8 +9085,8 @@ } }, "range": [ - 4175, - 4189 + 4205, + 4219 ], "loc": { "start": { @@ -9010,8 +9101,8 @@ }, "prefix": true, "range": [ - 4174, - 4189 + 4204, + 4219 ], "loc": { "start": { @@ -9039,8 +9130,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4208, - 4215 + 4238, + 4245 ], "loc": { "start": { @@ -9057,8 +9148,8 @@ "type": "Identifier", "name": "className", "range": [ - 4216, - 4225 + 4246, + 4255 ], "loc": { "start": { @@ -9072,8 +9163,8 @@ } }, "range": [ - 4208, - 4225 + 4238, + 4255 ], "loc": { "start": { @@ -9092,8 +9183,8 @@ "object": { "type": "ThisExpression", "range": [ - 4228, - 4232 + 4258, + 4262 ], "loc": { "start": { @@ -9110,8 +9201,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 4233, - 4245 + 4263, + 4275 ], "loc": { "start": { @@ -9125,8 +9216,8 @@ } }, "range": [ - 4228, - 4245 + 4258, + 4275 ], "loc": { "start": { @@ -9140,8 +9231,8 @@ } }, "range": [ - 4208, - 4245 + 4238, + 4275 ], "loc": { "start": { @@ -9155,8 +9246,8 @@ } }, "range": [ - 4208, - 4246 + 4238, + 4276 ], "loc": { "start": { @@ -9180,8 +9271,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4263, - 4268 + 4293, + 4298 ], "loc": { "start": { @@ -9198,8 +9289,8 @@ "type": "Identifier", "name": "add", "range": [ - 4269, - 4272 + 4299, + 4302 ], "loc": { "start": { @@ -9213,8 +9304,8 @@ } }, "range": [ - 4263, - 4272 + 4293, + 4302 ], "loc": { "start": { @@ -9232,8 +9323,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4273, - 4280 + 4303, + 4310 ], "loc": { "start": { @@ -9251,8 +9342,8 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 4282, - 4292 + 4312, + 4322 ], "loc": { "start": { @@ -9282,8 +9373,8 @@ "object": { "type": "ThisExpression", "range": [ - 4302, - 4306 + 4332, + 4336 ], "loc": { "start": { @@ -9300,8 +9391,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4307, - 4313 + 4337, + 4343 ], "loc": { "start": { @@ -9315,8 +9406,8 @@ } }, "range": [ - 4302, - 4313 + 4332, + 4343 ], "loc": { "start": { @@ -9331,8 +9422,8 @@ }, "arguments": [], "range": [ - 4302, - 4315 + 4332, + 4345 ], "loc": { "start": { @@ -9346,8 +9437,8 @@ } }, "range": [ - 4302, - 4316 + 4332, + 4346 ], "loc": { "start": { @@ -9362,8 +9453,8 @@ } ], "range": [ - 4300, - 4318 + 4330, + 4348 ], "loc": { "start": { @@ -9379,8 +9470,8 @@ "generator": false, "expression": false, "range": [ - 4294, - 4318 + 4324, + 4348 ], "loc": { "start": { @@ -9395,8 +9486,8 @@ } ], "range": [ - 4263, - 4319 + 4293, + 4349 ], "loc": { "start": { @@ -9410,8 +9501,8 @@ } }, "range": [ - 4263, - 4320 + 4293, + 4350 ], "loc": { "start": { @@ -9426,8 +9517,8 @@ } ], "range": [ - 4190, - 4334 + 4220, + 4364 ], "loc": { "start": { @@ -9442,8 +9533,8 @@ }, "alternate": null, "range": [ - 4171, - 4334 + 4201, + 4364 ], "loc": { "start": { @@ -9458,8 +9549,8 @@ } ], "range": [ - 4012, - 4344 + 4042, + 4374 ], "loc": { "start": { @@ -9473,8 +9564,8 @@ } }, "range": [ - 3807, - 4344 + 3837, + 4374 ], "loc": { "start": { @@ -9499,8 +9590,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4353, - 4360 + 4383, + 4390 ], "loc": { "start": { @@ -9517,8 +9608,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4361, - 4370 + 4391, + 4400 ], "loc": { "start": { @@ -9532,8 +9623,8 @@ } }, "range": [ - 4353, - 4370 + 4383, + 4400 ], "loc": { "start": { @@ -9552,8 +9643,8 @@ "object": { "type": "ThisExpression", "range": [ - 4374, - 4378 + 4404, + 4408 ], "loc": { "start": { @@ -9570,8 +9661,8 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 4379, - 4390 + 4409, + 4420 ], "loc": { "start": { @@ -9585,8 +9676,8 @@ } }, "range": [ - 4374, - 4390 + 4404, + 4420 ], "loc": { "start": { @@ -9600,8 +9691,8 @@ } }, "range": [ - 4353, - 4390 + 4383, + 4420 ], "loc": { "start": { @@ -9615,8 +9706,8 @@ } }, "range": [ - 4353, - 4391 + 4383, + 4421 ], "loc": { "start": { @@ -9640,8 +9731,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4400, - 4405 + 4430, + 4435 ], "loc": { "start": { @@ -9658,8 +9749,8 @@ "type": "Identifier", "name": "add", "range": [ - 4406, - 4409 + 4436, + 4439 ], "loc": { "start": { @@ -9673,8 +9764,8 @@ } }, "range": [ - 4400, - 4409 + 4430, + 4439 ], "loc": { "start": { @@ -9692,8 +9783,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4410, - 4417 + 4440, + 4447 ], "loc": { "start": { @@ -9711,8 +9802,8 @@ "value": "click", "raw": "'click'", "range": [ - 4419, - 4426 + 4449, + 4456 ], "loc": { "start": { @@ -9742,8 +9833,8 @@ "object": { "type": "ThisExpression", "range": [ - 4436, - 4440 + 4466, + 4470 ], "loc": { "start": { @@ -9760,8 +9851,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4441, - 4447 + 4471, + 4477 ], "loc": { "start": { @@ -9775,8 +9866,8 @@ } }, "range": [ - 4436, - 4447 + 4466, + 4477 ], "loc": { "start": { @@ -9791,8 +9882,8 @@ }, "arguments": [], "range": [ - 4436, - 4449 + 4466, + 4479 ], "loc": { "start": { @@ -9806,8 +9897,8 @@ } }, "range": [ - 4436, - 4450 + 4466, + 4480 ], "loc": { "start": { @@ -9822,8 +9913,8 @@ } ], "range": [ - 4434, - 4452 + 4464, + 4482 ], "loc": { "start": { @@ -9839,8 +9930,8 @@ "generator": false, "expression": false, "range": [ - 4428, - 4452 + 4458, + 4482 ], "loc": { "start": { @@ -9855,8 +9946,8 @@ } ], "range": [ - 4400, - 4453 + 4430, + 4483 ], "loc": { "start": { @@ -9870,8 +9961,8 @@ } }, "range": [ - 4400, - 4454 + 4430, + 4484 ], "loc": { "start": { @@ -9895,8 +9986,8 @@ "object": { "type": "ThisExpression", "range": [ - 4464, - 4468 + 4494, + 4498 ], "loc": { "start": { @@ -9913,8 +10004,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4469, - 4473 + 4499, + 4503 ], "loc": { "start": { @@ -9928,8 +10019,8 @@ } }, "range": [ - 4464, - 4473 + 4494, + 4503 ], "loc": { "start": { @@ -9946,8 +10037,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4476, - 4483 + 4506, + 4513 ], "loc": { "start": { @@ -9961,8 +10052,8 @@ } }, "range": [ - 4464, - 4483 + 4494, + 4513 ], "loc": { "start": { @@ -9976,8 +10067,8 @@ } }, "range": [ - 4464, - 4484 + 4494, + 4514 ], "loc": { "start": { @@ -10001,8 +10092,8 @@ "object": { "type": "ThisExpression", "range": [ - 4493, - 4497 + 4523, + 4527 ], "loc": { "start": { @@ -10019,8 +10110,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4498, - 4501 + 4528, + 4531 ], "loc": { "start": { @@ -10034,8 +10125,8 @@ } }, "range": [ - 4493, - 4501 + 4523, + 4531 ], "loc": { "start": { @@ -10052,8 +10143,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 4504, - 4512 + 4534, + 4542 ], "loc": { "start": { @@ -10067,8 +10158,8 @@ } }, "range": [ - 4493, - 4512 + 4523, + 4542 ], "loc": { "start": { @@ -10082,8 +10173,8 @@ } }, "range": [ - 4493, - 4513 + 4523, + 4543 ], "loc": { "start": { @@ -10107,8 +10198,8 @@ "object": { "type": "ThisExpression", "range": [ - 4522, - 4526 + 4552, + 4556 ], "loc": { "start": { @@ -10125,8 +10216,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4527, - 4538 + 4557, + 4568 ], "loc": { "start": { @@ -10140,8 +10231,8 @@ } }, "range": [ - 4522, - 4538 + 4552, + 4568 ], "loc": { "start": { @@ -10159,8 +10250,8 @@ "value": true, "raw": "true", "range": [ - 4541, - 4545 + 4571, + 4575 ], "loc": { "start": { @@ -10174,8 +10265,8 @@ } }, "range": [ - 4522, - 4545 + 4552, + 4575 ], "loc": { "start": { @@ -10189,8 +10280,8 @@ } }, "range": [ - 4522, - 4546 + 4552, + 4576 ], "loc": { "start": { @@ -10205,8 +10296,8 @@ } ], "range": [ - 2650, - 4552 + 2680, + 4582 ], "loc": { "start": { @@ -10222,8 +10313,8 @@ "generator": false, "expression": false, "range": [ - 2648, - 4552 + 2678, + 4582 ], "loc": { "start": { @@ -10239,8 +10330,8 @@ "kind": "method", "computed": false, "range": [ - 2644, - 4552 + 2674, + 4582 ], "loc": { "start": { @@ -10257,8 +10348,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4558, - 4595 + 4588, + 4625 ], "loc": { "start": { @@ -10280,8 +10371,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4600, - 4606 + 4630, + 4636 ], "loc": { "start": { @@ -10312,8 +10403,8 @@ "object": { "type": "ThisExpression", "range": [ - 4757, - 4761 + 4787, + 4791 ], "loc": { "start": { @@ -10330,8 +10421,8 @@ "type": "Identifier", "name": "enabled", "range": [ - 4762, - 4769 + 4792, + 4799 ], "loc": { "start": { @@ -10345,8 +10436,8 @@ } }, "range": [ - 4757, - 4769 + 4787, + 4799 ], "loc": { "start": { @@ -10364,8 +10455,8 @@ "value": false, "raw": "false", "range": [ - 4774, - 4779 + 4804, + 4809 ], "loc": { "start": { @@ -10379,8 +10470,8 @@ } }, "range": [ - 4757, - 4779 + 4787, + 4809 ], "loc": { "start": { @@ -10400,8 +10491,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4794, - 4801 + 4824, + 4831 ], "loc": { "start": { @@ -10416,8 +10507,8 @@ } ], "range": [ - 4780, - 4811 + 4810, + 4841 ], "loc": { "start": { @@ -10432,8 +10523,8 @@ }, "alternate": null, "range": [ - 4754, - 4811 + 4784, + 4841 ], "loc": { "start": { @@ -10450,8 +10541,8 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4618, - 4685 + 4648, + 4715 ], "loc": { "start": { @@ -10468,8 +10559,8 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4694, - 4745 + 4724, + 4775 ], "loc": { "start": { @@ -10493,8 +10584,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4824, - 4834 + 4854, + 4864 ], "loc": { "start": { @@ -10519,8 +10610,8 @@ "object": { "type": "ThisExpression", "range": [ - 4837, - 4841 + 4867, + 4871 ], "loc": { "start": { @@ -10537,8 +10628,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4842, - 4846 + 4872, + 4876 ], "loc": { "start": { @@ -10552,8 +10643,8 @@ } }, "range": [ - 4837, - 4846 + 4867, + 4876 ], "loc": { "start": { @@ -10570,8 +10661,8 @@ "type": "Identifier", "name": "style", "range": [ - 4847, - 4852 + 4877, + 4882 ], "loc": { "start": { @@ -10585,8 +10676,8 @@ } }, "range": [ - 4837, - 4852 + 4867, + 4882 ], "loc": { "start": { @@ -10603,8 +10694,8 @@ "type": "Identifier", "name": "display", "range": [ - 4853, - 4860 + 4883, + 4890 ], "loc": { "start": { @@ -10618,8 +10709,8 @@ } }, "range": [ - 4837, - 4860 + 4867, + 4890 ], "loc": { "start": { @@ -10633,8 +10724,8 @@ } }, "range": [ - 4824, - 4860 + 4854, + 4890 ], "loc": { "start": { @@ -10650,8 +10741,8 @@ ], "kind": "var", "range": [ - 4820, - 4861 + 4850, + 4891 ], "loc": { "start": { @@ -10676,8 +10767,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4873, - 4883 + 4903, + 4913 ], "loc": { "start": { @@ -10695,8 +10786,8 @@ "value": "", "raw": "''", "range": [ - 4888, - 4890 + 4918, + 4920 ], "loc": { "start": { @@ -10710,8 +10801,8 @@ } }, "range": [ - 4873, - 4890 + 4903, + 4920 ], "loc": { "start": { @@ -10731,8 +10822,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4894, - 4904 + 4924, + 4934 ], "loc": { "start": { @@ -10746,12 +10837,11 @@ } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 4909, - 4915 + 4939, + 4943 ], "loc": { "start": { @@ -10760,13 +10850,13 @@ }, "end": { "line": 131, - "column": 53 + "column": 51 } } }, "range": [ - 4894, - 4915 + 4924, + 4943 ], "loc": { "start": { @@ -10775,13 +10865,13 @@ }, "end": { "line": 131, - "column": 53 + "column": 51 } } }, "range": [ - 4873, - 4915 + 4903, + 4943 ], "loc": { "start": { @@ -10790,7 +10880,7 @@ }, "end": { "line": 131, - "column": 53 + "column": 51 } } }, @@ -10814,8 +10904,8 @@ "object": { "type": "ThisExpression", "range": [ - 4930, - 4934 + 4958, + 4962 ], "loc": { "start": { @@ -10832,8 +10922,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4935, - 4939 + 4963, + 4967 ], "loc": { "start": { @@ -10847,8 +10937,8 @@ } }, "range": [ - 4930, - 4939 + 4958, + 4967 ], "loc": { "start": { @@ -10865,8 +10955,8 @@ "type": "Identifier", "name": "style", "range": [ - 4940, - 4945 + 4968, + 4973 ], "loc": { "start": { @@ -10880,8 +10970,8 @@ } }, "range": [ - 4930, - 4945 + 4958, + 4973 ], "loc": { "start": { @@ -10898,8 +10988,8 @@ "type": "Identifier", "name": "display", "range": [ - 4946, - 4953 + 4974, + 4981 ], "loc": { "start": { @@ -10913,8 +11003,8 @@ } }, "range": [ - 4930, - 4953 + 4958, + 4981 ], "loc": { "start": { @@ -10932,8 +11022,8 @@ "value": "inline", "raw": "'inline'", "range": [ - 4956, - 4964 + 4984, + 4992 ], "loc": { "start": { @@ -10947,8 +11037,8 @@ } }, "range": [ - 4930, - 4964 + 4958, + 4992 ], "loc": { "start": { @@ -10962,8 +11052,8 @@ } }, "range": [ - 4930, - 4965 + 4958, + 4993 ], "loc": { "start": { @@ -10978,13 +11068,13 @@ } ], "range": [ - 4916, - 4975 + 4944, + 5003 ], "loc": { "start": { "line": 131, - "column": 54 + "column": 52 }, "end": { "line": 133, @@ -11012,8 +11102,8 @@ "object": { "type": "ThisExpression", "range": [ - 4995, - 4999 + 5023, + 5027 ], "loc": { "start": { @@ -11030,8 +11120,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5000, - 5004 + 5028, + 5032 ], "loc": { "start": { @@ -11045,8 +11135,8 @@ } }, "range": [ - 4995, - 5004 + 5023, + 5032 ], "loc": { "start": { @@ -11063,8 +11153,8 @@ "type": "Identifier", "name": "style", "range": [ - 5005, - 5010 + 5033, + 5038 ], "loc": { "start": { @@ -11078,8 +11168,8 @@ } }, "range": [ - 4995, - 5010 + 5023, + 5038 ], "loc": { "start": { @@ -11096,8 +11186,8 @@ "type": "Identifier", "name": "display", "range": [ - 5011, - 5018 + 5039, + 5046 ], "loc": { "start": { @@ -11111,8 +11201,8 @@ } }, "range": [ - 4995, - 5018 + 5023, + 5046 ], "loc": { "start": { @@ -11126,12 +11216,11 @@ } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 5021, - 5027 + 5049, + 5053 ], "loc": { "start": { @@ -11140,13 +11229,13 @@ }, "end": { "line": 134, - "column": 44 + "column": 42 } } }, "range": [ - 4995, - 5027 + 5023, + 5053 ], "loc": { "start": { @@ -11155,13 +11244,13 @@ }, "end": { "line": 134, - "column": 44 + "column": 42 } } }, "range": [ - 4995, - 5028 + 5023, + 5054 ], "loc": { "start": { @@ -11170,14 +11259,14 @@ }, "end": { "line": 134, - "column": 45 + "column": 43 } } } ], "range": [ - 4981, - 5038 + 5009, + 5064 ], "loc": { "start": { @@ -11191,8 +11280,8 @@ } }, "range": [ - 4870, - 5038 + 4900, + 5064 ], "loc": { "start": { @@ -11207,8 +11296,8 @@ } ], "range": [ - 4608, - 5044 + 4638, + 5070 ], "loc": { "start": { @@ -11224,8 +11313,8 @@ "generator": false, "expression": false, "range": [ - 4606, - 5044 + 4636, + 5070 ], "loc": { "start": { @@ -11241,8 +11330,8 @@ "kind": "method", "computed": false, "range": [ - 4600, - 5044 + 4630, + 5070 ], "loc": { "start": { @@ -11259,8 +11348,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4558, - 4595 + 4588, + 4625 ], "loc": { "start": { @@ -11279,8 +11368,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5050, - 5083 + 5076, + 5109 ], "loc": { "start": { @@ -11302,8 +11391,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 5088, - 5095 + 5114, + 5121 ], "loc": { "start": { @@ -11334,8 +11423,8 @@ "object": { "type": "ThisExpression", "range": [ - 5111, - 5115 + 5137, + 5141 ], "loc": { "start": { @@ -11352,8 +11441,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5116, - 5127 + 5142, + 5153 ], "loc": { "start": { @@ -11367,8 +11456,8 @@ } }, "range": [ - 5111, - 5127 + 5137, + 5153 ], "loc": { "start": { @@ -11383,8 +11472,8 @@ }, "prefix": true, "range": [ - 5110, - 5127 + 5136, + 5153 ], "loc": { "start": { @@ -11404,8 +11493,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5142, - 5149 + 5168, + 5175 ], "loc": { "start": { @@ -11420,8 +11509,8 @@ } ], "range": [ - 5128, - 5159 + 5154, + 5185 ], "loc": { "start": { @@ -11436,8 +11525,8 @@ }, "alternate": null, "range": [ - 5107, - 5159 + 5133, + 5185 ], "loc": { "start": { @@ -11461,8 +11550,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5168, - 5171 + 5194, + 5197 ], "loc": { "start": { @@ -11479,8 +11568,8 @@ "type": "Identifier", "name": "remove", "range": [ - 5172, - 5178 + 5198, + 5204 ], "loc": { "start": { @@ -11494,8 +11583,8 @@ } }, "range": [ - 5168, - 5178 + 5194, + 5204 ], "loc": { "start": { @@ -11515,8 +11604,8 @@ "object": { "type": "ThisExpression", "range": [ - 5179, - 5183 + 5205, + 5209 ], "loc": { "start": { @@ -11533,8 +11622,8 @@ "type": "Identifier", "name": "btn", "range": [ - 5184, - 5187 + 5210, + 5213 ], "loc": { "start": { @@ -11548,8 +11637,8 @@ } }, "range": [ - 5179, - 5187 + 5205, + 5213 ], "loc": { "start": { @@ -11564,8 +11653,8 @@ } ], "range": [ - 5168, - 5188 + 5194, + 5214 ], "loc": { "start": { @@ -11579,8 +11668,8 @@ } }, "range": [ - 5168, - 5189 + 5194, + 5215 ], "loc": { "start": { @@ -11604,8 +11693,8 @@ "object": { "type": "ThisExpression", "range": [ - 5198, - 5202 + 5224, + 5228 ], "loc": { "start": { @@ -11622,8 +11711,8 @@ "type": "Identifier", "name": "btn", "range": [ - 5203, - 5206 + 5229, + 5232 ], "loc": { "start": { @@ -11637,8 +11726,8 @@ } }, "range": [ - 5198, - 5206 + 5224, + 5232 ], "loc": { "start": { @@ -11656,8 +11745,8 @@ "value": null, "raw": "null", "range": [ - 5209, - 5213 + 5235, + 5239 ], "loc": { "start": { @@ -11671,8 +11760,8 @@ } }, "range": [ - 5198, - 5213 + 5224, + 5239 ], "loc": { "start": { @@ -11686,8 +11775,8 @@ } }, "range": [ - 5198, - 5214 + 5224, + 5240 ], "loc": { "start": { @@ -11711,8 +11800,8 @@ "object": { "type": "ThisExpression", "range": [ - 5227, - 5231 + 5253, + 5257 ], "loc": { "start": { @@ -11729,8 +11818,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5232, - 5236 + 5258, + 5262 ], "loc": { "start": { @@ -11744,8 +11833,8 @@ } }, "range": [ - 5227, - 5236 + 5253, + 5262 ], "loc": { "start": { @@ -11760,8 +11849,8 @@ }, "prefix": true, "range": [ - 5226, - 5236 + 5252, + 5262 ], "loc": { "start": { @@ -11781,8 +11870,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5251, - 5258 + 5277, + 5284 ], "loc": { "start": { @@ -11797,8 +11886,8 @@ } ], "range": [ - 5237, - 5268 + 5263, + 5294 ], "loc": { "start": { @@ -11813,8 +11902,8 @@ }, "alternate": null, "range": [ - 5223, - 5268 + 5249, + 5294 ], "loc": { "start": { @@ -11838,8 +11927,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5277, - 5280 + 5303, + 5306 ], "loc": { "start": { @@ -11856,8 +11945,8 @@ "type": "Identifier", "name": "remove", "range": [ - 5281, - 5287 + 5307, + 5313 ], "loc": { "start": { @@ -11871,8 +11960,8 @@ } }, "range": [ - 5277, - 5287 + 5303, + 5313 ], "loc": { "start": { @@ -11892,8 +11981,8 @@ "object": { "type": "ThisExpression", "range": [ - 5288, - 5292 + 5314, + 5318 ], "loc": { "start": { @@ -11910,8 +11999,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5293, - 5297 + 5319, + 5323 ], "loc": { "start": { @@ -11925,8 +12014,8 @@ } }, "range": [ - 5288, - 5297 + 5314, + 5323 ], "loc": { "start": { @@ -11941,8 +12030,8 @@ } ], "range": [ - 5277, - 5298 + 5303, + 5324 ], "loc": { "start": { @@ -11956,8 +12045,8 @@ } }, "range": [ - 5277, - 5299 + 5303, + 5325 ], "loc": { "start": { @@ -11981,8 +12070,8 @@ "object": { "type": "ThisExpression", "range": [ - 5308, - 5312 + 5334, + 5338 ], "loc": { "start": { @@ -11999,8 +12088,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5313, - 5317 + 5339, + 5343 ], "loc": { "start": { @@ -12014,8 +12103,8 @@ } }, "range": [ - 5308, - 5317 + 5334, + 5343 ], "loc": { "start": { @@ -12033,8 +12122,8 @@ "value": null, "raw": "null", "range": [ - 5320, - 5324 + 5346, + 5350 ], "loc": { "start": { @@ -12048,8 +12137,8 @@ } }, "range": [ - 5308, - 5324 + 5334, + 5350 ], "loc": { "start": { @@ -12063,8 +12152,8 @@ } }, "range": [ - 5308, - 5325 + 5334, + 5351 ], "loc": { "start": { @@ -12088,8 +12177,8 @@ "object": { "type": "ThisExpression", "range": [ - 5334, - 5338 + 5360, + 5364 ], "loc": { "start": { @@ -12106,8 +12195,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5339, - 5350 + 5365, + 5376 ], "loc": { "start": { @@ -12121,8 +12210,8 @@ } }, "range": [ - 5334, - 5350 + 5360, + 5376 ], "loc": { "start": { @@ -12140,8 +12229,8 @@ "value": false, "raw": "false", "range": [ - 5353, - 5358 + 5379, + 5384 ], "loc": { "start": { @@ -12155,8 +12244,8 @@ } }, "range": [ - 5334, - 5358 + 5360, + 5384 ], "loc": { "start": { @@ -12170,8 +12259,8 @@ } }, "range": [ - 5334, - 5359 + 5360, + 5385 ], "loc": { "start": { @@ -12186,8 +12275,8 @@ } ], "range": [ - 5097, - 5365 + 5123, + 5391 ], "loc": { "start": { @@ -12203,8 +12292,8 @@ "generator": false, "expression": false, "range": [ - 5095, - 5365 + 5121, + 5391 ], "loc": { "start": { @@ -12220,8 +12309,8 @@ "kind": "method", "computed": false, "range": [ - 5088, - 5365 + 5114, + 5391 ], "loc": { "start": { @@ -12238,8 +12327,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5050, - 5083 + 5076, + 5109 ], "loc": { "start": { @@ -12257,8 +12346,8 @@ } ], "range": [ - 301, - 5368 + 331, + 5394 ], "loc": { "start": { @@ -12272,8 +12361,8 @@ } }, "range": [ - 275, - 5368 + 305, + 5394 ], "loc": { "start": { @@ -12291,8 +12380,8 @@ "specifiers": [], "source": null, "range": [ - 268, - 5368 + 298, + 5394 ], "loc": { "start": { @@ -12309,7 +12398,7 @@ "sourceType": "module", "range": [ 0, - 5368 + 5394 ], "loc": { "start": { @@ -12326,8 +12415,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 308, - 391 + 338, + 421 ], "loc": { "start": { @@ -12344,8 +12433,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 479, - 528 + 509, + 558 ], "loc": { "start": { @@ -12362,8 +12451,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 597, - 646 + 627, + 676 ], "loc": { "start": { @@ -12380,8 +12469,8 @@ "type": "Line", "value": "defines help text", "range": [ - 741, - 760 + 771, + 790 ], "loc": { "start": { @@ -12398,8 +12487,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1363, - 1387 + 1393, + 1417 ], "loc": { "start": { @@ -12416,8 +12505,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1455, - 1482 + 1485, + 1512 ], "loc": { "start": { @@ -12434,8 +12523,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1551, - 1583 + 1581, + 1613 ], "loc": { "start": { @@ -12452,8 +12541,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1653, - 1688 + 1683, + 1718 ], "loc": { "start": { @@ -12470,8 +12559,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1772, - 1810 + 1802, + 1840 ], "loc": { "start": { @@ -12488,8 +12577,8 @@ "type": "Line", "value": "help button element", "range": [ - 1914, - 1935 + 1944, + 1965 ], "loc": { "start": { @@ -12506,8 +12595,8 @@ "type": "Line", "value": "help content div", "range": [ - 1970, - 1988 + 2000, + 2018 ], "loc": { "start": { @@ -12524,8 +12613,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2426, - 2455 + 2456, + 2485 ], "loc": { "start": { @@ -12542,8 +12631,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2505, - 2534 + 2535, + 2564 ], "loc": { "start": { @@ -12560,8 +12649,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2898, - 2939 + 2928, + 2969 ], "loc": { "start": { @@ -12578,8 +12667,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4558, - 4595 + 4588, + 4625 ], "loc": { "start": { @@ -12596,8 +12685,8 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4618, - 4685 + 4648, + 4715 ], "loc": { "start": { @@ -12614,8 +12703,8 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4694, - 4745 + 4724, + 4775 ], "loc": { "start": { @@ -12632,8 +12721,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5050, - 5083 + 5076, + 5109 ], "loc": { "start": { diff --git a/docs/ast/source/modules/loader.js.json b/docs/ast/source/modules/loader.js.json index e8b0d8ce..9db112a1 100644 --- a/docs/ast/source/modules/loader.js.json +++ b/docs/ast/source/modules/loader.js.json @@ -238,6 +238,97 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 110, + 120 + ], + "loc": { + "start": { + "line": 4, + "column": 19 + }, + "end": { + "line": 4, + "column": 29 + } + } + }, + "range": [ + 91, + 121 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 30 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -247,16 +338,16 @@ "type": "Identifier", "name": "global", "range": [ - 96, - 102 + 127, + 133 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 4 }, "end": { - "line": 5, + "line": 6, "column": 10 } } @@ -265,31 +356,31 @@ "type": "Identifier", "name": "window", "range": [ - 105, - 111 + 136, + 142 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 13 }, "end": { - "line": 5, + "line": 6, "column": 19 } } }, "range": [ - 96, - 111 + 127, + 142 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 4 }, "end": { - "line": 5, + "line": 6, "column": 19 } } @@ -297,16 +388,16 @@ ], "kind": "let", "range": [ - 92, - 112 + 123, + 143 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { - "line": 5, + "line": 6, "column": 20 } } @@ -319,16 +410,16 @@ "type": "Identifier", "name": "Loader", "range": [ - 127, - 133 + 158, + 164 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 13 }, "end": { - "line": 7, + "line": 8, "column": 19 } } @@ -337,16 +428,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 142, - 149 + 173, + 180 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 28 }, "end": { - "line": 7, + "line": 8, "column": 35 } } @@ -360,16 +451,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 250, - 261 + 282, + 293 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 15 } } @@ -382,16 +473,16 @@ "type": "Identifier", "name": "tf", "range": [ - 262, - 264 + 294, + 296 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 16 }, "end": { - "line": 13, + "line": 14, "column": 18 } } @@ -407,16 +498,16 @@ "callee": { "type": "Super", "range": [ - 276, - 281 + 308, + 313 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 13 } } @@ -426,16 +517,16 @@ "type": "Identifier", "name": "tf", "range": [ - 282, - 284 + 314, + 316 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 14 }, "end": { - "line": 14, + "line": 15, "column": 16 } } @@ -445,47 +536,47 @@ "value": "loader", "raw": "'loader'", "range": [ - 286, - 294 + 318, + 326 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 18 }, "end": { - "line": 14, + "line": 15, "column": 26 } } } ], "range": [ - 276, - 295 + 308, + 327 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 27 } } }, "range": [ - 276, - 296 + 308, + 328 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 28 } }, @@ -494,16 +585,16 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 306, - 334 + 338, + 366 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 36 } } @@ -519,16 +610,16 @@ "type": "Identifier", "name": "f", "range": [ - 347, - 348 + 379, + 380 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 12 }, "end": { - "line": 17, + "line": 18, "column": 13 } } @@ -539,16 +630,16 @@ "object": { "type": "ThisExpression", "range": [ - 351, - 355 + 383, + 387 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 16 }, "end": { - "line": 17, + "line": 18, "column": 20 } } @@ -557,46 +648,46 @@ "type": "Identifier", "name": "config", "range": [ - 356, - 362 + 388, + 394 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 21 }, "end": { - "line": 17, + "line": 18, "column": 27 } } }, "range": [ - 351, - 362 + 383, + 394 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 16 }, "end": { - "line": 17, + "line": 18, "column": 27 } } }, "range": [ - 347, - 362 + 379, + 394 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 12 }, "end": { - "line": 17, + "line": 18, "column": 27 } } @@ -604,16 +695,16 @@ ], "kind": "let", "range": [ - 343, - 363 + 375, + 395 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 28 } }, @@ -622,16 +713,16 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 306, - 334 + 338, + 366 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 36 } } @@ -642,16 +733,16 @@ "type": "Line", "value": "id of container element", "range": [ - 373, - 398 + 405, + 430 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 33 } } @@ -669,16 +760,16 @@ "object": { "type": "ThisExpression", "range": [ - 407, - 411 + 439, + 443 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 12 } } @@ -687,31 +778,31 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 412, - 423 + 444, + 455 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 13 }, "end": { - "line": 20, + "line": 21, "column": 24 } } }, "range": [ - 407, - 423 + 439, + 455 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 24 } } @@ -726,16 +817,16 @@ "type": "Identifier", "name": "f", "range": [ - 426, - 427 + 458, + 459 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 28 } } @@ -744,31 +835,31 @@ "type": "Identifier", "name": "loader_target_id", "range": [ - 428, - 444 + 460, + 476 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 29 }, "end": { - "line": 20, + "line": 21, "column": 45 } } }, "range": [ - 426, - 444 + 458, + 476 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 45 } } @@ -778,61 +869,61 @@ "value": null, "raw": "null", "range": [ - 448, - 452 + 480, + 484 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 49 }, "end": { - "line": 20, + "line": 21, "column": 53 } } }, "range": [ - 426, - 452 + 458, + 484 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 53 } } }, "range": [ - 407, - 452 + 439, + 484 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 53 } } }, "range": [ - 407, - 453 + 439, + 485 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 54 } }, @@ -841,16 +932,16 @@ "type": "Line", "value": "id of container element", "range": [ - 373, - 398 + 405, + 430 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 33 } } @@ -861,16 +952,16 @@ "type": "Line", "value": "div containing loader", "range": [ - 462, - 485 + 494, + 517 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -888,16 +979,16 @@ "object": { "type": "ThisExpression", "range": [ - 494, - 498 + 526, + 530 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 12 } } @@ -906,31 +997,31 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 499, - 508 + 531, + 540 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 13 }, "end": { - "line": 22, + "line": 23, "column": 22 } } }, "range": [ - 494, - 508 + 526, + 540 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 22 } } @@ -940,46 +1031,46 @@ "value": null, "raw": "null", "range": [ - 511, - 515 + 543, + 547 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 25 }, "end": { - "line": 22, + "line": 23, "column": 29 } } }, "range": [ - 494, - 515 + 526, + 547 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 29 } } }, "range": [ - 494, - 516 + 526, + 548 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 30 } }, @@ -988,16 +1079,16 @@ "type": "Line", "value": "div containing loader", "range": [ - 462, - 485 + 494, + 517 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -1008,16 +1099,16 @@ "type": "Line", "value": "defines loader text", "range": [ - 525, - 546 + 557, + 578 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 29 } } @@ -1035,16 +1126,16 @@ "object": { "type": "ThisExpression", "range": [ - 555, - 559 + 587, + 591 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1053,31 +1144,31 @@ "type": "Identifier", "name": "loaderText", "range": [ - 560, - 570 + 592, + 602 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 23 } } }, "range": [ - 555, - 570 + 587, + 602 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 23 } } @@ -1092,16 +1183,16 @@ "type": "Identifier", "name": "f", "range": [ - 573, - 574 + 605, + 606 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 26 }, "end": { - "line": 24, + "line": 25, "column": 27 } } @@ -1110,31 +1201,31 @@ "type": "Identifier", "name": "loader_text", "range": [ - 575, - 586 + 607, + 618 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 28 }, "end": { - "line": 24, + "line": 25, "column": 39 } } }, "range": [ - 573, - 586 + 605, + 618 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 26 }, "end": { - "line": 24, + "line": 25, "column": 39 } } @@ -1144,61 +1235,61 @@ "value": "Loading...", "raw": "'Loading...'", "range": [ - 590, - 602 + 622, + 634 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 43 }, "end": { - "line": 24, + "line": 25, "column": 55 } } }, "range": [ - 573, - 602 + 605, + 634 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 26 }, "end": { - "line": 24, + "line": 25, "column": 55 } } }, "range": [ - 555, - 602 + 587, + 634 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 55 } } }, "range": [ - 555, - 603 + 587, + 635 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 56 } }, @@ -1207,16 +1298,16 @@ "type": "Line", "value": "defines loader text", "range": [ - 525, - 546 + 557, + 578 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 29 } } @@ -1227,16 +1318,16 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 612, - 638 + 644, + 670 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 34 } } @@ -1254,16 +1345,16 @@ "object": { "type": "ThisExpression", "range": [ - 647, - 651 + 679, + 683 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1272,31 +1363,31 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 652, - 662 + 684, + 694 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 23 } } }, "range": [ - 647, - 662 + 679, + 694 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 23 } } @@ -1311,16 +1402,16 @@ "type": "Identifier", "name": "f", "range": [ - 665, - 666 + 697, + 698 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 26 }, "end": { - "line": 26, + "line": 27, "column": 27 } } @@ -1329,31 +1420,31 @@ "type": "Identifier", "name": "loader_html", "range": [ - 667, - 678 + 699, + 710 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 28 }, "end": { - "line": 26, + "line": 27, "column": 39 } } }, "range": [ - 665, - 678 + 697, + 710 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 26 }, "end": { - "line": 26, + "line": 27, "column": 39 } } @@ -1363,61 +1454,61 @@ "value": null, "raw": "null", "range": [ - 682, - 686 + 714, + 718 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 43 }, "end": { - "line": 26, + "line": 27, "column": 47 } } }, "range": [ - 665, - 686 + 697, + 718 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 26 }, "end": { - "line": 26, + "line": 27, "column": 47 } } }, "range": [ - 647, - 686 + 679, + 718 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 47 } } }, "range": [ - 647, - 687 + 679, + 719 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 48 } }, @@ -1426,16 +1517,16 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 612, - 638 + 644, + 670 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 34 } } @@ -1446,16 +1537,16 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 696, - 730 + 728, + 762 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 42 } } @@ -1473,16 +1564,16 @@ "object": { "type": "ThisExpression", "range": [ - 739, - 743 + 771, + 775 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -1491,31 +1582,31 @@ "type": "Identifier", "name": "loaderCssClass", "range": [ - 744, - 758 + 776, + 790 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 27 } } }, "range": [ - 739, - 758 + 771, + 790 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 27 } } @@ -1530,16 +1621,16 @@ "type": "Identifier", "name": "f", "range": [ - 761, - 762 + 793, + 794 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 30 }, "end": { - "line": 28, + "line": 29, "column": 31 } } @@ -1548,31 +1639,31 @@ "type": "Identifier", "name": "loader_css_class", "range": [ - 763, - 779 + 795, + 811 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 32 }, "end": { - "line": 28, + "line": 29, "column": 48 } } }, "range": [ - 761, - 779 + 793, + 811 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 30 }, "end": { - "line": 28, + "line": 29, "column": 48 } } @@ -1582,61 +1673,61 @@ "value": "loader", "raw": "'loader'", "range": [ - 783, - 791 + 815, + 823 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 52 }, "end": { - "line": 28, + "line": 29, "column": 60 } } }, "range": [ - 761, - 791 + 793, + 823 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 30 }, "end": { - "line": 28, + "line": 29, "column": 60 } } }, "range": [ - 739, - 791 + 771, + 823 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 60 } } }, "range": [ - 739, - 792 + 771, + 824 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 61 } }, @@ -1645,16 +1736,16 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 696, - 730 + 728, + 762 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 42 } } @@ -1665,16 +1756,16 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 801, - 826 + 833, + 858 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -1692,16 +1783,16 @@ "object": { "type": "ThisExpression", "range": [ - 835, - 839 + 867, + 871 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 12 } } @@ -1710,31 +1801,31 @@ "type": "Identifier", "name": "loaderCloseDelay", "range": [ - 840, - 856 + 872, + 888 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 13 }, "end": { - "line": 30, + "line": 31, "column": 29 } } }, "range": [ - 835, - 856 + 867, + 888 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 29 } } @@ -1744,46 +1835,46 @@ "value": 250, "raw": "250", "range": [ - 859, - 862 + 891, + 894 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 32 }, "end": { - "line": 30, + "line": 31, "column": 35 } } }, "range": [ - 835, - 862 + 867, + 894 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 35 } } }, "range": [ - 835, - 863 + 867, + 895 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 36 } }, @@ -1792,16 +1883,16 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 801, - 826 + 833, + 858 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -1812,16 +1903,16 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 872, - 918 + 904, + 950 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 54 } } @@ -1839,16 +1930,16 @@ "object": { "type": "ThisExpression", "range": [ - 927, - 931 + 959, + 963 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } @@ -1857,31 +1948,31 @@ "type": "Identifier", "name": "onShowLoader", "range": [ - 932, - 944 + 964, + 976 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, + "line": 33, "column": 25 } } }, "range": [ - 927, - 944 + 959, + 976 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 25 } } @@ -1897,16 +1988,16 @@ "type": "Identifier", "name": "Types", "range": [ - 947, - 952 + 979, + 984 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 33 } } @@ -1915,31 +2006,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 953, - 957 + 985, + 989 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 34 }, "end": { - "line": 32, + "line": 33, "column": 38 } } }, "range": [ - 947, - 957 + 979, + 989 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 38 } } @@ -1952,16 +2043,16 @@ "type": "Identifier", "name": "f", "range": [ - 958, - 959 + 990, + 991 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 39 }, "end": { - "line": 32, + "line": 33, "column": 40 } } @@ -1970,47 +2061,47 @@ "type": "Identifier", "name": "on_show_loader", "range": [ - 960, - 974 + 992, + 1006 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 41 }, "end": { - "line": 32, + "line": 33, "column": 55 } } }, "range": [ - 958, - 974 + 990, + 1006 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 39 }, "end": { - "line": 32, + "line": 33, "column": 55 } } } ], "range": [ - 947, - 975 + 979, + 1007 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 32, + "line": 33, "column": 56 } } @@ -2022,16 +2113,16 @@ "type": "Identifier", "name": "f", "range": [ - 990, - 991 + 1022, + 1023 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 12 }, "end": { - "line": 33, + "line": 34, "column": 13 } } @@ -2040,31 +2131,31 @@ "type": "Identifier", "name": "on_show_loader", "range": [ - 992, - 1006 + 1024, + 1038 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 14 }, "end": { - "line": 33, + "line": 34, "column": 28 } } }, "range": [ - 990, - 1006 + 1022, + 1038 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 12 }, "end": { - "line": 33, + "line": 34, "column": 28 } } @@ -2074,61 +2165,61 @@ "value": null, "raw": "null", "range": [ - 1009, - 1013 + 1041, + 1045 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 35 } } }, "range": [ - 947, - 1013 + 979, + 1045 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 28 }, "end": { - "line": 33, + "line": 34, "column": 35 } } }, "range": [ - 927, - 1013 + 959, + 1045 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 35 } } }, "range": [ - 927, - 1014 + 959, + 1046 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 36 } }, @@ -2137,16 +2228,16 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 872, - 918 + 904, + 950 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 54 } } @@ -2157,16 +2248,16 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1023, - 1065 + 1055, + 1097 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 50 } } @@ -2184,16 +2275,16 @@ "object": { "type": "ThisExpression", "range": [ - 1074, - 1078 + 1106, + 1110 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 12 } } @@ -2202,31 +2293,31 @@ "type": "Identifier", "name": "onHideLoader", "range": [ - 1079, - 1091 + 1111, + 1123 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 13 }, "end": { - "line": 35, + "line": 36, "column": 25 } } }, "range": [ - 1074, - 1091 + 1106, + 1123 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 25 } } @@ -2242,16 +2333,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1094, - 1099 + 1126, + 1131 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 28 }, "end": { - "line": 35, + "line": 36, "column": 33 } } @@ -2260,31 +2351,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1100, - 1104 + 1132, + 1136 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 34 }, "end": { - "line": 35, + "line": 36, "column": 38 } } }, "range": [ - 1094, - 1104 + 1126, + 1136 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 28 }, "end": { - "line": 35, + "line": 36, "column": 38 } } @@ -2297,16 +2388,16 @@ "type": "Identifier", "name": "f", "range": [ - 1105, - 1106 + 1137, + 1138 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 39 }, "end": { - "line": 35, + "line": 36, "column": 40 } } @@ -2315,47 +2406,47 @@ "type": "Identifier", "name": "on_hide_loader", "range": [ - 1107, - 1121 + 1139, + 1153 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 41 }, "end": { - "line": 35, + "line": 36, "column": 55 } } }, "range": [ - 1105, - 1121 + 1137, + 1153 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 39 }, "end": { - "line": 35, + "line": 36, "column": 55 } } } ], "range": [ - 1094, - 1122 + 1126, + 1154 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 28 }, "end": { - "line": 35, + "line": 36, "column": 56 } } @@ -2367,16 +2458,16 @@ "type": "Identifier", "name": "f", "range": [ - 1137, - 1138 + 1169, + 1170 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 12 }, "end": { - "line": 36, + "line": 37, "column": 13 } } @@ -2385,31 +2476,31 @@ "type": "Identifier", "name": "on_hide_loader", "range": [ - 1139, - 1153 + 1171, + 1185 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 14 }, "end": { - "line": 36, + "line": 37, "column": 28 } } }, "range": [ - 1137, - 1153 + 1169, + 1185 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 12 }, "end": { - "line": 36, + "line": 37, "column": 28 } } @@ -2419,61 +2510,61 @@ "value": null, "raw": "null", "range": [ - 1156, - 1160 + 1188, + 1192 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 31 }, "end": { - "line": 36, + "line": 37, "column": 35 } } }, "range": [ - 1094, - 1160 + 1126, + 1192 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 28 }, "end": { - "line": 36, + "line": 37, "column": 35 } } }, "range": [ - 1074, - 1160 + 1106, + 1192 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 35 } } }, "range": [ - 1074, - 1161 + 1106, + 1193 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 36 } }, @@ -2482,16 +2573,16 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1023, - 1065 + 1055, + 1097 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 50 } } @@ -2502,16 +2593,16 @@ "type": "Line", "value": "loader div", "range": [ - 1170, - 1182 + 1202, + 1214 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 20 } } @@ -2529,16 +2620,16 @@ "object": { "type": "ThisExpression", "range": [ - 1191, - 1195 + 1223, + 1227 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 12 } } @@ -2547,31 +2638,31 @@ "type": "Identifier", "name": "prfxLoader", "range": [ - 1196, - 1206 + 1228, + 1238 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 13 }, "end": { - "line": 38, + "line": 39, "column": 23 } } }, "range": [ - 1191, - 1206 + 1223, + 1238 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 23 } } @@ -2581,46 +2672,46 @@ "value": "load_", "raw": "'load_'", "range": [ - 1209, - 1216 + 1241, + 1248 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 26 }, "end": { - "line": 38, + "line": 39, "column": 33 } } }, "range": [ - 1191, - 1216 + 1223, + 1248 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 33 } } }, "range": [ - 1191, - 1217 + 1223, + 1249 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 34 } }, @@ -2629,16 +2720,16 @@ "type": "Line", "value": "loader div", "range": [ - 1170, - 1182 + 1202, + 1214 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 20 } } @@ -2647,16 +2738,16 @@ } ], "range": [ - 266, - 1223 + 298, + 1255 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 20 }, "end": { - "line": 39, + "line": 40, "column": 5 } } @@ -2664,16 +2755,16 @@ "generator": false, "expression": false, "range": [ - 261, - 1223 + 293, + 1255 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 15 }, "end": { - "line": 39, + "line": 40, "column": 5 } } @@ -2681,16 +2772,16 @@ "kind": "constructor", "computed": false, "range": [ - 250, - 1223 + 282, + 1255 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 5 } }, @@ -2699,16 +2790,16 @@ "type": "Block", "value": "*\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n ", "range": [ - 156, - 245 + 188, + 277 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -2722,16 +2813,16 @@ "type": "Identifier", "name": "init", "range": [ - 1229, - 1233 + 1261, + 1265 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 4 }, "end": { - "line": 41, + "line": 42, "column": 8 } } @@ -2751,17 +2842,17 @@ "object": { "type": "ThisExpression", "range": [ - 1249, - 1253 + 1282, + 1286 ], "loc": { "start": { - "line": 42, - "column": 11 + "line": 43, + "column": 12 }, "end": { - "line": 42, - "column": 15 + "line": 43, + "column": 16 } } }, @@ -2769,32 +2860,32 @@ "type": "Identifier", "name": "initialized", "range": [ - 1254, - 1265 + 1287, + 1298 ], "loc": { "start": { - "line": 42, - "column": 16 + "line": 43, + "column": 17 }, "end": { - "line": 42, - "column": 27 + "line": 43, + "column": 28 } } }, "range": [ - 1249, - 1265 + 1282, + 1298 ], "loc": { "start": { - "line": 42, - "column": 11 + "line": 43, + "column": 12 }, "end": { - "line": 42, - "column": 27 + "line": 43, + "column": 28 } } }, @@ -2805,48 +2896,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1280, - 1287 + 1314, + 1321 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 19 } } } ], "range": [ - 1266, - 1297 + 1300, + 1331 ], "loc": { "start": { - "line": 42, - "column": 28 + "line": 43, + "column": 30 }, "end": { - "line": 44, + "line": 45, "column": 9 } } }, "alternate": null, "range": [ - 1246, - 1297 + 1278, + 1331 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 9 } } @@ -2860,16 +2951,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1311, - 1313 + 1345, + 1347 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 14 } } @@ -2880,16 +2971,16 @@ "object": { "type": "ThisExpression", "range": [ - 1316, - 1320 + 1350, + 1354 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 21 } } @@ -2898,46 +2989,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1321, - 1323 + 1355, + 1357 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 22 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1316, - 1323 + 1350, + 1357 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1311, - 1323 + 1345, + 1357 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 24 } } @@ -2945,16 +3036,16 @@ ], "kind": "let", "range": [ - 1307, - 1324 + 1341, + 1358 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 25 } } @@ -2968,16 +3059,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 1337, - 1344 + 1371, + 1378 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 12 }, "end": { - "line": 47, + "line": 48, "column": 19 } } @@ -2988,16 +3079,16 @@ "object": { "type": "ThisExpression", "range": [ - 1347, - 1351 + 1381, + 1385 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 22 }, "end": { - "line": 47, + "line": 48, "column": 26 } } @@ -3006,46 +3097,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 1352, - 1359 + 1386, + 1393 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 48, "column": 34 } } }, "range": [ - 1347, - 1359 + 1381, + 1393 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 22 }, "end": { - "line": 47, + "line": 48, "column": 34 } } }, "range": [ - 1337, - 1359 + 1371, + 1393 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 12 }, "end": { - "line": 47, + "line": 48, "column": 34 } } @@ -3053,16 +3144,16 @@ ], "kind": "let", "range": [ - 1333, - 1360 + 1367, + 1394 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 35 } } @@ -3076,16 +3167,16 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1374, - 1386 + 1408, + 1420 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 12 }, "end": { - "line": 49, + "line": 50, "column": 24 } } @@ -3099,16 +3190,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1389, - 1392 + 1423, + 1426 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 27 }, "end": { - "line": 49, + "line": 50, "column": 30 } } @@ -3117,31 +3208,31 @@ "type": "Identifier", "name": "create", "range": [ - 1393, - 1399 + 1427, + 1433 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 31 }, "end": { - "line": 49, + "line": 50, "column": 37 } } }, "range": [ - 1389, - 1399 + 1423, + 1433 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 27 }, "end": { - "line": 49, + "line": 50, "column": 37 } } @@ -3152,16 +3243,16 @@ "value": "div", "raw": "'div'", "range": [ - 1400, - 1405 + 1434, + 1439 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 38 }, "end": { - "line": 49, + "line": 50, "column": 43 } } @@ -3174,16 +3265,16 @@ "value": "id", "raw": "'id'", "range": [ - 1408, - 1412 + 1442, + 1446 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 46 }, "end": { - "line": 49, + "line": 50, "column": 50 } } @@ -3197,16 +3288,16 @@ "object": { "type": "ThisExpression", "range": [ - 1414, - 1418 + 1448, + 1452 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 52 }, "end": { - "line": 49, + "line": 50, "column": 56 } } @@ -3215,31 +3306,31 @@ "type": "Identifier", "name": "prfxLoader", "range": [ - 1419, - 1429 + 1453, + 1463 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 57 }, "end": { - "line": 49, + "line": 50, "column": 67 } } }, "range": [ - 1414, - 1429 + 1448, + 1463 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 52 }, "end": { - "line": 49, + "line": 50, "column": 67 } } @@ -3251,17 +3342,17 @@ "type": "Identifier", "name": "tf", "range": [ - 1430, - 1432 + 1466, + 1468 ], "loc": { "start": { - "line": 49, - "column": 68 + "line": 50, + "column": 70 }, "end": { - "line": 49, - "column": 70 + "line": 50, + "column": 72 } } }, @@ -3269,111 +3360,111 @@ "type": "Identifier", "name": "id", "range": [ - 1433, - 1435 + 1469, + 1471 ], "loc": { "start": { - "line": 49, - "column": 71 + "line": 50, + "column": 73 }, "end": { - "line": 49, - "column": 73 + "line": 50, + "column": 75 } } }, "range": [ - 1430, - 1435 + 1466, + 1471 ], "loc": { "start": { - "line": 49, - "column": 68 + "line": 50, + "column": 70 }, "end": { - "line": 49, - "column": 73 + "line": 50, + "column": 75 } } }, "range": [ - 1414, - 1435 + 1448, + 1471 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 52 }, "end": { - "line": 49, - "column": 73 + "line": 50, + "column": 75 } } } ], "range": [ - 1407, - 1436 + 1441, + 1472 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 45 }, "end": { - "line": 49, - "column": 74 + "line": 50, + "column": 76 } } } ], "range": [ - 1389, - 1437 + 1423, + 1473 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 27 }, "end": { - "line": 49, - "column": 75 + "line": 50, + "column": 77 } } }, "range": [ - 1374, - 1437 + 1408, + 1473 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 12 }, "end": { - "line": 49, - "column": 75 + "line": 50, + "column": 77 } } } ], "kind": "let", "range": [ - 1370, - 1438 + 1404, + 1474 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, - "column": 76 + "line": 50, + "column": 78 } } }, @@ -3389,16 +3480,16 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1447, - 1459 + 1483, + 1495 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 20 } } @@ -3407,31 +3498,31 @@ "type": "Identifier", "name": "className", "range": [ - 1460, - 1469 + 1496, + 1505 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 21 }, "end": { - "line": 50, + "line": 51, "column": 30 } } }, "range": [ - 1447, - 1469 + 1483, + 1505 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 30 } } @@ -3442,16 +3533,16 @@ "object": { "type": "ThisExpression", "range": [ - 1472, - 1476 + 1508, + 1512 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 33 }, "end": { - "line": 50, + "line": 51, "column": 37 } } @@ -3460,61 +3551,61 @@ "type": "Identifier", "name": "loaderCssClass", "range": [ - 1477, - 1491 + 1513, + 1527 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 38 }, "end": { - "line": 50, + "line": 51, "column": 52 } } }, "range": [ - 1472, - 1491 + 1508, + 1527 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 33 }, "end": { - "line": 50, + "line": 51, "column": 52 } } }, "range": [ - 1447, - 1491 + 1483, + 1527 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 52 } } }, "range": [ - 1447, - 1492 + 1483, + 1528 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 53 } } @@ -3528,16 +3619,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1506, - 1514 + 1542, + 1550 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 20 } } @@ -3553,16 +3644,16 @@ "object": { "type": "ThisExpression", "range": [ - 1518, - 1522 + 1554, + 1558 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 24 }, "end": { - "line": 52, + "line": 53, "column": 28 } } @@ -3571,47 +3662,47 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1523, - 1534 + 1559, + 1570 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 29 }, "end": { - "line": 52, + "line": 53, "column": 40 } } }, "range": [ - 1518, - 1534 + 1554, + 1570 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 24 }, "end": { - "line": 52, + "line": 53, "column": 40 } } }, "prefix": true, "range": [ - 1517, - 1534 + 1553, + 1570 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 23 }, "end": { - "line": 52, + "line": 53, "column": 40 } } @@ -3626,16 +3717,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1549, - 1551 + 1585, + 1587 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 14 } } @@ -3644,31 +3735,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 1552, - 1555 + 1588, + 1591 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 15 }, "end": { - "line": 53, + "line": 54, "column": 18 } } }, "range": [ - 1549, - 1555 + 1585, + 1591 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 18 } } @@ -3677,31 +3768,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 1556, - 1566 + 1592, + 1602 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 19 }, "end": { - "line": 53, + "line": 54, "column": 29 } } }, "range": [ - 1549, - 1566 + 1585, + 1602 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 29 } } @@ -3715,16 +3806,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1569, - 1572 + 1605, + 1608 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 32 }, "end": { - "line": 53, + "line": 54, "column": 35 } } @@ -3733,31 +3824,31 @@ "type": "Identifier", "name": "id", "range": [ - 1573, - 1575 + 1609, + 1611 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 36 }, "end": { - "line": 53, + "line": 54, "column": 38 } } }, "range": [ - 1569, - 1575 + 1605, + 1611 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 32 }, "end": { - "line": 53, + "line": 54, "column": 38 } } @@ -3769,16 +3860,16 @@ "object": { "type": "ThisExpression", "range": [ - 1576, - 1580 + 1612, + 1616 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 39 }, "end": { - "line": 53, + "line": 54, "column": 43 } } @@ -3787,77 +3878,77 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1581, - 1592 + 1617, + 1628 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 44 }, "end": { - "line": 53, + "line": 54, "column": 55 } } }, "range": [ - 1576, - 1592 + 1612, + 1628 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 39 }, "end": { - "line": 53, + "line": 54, "column": 55 } } } ], "range": [ - 1569, - 1593 + 1605, + 1629 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 32 }, "end": { - "line": 53, + "line": 54, "column": 56 } } }, "range": [ - 1517, - 1593 + 1553, + 1629 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 23 }, "end": { - "line": 53, + "line": 54, "column": 56 } } }, "range": [ - 1506, - 1593 + 1542, + 1629 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 53, + "line": 54, "column": 56 } } @@ -3865,16 +3956,16 @@ ], "kind": "let", "range": [ - 1502, - 1594 + 1538, + 1630 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 57 } } @@ -3890,17 +3981,17 @@ "object": { "type": "ThisExpression", "range": [ - 1607, - 1611 + 1644, + 1648 ], "loc": { "start": { - "line": 54, - "column": 12 + "line": 55, + "column": 13 }, "end": { - "line": 54, - "column": 16 + "line": 55, + "column": 17 } } }, @@ -3908,48 +3999,48 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1612, - 1623 + 1649, + 1660 ], "loc": { "start": { - "line": 54, - "column": 17 + "line": 55, + "column": 18 }, "end": { - "line": 54, - "column": 28 + "line": 55, + "column": 29 } } }, "range": [ - 1607, - 1623 + 1644, + 1660 ], "loc": { "start": { - "line": 54, - "column": 12 + "line": 55, + "column": 13 }, "end": { - "line": 54, - "column": 28 + "line": 55, + "column": 29 } } }, "prefix": true, "range": [ - 1606, - 1623 + 1643, + 1660 ], "loc": { "start": { - "line": 54, - "column": 11 + "line": 55, + "column": 12 }, "end": { - "line": 54, - "column": 28 + "line": 55, + "column": 29 } } }, @@ -3967,16 +4058,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1638, - 1646 + 1676, + 1684 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 20 } } @@ -3985,31 +4076,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 1647, - 1659 + 1685, + 1697 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 21 }, "end": { - "line": 55, + "line": 56, "column": 33 } } }, "range": [ - 1638, - 1659 + 1676, + 1697 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 33 } } @@ -4019,16 +4110,16 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1660, - 1672 + 1698, + 1710 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 34 }, "end": { - "line": 55, + "line": 56, "column": 46 } } @@ -4040,16 +4131,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1674, - 1676 + 1712, + 1714 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 48 }, "end": { - "line": 55, + "line": 56, "column": 50 } } @@ -4058,78 +4149,78 @@ "type": "Identifier", "name": "tbl", "range": [ - 1677, - 1680 + 1715, + 1718 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 51 }, "end": { - "line": 55, + "line": 56, "column": 54 } } }, "range": [ - 1674, - 1680 + 1712, + 1718 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 48 }, "end": { - "line": 55, + "line": 56, "column": 54 } } } ], "range": [ - 1638, - 1681 + 1676, + 1719 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 55 } } }, "range": [ - 1638, - 1682 + 1676, + 1720 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 56 } } } ], "range": [ - 1624, - 1692 + 1662, + 1730 ], "loc": { "start": { - "line": 54, - "column": 29 + "line": 55, + "column": 31 }, "end": { - "line": 56, + "line": 57, "column": 9 } } @@ -4148,16 +4239,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1712, - 1720 + 1750, + 1758 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 20 } } @@ -4166,31 +4257,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1721, - 1732 + 1759, + 1770 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 21 }, "end": { - "line": 57, + "line": 58, "column": 32 } } }, "range": [ - 1712, - 1732 + 1750, + 1770 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 32 } } @@ -4200,78 +4291,78 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1733, - 1745 + 1771, + 1783 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 33 }, "end": { - "line": 57, + "line": 58, "column": 45 } } } ], "range": [ - 1712, - 1746 + 1750, + 1784 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 46 } } }, "range": [ - 1712, - 1747 + 1750, + 1785 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 47 } } } ], "range": [ - 1698, - 1757 + 1736, + 1795 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 15 }, "end": { - "line": 58, + "line": 59, "column": 9 } } }, "range": [ - 1603, - 1757 + 1639, + 1795 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 9 } } @@ -4287,16 +4378,16 @@ "object": { "type": "ThisExpression", "range": [ - 1766, - 1770 + 1804, + 1808 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 12 } } @@ -4305,31 +4396,31 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1771, - 1780 + 1809, + 1818 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 13 }, "end": { - "line": 59, + "line": 60, "column": 22 } } }, "range": [ - 1766, - 1780 + 1804, + 1818 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 22 } } @@ -4338,46 +4429,46 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1783, - 1795 + 1821, + 1833 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 25 }, "end": { - "line": 59, + "line": 60, "column": 37 } } }, "range": [ - 1766, - 1795 + 1804, + 1833 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 37 } } }, "range": [ - 1766, - 1796 + 1804, + 1834 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 38 } } @@ -4393,17 +4484,17 @@ "object": { "type": "ThisExpression", "range": [ - 1809, - 1813 + 1848, + 1852 ], "loc": { "start": { - "line": 60, - "column": 12 + "line": 61, + "column": 13 }, "end": { - "line": 60, - "column": 16 + "line": 61, + "column": 17 } } }, @@ -4411,48 +4502,48 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 1814, - 1824 + 1853, + 1863 ], "loc": { "start": { - "line": 60, - "column": 17 + "line": 61, + "column": 18 }, "end": { - "line": 60, - "column": 27 + "line": 61, + "column": 28 } } }, "range": [ - 1809, - 1824 + 1848, + 1863 ], "loc": { "start": { - "line": 60, - "column": 12 + "line": 61, + "column": 13 }, "end": { - "line": 60, - "column": 27 + "line": 61, + "column": 28 } } }, "prefix": true, "range": [ - 1808, - 1824 + 1847, + 1863 ], "loc": { "start": { - "line": 60, - "column": 11 + "line": 61, + "column": 12 }, "end": { - "line": 60, - "column": 27 + "line": 61, + "column": 28 } } }, @@ -4472,16 +4563,16 @@ "object": { "type": "ThisExpression", "range": [ - 1839, - 1843 + 1879, + 1883 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 16 } } @@ -4490,31 +4581,31 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1844, - 1853 + 1884, + 1893 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 17 }, "end": { - "line": 61, + "line": 62, "column": 26 } } }, "range": [ - 1839, - 1853 + 1879, + 1893 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 26 } } @@ -4523,31 +4614,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1854, - 1865 + 1894, + 1905 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 27 }, "end": { - "line": 61, + "line": 62, "column": 38 } } }, "range": [ - 1839, - 1865 + 1879, + 1905 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 38 } } @@ -4562,16 +4653,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1866, - 1869 + 1906, + 1909 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 39 }, "end": { - "line": 61, + "line": 62, "column": 42 } } @@ -4580,31 +4671,31 @@ "type": "Identifier", "name": "text", "range": [ - 1870, - 1874 + 1910, + 1914 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 43 }, "end": { - "line": 61, + "line": 62, "column": 47 } } }, "range": [ - 1866, - 1874 + 1906, + 1914 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 39 }, "end": { - "line": 61, + "line": 62, "column": 47 } } @@ -4616,16 +4707,16 @@ "object": { "type": "ThisExpression", "range": [ - 1875, - 1879 + 1915, + 1919 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 48 }, "end": { - "line": 61, + "line": 62, "column": 52 } } @@ -4634,94 +4725,94 @@ "type": "Identifier", "name": "loaderText", "range": [ - 1880, - 1890 + 1920, + 1930 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 53 }, "end": { - "line": 61, + "line": 62, "column": 63 } } }, "range": [ - 1875, - 1890 + 1915, + 1930 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 48 }, "end": { - "line": 61, + "line": 62, "column": 63 } } } ], "range": [ - 1866, - 1891 + 1906, + 1931 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 39 }, "end": { - "line": 61, + "line": 62, "column": 64 } } } ], "range": [ - 1839, - 1892 + 1879, + 1932 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 65 } } }, "range": [ - 1839, - 1893 + 1879, + 1933 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 66 } } } ], "range": [ - 1825, - 1903 + 1865, + 1943 ], "loc": { "start": { - "line": 60, - "column": 28 + "line": 61, + "column": 30 }, "end": { - "line": 62, + "line": 63, "column": 9 } } @@ -4743,16 +4834,16 @@ "object": { "type": "ThisExpression", "range": [ - 1923, - 1927 + 1963, + 1967 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 16 } } @@ -4761,31 +4852,31 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1928, - 1937 + 1968, + 1977 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 17 }, "end": { - "line": 63, + "line": 64, "column": 26 } } }, "range": [ - 1923, - 1937 + 1963, + 1977 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 26 } } @@ -4794,31 +4885,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 1938, - 1947 + 1978, + 1987 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 27 }, "end": { - "line": 63, + "line": 64, "column": 36 } } }, "range": [ - 1923, - 1947 + 1963, + 1987 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 36 } } @@ -4829,16 +4920,16 @@ "object": { "type": "ThisExpression", "range": [ - 1950, - 1954 + 1990, + 1994 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 39 }, "end": { - "line": 63, + "line": 64, "column": 43 } } @@ -4847,92 +4938,92 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 1955, - 1965 + 1995, + 2005 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 44 }, "end": { - "line": 63, + "line": 64, "column": 54 } } }, "range": [ - 1950, - 1965 + 1990, + 2005 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 39 }, "end": { - "line": 63, + "line": 64, "column": 54 } } }, "range": [ - 1923, - 1965 + 1963, + 2005 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 54 } } }, "range": [ - 1923, - 1966 + 1963, + 2006 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 55 } } } ], "range": [ - 1909, - 1976 + 1949, + 2016 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 15 }, "end": { - "line": 64, + "line": 65, "column": 9 } } }, "range": [ - 1805, - 1976 + 1843, + 2016 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 9 } } @@ -4947,16 +5038,16 @@ "object": { "type": "ThisExpression", "range": [ - 1986, - 1990 + 2026, + 2030 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 12 } } @@ -4965,83 +5056,82 @@ "type": "Identifier", "name": "show", "range": [ - 1991, - 1995 + 2031, + 2035 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 13 }, "end": { - "line": 66, + "line": 67, "column": 17 } } }, "range": [ - 1986, - 1995 + 2026, + 2035 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 17 } } }, "arguments": [ { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 1996, - 2002 + 2036, + 2040 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 18 }, "end": { - "line": 66, - "column": 24 + "line": 67, + "column": 22 } } } ], "range": [ - 1986, - 2003 + 2026, + 2041 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, - "column": 25 + "line": 67, + "column": 23 } } }, "range": [ - 1986, - 2004 + 2026, + 2042 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, - "column": 26 + "line": 67, + "column": 24 } }, "trailingComments": [ @@ -5049,16 +5139,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2014, - 2036 + 2052, + 2074 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 30 } } @@ -5076,16 +5166,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 2045, - 2052 + 2083, + 2090 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 15 } } @@ -5094,31 +5184,31 @@ "type": "Identifier", "name": "on", "range": [ - 2053, - 2055 + 2091, + 2093 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 16 }, "end": { - "line": 69, + "line": 70, "column": 18 } } }, "range": [ - 2045, - 2055 + 2083, + 2093 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 18 } } @@ -5132,16 +5222,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 2070, - 2088 + 2108, + 2126 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 30 } } @@ -5151,16 +5241,16 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 2102, - 2128 + 2140, + 2166 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 38 } } @@ -5170,16 +5260,16 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 2142, - 2162 + 2180, + 2200 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 32 } } @@ -5189,16 +5279,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 2176, - 2201 + 2214, + 2239 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 12 }, "end": { - "line": 73, + "line": 74, "column": 37 } } @@ -5208,16 +5298,16 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 2215, - 2242 + 2253, + 2280 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 39 } } @@ -5227,16 +5317,16 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 2256, - 2275 + 2294, + 2313 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 12 }, "end": { - "line": 75, + "line": 76, "column": 31 } } @@ -5246,16 +5336,16 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 2289, - 2315 + 2327, + 2353 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 38 } } @@ -5265,16 +5355,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 2329, - 2356 + 2367, + 2394 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 12 }, "end": { - "line": 77, + "line": 78, "column": 39 } } @@ -5284,32 +5374,32 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 2370, - 2393 + 2408, + 2431 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 12 }, "end": { - "line": 78, + "line": 79, "column": 35 } } } ], "range": [ - 2056, - 2394 + 2094, + 2432 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 19 }, "end": { - "line": 78, + "line": 79, "column": 36 } } @@ -5326,17 +5416,17 @@ "object": { "type": "ThisExpression", "range": [ - 2413, - 2417 + 2452, + 2456 ], "loc": { "start": { - "line": 79, - "column": 17 + "line": 80, + "column": 18 }, "end": { - "line": 79, - "column": 21 + "line": 80, + "column": 22 } } }, @@ -5344,32 +5434,32 @@ "type": "Identifier", "name": "show", "range": [ - 2418, - 2422 + 2457, + 2461 ], "loc": { "start": { - "line": 79, - "column": 22 + "line": 80, + "column": 23 }, "end": { - "line": 79, - "column": 26 + "line": 80, + "column": 27 } } }, "range": [ - 2413, - 2422 + 2452, + 2461 ], "loc": { "start": { - "line": 79, - "column": 17 + "line": 80, + "column": 18 }, "end": { - "line": 79, - "column": 26 + "line": 80, + "column": 27 } } }, @@ -5379,80 +5469,80 @@ "value": "", "raw": "''", "range": [ - 2423, - 2425 + 2462, + 2464 ], "loc": { "start": { - "line": 79, - "column": 27 + "line": 80, + "column": 28 }, "end": { - "line": 79, - "column": 29 + "line": 80, + "column": 30 } } } ], "range": [ - 2413, - 2426 + 2452, + 2465 ], "loc": { "start": { - "line": 79, - "column": 17 + "line": 80, + "column": 18 }, "end": { - "line": 79, - "column": 30 + "line": 80, + "column": 31 } } }, "generator": false, "expression": true, "range": [ - 2408, - 2426 + 2446, + 2465 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 12 }, "end": { - "line": 79, - "column": 30 + "line": 80, + "column": 31 } } } ], "range": [ - 2045, - 2436 + 2083, + 2475 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 9 } } }, "range": [ - 2045, - 2437 + 2083, + 2476 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 10 } }, @@ -5461,16 +5551,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2014, - 2036 + 2052, + 2074 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 30 } } @@ -5488,16 +5578,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 2446, - 2453 + 2485, + 2492 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 15 } } @@ -5506,31 +5596,31 @@ "type": "Identifier", "name": "on", "range": [ - 2454, - 2456 + 2493, + 2495 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 16 }, "end": { - "line": 81, + "line": 82, "column": 18 } } }, "range": [ - 2446, - 2456 + 2485, + 2495 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 18 } } @@ -5544,26 +5634,7 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 2471, - 2488 - ], - "loc": { - "start": { - "line": 82, - "column": 12 - }, - "end": { - "line": 82, - "column": 29 - } - } - }, - { - "type": "Literal", - "value": "after-populating-filter", - "raw": "'after-populating-filter'", - "range": [ - 2502, + 2510, 2527 ], "loc": { @@ -5573,6 +5644,25 @@ }, "end": { "line": 83, + "column": 29 + } + } + }, + { + "type": "Literal", + "value": "after-populating-filter", + "raw": "'after-populating-filter'", + "range": [ + 2541, + 2566 + ], + "loc": { + "start": { + "line": 84, + "column": 12 + }, + "end": { + "line": 84, "column": 37 } } @@ -5582,16 +5672,16 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 2541, - 2560 + 2580, + 2599 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 31 } } @@ -5601,16 +5691,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 2574, - 2598 + 2613, + 2637 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 12 }, "end": { - "line": 85, + "line": 86, "column": 36 } } @@ -5620,16 +5710,16 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 2612, - 2638 + 2651, + 2677 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 38 } } @@ -5639,26 +5729,7 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 2652, - 2670 - ], - "loc": { - "start": { - "line": 87, - "column": 12 - }, - "end": { - "line": 87, - "column": 30 - } - } - }, - { - "type": "Literal", - "value": "after-reset-page-length", - "raw": "'after-reset-page-length'", - "range": [ - 2684, + 2691, 2709 ], "loc": { @@ -5668,6 +5739,25 @@ }, "end": { "line": 88, + "column": 30 + } + } + }, + { + "type": "Literal", + "value": "after-reset-page-length", + "raw": "'after-reset-page-length'", + "range": [ + 2723, + 2748 + ], + "loc": { + "start": { + "line": 89, + "column": 12 + }, + "end": { + "line": 89, "column": 37 } } @@ -5677,16 +5767,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 2723, - 2749 + 2762, + 2788 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 38 } } @@ -5696,32 +5786,32 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 2763, - 2785 + 2802, + 2824 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 90, + "line": 91, "column": 34 } } } ], "range": [ - 2457, - 2786 + 2496, + 2825 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 19 }, "end": { - "line": 90, + "line": 91, "column": 35 } } @@ -5738,17 +5828,17 @@ "object": { "type": "ThisExpression", "range": [ - 2805, - 2809 + 2845, + 2849 ], "loc": { "start": { - "line": 91, - "column": 17 + "line": 92, + "column": 18 }, "end": { - "line": 91, - "column": 21 + "line": 92, + "column": 22 } } }, @@ -5756,115 +5846,114 @@ "type": "Identifier", "name": "show", "range": [ - 2810, - 2814 + 2850, + 2854 ], "loc": { "start": { - "line": 91, - "column": 22 + "line": 92, + "column": 23 }, "end": { - "line": 91, - "column": 26 + "line": 92, + "column": 27 } } }, "range": [ - 2805, - 2814 + 2845, + 2854 ], "loc": { "start": { - "line": 91, - "column": 17 + "line": 92, + "column": 18 }, "end": { - "line": 91, - "column": 26 + "line": 92, + "column": 27 } } }, "arguments": [ { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 2815, - 2821 + 2855, + 2859 ], "loc": { "start": { - "line": 91, - "column": 27 + "line": 92, + "column": 28 }, "end": { - "line": 91, - "column": 33 + "line": 92, + "column": 32 } } } ], "range": [ - 2805, - 2822 + 2845, + 2860 ], "loc": { "start": { - "line": 91, - "column": 17 + "line": 92, + "column": 18 }, "end": { - "line": 91, - "column": 34 + "line": 92, + "column": 33 } } }, "generator": false, "expression": true, "range": [ - 2800, - 2822 + 2839, + 2860 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, - "column": 34 + "line": 92, + "column": 33 } } } ], "range": [ - 2446, - 2832 + 2485, + 2870 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 9 } } }, "range": [ - 2446, - 2833 + 2485, + 2871 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 10 } } @@ -5880,16 +5969,16 @@ "object": { "type": "ThisExpression", "range": [ - 2843, - 2847 + 2881, + 2885 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 12 } } @@ -5898,31 +5987,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 2848, - 2859 + 2886, + 2897 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 13 }, "end": { - "line": 94, + "line": 95, "column": 24 } } }, "range": [ - 2843, - 2859 + 2881, + 2897 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 24 } } @@ -5932,62 +6021,62 @@ "value": true, "raw": "true", "range": [ - 2862, - 2866 + 2900, + 2904 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 27 }, "end": { - "line": 94, + "line": 95, "column": 31 } } }, "range": [ - 2843, - 2866 + 2881, + 2904 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 31 } } }, "range": [ - 2843, - 2867 + 2881, + 2905 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 32 } } } ], "range": [ - 1236, - 2873 + 1268, + 2911 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 11 }, "end": { - "line": 95, + "line": 96, "column": 5 } } @@ -5995,16 +6084,16 @@ "generator": false, "expression": false, "range": [ - 1233, - 2873 + 1265, + 2911 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 5 } } @@ -6012,16 +6101,16 @@ "kind": "method", "computed": false, "range": [ - 1229, - 2873 + 1261, + 2911 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 4 }, "end": { - "line": 95, + "line": 96, "column": 5 } }, @@ -6033,16 +6122,16 @@ "type": "Identifier", "name": "show", "range": [ - 2879, - 2883 + 2917, + 2921 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 4 }, "end": { - "line": 97, + "line": 98, "column": 8 } } @@ -6055,16 +6144,16 @@ "type": "Identifier", "name": "p", "range": [ - 2884, - 2885 + 2922, + 2923 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 9 }, "end": { - "line": 97, + "line": 98, "column": 10 } } @@ -6086,17 +6175,17 @@ "object": { "type": "ThisExpression", "range": [ - 2901, - 2905 + 2940, + 2944 ], "loc": { "start": { - "line": 98, - "column": 12 + "line": 99, + "column": 13 }, "end": { - "line": 98, - "column": 16 + "line": 99, + "column": 17 } } }, @@ -6104,86 +6193,66 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2906, - 2915 + 2945, + 2954 ], "loc": { "start": { - "line": 98, - "column": 17 + "line": 99, + "column": 18 }, "end": { - "line": 98, - "column": 26 + "line": 99, + "column": 27 } } }, "range": [ - 2901, - 2915 + 2940, + 2954 ], "loc": { "start": { - "line": 98, - "column": 12 + "line": 99, + "column": 13 }, "end": { - "line": 98, - "column": 26 + "line": 99, + "column": 27 } } }, "arguments": [], "range": [ - 2901, - 2917 + 2940, + 2956 ], "loc": { "start": { - "line": 98, - "column": 12 + "line": 99, + "column": 13 }, "end": { - "line": 98, - "column": 28 + "line": 99, + "column": 29 } } }, "prefix": true, "range": [ - 2900, - 2917 + 2939, + 2956 ], "loc": { "start": { - "line": 98, - "column": 11 + "line": 99, + "column": 12 }, "end": { - "line": 98, - "column": 28 + "line": 99, + "column": 29 } - }, - "trailingComments": [ - { - "type": "Block", - "value": "|| this.loaderDiv.style.display === p", - "range": [ - 2918, - 2959 - ], - "loc": { - "start": { - "line": 98, - "column": 29 - }, - "end": { - "line": 98, - "column": 70 - } - } - } - ] + } }, "consequent": { "type": "BlockStatement", @@ -6192,68 +6261,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2974, - 2981 + 2972, + 2979 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 12 }, "end": { - "line": 99, + "line": 100, "column": 19 } } } ], "range": [ - 2960, - 2991 + 2958, + 2989 ], "loc": { "start": { - "line": 98, - "column": 71 + "line": 99, + "column": 31 }, "end": { - "line": 100, + "line": 101, "column": 9 } - }, - "leadingComments": [ - { - "type": "Block", - "value": "|| this.loaderDiv.style.display === p", - "range": [ - 2918, - 2959 - ], - "loc": { - "start": { - "line": 98, - "column": 29 - }, - "end": { - "line": 98, - "column": 70 - } - } - } - ] + } }, "alternate": null, "range": [ - 2897, - 2991 + 2935, + 2989 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 9 } } @@ -6267,16 +6316,16 @@ "type": "Identifier", "name": "displayLoader", "range": [ - 3005, - 3018 + 3003, + 3016 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 25 } } @@ -6299,17 +6348,17 @@ "object": { "type": "ThisExpression", "range": [ - 3045, - 3049 + 3044, + 3048 ], "loc": { "start": { - "line": 103, - "column": 16 + "line": 104, + "column": 17 }, "end": { - "line": 103, - "column": 20 + "line": 104, + "column": 21 } } }, @@ -6317,48 +6366,48 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 3050, - 3059 + 3049, + 3058 ], "loc": { "start": { - "line": 103, - "column": 21 + "line": 104, + "column": 22 }, "end": { - "line": 103, - "column": 30 + "line": 104, + "column": 31 } } }, "range": [ - 3045, - 3059 + 3044, + 3058 ], "loc": { "start": { - "line": 103, - "column": 16 + "line": 104, + "column": 17 }, "end": { - "line": 103, - "column": 30 + "line": 104, + "column": 31 } } }, "prefix": true, "range": [ - 3044, - 3059 + 3043, + 3058 ], "loc": { "start": { - "line": 103, - "column": 15 + "line": 104, + "column": 16 }, "end": { - "line": 103, - "column": 30 + "line": 104, + "column": 31 } } }, @@ -6374,11 +6423,11 @@ ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 23 } } @@ -6390,27 +6439,27 @@ ], "loc": { "start": { - "line": 103, - "column": 31 + "line": 104, + "column": 33 }, "end": { - "line": 105, + "line": 106, "column": 13 } } }, "alternate": null, "range": [ - 3041, + 3039, 3099 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 13 } } @@ -6426,17 +6475,17 @@ "object": { "type": "ThisExpression", "range": [ - 3115, - 3119 + 3116, + 3120 ], "loc": { "start": { - "line": 106, - "column": 15 + "line": 107, + "column": 16 }, "end": { - "line": 106, - "column": 19 + "line": 107, + "column": 20 } } }, @@ -6444,32 +6493,32 @@ "type": "Identifier", "name": "onShowLoader", "range": [ - 3120, - 3132 + 3121, + 3133 ], "loc": { "start": { - "line": 106, - "column": 20 + "line": 107, + "column": 21 }, "end": { - "line": 106, - "column": 32 + "line": 107, + "column": 33 } } }, "range": [ - 3115, - 3132 + 3116, + 3133 ], "loc": { "start": { - "line": 106, - "column": 15 + "line": 107, + "column": 16 }, "end": { - "line": 106, - "column": 32 + "line": 107, + "column": 33 } } }, @@ -6480,66 +6529,65 @@ "type": "Identifier", "name": "p", "range": [ - 3136, - 3137 + 3137, + 3138 ], "loc": { "start": { - "line": 106, - "column": 36 + "line": 107, + "column": 37 }, "end": { - "line": 106, - "column": 37 + "line": 107, + "column": 38 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 3142, - 3148 + 3143, + 3147 ], "loc": { "start": { - "line": 106, - "column": 42 + "line": 107, + "column": 43 }, "end": { - "line": 106, - "column": 48 + "line": 107, + "column": 47 } } }, "range": [ - 3136, - 3148 + 3137, + 3147 ], "loc": { "start": { - "line": 106, - "column": 36 + "line": 107, + "column": 37 }, "end": { - "line": 106, - "column": 48 + "line": 107, + "column": 47 } } }, "range": [ - 3115, - 3148 + 3116, + 3147 ], "loc": { "start": { - "line": 106, - "column": 15 + "line": 107, + "column": 16 }, "end": { - "line": 106, - "column": 48 + "line": 107, + "column": 47 } } }, @@ -6564,11 +6612,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 16 }, "end": { - "line": 107, + "line": 108, "column": 20 } } @@ -6582,11 +6630,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 21 }, "end": { - "line": 107, + "line": 108, "column": 33 } } @@ -6597,11 +6645,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 16 }, "end": { - "line": 107, + "line": 108, "column": 33 } } @@ -6615,11 +6663,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 34 }, "end": { - "line": 107, + "line": 108, "column": 38 } } @@ -6630,11 +6678,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 16 }, "end": { - "line": 107, + "line": 108, "column": 38 } } @@ -6650,11 +6698,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 39 }, "end": { - "line": 107, + "line": 108, "column": 43 } } @@ -6667,11 +6715,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 45 }, "end": { - "line": 107, + "line": 108, "column": 49 } } @@ -6683,11 +6731,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 16 }, "end": { - "line": 107, + "line": 108, "column": 50 } } @@ -6698,11 +6746,11 @@ ], "loc": { "start": { - "line": 107, + "line": 108, "column": 16 }, "end": { - "line": 107, + "line": 108, "column": 51 } } @@ -6714,11 +6762,11 @@ ], "loc": { "start": { - "line": 106, + "line": 107, "column": 49 }, "end": { - "line": 108, + "line": 109, "column": 13 } } @@ -6730,11 +6778,11 @@ ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 108, + "line": 109, "column": 13 } } @@ -6761,11 +6809,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 16 } } @@ -6779,11 +6827,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 17 }, "end": { - "line": 109, + "line": 110, "column": 26 } } @@ -6794,11 +6842,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 26 } } @@ -6812,11 +6860,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 27 }, "end": { - "line": 109, + "line": 110, "column": 32 } } @@ -6827,11 +6875,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 32 } } @@ -6845,11 +6893,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 33 }, "end": { - "line": 109, + "line": 110, "column": 40 } } @@ -6860,11 +6908,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 40 } } @@ -6878,11 +6926,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 43 }, "end": { - "line": 109, + "line": 110, "column": 44 } } @@ -6893,11 +6941,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 44 } } @@ -6908,11 +6956,11 @@ ], "loc": { "start": { - "line": 109, + "line": 110, "column": 12 }, "end": { - "line": 109, + "line": 110, "column": 45 } } @@ -6928,17 +6976,17 @@ "object": { "type": "ThisExpression", "range": [ - 3278, - 3282 + 3279, + 3283 ], "loc": { "start": { - "line": 110, - "column": 15 + "line": 111, + "column": 16 }, "end": { - "line": 110, - "column": 19 + "line": 111, + "column": 20 } } }, @@ -6946,32 +6994,32 @@ "type": "Identifier", "name": "onHideLoader", "range": [ - 3283, - 3295 + 3284, + 3296 ], "loc": { "start": { - "line": 110, - "column": 20 + "line": 111, + "column": 21 }, "end": { - "line": 110, - "column": 32 + "line": 111, + "column": 33 } } }, "range": [ - 3278, - 3295 + 3279, + 3296 ], "loc": { "start": { - "line": 110, - "column": 15 + "line": 111, + "column": 16 }, "end": { - "line": 110, - "column": 32 + "line": 111, + "column": 33 } } }, @@ -6982,66 +7030,65 @@ "type": "Identifier", "name": "p", "range": [ - 3299, - 3300 + 3300, + 3301 ], "loc": { "start": { - "line": 110, - "column": 36 + "line": 111, + "column": 37 }, "end": { - "line": 110, - "column": 37 + "line": 111, + "column": 38 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 3305, - 3311 + 3306, + 3310 ], "loc": { "start": { - "line": 110, - "column": 42 + "line": 111, + "column": 43 }, "end": { - "line": 110, - "column": 48 + "line": 111, + "column": 47 } } }, "range": [ - 3299, - 3311 + 3300, + 3310 ], "loc": { "start": { - "line": 110, - "column": 36 + "line": 111, + "column": 37 }, "end": { - "line": 110, - "column": 48 + "line": 111, + "column": 47 } } }, "range": [ - 3278, - 3311 + 3279, + 3310 ], "loc": { "start": { - "line": 110, - "column": 15 + "line": 111, + "column": 16 }, "end": { - "line": 110, - "column": 48 + "line": 111, + "column": 47 } } }, @@ -7066,11 +7113,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 16 }, "end": { - "line": 111, + "line": 112, "column": 20 } } @@ -7084,11 +7131,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 21 }, "end": { - "line": 111, + "line": 112, "column": 33 } } @@ -7099,11 +7146,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 16 }, "end": { - "line": 111, + "line": 112, "column": 33 } } @@ -7117,11 +7164,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 34 }, "end": { - "line": 111, + "line": 112, "column": 38 } } @@ -7132,11 +7179,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 16 }, "end": { - "line": 111, + "line": 112, "column": 38 } } @@ -7152,11 +7199,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 39 }, "end": { - "line": 111, + "line": 112, "column": 43 } } @@ -7169,11 +7216,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 45 }, "end": { - "line": 111, + "line": 112, "column": 49 } } @@ -7185,11 +7232,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 16 }, "end": { - "line": 111, + "line": 112, "column": 50 } } @@ -7200,11 +7247,11 @@ ], "loc": { "start": { - "line": 111, + "line": 112, "column": 16 }, "end": { - "line": 111, + "line": 112, "column": 51 } } @@ -7216,11 +7263,11 @@ ], "loc": { "start": { - "line": 110, + "line": 111, "column": 49 }, "end": { - "line": 112, + "line": 113, "column": 13 } } @@ -7232,27 +7279,27 @@ ], "loc": { "start": { - "line": 110, + "line": 111, "column": 12 }, "end": { - "line": 112, + "line": 113, "column": 13 } } } ], "range": [ - 3027, + 3025, 3389 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 34 }, "end": { - "line": 113, + "line": 114, "column": 9 } } @@ -7260,31 +7307,31 @@ "generator": false, "expression": false, "range": [ - 3021, + 3019, 3389 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 28 }, "end": { - "line": 113, + "line": 114, "column": 9 } } }, "range": [ - 3005, + 3003, 3389 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 113, + "line": 114, "column": 9 } } @@ -7292,16 +7339,16 @@ ], "kind": "let", "range": [ - 3001, + 2999, 3390 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 10 } } @@ -7320,11 +7367,11 @@ ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 13 } } @@ -7343,46 +7390,45 @@ ], "loc": { "start": { - "line": 115, + "line": 116, "column": 16 }, "end": { - "line": 115, + "line": 116, "column": 17 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ 3414, - 3420 + 3418 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 22 }, "end": { - "line": 115, - "column": 28 + "line": 116, + "column": 26 } } }, "range": [ 3408, - 3420 + 3418 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 16 }, "end": { - "line": 115, - "column": 28 + "line": 116, + "column": 26 } } }, @@ -7392,17 +7438,17 @@ "object": { "type": "ThisExpression", "range": [ - 3423, - 3427 + 3421, + 3425 ], "loc": { "start": { - "line": 115, - "column": 31 + "line": 116, + "column": 29 }, "end": { - "line": 115, - "column": 35 + "line": 116, + "column": 33 } } }, @@ -7410,32 +7456,32 @@ "type": "Identifier", "name": "loaderCloseDelay", "range": [ - 3428, - 3444 + 3426, + 3442 ], "loc": { "start": { - "line": 115, - "column": 36 + "line": 116, + "column": 34 }, "end": { - "line": 115, - "column": 52 + "line": 116, + "column": 50 } } }, "range": [ - 3423, - 3444 + 3421, + 3442 ], "loc": { "start": { - "line": 115, - "column": 31 + "line": 116, + "column": 29 }, "end": { - "line": 115, - "column": 52 + "line": 116, + "column": 50 } } }, @@ -7444,47 +7490,47 @@ "value": 1, "raw": "1", "range": [ - 3447, - 3448 + 3445, + 3446 ], "loc": { "start": { - "line": 115, - "column": 55 + "line": 116, + "column": 53 }, "end": { - "line": 115, - "column": 56 + "line": 116, + "column": 54 } } }, "range": [ 3408, - 3448 + 3446 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 16 }, "end": { - "line": 115, - "column": 56 + "line": 116, + "column": 54 } } }, "range": [ 3404, - 3448 + 3446 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, - "column": 56 + "line": 116, + "column": 54 } } } @@ -7492,16 +7538,16 @@ "kind": "let", "range": [ 3400, - 3449 + 3447 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, - "column": 57 + "line": 116, + "column": 55 } } }, @@ -7516,16 +7562,16 @@ "type": "Identifier", "name": "global", "range": [ - 3458, - 3464 + 3456, + 3462 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 14 } } @@ -7534,31 +7580,31 @@ "type": "Identifier", "name": "setTimeout", "range": [ - 3465, - 3475 + 3463, + 3473 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 15 }, "end": { - "line": 116, + "line": 117, "column": 25 } } }, "range": [ - 3458, - 3475 + 3456, + 3473 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 25 } } @@ -7568,16 +7614,16 @@ "type": "Identifier", "name": "displayLoader", "range": [ - 3476, - 3489 + 3474, + 3487 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 26 }, "end": { - "line": 116, + "line": 117, "column": 39 } } @@ -7586,63 +7632,63 @@ "type": "Identifier", "name": "t", "range": [ - 3491, - 3492 + 3489, + 3490 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 41 }, "end": { - "line": 116, + "line": 117, "column": 42 } } } ], "range": [ - 3458, - 3493 + 3456, + 3491 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 43 } } }, "range": [ - 3458, - 3494 + 3456, + 3492 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 44 } } } ], "range": [ - 2887, - 3500 + 2925, + 3498 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 5 } } @@ -7650,16 +7696,16 @@ "generator": false, "expression": false, "range": [ - 2883, - 3500 + 2921, + 3498 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 5 } } @@ -7667,16 +7713,16 @@ "kind": "method", "computed": false, "range": [ - 2879, - 3500 + 2917, + 3498 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 4 }, "end": { - "line": 117, + "line": 118, "column": 5 } }, @@ -7688,16 +7734,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 3506, - 3513 + 3504, + 3511 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 4 }, "end": { - "line": 119, + "line": 120, "column": 11 } } @@ -7720,17 +7766,17 @@ "object": { "type": "ThisExpression", "range": [ - 3530, - 3534 + 3529, + 3533 ], "loc": { "start": { - "line": 120, - "column": 12 + "line": 121, + "column": 13 }, "end": { - "line": 120, - "column": 16 + "line": 121, + "column": 17 } } }, @@ -7738,48 +7784,48 @@ "type": "Identifier", "name": "initialized", "range": [ - 3535, - 3546 + 3534, + 3545 ], "loc": { "start": { - "line": 120, - "column": 17 + "line": 121, + "column": 18 }, "end": { - "line": 120, - "column": 28 + "line": 121, + "column": 29 } } }, "range": [ - 3530, - 3546 + 3529, + 3545 ], "loc": { "start": { - "line": 120, - "column": 12 + "line": 121, + "column": 13 }, "end": { - "line": 120, - "column": 28 + "line": 121, + "column": 29 } } }, "prefix": true, "range": [ - 3529, - 3546 + 3528, + 3545 ], "loc": { "start": { - "line": 120, - "column": 11 + "line": 121, + "column": 12 }, "end": { - "line": 120, - "column": 28 + "line": 121, + "column": 29 } } }, @@ -7795,11 +7841,11 @@ ], "loc": { "start": { - "line": 121, + "line": 122, "column": 12 }, "end": { - "line": 121, + "line": 122, "column": 19 } } @@ -7811,27 +7857,27 @@ ], "loc": { "start": { - "line": 120, - "column": 29 + "line": 121, + "column": 31 }, "end": { - "line": 122, + "line": 123, "column": 9 } } }, "alternate": null, "range": [ - 3526, + 3524, 3578 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 9 } } @@ -7850,11 +7896,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 19 } } @@ -7870,11 +7916,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 22 }, "end": { - "line": 124, + "line": 125, "column": 26 } } @@ -7888,11 +7934,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 27 }, "end": { - "line": 124, + "line": 125, "column": 34 } } @@ -7903,11 +7949,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 22 }, "end": { - "line": 124, + "line": 125, "column": 34 } } @@ -7918,11 +7964,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 34 } } @@ -7935,11 +7981,11 @@ ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 35 } } @@ -7960,11 +8006,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 11 } } @@ -7978,11 +8024,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 12 }, "end": { - "line": 126, + "line": 127, "column": 18 } } @@ -7993,11 +8039,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 18 } } @@ -8014,11 +8060,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 19 }, "end": { - "line": 126, + "line": 127, "column": 23 } } @@ -8032,11 +8078,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 24 }, "end": { - "line": 126, + "line": 127, "column": 33 } } @@ -8047,11 +8093,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 19 }, "end": { - "line": 126, + "line": 127, "column": 33 } } @@ -8063,11 +8109,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 34 } } @@ -8078,11 +8124,11 @@ ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 35 } } @@ -8103,11 +8149,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 12 } } @@ -8121,11 +8167,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 13 }, "end": { - "line": 127, + "line": 128, "column": 22 } } @@ -8136,11 +8182,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 22 } } @@ -8155,11 +8201,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 25 }, "end": { - "line": 127, + "line": 128, "column": 29 } } @@ -8170,11 +8216,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 29 } } @@ -8185,11 +8231,11 @@ ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 30 } }, @@ -8203,11 +8249,11 @@ ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 32 } } @@ -8230,11 +8276,11 @@ ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 15 } } @@ -8248,11 +8294,11 @@ ], "loc": { "start": { - "line": 130, + "line": 131, "column": 16 }, "end": { - "line": 130, + "line": 131, "column": 19 } } @@ -8263,11 +8309,11 @@ ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 19 } } @@ -8286,11 +8332,11 @@ ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 30 } } @@ -8305,11 +8351,11 @@ ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 38 } } @@ -8324,11 +8370,11 @@ ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 32 } } @@ -8343,11 +8389,11 @@ ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 37 } } @@ -8362,11 +8408,11 @@ ], "loc": { "start": { - "line": 135, + "line": 136, "column": 12 }, "end": { - "line": 135, + "line": 136, "column": 39 } } @@ -8381,11 +8427,11 @@ ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 31 } } @@ -8400,11 +8446,11 @@ ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 38 } } @@ -8419,11 +8465,11 @@ ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 39 } } @@ -8438,11 +8484,11 @@ ], "loc": { "start": { - "line": 139, + "line": 140, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 35 } } @@ -8454,11 +8500,11 @@ ], "loc": { "start": { - "line": 130, + "line": 131, "column": 20 }, "end": { - "line": 139, + "line": 140, "column": 36 } } @@ -8475,17 +8521,17 @@ "object": { "type": "ThisExpression", "range": [ - 4095, - 4099 + 4096, + 4100 ], "loc": { "start": { - "line": 140, - "column": 17 + "line": 141, + "column": 18 }, "end": { - "line": 140, - "column": 21 + "line": 141, + "column": 22 } } }, @@ -8493,32 +8539,32 @@ "type": "Identifier", "name": "show", "range": [ - 4100, - 4104 + 4101, + 4105 ], "loc": { "start": { - "line": 140, - "column": 22 + "line": 141, + "column": 23 }, "end": { - "line": 140, - "column": 26 + "line": 141, + "column": 27 } } }, "range": [ - 4095, - 4104 + 4096, + 4105 ], "loc": { "start": { - "line": 140, - "column": 17 + "line": 141, + "column": 18 }, "end": { - "line": 140, - "column": 26 + "line": 141, + "column": 27 } } }, @@ -8528,33 +8574,33 @@ "value": "", "raw": "''", "range": [ - 4105, - 4107 + 4106, + 4108 ], "loc": { "start": { - "line": 140, - "column": 27 + "line": 141, + "column": 28 }, "end": { - "line": 140, - "column": 29 + "line": 141, + "column": 30 } } } ], "range": [ - 4095, - 4108 + 4096, + 4109 ], "loc": { "start": { - "line": 140, - "column": 17 + "line": 141, + "column": 18 }, "end": { - "line": 140, - "column": 30 + "line": 141, + "column": 31 } } }, @@ -8562,46 +8608,46 @@ "expression": true, "range": [ 4090, - 4108 + 4109 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, - "column": 30 + "line": 141, + "column": 31 } } } ], "range": [ 3726, - 4118 + 4119 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 141, + "line": 142, "column": 9 } } }, "range": [ 3726, - 4119 + 4120 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 141, + "line": 142, "column": 10 } }, @@ -8615,11 +8661,11 @@ ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 32 } } @@ -8637,16 +8683,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 4128, - 4135 + 4129, + 4136 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 142, + "line": 143, "column": 15 } } @@ -8655,31 +8701,31 @@ "type": "Identifier", "name": "off", "range": [ - 4136, - 4139 + 4137, + 4140 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 16 }, "end": { - "line": 142, + "line": 143, "column": 19 } } }, "range": [ - 4128, - 4139 + 4129, + 4140 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 142, + "line": 143, "column": 19 } } @@ -8693,16 +8739,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4154, - 4171 + 4155, + 4172 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 29 } } @@ -8712,16 +8758,16 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 4185, - 4210 + 4186, + 4211 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 12 }, "end": { - "line": 144, + "line": 145, "column": 37 } } @@ -8731,16 +8777,16 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 4224, - 4243 + 4225, + 4244 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 12 }, "end": { - "line": 145, + "line": 146, "column": 31 } } @@ -8750,16 +8796,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 4257, - 4281 + 4258, + 4282 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 36 } } @@ -8769,16 +8815,16 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 4295, - 4321 + 4296, + 4322 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 38 } } @@ -8788,16 +8834,16 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 4335, - 4353 + 4336, + 4354 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 30 } } @@ -8807,16 +8853,16 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 4367, - 4392 + 4368, + 4393 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 37 } } @@ -8826,16 +8872,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 4406, - 4432 + 4407, + 4433 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 12 }, "end": { - "line": 150, + "line": 151, "column": 38 } } @@ -8845,32 +8891,32 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 4446, - 4468 + 4447, + 4469 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 12 }, "end": { - "line": 151, + "line": 152, "column": 34 } } } ], "range": [ - 4140, - 4469 + 4141, + 4470 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 35 } } @@ -8887,17 +8933,17 @@ "object": { "type": "ThisExpression", "range": [ - 4488, - 4492 + 4490, + 4494 ], "loc": { "start": { - "line": 152, - "column": 17 + "line": 153, + "column": 18 }, "end": { - "line": 152, - "column": 21 + "line": 153, + "column": 22 } } }, @@ -8905,115 +8951,114 @@ "type": "Identifier", "name": "show", "range": [ - 4493, - 4497 + 4495, + 4499 ], "loc": { "start": { - "line": 152, - "column": 22 + "line": 153, + "column": 23 }, "end": { - "line": 152, - "column": 26 + "line": 153, + "column": 27 } } }, "range": [ - 4488, - 4497 + 4490, + 4499 ], "loc": { "start": { - "line": 152, - "column": 17 + "line": 153, + "column": 18 }, "end": { - "line": 152, - "column": 26 + "line": 153, + "column": 27 } } }, "arguments": [ { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 4498, + 4500, 4504 ], "loc": { "start": { - "line": 152, - "column": 27 + "line": 153, + "column": 28 }, "end": { - "line": 152, - "column": 33 + "line": 153, + "column": 32 } } } ], "range": [ - 4488, + 4490, 4505 ], "loc": { "start": { - "line": 152, - "column": 17 + "line": 153, + "column": 18 }, "end": { - "line": 152, - "column": 34 + "line": 153, + "column": 33 } } }, "generator": false, "expression": true, "range": [ - 4483, + 4484, 4505 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, - "column": 34 + "line": 153, + "column": 33 } } } ], "range": [ - 4128, + 4129, 4515 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 9 } } }, "range": [ - 4128, + 4129, 4516 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 10 } } @@ -9034,11 +9079,11 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 12 } } @@ -9052,11 +9097,11 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 13 }, "end": { - "line": 155, + "line": 156, "column": 24 } } @@ -9067,11 +9112,11 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 24 } } @@ -9086,11 +9131,11 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 27 }, "end": { - "line": 155, + "line": 156, "column": 32 } } @@ -9101,11 +9146,11 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 32 } } @@ -9116,27 +9161,27 @@ ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 33 } } } ], "range": [ - 3516, + 3514, 4557 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 14 }, "end": { - "line": 156, + "line": 157, "column": 5 } } @@ -9144,16 +9189,16 @@ "generator": false, "expression": false, "range": [ - 3513, + 3511, 4557 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 11 }, "end": { - "line": 156, + "line": 157, "column": 5 } } @@ -9161,16 +9206,16 @@ "kind": "method", "computed": false, "range": [ - 3506, + 3504, 4557 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 4 }, "end": { - "line": 156, + "line": 157, "column": 5 } }, @@ -9178,31 +9223,31 @@ } ], "range": [ - 149, + 181, 4559 ], "loc": { "start": { - "line": 7, - "column": 35 + "line": 8, + "column": 36 }, "end": { - "line": 157, + "line": 158, "column": 1 } } }, "range": [ - 121, + 152, 4559 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 7 }, "end": { - "line": 157, + "line": 158, "column": 1 } }, @@ -9212,16 +9257,16 @@ "specifiers": [], "source": null, "range": [ - 114, + 145, 4559 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 0 }, "end": { - "line": 157, + "line": 158, "column": 1 } } @@ -9238,7 +9283,7 @@ "column": 0 }, "end": { - "line": 157, + "line": 158, "column": 1 } }, @@ -9247,16 +9292,16 @@ "type": "Block", "value": "*\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n ", "range": [ - 156, - 245 + 188, + 277 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -9265,16 +9310,16 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 306, - 334 + 338, + 366 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 36 } } @@ -9283,16 +9328,16 @@ "type": "Line", "value": "id of container element", "range": [ - 373, - 398 + 405, + 430 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 33 } } @@ -9301,16 +9346,16 @@ "type": "Line", "value": "div containing loader", "range": [ - 462, - 485 + 494, + 517 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -9319,16 +9364,16 @@ "type": "Line", "value": "defines loader text", "range": [ - 525, - 546 + 557, + 578 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 29 } } @@ -9337,16 +9382,16 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 612, - 638 + 644, + 670 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 34 } } @@ -9355,16 +9400,16 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 696, - 730 + 728, + 762 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 42 } } @@ -9373,16 +9418,16 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 801, - 826 + 833, + 858 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -9391,16 +9436,16 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 872, - 918 + 904, + 950 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 54 } } @@ -9409,16 +9454,16 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1023, - 1065 + 1055, + 1097 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 50 } } @@ -9427,16 +9472,16 @@ "type": "Line", "value": "loader div", "range": [ - 1170, - 1182 + 1202, + 1214 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 20 } } @@ -9445,38 +9490,20 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2014, - 2036 + 2052, + 2074 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 30 } } }, - { - "type": "Block", - "value": "|| this.loaderDiv.style.display === p", - "range": [ - 2918, - 2959 - ], - "loc": { - "start": { - "line": 98, - "column": 29 - }, - "end": { - "line": 98, - "column": 70 - } - } - }, { "type": "Line", "value": " Unsubscribe to events", @@ -9486,11 +9513,11 @@ ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 32 } } diff --git a/docs/ast/source/modules/noResults.js.json b/docs/ast/source/modules/noResults.js.json index 367ced8a..db5014ca 100644 --- a/docs/ast/source/modules/noResults.js.json +++ b/docs/ast/source/modules/noResults.js.json @@ -238,6 +238,97 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + }, + "range": [ + 99, + 103 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 110, + 120 + ], + "loc": { + "start": { + "line": 4, + "column": 19 + }, + "end": { + "line": 4, + "column": 29 + } + } + }, + "range": [ + 91, + 121 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 30 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -246,16 +337,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 105, - 114 + 136, + 145 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 13 }, "end": { - "line": 5, + "line": 6, "column": 22 } } @@ -264,16 +355,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 123, - 130 + 154, + 161 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 31 }, "end": { - "line": 5, + "line": 6, "column": 38 } } @@ -287,16 +378,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 239, - 250 + 270, + 281 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 15 } } @@ -309,16 +400,16 @@ "type": "Identifier", "name": "tf", "range": [ - 251, - 253 + 282, + 284 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 16 }, "end": { - "line": 11, + "line": 12, "column": 18 } } @@ -334,16 +425,16 @@ "callee": { "type": "Super", "range": [ - 264, - 269 + 295, + 300 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 13, "column": 13 } } @@ -353,16 +444,16 @@ "type": "Identifier", "name": "tf", "range": [ - 270, - 272 + 301, + 303 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 14 }, "end": { - "line": 12, + "line": 13, "column": 16 } } @@ -372,47 +463,47 @@ "value": "noResults", "raw": "'noResults'", "range": [ - 274, - 285 + 305, + 316 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 18 }, "end": { - "line": 12, + "line": 13, "column": 29 } } } ], "range": [ - 264, - 286 + 295, + 317 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 13, "column": 30 } } }, "range": [ - 264, - 287 + 295, + 318 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 13, "column": 31 } }, @@ -421,16 +512,16 @@ "type": "Line", "value": "configuration object", "range": [ - 297, - 319 + 328, + 350 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 30 } } @@ -446,16 +537,16 @@ "type": "Identifier", "name": "f", "range": [ - 332, - 333 + 363, + 364 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 12 }, "end": { - "line": 15, + "line": 16, "column": 13 } } @@ -469,16 +560,16 @@ "object": { "type": "ThisExpression", "range": [ - 336, - 340 + 367, + 371 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 16 }, "end": { - "line": 15, + "line": 16, "column": 20 } } @@ -487,31 +578,31 @@ "type": "Identifier", "name": "config", "range": [ - 341, - 347 + 372, + 378 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 21 }, "end": { - "line": 15, + "line": 16, "column": 27 } } }, "range": [ - 336, - 347 + 367, + 378 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 16 }, "end": { - "line": 15, + "line": 16, "column": 27 } } @@ -520,46 +611,46 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 348, - 366 + 379, + 397 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 28 }, "end": { - "line": 15, + "line": 16, "column": 46 } } }, "range": [ - 336, - 366 + 367, + 397 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 16 }, "end": { - "line": 15, + "line": 16, "column": 46 } } }, "range": [ - 332, - 366 + 363, + 397 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 12 }, "end": { - "line": 15, + "line": 16, "column": 46 } } @@ -567,16 +658,16 @@ ], "kind": "let", "range": [ - 328, - 367 + 359, + 398 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 47 } }, @@ -585,16 +676,16 @@ "type": "Line", "value": "configuration object", "range": [ - 297, - 319 + 328, + 350 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 30 } } @@ -612,16 +703,16 @@ "object": { "type": "ThisExpression", "range": [ - 377, - 381 + 408, + 412 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 12 } } @@ -630,31 +721,31 @@ "type": "Identifier", "name": "content", "range": [ - 382, - 389 + 413, + 420 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 13 }, "end": { - "line": 17, + "line": 18, "column": 20 } } }, "range": [ - 377, - 389 + 408, + 420 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 20 } } @@ -669,16 +760,16 @@ "type": "Identifier", "name": "f", "range": [ - 392, - 393 + 423, + 424 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 23 }, "end": { - "line": 17, + "line": 18, "column": 24 } } @@ -687,31 +778,31 @@ "type": "Identifier", "name": "content", "range": [ - 394, - 401 + 425, + 432 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 25 }, "end": { - "line": 17, + "line": 18, "column": 32 } } }, "range": [ - 392, - 401 + 423, + 432 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 23 }, "end": { - "line": 17, + "line": 18, "column": 32 } } @@ -721,61 +812,61 @@ "value": "No results", "raw": "'No results'", "range": [ - 405, - 417 + 436, + 448 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 36 }, "end": { - "line": 17, + "line": 18, "column": 48 } } }, "range": [ - 392, - 417 + 423, + 448 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 23 }, "end": { - "line": 17, + "line": 18, "column": 48 } } }, "range": [ - 377, - 417 + 408, + 448 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 48 } } }, "range": [ - 377, - 418 + 408, + 449 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 49 } } @@ -791,16 +882,16 @@ "object": { "type": "ThisExpression", "range": [ - 427, - 431 + 458, + 462 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 12 } } @@ -809,31 +900,31 @@ "type": "Identifier", "name": "customContainer", "range": [ - 432, - 447 + 463, + 478 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 13 }, "end": { - "line": 18, + "line": 19, "column": 28 } } }, "range": [ - 427, - 447 + 458, + 478 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 28 } } @@ -848,16 +939,16 @@ "type": "Identifier", "name": "f", "range": [ - 450, - 451 + 481, + 482 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 31 }, "end": { - "line": 18, + "line": 19, "column": 32 } } @@ -866,31 +957,31 @@ "type": "Identifier", "name": "custom_container", "range": [ - 452, - 468 + 483, + 499 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 33 }, "end": { - "line": 18, + "line": 19, "column": 49 } } }, "range": [ - 450, - 468 + 481, + 499 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 31 }, "end": { - "line": 18, + "line": 19, "column": 49 } } @@ -900,61 +991,61 @@ "value": null, "raw": "null", "range": [ - 472, - 476 + 503, + 507 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 53 }, "end": { - "line": 18, + "line": 19, "column": 57 } } }, "range": [ - 450, - 476 + 481, + 507 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 31 }, "end": { - "line": 18, + "line": 19, "column": 57 } } }, "range": [ - 427, - 476 + 458, + 507 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 57 } } }, "range": [ - 427, - 477 + 458, + 508 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 58 } } @@ -970,16 +1061,16 @@ "object": { "type": "ThisExpression", "range": [ - 486, - 490 + 517, + 521 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 12 } } @@ -988,31 +1079,31 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 491, - 508 + 522, + 539 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 13 }, "end": { - "line": 19, + "line": 20, "column": 30 } } }, "range": [ - 486, - 508 + 517, + 539 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 30 } } @@ -1027,16 +1118,16 @@ "type": "Identifier", "name": "f", "range": [ - 511, - 512 + 542, + 543 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 33 }, "end": { - "line": 19, + "line": 20, "column": 34 } } @@ -1045,31 +1136,31 @@ "type": "Identifier", "name": "custom_container_id", "range": [ - 513, - 532 + 544, + 563 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 35 }, "end": { - "line": 19, + "line": 20, "column": 54 } } }, "range": [ - 511, - 532 + 542, + 563 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 33 }, "end": { - "line": 19, + "line": 20, "column": 54 } } @@ -1079,61 +1170,61 @@ "value": null, "raw": "null", "range": [ - 536, - 540 + 567, + 571 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 58 }, "end": { - "line": 19, + "line": 20, "column": 62 } } }, "range": [ - 511, - 540 + 542, + 571 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 33 }, "end": { - "line": 19, + "line": 20, "column": 62 } } }, "range": [ - 486, - 540 + 517, + 571 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 62 } } }, "range": [ - 486, - 541 + 517, + 572 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 63 } } @@ -1149,16 +1240,16 @@ "object": { "type": "ThisExpression", "range": [ - 550, - 554 + 581, + 585 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 12 } } @@ -1167,31 +1258,31 @@ "type": "Identifier", "name": "isExternal", "range": [ - 555, - 565 + 586, + 596 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 13 }, "end": { - "line": 20, + "line": 21, "column": 23 } } }, "range": [ - 550, - 565 + 581, + 596 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 23 } } @@ -1211,16 +1302,16 @@ "type": "Identifier", "name": "Types", "range": [ - 569, - 574 + 600, + 605 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 32 } } @@ -1229,31 +1320,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 575, - 582 + 606, + 613 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 33 }, "end": { - "line": 20, + "line": 21, "column": 40 } } }, "range": [ - 569, - 582 + 600, + 613 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 40 } } @@ -1265,16 +1356,16 @@ "object": { "type": "ThisExpression", "range": [ - 583, - 587 + 614, + 618 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 41 }, "end": { - "line": 20, + "line": 21, "column": 45 } } @@ -1283,63 +1374,63 @@ "type": "Identifier", "name": "customContainer", "range": [ - 588, - 603 + 619, + 634 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 46 }, "end": { - "line": 20, + "line": 21, "column": 61 } } }, "range": [ - 583, - 603 + 614, + 634 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 41 }, "end": { - "line": 20, + "line": 21, "column": 61 } } } ], "range": [ - 569, - 604 + 600, + 635 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 62 } } }, "prefix": true, "range": [ - 568, - 604 + 599, + 635 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 26 }, "end": { - "line": 20, + "line": 21, "column": 62 } } @@ -1356,16 +1447,16 @@ "type": "Identifier", "name": "Types", "range": [ - 621, - 626 + 652, + 657 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 18 } } @@ -1374,31 +1465,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 627, - 634 + 658, + 665 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 19 }, "end": { - "line": 21, + "line": 22, "column": 26 } } }, "range": [ - 621, - 634 + 652, + 665 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 26 } } @@ -1410,16 +1501,16 @@ "object": { "type": "ThisExpression", "range": [ - 635, - 639 + 666, + 670 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 27 }, "end": { - "line": 21, + "line": 22, "column": 31 } } @@ -1428,108 +1519,108 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 640, - 657 + 671, + 688 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 32 }, "end": { - "line": 21, + "line": 22, "column": 49 } } }, "range": [ - 635, - 657 + 666, + 688 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 27 }, "end": { - "line": 21, + "line": 22, "column": 49 } } } ], "range": [ - 621, - 658 + 652, + 689 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 50 } } }, "prefix": true, "range": [ - 620, - 658 + 651, + 689 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 12 }, "end": { - "line": 21, + "line": 22, "column": 50 } } }, "range": [ - 568, - 658 + 599, + 689 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 26 }, "end": { - "line": 21, + "line": 22, "column": 50 } } }, "range": [ - 550, - 658 + 581, + 689 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 50 } } }, "range": [ - 550, - 659 + 581, + 690 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 51 } } @@ -1545,16 +1636,16 @@ "object": { "type": "ThisExpression", "range": [ - 668, - 672 + 699, + 703 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 12 } } @@ -1563,31 +1654,31 @@ "type": "Identifier", "name": "cssClass", "range": [ - 673, - 681 + 704, + 712 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 13 }, "end": { - "line": 22, + "line": 23, "column": 21 } } }, "range": [ - 668, - 681 + 699, + 712 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 21 } } @@ -1602,16 +1693,16 @@ "type": "Identifier", "name": "f", "range": [ - 684, - 685 + 715, + 716 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 24 }, "end": { - "line": 22, + "line": 23, "column": 25 } } @@ -1620,31 +1711,31 @@ "type": "Identifier", "name": "css_class", "range": [ - 686, - 695 + 717, + 726 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 26 }, "end": { - "line": 22, + "line": 23, "column": 35 } } }, "range": [ - 684, - 695 + 715, + 726 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 24 }, "end": { - "line": 22, + "line": 23, "column": 35 } } @@ -1654,61 +1745,61 @@ "value": "no-results", "raw": "'no-results'", "range": [ - 699, - 711 + 730, + 742 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 39 }, "end": { - "line": 22, + "line": 23, "column": 51 } } }, "range": [ - 684, - 711 + 715, + 742 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 24 }, "end": { - "line": 22, + "line": 23, "column": 51 } } }, "range": [ - 668, - 711 + 699, + 742 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 51 } } }, "range": [ - 668, - 712 + 699, + 743 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 52 } } @@ -1724,16 +1815,16 @@ "object": { "type": "ThisExpression", "range": [ - 722, - 726 + 753, + 757 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1742,31 +1833,31 @@ "type": "Identifier", "name": "cont", "range": [ - 727, - 731 + 758, + 762 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 17 } } }, "range": [ - 722, - 731 + 753, + 762 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 17 } } @@ -1776,46 +1867,46 @@ "value": null, "raw": "null", "range": [ - 734, - 738 + 765, + 769 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 24 } } }, "range": [ - 722, - 738 + 753, + 769 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 24 } } }, "range": [ - 722, - 739 + 753, + 770 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 25 } }, @@ -1824,16 +1915,16 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 749, - 787 + 780, + 818 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 46 } } @@ -1851,16 +1942,16 @@ "object": { "type": "ThisExpression", "range": [ - 796, - 800 + 827, + 831 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 12 } } @@ -1869,31 +1960,31 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 801, - 816 + 832, + 847 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 13 }, "end": { - "line": 27, + "line": 28, "column": 28 } } }, "range": [ - 796, - 816 + 827, + 847 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 28 } } @@ -1909,16 +2000,16 @@ "type": "Identifier", "name": "Types", "range": [ - 819, - 824 + 850, + 855 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 31 }, "end": { - "line": 27, + "line": 28, "column": 36 } } @@ -1927,31 +2018,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 825, - 829 + 856, + 860 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 37 }, "end": { - "line": 27, + "line": 28, "column": 41 } } }, "range": [ - 819, - 829 + 850, + 860 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 31 }, "end": { - "line": 27, + "line": 28, "column": 41 } } @@ -1964,16 +2055,16 @@ "type": "Identifier", "name": "f", "range": [ - 830, - 831 + 861, + 862 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 42 }, "end": { - "line": 27, + "line": 28, "column": 43 } } @@ -1982,47 +2073,47 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 832, - 850 + 863, + 881 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 44 }, "end": { - "line": 27, + "line": 28, "column": 62 } } }, "range": [ - 830, - 850 + 861, + 881 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 42 }, "end": { - "line": 27, + "line": 28, "column": 62 } } } ], "range": [ - 819, - 851 + 850, + 882 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 31 }, "end": { - "line": 27, + "line": 28, "column": 63 } } @@ -2034,16 +2125,16 @@ "type": "Identifier", "name": "f", "range": [ - 866, - 867 + 897, + 898 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 12 }, "end": { - "line": 28, + "line": 29, "column": 13 } } @@ -2052,31 +2143,31 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 868, - 886 + 899, + 917 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 14 }, "end": { - "line": 28, + "line": 29, "column": 32 } } }, "range": [ - 866, - 886 + 897, + 917 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 12 }, "end": { - "line": 28, + "line": 29, "column": 32 } } @@ -2086,61 +2177,61 @@ "value": null, "raw": "null", "range": [ - 889, - 893 + 920, + 924 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 35 }, "end": { - "line": 28, + "line": 29, "column": 39 } } }, "range": [ - 819, - 893 + 850, + 924 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 31 }, "end": { - "line": 28, + "line": 29, "column": 39 } } }, "range": [ - 796, - 893 + 827, + 924 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 39 } } }, "range": [ - 796, - 894 + 827, + 925 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 40 } }, @@ -2149,16 +2240,16 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 749, - 787 + 780, + 818 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 46 } } @@ -2169,16 +2260,16 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 903, - 940 + 934, + 971 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 45 } } @@ -2196,16 +2287,16 @@ "object": { "type": "ThisExpression", "range": [ - 949, - 953 + 980, + 984 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 12 } } @@ -2214,31 +2305,31 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 954, - 968 + 985, + 999 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 13 }, "end": { - "line": 30, + "line": 31, "column": 27 } } }, "range": [ - 949, - 968 + 980, + 999 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 27 } } @@ -2254,16 +2345,16 @@ "type": "Identifier", "name": "Types", "range": [ - 971, - 976 + 1002, + 1007 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 30 }, "end": { - "line": 30, + "line": 31, "column": 35 } } @@ -2272,31 +2363,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 977, - 981 + 1008, + 1012 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 36 }, "end": { - "line": 30, + "line": 31, "column": 40 } } }, "range": [ - 971, - 981 + 1002, + 1012 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 30 }, "end": { - "line": 30, + "line": 31, "column": 40 } } @@ -2309,16 +2400,16 @@ "type": "Identifier", "name": "f", "range": [ - 982, - 983 + 1013, + 1014 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 41 }, "end": { - "line": 30, + "line": 31, "column": 42 } } @@ -2327,47 +2418,47 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 984, - 1001 + 1015, + 1032 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 43 }, "end": { - "line": 30, + "line": 31, "column": 60 } } }, "range": [ - 982, - 1001 + 1013, + 1032 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 41 }, "end": { - "line": 30, + "line": 31, "column": 60 } } } ], "range": [ - 971, - 1002 + 1002, + 1033 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 30 }, "end": { - "line": 30, + "line": 31, "column": 61 } } @@ -2379,16 +2470,16 @@ "type": "Identifier", "name": "f", "range": [ - 1017, - 1018 + 1048, + 1049 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 12 }, "end": { - "line": 31, + "line": 32, "column": 13 } } @@ -2397,31 +2488,31 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 1019, - 1036 + 1050, + 1067 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 14 }, "end": { - "line": 31, + "line": 32, "column": 31 } } }, "range": [ - 1017, - 1036 + 1048, + 1067 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 12 }, "end": { - "line": 31, + "line": 32, "column": 31 } } @@ -2431,61 +2522,61 @@ "value": null, "raw": "null", "range": [ - 1039, - 1043 + 1070, + 1074 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 34 }, "end": { - "line": 31, + "line": 32, "column": 38 } } }, "range": [ - 971, - 1043 + 1002, + 1074 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 30 }, "end": { - "line": 31, + "line": 32, "column": 38 } } }, "range": [ - 949, - 1043 + 980, + 1074 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 38 } } }, "range": [ - 949, - 1044 + 980, + 1075 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 39 } }, @@ -2494,16 +2585,16 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 903, - 940 + 934, + 971 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 45 } } @@ -2514,16 +2605,16 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1053, - 1088 + 1084, + 1119 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 43 } } @@ -2541,16 +2632,16 @@ "object": { "type": "ThisExpression", "range": [ - 1097, - 1101 + 1128, + 1132 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 12 } } @@ -2559,31 +2650,31 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 1102, - 1117 + 1133, + 1148 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 13 }, "end": { - "line": 33, + "line": 34, "column": 28 } } }, "range": [ - 1097, - 1117 + 1128, + 1148 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 28 } } @@ -2599,16 +2690,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1120, - 1125 + 1151, + 1156 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 36 } } @@ -2617,31 +2708,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1126, - 1130 + 1157, + 1161 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 37 }, "end": { - "line": 33, + "line": 34, "column": 41 } } }, "range": [ - 1120, - 1130 + 1151, + 1161 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 41 } } @@ -2654,16 +2745,16 @@ "type": "Identifier", "name": "f", "range": [ - 1131, - 1132 + 1162, + 1163 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 42 }, "end": { - "line": 33, + "line": 34, "column": 43 } } @@ -2672,47 +2763,47 @@ "type": "Identifier", "name": "on_before_hide_msg", "range": [ - 1133, - 1151 + 1164, + 1182 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 44 }, "end": { - "line": 33, + "line": 34, "column": 62 } } }, "range": [ - 1131, - 1151 + 1162, + 1182 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 42 }, "end": { - "line": 33, + "line": 34, "column": 62 } } } ], "range": [ - 1120, - 1152 + 1151, + 1183 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 33, + "line": 34, "column": 63 } } @@ -2724,16 +2815,16 @@ "type": "Identifier", "name": "f", "range": [ - 1167, - 1168 + 1198, + 1199 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 13 } } @@ -2742,31 +2833,31 @@ "type": "Identifier", "name": "on_before_hide_msg", "range": [ - 1169, - 1187 + 1200, + 1218 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 14 }, "end": { - "line": 34, + "line": 35, "column": 32 } } }, "range": [ - 1167, - 1187 + 1198, + 1218 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 32 } } @@ -2776,61 +2867,61 @@ "value": null, "raw": "null", "range": [ - 1190, - 1194 + 1221, + 1225 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 35 }, "end": { - "line": 34, + "line": 35, "column": 39 } } }, "range": [ - 1120, - 1194 + 1151, + 1225 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 31 }, "end": { - "line": 34, + "line": 35, "column": 39 } } }, "range": [ - 1097, - 1194 + 1128, + 1225 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 39 } } }, "range": [ - 1097, - 1195 + 1128, + 1226 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 40 } }, @@ -2839,16 +2930,16 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1053, - 1088 + 1084, + 1119 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 43 } } @@ -2859,16 +2950,16 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1204, - 1238 + 1235, + 1269 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 42 } } @@ -2886,16 +2977,16 @@ "object": { "type": "ThisExpression", "range": [ - 1247, - 1251 + 1278, + 1282 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -2904,31 +2995,31 @@ "type": "Identifier", "name": "onAfterHideMsg", "range": [ - 1252, - 1266 + 1283, + 1297 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 27 } } }, "range": [ - 1247, - 1266 + 1278, + 1297 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 27 } } @@ -2944,16 +3035,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1269, - 1274 + 1300, + 1305 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 35 } } @@ -2962,31 +3053,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1275, - 1279 + 1306, + 1310 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 36 }, "end": { - "line": 36, + "line": 37, "column": 40 } } }, "range": [ - 1269, - 1279 + 1300, + 1310 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 40 } } @@ -2999,16 +3090,16 @@ "type": "Identifier", "name": "f", "range": [ - 1280, - 1281 + 1311, + 1312 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 41 }, "end": { - "line": 36, + "line": 37, "column": 42 } } @@ -3017,47 +3108,47 @@ "type": "Identifier", "name": "on_after_hide_msg", "range": [ - 1282, - 1299 + 1313, + 1330 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 43 }, "end": { - "line": 36, + "line": 37, "column": 60 } } }, "range": [ - 1280, - 1299 + 1311, + 1330 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 41 }, "end": { - "line": 36, + "line": 37, "column": 60 } } } ], "range": [ - 1269, - 1300 + 1300, + 1331 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 61 } } @@ -3069,16 +3160,16 @@ "type": "Identifier", "name": "f", "range": [ - 1315, - 1316 + 1346, + 1347 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 13 } } @@ -3087,31 +3178,31 @@ "type": "Identifier", "name": "on_after_hide_msg", "range": [ - 1317, - 1334 + 1348, + 1365 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 14 }, "end": { - "line": 37, + "line": 38, "column": 31 } } }, "range": [ - 1315, - 1334 + 1346, + 1365 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 31 } } @@ -3121,61 +3212,61 @@ "value": null, "raw": "null", "range": [ - 1337, - 1341 + 1368, + 1372 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 34 }, "end": { - "line": 37, + "line": 38, "column": 38 } } }, "range": [ - 1269, - 1341 + 1300, + 1372 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 37, + "line": 38, "column": 38 } } }, "range": [ - 1247, - 1341 + 1278, + 1372 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 38 } } }, "range": [ - 1247, - 1342 + 1278, + 1373 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 39 } }, @@ -3184,16 +3275,16 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1204, - 1238 + 1235, + 1269 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 42 } } @@ -3211,16 +3302,16 @@ "object": { "type": "ThisExpression", "range": [ - 1352, - 1356 + 1383, + 1387 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 12 } } @@ -3229,31 +3320,31 @@ "type": "Identifier", "name": "prfxNoResults", "range": [ - 1357, - 1370 + 1388, + 1401 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 13 }, "end": { - "line": 39, + "line": 40, "column": 26 } } }, "range": [ - 1352, - 1370 + 1383, + 1401 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 26 } } @@ -3263,62 +3354,62 @@ "value": "nores_", "raw": "'nores_'", "range": [ - 1373, - 1381 + 1404, + 1412 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 29 }, "end": { - "line": 39, + "line": 40, "column": 37 } } }, "range": [ - 1352, - 1381 + 1383, + 1412 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 37 } } }, "range": [ - 1352, - 1382 + 1383, + 1413 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 38 } } } ], "range": [ - 254, - 1388 + 285, + 1419 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 19 }, "end": { - "line": 40, + "line": 41, "column": 5 } } @@ -3326,16 +3417,16 @@ "generator": false, "expression": false, "range": [ - 250, - 1388 + 281, + 1419 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 15 }, "end": { - "line": 40, + "line": 41, "column": 5 } } @@ -3343,16 +3434,16 @@ "kind": "constructor", "computed": false, "range": [ - 239, - 1388 + 270, + 1419 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 40, + "line": 41, "column": 5 } }, @@ -3361,16 +3452,16 @@ "type": "Block", "value": "*\n * No results message UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 137, - 234 + 168, + 265 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -3384,16 +3475,16 @@ "type": "Identifier", "name": "init", "range": [ - 1394, - 1398 + 1425, + 1429 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 4 }, "end": { - "line": 42, + "line": 43, "column": 8 } } @@ -3413,16 +3504,16 @@ "object": { "type": "ThisExpression", "range": [ - 1413, - 1417 + 1444, + 1448 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 15 } } @@ -3431,31 +3522,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 1418, - 1429 + 1449, + 1460 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 16 }, "end": { - "line": 43, + "line": 44, "column": 27 } } }, "range": [ - 1413, - 1429 + 1444, + 1460 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 27 } } @@ -3467,48 +3558,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1444, - 1451 + 1475, + 1482 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 19 } } } ], "range": [ - 1430, - 1461 + 1461, + 1492 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 28 }, "end": { - "line": 45, + "line": 46, "column": 9 } } }, "alternate": null, "range": [ - 1410, - 1461 + 1441, + 1492 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 9 } } @@ -3522,16 +3613,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1474, - 1476 + 1505, + 1507 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 14 } } @@ -3542,16 +3633,16 @@ "object": { "type": "ThisExpression", "range": [ - 1479, - 1483 + 1510, + 1514 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 21 } } @@ -3560,46 +3651,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1484, - 1486 + 1515, + 1517 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 22 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1479, - 1486 + 1510, + 1517 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 17 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1474, - 1486 + 1505, + 1517 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 24 } } @@ -3607,16 +3698,16 @@ ], "kind": "let", "range": [ - 1470, - 1487 + 1501, + 1518 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 25 } } @@ -3630,16 +3721,16 @@ "type": "Identifier", "name": "target", "range": [ - 1500, - 1506 + 1531, + 1537 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 12 }, "end": { - "line": 47, + "line": 48, "column": 18 } } @@ -3656,16 +3747,16 @@ "object": { "type": "ThisExpression", "range": [ - 1509, - 1513 + 1540, + 1544 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 21 }, "end": { - "line": 47, + "line": 48, "column": 25 } } @@ -3674,31 +3765,31 @@ "type": "Identifier", "name": "customContainer", "range": [ - 1514, - 1529 + 1545, + 1560 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 26 }, "end": { - "line": 47, + "line": 48, "column": 41 } } }, "range": [ - 1509, - 1529 + 1540, + 1560 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 21 }, "end": { - "line": 47, + "line": 48, "column": 41 } } @@ -3712,16 +3803,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1533, - 1536 + 1564, + 1567 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 45 }, "end": { - "line": 47, + "line": 48, "column": 48 } } @@ -3730,31 +3821,31 @@ "type": "Identifier", "name": "id", "range": [ - 1537, - 1539 + 1568, + 1570 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 49 }, "end": { - "line": 47, + "line": 48, "column": 51 } } }, "range": [ - 1533, - 1539 + 1564, + 1570 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 45 }, "end": { - "line": 47, + "line": 48, "column": 51 } } @@ -3766,16 +3857,16 @@ "object": { "type": "ThisExpression", "range": [ - 1540, - 1544 + 1571, + 1575 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 52 }, "end": { - "line": 47, + "line": 48, "column": 56 } } @@ -3784,62 +3875,62 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 1545, - 1562 + 1576, + 1593 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 57 }, "end": { - "line": 47, + "line": 48, "column": 74 } } }, "range": [ - 1540, - 1562 + 1571, + 1593 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 52 }, "end": { - "line": 47, + "line": 48, "column": 74 } } } ], "range": [ - 1533, - 1563 + 1564, + 1594 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 45 }, "end": { - "line": 47, + "line": 48, "column": 75 } } }, "range": [ - 1509, - 1563 + 1540, + 1594 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 21 }, "end": { - "line": 47, + "line": 48, "column": 75 } } @@ -3851,16 +3942,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1579, - 1581 + 1610, + 1612 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 12 }, "end": { - "line": 48, + "line": 49, "column": 14 } } @@ -3869,61 +3960,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 1582, - 1585 + 1613, + 1616 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 15 }, "end": { - "line": 48, + "line": 49, "column": 18 } } }, "range": [ - 1579, - 1585 + 1610, + 1616 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 12 }, "end": { - "line": 48, + "line": 49, "column": 18 } } }, "range": [ - 1509, - 1585 + 1540, + 1616 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 21 }, "end": { - "line": 48, + "line": 49, "column": 18 } } }, "range": [ - 1500, - 1585 + 1531, + 1616 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 12 }, "end": { - "line": 48, + "line": 49, "column": 18 } } @@ -3931,16 +4022,16 @@ ], "kind": "let", "range": [ - 1496, - 1586 + 1527, + 1617 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 19 } }, @@ -3949,16 +4040,16 @@ "type": "Line", "value": "container", "range": [ - 1596, - 1607 + 1627, + 1638 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 19 } } @@ -3974,16 +4065,16 @@ "type": "Identifier", "name": "cont", "range": [ - 1620, - 1624 + 1651, + 1655 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 12 }, "end": { - "line": 51, + "line": 52, "column": 16 } } @@ -3997,16 +4088,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1627, - 1630 + 1658, + 1661 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 19 }, "end": { - "line": 51, + "line": 52, "column": 22 } } @@ -4015,31 +4106,31 @@ "type": "Identifier", "name": "create", "range": [ - 1631, - 1637 + 1662, + 1668 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 23 }, "end": { - "line": 51, + "line": 52, "column": 29 } } }, "range": [ - 1627, - 1637 + 1658, + 1668 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 19 }, "end": { - "line": 51, + "line": 52, "column": 29 } } @@ -4050,16 +4141,16 @@ "value": "div", "raw": "'div'", "range": [ - 1638, - 1643 + 1669, + 1674 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 30 }, "end": { - "line": 51, + "line": 52, "column": 35 } } @@ -4072,16 +4163,16 @@ "value": "id", "raw": "'id'", "range": [ - 1646, - 1650 + 1677, + 1681 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 38 }, "end": { - "line": 51, + "line": 52, "column": 42 } } @@ -4095,16 +4186,16 @@ "object": { "type": "ThisExpression", "range": [ - 1652, - 1656 + 1683, + 1687 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 44 }, "end": { - "line": 51, + "line": 52, "column": 48 } } @@ -4113,31 +4204,31 @@ "type": "Identifier", "name": "prfxNoResults", "range": [ - 1657, - 1670 + 1688, + 1701 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 49 }, "end": { - "line": 51, + "line": 52, "column": 62 } } }, "range": [ - 1652, - 1670 + 1683, + 1701 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 44 }, "end": { - "line": 51, + "line": 52, "column": 62 } } @@ -4149,16 +4240,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1671, - 1673 + 1702, + 1704 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 63 }, "end": { - "line": 51, + "line": 52, "column": 65 } } @@ -4167,93 +4258,93 @@ "type": "Identifier", "name": "id", "range": [ - 1674, - 1676 + 1705, + 1707 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 66 }, "end": { - "line": 51, + "line": 52, "column": 68 } } }, "range": [ - 1671, - 1676 + 1702, + 1707 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 63 }, "end": { - "line": 51, + "line": 52, "column": 68 } } }, "range": [ - 1652, - 1676 + 1683, + 1707 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 44 }, "end": { - "line": 51, + "line": 52, "column": 68 } } } ], "range": [ - 1645, - 1677 + 1676, + 1708 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 37 }, "end": { - "line": 51, + "line": 52, "column": 69 } } } ], "range": [ - 1627, - 1678 + 1658, + 1709 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 19 }, "end": { - "line": 51, + "line": 52, "column": 70 } } }, "range": [ - 1620, - 1678 + 1651, + 1709 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 12 }, "end": { - "line": 51, + "line": 52, "column": 70 } } @@ -4261,16 +4352,16 @@ ], "kind": "let", "range": [ - 1616, - 1679 + 1647, + 1710 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 71 } }, @@ -4279,16 +4370,16 @@ "type": "Line", "value": "container", "range": [ - 1596, - 1607 + 1627, + 1638 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 19 } } @@ -4307,16 +4398,16 @@ "type": "Identifier", "name": "cont", "range": [ - 1688, - 1692 + 1719, + 1723 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 12 } } @@ -4325,31 +4416,31 @@ "type": "Identifier", "name": "className", "range": [ - 1693, - 1702 + 1724, + 1733 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 13 }, "end": { - "line": 52, + "line": 53, "column": 22 } } }, "range": [ - 1688, - 1702 + 1719, + 1733 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 22 } } @@ -4360,16 +4451,16 @@ "object": { "type": "ThisExpression", "range": [ - 1705, - 1709 + 1736, + 1740 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 25 }, "end": { - "line": 52, + "line": 53, "column": 29 } } @@ -4378,61 +4469,61 @@ "type": "Identifier", "name": "cssClass", "range": [ - 1710, - 1718 + 1741, + 1749 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 30 }, "end": { - "line": 52, + "line": 53, "column": 38 } } }, "range": [ - 1705, - 1718 + 1736, + 1749 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 25 }, "end": { - "line": 52, + "line": 53, "column": 38 } } }, "range": [ - 1688, - 1718 + 1719, + 1749 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 38 } } }, "range": [ - 1688, - 1719 + 1719, + 1750 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 39 } } @@ -4449,16 +4540,16 @@ "type": "Identifier", "name": "cont", "range": [ - 1728, - 1732 + 1759, + 1763 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 12 } } @@ -4467,31 +4558,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 1733, - 1742 + 1764, + 1773 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 13 }, "end": { - "line": 53, + "line": 54, "column": 22 } } }, "range": [ - 1728, - 1742 + 1759, + 1773 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 22 } } @@ -4502,16 +4593,16 @@ "object": { "type": "ThisExpression", "range": [ - 1745, - 1749 + 1776, + 1780 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 25 }, "end": { - "line": 53, + "line": 54, "column": 29 } } @@ -4520,61 +4611,61 @@ "type": "Identifier", "name": "content", "range": [ - 1750, - 1757 + 1781, + 1788 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 30 }, "end": { - "line": 53, + "line": 54, "column": 37 } } }, "range": [ - 1745, - 1757 + 1776, + 1788 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 25 }, "end": { - "line": 53, + "line": 54, "column": 37 } } }, "range": [ - 1728, - 1757 + 1759, + 1788 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 37 } } }, "range": [ - 1728, - 1758 + 1759, + 1789 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 38 } } @@ -4587,16 +4678,16 @@ "object": { "type": "ThisExpression", "range": [ - 1771, - 1775 + 1802, + 1806 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 11 }, "end": { - "line": 55, + "line": 56, "column": 15 } } @@ -4605,31 +4696,31 @@ "type": "Identifier", "name": "isExternal", "range": [ - 1776, - 1786 + 1807, + 1817 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 16 }, "end": { - "line": 55, + "line": 56, "column": 26 } } }, "range": [ - 1771, - 1786 + 1802, + 1817 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 11 }, "end": { - "line": 55, + "line": 56, "column": 26 } } @@ -4648,16 +4739,16 @@ "type": "Identifier", "name": "target", "range": [ - 1801, - 1807 + 1832, + 1838 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 18 } } @@ -4666,31 +4757,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1808, - 1819 + 1839, + 1850 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 19 }, "end": { - "line": 56, + "line": 57, "column": 30 } } }, "range": [ - 1801, - 1819 + 1832, + 1850 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 30 } } @@ -4700,63 +4791,63 @@ "type": "Identifier", "name": "cont", "range": [ - 1820, - 1824 + 1851, + 1855 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 31 }, "end": { - "line": 56, + "line": 57, "column": 35 } } } ], "range": [ - 1801, - 1825 + 1832, + 1856 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 36 } } }, "range": [ - 1801, - 1826 + 1832, + 1857 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, + "line": 57, "column": 37 } } } ], "range": [ - 1787, - 1836 + 1818, + 1867 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 27 }, "end": { - "line": 57, + "line": 58, "column": 9 } } @@ -4778,16 +4869,16 @@ "type": "Identifier", "name": "target", "range": [ - 1856, - 1862 + 1887, + 1893 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 18 } } @@ -4796,31 +4887,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 1863, - 1873 + 1894, + 1904 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 19 }, "end": { - "line": 58, + "line": 59, "column": 29 } } }, "range": [ - 1856, - 1873 + 1887, + 1904 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 29 } } @@ -4829,31 +4920,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 1874, - 1886 + 1905, + 1917 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 30 }, "end": { - "line": 58, + "line": 59, "column": 42 } } }, "range": [ - 1856, - 1886 + 1887, + 1917 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 42 } } @@ -4863,16 +4954,16 @@ "type": "Identifier", "name": "cont", "range": [ - 1887, - 1891 + 1918, + 1922 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 43 }, "end": { - "line": 58, + "line": 59, "column": 47 } } @@ -4884,16 +4975,16 @@ "type": "Identifier", "name": "target", "range": [ - 1893, - 1899 + 1924, + 1930 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 49 }, "end": { - "line": 58, + "line": 59, "column": 55 } } @@ -4902,93 +4993,93 @@ "type": "Identifier", "name": "nextSibling", "range": [ - 1900, - 1911 + 1931, + 1942 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 56 }, "end": { - "line": 58, + "line": 59, "column": 67 } } }, "range": [ - 1893, - 1911 + 1924, + 1942 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 49 }, "end": { - "line": 58, + "line": 59, "column": 67 } } } ], "range": [ - 1856, - 1912 + 1887, + 1943 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 68 } } }, "range": [ - 1856, - 1913 + 1887, + 1944 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 69 } } } ], "range": [ - 1842, - 1923 + 1873, + 1954 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 15 }, "end": { - "line": 59, + "line": 60, "column": 9 } } }, "range": [ - 1768, - 1923 + 1799, + 1954 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 9 } } @@ -5004,16 +5095,16 @@ "object": { "type": "ThisExpression", "range": [ - 1933, - 1937 + 1964, + 1968 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 12 } } @@ -5022,31 +5113,31 @@ "type": "Identifier", "name": "cont", "range": [ - 1938, - 1942 + 1969, + 1973 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 13 }, "end": { - "line": 61, + "line": 62, "column": 17 } } }, "range": [ - 1933, - 1942 + 1964, + 1973 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 17 } } @@ -5055,46 +5146,46 @@ "type": "Identifier", "name": "cont", "range": [ - 1945, - 1949 + 1976, + 1980 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 20 }, "end": { - "line": 61, + "line": 62, "column": 24 } } }, "range": [ - 1933, - 1949 + 1964, + 1980 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 24 } } }, "range": [ - 1933, - 1950 + 1964, + 1981 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 25 } }, @@ -5103,16 +5194,16 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1960, - 1997 + 1991, + 2028 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 45 } } @@ -5132,16 +5223,16 @@ "object": { "type": "ThisExpression", "range": [ - 2006, - 2010 + 2037, + 2041 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 12 } } @@ -5150,31 +5241,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 2011, - 2018 + 2042, + 2049 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 13 }, "end": { - "line": 64, + "line": 65, "column": 20 } } }, "range": [ - 2006, - 2018 + 2037, + 2049 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 20 } } @@ -5183,31 +5274,31 @@ "type": "Identifier", "name": "on", "range": [ - 2019, - 2021 + 2050, + 2052 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 21 }, "end": { - "line": 64, + "line": 65, "column": 23 } } }, "range": [ - 2006, - 2021 + 2037, + 2052 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 23 } } @@ -5221,32 +5312,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 2023, - 2040 + 2054, + 2071 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 25 }, "end": { - "line": 64, + "line": 65, "column": 42 } } } ], "range": [ - 2022, - 2041 + 2053, + 2072 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 24 }, "end": { - "line": 64, + "line": 65, "column": 43 } } @@ -5263,16 +5354,16 @@ "object": { "type": "ThisExpression", "range": [ - 2048, - 2052 + 2079, + 2083 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 50 }, "end": { - "line": 64, + "line": 65, "column": 54 } } @@ -5281,47 +5372,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 2053, - 2059 + 2084, + 2090 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 55 }, "end": { - "line": 64, + "line": 65, "column": 61 } } }, "range": [ - 2048, - 2059 + 2079, + 2090 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 50 }, "end": { - "line": 64, + "line": 65, "column": 61 } } }, "arguments": [], "range": [ - 2048, - 2061 + 2079, + 2092 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 50 }, "end": { - "line": 64, + "line": 65, "column": 63 } } @@ -5329,47 +5420,47 @@ "generator": false, "expression": true, "range": [ - 2043, - 2061 + 2074, + 2092 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 45 }, "end": { - "line": 64, + "line": 65, "column": 63 } } } ], "range": [ - 2006, - 2062 + 2037, + 2093 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 64 } } }, "range": [ - 2006, - 2063 + 2037, + 2094 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 65 } }, @@ -5378,16 +5469,16 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1960, - 1997 + 1991, + 2028 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 45 } } @@ -5405,16 +5496,16 @@ "object": { "type": "ThisExpression", "range": [ - 2073, - 2077 + 2104, + 2108 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 12 } } @@ -5423,31 +5514,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 2078, - 2089 + 2109, + 2120 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 13 }, "end": { - "line": 66, + "line": 67, "column": 24 } } }, "range": [ - 2073, - 2089 + 2104, + 2120 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 24 } } @@ -5457,46 +5548,46 @@ "value": true, "raw": "true", "range": [ - 2092, - 2096 + 2123, + 2127 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 27 }, "end": { - "line": 66, + "line": 67, "column": 31 } } }, "range": [ - 2073, - 2096 + 2104, + 2127 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 31 } } }, "range": [ - 2073, - 2097 + 2104, + 2128 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 32 } } @@ -5511,16 +5602,16 @@ "object": { "type": "ThisExpression", "range": [ - 2106, - 2110 + 2137, + 2141 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 12 } } @@ -5529,78 +5620,78 @@ "type": "Identifier", "name": "hide", "range": [ - 2111, - 2115 + 2142, + 2146 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 13 }, "end": { - "line": 67, + "line": 68, "column": 17 } } }, "range": [ - 2106, - 2115 + 2137, + 2146 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 17 } } }, "arguments": [], "range": [ - 2106, - 2117 + 2137, + 2148 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 19 } } }, "range": [ - 2106, - 2118 + 2137, + 2149 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 20 } } } ], "range": [ - 1400, - 2124 + 1431, + 2155 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 10 }, "end": { - "line": 68, + "line": 69, "column": 5 } } @@ -5608,16 +5699,16 @@ "generator": false, "expression": false, "range": [ - 1398, - 2124 + 1429, + 2155 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 5 } } @@ -5625,16 +5716,16 @@ "kind": "method", "computed": false, "range": [ - 1394, - 2124 + 1425, + 2155 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 4 }, "end": { - "line": 68, + "line": 69, "column": 5 } }, @@ -5646,16 +5737,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 2130, - 2136 + 2161, + 2167 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 4 }, "end": { - "line": 70, + "line": 71, "column": 10 } } @@ -5681,16 +5772,16 @@ "object": { "type": "ThisExpression", "range": [ - 2151, - 2155 + 2182, + 2186 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 15 } } @@ -5699,31 +5790,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2156, - 2158 + 2187, + 2189 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 18 } } }, "range": [ - 2151, - 2158 + 2182, + 2189 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 18 } } @@ -5732,31 +5823,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 2159, - 2172 + 2190, + 2203 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 19 }, "end": { - "line": 71, + "line": 72, "column": 32 } } }, "range": [ - 2151, - 2172 + 2182, + 2203 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 32 } } @@ -5766,31 +5857,31 @@ "value": 0, "raw": "0", "range": [ - 2175, - 2176 + 2206, + 2207 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 35 }, "end": { - "line": 71, + "line": 72, "column": 36 } } }, "range": [ - 2151, - 2176 + 2182, + 2207 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 11 }, "end": { - "line": 71, + "line": 72, "column": 36 } } @@ -5808,16 +5899,16 @@ "object": { "type": "ThisExpression", "range": [ - 2191, - 2195 + 2222, + 2226 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 16 } } @@ -5826,78 +5917,78 @@ "type": "Identifier", "name": "hide", "range": [ - 2196, - 2200 + 2227, + 2231 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 17 }, "end": { - "line": 72, + "line": 73, "column": 21 } } }, "range": [ - 2191, - 2200 + 2222, + 2231 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 21 } } }, "arguments": [], "range": [ - 2191, - 2202 + 2222, + 2233 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 23 } } }, "range": [ - 2191, - 2203 + 2222, + 2234 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 24 } } } ], "range": [ - 2177, - 2213 + 2208, + 2244 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 37 }, "end": { - "line": 73, + "line": 74, "column": 9 } } @@ -5915,16 +6006,16 @@ "object": { "type": "ThisExpression", "range": [ - 2233, - 2237 + 2264, + 2268 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 16 } } @@ -5933,109 +6024,109 @@ "type": "Identifier", "name": "show", "range": [ - 2238, - 2242 + 2269, + 2273 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 17 }, "end": { - "line": 74, + "line": 75, "column": 21 } } }, "range": [ - 2233, - 2242 + 2264, + 2273 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 21 } } }, "arguments": [], "range": [ - 2233, - 2244 + 2264, + 2275 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 23 } } }, "range": [ - 2233, - 2245 + 2264, + 2276 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 12 }, "end": { - "line": 74, + "line": 75, "column": 24 } } } ], "range": [ - 2219, - 2255 + 2250, + 2286 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 15 }, "end": { - "line": 75, + "line": 76, "column": 9 } } }, "range": [ - 2148, - 2255 + 2179, + 2286 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 9 } } } ], "range": [ - 2138, - 2261 + 2169, + 2292 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 76, + "line": 77, "column": 5 } } @@ -6043,16 +6134,16 @@ "generator": false, "expression": false, "range": [ - 2136, - 2261 + 2167, + 2292 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 10 }, "end": { - "line": 76, + "line": 77, "column": 5 } } @@ -6060,16 +6151,16 @@ "kind": "method", "computed": false, "range": [ - 2130, - 2261 + 2161, + 2292 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 4 }, "end": { - "line": 76, + "line": 77, "column": 5 } }, @@ -6081,16 +6172,16 @@ "type": "Identifier", "name": "show", "range": [ - 2267, - 2271 + 2298, + 2302 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 4 }, "end": { - "line": 78, + "line": 79, "column": 8 } } @@ -6116,16 +6207,16 @@ "object": { "type": "ThisExpression", "range": [ - 2287, - 2291 + 2318, + 2322 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 12 }, "end": { - "line": 79, + "line": 80, "column": 16 } } @@ -6134,47 +6225,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 2292, - 2303 + 2323, + 2334 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 17 }, "end": { - "line": 79, + "line": 80, "column": 28 } } }, "range": [ - 2287, - 2303 + 2318, + 2334 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 12 }, "end": { - "line": 79, + "line": 80, "column": 28 } } }, "prefix": true, "range": [ - 2286, - 2303 + 2317, + 2334 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 11 }, "end": { - "line": 79, + "line": 80, "column": 28 } } @@ -6190,16 +6281,16 @@ "object": { "type": "ThisExpression", "range": [ - 2308, - 2312 + 2339, + 2343 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 33 }, "end": { - "line": 79, + "line": 80, "column": 37 } } @@ -6208,78 +6299,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2313, - 2322 + 2344, + 2353 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 38 }, "end": { - "line": 79, + "line": 80, "column": 47 } } }, "range": [ - 2308, - 2322 + 2339, + 2353 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 33 }, "end": { - "line": 79, + "line": 80, "column": 47 } } }, "arguments": [], "range": [ - 2308, - 2324 + 2339, + 2355 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 33 }, "end": { - "line": 79, + "line": 80, "column": 49 } } }, "prefix": true, "range": [ - 2307, - 2324 + 2338, + 2355 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 32 }, "end": { - "line": 79, + "line": 80, "column": 49 } } }, "range": [ - 2286, - 2324 + 2317, + 2355 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 11 }, "end": { - "line": 79, + "line": 80, "column": 49 } } @@ -6291,48 +6382,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2339, - 2346 + 2370, + 2377 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 12 }, "end": { - "line": 80, + "line": 81, "column": 19 } } } ], "range": [ - 2325, - 2356 + 2356, + 2387 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 50 }, "end": { - "line": 81, + "line": 82, "column": 9 } } }, "alternate": null, "range": [ - 2283, - 2356 + 2314, + 2387 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 9 } } @@ -6345,16 +6436,16 @@ "object": { "type": "ThisExpression", "range": [ - 2369, - 2373 + 2400, + 2404 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 11 }, "end": { - "line": 83, + "line": 84, "column": 15 } } @@ -6363,31 +6454,31 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 2374, - 2389 + 2405, + 2420 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 16 }, "end": { - "line": 83, + "line": 84, "column": 31 } } }, "range": [ - 2369, - 2389 + 2400, + 2420 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 11 }, "end": { - "line": 83, + "line": 84, "column": 31 } } @@ -6408,16 +6499,16 @@ "object": { "type": "ThisExpression", "range": [ - 2404, - 2408 + 2435, + 2439 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 16 } } @@ -6426,31 +6517,31 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 2409, - 2424 + 2440, + 2455 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 17 }, "end": { - "line": 84, + "line": 85, "column": 32 } } }, "range": [ - 2404, - 2424 + 2435, + 2455 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 32 } } @@ -6459,31 +6550,31 @@ "type": "Identifier", "name": "call", "range": [ - 2425, - 2429 + 2456, + 2460 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 33 }, "end": { - "line": 84, + "line": 85, "column": 37 } } }, "range": [ - 2404, - 2429 + 2435, + 2460 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 37 } } @@ -6494,16 +6585,16 @@ "value": null, "raw": "null", "range": [ - 2430, - 2434 + 2461, + 2465 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 38 }, "end": { - "line": 84, + "line": 85, "column": 42 } } @@ -6514,16 +6605,16 @@ "object": { "type": "ThisExpression", "range": [ - 2436, - 2440 + 2467, + 2471 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 44 }, "end": { - "line": 84, + "line": 85, "column": 48 } } @@ -6532,31 +6623,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2441, - 2443 + 2472, + 2474 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 49 }, "end": { - "line": 84, + "line": 85, "column": 51 } } }, "range": [ - 2436, - 2443 + 2467, + 2474 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 44 }, "end": { - "line": 84, + "line": 85, "column": 51 } } @@ -6564,79 +6655,79 @@ { "type": "ThisExpression", "range": [ - 2445, - 2449 + 2476, + 2480 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 53 }, "end": { - "line": 84, + "line": 85, "column": 57 } } } ], "range": [ - 2404, - 2450 + 2435, + 2481 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 58 } } }, "range": [ - 2404, - 2451 + 2435, + 2482 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 59 } } } ], "range": [ - 2390, - 2461 + 2421, + 2492 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 32 }, "end": { - "line": 85, + "line": 86, "column": 9 } } }, "alternate": null, "range": [ - 2366, - 2461 + 2397, + 2492 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 9 } } @@ -6651,16 +6742,16 @@ "object": { "type": "ThisExpression", "range": [ - 2471, - 2475 + 2502, + 2506 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 12 } } @@ -6669,62 +6760,62 @@ "type": "Identifier", "name": "setWidth", "range": [ - 2476, - 2484 + 2507, + 2515 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 13 }, "end": { - "line": 87, + "line": 88, "column": 21 } } }, "range": [ - 2471, - 2484 + 2502, + 2515 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 21 } } }, "arguments": [], "range": [ - 2471, - 2486 + 2502, + 2517 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 23 } } }, "range": [ - 2471, - 2487 + 2502, + 2518 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 24 } } @@ -6746,16 +6837,16 @@ "object": { "type": "ThisExpression", "range": [ - 2496, - 2500 + 2527, + 2531 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 12 } } @@ -6764,31 +6855,31 @@ "type": "Identifier", "name": "cont", "range": [ - 2501, - 2505 + 2532, + 2536 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 13 }, "end": { - "line": 88, + "line": 89, "column": 17 } } }, "range": [ - 2496, - 2505 + 2527, + 2536 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 17 } } @@ -6797,31 +6888,31 @@ "type": "Identifier", "name": "style", "range": [ - 2506, - 2511 + 2537, + 2542 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 18 }, "end": { - "line": 88, + "line": 89, "column": 23 } } }, "range": [ - 2496, - 2511 + 2527, + 2542 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 23 } } @@ -6830,31 +6921,31 @@ "type": "Identifier", "name": "display", "range": [ - 2512, - 2519 + 2543, + 2550 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 24 }, "end": { - "line": 88, + "line": 89, "column": 31 } } }, "range": [ - 2496, - 2519 + 2527, + 2550 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 31 } } @@ -6864,46 +6955,46 @@ "value": "block", "raw": "'block'", "range": [ - 2522, - 2529 + 2553, + 2560 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 88, + "line": 89, "column": 41 } } }, "range": [ - 2496, - 2529 + 2527, + 2560 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 41 } } }, "range": [ - 2496, - 2530 + 2527, + 2561 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 42 } } @@ -6916,16 +7007,16 @@ "object": { "type": "ThisExpression", "range": [ - 2543, - 2547 + 2574, + 2578 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 11 }, "end": { - "line": 90, + "line": 91, "column": 15 } } @@ -6934,31 +7025,31 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 2548, - 2562 + 2579, + 2593 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 16 }, "end": { - "line": 90, + "line": 91, "column": 30 } } }, "range": [ - 2543, - 2562 + 2574, + 2593 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 11 }, "end": { - "line": 90, + "line": 91, "column": 30 } } @@ -6979,16 +7070,16 @@ "object": { "type": "ThisExpression", "range": [ - 2577, - 2581 + 2608, + 2612 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 16 } } @@ -6997,31 +7088,31 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 2582, - 2596 + 2613, + 2627 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 17 }, "end": { - "line": 91, + "line": 92, "column": 31 } } }, "range": [ - 2577, - 2596 + 2608, + 2627 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 31 } } @@ -7030,31 +7121,31 @@ "type": "Identifier", "name": "call", "range": [ - 2597, - 2601 + 2628, + 2632 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 32 }, "end": { - "line": 91, + "line": 92, "column": 36 } } }, "range": [ - 2577, - 2601 + 2608, + 2632 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 36 } } @@ -7065,16 +7156,16 @@ "value": null, "raw": "null", "range": [ - 2602, - 2606 + 2633, + 2637 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 37 }, "end": { - "line": 91, + "line": 92, "column": 41 } } @@ -7085,16 +7176,16 @@ "object": { "type": "ThisExpression", "range": [ - 2608, - 2612 + 2639, + 2643 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 43 }, "end": { - "line": 91, + "line": 92, "column": 47 } } @@ -7103,31 +7194,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2613, - 2615 + 2644, + 2646 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 48 }, "end": { - "line": 91, + "line": 92, "column": 50 } } }, "range": [ - 2608, - 2615 + 2639, + 2646 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 43 }, "end": { - "line": 91, + "line": 92, "column": 50 } } @@ -7135,95 +7226,95 @@ { "type": "ThisExpression", "range": [ - 2617, - 2621 + 2648, + 2652 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 52 }, "end": { - "line": 91, + "line": 92, "column": 56 } } } ], "range": [ - 2577, - 2622 + 2608, + 2653 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 57 } } }, "range": [ - 2577, - 2623 + 2608, + 2654 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 58 } } } ], "range": [ - 2563, - 2633 + 2594, + 2664 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 31 }, "end": { - "line": 92, + "line": 93, "column": 9 } } }, "alternate": null, "range": [ - 2540, - 2633 + 2571, + 2664 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 9 } } } ], "range": [ - 2273, - 2639 + 2304, + 2670 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 10 }, "end": { - "line": 93, + "line": 94, "column": 5 } } @@ -7231,16 +7322,16 @@ "generator": false, "expression": false, "range": [ - 2271, - 2639 + 2302, + 2670 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 93, + "line": 94, "column": 5 } } @@ -7248,16 +7339,16 @@ "kind": "method", "computed": false, "range": [ - 2267, - 2639 + 2298, + 2670 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 5 } }, @@ -7269,16 +7360,16 @@ "type": "Identifier", "name": "hide", "range": [ - 2645, - 2649 + 2676, + 2680 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 4 }, "end": { - "line": 95, + "line": 96, "column": 8 } } @@ -7304,16 +7395,16 @@ "object": { "type": "ThisExpression", "range": [ - 2665, - 2669 + 2696, + 2700 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 16 } } @@ -7322,47 +7413,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 2670, - 2681 + 2701, + 2712 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 17 }, "end": { - "line": 96, + "line": 97, "column": 28 } } }, "range": [ - 2665, - 2681 + 2696, + 2712 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 28 } } }, "prefix": true, "range": [ - 2664, - 2681 + 2695, + 2712 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 11 }, "end": { - "line": 96, + "line": 97, "column": 28 } } @@ -7378,16 +7469,16 @@ "object": { "type": "ThisExpression", "range": [ - 2686, - 2690 + 2717, + 2721 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 33 }, "end": { - "line": 96, + "line": 97, "column": 37 } } @@ -7396,78 +7487,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2691, - 2700 + 2722, + 2731 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 38 }, "end": { - "line": 96, + "line": 97, "column": 47 } } }, "range": [ - 2686, - 2700 + 2717, + 2731 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 33 }, "end": { - "line": 96, + "line": 97, "column": 47 } } }, "arguments": [], "range": [ - 2686, - 2702 + 2717, + 2733 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 33 }, "end": { - "line": 96, + "line": 97, "column": 49 } } }, "prefix": true, "range": [ - 2685, - 2702 + 2716, + 2733 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 32 }, "end": { - "line": 96, + "line": 97, "column": 49 } } }, "range": [ - 2664, - 2702 + 2695, + 2733 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 11 }, "end": { - "line": 96, + "line": 97, "column": 49 } } @@ -7479,48 +7570,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2717, - 2724 + 2748, + 2755 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 97, + "line": 98, "column": 19 } } } ], "range": [ - 2703, - 2734 + 2734, + 2765 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 50 }, "end": { - "line": 98, + "line": 99, "column": 9 } } }, "alternate": null, "range": [ - 2661, - 2734 + 2692, + 2765 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 9 } } @@ -7533,16 +7624,16 @@ "object": { "type": "ThisExpression", "range": [ - 2747, - 2751 + 2778, + 2782 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 11 }, "end": { - "line": 100, + "line": 101, "column": 15 } } @@ -7551,31 +7642,31 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2752, - 2767 + 2783, + 2798 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 16 }, "end": { - "line": 100, + "line": 101, "column": 31 } } }, "range": [ - 2747, - 2767 + 2778, + 2798 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 11 }, "end": { - "line": 100, + "line": 101, "column": 31 } } @@ -7596,16 +7687,16 @@ "object": { "type": "ThisExpression", "range": [ - 2782, - 2786 + 2813, + 2817 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 16 } } @@ -7614,31 +7705,31 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2787, - 2802 + 2818, + 2833 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 17 }, "end": { - "line": 101, + "line": 102, "column": 32 } } }, "range": [ - 2782, - 2802 + 2813, + 2833 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 32 } } @@ -7647,31 +7738,31 @@ "type": "Identifier", "name": "call", "range": [ - 2803, - 2807 + 2834, + 2838 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 33 }, "end": { - "line": 101, + "line": 102, "column": 37 } } }, "range": [ - 2782, - 2807 + 2813, + 2838 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 37 } } @@ -7682,16 +7773,16 @@ "value": null, "raw": "null", "range": [ - 2808, - 2812 + 2839, + 2843 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 38 }, "end": { - "line": 101, + "line": 102, "column": 42 } } @@ -7702,16 +7793,16 @@ "object": { "type": "ThisExpression", "range": [ - 2814, - 2818 + 2845, + 2849 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 44 }, "end": { - "line": 101, + "line": 102, "column": 48 } } @@ -7720,31 +7811,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2819, - 2821 + 2850, + 2852 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 49 }, "end": { - "line": 101, + "line": 102, "column": 51 } } }, "range": [ - 2814, - 2821 + 2845, + 2852 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 44 }, "end": { - "line": 101, + "line": 102, "column": 51 } } @@ -7752,79 +7843,79 @@ { "type": "ThisExpression", "range": [ - 2823, - 2827 + 2854, + 2858 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 53 }, "end": { - "line": 101, + "line": 102, "column": 57 } } } ], "range": [ - 2782, - 2828 + 2813, + 2859 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 58 } } }, "range": [ - 2782, - 2829 + 2813, + 2860 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 59 } } } ], "range": [ - 2768, - 2839 + 2799, + 2870 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 32 }, "end": { - "line": 102, + "line": 103, "column": 9 } } }, "alternate": null, "range": [ - 2744, - 2839 + 2775, + 2870 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 9 } } @@ -7846,16 +7937,16 @@ "object": { "type": "ThisExpression", "range": [ - 2849, - 2853 + 2880, + 2884 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 12 } } @@ -7864,31 +7955,31 @@ "type": "Identifier", "name": "cont", "range": [ - 2854, - 2858 + 2885, + 2889 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 13 }, "end": { - "line": 104, + "line": 105, "column": 17 } } }, "range": [ - 2849, - 2858 + 2880, + 2889 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 17 } } @@ -7897,31 +7988,31 @@ "type": "Identifier", "name": "style", "range": [ - 2859, - 2864 + 2890, + 2895 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 18 }, "end": { - "line": 104, + "line": 105, "column": 23 } } }, "range": [ - 2849, - 2864 + 2880, + 2895 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 23 } } @@ -7930,81 +8021,80 @@ "type": "Identifier", "name": "display", "range": [ - 2865, - 2872 + 2896, + 2903 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 24 }, "end": { - "line": 104, + "line": 105, "column": 31 } } }, "range": [ - 2849, - 2872 + 2880, + 2903 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 31 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 2875, - 2881 + 2906, + 2910 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 34 }, "end": { - "line": 104, - "column": 40 + "line": 105, + "column": 38 } } }, "range": [ - 2849, - 2881 + 2880, + 2910 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, - "column": 40 + "line": 105, + "column": 38 } } }, "range": [ - 2849, - 2882 + 2880, + 2911 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, - "column": 41 + "line": 105, + "column": 39 } } }, @@ -8016,16 +8106,16 @@ "object": { "type": "ThisExpression", "range": [ - 2895, - 2899 + 2924, + 2928 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 11 }, "end": { - "line": 106, + "line": 107, "column": 15 } } @@ -8034,31 +8124,31 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2900, - 2915 + 2929, + 2944 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 16 }, "end": { - "line": 106, + "line": 107, "column": 31 } } }, "range": [ - 2895, - 2915 + 2924, + 2944 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 11 }, "end": { - "line": 106, + "line": 107, "column": 31 } } @@ -8079,16 +8169,16 @@ "object": { "type": "ThisExpression", "range": [ - 2930, - 2934 + 2959, + 2963 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 16 } } @@ -8097,31 +8187,31 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2935, - 2950 + 2964, + 2979 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 17 }, "end": { - "line": 107, + "line": 108, "column": 32 } } }, "range": [ - 2930, - 2950 + 2959, + 2979 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 32 } } @@ -8130,31 +8220,31 @@ "type": "Identifier", "name": "call", "range": [ - 2951, - 2955 + 2980, + 2984 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 33 }, "end": { - "line": 107, + "line": 108, "column": 37 } } }, "range": [ - 2930, - 2955 + 2959, + 2984 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 37 } } @@ -8165,16 +8255,16 @@ "value": null, "raw": "null", "range": [ - 2956, - 2960 + 2985, + 2989 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 38 }, "end": { - "line": 107, + "line": 108, "column": 42 } } @@ -8185,16 +8275,16 @@ "object": { "type": "ThisExpression", "range": [ - 2962, - 2966 + 2991, + 2995 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 44 }, "end": { - "line": 107, + "line": 108, "column": 48 } } @@ -8203,31 +8293,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2967, - 2969 + 2996, + 2998 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 49 }, "end": { - "line": 107, + "line": 108, "column": 51 } } }, "range": [ - 2962, - 2969 + 2991, + 2998 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 44 }, "end": { - "line": 107, + "line": 108, "column": 51 } } @@ -8235,95 +8325,95 @@ { "type": "ThisExpression", "range": [ - 2971, - 2975 + 3000, + 3004 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 53 }, "end": { - "line": 107, + "line": 108, "column": 57 } } } ], "range": [ - 2930, - 2976 + 2959, + 3005 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 58 } } }, "range": [ - 2930, - 2977 + 2959, + 3006 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 59 } } } ], "range": [ - 2916, - 2987 + 2945, + 3016 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 32 }, "end": { - "line": 108, + "line": 109, "column": 9 } } }, "alternate": null, "range": [ - 2892, - 2987 + 2921, + 3016 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 9 } } } ], "range": [ - 2651, - 2993 + 2682, + 3022 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 10 }, "end": { - "line": 109, + "line": 110, "column": 5 } } @@ -8331,16 +8421,16 @@ "generator": false, "expression": false, "range": [ - 2649, - 2993 + 2680, + 3022 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 5 } } @@ -8348,16 +8438,16 @@ "kind": "method", "computed": false, "range": [ - 2645, - 2993 + 2676, + 3022 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 4 }, "end": { - "line": 109, + "line": 110, "column": 5 } }, @@ -8369,16 +8459,16 @@ "type": "Identifier", "name": "setWidth", "range": [ - 2999, - 3007 + 3028, + 3036 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 12 } } @@ -8407,16 +8497,16 @@ "object": { "type": "ThisExpression", "range": [ - 3023, - 3027 + 3052, + 3056 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 12 }, "end": { - "line": 112, + "line": 113, "column": 16 } } @@ -8425,47 +8515,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 3028, - 3039 + 3057, + 3068 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 17 }, "end": { - "line": 112, + "line": 113, "column": 28 } } }, "range": [ - 3023, - 3039 + 3052, + 3068 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 12 }, "end": { - "line": 112, + "line": 113, "column": 28 } } }, "prefix": true, "range": [ - 3022, - 3039 + 3051, + 3068 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 11 }, "end": { - "line": 112, + "line": 113, "column": 28 } } @@ -8476,16 +8566,16 @@ "object": { "type": "ThisExpression", "range": [ - 3043, - 3047 + 3072, + 3076 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 32 }, "end": { - "line": 112, + "line": 113, "column": 36 } } @@ -8494,46 +8584,46 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3048, - 3058 + 3077, + 3087 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 37 }, "end": { - "line": 112, + "line": 113, "column": 47 } } }, "range": [ - 3043, - 3058 + 3072, + 3087 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 32 }, "end": { - "line": 112, + "line": 113, "column": 47 } } }, "range": [ - 3022, - 3058 + 3051, + 3087 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 11 }, "end": { - "line": 112, + "line": 113, "column": 47 } } @@ -8549,16 +8639,16 @@ "object": { "type": "ThisExpression", "range": [ - 3063, - 3067 + 3092, + 3096 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 52 }, "end": { - "line": 112, + "line": 113, "column": 56 } } @@ -8567,78 +8657,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3068, - 3077 + 3097, + 3106 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 57 }, "end": { - "line": 112, + "line": 113, "column": 66 } } }, "range": [ - 3063, - 3077 + 3092, + 3106 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 52 }, "end": { - "line": 112, + "line": 113, "column": 66 } } }, "arguments": [], "range": [ - 3063, - 3079 + 3092, + 3108 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 52 }, "end": { - "line": 112, + "line": 113, "column": 68 } } }, "prefix": true, "range": [ - 3062, - 3079 + 3091, + 3108 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 51 }, "end": { - "line": 112, + "line": 113, "column": 68 } } }, "range": [ - 3022, - 3079 + 3051, + 3108 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 11 }, "end": { - "line": 112, + "line": 113, "column": 68 } } @@ -8650,48 +8740,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3094, - 3101 + 3123, + 3130 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 12 }, "end": { - "line": 113, + "line": 114, "column": 19 } } } ], "range": [ - 3080, - 3111 + 3109, + 3140 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 69 }, "end": { - "line": 114, + "line": 115, "column": 9 } } }, "alternate": null, "range": [ - 3019, - 3111 + 3048, + 3140 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 9 } } @@ -8707,16 +8797,16 @@ "object": { "type": "ThisExpression", "range": [ - 3123, - 3127 + 3152, + 3156 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 11 }, "end": { - "line": 115, + "line": 116, "column": 15 } } @@ -8725,31 +8815,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3128, - 3130 + 3157, + 3159 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 16 }, "end": { - "line": 115, + "line": 116, "column": 18 } } }, "range": [ - 3123, - 3130 + 3152, + 3159 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 11 }, "end": { - "line": 115, + "line": 116, "column": 18 } } @@ -8758,31 +8848,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3131, - 3141 + 3160, + 3170 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 19 }, "end": { - "line": 115, + "line": 116, "column": 29 } } }, "range": [ - 3123, - 3141 + 3152, + 3170 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 11 }, "end": { - "line": 115, + "line": 116, "column": 29 } } @@ -8799,16 +8889,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3160, - 3170 + 3189, + 3199 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 16 }, "end": { - "line": 116, + "line": 117, "column": 26 } } @@ -8824,16 +8914,16 @@ "object": { "type": "ThisExpression", "range": [ - 3173, - 3177 + 3202, + 3206 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 29 }, "end": { - "line": 116, + "line": 117, "column": 33 } } @@ -8842,31 +8932,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3178, - 3180 + 3207, + 3209 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 34 }, "end": { - "line": 116, + "line": 117, "column": 36 } } }, "range": [ - 3173, - 3180 + 3202, + 3209 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 29 }, "end": { - "line": 116, + "line": 117, "column": 36 } } @@ -8875,31 +8965,31 @@ "type": "Identifier", "name": "feature", "range": [ - 3181, - 3188 + 3210, + 3217 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 37 }, "end": { - "line": 116, + "line": 117, "column": 44 } } }, "range": [ - 3173, - 3188 + 3202, + 3217 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 29 }, "end": { - "line": 116, + "line": 117, "column": 44 } } @@ -8910,47 +9000,47 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 3189, - 3201 + 3218, + 3230 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 45 }, "end": { - "line": 116, + "line": 117, "column": 57 } } } ], "range": [ - 3173, - 3202 + 3202, + 3231 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 29 }, "end": { - "line": 116, + "line": 117, "column": 58 } } }, "range": [ - 3160, - 3202 + 3189, + 3231 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 16 }, "end": { - "line": 116, + "line": 117, "column": 58 } } @@ -8958,16 +9048,16 @@ ], "kind": "let", "range": [ - 3156, - 3203 + 3185, + 3232 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 59 } } @@ -8989,16 +9079,16 @@ "object": { "type": "ThisExpression", "range": [ - 3216, - 3220 + 3245, + 3249 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 16 } } @@ -9007,31 +9097,31 @@ "type": "Identifier", "name": "cont", "range": [ - 3221, - 3225 + 3250, + 3254 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 17 }, "end": { - "line": 117, + "line": 118, "column": 21 } } }, "range": [ - 3216, - 3225 + 3245, + 3254 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 21 } } @@ -9040,31 +9130,31 @@ "type": "Identifier", "name": "style", "range": [ - 3226, - 3231 + 3255, + 3260 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 22 }, "end": { - "line": 117, + "line": 118, "column": 27 } } }, "range": [ - 3216, - 3231 + 3245, + 3260 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 27 } } @@ -9073,31 +9163,31 @@ "type": "Identifier", "name": "width", "range": [ - 3232, - 3237 + 3261, + 3266 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 28 }, "end": { - "line": 117, + "line": 118, "column": 33 } } }, "range": [ - 3216, - 3237 + 3245, + 3266 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 33 } } @@ -9115,16 +9205,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3240, - 3250 + 3269, + 3279 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 46 } } @@ -9133,31 +9223,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 3251, - 3258 + 3280, + 3287 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 47 }, "end": { - "line": 117, + "line": 118, "column": 54 } } }, "range": [ - 3240, - 3258 + 3269, + 3287 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 54 } } @@ -9166,31 +9256,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3259, - 3270 + 3288, + 3299 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 55 }, "end": { - "line": 117, + "line": 118, "column": 66 } } }, "range": [ - 3240, - 3270 + 3269, + 3299 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 66 } } @@ -9200,77 +9290,77 @@ "value": "px", "raw": "'px'", "range": [ - 3273, - 3277 + 3302, + 3306 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 69 }, "end": { - "line": 117, + "line": 118, "column": 73 } } }, "range": [ - 3240, - 3277 + 3269, + 3306 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 73 } } }, "range": [ - 3216, - 3277 + 3245, + 3306 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 73 } } }, "range": [ - 3216, - 3278 + 3245, + 3307 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 74 } } } ], "range": [ - 3142, - 3288 + 3171, + 3317 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 30 }, "end": { - "line": 118, + "line": 119, "column": 9 } } @@ -9295,16 +9385,16 @@ "object": { "type": "ThisExpression", "range": [ - 3308, - 3312 + 3337, + 3341 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 16 } } @@ -9313,31 +9403,31 @@ "type": "Identifier", "name": "cont", "range": [ - 3313, - 3317 + 3342, + 3346 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 17 }, "end": { - "line": 119, + "line": 120, "column": 21 } } }, "range": [ - 3308, - 3317 + 3337, + 3346 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 21 } } @@ -9346,31 +9436,31 @@ "type": "Identifier", "name": "style", "range": [ - 3318, - 3323 + 3347, + 3352 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 22 }, "end": { - "line": 119, + "line": 120, "column": 27 } } }, "range": [ - 3308, - 3323 + 3337, + 3352 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 27 } } @@ -9379,31 +9469,31 @@ "type": "Identifier", "name": "width", "range": [ - 3324, - 3329 + 3353, + 3358 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 28 }, "end": { - "line": 119, + "line": 120, "column": 33 } } }, "range": [ - 3308, - 3329 + 3337, + 3358 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 33 } } @@ -9423,16 +9513,16 @@ "object": { "type": "ThisExpression", "range": [ - 3332, - 3336 + 3361, + 3365 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 36 }, "end": { - "line": 119, + "line": 120, "column": 40 } } @@ -9441,31 +9531,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3337, - 3339 + 3366, + 3368 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 41 }, "end": { - "line": 119, + "line": 120, "column": 43 } } }, "range": [ - 3332, - 3339 + 3361, + 3368 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 36 }, "end": { - "line": 119, + "line": 120, "column": 43 } } @@ -9474,31 +9564,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3340, - 3343 + 3369, + 3372 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 44 }, "end": { - "line": 119, + "line": 120, "column": 47 } } }, "range": [ - 3332, - 3343 + 3361, + 3372 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 36 }, "end": { - "line": 119, + "line": 120, "column": 47 } } @@ -9507,31 +9597,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3344, - 3355 + 3373, + 3384 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 48 }, "end": { - "line": 119, + "line": 120, "column": 59 } } }, "range": [ - 3332, - 3355 + 3361, + 3384 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 36 }, "end": { - "line": 119, + "line": 120, "column": 59 } } @@ -9541,108 +9631,108 @@ "value": "px", "raw": "'px'", "range": [ - 3358, - 3362 + 3387, + 3391 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 62 }, "end": { - "line": 119, + "line": 120, "column": 66 } } }, "range": [ - 3332, - 3362 + 3361, + 3391 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 36 }, "end": { - "line": 119, + "line": 120, "column": 66 } } }, "range": [ - 3308, - 3362 + 3337, + 3391 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 66 } } }, "range": [ - 3308, - 3363 + 3337, + 3392 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 12 }, "end": { - "line": 119, + "line": 120, "column": 67 } } } ], "range": [ - 3294, - 3373 + 3323, + 3402 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 15 }, "end": { - "line": 120, + "line": 121, "column": 9 } } }, "range": [ - 3120, - 3373 + 3149, + 3402 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 9 } } } ], "range": [ - 3009, - 3380 + 3038, + 3409 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 14 }, "end": { - "line": 122, + "line": 123, "column": 5 } } @@ -9650,16 +9740,16 @@ "generator": false, "expression": false, "range": [ - 3007, - 3380 + 3036, + 3409 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 12 }, "end": { - "line": 122, + "line": 123, "column": 5 } } @@ -9667,16 +9757,16 @@ "kind": "method", "computed": false, "range": [ - 2999, - 3380 + 3028, + 3409 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 122, + "line": 123, "column": 5 } }, @@ -9688,16 +9778,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 3386, - 3393 + 3415, + 3422 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 4 }, "end": { - "line": 124, + "line": 125, "column": 11 } } @@ -9720,16 +9810,16 @@ "object": { "type": "ThisExpression", "range": [ - 3409, - 3413 + 3438, + 3442 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 12 }, "end": { - "line": 125, + "line": 126, "column": 16 } } @@ -9738,47 +9828,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 3414, - 3425 + 3443, + 3454 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 17 }, "end": { - "line": 125, + "line": 126, "column": 28 } } }, "range": [ - 3409, - 3425 + 3438, + 3454 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 12 }, "end": { - "line": 125, + "line": 126, "column": 28 } } }, "prefix": true, "range": [ - 3408, - 3425 + 3437, + 3454 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 11 }, "end": { - "line": 125, + "line": 126, "column": 28 } } @@ -9790,48 +9880,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3440, - 3447 + 3469, + 3476 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 12 }, "end": { - "line": 126, + "line": 127, "column": 19 } } } ], "range": [ - 3426, - 3457 + 3455, + 3486 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 29 }, "end": { - "line": 127, + "line": 128, "column": 9 } } }, "alternate": null, "range": [ - 3405, - 3457 + 3434, + 3486 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 9 } } @@ -9847,16 +9937,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3466, - 3469 + 3495, + 3498 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 11 } } @@ -9865,31 +9955,31 @@ "type": "Identifier", "name": "remove", "range": [ - 3470, - 3476 + 3499, + 3505 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 18 } } }, "range": [ - 3466, - 3476 + 3495, + 3505 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 18 } } @@ -9901,16 +9991,16 @@ "object": { "type": "ThisExpression", "range": [ - 3477, - 3481 + 3506, + 3510 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 19 }, "end": { - "line": 128, + "line": 129, "column": 23 } } @@ -9919,62 +10009,62 @@ "type": "Identifier", "name": "cont", "range": [ - 3482, - 3486 + 3511, + 3515 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 24 }, "end": { - "line": 128, + "line": 129, "column": 28 } } }, "range": [ - 3477, - 3486 + 3506, + 3515 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 19 }, "end": { - "line": 128, + "line": 129, "column": 28 } } } ], "range": [ - 3466, - 3487 + 3495, + 3516 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 29 } } }, "range": [ - 3466, - 3488 + 3495, + 3517 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 30 } } @@ -9990,16 +10080,16 @@ "object": { "type": "ThisExpression", "range": [ - 3497, - 3501 + 3526, + 3530 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 12 } } @@ -10008,31 +10098,31 @@ "type": "Identifier", "name": "cont", "range": [ - 3502, - 3506 + 3531, + 3535 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 13 }, "end": { - "line": 129, + "line": 130, "column": 17 } } }, "range": [ - 3497, - 3506 + 3526, + 3535 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 17 } } @@ -10042,46 +10132,46 @@ "value": null, "raw": "null", "range": [ - 3509, - 3513 + 3538, + 3542 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 20 }, "end": { - "line": 129, + "line": 130, "column": 24 } } }, "range": [ - 3497, - 3513 + 3526, + 3542 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 24 } } }, "range": [ - 3497, - 3514 + 3526, + 3543 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 25 } }, @@ -10090,16 +10180,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3523, - 3562 + 3552, + 3591 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 47 } } @@ -10119,16 +10209,16 @@ "object": { "type": "ThisExpression", "range": [ - 3571, - 3575 + 3600, + 3604 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 12 } } @@ -10137,31 +10227,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3576, - 3583 + 3605, + 3612 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 13 }, "end": { - "line": 131, + "line": 132, "column": 20 } } }, "range": [ - 3571, - 3583 + 3600, + 3612 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 20 } } @@ -10170,31 +10260,31 @@ "type": "Identifier", "name": "off", "range": [ - 3584, - 3587 + 3613, + 3616 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 21 }, "end": { - "line": 131, + "line": 132, "column": 24 } } }, "range": [ - 3571, - 3587 + 3600, + 3616 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 24 } } @@ -10208,32 +10298,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 3589, - 3606 + 3618, + 3635 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 26 }, "end": { - "line": 131, + "line": 132, "column": 43 } } } ], "range": [ - 3588, - 3607 + 3617, + 3636 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 25 }, "end": { - "line": 131, + "line": 132, "column": 44 } } @@ -10250,16 +10340,16 @@ "object": { "type": "ThisExpression", "range": [ - 3614, - 3618 + 3643, + 3647 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 51 }, "end": { - "line": 131, + "line": 132, "column": 55 } } @@ -10268,47 +10358,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 3619, - 3625 + 3648, + 3654 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 56 }, "end": { - "line": 131, + "line": 132, "column": 62 } } }, "range": [ - 3614, - 3625 + 3643, + 3654 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 51 }, "end": { - "line": 131, + "line": 132, "column": 62 } } }, "arguments": [], "range": [ - 3614, - 3627 + 3643, + 3656 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 51 }, "end": { - "line": 131, + "line": 132, "column": 64 } } @@ -10316,47 +10406,47 @@ "generator": false, "expression": true, "range": [ - 3609, - 3627 + 3638, + 3656 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 46 }, "end": { - "line": 131, + "line": 132, "column": 64 } } } ], "range": [ - 3571, - 3628 + 3600, + 3657 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 65 } } }, "range": [ - 3571, - 3629 + 3600, + 3658 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 66 } }, @@ -10365,16 +10455,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3523, - 3562 + 3552, + 3591 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 47 } } @@ -10392,16 +10482,16 @@ "object": { "type": "ThisExpression", "range": [ - 3639, - 3643 + 3668, + 3672 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 12 } } @@ -10410,31 +10500,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3644, - 3655 + 3673, + 3684 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 13 }, "end": { - "line": 133, + "line": 134, "column": 24 } } }, "range": [ - 3639, - 3655 + 3668, + 3684 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 24 } } @@ -10444,62 +10534,62 @@ "value": false, "raw": "false", "range": [ - 3658, - 3663 + 3687, + 3692 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 27 }, "end": { - "line": 133, + "line": 134, "column": 32 } } }, "range": [ - 3639, - 3663 + 3668, + 3692 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 32 } } }, "range": [ - 3639, - 3664 + 3668, + 3693 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 33 } } } ], "range": [ - 3395, - 3670 + 3424, + 3699 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 13 }, "end": { - "line": 134, + "line": 135, "column": 5 } } @@ -10507,16 +10597,16 @@ "generator": false, "expression": false, "range": [ - 3393, - 3670 + 3422, + 3699 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 11 }, "end": { - "line": 134, + "line": 135, "column": 5 } } @@ -10524,16 +10614,16 @@ "kind": "method", "computed": false, "range": [ - 3386, - 3670 + 3415, + 3699 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 4 }, "end": { - "line": 134, + "line": 135, "column": 5 } }, @@ -10541,31 +10631,31 @@ } ], "range": [ - 130, - 3672 + 161, + 3701 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 38 }, "end": { - "line": 135, + "line": 136, "column": 1 } } }, "range": [ - 99, - 3672 + 130, + 3701 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 7 }, "end": { - "line": 135, + "line": 136, "column": 1 } }, @@ -10575,16 +10665,16 @@ "specifiers": [], "source": null, "range": [ - 92, - 3672 + 123, + 3701 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { - "line": 135, + "line": 136, "column": 1 } } @@ -10593,7 +10683,7 @@ "sourceType": "module", "range": [ 0, - 3672 + 3701 ], "loc": { "start": { @@ -10601,7 +10691,7 @@ "column": 0 }, "end": { - "line": 135, + "line": 136, "column": 1 } }, @@ -10610,16 +10700,16 @@ "type": "Block", "value": "*\n * No results message UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 137, - 234 + 168, + 265 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -10628,16 +10718,16 @@ "type": "Line", "value": "configuration object", "range": [ - 297, - 319 + 328, + 350 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 30 } } @@ -10646,16 +10736,16 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 749, - 787 + 780, + 818 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 46 } } @@ -10664,16 +10754,16 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 903, - 940 + 934, + 971 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 45 } } @@ -10682,16 +10772,16 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1053, - 1088 + 1084, + 1119 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 43 } } @@ -10700,16 +10790,16 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1204, - 1238 + 1235, + 1269 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 42 } } @@ -10718,16 +10808,16 @@ "type": "Line", "value": "container", "range": [ - 1596, - 1607 + 1627, + 1638 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 19 } } @@ -10736,16 +10826,16 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1960, - 1997 + 1991, + 2028 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 45 } } @@ -10754,16 +10844,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3523, - 3562 + 3552, + 3591 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 47 } } diff --git a/docs/ast/source/modules/paging.js.json b/docs/ast/source/modules/paging.js.json index 09aaf385..9fcec1cd 100644 --- a/docs/ast/source/modules/paging.js.json +++ b/docs/ast/source/modules/paging.js.json @@ -384,6 +384,256 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 158, + 163 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 158, + 163 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 13 + } + } + }, + "range": [ + 158, + 163 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 13 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 165, + 171 + ], + "loc": { + "start": { + "line": 6, + "column": 15 + }, + "end": { + "line": 6, + "column": 21 + } + } + }, + "imported": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 165, + 171 + ], + "loc": { + "start": { + "line": 6, + "column": 15 + }, + "end": { + "line": 6, + "column": 21 + } + } + }, + "range": [ + 165, + 171 + ], + "loc": { + "start": { + "line": 6, + "column": 15 + }, + "end": { + "line": 6, + "column": 21 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 173, + 177 + ], + "loc": { + "start": { + "line": 6, + "column": 23 + }, + "end": { + "line": 6, + "column": 27 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 173, + 177 + ], + "loc": { + "start": { + "line": 6, + "column": 23 + }, + "end": { + "line": 6, + "column": 27 + } + } + }, + "range": [ + 173, + 177 + ], + "loc": { + "start": { + "line": 6, + "column": 23 + }, + "end": { + "line": 6, + "column": 27 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "ENTER_KEY", + "range": [ + 179, + 188 + ], + "loc": { + "start": { + "line": 6, + "column": 29 + }, + "end": { + "line": 6, + "column": 38 + } + } + }, + "imported": { + "type": "Identifier", + "name": "ENTER_KEY", + "range": [ + 179, + 188 + ], + "loc": { + "start": { + "line": 6, + "column": 29 + }, + "end": { + "line": 6, + "column": 38 + } + } + }, + "range": [ + 179, + 188 + ], + "loc": { + "start": { + "line": 6, + "column": 29 + }, + "end": { + "line": 6, + "column": 38 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 195, + 205 + ], + "loc": { + "start": { + "line": 6, + "column": 45 + }, + "end": { + "line": 6, + "column": 55 + } + } + }, + "range": [ + 150, + 206 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 56 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -392,16 +642,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 164, - 170 + 221, + 227 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 13 }, "end": { - "line": 7, + "line": 8, "column": 19 } } @@ -410,16 +660,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 179, - 186 + 236, + 243 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 28 }, "end": { - "line": 7, + "line": 8, "column": 35 } } @@ -433,16 +683,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 285, - 296 + 342, + 353 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 15 } } @@ -455,16 +705,16 @@ "type": "Identifier", "name": "tf", "range": [ - 297, - 299 + 354, + 356 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 16 }, "end": { - "line": 13, + "line": 14, "column": 18 } } @@ -480,16 +730,16 @@ "callee": { "type": "Super", "range": [ - 311, - 316 + 368, + 373 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 13 } } @@ -499,16 +749,16 @@ "type": "Identifier", "name": "tf", "range": [ - 317, - 319 + 374, + 376 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 14 }, "end": { - "line": 14, + "line": 15, "column": 16 } } @@ -518,47 +768,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 321, - 329 + 378, + 386 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 18 }, "end": { - "line": 14, + "line": 15, "column": 26 } } } ], "range": [ - 311, - 330 + 368, + 387 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 27 } } }, "range": [ - 311, - 331 + 368, + 388 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 8 }, "end": { - "line": 14, + "line": 15, "column": 28 } }, @@ -567,16 +817,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 341, - 364 + 398, + 421 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 31 } } @@ -592,16 +842,16 @@ "type": "Identifier", "name": "f", "range": [ - 377, - 378 + 434, + 435 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 12 }, "end": { - "line": 17, + "line": 18, "column": 13 } } @@ -612,16 +862,16 @@ "object": { "type": "ThisExpression", "range": [ - 381, - 385 + 438, + 442 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 16 }, "end": { - "line": 17, + "line": 18, "column": 20 } } @@ -630,46 +880,46 @@ "type": "Identifier", "name": "config", "range": [ - 386, - 392 + 443, + 449 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 21 }, "end": { - "line": 17, + "line": 18, "column": 27 } } }, "range": [ - 381, - 392 + 438, + 449 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 16 }, "end": { - "line": 17, + "line": 18, "column": 27 } } }, "range": [ - 377, - 392 + 434, + 449 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 12 }, "end": { - "line": 17, + "line": 18, "column": 27 } } @@ -677,16 +927,16 @@ ], "kind": "var", "range": [ - 373, - 393 + 430, + 450 ], "loc": { "start": { - "line": 17, + "line": 18, "column": 8 }, "end": { - "line": 17, + "line": 18, "column": 28 } }, @@ -695,16 +945,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 341, - 364 + 398, + 421 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 31 } } @@ -715,16 +965,16 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 403, - 454 + 460, + 511 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 59 } } @@ -742,16 +992,16 @@ "object": { "type": "ThisExpression", "range": [ - 463, - 467 + 520, + 524 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 12 } } @@ -760,31 +1010,31 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 468, - 483 + 525, + 540 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 13 }, "end": { - "line": 20, + "line": 21, "column": 28 } } }, "range": [ - 463, - 483 + 520, + 540 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 28 } } @@ -799,16 +1049,16 @@ "type": "Identifier", "name": "f", "range": [ - 486, - 487 + 543, + 544 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 31 }, "end": { - "line": 20, + "line": 21, "column": 32 } } @@ -817,31 +1067,31 @@ "type": "Identifier", "name": "paging_btn_css_class", "range": [ - 488, - 508 + 545, + 565 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 33 }, "end": { - "line": 20, + "line": 21, "column": 53 } } }, "range": [ - 486, - 508 + 543, + 565 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 31 }, "end": { - "line": 20, + "line": 21, "column": 53 } } @@ -851,61 +1101,61 @@ "value": "pgInp", "raw": "'pgInp'", "range": [ - 512, - 519 + 569, + 576 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 57 }, "end": { - "line": 20, + "line": 21, "column": 64 } } }, "range": [ - 486, - 519 + 543, + 576 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 31 }, "end": { - "line": 20, + "line": 21, "column": 64 } } }, "range": [ - 463, - 519 + 520, + 576 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 64 } } }, "range": [ - 463, - 520 + 520, + 577 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 65 } }, @@ -914,16 +1164,16 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 403, - 454 + 460, + 511 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 59 } } @@ -934,16 +1184,16 @@ "type": "Line", "value": "stores paging select element", "range": [ - 529, - 559 + 586, + 616 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 38 } } @@ -961,16 +1211,16 @@ "object": { "type": "ThisExpression", "range": [ - 568, - 572 + 625, + 629 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 12 } } @@ -979,31 +1229,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 573, - 582 + 630, + 639 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 13 }, "end": { - "line": 22, + "line": 23, "column": 22 } } }, "range": [ - 568, - 582 + 625, + 639 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 22 } } @@ -1013,46 +1263,46 @@ "value": null, "raw": "null", "range": [ - 585, - 589 + 642, + 646 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 25 }, "end": { - "line": 22, + "line": 23, "column": 29 } } }, "range": [ - 568, - 589 + 625, + 646 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 29 } } }, "range": [ - 568, - 590 + 625, + 647 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 30 } }, @@ -1061,16 +1311,16 @@ "type": "Line", "value": "stores paging select element", "range": [ - 529, - 559 + 586, + 616 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 38 } } @@ -1081,16 +1331,16 @@ "type": "Line", "value": "results per page select element", "range": [ - 599, - 632 + 656, + 689 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 41 } } @@ -1108,16 +1358,16 @@ "object": { "type": "ThisExpression", "range": [ - 641, - 645 + 698, + 702 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1126,31 +1376,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 646, - 663 + 703, + 720 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 30 } } }, "range": [ - 641, - 663 + 698, + 720 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 30 } } @@ -1160,46 +1410,46 @@ "value": null, "raw": "null", "range": [ - 666, - 670 + 723, + 727 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 33 }, "end": { - "line": 24, + "line": 25, "column": 37 } } }, "range": [ - 641, - 670 + 698, + 727 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 37 } } }, "range": [ - 641, - 671 + 698, + 728 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 38 } }, @@ -1208,16 +1458,16 @@ "type": "Line", "value": "results per page select element", "range": [ - 599, - 632 + 656, + 689 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 41 } } @@ -1228,16 +1478,16 @@ "type": "Line", "value": "id of container element", "range": [ - 680, - 705 + 737, + 762 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -1255,16 +1505,16 @@ "object": { "type": "ThisExpression", "range": [ - 714, - 718 + 771, + 775 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1273,31 +1523,31 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 719, - 730 + 776, + 787 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 24 } } }, "range": [ - 714, - 730 + 771, + 787 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 24 } } @@ -1312,16 +1562,16 @@ "type": "Identifier", "name": "f", "range": [ - 733, - 734 + 790, + 791 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 27 }, "end": { - "line": 26, + "line": 27, "column": 28 } } @@ -1330,31 +1580,31 @@ "type": "Identifier", "name": "paging_target_id", "range": [ - 735, - 751 + 792, + 808 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 29 }, "end": { - "line": 26, + "line": 27, "column": 45 } } }, "range": [ - 733, - 751 + 790, + 808 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 27 }, "end": { - "line": 26, + "line": 27, "column": 45 } } @@ -1364,61 +1614,61 @@ "value": null, "raw": "null", "range": [ - 755, - 759 + 812, + 816 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 49 }, "end": { - "line": 26, + "line": 27, "column": 53 } } }, "range": [ - 733, - 759 + 790, + 816 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 27 }, "end": { - "line": 26, + "line": 27, "column": 53 } } }, "range": [ - 714, - 759 + 771, + 816 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 53 } } }, "range": [ - 714, - 760 + 771, + 817 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 54 } }, @@ -1427,16 +1677,16 @@ "type": "Line", "value": "id of container element", "range": [ - 680, - 705 + 737, + 762 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -1447,16 +1697,16 @@ "type": "Line", "value": "defines table paging length", "range": [ - 769, - 798 + 826, + 855 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 37 } } @@ -1474,16 +1724,16 @@ "object": { "type": "ThisExpression", "range": [ - 807, - 811 + 864, + 868 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -1492,31 +1742,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 812, - 824 + 869, + 881 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 25 } } }, "range": [ - 807, - 824 + 864, + 881 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 25 } } @@ -1532,16 +1782,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 828, - 833 + 885, + 890 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 29 }, "end": { - "line": 28, + "line": 29, "column": 34 } } @@ -1554,16 +1804,16 @@ "type": "Identifier", "name": "f", "range": [ - 834, - 835 + 891, + 892 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 35 }, "end": { - "line": 28, + "line": 29, "column": 36 } } @@ -1572,63 +1822,63 @@ "type": "Identifier", "name": "paging_length", "range": [ - 836, - 849 + 893, + 906 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 37 }, "end": { - "line": 28, + "line": 29, "column": 50 } } }, "range": [ - 834, - 849 + 891, + 906 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 35 }, "end": { - "line": 28, + "line": 29, "column": 50 } } } ], "range": [ - 828, - 850 + 885, + 907 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 29 }, "end": { - "line": 28, + "line": 29, "column": 51 } } }, "prefix": true, "range": [ - 827, - 850 + 884, + 907 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 28 }, "end": { - "line": 28, + "line": 29, "column": 51 } } @@ -1640,16 +1890,16 @@ "type": "Identifier", "name": "f", "range": [ - 853, - 854 + 910, + 911 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 54 }, "end": { - "line": 28, + "line": 29, "column": 55 } } @@ -1658,31 +1908,31 @@ "type": "Identifier", "name": "paging_length", "range": [ - 855, - 868 + 912, + 925 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 56 }, "end": { - "line": 28, + "line": 29, "column": 69 } } }, "range": [ - 853, - 868 + 910, + 925 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 54 }, "end": { - "line": 28, + "line": 29, "column": 69 } } @@ -1692,61 +1942,61 @@ "value": 10, "raw": "10", "range": [ - 871, - 873 + 928, + 930 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 72 }, "end": { - "line": 28, + "line": 29, "column": 74 } } }, "range": [ - 827, - 873 + 884, + 930 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 28 }, "end": { - "line": 28, + "line": 29, "column": 74 } } }, "range": [ - 807, - 873 + 864, + 930 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 74 } } }, "range": [ - 807, - 874 + 864, + 931 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 75 } }, @@ -1755,16 +2005,16 @@ "type": "Line", "value": "defines table paging length", "range": [ - 769, - 798 + 826, + 855 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 37 } } @@ -1775,16 +2025,16 @@ "type": "Line", "value": "id of container element", "range": [ - 883, - 908 + 940, + 965 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -1802,16 +2052,16 @@ "object": { "type": "ThisExpression", "range": [ - 917, - 921 + 974, + 978 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 12 } } @@ -1820,31 +2070,31 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 922, - 941 + 979, + 998 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 13 }, "end": { - "line": 30, + "line": 31, "column": 32 } } }, "range": [ - 917, - 941 + 974, + 998 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 32 } } @@ -1859,16 +2109,16 @@ "type": "Identifier", "name": "f", "range": [ - 944, - 945 + 1001, + 1002 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 35 }, "end": { - "line": 30, + "line": 31, "column": 36 } } @@ -1877,31 +2127,31 @@ "type": "Identifier", "name": "results_per_page_target_id", "range": [ - 946, - 972 + 1003, + 1029 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 37 }, "end": { - "line": 30, + "line": 31, "column": 63 } } }, "range": [ - 944, - 972 + 1001, + 1029 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 35 }, "end": { - "line": 30, + "line": 31, "column": 63 } } @@ -1911,61 +2161,61 @@ "value": null, "raw": "null", "range": [ - 976, - 980 + 1033, + 1037 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 67 }, "end": { - "line": 30, + "line": 31, "column": 71 } } }, "range": [ - 944, - 980 + 1001, + 1037 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 35 }, "end": { - "line": 30, + "line": 31, "column": 71 } } }, "range": [ - 917, - 980 + 974, + 1037 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 71 } } }, "range": [ - 917, - 981 + 974, + 1038 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 72 } }, @@ -1974,16 +2224,16 @@ "type": "Line", "value": "id of container element", "range": [ - 883, - 908 + 940, + 965 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -1994,16 +2244,16 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 990, - 1027 + 1047, + 1084 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 45 } } @@ -2021,16 +2271,16 @@ "object": { "type": "ThisExpression", "range": [ - 1036, - 1040 + 1093, + 1097 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } @@ -2039,31 +2289,31 @@ "type": "Identifier", "name": "pgSlcCssClass", "range": [ - 1041, - 1054 + 1098, + 1111 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, + "line": 33, "column": 26 } } }, "range": [ - 1036, - 1054 + 1093, + 1111 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 26 } } @@ -2078,16 +2328,16 @@ "type": "Identifier", "name": "f", "range": [ - 1057, - 1058 + 1114, + 1115 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 30 } } @@ -2096,31 +2346,31 @@ "type": "Identifier", "name": "paging_slc_css_class", "range": [ - 1059, - 1079 + 1116, + 1136 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 31 }, "end": { - "line": 32, + "line": 33, "column": 51 } } }, "range": [ - 1057, - 1079 + 1114, + 1136 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 51 } } @@ -2130,61 +2380,61 @@ "value": "pgSlc", "raw": "'pgSlc'", "range": [ - 1083, - 1090 + 1140, + 1147 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 55 }, "end": { - "line": 32, + "line": 33, "column": 62 } } }, "range": [ - 1057, - 1090 + 1114, + 1147 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 62 } } }, "range": [ - 1036, - 1090 + 1093, + 1147 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 62 } } }, "range": [ - 1036, - 1091 + 1093, + 1148 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 63 } }, @@ -2193,16 +2443,16 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 990, - 1027 + 1047, + 1084 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 45 } } @@ -2213,16 +2463,16 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1100, - 1136 + 1157, + 1193 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 44 } } @@ -2240,16 +2490,16 @@ "object": { "type": "ThisExpression", "range": [ - 1145, - 1149 + 1202, + 1206 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -2258,31 +2508,31 @@ "type": "Identifier", "name": "pgInpCssClass", "range": [ - 1150, - 1163 + 1207, + 1220 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 13 }, "end": { - "line": 34, + "line": 35, "column": 26 } } }, "range": [ - 1145, - 1163 + 1202, + 1220 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 26 } } @@ -2297,16 +2547,16 @@ "type": "Identifier", "name": "f", "range": [ - 1166, - 1167 + 1223, + 1224 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 29 }, "end": { - "line": 34, + "line": 35, "column": 30 } } @@ -2315,31 +2565,31 @@ "type": "Identifier", "name": "paging_inp_css_class", "range": [ - 1168, - 1188 + 1225, + 1245 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 31 }, "end": { - "line": 34, + "line": 35, "column": 51 } } }, "range": [ - 1166, - 1188 + 1223, + 1245 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 29 }, "end": { - "line": 34, + "line": 35, "column": 51 } } @@ -2349,61 +2599,61 @@ "value": "pgNbInp", "raw": "'pgNbInp'", "range": [ - 1192, - 1201 + 1249, + 1258 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 55 }, "end": { - "line": 34, + "line": 35, "column": 64 } } }, "range": [ - 1166, - 1201 + 1223, + 1258 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 29 }, "end": { - "line": 34, + "line": 35, "column": 64 } } }, "range": [ - 1145, - 1201 + 1202, + 1258 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 64 } } }, "range": [ - 1145, - 1202 + 1202, + 1259 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 65 } }, @@ -2412,16 +2662,16 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1100, - 1136 + 1157, + 1193 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 44 } } @@ -2432,16 +2682,16 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1211, - 1252 + 1268, + 1309 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 49 } } @@ -2459,16 +2709,16 @@ "object": { "type": "ThisExpression", "range": [ - 1261, - 1265 + 1318, + 1322 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -2477,31 +2727,31 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 1266, - 1280 + 1323, + 1337 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 27 } } }, "range": [ - 1261, - 1280 + 1318, + 1337 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 27 } } @@ -2516,16 +2766,16 @@ "type": "Identifier", "name": "f", "range": [ - 1283, - 1284 + 1340, + 1341 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 31 } } @@ -2534,31 +2784,31 @@ "type": "Identifier", "name": "results_per_page", "range": [ - 1285, - 1301 + 1342, + 1358 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 32 }, "end": { - "line": 36, + "line": 37, "column": 48 } } }, "range": [ - 1283, - 1301 + 1340, + 1358 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 48 } } @@ -2568,61 +2818,61 @@ "value": null, "raw": "null", "range": [ - 1305, - 1309 + 1362, + 1366 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 52 }, "end": { - "line": 36, + "line": 37, "column": 56 } } }, "range": [ - 1283, - 1309 + 1340, + 1366 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 30 }, "end": { - "line": 36, + "line": 37, "column": 56 } } }, "range": [ - 1261, - 1309 + 1318, + 1366 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 56 } } }, "range": [ - 1261, - 1310 + 1318, + 1367 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 57 } }, @@ -2631,16 +2881,16 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1211, - 1252 + 1268, + 1309 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 49 } } @@ -2651,16 +2901,16 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1319, - 1364 + 1376, + 1421 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 53 } } @@ -2678,16 +2928,16 @@ "object": { "type": "ThisExpression", "range": [ - 1373, - 1377 + 1430, + 1434 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 12 } } @@ -2696,31 +2946,31 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 1378, - 1395 + 1435, + 1452 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 13 }, "end": { - "line": 38, + "line": 39, "column": 30 } } }, "range": [ - 1373, - 1395 + 1430, + 1452 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 30 } } @@ -2734,16 +2984,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1398, - 1403 + 1455, + 1460 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 38 } } @@ -2752,31 +3002,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 1404, - 1411 + 1461, + 1468 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 39 }, "end": { - "line": 38, + "line": 39, "column": 46 } } }, "range": [ - 1398, - 1411 + 1455, + 1468 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 46 } } @@ -2788,16 +3038,16 @@ "object": { "type": "ThisExpression", "range": [ - 1412, - 1416 + 1469, + 1473 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 47 }, "end": { - "line": 38, + "line": 39, "column": 51 } } @@ -2806,77 +3056,77 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 1417, - 1431 + 1474, + 1488 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 52 }, "end": { - "line": 38, + "line": 39, "column": 66 } } }, "range": [ - 1412, - 1431 + 1469, + 1488 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 47 }, "end": { - "line": 38, + "line": 39, "column": 66 } } } ], "range": [ - 1398, - 1432 + 1455, + 1489 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 67 } } }, "range": [ - 1373, - 1432 + 1430, + 1489 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 67 } } }, "range": [ - 1373, - 1433 + 1430, + 1490 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 68 } }, @@ -2885,16 +3135,16 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1319, - 1364 + 1376, + 1421 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 53 } } @@ -2905,16 +3155,16 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1442, - 1489 + 1499, + 1546 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 55 } } @@ -2932,16 +3182,16 @@ "object": { "type": "ThisExpression", "range": [ - 1498, - 1502 + 1555, + 1559 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 12 } } @@ -2950,31 +3200,31 @@ "type": "Identifier", "name": "resultsSlcCssClass", "range": [ - 1503, - 1521 + 1560, + 1578 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 13 }, "end": { - "line": 40, + "line": 41, "column": 31 } } }, "range": [ - 1498, - 1521 + 1555, + 1578 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 31 } } @@ -2989,16 +3239,16 @@ "type": "Identifier", "name": "f", "range": [ - 1524, - 1525 + 1581, + 1582 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 34 }, "end": { - "line": 40, + "line": 41, "column": 35 } } @@ -3007,31 +3257,31 @@ "type": "Identifier", "name": "results_slc_css_class", "range": [ - 1526, - 1547 + 1583, + 1604 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 36 }, "end": { - "line": 40, + "line": 41, "column": 57 } } }, "range": [ - 1524, - 1547 + 1581, + 1604 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 34 }, "end": { - "line": 40, + "line": 41, "column": 57 } } @@ -3041,61 +3291,61 @@ "value": "rspg", "raw": "'rspg'", "range": [ - 1551, - 1557 + 1608, + 1614 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 61 }, "end": { - "line": 40, + "line": 41, "column": 67 } } }, "range": [ - 1524, - 1557 + 1581, + 1614 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 34 }, "end": { - "line": 40, + "line": 41, "column": 67 } } }, "range": [ - 1498, - 1557 + 1555, + 1614 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 67 } } }, "range": [ - 1498, - 1558 + 1555, + 1615 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 68 } }, @@ -3104,16 +3354,16 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1442, - 1489 + 1499, + 1546 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 55 } } @@ -3124,16 +3374,16 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1567, - 1622 + 1624, + 1679 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 63 } } @@ -3151,16 +3401,16 @@ "object": { "type": "ThisExpression", "range": [ - 1631, - 1635 + 1688, + 1692 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 12 } } @@ -3169,31 +3419,31 @@ "type": "Identifier", "name": "resultsSpanCssClass", "range": [ - 1636, - 1655 + 1693, + 1712 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 13 }, "end": { - "line": 42, + "line": 43, "column": 32 } } }, "range": [ - 1631, - 1655 + 1688, + 1712 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 32 } } @@ -3208,16 +3458,16 @@ "type": "Identifier", "name": "f", "range": [ - 1658, - 1659 + 1715, + 1716 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 35 }, "end": { - "line": 42, + "line": 43, "column": 36 } } @@ -3226,31 +3476,31 @@ "type": "Identifier", "name": "results_span_css_class", "range": [ - 1660, - 1682 + 1717, + 1739 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 37 }, "end": { - "line": 42, + "line": 43, "column": 59 } } }, "range": [ - 1658, - 1682 + 1715, + 1739 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 35 }, "end": { - "line": 42, + "line": 43, "column": 59 } } @@ -3260,61 +3510,61 @@ "value": "rspgSpan", "raw": "'rspgSpan'", "range": [ - 1686, - 1696 + 1743, + 1753 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 63 }, "end": { - "line": 42, + "line": 43, "column": 73 } } }, "range": [ - 1658, - 1696 + 1715, + 1753 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 35 }, "end": { - "line": 42, + "line": 43, "column": 73 } } }, "range": [ - 1631, - 1696 + 1688, + 1753 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 73 } } }, "range": [ - 1631, - 1697 + 1688, + 1754 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 74 } }, @@ -3323,16 +3573,16 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1567, - 1622 + 1624, + 1679 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 63 } } @@ -3343,16 +3593,16 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1706, - 1737 + 1763, + 1794 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 39 } } @@ -3370,16 +3620,16 @@ "object": { "type": "ThisExpression", "range": [ - 1746, - 1750 + 1803, + 1807 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 12 } } @@ -3388,31 +3638,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 1751, - 1765 + 1808, + 1822 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 13 }, "end": { - "line": 44, + "line": 45, "column": 27 } } }, "range": [ - 1746, - 1765 + 1803, + 1822 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 27 } } @@ -3422,46 +3672,46 @@ "value": 0, "raw": "0", "range": [ - 1768, - 1769 + 1825, + 1826 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 30 }, "end": { - "line": 44, + "line": 45, "column": 31 } } }, "range": [ - 1746, - 1769 + 1803, + 1826 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 31 } } }, "range": [ - 1746, - 1770 + 1803, + 1827 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 32 } }, @@ -3470,16 +3720,16 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1706, - 1737 + 1763, + 1794 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 39 } } @@ -3490,16 +3740,16 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1779, - 1798 + 1836, + 1855 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 27 } } @@ -3517,16 +3767,16 @@ "object": { "type": "ThisExpression", "range": [ - 1807, - 1811 + 1864, + 1868 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 12 } } @@ -3535,31 +3785,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 1812, - 1819 + 1869, + 1876 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 13 }, "end": { - "line": 46, + "line": 47, "column": 20 } } }, "range": [ - 1807, - 1819 + 1864, + 1876 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 20 } } @@ -3569,46 +3819,46 @@ "value": 0, "raw": "0", "range": [ - 1822, - 1823 + 1879, + 1880 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 23 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1807, - 1823 + 1864, + 1880 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1807, - 1824 + 1864, + 1881 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 25 } }, @@ -3617,16 +3867,16 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1779, - 1798 + 1836, + 1855 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 27 } } @@ -3637,16 +3887,16 @@ "type": "Line", "value": "current page nb", "range": [ - 1833, - 1850 + 1890, + 1907 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 25 } } @@ -3664,16 +3914,16 @@ "object": { "type": "ThisExpression", "range": [ - 1859, - 1863 + 1916, + 1920 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -3682,31 +3932,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 1864, - 1877 + 1921, + 1934 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 13 }, "end": { - "line": 48, + "line": 49, "column": 26 } } }, "range": [ - 1859, - 1877 + 1916, + 1934 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 26 } } @@ -3716,46 +3966,46 @@ "value": 1, "raw": "1", "range": [ - 1880, - 1881 + 1937, + 1938 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 29 }, "end": { - "line": 48, + "line": 49, "column": 30 } } }, "range": [ - 1859, - 1881 + 1916, + 1938 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 30 } } }, "range": [ - 1859, - 1882 + 1916, + 1939 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 31 } }, @@ -3764,16 +4014,16 @@ "type": "Line", "value": "current page nb", "range": [ - 1833, - 1850 + 1890, + 1907 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 25 } } @@ -3784,16 +4034,16 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1891, - 1922 + 1948, + 1979 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 39 } } @@ -3811,16 +4061,16 @@ "object": { "type": "ThisExpression", "range": [ - 1931, - 1935 + 1988, + 1992 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 12 } } @@ -3829,31 +4079,31 @@ "type": "Identifier", "name": "btnNextPageText", "range": [ - 1936, - 1951 + 1993, + 2008 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 13 }, "end": { - "line": 50, + "line": 51, "column": 28 } } }, "range": [ - 1931, - 1951 + 1988, + 2008 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 28 } } @@ -3868,16 +4118,16 @@ "type": "Identifier", "name": "f", "range": [ - 1954, - 1955 + 2011, + 2012 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 31 }, "end": { - "line": 50, + "line": 51, "column": 32 } } @@ -3886,31 +4136,31 @@ "type": "Identifier", "name": "btn_next_page_text", "range": [ - 1956, - 1974 + 2013, + 2031 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 33 }, "end": { - "line": 50, + "line": 51, "column": 51 } } }, "range": [ - 1954, - 1974 + 2011, + 2031 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 31 }, "end": { - "line": 50, + "line": 51, "column": 51 } } @@ -3920,61 +4170,61 @@ "value": ">", "raw": "'>'", "range": [ - 1978, - 1981 + 2035, + 2038 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 55 }, "end": { - "line": 50, + "line": 51, "column": 58 } } }, "range": [ - 1954, - 1981 + 2011, + 2038 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 31 }, "end": { - "line": 50, + "line": 51, "column": 58 } } }, "range": [ - 1931, - 1981 + 1988, + 2038 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 58 } } }, "range": [ - 1931, - 1982 + 1988, + 2039 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 59 } }, @@ -3983,16 +4233,16 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1891, - 1922 + 1948, + 1979 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 39 } } @@ -4003,16 +4253,16 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 1991, - 2026 + 2048, + 2083 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 43 } } @@ -4030,16 +4280,16 @@ "object": { "type": "ThisExpression", "range": [ - 2035, - 2039 + 2092, + 2096 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 12 } } @@ -4048,31 +4298,31 @@ "type": "Identifier", "name": "btnPrevPageText", "range": [ - 2040, - 2055 + 2097, + 2112 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 13 }, "end": { - "line": 52, + "line": 53, "column": 28 } } }, "range": [ - 2035, - 2055 + 2092, + 2112 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 28 } } @@ -4087,16 +4337,16 @@ "type": "Identifier", "name": "f", "range": [ - 2058, - 2059 + 2115, + 2116 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 31 }, "end": { - "line": 52, + "line": 53, "column": 32 } } @@ -4105,31 +4355,31 @@ "type": "Identifier", "name": "btn_prev_page_text", "range": [ - 2060, - 2078 + 2117, + 2135 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 33 }, "end": { - "line": 52, + "line": 53, "column": 51 } } }, "range": [ - 2058, - 2078 + 2115, + 2135 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 31 }, "end": { - "line": 52, + "line": 53, "column": 51 } } @@ -4139,61 +4389,61 @@ "value": "<", "raw": "'<'", "range": [ - 2082, - 2085 + 2139, + 2142 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 55 }, "end": { - "line": 52, + "line": 53, "column": 58 } } }, "range": [ - 2058, - 2085 + 2115, + 2142 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 31 }, "end": { - "line": 52, + "line": 53, "column": 58 } } }, "range": [ - 2035, - 2085 + 2092, + 2142 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 58 } } }, "range": [ - 2035, - 2086 + 2092, + 2143 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 59 } }, @@ -4202,16 +4452,16 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 1991, - 2026 + 2048, + 2083 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 43 } } @@ -4222,16 +4472,16 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2095, - 2126 + 2152, + 2183 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 39 } } @@ -4249,16 +4499,16 @@ "object": { "type": "ThisExpression", "range": [ - 2135, - 2139 + 2192, + 2196 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 12 } } @@ -4267,31 +4517,31 @@ "type": "Identifier", "name": "btnLastPageText", "range": [ - 2140, - 2155 + 2197, + 2212 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 13 }, "end": { - "line": 54, + "line": 55, "column": 28 } } }, "range": [ - 2135, - 2155 + 2192, + 2212 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 28 } } @@ -4306,16 +4556,16 @@ "type": "Identifier", "name": "f", "range": [ - 2158, - 2159 + 2215, + 2216 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 31 }, "end": { - "line": 54, + "line": 55, "column": 32 } } @@ -4324,31 +4574,31 @@ "type": "Identifier", "name": "btn_last_page_text", "range": [ - 2160, - 2178 + 2217, + 2235 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 33 }, "end": { - "line": 54, + "line": 55, "column": 51 } } }, "range": [ - 2158, - 2178 + 2215, + 2235 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 31 }, "end": { - "line": 54, + "line": 55, "column": 51 } } @@ -4358,61 +4608,61 @@ "value": ">|", "raw": "'>|'", "range": [ - 2182, - 2186 + 2239, + 2243 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 55 }, "end": { - "line": 54, + "line": 55, "column": 59 } } }, "range": [ - 2158, - 2186 + 2215, + 2243 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 31 }, "end": { - "line": 54, + "line": 55, "column": 59 } } }, "range": [ - 2135, - 2186 + 2192, + 2243 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 59 } } }, "range": [ - 2135, - 2187 + 2192, + 2244 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 60 } }, @@ -4421,16 +4671,16 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2095, - 2126 + 2152, + 2183 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 39 } } @@ -4441,16 +4691,16 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2196, - 2228 + 2253, + 2285 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 40 } } @@ -4468,16 +4718,16 @@ "object": { "type": "ThisExpression", "range": [ - 2237, - 2241 + 2294, + 2298 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 12 } } @@ -4486,31 +4736,31 @@ "type": "Identifier", "name": "btnFirstPageText", "range": [ - 2242, - 2258 + 2299, + 2315 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 13 }, "end": { - "line": 56, + "line": 57, "column": 29 } } }, "range": [ - 2237, - 2258 + 2294, + 2315 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 29 } } @@ -4525,16 +4775,16 @@ "type": "Identifier", "name": "f", "range": [ - 2261, - 2262 + 2318, + 2319 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 32 }, "end": { - "line": 56, + "line": 57, "column": 33 } } @@ -4543,31 +4793,31 @@ "type": "Identifier", "name": "btn_first_page_text", "range": [ - 2263, - 2282 + 2320, + 2339 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 34 }, "end": { - "line": 56, + "line": 57, "column": 53 } } }, "range": [ - 2261, - 2282 + 2318, + 2339 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 32 }, "end": { - "line": 56, + "line": 57, "column": 53 } } @@ -4577,61 +4827,61 @@ "value": "|<", "raw": "'|<'", "range": [ - 2286, - 2290 + 2343, + 2347 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 57 }, "end": { - "line": 56, + "line": 57, "column": 61 } } }, "range": [ - 2261, - 2290 + 2318, + 2347 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 32 }, "end": { - "line": 56, + "line": 57, "column": 61 } } }, "range": [ - 2237, - 2290 + 2294, + 2347 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 61 } } }, "range": [ - 2237, - 2291 + 2294, + 2348 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 62 } }, @@ -4640,16 +4890,16 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2196, - 2228 + 2253, + 2285 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 40 } } @@ -4660,16 +4910,16 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2300, - 2331 + 2357, + 2388 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 39 } } @@ -4687,16 +4937,16 @@ "object": { "type": "ThisExpression", "range": [ - 2340, - 2344 + 2397, + 2401 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 12 } } @@ -4705,31 +4955,31 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 2345, - 2360 + 2402, + 2417 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 13 }, "end": { - "line": 58, + "line": 59, "column": 28 } } }, "range": [ - 2340, - 2360 + 2397, + 2417 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 28 } } @@ -4744,16 +4994,16 @@ "type": "Identifier", "name": "f", "range": [ - 2363, - 2364 + 2420, + 2421 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 31 }, "end": { - "line": 58, + "line": 59, "column": 32 } } @@ -4762,31 +5012,31 @@ "type": "Identifier", "name": "btn_next_page_html", "range": [ - 2365, - 2383 + 2422, + 2440 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 33 }, "end": { - "line": 58, + "line": 59, "column": 51 } } }, "range": [ - 2363, - 2383 + 2420, + 2440 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 31 }, "end": { - "line": 58, + "line": 59, "column": 51 } } @@ -4803,16 +5053,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2401, - 2403 + 2458, + 2460 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 14 }, "end": { - "line": 59, + "line": 60, "column": 16 } } @@ -4821,47 +5071,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 2404, - 2415 + 2461, + 2472 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 17 }, "end": { - "line": 59, + "line": 60, "column": 28 } } }, "range": [ - 2401, - 2415 + 2458, + 2472 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 14 }, "end": { - "line": 59, + "line": 60, "column": 28 } } }, "prefix": true, "range": [ - 2400, - 2415 + 2457, + 2472 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 13 }, "end": { - "line": 59, + "line": 60, "column": 28 } } @@ -4871,16 +5121,16 @@ "value": null, "raw": "null", "range": [ - 2418, - 2422 + 2475, + 2479 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 31 }, "end": { - "line": 59, + "line": 60, "column": 35 } } @@ -4896,16 +5146,16 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 2522, - 2555 + 2579, + 2612 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 16 }, "end": { - "line": 61, + "line": 62, "column": 49 } } }, "range": [ - 2441, - 2555 + 2498, + 2612 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 16 }, "end": { - "line": 61, + "line": 62, "column": 49 } } }, "range": [ - 2400, - 2555 + 2457, + 2612 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 13 }, "end": { - "line": 61, + "line": 62, "column": 49 } } }, "range": [ - 2363, - 2556 + 2420, + 2613 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 31 }, "end": { - "line": 61, + "line": 62, "column": 50 } } }, "range": [ - 2340, - 2556 + 2397, + 2613 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 50 } } }, "range": [ - 2340, - 2557 + 2397, + 2614 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 51 } }, @@ -5076,16 +5326,16 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2300, - 2331 + 2357, + 2388 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 39 } } @@ -5096,16 +5346,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2566, - 2601 + 2623, + 2658 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 43 } } @@ -5123,16 +5373,16 @@ "object": { "type": "ThisExpression", "range": [ - 2610, - 2614 + 2667, + 2671 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 12 } } @@ -5141,31 +5391,31 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 2615, - 2630 + 2672, + 2687 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 13 }, "end": { - "line": 63, + "line": 64, "column": 28 } } }, "range": [ - 2610, - 2630 + 2667, + 2687 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 28 } } @@ -5180,16 +5430,16 @@ "type": "Identifier", "name": "f", "range": [ - 2633, - 2634 + 2690, + 2691 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 31 }, "end": { - "line": 63, + "line": 64, "column": 32 } } @@ -5198,31 +5448,31 @@ "type": "Identifier", "name": "btn_prev_page_html", "range": [ - 2635, - 2653 + 2692, + 2710 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 33 }, "end": { - "line": 63, + "line": 64, "column": 51 } } }, "range": [ - 2633, - 2653 + 2690, + 2710 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 31 }, "end": { - "line": 63, + "line": 64, "column": 51 } } @@ -5239,16 +5489,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2671, - 2673 + 2728, + 2730 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 16 } } @@ -5257,47 +5507,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 2674, - 2685 + 2731, + 2742 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 17 }, "end": { - "line": 64, + "line": 65, "column": 28 } } }, "range": [ - 2671, - 2685 + 2728, + 2742 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 28 } } }, "prefix": true, "range": [ - 2670, - 2685 + 2727, + 2742 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 13 }, "end": { - "line": 64, + "line": 65, "column": 28 } } @@ -5307,16 +5557,16 @@ "value": null, "raw": "null", "range": [ - 2688, - 2692 + 2745, + 2749 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 31 }, "end": { - "line": 64, + "line": 65, "column": 35 } } @@ -5332,16 +5582,16 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 2792, - 2833 + 2849, + 2890 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 16 }, "end": { - "line": 66, + "line": 67, "column": 57 } } }, "range": [ - 2711, - 2833 + 2768, + 2890 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 16 }, "end": { - "line": 66, + "line": 67, "column": 57 } } }, "range": [ - 2670, - 2833 + 2727, + 2890 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 13 }, "end": { - "line": 66, + "line": 67, "column": 57 } } }, "range": [ - 2633, - 2834 + 2690, + 2891 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 31 }, "end": { - "line": 66, + "line": 67, "column": 58 } } }, "range": [ - 2610, - 2834 + 2667, + 2891 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 58 } } }, "range": [ - 2610, - 2835 + 2667, + 2892 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 59 } }, @@ -5512,16 +5762,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2566, - 2601 + 2623, + 2658 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 43 } } @@ -5532,16 +5782,16 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2844, - 2875 + 2901, + 2932 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 39 } } @@ -5559,16 +5809,16 @@ "object": { "type": "ThisExpression", "range": [ - 2884, - 2888 + 2941, + 2945 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 12 } } @@ -5577,31 +5827,31 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 2889, - 2905 + 2946, + 2962 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 13 }, "end": { - "line": 68, + "line": 69, "column": 29 } } }, "range": [ - 2884, - 2905 + 2941, + 2962 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 29 } } @@ -5616,16 +5866,16 @@ "type": "Identifier", "name": "f", "range": [ - 2908, - 2909 + 2965, + 2966 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 32 }, "end": { - "line": 68, + "line": 69, "column": 33 } } @@ -5634,31 +5884,31 @@ "type": "Identifier", "name": "btn_first_page_html", "range": [ - 2910, - 2929 + 2967, + 2986 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 34 }, "end": { - "line": 68, + "line": 69, "column": 53 } } }, "range": [ - 2908, - 2929 + 2965, + 2986 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 32 }, "end": { - "line": 68, + "line": 69, "column": 53 } } @@ -5675,16 +5925,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2947, - 2949 + 3004, + 3006 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 14 }, "end": { - "line": 69, + "line": 70, "column": 16 } } @@ -5693,47 +5943,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 2950, - 2961 + 3007, + 3018 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 17 }, "end": { - "line": 69, + "line": 70, "column": 28 } } }, "range": [ - 2947, - 2961 + 3004, + 3018 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 14 }, "end": { - "line": 69, + "line": 70, "column": 28 } } }, "prefix": true, "range": [ - 2946, - 2961 + 3003, + 3018 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 13 }, "end": { - "line": 69, + "line": 70, "column": 28 } } @@ -5743,16 +5993,16 @@ "value": null, "raw": "null", "range": [ - 2964, - 2968 + 3021, + 3025 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 31 }, "end": { - "line": 69, + "line": 70, "column": 35 } } @@ -5768,16 +6018,16 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 3068, - 3103 + 3125, + 3160 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 51 } } }, "range": [ - 2987, - 3103 + 3044, + 3160 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 51 } } }, "range": [ - 2946, - 3103 + 3003, + 3160 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 13 }, "end": { - "line": 71, + "line": 72, "column": 51 } } }, "range": [ - 2908, - 3104 + 2965, + 3161 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 32 }, "end": { - "line": 71, + "line": 72, "column": 52 } } }, "range": [ - 2884, - 3104 + 2941, + 3161 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 71, + "line": 72, "column": 52 } } }, "range": [ - 2884, - 3105 + 2941, + 3162 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 71, + "line": 72, "column": 53 } }, @@ -5948,16 +6198,16 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2844, - 2875 + 2901, + 2932 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 39 } } @@ -5968,16 +6218,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3114, - 3149 + 3171, + 3206 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 43 } } @@ -5995,16 +6245,16 @@ "object": { "type": "ThisExpression", "range": [ - 3158, - 3162 + 3215, + 3219 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 12 } } @@ -6013,31 +6263,31 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 3163, - 3178 + 3220, + 3235 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 13 }, "end": { - "line": 73, + "line": 74, "column": 28 } } }, "range": [ - 3158, - 3178 + 3215, + 3235 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 28 } } @@ -6052,16 +6302,16 @@ "type": "Identifier", "name": "f", "range": [ - 3181, - 3182 + 3238, + 3239 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 31 }, "end": { - "line": 73, + "line": 74, "column": 32 } } @@ -6070,31 +6320,31 @@ "type": "Identifier", "name": "btn_last_page_html", "range": [ - 3183, - 3201 + 3240, + 3258 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 33 }, "end": { - "line": 73, + "line": 74, "column": 51 } } }, "range": [ - 3181, - 3201 + 3238, + 3258 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 31 }, "end": { - "line": 73, + "line": 74, "column": 51 } } @@ -6111,16 +6361,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3219, - 3221 + 3276, + 3278 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 14 }, "end": { - "line": 74, + "line": 75, "column": 16 } } @@ -6129,47 +6379,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 3222, - 3233 + 3279, + 3290 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 17 }, "end": { - "line": 74, + "line": 75, "column": 28 } } }, "range": [ - 3219, - 3233 + 3276, + 3290 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 14 }, "end": { - "line": 74, + "line": 75, "column": 28 } } }, "prefix": true, "range": [ - 3218, - 3233 + 3275, + 3290 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 13 }, "end": { - "line": 74, + "line": 75, "column": 28 } } @@ -6179,16 +6429,16 @@ "value": null, "raw": "null", "range": [ - 3236, - 3240 + 3293, + 3297 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 31 }, "end": { - "line": 74, + "line": 75, "column": 35 } } @@ -6204,16 +6454,16 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 3340, - 3373 + 3397, + 3430 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 16 }, "end": { - "line": 76, + "line": 77, "column": 49 } } }, "range": [ - 3259, - 3373 + 3316, + 3430 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 16 }, "end": { - "line": 76, + "line": 77, "column": 49 } } }, "range": [ - 3218, - 3373 + 3275, + 3430 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 13 }, "end": { - "line": 76, + "line": 77, "column": 49 } } }, "range": [ - 3181, - 3374 + 3238, + 3431 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 31 }, "end": { - "line": 76, + "line": 77, "column": 50 } } }, "range": [ - 3158, - 3374 + 3215, + 3431 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 50 } } }, "range": [ - 3158, - 3375 + 3215, + 3432 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 51 } }, @@ -6384,16 +6634,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3114, - 3149 + 3171, + 3206 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 43 } } @@ -6404,16 +6654,16 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3384, - 3433 + 3441, + 3490 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 57 } } @@ -6431,16 +6681,16 @@ "object": { "type": "ThisExpression", "range": [ - 3442, - 3446 + 3499, + 3503 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 12 } } @@ -6449,31 +6699,31 @@ "type": "Identifier", "name": "pageText", "range": [ - 3447, - 3455 + 3504, + 3512 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 13 }, "end": { - "line": 78, + "line": 79, "column": 21 } } }, "range": [ - 3442, - 3455 + 3499, + 3512 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 21 } } @@ -6488,16 +6738,16 @@ "type": "Identifier", "name": "f", "range": [ - 3458, - 3459 + 3515, + 3516 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 25 } } @@ -6506,31 +6756,31 @@ "type": "Identifier", "name": "page_text", "range": [ - 3460, - 3469 + 3517, + 3526 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 26 }, "end": { - "line": 78, + "line": 79, "column": 35 } } }, "range": [ - 3458, - 3469 + 3515, + 3526 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 35 } } @@ -6540,61 +6790,61 @@ "value": " Page ", "raw": "' Page '", "range": [ - 3473, - 3481 + 3530, + 3538 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 39 }, "end": { - "line": 78, + "line": 79, "column": 47 } } }, "range": [ - 3458, - 3481 + 3515, + 3538 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 24 }, "end": { - "line": 78, + "line": 79, "column": 47 } } }, "range": [ - 3442, - 3481 + 3499, + 3538 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 47 } } }, "range": [ - 3442, - 3482 + 3499, + 3539 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 48 } }, @@ -6603,16 +6853,16 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3384, - 3433 + 3441, + 3490 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 57 } } @@ -6623,16 +6873,16 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3491, - 3535 + 3548, + 3592 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 52 } } @@ -6650,16 +6900,16 @@ "object": { "type": "ThisExpression", "range": [ - 3544, - 3548 + 3601, + 3605 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 12 } } @@ -6668,31 +6918,31 @@ "type": "Identifier", "name": "ofText", "range": [ - 3549, - 3555 + 3606, + 3612 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 13 }, "end": { - "line": 80, + "line": 81, "column": 19 } } }, "range": [ - 3544, - 3555 + 3601, + 3612 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 19 } } @@ -6707,16 +6957,16 @@ "type": "Identifier", "name": "f", "range": [ - 3558, - 3559 + 3615, + 3616 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 22 }, "end": { - "line": 80, + "line": 81, "column": 23 } } @@ -6725,31 +6975,31 @@ "type": "Identifier", "name": "of_text", "range": [ - 3560, - 3567 + 3617, + 3624 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 24 }, "end": { - "line": 80, + "line": 81, "column": 31 } } }, "range": [ - 3558, - 3567 + 3615, + 3624 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 22 }, "end": { - "line": 80, + "line": 81, "column": 31 } } @@ -6759,61 +7009,61 @@ "value": " of ", "raw": "' of '", "range": [ - 3571, - 3577 + 3628, + 3634 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 35 }, "end": { - "line": 80, + "line": 81, "column": 41 } } }, "range": [ - 3558, - 3577 + 3615, + 3634 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 22 }, "end": { - "line": 80, + "line": 81, "column": 41 } } }, "range": [ - 3544, - 3577 + 3601, + 3634 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 41 } } }, "range": [ - 3544, - 3578 + 3601, + 3635 ], "loc": { "start": { - "line": 80, + "line": 81, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 42 } }, @@ -6822,16 +7072,16 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3491, - 3535 + 3548, + 3592 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 52 } } @@ -6842,16 +7092,16 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3587, - 3634 + 3644, + 3691 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 55 } } @@ -6869,16 +7119,16 @@ "object": { "type": "ThisExpression", "range": [ - 3643, - 3647 + 3700, + 3704 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 12 } } @@ -6887,31 +7137,31 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 3648, - 3664 + 3705, + 3721 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 13 }, "end": { - "line": 82, + "line": 83, "column": 29 } } }, "range": [ - 3643, - 3664 + 3700, + 3721 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 29 } } @@ -6926,16 +7176,16 @@ "type": "Identifier", "name": "f", "range": [ - 3667, - 3668 + 3724, + 3725 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 32 }, "end": { - "line": 82, + "line": 83, "column": 33 } } @@ -6944,31 +7194,31 @@ "type": "Identifier", "name": "nb_pages_css_class", "range": [ - 3669, - 3687 + 3726, + 3744 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 34 }, "end": { - "line": 82, + "line": 83, "column": 52 } } }, "range": [ - 3667, - 3687 + 3724, + 3744 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 32 }, "end": { - "line": 82, + "line": 83, "column": 52 } } @@ -6978,61 +7228,61 @@ "value": "nbpg", "raw": "'nbpg'", "range": [ - 3691, - 3697 + 3748, + 3754 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 56 }, "end": { - "line": 82, + "line": 83, "column": 62 } } }, "range": [ - 3667, - 3697 + 3724, + 3754 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 32 }, "end": { - "line": 82, + "line": 83, "column": 62 } } }, "range": [ - 3643, - 3697 + 3700, + 3754 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 62 } } }, "range": [ - 3643, - 3698 + 3700, + 3755 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 82, + "line": 83, "column": 63 } }, @@ -7041,16 +7291,16 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3587, - 3634 + 3644, + 3691 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 55 } } @@ -7061,16 +7311,16 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3707, - 3740 + 3764, + 3797 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 41 } } @@ -7088,16 +7338,16 @@ "object": { "type": "ThisExpression", "range": [ - 3749, - 3753 + 3806, + 3810 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 12 } } @@ -7106,31 +7356,31 @@ "type": "Identifier", "name": "hasPagingBtns", "range": [ - 3754, - 3767 + 3811, + 3824 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 13 }, "end": { - "line": 84, + "line": 85, "column": 26 } } }, "range": [ - 3749, - 3767 + 3806, + 3824 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 26 } } @@ -7147,16 +7397,16 @@ "type": "Identifier", "name": "f", "range": [ - 3770, - 3771 + 3827, + 3828 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 29 }, "end": { - "line": 84, + "line": 85, "column": 30 } } @@ -7165,31 +7415,31 @@ "type": "Identifier", "name": "paging_btns", "range": [ - 3772, - 3783 + 3829, + 3840 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 31 }, "end": { - "line": 84, + "line": 85, "column": 42 } } }, "range": [ - 3770, - 3783 + 3827, + 3840 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 29 }, "end": { - "line": 84, + "line": 85, "column": 42 } } @@ -7199,31 +7449,31 @@ "value": false, "raw": "false", "range": [ - 3788, - 3793 + 3845, + 3850 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 47 }, "end": { - "line": 84, + "line": 85, "column": 52 } } }, "range": [ - 3770, - 3793 + 3827, + 3850 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 29 }, "end": { - "line": 84, + "line": 85, "column": 52 } } @@ -7233,16 +7483,16 @@ "value": false, "raw": "false", "range": [ - 3796, - 3801 + 3853, + 3858 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 55 }, "end": { - "line": 84, + "line": 85, "column": 60 } } @@ -7252,61 +7502,61 @@ "value": true, "raw": "true", "range": [ - 3804, - 3808 + 3861, + 3865 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 63 }, "end": { - "line": 84, + "line": 85, "column": 67 } } }, "range": [ - 3770, - 3808 + 3827, + 3865 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 29 }, "end": { - "line": 84, + "line": 85, "column": 67 } } }, "range": [ - 3749, - 3808 + 3806, + 3865 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 67 } } }, "range": [ - 3749, - 3809 + 3806, + 3866 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 68 } }, @@ -7315,16 +7565,16 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3707, - 3740 + 3764, + 3797 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 41 } } @@ -7335,16 +7585,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3818, - 3853 + 3875, + 3910 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 43 } } @@ -7362,16 +7612,16 @@ "object": { "type": "ThisExpression", "range": [ - 3862, - 3866 + 3919, + 3923 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 12 } } @@ -7380,31 +7630,31 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 3867, - 3883 + 3924, + 3940 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 13 }, "end": { - "line": 86, + "line": 87, "column": 29 } } }, "range": [ - 3862, - 3883 + 3919, + 3940 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 29 } } @@ -7419,16 +7669,16 @@ "type": "Identifier", "name": "f", "range": [ - 3886, - 3887 + 3943, + 3944 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 32 }, "end": { - "line": 86, + "line": 87, "column": 33 } } @@ -7437,131 +7687,95 @@ "type": "Identifier", "name": "page_selector_type", "range": [ - 3888, - 3906 + 3945, + 3963 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 34 }, "end": { - "line": 86, + "line": 87, "column": 52 } } }, "range": [ - 3886, - 3906 + 3943, + 3963 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 32 }, "end": { - "line": 86, + "line": 87, "column": 52 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 3910, - 3912 - ], - "loc": { - "start": { - "line": 86, - "column": 56 - }, - "end": { - "line": 86, - "column": 58 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 3913, - 3923 - ], - "loc": { - "start": { - "line": 86, - "column": 59 - }, - "end": { - "line": 86, - "column": 69 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 3910, - 3923 + 3967, + 3973 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 56 }, "end": { - "line": 86, - "column": 69 + "line": 87, + "column": 62 } } }, "range": [ - 3886, - 3923 + 3943, + 3973 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 32 }, "end": { - "line": 86, - "column": 69 + "line": 87, + "column": 62 } } }, "range": [ - 3862, - 3923 + 3919, + 3973 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, - "column": 69 + "line": 87, + "column": 62 } } }, "range": [ - 3862, - 3924 + 3919, + 3974 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, - "column": 70 + "line": 87, + "column": 63 } }, "leadingComments": [ @@ -7569,16 +7783,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3818, - 3853 + 3875, + 3910 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 43 } } @@ -7589,16 +7803,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3933, - 3972 + 3983, + 4022 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 47 } } @@ -7616,16 +7830,16 @@ "object": { "type": "ThisExpression", "range": [ - 3981, - 3985 + 4031, + 4035 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 12 } } @@ -7634,31 +7848,31 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 3986, - 4004 + 4036, + 4054 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 13 }, "end": { - "line": 88, + "line": 89, "column": 31 } } }, "range": [ - 3981, - 4004 + 4031, + 4054 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 31 } } @@ -7674,16 +7888,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4007, - 4012 + 4057, + 4062 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 88, + "line": 89, "column": 39 } } @@ -7692,31 +7906,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4013, - 4017 + 4063, + 4067 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 40 }, "end": { - "line": 88, + "line": 89, "column": 44 } } }, "range": [ - 4007, - 4017 + 4057, + 4067 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 88, + "line": 89, "column": 44 } } @@ -7729,16 +7943,16 @@ "type": "Identifier", "name": "f", "range": [ - 4018, - 4019 + 4068, + 4069 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 45 }, "end": { - "line": 88, + "line": 89, "column": 46 } } @@ -7747,47 +7961,47 @@ "type": "Identifier", "name": "on_before_change_page", "range": [ - 4020, - 4041 + 4070, + 4091 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 47 }, "end": { - "line": 88, + "line": 89, "column": 68 } } }, "range": [ - 4018, - 4041 + 4068, + 4091 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 45 }, "end": { - "line": 88, + "line": 89, "column": 68 } } } ], "range": [ - 4007, - 4042 + 4057, + 4092 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 88, + "line": 89, "column": 69 } } @@ -7799,16 +8013,16 @@ "type": "Identifier", "name": "f", "range": [ - 4057, - 4058 + 4107, + 4108 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 13 } } @@ -7817,31 +8031,31 @@ "type": "Identifier", "name": "on_before_change_page", "range": [ - 4059, - 4080 + 4109, + 4130 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 14 }, "end": { - "line": 89, + "line": 90, "column": 35 } } }, "range": [ - 4057, - 4080 + 4107, + 4130 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 12 }, "end": { - "line": 89, + "line": 90, "column": 35 } } @@ -7851,61 +8065,61 @@ "value": null, "raw": "null", "range": [ - 4083, - 4087 + 4133, + 4137 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 38 }, "end": { - "line": 89, + "line": 90, "column": 42 } } }, "range": [ - 4007, - 4087 + 4057, + 4137 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 34 }, "end": { - "line": 89, + "line": 90, "column": 42 } } }, "range": [ - 3981, - 4087 + 4031, + 4137 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 42 } } }, "range": [ - 3981, - 4088 + 4031, + 4138 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 89, + "line": 90, "column": 43 } }, @@ -7914,16 +8128,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3933, - 3972 + 3983, + 4022 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 47 } } @@ -7934,16 +8148,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4097, - 4136 + 4147, + 4186 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 47 } } @@ -7961,16 +8175,16 @@ "object": { "type": "ThisExpression", "range": [ - 4145, - 4149 + 4195, + 4199 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 8 }, "end": { - "line": 91, + "line": 92, "column": 12 } } @@ -7979,31 +8193,31 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 4150, - 4167 + 4200, + 4217 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 30 } } }, "range": [ - 4145, - 4167 + 4195, + 4217 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 8 }, "end": { - "line": 91, + "line": 92, "column": 30 } } @@ -8019,16 +8233,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4170, - 4175 + 4220, + 4225 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 33 }, "end": { - "line": 91, + "line": 92, "column": 38 } } @@ -8037,31 +8251,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4176, - 4180 + 4226, + 4230 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 39 }, "end": { - "line": 91, + "line": 92, "column": 43 } } }, "range": [ - 4170, - 4180 + 4220, + 4230 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 33 }, "end": { - "line": 91, + "line": 92, "column": 43 } } @@ -8074,16 +8288,16 @@ "type": "Identifier", "name": "f", "range": [ - 4181, - 4182 + 4231, + 4232 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 44 }, "end": { - "line": 91, + "line": 92, "column": 45 } } @@ -8092,47 +8306,47 @@ "type": "Identifier", "name": "on_after_change_page", "range": [ - 4183, - 4203 + 4233, + 4253 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 46 }, "end": { - "line": 91, + "line": 92, "column": 66 } } }, "range": [ - 4181, - 4203 + 4231, + 4253 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 44 }, "end": { - "line": 91, + "line": 92, "column": 66 } } } ], "range": [ - 4170, - 4204 + 4220, + 4254 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 33 }, "end": { - "line": 91, + "line": 92, "column": 67 } } @@ -8144,16 +8358,16 @@ "type": "Identifier", "name": "f", "range": [ - 4219, - 4220 + 4269, + 4270 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 13 } } @@ -8162,31 +8376,31 @@ "type": "Identifier", "name": "on_after_change_page", "range": [ - 4221, - 4241 + 4271, + 4291 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 14 }, "end": { - "line": 92, + "line": 93, "column": 34 } } }, "range": [ - 4219, - 4241 + 4269, + 4291 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 12 }, "end": { - "line": 92, + "line": 93, "column": 34 } } @@ -8196,61 +8410,61 @@ "value": null, "raw": "null", "range": [ - 4244, - 4248 + 4294, + 4298 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 37 }, "end": { - "line": 92, + "line": 93, "column": 41 } } }, "range": [ - 4170, - 4248 + 4220, + 4298 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 33 }, "end": { - "line": 92, + "line": 93, "column": 41 } } }, "range": [ - 4145, - 4248 + 4195, + 4298 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 41 } } }, "range": [ - 4145, - 4249 + 4195, + 4299 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 42 } }, @@ -8259,16 +8473,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4097, - 4136 + 4147, + 4186 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 47 } } @@ -8279,16 +8493,16 @@ "type": "Line", "value": "pages select", "range": [ - 4259, - 4273 + 4309, + 4323 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 22 } } @@ -8306,16 +8520,16 @@ "object": { "type": "ThisExpression", "range": [ - 4282, - 4286 + 4332, + 4336 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 12 } } @@ -8324,31 +8538,31 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 4287, - 4299 + 4337, + 4349 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 13 }, "end": { - "line": 95, + "line": 96, "column": 25 } } }, "range": [ - 4282, - 4299 + 4332, + 4349 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 25 } } @@ -8358,46 +8572,46 @@ "value": "slcPages_", "raw": "'slcPages_'", "range": [ - 4302, - 4313 + 4352, + 4363 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 28 }, "end": { - "line": 95, + "line": 96, "column": 39 } } }, "range": [ - 4282, - 4313 + 4332, + 4363 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 39 } } }, "range": [ - 4282, - 4314 + 4332, + 4364 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 40 } }, @@ -8406,16 +8620,16 @@ "type": "Line", "value": "pages select", "range": [ - 4259, - 4273 + 4309, + 4323 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 22 } } @@ -8426,16 +8640,16 @@ "type": "Line", "value": "results per page select", "range": [ - 4323, - 4348 + 4373, + 4398 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 8 }, "end": { - "line": 96, + "line": 97, "column": 33 } } @@ -8453,16 +8667,16 @@ "object": { "type": "ThisExpression", "range": [ - 4357, - 4361 + 4407, + 4411 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 12 } } @@ -8471,31 +8685,31 @@ "type": "Identifier", "name": "prfxSlcResults", "range": [ - 4362, - 4376 + 4412, + 4426 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 13 }, "end": { - "line": 97, + "line": 98, "column": 27 } } }, "range": [ - 4357, - 4376 + 4407, + 4426 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 27 } } @@ -8505,46 +8719,46 @@ "value": "slcResults_", "raw": "'slcResults_'", "range": [ - 4379, - 4392 + 4429, + 4442 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 30 }, "end": { - "line": 97, + "line": 98, "column": 43 } } }, "range": [ - 4357, - 4392 + 4407, + 4442 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 43 } } }, "range": [ - 4357, - 4393 + 4407, + 4443 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 44 } }, @@ -8553,16 +8767,16 @@ "type": "Line", "value": "results per page select", "range": [ - 4323, - 4348 + 4373, + 4398 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 8 }, "end": { - "line": 96, + "line": 97, "column": 33 } } @@ -8573,16 +8787,16 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4402, - 4443 + 4452, + 4493 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 49 } } @@ -8600,16 +8814,16 @@ "object": { "type": "ThisExpression", "range": [ - 4452, - 4456 + 4502, + 4506 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 12 } } @@ -8618,31 +8832,31 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 4457, - 4474 + 4507, + 4524 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 13 }, "end": { - "line": 99, + "line": 100, "column": 30 } } }, "range": [ - 4452, - 4474 + 4502, + 4524 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 30 } } @@ -8652,46 +8866,46 @@ "value": "slcResultsTxt_", "raw": "'slcResultsTxt_'", "range": [ - 4477, - 4493 + 4527, + 4543 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 33 }, "end": { - "line": 99, + "line": 100, "column": 49 } } }, "range": [ - 4452, - 4493 + 4502, + 4543 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 49 } } }, "range": [ - 4452, - 4494 + 4502, + 4544 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 50 } }, @@ -8700,16 +8914,16 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4402, - 4443 + 4452, + 4493 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 49 } } @@ -8720,16 +8934,16 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4503, - 4537 + 4553, + 4587 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 42 } } @@ -8747,16 +8961,16 @@ "object": { "type": "ThisExpression", "range": [ - 4546, - 4550 + 4596, + 4600 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 12 } } @@ -8765,31 +8979,31 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 4551, - 4566 + 4601, + 4616 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 13 }, "end": { - "line": 101, + "line": 102, "column": 28 } } }, "range": [ - 4546, - 4566 + 4596, + 4616 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 28 } } @@ -8799,46 +9013,46 @@ "value": "btnNextSpan_", "raw": "'btnNextSpan_'", "range": [ - 4569, - 4583 + 4619, + 4633 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 31 }, "end": { - "line": 101, + "line": 102, "column": 45 } } }, "range": [ - 4546, - 4583 + 4596, + 4633 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 45 } } }, "range": [ - 4546, - 4584 + 4596, + 4634 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 46 } }, @@ -8847,16 +9061,16 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4503, - 4537 + 4553, + 4587 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 42 } } @@ -8867,16 +9081,16 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4593, - 4631 + 4643, + 4681 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 46 } } @@ -8894,16 +9108,16 @@ "object": { "type": "ThisExpression", "range": [ - 4640, - 4644 + 4690, + 4694 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 12 } } @@ -8912,31 +9126,31 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 4645, - 4660 + 4695, + 4710 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 13 }, "end": { - "line": 103, + "line": 104, "column": 28 } } }, "range": [ - 4640, - 4660 + 4690, + 4710 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 28 } } @@ -8946,46 +9160,46 @@ "value": "btnPrevSpan_", "raw": "'btnPrevSpan_'", "range": [ - 4663, - 4677 + 4713, + 4727 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 31 }, "end": { - "line": 103, + "line": 104, "column": 45 } } }, "range": [ - 4640, - 4677 + 4690, + 4727 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 45 } } }, "range": [ - 4640, - 4678 + 4690, + 4728 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 46 } }, @@ -8994,16 +9208,16 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4593, - 4631 + 4643, + 4681 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 46 } } @@ -9014,16 +9228,16 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4687, - 4721 + 4737, + 4771 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 42 } } @@ -9041,16 +9255,16 @@ "object": { "type": "ThisExpression", "range": [ - 4730, - 4734 + 4780, + 4784 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 12 } } @@ -9059,31 +9273,31 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 4735, - 4750 + 4785, + 4800 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 13 }, "end": { - "line": 105, + "line": 106, "column": 28 } } }, "range": [ - 4730, - 4750 + 4780, + 4800 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 28 } } @@ -9093,46 +9307,46 @@ "value": "btnLastSpan_", "raw": "'btnLastSpan_'", "range": [ - 4753, - 4767 + 4803, + 4817 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 31 }, "end": { - "line": 105, + "line": 106, "column": 45 } } }, "range": [ - 4730, - 4767 + 4780, + 4817 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 45 } } }, "range": [ - 4730, - 4768 + 4780, + 4818 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 106, "column": 46 } }, @@ -9141,16 +9355,16 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4687, - 4721 + 4737, + 4771 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 42 } } @@ -9161,16 +9375,16 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4777, - 4812 + 4827, + 4862 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 43 } } @@ -9188,16 +9402,16 @@ "object": { "type": "ThisExpression", "range": [ - 4821, - 4825 + 4871, + 4875 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 12 } } @@ -9206,31 +9420,31 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 4826, - 4842 + 4876, + 4892 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 13 }, "end": { - "line": 107, + "line": 108, "column": 29 } } }, "range": [ - 4821, - 4842 + 4871, + 4892 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 29 } } @@ -9240,46 +9454,46 @@ "value": "btnFirstSpan_", "raw": "'btnFirstSpan_'", "range": [ - 4845, - 4860 + 4895, + 4910 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 47 } } }, "range": [ - 4821, - 4860 + 4871, + 4910 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 47 } } }, "range": [ - 4821, - 4861 + 4871, + 4911 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 48 } }, @@ -9288,16 +9502,16 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4777, - 4812 + 4827, + 4862 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 43 } } @@ -9308,16 +9522,16 @@ "type": "Line", "value": "next button", "range": [ - 4870, - 4883 + 4920, + 4933 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 21 } } @@ -9335,16 +9549,16 @@ "object": { "type": "ThisExpression", "range": [ - 4892, - 4896 + 4942, + 4946 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 12 } } @@ -9353,31 +9567,31 @@ "type": "Identifier", "name": "prfxBtnNext", "range": [ - 4897, - 4908 + 4947, + 4958 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 13 }, "end": { - "line": 109, + "line": 110, "column": 24 } } }, "range": [ - 4892, - 4908 + 4942, + 4958 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 24 } } @@ -9387,46 +9601,46 @@ "value": "btnNext_", "raw": "'btnNext_'", "range": [ - 4911, - 4921 + 4961, + 4971 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 27 }, "end": { - "line": 109, + "line": 110, "column": 37 } } }, "range": [ - 4892, - 4921 + 4942, + 4971 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 37 } } }, "range": [ - 4892, - 4922 + 4942, + 4972 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 38 } }, @@ -9435,16 +9649,16 @@ "type": "Line", "value": "next button", "range": [ - 4870, - 4883 + 4920, + 4933 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 21 } } @@ -9455,16 +9669,16 @@ "type": "Line", "value": "previous button", "range": [ - 4931, - 4948 + 4981, + 4998 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 25 } } @@ -9482,16 +9696,16 @@ "object": { "type": "ThisExpression", "range": [ - 4957, - 4961 + 5007, + 5011 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 12 } } @@ -9500,31 +9714,31 @@ "type": "Identifier", "name": "prfxBtnPrev", "range": [ - 4962, - 4973 + 5012, + 5023 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 13 }, "end": { - "line": 111, + "line": 112, "column": 24 } } }, "range": [ - 4957, - 4973 + 5007, + 5023 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 24 } } @@ -9534,46 +9748,46 @@ "value": "btnPrev_", "raw": "'btnPrev_'", "range": [ - 4976, - 4986 + 5026, + 5036 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 27 }, "end": { - "line": 111, + "line": 112, "column": 37 } } }, "range": [ - 4957, - 4986 + 5007, + 5036 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 37 } } }, "range": [ - 4957, - 4987 + 5007, + 5037 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 38 } }, @@ -9582,16 +9796,16 @@ "type": "Line", "value": "previous button", "range": [ - 4931, - 4948 + 4981, + 4998 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 25 } } @@ -9602,16 +9816,16 @@ "type": "Line", "value": "last button", "range": [ - 4996, - 5009 + 5046, + 5059 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 21 } } @@ -9629,16 +9843,16 @@ "object": { "type": "ThisExpression", "range": [ - 5018, - 5022 + 5068, + 5072 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 12 } } @@ -9647,31 +9861,31 @@ "type": "Identifier", "name": "prfxBtnLast", "range": [ - 5023, - 5034 + 5073, + 5084 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 13 }, "end": { - "line": 113, + "line": 114, "column": 24 } } }, "range": [ - 5018, - 5034 + 5068, + 5084 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 24 } } @@ -9681,46 +9895,46 @@ "value": "btnLast_", "raw": "'btnLast_'", "range": [ - 5037, - 5047 + 5087, + 5097 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 27 }, "end": { - "line": 113, + "line": 114, "column": 37 } } }, "range": [ - 5018, - 5047 + 5068, + 5097 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 37 } } }, "range": [ - 5018, - 5048 + 5068, + 5098 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 38 } }, @@ -9729,16 +9943,16 @@ "type": "Line", "value": "last button", "range": [ - 4996, - 5009 + 5046, + 5059 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 21 } } @@ -9749,16 +9963,16 @@ "type": "Line", "value": "first button", "range": [ - 5057, - 5071 + 5107, + 5121 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 22 } } @@ -9776,16 +9990,16 @@ "object": { "type": "ThisExpression", "range": [ - 5080, - 5084 + 5130, + 5134 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 12 } } @@ -9794,31 +10008,31 @@ "type": "Identifier", "name": "prfxBtnFirst", "range": [ - 5085, - 5097 + 5135, + 5147 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 13 }, "end": { - "line": 115, + "line": 116, "column": 25 } } }, "range": [ - 5080, - 5097 + 5130, + 5147 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 25 } } @@ -9828,46 +10042,46 @@ "value": "btnFirst_", "raw": "'btnFirst_'", "range": [ - 5100, - 5111 + 5150, + 5161 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 28 }, "end": { - "line": 115, + "line": 116, "column": 39 } } }, "range": [ - 5080, - 5111 + 5130, + 5161 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 39 } } }, "range": [ - 5080, - 5112 + 5130, + 5162 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 40 } }, @@ -9876,16 +10090,16 @@ "type": "Line", "value": "first button", "range": [ - 5057, - 5071 + 5107, + 5121 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 22 } } @@ -9896,16 +10110,16 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5121, - 5144 + 5171, + 5194 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 31 } } @@ -9923,16 +10137,16 @@ "object": { "type": "ThisExpression", "range": [ - 5153, - 5157 + 5203, + 5207 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 12 } } @@ -9941,31 +10155,31 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 5158, - 5168 + 5208, + 5218 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 13 }, "end": { - "line": 117, + "line": 118, "column": 23 } } }, "range": [ - 5153, - 5168 + 5203, + 5218 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 23 } } @@ -9975,46 +10189,46 @@ "value": "pgspan_", "raw": "'pgspan_'", "range": [ - 5171, - 5180 + 5221, + 5230 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 26 }, "end": { - "line": 117, + "line": 118, "column": 35 } } }, "range": [ - 5153, - 5180 + 5203, + 5230 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 35 } } }, "range": [ - 5153, - 5181 + 5203, + 5231 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 36 } }, @@ -10023,16 +10237,16 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5121, - 5144 + 5171, + 5194 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 31 } } @@ -10043,16 +10257,16 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5190, - 5237 + 5240, + 5287 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 55 } } @@ -10070,16 +10284,16 @@ "object": { "type": "ThisExpression", "range": [ - 5246, - 5250 + 5296, + 5300 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 12 } } @@ -10088,31 +10302,31 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 5251, - 5267 + 5301, + 5317 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 13 }, "end": { - "line": 119, + "line": 120, "column": 29 } } }, "range": [ - 5246, - 5267 + 5296, + 5317 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 29 } } @@ -10122,46 +10336,46 @@ "value": "pgbeforespan_", "raw": "'pgbeforespan_'", "range": [ - 5270, - 5285 + 5320, + 5335 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 32 }, "end": { - "line": 119, + "line": 120, "column": 47 } } }, "range": [ - 5246, - 5285 + 5296, + 5335 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 47 } } }, "range": [ - 5246, - 5286 + 5296, + 5336 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 48 } }, @@ -10170,16 +10384,16 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5190, - 5237 + 5240, + 5287 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 55 } } @@ -10190,16 +10404,16 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5295, - 5342 + 5345, + 5392 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 55 } } @@ -10217,16 +10431,16 @@ "object": { "type": "ThisExpression", "range": [ - 5351, - 5355 + 5401, + 5405 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 12 } } @@ -10235,31 +10449,31 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 5356, - 5371 + 5406, + 5421 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 13 }, "end": { - "line": 121, + "line": 122, "column": 28 } } }, "range": [ - 5351, - 5371 + 5401, + 5421 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 28 } } @@ -10269,46 +10483,46 @@ "value": "pgafterspan_", "raw": "'pgafterspan_'", "range": [ - 5374, - 5388 + 5424, + 5438 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 31 }, "end": { - "line": 121, + "line": 122, "column": 45 } } }, "range": [ - 5351, - 5388 + 5401, + 5438 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 45 } } }, "range": [ - 5351, - 5389 + 5401, + 5439 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 46 } }, @@ -10317,16 +10531,16 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5295, - 5342 + 5345, + 5392 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 55 } } @@ -10342,16 +10556,16 @@ "type": "Identifier", "name": "start_row", "range": [ - 5403, - 5412 + 5453, + 5462 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 12 }, "end": { - "line": 123, + "line": 124, "column": 21 } } @@ -10363,16 +10577,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5415, - 5417 + 5465, + 5467 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 24 }, "end": { - "line": 123, + "line": 124, "column": 26 } } @@ -10381,46 +10595,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 5418, - 5424 + 5468, + 5474 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 27 }, "end": { - "line": 123, + "line": 124, "column": 33 } } }, "range": [ - 5415, - 5424 + 5465, + 5474 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 24 }, "end": { - "line": 123, + "line": 124, "column": 33 } } }, "range": [ - 5403, - 5424 + 5453, + 5474 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 12 }, "end": { - "line": 123, + "line": 124, "column": 33 } } @@ -10428,16 +10642,16 @@ ], "kind": "var", "range": [ - 5399, - 5425 + 5449, + 5475 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 8 }, "end": { - "line": 123, + "line": 124, "column": 34 } } @@ -10451,16 +10665,16 @@ "type": "Identifier", "name": "nrows", "range": [ - 5438, - 5443 + 5488, + 5493 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 17 } } @@ -10472,16 +10686,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5446, - 5448 + 5496, + 5498 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 20 }, "end": { - "line": 124, + "line": 125, "column": 22 } } @@ -10490,46 +10704,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5449, - 5455 + 5499, + 5505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 23 }, "end": { - "line": 124, + "line": 125, "column": 29 } } }, "range": [ - 5446, - 5455 + 5496, + 5505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 20 }, "end": { - "line": 124, + "line": 125, "column": 29 } } }, "range": [ - 5438, - 5455 + 5488, + 5505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 12 }, "end": { - "line": 124, + "line": 125, "column": 29 } } @@ -10537,16 +10751,16 @@ ], "kind": "var", "range": [ - 5434, - 5456 + 5484, + 5506 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 30 } }, @@ -10555,16 +10769,16 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5465, - 5485 + 5515, + 5535 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 8 }, "end": { - "line": 125, + "line": 126, "column": 28 } } @@ -10582,16 +10796,16 @@ "object": { "type": "ThisExpression", "range": [ - 5494, - 5498 + 5544, + 5548 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 12 } } @@ -10600,31 +10814,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 5499, - 5506 + 5549, + 5556 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 13 }, "end": { - "line": 126, + "line": 127, "column": 20 } } }, "range": [ - 5494, - 5506 + 5544, + 5556 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 20 } } @@ -10638,16 +10852,16 @@ "type": "Identifier", "name": "Math", "range": [ - 5509, - 5513 + 5559, + 5563 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 23 }, "end": { - "line": 126, + "line": 127, "column": 27 } } @@ -10656,31 +10870,31 @@ "type": "Identifier", "name": "ceil", "range": [ - 5514, - 5518 + 5564, + 5568 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 28 }, "end": { - "line": 126, + "line": 127, "column": 32 } } }, "range": [ - 5509, - 5518 + 5559, + 5568 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 23 }, "end": { - "line": 126, + "line": 127, "column": 32 } } @@ -10696,16 +10910,16 @@ "type": "Identifier", "name": "nrows", "range": [ - 5520, - 5525 + 5570, + 5575 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 34 }, "end": { - "line": 126, + "line": 127, "column": 39 } } @@ -10714,31 +10928,31 @@ "type": "Identifier", "name": "start_row", "range": [ - 5528, - 5537 + 5578, + 5587 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 42 }, "end": { - "line": 126, + "line": 127, "column": 51 } } }, "range": [ - 5520, - 5537 + 5570, + 5587 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 34 }, "end": { - "line": 126, + "line": 127, "column": 51 } } @@ -10749,16 +10963,16 @@ "object": { "type": "ThisExpression", "range": [ - 5541, - 5545 + 5591, + 5595 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 55 }, "end": { - "line": 126, + "line": 127, "column": 59 } } @@ -10767,92 +10981,92 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 5546, - 5558 + 5596, + 5608 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 60 }, "end": { - "line": 126, + "line": 127, "column": 72 } } }, "range": [ - 5541, - 5558 + 5591, + 5608 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 55 }, "end": { - "line": 126, + "line": 127, "column": 72 } } }, "range": [ - 5519, - 5558 + 5569, + 5608 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 33 }, "end": { - "line": 126, + "line": 127, "column": 72 } } } ], "range": [ - 5509, - 5559 + 5559, + 5609 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 23 }, "end": { - "line": 126, + "line": 127, "column": 73 } } }, "range": [ - 5494, - 5559 + 5544, + 5609 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 73 } } }, "range": [ - 5494, - 5560 + 5544, + 5610 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 74 } }, @@ -10861,16 +11075,16 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5465, - 5485 + 5515, + 5535 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 8 }, "end": { - "line": 125, + "line": 126, "column": 28 } } @@ -10881,16 +11095,16 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5570, - 5594 + 5620, + 5644 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 32 } } @@ -10906,16 +11120,16 @@ "type": "Identifier", "name": "o", "range": [ - 5607, - 5608 + 5657, + 5658 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 12 }, "end": { - "line": 129, + "line": 130, "column": 13 } } @@ -10923,31 +11137,31 @@ "init": { "type": "ThisExpression", "range": [ - 5611, - 5615 + 5661, + 5665 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 20 } } }, "range": [ - 5607, - 5615 + 5657, + 5665 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 12 }, "end": { - "line": 129, + "line": 130, "column": 20 } } @@ -10955,16 +11169,16 @@ ], "kind": "var", "range": [ - 5603, - 5616 + 5653, + 5666 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 21 } }, @@ -10973,16 +11187,16 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5570, - 5594 + 5620, + 5644 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 32 } } @@ -10993,16 +11207,16 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5625, - 5645 + 5675, + 5695 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 28 } } @@ -11020,16 +11234,16 @@ "object": { "type": "ThisExpression", "range": [ - 5654, - 5658 + 5704, + 5708 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 12 } } @@ -11038,31 +11252,31 @@ "type": "Identifier", "name": "evt", "range": [ - 5659, - 5662 + 5709, + 5712 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 13 }, "end": { - "line": 131, + "line": 132, "column": 16 } } }, "range": [ - 5654, - 5662 + 5704, + 5712 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 16 } } @@ -11076,16 +11290,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 5679, - 5687 + 5729, + 5737 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 20 } } @@ -11111,16 +11325,16 @@ "type": "Identifier", "name": "o", "range": [ - 5716, - 5717 + 5766, + 5767 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 24 }, "end": { - "line": 133, + "line": 134, "column": 25 } } @@ -11129,101 +11343,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 5718, - 5734 + 5768, + 5784 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 26 }, "end": { - "line": 133, + "line": 134, "column": 42 } } }, "range": [ - 5716, - 5734 + 5766, + 5784 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 24 }, "end": { - "line": 133, + "line": 134, "column": 42 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 5739, - 5741 - ], - "loc": { - "start": { - "line": 133, - "column": 47 - }, - "end": { - "line": 133, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 5742, - 5752 - ], - "loc": { - "start": { - "line": 133, - "column": 50 - }, - "end": { - "line": 133, - "column": 60 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 5739, - 5752 + 5789, + 5795 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 47 }, "end": { - "line": 133, - "column": 60 + "line": 134, + "column": 53 } } }, "range": [ - 5716, - 5752 + 5766, + 5795 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 24 }, "end": { - "line": 133, - "column": 60 + "line": 134, + "column": 53 } } }, @@ -11240,16 +11418,16 @@ "type": "Identifier", "name": "o", "range": [ - 5776, - 5777 + 5819, + 5820 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 21 } } @@ -11258,31 +11436,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 5778, - 5787 + 5821, + 5830 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 22 }, "end": { - "line": 134, + "line": 135, "column": 31 } } }, "range": [ - 5776, - 5787 + 5819, + 5830 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 31 } } @@ -11291,31 +11469,31 @@ "type": "Identifier", "name": "options", "range": [ - 5788, - 5795 + 5831, + 5838 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 32 }, "end": { - "line": 134, + "line": 135, "column": 39 } } }, "range": [ - 5776, - 5795 + 5819, + 5838 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 39 } } @@ -11324,31 +11502,31 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 5796, - 5809 + 5839, + 5852 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 40 }, "end": { - "line": 134, + "line": 135, "column": 53 } } }, "range": [ - 5776, - 5809 + 5819, + 5852 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 20 }, "end": { - "line": 134, + "line": 135, "column": 53 } } @@ -11362,16 +11540,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 5832, - 5840 + 5875, + 5883 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 20 }, "end": { - "line": 135, + "line": 136, "column": 28 } } @@ -11387,16 +11565,16 @@ "type": "Identifier", "name": "o", "range": [ - 5841, - 5842 + 5884, + 5885 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 29 }, "end": { - "line": 135, + "line": 136, "column": 30 } } @@ -11405,31 +11583,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 5843, - 5852 + 5886, + 5895 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 31 }, "end": { - "line": 135, + "line": 136, "column": 40 } } }, "range": [ - 5841, - 5852 + 5884, + 5895 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 29 }, "end": { - "line": 135, + "line": 136, "column": 40 } } @@ -11438,31 +11616,31 @@ "type": "Identifier", "name": "value", "range": [ - 5853, - 5858 + 5896, + 5901 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 41 }, "end": { - "line": 135, + "line": 136, "column": 46 } } }, "range": [ - 5841, - 5858 + 5884, + 5901 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 29 }, "end": { - "line": 135, + "line": 136, "column": 46 } } @@ -11472,32 +11650,32 @@ "value": 10, "raw": "10", "range": [ - 5860, - 5862 + 5903, + 5905 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 48 }, "end": { - "line": 135, + "line": 136, "column": 50 } } } ], "range": [ - 5832, - 5863 + 5875, + 5906 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 20 }, "end": { - "line": 135, + "line": 136, "column": 51 } } @@ -11507,77 +11685,77 @@ "value": 1, "raw": "1", "range": [ - 5866, - 5867 + 5909, + 5910 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 54 }, "end": { - "line": 135, + "line": 136, "column": 55 } } }, "range": [ - 5832, - 5867 + 5875, + 5910 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 20 }, "end": { - "line": 135, + "line": 136, "column": 55 } } }, "range": [ - 5715, - 5867 + 5765, + 5910 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 23 }, "end": { - "line": 135, + "line": 136, "column": 55 } } }, "range": [ - 5708, - 5868 + 5758, + 5911 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 16 }, "end": { - "line": 135, + "line": 136, "column": 56 } } } ], "range": [ - 5690, - 5882 + 5740, + 5925 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 23 }, "end": { - "line": 136, + "line": 137, "column": 13 } } @@ -11585,16 +11763,16 @@ "generator": false, "expression": false, "range": [ - 5687, - 5882 + 5737, + 5925 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 20 }, "end": { - "line": 136, + "line": 137, "column": 13 } } @@ -11604,16 +11782,16 @@ "shorthand": false, "computed": false, "range": [ - 5679, - 5882 + 5729, + 5925 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 13 } } @@ -11624,16 +11802,16 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 5896, - 5902 + 5939, + 5945 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 18 } } @@ -11659,16 +11837,16 @@ "type": "Identifier", "name": "o", "range": [ - 5931, - 5932 + 5974, + 5975 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 24 }, "end": { - "line": 138, + "line": 139, "column": 25 } } @@ -11677,101 +11855,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 5933, - 5949 + 5976, + 5992 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 26 }, "end": { - "line": 138, + "line": 139, "column": 42 } } }, "range": [ - 5931, - 5949 + 5974, + 5992 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 24 }, "end": { - "line": 138, + "line": 139, "column": 42 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 5954, - 5956 - ], - "loc": { - "start": { - "line": 138, - "column": 47 - }, - "end": { - "line": 138, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 5957, - 5967 - ], - "loc": { - "start": { - "line": 138, - "column": 50 - }, - "end": { - "line": 138, - "column": 60 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 5954, - 5967 + 5997, + 6003 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 47 }, "end": { - "line": 138, - "column": 60 + "line": 139, + "column": 53 } } }, "range": [ - 5931, - 5967 + 5974, + 6003 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 24 }, "end": { - "line": 138, - "column": 60 + "line": 139, + "column": 53 } } }, @@ -11784,16 +11926,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 5991, - 5999 + 6027, + 6035 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 20 }, "end": { - "line": 139, + "line": 140, "column": 28 } } @@ -11812,16 +11954,16 @@ "type": "Identifier", "name": "o", "range": [ - 6000, - 6001 + 6036, + 6037 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 29 }, "end": { - "line": 139, + "line": 140, "column": 30 } } @@ -11830,31 +11972,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 6002, - 6011 + 6038, + 6047 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 31 }, "end": { - "line": 139, + "line": 140, "column": 40 } } }, "range": [ - 6000, - 6011 + 6036, + 6047 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 29 }, "end": { - "line": 139, + "line": 140, "column": 40 } } @@ -11863,31 +12005,31 @@ "type": "Identifier", "name": "options", "range": [ - 6012, - 6019 + 6048, + 6055 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 41 }, "end": { - "line": 139, + "line": 140, "column": 48 } } }, "range": [ - 6000, - 6019 + 6036, + 6055 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 29 }, "end": { - "line": 139, + "line": 140, "column": 48 } } @@ -11896,31 +12038,31 @@ "type": "Identifier", "name": "length", "range": [ - 6020, - 6026 + 6056, + 6062 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 49 }, "end": { - "line": 139, + "line": 140, "column": 55 } } }, "range": [ - 6000, - 6026 + 6036, + 6062 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 29 }, "end": { - "line": 139, + "line": 140, "column": 55 } } @@ -11930,32 +12072,32 @@ "value": 10, "raw": "10", "range": [ - 6028, - 6030 + 6064, + 6066 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 57 }, "end": { - "line": 139, + "line": 140, "column": 59 } } } ], "range": [ - 5991, - 6031 + 6027, + 6067 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 20 }, "end": { - "line": 139, + "line": 140, "column": 60 } } @@ -11965,31 +12107,31 @@ "value": 1, "raw": "1", "range": [ - 6034, - 6035 + 6070, + 6071 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 63 }, "end": { - "line": 139, + "line": 140, "column": 64 } } }, "range": [ - 5991, - 6035 + 6027, + 6071 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 20 }, "end": { - "line": 139, + "line": 140, "column": 64 } } @@ -12004,16 +12146,16 @@ "type": "Identifier", "name": "o", "range": [ - 6059, - 6060 + 6095, + 6096 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 22 } } @@ -12022,31 +12164,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 6061, - 6068 + 6097, + 6104 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 23 }, "end": { - "line": 140, + "line": 141, "column": 30 } } }, "range": [ - 6059, - 6068 + 6095, + 6104 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 30 } } @@ -12056,77 +12198,77 @@ "value": 1, "raw": "1", "range": [ - 6071, - 6072 + 6107, + 6108 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 33 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 6059, - 6072 + 6095, + 6108 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 5930, - 6073 + 5973, + 6109 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 23 }, "end": { - "line": 140, + "line": 141, "column": 35 } } }, "range": [ - 5923, - 6074 + 5966, + 6110 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 36 } } } ], "range": [ - 5905, - 6088 + 5948, + 6124 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 141, + "line": 142, "column": 13 } } @@ -12134,16 +12276,16 @@ "generator": false, "expression": false, "range": [ - 5902, - 6088 + 5945, + 6124 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 18 }, "end": { - "line": 141, + "line": 142, "column": 13 } } @@ -12153,16 +12295,16 @@ "shorthand": false, "computed": false, "range": [ - 5896, - 6088 + 5939, + 6124 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 141, + "line": 142, "column": 13 } } @@ -12173,16 +12315,16 @@ "type": "Identifier", "name": "next", "range": [ - 6102, - 6106 + 6138, + 6142 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 16 } } @@ -12203,16 +12345,16 @@ "type": "Identifier", "name": "nextIndex", "range": [ - 6131, - 6140 + 6167, + 6176 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 20 }, "end": { - "line": 143, + "line": 144, "column": 29 } } @@ -12234,16 +12376,16 @@ "type": "Identifier", "name": "o", "range": [ - 6143, - 6144 + 6179, + 6180 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 33 } } @@ -12252,31 +12394,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6145, - 6148 + 6181, + 6184 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 34 }, "end": { - "line": 143, + "line": 144, "column": 37 } } }, "range": [ - 6143, - 6148 + 6179, + 6184 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 37 } } @@ -12285,47 +12427,47 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6149, - 6157 + 6185, + 6193 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 38 }, "end": { - "line": 143, + "line": 144, "column": 46 } } }, "range": [ - 6143, - 6157 + 6179, + 6193 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 46 } } }, "arguments": [], "range": [ - 6143, - 6159 + 6179, + 6195 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 48 } } @@ -12342,16 +12484,16 @@ "type": "Identifier", "name": "o", "range": [ - 6162, - 6163 + 6198, + 6199 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 51 }, "end": { - "line": 143, + "line": 144, "column": 52 } } @@ -12360,31 +12502,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6164, - 6167 + 6200, + 6203 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 53 }, "end": { - "line": 143, + "line": 144, "column": 56 } } }, "range": [ - 6162, - 6167 + 6198, + 6203 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 51 }, "end": { - "line": 143, + "line": 144, "column": 56 } } @@ -12393,62 +12535,62 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6168, - 6174 + 6204, + 6210 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 57 }, "end": { - "line": 143, + "line": 144, "column": 63 } } }, "range": [ - 6162, - 6174 + 6198, + 6210 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 51 }, "end": { - "line": 143, + "line": 144, "column": 63 } } }, "arguments": [], "range": [ - 6162, - 6176 + 6198, + 6212 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 51 }, "end": { - "line": 143, + "line": 144, "column": 65 } } }, "range": [ - 6143, - 6176 + 6179, + 6212 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 143, + "line": 144, "column": 65 } } @@ -12468,16 +12610,16 @@ "type": "Identifier", "name": "o", "range": [ - 6199, - 6200 + 6235, + 6236 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 21 } } @@ -12486,31 +12628,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6201, - 6204 + 6237, + 6240 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 22 }, "end": { - "line": 144, + "line": 145, "column": 25 } } }, "range": [ - 6199, - 6204 + 6235, + 6240 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 25 } } @@ -12519,47 +12661,47 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6205, - 6213 + 6241, + 6249 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 26 }, "end": { - "line": 144, + "line": 145, "column": 34 } } }, "range": [ - 6199, - 6213 + 6235, + 6249 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 34 } } }, "arguments": [], "range": [ - 6199, - 6215 + 6235, + 6251 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 36 } } @@ -12569,31 +12711,31 @@ "value": 1, "raw": "1", "range": [ - 6218, - 6219 + 6254, + 6255 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 39 }, "end": { - "line": 144, + "line": 145, "column": 40 } } }, "range": [ - 6199, - 6219 + 6235, + 6255 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 40 } } @@ -12603,46 +12745,46 @@ "value": 0, "raw": "0", "range": [ - 6222, - 6223 + 6258, + 6259 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 43 }, "end": { - "line": 144, + "line": 145, "column": 44 } } }, "range": [ - 6143, - 6223 + 6179, + 6259 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 32 }, "end": { - "line": 144, + "line": 145, "column": 44 } } }, "range": [ - 6131, - 6223 + 6167, + 6259 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 20 }, "end": { - "line": 144, + "line": 145, "column": 44 } } @@ -12650,16 +12792,16 @@ ], "kind": "var", "range": [ - 6127, - 6224 + 6163, + 6260 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 16 }, "end": { - "line": 144, + "line": 145, "column": 45 } } @@ -12675,16 +12817,16 @@ "type": "Identifier", "name": "o", "range": [ - 6241, - 6242 + 6277, + 6278 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 16 }, "end": { - "line": 145, + "line": 146, "column": 17 } } @@ -12693,31 +12835,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 6243, - 6253 + 6279, + 6289 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 18 }, "end": { - "line": 145, + "line": 146, "column": 28 } } }, "range": [ - 6241, - 6253 + 6277, + 6289 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 16 }, "end": { - "line": 145, + "line": 146, "column": 28 } } @@ -12727,63 +12869,63 @@ "type": "Identifier", "name": "nextIndex", "range": [ - 6254, - 6263 + 6290, + 6299 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 29 }, "end": { - "line": 145, + "line": 146, "column": 38 } } } ], "range": [ - 6241, - 6264 + 6277, + 6300 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 16 }, "end": { - "line": 145, + "line": 146, "column": 39 } } }, "range": [ - 6241, - 6265 + 6277, + 6301 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 16 }, "end": { - "line": 145, + "line": 146, "column": 40 } } } ], "range": [ - 6109, - 6279 + 6145, + 6315 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 19 }, "end": { - "line": 146, + "line": 147, "column": 13 } } @@ -12791,16 +12933,16 @@ "generator": false, "expression": false, "range": [ - 6106, - 6279 + 6142, + 6315 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 16 }, "end": { - "line": 146, + "line": 147, "column": 13 } } @@ -12810,16 +12952,16 @@ "shorthand": false, "computed": false, "range": [ - 6102, - 6279 + 6138, + 6315 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 13 } } @@ -12830,16 +12972,16 @@ "type": "Identifier", "name": "prev", "range": [ - 6293, - 6297 + 6329, + 6333 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 16 } } @@ -12860,16 +13002,16 @@ "type": "Identifier", "name": "prevIndex", "range": [ - 6322, - 6331 + 6358, + 6367 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 20 }, "end": { - "line": 148, + "line": 149, "column": 29 } } @@ -12891,16 +13033,16 @@ "type": "Identifier", "name": "o", "range": [ - 6334, - 6335 + 6370, + 6371 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 148, + "line": 149, "column": 33 } } @@ -12909,31 +13051,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6336, - 6339 + 6372, + 6375 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 34 }, "end": { - "line": 148, + "line": 149, "column": 37 } } }, "range": [ - 6334, - 6339 + 6370, + 6375 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 148, + "line": 149, "column": 37 } } @@ -12942,47 +13084,47 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6340, - 6348 + 6376, + 6384 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 38 }, "end": { - "line": 148, + "line": 149, "column": 46 } } }, "range": [ - 6334, - 6348 + 6370, + 6384 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 148, + "line": 149, "column": 46 } } }, "arguments": [], "range": [ - 6334, - 6350 + 6370, + 6386 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 148, + "line": 149, "column": 48 } } @@ -12992,31 +13134,31 @@ "value": 0, "raw": "0", "range": [ - 6353, - 6354 + 6389, + 6390 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 51 }, "end": { - "line": 148, + "line": 149, "column": 52 } } }, "range": [ - 6334, - 6354 + 6370, + 6390 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 148, + "line": 149, "column": 52 } } @@ -13036,16 +13178,16 @@ "type": "Identifier", "name": "o", "range": [ - 6377, - 6378 + 6413, + 6414 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 21 } } @@ -13054,31 +13196,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6379, - 6382 + 6415, + 6418 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 22 }, "end": { - "line": 149, + "line": 150, "column": 25 } } }, "range": [ - 6377, - 6382 + 6413, + 6418 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 25 } } @@ -13087,47 +13229,47 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6383, - 6391 + 6419, + 6427 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 26 }, "end": { - "line": 149, + "line": 150, "column": 34 } } }, "range": [ - 6377, - 6391 + 6413, + 6427 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 34 } } }, "arguments": [], "range": [ - 6377, - 6393 + 6413, + 6429 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 36 } } @@ -13137,31 +13279,31 @@ "value": 1, "raw": "1", "range": [ - 6396, - 6397 + 6432, + 6433 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 39 }, "end": { - "line": 149, + "line": 150, "column": 40 } } }, "range": [ - 6377, - 6397 + 6413, + 6433 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 40 } } @@ -13178,16 +13320,16 @@ "type": "Identifier", "name": "o", "range": [ - 6400, - 6401 + 6436, + 6437 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 43 }, "end": { - "line": 149, + "line": 150, "column": 44 } } @@ -13196,31 +13338,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6402, - 6405 + 6438, + 6441 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 45 }, "end": { - "line": 149, + "line": 150, "column": 48 } } }, "range": [ - 6400, - 6405 + 6436, + 6441 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 43 }, "end": { - "line": 149, + "line": 150, "column": 48 } } @@ -13229,77 +13371,77 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6406, - 6412 + 6442, + 6448 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 49 }, "end": { - "line": 149, + "line": 150, "column": 55 } } }, "range": [ - 6400, - 6412 + 6436, + 6448 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 43 }, "end": { - "line": 149, + "line": 150, "column": 55 } } }, "arguments": [], "range": [ - 6400, - 6414 + 6436, + 6450 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 43 }, "end": { - "line": 149, + "line": 150, "column": 57 } } }, "range": [ - 6334, - 6414 + 6370, + 6450 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 32 }, "end": { - "line": 149, + "line": 150, "column": 57 } } }, "range": [ - 6322, - 6414 + 6358, + 6450 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 20 }, "end": { - "line": 149, + "line": 150, "column": 57 } } @@ -13307,16 +13449,16 @@ ], "kind": "var", "range": [ - 6318, - 6415 + 6354, + 6451 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 16 }, "end": { - "line": 149, + "line": 150, "column": 58 } } @@ -13332,16 +13474,16 @@ "type": "Identifier", "name": "o", "range": [ - 6432, - 6433 + 6468, + 6469 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 16 }, "end": { - "line": 150, + "line": 151, "column": 17 } } @@ -13350,31 +13492,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 6434, - 6444 + 6470, + 6480 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 18 }, "end": { - "line": 150, + "line": 151, "column": 28 } } }, "range": [ - 6432, - 6444 + 6468, + 6480 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 16 }, "end": { - "line": 150, + "line": 151, "column": 28 } } @@ -13384,63 +13526,63 @@ "type": "Identifier", "name": "prevIndex", "range": [ - 6445, - 6454 + 6481, + 6490 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 38 } } } ], "range": [ - 6432, - 6455 + 6468, + 6491 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 16 }, "end": { - "line": 150, + "line": 151, "column": 39 } } }, "range": [ - 6432, - 6456 + 6468, + 6492 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 16 }, "end": { - "line": 150, + "line": 151, "column": 40 } } } ], "range": [ - 6300, - 6470 + 6336, + 6506 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 19 }, "end": { - "line": 151, + "line": 152, "column": 13 } } @@ -13448,16 +13590,16 @@ "generator": false, "expression": false, "range": [ - 6297, - 6470 + 6333, + 6506 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 13 } } @@ -13467,16 +13609,16 @@ "shorthand": false, "computed": false, "range": [ - 6293, - 6470 + 6329, + 6506 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 151, + "line": 152, "column": 13 } } @@ -13487,16 +13629,16 @@ "type": "Identifier", "name": "last", "range": [ - 6484, - 6488 + 6520, + 6524 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 16 } } @@ -13519,16 +13661,16 @@ "type": "Identifier", "name": "o", "range": [ - 6509, - 6510 + 6545, + 6546 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 17 } } @@ -13537,31 +13679,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 6511, - 6521 + 6547, + 6557 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 18 }, "end": { - "line": 153, + "line": 154, "column": 28 } } }, "range": [ - 6509, - 6521 + 6545, + 6557 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 28 } } @@ -13579,16 +13721,16 @@ "type": "Identifier", "name": "o", "range": [ - 6522, - 6523 + 6558, + 6559 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 29 }, "end": { - "line": 153, + "line": 154, "column": 30 } } @@ -13597,31 +13739,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6524, - 6527 + 6560, + 6563 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 31 }, "end": { - "line": 153, + "line": 154, "column": 34 } } }, "range": [ - 6522, - 6527 + 6558, + 6563 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 29 }, "end": { - "line": 153, + "line": 154, "column": 34 } } @@ -13630,94 +13772,94 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6528, - 6534 + 6564, + 6570 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 35 }, "end": { - "line": 153, + "line": 154, "column": 41 } } }, "range": [ - 6522, - 6534 + 6558, + 6570 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 29 }, "end": { - "line": 153, + "line": 154, "column": 41 } } }, "arguments": [], "range": [ - 6522, - 6536 + 6558, + 6572 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 29 }, "end": { - "line": 153, + "line": 154, "column": 43 } } } ], "range": [ - 6509, - 6537 + 6545, + 6573 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 44 } } }, "range": [ - 6509, - 6538 + 6545, + 6574 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 45 } } } ], "range": [ - 6491, - 6552 + 6527, + 6588 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 19 }, "end": { - "line": 154, + "line": 155, "column": 13 } } @@ -13725,16 +13867,16 @@ "generator": false, "expression": false, "range": [ - 6488, - 6552 + 6524, + 6588 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 16 }, "end": { - "line": 154, + "line": 155, "column": 13 } } @@ -13744,16 +13886,16 @@ "shorthand": false, "computed": false, "range": [ - 6484, - 6552 + 6520, + 6588 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 154, + "line": 155, "column": 13 } } @@ -13764,16 +13906,16 @@ "type": "Identifier", "name": "first", "range": [ - 6566, - 6571 + 6602, + 6607 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 12 }, "end": { - "line": 155, + "line": 156, "column": 17 } } @@ -13796,16 +13938,16 @@ "type": "Identifier", "name": "o", "range": [ - 6592, - 6593 + 6628, + 6629 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 17 } } @@ -13814,31 +13956,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 6594, - 6604 + 6630, + 6640 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 18 }, "end": { - "line": 156, + "line": 157, "column": 28 } } }, "range": [ - 6592, - 6604 + 6628, + 6640 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 28 } } @@ -13849,63 +13991,63 @@ "value": 0, "raw": "0", "range": [ - 6605, - 6606 + 6641, + 6642 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 29 }, "end": { - "line": 156, + "line": 157, "column": 30 } } } ], "range": [ - 6592, - 6607 + 6628, + 6643 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 31 } } }, "range": [ - 6592, - 6608 + 6628, + 6644 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 16 }, "end": { - "line": 156, + "line": 157, "column": 32 } } } ], "range": [ - 6574, - 6622 + 6610, + 6658 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 20 }, "end": { - "line": 157, + "line": 158, "column": 13 } } @@ -13913,16 +14055,16 @@ "generator": false, "expression": false, "range": [ - 6571, - 6622 + 6607, + 6658 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 17 }, "end": { - "line": 157, + "line": 158, "column": 13 } } @@ -13932,16 +14074,16 @@ "shorthand": false, "computed": false, "range": [ - 6566, - 6622 + 6602, + 6658 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 12 }, "end": { - "line": 157, + "line": 158, "column": 13 } } @@ -13952,16 +14094,16 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 6636, - 6646 + 6672, + 6682 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 12 }, "end": { - "line": 158, + "line": 159, "column": 22 } } @@ -13974,16 +14116,16 @@ "type": "Identifier", "name": "e", "range": [ - 6647, - 6648 + 6683, + 6684 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 23 }, "end": { - "line": 158, + "line": 159, "column": 24 } } @@ -14001,16 +14143,16 @@ "type": "Identifier", "name": "key", "range": [ - 6672, - 6675 + 6708, + 6711 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 20 }, "end": { - "line": 159, + "line": 160, "column": 23 } } @@ -14024,16 +14166,16 @@ "type": "Identifier", "name": "Event", "range": [ - 6678, - 6683 + 6714, + 6719 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 26 }, "end": { - "line": 159, + "line": 160, "column": 31 } } @@ -14042,31 +14184,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6684, - 6691 + 6720, + 6727 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 32 }, "end": { - "line": 159, + "line": 160, "column": 39 } } }, "range": [ - 6678, - 6691 + 6714, + 6727 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 26 }, "end": { - "line": 159, + "line": 160, "column": 39 } } @@ -14076,47 +14218,47 @@ "type": "Identifier", "name": "e", "range": [ - 6692, - 6693 + 6728, + 6729 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 40 }, "end": { - "line": 159, + "line": 160, "column": 41 } } } ], "range": [ - 6678, - 6694 + 6714, + 6730 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 26 }, "end": { - "line": 159, + "line": 160, "column": 42 } } }, "range": [ - 6672, - 6694 + 6708, + 6730 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 20 }, "end": { - "line": 159, + "line": 160, "column": 42 } } @@ -14124,16 +14266,16 @@ ], "kind": "var", "range": [ - 6668, - 6695 + 6704, + 6731 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 16 }, "end": { - "line": 159, + "line": 160, "column": 43 } } @@ -14147,51 +14289,50 @@ "type": "Identifier", "name": "key", "range": [ - 6716, - 6719 + 6752, + 6755 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 20 }, "end": { - "line": 160, + "line": 161, "column": 23 } } }, "right": { - "type": "Literal", - "value": 13, - "raw": "13", + "type": "Identifier", + "name": "ENTER_KEY", "range": [ - 6724, - 6726 + 6760, + 6769 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 28 }, "end": { - "line": 160, - "column": 30 + "line": 161, + "column": 37 } } }, "range": [ - 6716, - 6726 + 6752, + 6769 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 20 }, "end": { - "line": 160, - "column": 30 + "line": 161, + "column": 37 } } }, @@ -14207,16 +14348,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6754, - 6756 + 6797, + 6799 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 26 } } @@ -14225,31 +14366,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 6757, - 6763 + 6800, + 6806 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 27 }, "end": { - "line": 161, + "line": 162, "column": 33 } } }, "range": [ - 6754, - 6763 + 6797, + 6806 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 33 } } @@ -14268,16 +14409,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6791, - 6793 + 6834, + 6836 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 24 }, "end": { - "line": 162, + "line": 163, "column": 26 } } @@ -14286,62 +14427,62 @@ "type": "Identifier", "name": "filter", "range": [ - 6794, - 6800 + 6837, + 6843 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 27 }, "end": { - "line": 162, + "line": 163, "column": 33 } } }, "range": [ - 6791, - 6800 + 6834, + 6843 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 24 }, "end": { - "line": 162, + "line": 163, "column": 33 } } }, "arguments": [], "range": [ - 6791, - 6802 + 6834, + 6845 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 24 }, "end": { - "line": 162, + "line": 163, "column": 35 } } }, "range": [ - 6791, - 6803 + 6834, + 6846 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 24 }, "end": { - "line": 162, + "line": 163, "column": 36 } } @@ -14357,16 +14498,16 @@ "type": "Identifier", "name": "o", "range": [ - 6828, - 6829 + 6871, + 6872 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 24 }, "end": { - "line": 163, + "line": 164, "column": 25 } } @@ -14375,31 +14516,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 6830, - 6840 + 6873, + 6883 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 26 }, "end": { - "line": 163, + "line": 164, "column": 36 } } }, "range": [ - 6828, - 6840 + 6871, + 6883 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 24 }, "end": { - "line": 163, + "line": 164, "column": 36 } } @@ -14417,16 +14558,16 @@ "type": "Identifier", "name": "o", "range": [ - 6841, - 6842 + 6884, + 6885 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 37 }, "end": { - "line": 163, + "line": 164, "column": 38 } } @@ -14435,31 +14576,31 @@ "type": "Identifier", "name": "evt", "range": [ - 6843, - 6846 + 6886, + 6889 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 39 }, "end": { - "line": 163, + "line": 164, "column": 42 } } }, "range": [ - 6841, - 6846 + 6884, + 6889 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 37 }, "end": { - "line": 163, + "line": 164, "column": 42 } } @@ -14468,94 +14609,94 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6847, - 6855 + 6890, + 6898 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 43 }, "end": { - "line": 163, + "line": 164, "column": 51 } } }, "range": [ - 6841, - 6855 + 6884, + 6898 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 37 }, "end": { - "line": 163, + "line": 164, "column": 51 } } }, "arguments": [], "range": [ - 6841, - 6857 + 6884, + 6900 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 37 }, "end": { - "line": 163, + "line": 164, "column": 53 } } } ], "range": [ - 6828, - 6858 + 6871, + 6901 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 24 }, "end": { - "line": 163, + "line": 164, "column": 54 } } }, "range": [ - 6828, - 6859 + 6871, + 6902 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 24 }, "end": { - "line": 163, + "line": 164, "column": 55 } } } ], "range": [ - 6765, - 6881 + 6808, + 6924 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 35 }, "end": { - "line": 164, + "line": 165, "column": 21 } } @@ -14574,16 +14715,16 @@ "type": "Identifier", "name": "o", "range": [ - 6913, - 6914 + 6956, + 6957 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 25 } } @@ -14592,93 +14733,93 @@ "type": "Identifier", "name": "changePage", "range": [ - 6915, - 6925 + 6958, + 6968 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 26 }, "end": { - "line": 165, + "line": 166, "column": 36 } } }, "range": [ - 6913, - 6925 + 6956, + 6968 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 36 } } }, "arguments": [], "range": [ - 6913, - 6927 + 6956, + 6970 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 38 } } }, "range": [ - 6913, - 6928 + 6956, + 6971 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 24 }, "end": { - "line": 165, + "line": 166, "column": 39 } } } ], "range": [ - 6887, - 6950 + 6930, + 6993 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 27 }, "end": { - "line": 166, + "line": 167, "column": 21 } } }, "range": [ - 6750, - 6950 + 6793, + 6993 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 20 }, "end": { - "line": 166, + "line": 167, "column": 21 } } @@ -14693,16 +14834,16 @@ "object": { "type": "ThisExpression", "range": [ - 6971, - 6975 + 7014, + 7018 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 24 } } @@ -14711,110 +14852,110 @@ "type": "Identifier", "name": "blur", "range": [ - 6976, - 6980 + 7019, + 7023 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 25 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "range": [ - 6971, - 6980 + 7014, + 7023 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "arguments": [], "range": [ - 6971, - 6982 + 7014, + 7025 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 31 } } }, "range": [ - 6971, - 6983 + 7014, + 7026 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 20 }, "end": { - "line": 167, + "line": 168, "column": 32 } } } ], "range": [ - 6728, - 7001 + 6771, + 7044 ], "loc": { "start": { - "line": 160, - "column": 32 + "line": 161, + "column": 39 }, "end": { - "line": 168, + "line": 169, "column": 17 } } }, "alternate": null, "range": [ - 6712, - 7001 + 6748, + 7044 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 16 }, "end": { - "line": 168, + "line": 169, "column": 17 } } } ], "range": [ - 6650, - 7015 + 6686, + 7058 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 26 }, "end": { - "line": 169, + "line": 170, "column": 13 } } @@ -14822,16 +14963,16 @@ "generator": false, "expression": false, "range": [ - 6646, - 7015 + 6682, + 7058 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 22 }, "end": { - "line": 169, + "line": 170, "column": 13 } } @@ -14841,16 +14982,16 @@ "shorthand": false, "computed": false, "range": [ - 6636, - 7015 + 6672, + 7058 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 12 }, "end": { - "line": 169, + "line": 170, "column": 13 } } @@ -14861,16 +15002,16 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 7029, - 7043 + 7072, + 7086 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 12 }, "end": { - "line": 170, + "line": 171, "column": 26 } } @@ -14880,16 +15021,16 @@ "value": null, "raw": "null", "range": [ - 7045, - 7049 + 7088, + 7092 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 28 }, "end": { - "line": 170, + "line": 171, "column": 32 } } @@ -14899,16 +15040,16 @@ "shorthand": false, "computed": false, "range": [ - 7029, - 7049 + 7072, + 7092 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 12 }, "end": { - "line": 170, + "line": 171, "column": 32 } } @@ -14919,16 +15060,16 @@ "type": "Identifier", "name": "nextEvt", "range": [ - 7063, - 7070 + 7106, + 7113 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 12 }, "end": { - "line": 171, + "line": 172, "column": 19 } } @@ -14938,16 +15079,16 @@ "value": null, "raw": "null", "range": [ - 7072, - 7076 + 7115, + 7119 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 21 }, "end": { - "line": 171, + "line": 172, "column": 25 } } @@ -14957,16 +15098,16 @@ "shorthand": false, "computed": false, "range": [ - 7063, - 7076 + 7106, + 7119 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 12 }, "end": { - "line": 171, + "line": 172, "column": 25 } } @@ -14977,16 +15118,16 @@ "type": "Identifier", "name": "prevEvt", "range": [ - 7090, - 7097 + 7133, + 7140 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 19 } } @@ -14996,16 +15137,16 @@ "value": null, "raw": "null", "range": [ - 7099, - 7103 + 7142, + 7146 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 21 }, "end": { - "line": 172, + "line": 173, "column": 25 } } @@ -15015,16 +15156,16 @@ "shorthand": false, "computed": false, "range": [ - 7090, - 7103 + 7133, + 7146 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 25 } } @@ -15035,16 +15176,16 @@ "type": "Identifier", "name": "lastEvt", "range": [ - 7117, - 7124 + 7160, + 7167 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 19 } } @@ -15054,16 +15195,16 @@ "value": null, "raw": "null", "range": [ - 7126, - 7130 + 7169, + 7173 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 21 }, "end": { - "line": 173, + "line": 174, "column": 25 } } @@ -15073,16 +15214,16 @@ "shorthand": false, "computed": false, "range": [ - 7117, - 7130 + 7160, + 7173 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 173, + "line": 174, "column": 25 } } @@ -15093,16 +15234,16 @@ "type": "Identifier", "name": "firstEvt", "range": [ - 7144, - 7152 + 7187, + 7195 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 12 }, "end": { - "line": 174, + "line": 175, "column": 20 } } @@ -15112,16 +15253,16 @@ "value": null, "raw": "null", "range": [ - 7154, - 7158 + 7197, + 7201 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 22 }, "end": { - "line": 174, + "line": 175, "column": 26 } } @@ -15131,62 +15272,62 @@ "shorthand": false, "computed": false, "range": [ - 7144, - 7158 + 7187, + 7201 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 12 }, "end": { - "line": 174, + "line": 175, "column": 26 } } } ], "range": [ - 5665, - 7168 + 5715, + 7211 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 19 }, "end": { - "line": 175, + "line": 176, "column": 9 } } }, "range": [ - 5654, - 7168 + 5704, + 7211 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 9 } } }, "range": [ - 5654, - 7169 + 5704, + 7212 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 10 } }, @@ -15195,16 +15336,16 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5625, - 5645 + 5675, + 5695 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 28 } } @@ -15213,16 +15354,16 @@ } ], "range": [ - 301, - 7175 + 358, + 7218 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 20 }, "end": { - "line": 176, + "line": 177, "column": 5 } } @@ -15230,16 +15371,16 @@ "generator": false, "expression": false, "range": [ - 296, - 7175 + 353, + 7218 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 15 }, "end": { - "line": 176, + "line": 177, "column": 5 } } @@ -15247,16 +15388,16 @@ "kind": "constructor", "computed": false, "range": [ - 285, - 7175 + 342, + 7218 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 4 }, "end": { - "line": 176, + "line": 177, "column": 5 } }, @@ -15265,16 +15406,16 @@ "type": "Block", "value": "*\n * Pagination component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 194, - 280 + 251, + 337 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -15285,16 +15426,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7181, - 7223 + 7224, + 7266 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 4 }, "end": { - "line": 180, + "line": 181, "column": 7 } } @@ -15308,16 +15449,16 @@ "type": "Identifier", "name": "init", "range": [ - 7228, - 7232 + 7271, + 7275 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 4 }, "end": { - "line": 181, + "line": 182, "column": 8 } } @@ -15338,32 +15479,32 @@ "type": "Identifier", "name": "slcPages", "range": [ - 7249, - 7257 + 7292, + 7300 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 12 }, "end": { - "line": 182, + "line": 183, "column": 20 } } }, "init": null, "range": [ - 7249, - 7257 + 7292, + 7300 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 12 }, "end": { - "line": 182, + "line": 183, "column": 20 } } @@ -15371,16 +15512,16 @@ ], "kind": "var", "range": [ - 7245, - 7258 + 7288, + 7301 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 21 } } @@ -15394,16 +15535,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7271, - 7273 + 7314, + 7316 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 12 }, "end": { - "line": 183, + "line": 184, "column": 14 } } @@ -15414,16 +15555,16 @@ "object": { "type": "ThisExpression", "range": [ - 7276, - 7280 + 7319, + 7323 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 17 }, "end": { - "line": 183, + "line": 184, "column": 21 } } @@ -15432,46 +15573,46 @@ "type": "Identifier", "name": "tf", "range": [ - 7281, - 7283 + 7324, + 7326 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 22 }, "end": { - "line": 183, + "line": 184, "column": 24 } } }, "range": [ - 7276, - 7283 + 7319, + 7326 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 17 }, "end": { - "line": 183, + "line": 184, "column": 24 } } }, "range": [ - 7271, - 7283 + 7314, + 7326 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 12 }, "end": { - "line": 183, + "line": 184, "column": 24 } } @@ -15479,16 +15620,16 @@ ], "kind": "var", "range": [ - 7267, - 7284 + 7310, + 7327 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 8 }, "end": { - "line": 183, + "line": 184, "column": 25 } } @@ -15502,16 +15643,16 @@ "type": "Identifier", "name": "evt", "range": [ - 7297, - 7300 + 7340, + 7343 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 12 }, "end": { - "line": 184, + "line": 185, "column": 15 } } @@ -15522,16 +15663,16 @@ "object": { "type": "ThisExpression", "range": [ - 7303, - 7307 + 7346, + 7350 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 18 }, "end": { - "line": 184, + "line": 185, "column": 22 } } @@ -15540,46 +15681,46 @@ "type": "Identifier", "name": "evt", "range": [ - 7308, - 7311 + 7351, + 7354 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 23 }, "end": { - "line": 184, + "line": 185, "column": 26 } } }, "range": [ - 7303, - 7311 + 7346, + 7354 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 18 }, "end": { - "line": 184, + "line": 185, "column": 26 } } }, "range": [ - 7297, - 7311 + 7340, + 7354 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 12 }, "end": { - "line": 184, + "line": 185, "column": 26 } } @@ -15587,16 +15728,16 @@ ], "kind": "var", "range": [ - 7293, - 7312 + 7336, + 7355 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 27 } } @@ -15609,16 +15750,16 @@ "object": { "type": "ThisExpression", "range": [ - 7326, - 7330 + 7369, + 7373 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 12 }, "end": { - "line": 186, + "line": 187, "column": 16 } } @@ -15627,31 +15768,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 7331, - 7342 + 7374, + 7385 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 17 }, "end": { - "line": 186, + "line": 187, "column": 28 } } }, "range": [ - 7326, - 7342 + 7369, + 7385 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 12 }, "end": { - "line": 186, + "line": 187, "column": 28 } } @@ -15663,48 +15804,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7358, - 7365 + 7401, + 7408 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 12 }, "end": { - "line": 187, + "line": 188, "column": 19 } } } ], "range": [ - 7344, - 7375 + 7387, + 7418 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 30 }, "end": { - "line": 188, + "line": 189, "column": 9 } } }, "alternate": null, "range": [ - 7322, - 7375 + 7365, + 7418 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 9 } }, @@ -15713,16 +15854,16 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7385, - 7449 + 7428, + 7492 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 72 } } @@ -15731,16 +15872,16 @@ "type": "Line", "value": " results per page component", "range": [ - 7458, - 7487 + 7501, + 7530 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 191, + "line": 192, "column": 37 } } @@ -15755,16 +15896,16 @@ "object": { "type": "ThisExpression", "range": [ - 7500, - 7504 + 7543, + 7547 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 12 }, "end": { - "line": 192, + "line": 193, "column": 16 } } @@ -15773,31 +15914,31 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 7505, - 7522 + 7548, + 7565 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 17 }, "end": { - "line": 192, + "line": 193, "column": 34 } } }, "range": [ - 7500, - 7522 + 7543, + 7565 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 12 }, "end": { - "line": 192, + "line": 193, "column": 34 } } @@ -15819,16 +15960,16 @@ "object": { "type": "ThisExpression", "range": [ - 7542, - 7546 + 7585, + 7589 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 16 }, "end": { - "line": 193, + "line": 194, "column": 20 } } @@ -15837,31 +15978,31 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 7547, - 7561 + 7590, + 7604 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 21 }, "end": { - "line": 193, + "line": 194, "column": 35 } } }, "range": [ - 7542, - 7561 + 7585, + 7604 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 16 }, "end": { - "line": 193, + "line": 194, "column": 35 } } @@ -15870,31 +16011,31 @@ "type": "Identifier", "name": "length", "range": [ - 7562, - 7568 + 7605, + 7611 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 36 }, "end": { - "line": 193, + "line": 194, "column": 42 } } }, "range": [ - 7542, - 7568 + 7585, + 7611 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 16 }, "end": { - "line": 193, + "line": 194, "column": 42 } } @@ -15904,31 +16045,31 @@ "value": 2, "raw": "2", "range": [ - 7571, - 7572 + 7614, + 7615 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 45 }, "end": { - "line": 193, + "line": 194, "column": 46 } } }, "range": [ - 7542, - 7572 + 7585, + 7615 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 16 }, "end": { - "line": 193, + "line": 194, "column": 46 } } @@ -15947,16 +16088,16 @@ "object": { "type": "ThisExpression", "range": [ - 7592, - 7596 + 7635, + 7639 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 16 }, "end": { - "line": 194, + "line": 195, "column": 20 } } @@ -15965,31 +16106,31 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 7597, - 7614 + 7640, + 7657 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 21 }, "end": { - "line": 194, + "line": 195, "column": 38 } } }, "range": [ - 7592, - 7614 + 7635, + 7657 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 16 }, "end": { - "line": 194, + "line": 195, "column": 38 } } @@ -15999,62 +16140,62 @@ "value": false, "raw": "false", "range": [ - 7617, - 7622 + 7660, + 7665 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 41 }, "end": { - "line": 194, + "line": 195, "column": 46 } } }, "range": [ - 7592, - 7622 + 7635, + 7665 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 16 }, "end": { - "line": 194, + "line": 195, "column": 46 } } }, "range": [ - 7592, - 7623 + 7635, + 7666 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 16 }, "end": { - "line": 194, + "line": 195, "column": 47 } } } ], "range": [ - 7574, - 7637 + 7617, + 7680 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 48 }, "end": { - "line": 195, + "line": 196, "column": 13 } } @@ -16073,16 +16214,16 @@ "object": { "type": "ThisExpression", "range": [ - 7661, - 7665 + 7704, + 7708 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 16 }, "end": { - "line": 196, + "line": 197, "column": 20 } } @@ -16091,31 +16232,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 7666, - 7678 + 7709, + 7721 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 21 }, "end": { - "line": 196, + "line": 197, "column": 33 } } }, "range": [ - 7661, - 7678 + 7704, + 7721 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 16 }, "end": { - "line": 196, + "line": 197, "column": 33 } } @@ -16132,16 +16273,16 @@ "object": { "type": "ThisExpression", "range": [ - 7681, - 7685 + 7724, + 7728 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 36 }, "end": { - "line": 196, + "line": 197, "column": 40 } } @@ -16150,31 +16291,31 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 7686, - 7700 + 7729, + 7743 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 41 }, "end": { - "line": 196, + "line": 197, "column": 55 } } }, "range": [ - 7681, - 7700 + 7724, + 7743 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 36 }, "end": { - "line": 196, + "line": 197, "column": 55 } } @@ -16184,31 +16325,31 @@ "value": 1, "raw": "1", "range": [ - 7701, - 7702 + 7744, + 7745 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 56 }, "end": { - "line": 196, + "line": 197, "column": 57 } } }, "range": [ - 7681, - 7703 + 7724, + 7746 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 36 }, "end": { - "line": 196, + "line": 197, "column": 58 } } @@ -16218,61 +16359,61 @@ "value": 0, "raw": "0", "range": [ - 7704, - 7705 + 7747, + 7748 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 59 }, "end": { - "line": 196, + "line": 197, "column": 60 } } }, "range": [ - 7681, - 7706 + 7724, + 7749 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 36 }, "end": { - "line": 196, + "line": 197, "column": 61 } } }, "range": [ - 7661, - 7706 + 7704, + 7749 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 16 }, "end": { - "line": 196, + "line": 197, "column": 61 } } }, "range": [ - 7661, - 7707 + 7704, + 7750 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 16 }, "end": { - "line": 196, + "line": 197, "column": 62 } } @@ -16287,16 +16428,16 @@ "object": { "type": "ThisExpression", "range": [ - 7724, - 7728 + 7767, + 7771 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 16 }, "end": { - "line": 197, + "line": 198, "column": 20 } } @@ -16305,125 +16446,125 @@ "type": "Identifier", "name": "setResultsPerPage", "range": [ - 7729, - 7746 + 7772, + 7789 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 21 }, "end": { - "line": 197, + "line": 198, "column": 38 } } }, "range": [ - 7724, - 7746 + 7767, + 7789 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 16 }, "end": { - "line": 197, + "line": 198, "column": 38 } } }, "arguments": [], "range": [ - 7724, - 7748 + 7767, + 7791 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 16 }, "end": { - "line": 197, + "line": 198, "column": 40 } } }, "range": [ - 7724, - 7749 + 7767, + 7792 ], "loc": { "start": { - "line": 197, + "line": 198, "column": 16 }, "end": { - "line": 197, + "line": 198, "column": 41 } } } ], "range": [ - 7643, - 7763 + 7686, + 7806 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 19 }, "end": { - "line": 198, + "line": 199, "column": 13 } } }, "range": [ - 7538, - 7763 + 7581, + 7806 ], "loc": { "start": { - "line": 193, + "line": 194, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 13 } } } ], "range": [ - 7524, - 7773 + 7567, + 7816 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 36 }, "end": { - "line": 199, + "line": 200, "column": 9 } } }, "alternate": null, "range": [ - 7496, - 7773 + 7539, + 7816 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 9 } }, @@ -16432,16 +16573,16 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7385, - 7449 + 7428, + 7492 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 72 } } @@ -16450,16 +16591,16 @@ "type": "Line", "value": " results per page component", "range": [ - 7458, - 7487 + 7501, + 7530 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 191, + "line": 192, "column": 37 } } @@ -16478,16 +16619,16 @@ "type": "Identifier", "name": "evt", "range": [ - 7783, - 7786 + 7826, + 7829 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 201, + "line": 202, "column": 11 } } @@ -16496,31 +16637,31 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 7787, - 7801 + 7830, + 7844 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 12 }, "end": { - "line": 201, + "line": 202, "column": 26 } } }, "range": [ - 7783, - 7801 + 7826, + 7844 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 201, + "line": 202, "column": 26 } } @@ -16533,16 +16674,16 @@ "type": "Identifier", "name": "event", "range": [ - 7805, - 7810 + 7848, + 7853 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 30 }, "end": { - "line": 201, + "line": 202, "column": 35 } } @@ -16560,16 +16701,16 @@ "type": "Identifier", "name": "slc", "range": [ - 7833, - 7836 + 7876, + 7879 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 16 }, "end": { - "line": 202, + "line": 203, "column": 19 } } @@ -16581,16 +16722,16 @@ "type": "Identifier", "name": "event", "range": [ - 7839, - 7844 + 7882, + 7887 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 22 }, "end": { - "line": 202, + "line": 203, "column": 27 } } @@ -16599,46 +16740,46 @@ "type": "Identifier", "name": "target", "range": [ - 7845, - 7851 + 7888, + 7894 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 28 }, "end": { - "line": 202, + "line": 203, "column": 34 } } }, "range": [ - 7839, - 7851 + 7882, + 7894 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 22 }, "end": { - "line": 202, + "line": 203, "column": 34 } } }, "range": [ - 7833, - 7851 + 7876, + 7894 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 16 }, "end": { - "line": 202, + "line": 203, "column": 34 } } @@ -16646,16 +16787,16 @@ ], "kind": "var", "range": [ - 7829, - 7852 + 7872, + 7895 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 202, + "line": 203, "column": 35 } } @@ -16670,16 +16811,16 @@ "object": { "type": "ThisExpression", "range": [ - 7865, - 7869 + 7908, + 7912 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 16 } } @@ -16688,31 +16829,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 7870, - 7880 + 7913, + 7923 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 17 }, "end": { - "line": 203, + "line": 204, "column": 27 } } }, "range": [ - 7865, - 7880 + 7908, + 7923 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 27 } } @@ -16725,16 +16866,16 @@ "type": "Identifier", "name": "slc", "range": [ - 7881, - 7884 + 7924, + 7927 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 28 }, "end": { - "line": 203, + "line": 204, "column": 31 } } @@ -16743,78 +16884,78 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 7885, - 7898 + 7928, + 7941 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 32 }, "end": { - "line": 203, + "line": 204, "column": 45 } } }, "range": [ - 7881, - 7898 + 7924, + 7941 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 28 }, "end": { - "line": 203, + "line": 204, "column": 45 } } } ], "range": [ - 7865, - 7899 + 7908, + 7942 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 46 } } }, "range": [ - 7865, - 7900 + 7908, + 7943 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 47 } } } ], "range": [ - 7815, - 7910 + 7858, + 7953 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 40 }, "end": { - "line": 204, + "line": 205, "column": 9 } } @@ -16822,46 +16963,46 @@ "generator": false, "expression": false, "range": [ - 7804, - 7910 + 7847, + 7953 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 29 }, "end": { - "line": 204, + "line": 205, "column": 9 } } }, "range": [ - 7783, - 7910 + 7826, + 7953 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 9 } } }, "range": [ - 7783, - 7911 + 7826, + 7954 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 204, + "line": 205, "column": 10 } }, @@ -16870,16 +17011,16 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7921, - 7954 + 7964, + 7997 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 41 } } @@ -16897,16 +17038,16 @@ "object": { "type": "ThisExpression", "range": [ - 7967, - 7971 + 8010, + 8014 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 12 }, "end": { - "line": 207, + "line": 208, "column": 16 } } @@ -16915,101 +17056,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 7972, - 7988 + 8015, + 8031 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 17 }, "end": { - "line": 207, + "line": 208, "column": 33 } } }, "range": [ - 7967, - 7988 + 8010, + 8031 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 12 }, "end": { - "line": 207, + "line": 208, "column": 33 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 7993, - 7995 - ], - "loc": { - "start": { - "line": 207, - "column": 38 - }, - "end": { - "line": 207, - "column": 40 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 7996, - 8006 - ], - "loc": { - "start": { - "line": 207, - "column": 41 - }, - "end": { - "line": 207, - "column": 51 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 7993, - 8006 + 8036, + 8042 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 38 }, "end": { - "line": 207, - "column": 51 + "line": 208, + "column": 44 } } }, "range": [ - 7967, - 8006 + 8010, + 8042 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 12 }, "end": { - "line": 207, - "column": 51 + "line": 208, + "column": 44 } } }, @@ -17025,16 +17130,16 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8022, - 8030 + 8058, + 8066 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 20 } } @@ -17048,16 +17153,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8033, - 8036 + 8069, + 8072 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 23 }, "end": { - "line": 208, + "line": 209, "column": 26 } } @@ -17066,87 +17171,51 @@ "type": "Identifier", "name": "create", "range": [ - 8037, - 8043 + 8073, + 8079 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 27 }, "end": { - "line": 208, + "line": 209, "column": 33 } } }, "range": [ - 8033, - 8043 + 8069, + 8079 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 23 }, "end": { - "line": 208, + "line": 209, "column": 33 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8061, - 8063 - ], - "loc": { - "start": { - "line": 209, - "column": 16 - }, - "end": { - "line": 209, - "column": 18 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 8064, - 8074 - ], - "loc": { - "start": { - "line": 209, - "column": 19 - }, - "end": { - "line": 209, - "column": 29 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 8061, - 8074 + 8080, + 8086 ], "loc": { "start": { "line": 209, - "column": 16 + "column": 34 }, "end": { "line": 209, - "column": 29 + "column": 40 } } }, @@ -17158,17 +17227,17 @@ "value": "id", "raw": "'id'", "range": [ - 8077, - 8081 + 8089, + 8093 ], "loc": { "start": { "line": 209, - "column": 32 + "column": 43 }, "end": { "line": 209, - "column": 36 + "column": 47 } } }, @@ -17181,17 +17250,17 @@ "object": { "type": "ThisExpression", "range": [ - 8083, - 8087 + 8095, + 8099 ], "loc": { "start": { "line": 209, - "column": 38 + "column": 49 }, "end": { "line": 209, - "column": 42 + "column": 53 } } }, @@ -17199,32 +17268,32 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 8088, - 8100 + 8100, + 8112 ], "loc": { "start": { "line": 209, - "column": 43 + "column": 54 }, "end": { "line": 209, - "column": 55 + "column": 66 } } }, "range": [ - 8083, - 8100 + 8095, + 8112 ], "loc": { "start": { "line": 209, - "column": 38 + "column": 49 }, "end": { "line": 209, - "column": 55 + "column": 66 } } }, @@ -17235,17 +17304,17 @@ "type": "Identifier", "name": "tf", "range": [ - 8103, - 8105 + 8115, + 8117 ], "loc": { "start": { "line": 209, - "column": 58 + "column": 69 }, "end": { "line": 209, - "column": 60 + "column": 71 } } }, @@ -17253,109 +17322,109 @@ "type": "Identifier", "name": "id", "range": [ - 8106, - 8108 + 8118, + 8120 ], "loc": { "start": { "line": 209, - "column": 61 + "column": 72 }, "end": { "line": 209, - "column": 63 + "column": 74 } } }, "range": [ - 8103, - 8108 + 8115, + 8120 ], "loc": { "start": { "line": 209, - "column": 58 + "column": 69 }, "end": { "line": 209, - "column": 63 + "column": 74 } } }, "range": [ - 8083, - 8108 + 8095, + 8120 ], "loc": { "start": { "line": 209, - "column": 38 + "column": 49 }, "end": { "line": 209, - "column": 63 + "column": 74 } } } ], "range": [ - 8076, - 8109 + 8088, + 8121 ], "loc": { "start": { "line": 209, - "column": 31 + "column": 42 }, "end": { "line": 209, - "column": 64 + "column": 75 } } } ], "range": [ - 8033, - 8110 + 8069, + 8122 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 23 }, "end": { "line": 209, - "column": 65 + "column": 76 } } }, "range": [ - 8022, - 8110 + 8058, + 8122 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { "line": 209, - "column": 65 + "column": 76 } } }, "range": [ - 8022, - 8111 + 8058, + 8123 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { "line": 209, - "column": 66 + "column": 77 } } }, @@ -17371,8 +17440,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8124, - 8132 + 8136, + 8144 ], "loc": { "start": { @@ -17389,8 +17458,8 @@ "type": "Identifier", "name": "className", "range": [ - 8133, - 8142 + 8145, + 8154 ], "loc": { "start": { @@ -17404,8 +17473,8 @@ } }, "range": [ - 8124, - 8142 + 8136, + 8154 ], "loc": { "start": { @@ -17424,8 +17493,8 @@ "object": { "type": "ThisExpression", "range": [ - 8145, - 8149 + 8157, + 8161 ], "loc": { "start": { @@ -17442,8 +17511,8 @@ "type": "Identifier", "name": "pgSlcCssClass", "range": [ - 8150, - 8163 + 8162, + 8175 ], "loc": { "start": { @@ -17457,8 +17526,8 @@ } }, "range": [ - 8145, - 8163 + 8157, + 8175 ], "loc": { "start": { @@ -17472,8 +17541,8 @@ } }, "range": [ - 8124, - 8163 + 8136, + 8175 ], "loc": { "start": { @@ -17487,8 +17556,8 @@ } }, "range": [ - 8124, - 8164 + 8136, + 8176 ], "loc": { "start": { @@ -17512,8 +17581,8 @@ "type": "Identifier", "name": "Event", "range": [ - 8177, - 8182 + 8189, + 8194 ], "loc": { "start": { @@ -17530,8 +17599,8 @@ "type": "Identifier", "name": "add", "range": [ - 8183, - 8186 + 8195, + 8198 ], "loc": { "start": { @@ -17545,8 +17614,8 @@ } }, "range": [ - 8177, - 8186 + 8189, + 8198 ], "loc": { "start": { @@ -17564,8 +17633,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8187, - 8195 + 8199, + 8207 ], "loc": { "start": { @@ -17583,8 +17652,8 @@ "value": "change", "raw": "'change'", "range": [ - 8197, - 8205 + 8209, + 8217 ], "loc": { "start": { @@ -17604,8 +17673,8 @@ "type": "Identifier", "name": "evt", "range": [ - 8207, - 8210 + 8219, + 8222 ], "loc": { "start": { @@ -17622,8 +17691,8 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 8211, - 8225 + 8223, + 8237 ], "loc": { "start": { @@ -17637,8 +17706,8 @@ } }, "range": [ - 8207, - 8225 + 8219, + 8237 ], "loc": { "start": { @@ -17653,8 +17722,8 @@ } ], "range": [ - 8177, - 8226 + 8189, + 8238 ], "loc": { "start": { @@ -17668,8 +17737,8 @@ } }, "range": [ - 8177, - 8227 + 8189, + 8239 ], "loc": { "start": { @@ -17684,13 +17753,13 @@ } ], "range": [ - 8008, - 8237 + 8044, + 8249 ], "loc": { "start": { - "line": 207, - "column": 53 + "line": 208, + "column": 46 }, "end": { "line": 212, @@ -17700,12 +17769,12 @@ }, "alternate": null, "range": [ - 7963, - 8237 + 8006, + 8249 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 8 }, "end": { @@ -17718,16 +17787,16 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7921, - 7954 + 7964, + 7997 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 41 } } @@ -17738,8 +17807,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8247, - 8271 + 8259, + 8283 ], "loc": { "start": { @@ -17765,8 +17834,8 @@ "object": { "type": "ThisExpression", "range": [ - 8284, - 8288 + 8296, + 8300 ], "loc": { "start": { @@ -17783,8 +17852,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 8289, - 8305 + 8301, + 8317 ], "loc": { "start": { @@ -17798,8 +17867,8 @@ } }, "range": [ - 8284, - 8305 + 8296, + 8317 ], "loc": { "start": { @@ -17813,47 +17882,11 @@ } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8310, - 8312 - ], - "loc": { - "start": { - "line": 215, - "column": 38 - }, - "end": { - "line": 215, - "column": 40 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 8313, - 8323 - ], - "loc": { - "start": { - "line": 215, - "column": 41 - }, - "end": { - "line": 215, - "column": 51 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 8310, - 8323 + 8322, + 8327 ], "loc": { "start": { @@ -17862,13 +17895,13 @@ }, "end": { "line": 215, - "column": 51 + "column": 43 } } }, "range": [ - 8284, - 8323 + 8296, + 8327 ], "loc": { "start": { @@ -17877,7 +17910,7 @@ }, "end": { "line": 215, - "column": 51 + "column": 43 } } }, @@ -17893,8 +17926,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8339, - 8347 + 8343, + 8351 ], "loc": { "start": { @@ -17916,8 +17949,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8350, - 8353 + 8354, + 8357 ], "loc": { "start": { @@ -17934,8 +17967,8 @@ "type": "Identifier", "name": "create", "range": [ - 8354, - 8360 + 8358, + 8364 ], "loc": { "start": { @@ -17949,8 +17982,8 @@ } }, "range": [ - 8350, - 8360 + 8354, + 8364 ], "loc": { "start": { @@ -17965,56 +17998,20 @@ }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8378, - 8380 - ], - "loc": { - "start": { - "line": 217, - "column": 16 - }, - "end": { - "line": 217, - "column": 18 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 8381, - 8391 - ], - "loc": { - "start": { - "line": 217, - "column": 19 - }, - "end": { - "line": 217, - "column": 29 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 8378, - 8391 + 8365, + 8370 ], "loc": { "start": { - "line": 217, - "column": 16 + "line": 216, + "column": 34 }, "end": { - "line": 217, - "column": 29 + "line": 216, + "column": 39 } } }, @@ -18026,16 +18023,16 @@ "value": "id", "raw": "'id'", "range": [ - 8410, - 8414 + 8389, + 8393 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 17 }, "end": { - "line": 218, + "line": 217, "column": 21 } } @@ -18049,16 +18046,16 @@ "object": { "type": "ThisExpression", "range": [ - 8416, - 8420 + 8395, + 8399 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 23 }, "end": { - "line": 218, + "line": 217, "column": 27 } } @@ -18067,31 +18064,31 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 8421, - 8433 + 8400, + 8412 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 28 }, "end": { - "line": 218, + "line": 217, "column": 40 } } }, "range": [ - 8416, - 8433 + 8395, + 8412 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 23 }, "end": { - "line": 218, + "line": 217, "column": 40 } } @@ -18103,16 +18100,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8436, - 8438 + 8415, + 8417 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 43 }, "end": { - "line": 218, + "line": 217, "column": 45 } } @@ -18121,62 +18118,62 @@ "type": "Identifier", "name": "id", "range": [ - 8439, - 8441 + 8418, + 8420 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 46 }, "end": { - "line": 218, + "line": 217, "column": 48 } } }, "range": [ - 8436, - 8441 + 8415, + 8420 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 43 }, "end": { - "line": 218, + "line": 217, "column": 48 } } }, "range": [ - 8416, - 8441 + 8395, + 8420 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 23 }, "end": { - "line": 218, + "line": 217, "column": 48 } } } ], "range": [ - 8409, - 8442 + 8388, + 8421 ], "loc": { "start": { - "line": 218, + "line": 217, "column": 16 }, "end": { - "line": 218, + "line": 217, "column": 49 } } @@ -18189,16 +18186,16 @@ "value": "value", "raw": "'value'", "range": [ - 8461, - 8468 + 8440, + 8447 ], "loc": { "start": { - "line": 219, + "line": 218, "column": 17 }, "end": { - "line": 219, + "line": 218, "column": 24 } } @@ -18209,16 +18206,16 @@ "object": { "type": "ThisExpression", "range": [ - 8470, - 8474 + 8449, + 8453 ], "loc": { "start": { - "line": 219, + "line": 218, "column": 26 }, "end": { - "line": 219, + "line": 218, "column": 30 } } @@ -18227,55 +18224,55 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 8475, - 8488 + 8454, + 8467 ], "loc": { "start": { - "line": 219, + "line": 218, "column": 31 }, "end": { - "line": 219, + "line": 218, "column": 44 } } }, "range": [ - 8470, - 8488 + 8449, + 8467 ], "loc": { "start": { - "line": 219, + "line": 218, "column": 26 }, "end": { - "line": 219, + "line": 218, "column": 44 } } } ], "range": [ - 8460, - 8489 + 8439, + 8468 ], "loc": { "start": { - "line": 219, + "line": 218, "column": 16 }, "end": { - "line": 219, + "line": 218, "column": 45 } } } ], "range": [ - 8350, - 8503 + 8354, + 8482 ], "loc": { "start": { @@ -18283,14 +18280,14 @@ "column": 23 }, "end": { - "line": 220, + "line": 219, "column": 13 } } }, "range": [ - 8339, - 8503 + 8343, + 8482 ], "loc": { "start": { @@ -18298,14 +18295,14 @@ "column": 12 }, "end": { - "line": 220, + "line": 219, "column": 13 } } }, "range": [ - 8339, - 8504 + 8343, + 8483 ], "loc": { "start": { @@ -18313,7 +18310,7 @@ "column": 12 }, "end": { - "line": 220, + "line": 219, "column": 14 } } @@ -18330,16 +18327,16 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8517, - 8525 + 8496, + 8504 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 12 }, "end": { - "line": 221, + "line": 220, "column": 20 } } @@ -18348,31 +18345,31 @@ "type": "Identifier", "name": "className", "range": [ - 8526, - 8535 + 8505, + 8514 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 21 }, "end": { - "line": 221, + "line": 220, "column": 30 } } }, "range": [ - 8517, - 8535 + 8496, + 8514 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 12 }, "end": { - "line": 221, + "line": 220, "column": 30 } } @@ -18383,16 +18380,16 @@ "object": { "type": "ThisExpression", "range": [ - 8538, - 8542 + 8517, + 8521 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 33 }, "end": { - "line": 221, + "line": 220, "column": 37 } } @@ -18401,61 +18398,61 @@ "type": "Identifier", "name": "pgInpCssClass", "range": [ - 8543, - 8556 + 8522, + 8535 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 38 }, "end": { - "line": 221, + "line": 220, "column": 51 } } }, "range": [ - 8538, - 8556 + 8517, + 8535 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 33 }, "end": { - "line": 221, + "line": 220, "column": 51 } } }, "range": [ - 8517, - 8556 + 8496, + 8535 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 12 }, "end": { - "line": 221, + "line": 220, "column": 51 } } }, "range": [ - 8517, - 8557 + 8496, + 8536 ], "loc": { "start": { - "line": 221, + "line": 220, "column": 12 }, "end": { - "line": 221, + "line": 220, "column": 52 } } @@ -18471,16 +18468,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8570, - 8575 + 8549, + 8554 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 12 }, "end": { - "line": 222, + "line": 221, "column": 17 } } @@ -18489,31 +18486,31 @@ "type": "Identifier", "name": "add", "range": [ - 8576, - 8579 + 8555, + 8558 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 18 }, "end": { - "line": 222, + "line": 221, "column": 21 } } }, "range": [ - 8570, - 8579 + 8549, + 8558 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 12 }, "end": { - "line": 222, + "line": 221, "column": 21 } } @@ -18523,16 +18520,16 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8580, - 8588 + 8559, + 8567 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 22 }, "end": { - "line": 222, + "line": 221, "column": 30 } } @@ -18542,16 +18539,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 8590, - 8600 + 8569, + 8579 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 32 }, "end": { - "line": 222, + "line": 221, "column": 42 } } @@ -18563,16 +18560,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8602, - 8605 + 8581, + 8584 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 44 }, "end": { - "line": 222, + "line": 221, "column": 47 } } @@ -18581,86 +18578,86 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 8606, - 8616 + 8585, + 8595 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 48 }, "end": { - "line": 222, + "line": 221, "column": 58 } } }, "range": [ - 8602, - 8616 + 8581, + 8595 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 44 }, "end": { - "line": 222, + "line": 221, "column": 58 } } } ], "range": [ - 8570, - 8617 + 8549, + 8596 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 12 }, "end": { - "line": 222, + "line": 221, "column": 59 } } }, "range": [ - 8570, - 8618 + 8549, + 8597 ], "loc": { "start": { - "line": 222, + "line": 221, "column": 12 }, "end": { - "line": 222, + "line": 221, "column": 60 } } } ], "range": [ - 8325, - 8628 + 8329, + 8607 ], "loc": { "start": { "line": 215, - "column": 53 + "column": 45 }, "end": { - "line": 223, + "line": 222, "column": 9 } } }, "alternate": null, "range": [ - 8280, - 8628 + 8292, + 8607 ], "loc": { "start": { @@ -18668,7 +18665,7 @@ "column": 8 }, "end": { - "line": 223, + "line": 222, "column": 9 } }, @@ -18677,8 +18674,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8247, - 8271 + 8259, + 8283 ], "loc": { "start": { @@ -18697,16 +18694,16 @@ "type": "Line", "value": " btns containers", "range": [ - 8638, - 8656 + 8617, + 8635 ], "loc": { "start": { - "line": 225, + "line": 224, "column": 8 }, "end": { - "line": 225, + "line": 224, "column": 26 } } @@ -18722,16 +18719,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 8669, - 8680 + 8648, + 8659 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 12 }, "end": { - "line": 226, + "line": 225, "column": 23 } } @@ -18745,16 +18742,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8683, - 8686 + 8662, + 8665 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 26 }, "end": { - "line": 226, + "line": 225, "column": 29 } } @@ -18763,31 +18760,31 @@ "type": "Identifier", "name": "create", "range": [ - 8687, - 8693 + 8666, + 8672 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 30 }, "end": { - "line": 226, + "line": 225, "column": 36 } } }, "range": [ - 8683, - 8693 + 8662, + 8672 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 26 }, "end": { - "line": 226, + "line": 225, "column": 36 } } @@ -18798,16 +18795,16 @@ "value": "span", "raw": "'span'", "range": [ - 8707, - 8713 + 8686, + 8692 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 12 }, "end": { - "line": 227, + "line": 226, "column": 18 } } @@ -18820,16 +18817,16 @@ "value": "id", "raw": "'id'", "range": [ - 8716, - 8720 + 8695, + 8699 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 21 }, "end": { - "line": 227, + "line": 226, "column": 25 } } @@ -18843,16 +18840,16 @@ "object": { "type": "ThisExpression", "range": [ - 8722, - 8726 + 8701, + 8705 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 27 }, "end": { - "line": 227, + "line": 226, "column": 31 } } @@ -18861,31 +18858,31 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 8727, - 8742 + 8706, + 8721 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 32 }, "end": { - "line": 227, + "line": 226, "column": 47 } } }, "range": [ - 8722, - 8742 + 8701, + 8721 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 27 }, "end": { - "line": 227, + "line": 226, "column": 47 } } @@ -18897,16 +18894,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8745, - 8747 + 8724, + 8726 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 50 }, "end": { - "line": 227, + "line": 226, "column": 52 } } @@ -18915,93 +18912,93 @@ "type": "Identifier", "name": "id", "range": [ - 8748, - 8750 + 8727, + 8729 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 53 }, "end": { - "line": 227, + "line": 226, "column": 55 } } }, "range": [ - 8745, - 8750 + 8724, + 8729 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 50 }, "end": { - "line": 227, + "line": 226, "column": 55 } } }, "range": [ - 8722, - 8750 + 8701, + 8729 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 27 }, "end": { - "line": 227, + "line": 226, "column": 55 } } } ], "range": [ - 8715, - 8751 + 8694, + 8730 ], "loc": { "start": { - "line": 227, + "line": 226, "column": 20 }, "end": { - "line": 227, + "line": 226, "column": 56 } } } ], "range": [ - 8683, - 8752 + 8662, + 8731 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 26 }, "end": { - "line": 227, + "line": 226, "column": 57 } } }, "range": [ - 8669, - 8752 + 8648, + 8731 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 12 }, "end": { - "line": 227, + "line": 226, "column": 57 } } @@ -19009,16 +19006,16 @@ ], "kind": "var", "range": [ - 8665, - 8753 + 8644, + 8732 ], "loc": { "start": { - "line": 226, + "line": 225, "column": 8 }, "end": { - "line": 227, + "line": 226, "column": 58 } }, @@ -19027,16 +19024,16 @@ "type": "Line", "value": " btns containers", "range": [ - 8638, - 8656 + 8617, + 8635 ], "loc": { "start": { - "line": 225, + "line": 224, "column": 8 }, "end": { - "line": 225, + "line": 224, "column": 26 } } @@ -19052,16 +19049,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 8766, - 8777 + 8745, + 8756 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 12 }, "end": { - "line": 228, + "line": 227, "column": 23 } } @@ -19075,16 +19072,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8780, - 8783 + 8759, + 8762 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 26 }, "end": { - "line": 228, + "line": 227, "column": 29 } } @@ -19093,31 +19090,31 @@ "type": "Identifier", "name": "create", "range": [ - 8784, - 8790 + 8763, + 8769 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 30 }, "end": { - "line": 228, + "line": 227, "column": 36 } } }, "range": [ - 8780, - 8790 + 8759, + 8769 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 26 }, "end": { - "line": 228, + "line": 227, "column": 36 } } @@ -19128,16 +19125,16 @@ "value": "span", "raw": "'span'", "range": [ - 8804, - 8810 + 8783, + 8789 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 12 }, "end": { - "line": 229, + "line": 228, "column": 18 } } @@ -19150,16 +19147,16 @@ "value": "id", "raw": "'id'", "range": [ - 8813, - 8817 + 8792, + 8796 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 21 }, "end": { - "line": 229, + "line": 228, "column": 25 } } @@ -19173,16 +19170,16 @@ "object": { "type": "ThisExpression", "range": [ - 8819, - 8823 + 8798, + 8802 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 27 }, "end": { - "line": 229, + "line": 228, "column": 31 } } @@ -19191,31 +19188,31 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 8824, - 8839 + 8803, + 8818 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 32 }, "end": { - "line": 229, + "line": 228, "column": 47 } } }, "range": [ - 8819, - 8839 + 8798, + 8818 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 27 }, "end": { - "line": 229, + "line": 228, "column": 47 } } @@ -19227,16 +19224,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8842, - 8844 + 8821, + 8823 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 50 }, "end": { - "line": 229, + "line": 228, "column": 52 } } @@ -19245,93 +19242,93 @@ "type": "Identifier", "name": "id", "range": [ - 8845, - 8847 + 8824, + 8826 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 53 }, "end": { - "line": 229, + "line": 228, "column": 55 } } }, "range": [ - 8842, - 8847 + 8821, + 8826 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 50 }, "end": { - "line": 229, + "line": 228, "column": 55 } } }, "range": [ - 8819, - 8847 + 8798, + 8826 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 27 }, "end": { - "line": 229, + "line": 228, "column": 55 } } } ], "range": [ - 8812, - 8848 + 8791, + 8827 ], "loc": { "start": { - "line": 229, + "line": 228, "column": 20 }, "end": { - "line": 229, + "line": 228, "column": 56 } } } ], "range": [ - 8780, - 8849 + 8759, + 8828 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 26 }, "end": { - "line": 229, + "line": 228, "column": 57 } } }, "range": [ - 8766, - 8849 + 8745, + 8828 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 12 }, "end": { - "line": 229, + "line": 228, "column": 57 } } @@ -19339,16 +19336,16 @@ ], "kind": "var", "range": [ - 8762, - 8850 + 8741, + 8829 ], "loc": { "start": { - "line": 228, + "line": 227, "column": 8 }, "end": { - "line": 229, + "line": 228, "column": 58 } } @@ -19362,16 +19359,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 8863, - 8874 + 8842, + 8853 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 12 }, "end": { - "line": 230, + "line": 229, "column": 23 } } @@ -19385,16 +19382,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8877, - 8880 + 8856, + 8859 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 26 }, "end": { - "line": 230, + "line": 229, "column": 29 } } @@ -19403,31 +19400,31 @@ "type": "Identifier", "name": "create", "range": [ - 8881, - 8887 + 8860, + 8866 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 30 }, "end": { - "line": 230, + "line": 229, "column": 36 } } }, "range": [ - 8877, - 8887 + 8856, + 8866 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 26 }, "end": { - "line": 230, + "line": 229, "column": 36 } } @@ -19438,16 +19435,16 @@ "value": "span", "raw": "'span'", "range": [ - 8901, - 8907 + 8880, + 8886 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 12 }, "end": { - "line": 231, + "line": 230, "column": 18 } } @@ -19460,16 +19457,16 @@ "value": "id", "raw": "'id'", "range": [ - 8910, - 8914 + 8889, + 8893 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 21 }, "end": { - "line": 231, + "line": 230, "column": 25 } } @@ -19483,16 +19480,16 @@ "object": { "type": "ThisExpression", "range": [ - 8916, - 8920 + 8895, + 8899 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 27 }, "end": { - "line": 231, + "line": 230, "column": 31 } } @@ -19501,31 +19498,31 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 8921, - 8936 + 8900, + 8915 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 32 }, "end": { - "line": 231, + "line": 230, "column": 47 } } }, "range": [ - 8916, - 8936 + 8895, + 8915 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 27 }, "end": { - "line": 231, + "line": 230, "column": 47 } } @@ -19537,16 +19534,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8939, - 8941 + 8918, + 8920 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 50 }, "end": { - "line": 231, + "line": 230, "column": 52 } } @@ -19555,93 +19552,93 @@ "type": "Identifier", "name": "id", "range": [ - 8942, - 8944 + 8921, + 8923 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 53 }, "end": { - "line": 231, + "line": 230, "column": 55 } } }, "range": [ - 8939, - 8944 + 8918, + 8923 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 50 }, "end": { - "line": 231, + "line": 230, "column": 55 } } }, "range": [ - 8916, - 8944 + 8895, + 8923 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 27 }, "end": { - "line": 231, + "line": 230, "column": 55 } } } ], "range": [ - 8909, - 8945 + 8888, + 8924 ], "loc": { "start": { - "line": 231, + "line": 230, "column": 20 }, "end": { - "line": 231, + "line": 230, "column": 56 } } } ], "range": [ - 8877, - 8946 + 8856, + 8925 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 26 }, "end": { - "line": 231, + "line": 230, "column": 57 } } }, "range": [ - 8863, - 8946 + 8842, + 8925 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 12 }, "end": { - "line": 231, + "line": 230, "column": 57 } } @@ -19649,16 +19646,16 @@ ], "kind": "var", "range": [ - 8859, - 8947 + 8838, + 8926 ], "loc": { "start": { - "line": 230, + "line": 229, "column": 8 }, "end": { - "line": 231, + "line": 230, "column": 58 } } @@ -19672,16 +19669,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 8960, - 8972 + 8939, + 8951 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 12 }, "end": { - "line": 232, + "line": 231, "column": 24 } } @@ -19695,16 +19692,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8975, - 8978 + 8954, + 8957 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 27 }, "end": { - "line": 232, + "line": 231, "column": 30 } } @@ -19713,31 +19710,31 @@ "type": "Identifier", "name": "create", "range": [ - 8979, - 8985 + 8958, + 8964 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 31 }, "end": { - "line": 232, + "line": 231, "column": 37 } } }, "range": [ - 8975, - 8985 + 8954, + 8964 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 27 }, "end": { - "line": 232, + "line": 231, "column": 37 } } @@ -19748,16 +19745,16 @@ "value": "span", "raw": "'span'", "range": [ - 8999, - 9005 + 8978, + 8984 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 12 }, "end": { - "line": 233, + "line": 232, "column": 18 } } @@ -19770,16 +19767,16 @@ "value": "id", "raw": "'id'", "range": [ - 9008, - 9012 + 8987, + 8991 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 21 }, "end": { - "line": 233, + "line": 232, "column": 25 } } @@ -19793,16 +19790,16 @@ "object": { "type": "ThisExpression", "range": [ - 9014, - 9018 + 8993, + 8997 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 27 }, "end": { - "line": 233, + "line": 232, "column": 31 } } @@ -19811,31 +19808,31 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 9019, - 9035 + 8998, + 9014 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 32 }, "end": { - "line": 233, + "line": 232, "column": 48 } } }, "range": [ - 9014, - 9035 + 8993, + 9014 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 27 }, "end": { - "line": 233, + "line": 232, "column": 48 } } @@ -19847,16 +19844,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9038, - 9040 + 9017, + 9019 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 51 }, "end": { - "line": 233, + "line": 232, "column": 53 } } @@ -19865,93 +19862,93 @@ "type": "Identifier", "name": "id", "range": [ - 9041, - 9043 + 9020, + 9022 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 54 }, "end": { - "line": 233, + "line": 232, "column": 56 } } }, "range": [ - 9038, - 9043 + 9017, + 9022 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 51 }, "end": { - "line": 233, + "line": 232, "column": 56 } } }, "range": [ - 9014, - 9043 + 8993, + 9022 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 27 }, "end": { - "line": 233, + "line": 232, "column": 56 } } } ], "range": [ - 9007, - 9044 + 8986, + 9023 ], "loc": { "start": { - "line": 233, + "line": 232, "column": 20 }, "end": { - "line": 233, + "line": 232, "column": 57 } } } ], "range": [ - 8975, - 9045 + 8954, + 9024 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 27 }, "end": { - "line": 233, + "line": 232, "column": 58 } } }, "range": [ - 8960, - 9045 + 8939, + 9024 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 12 }, "end": { - "line": 233, + "line": 232, "column": 58 } } @@ -19959,16 +19956,16 @@ ], "kind": "var", "range": [ - 8956, - 9046 + 8935, + 9025 ], "loc": { "start": { - "line": 232, + "line": 231, "column": 8 }, "end": { - "line": 233, + "line": 232, "column": 59 } } @@ -19981,16 +19978,16 @@ "object": { "type": "ThisExpression", "range": [ - 9060, - 9064 + 9039, + 9043 ], "loc": { "start": { - "line": 235, + "line": 234, "column": 12 }, "end": { - "line": 235, + "line": 234, "column": 16 } } @@ -19999,31 +19996,31 @@ "type": "Identifier", "name": "hasPagingBtns", "range": [ - 9065, - 9078 + 9044, + 9057 ], "loc": { "start": { - "line": 235, + "line": 234, "column": 17 }, "end": { - "line": 235, + "line": 234, "column": 30 } } }, "range": [ - 9060, - 9078 + 9039, + 9057 ], "loc": { "start": { - "line": 235, + "line": 234, "column": 12 }, "end": { - "line": 235, + "line": 234, "column": 30 } } @@ -20042,16 +20039,16 @@ "object": { "type": "ThisExpression", "range": [ - 9126, - 9130 + 9105, + 9109 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 17 }, "end": { - "line": 237, + "line": 236, "column": 21 } } @@ -20060,47 +20057,47 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 9131, - 9146 + 9110, + 9125 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 22 }, "end": { - "line": 237, + "line": 236, "column": 37 } } }, "range": [ - 9126, - 9146 + 9105, + 9125 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 17 }, "end": { - "line": 237, + "line": 236, "column": 37 } } }, "prefix": true, "range": [ - 9125, - 9146 + 9104, + 9125 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 16 }, "end": { - "line": 237, + "line": 236, "column": 37 } } @@ -20117,16 +20114,16 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9170, - 9178 + 9149, + 9157 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 20 }, "end": { - "line": 238, + "line": 237, "column": 28 } } @@ -20140,16 +20137,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9181, - 9184 + 9160, + 9163 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 31 }, "end": { - "line": 238, + "line": 237, "column": 34 } } @@ -20158,87 +20155,51 @@ "type": "Identifier", "name": "create", "range": [ - 9185, - 9191 + 9164, + 9170 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 35 }, "end": { - "line": 238, + "line": 237, "column": 41 } } }, "range": [ - 9181, - 9191 + 9160, + 9170 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 31 }, "end": { - "line": 238, + "line": 237, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 9213, - 9215 - ], - "loc": { - "start": { - "line": 239, - "column": 20 - }, - "end": { - "line": 239, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 9216, - 9226 - ], - "loc": { - "start": { - "line": 239, - "column": 23 - }, - "end": { - "line": 239, - "column": 33 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 9213, - 9226 + 9171, + 9176 ], "loc": { "start": { - "line": 239, - "column": 20 + "line": 237, + "column": 42 }, "end": { - "line": 239, - "column": 33 + "line": 237, + "column": 47 } } }, @@ -20250,16 +20211,16 @@ "value": "id", "raw": "'id'", "range": [ - 9249, - 9253 + 9199, + 9203 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 21 }, "end": { - "line": 240, + "line": 238, "column": 25 } } @@ -20273,16 +20234,16 @@ "object": { "type": "ThisExpression", "range": [ - 9255, - 9259 + 9205, + 9209 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 27 }, "end": { - "line": 240, + "line": 238, "column": 31 } } @@ -20291,31 +20252,31 @@ "type": "Identifier", "name": "prfxBtnNext", "range": [ - 9260, - 9271 + 9210, + 9221 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 32 }, "end": { - "line": 240, + "line": 238, "column": 43 } } }, "range": [ - 9255, - 9271 + 9205, + 9221 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 27 }, "end": { - "line": 240, + "line": 238, "column": 43 } } @@ -20327,16 +20288,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9274, - 9276 + 9224, + 9226 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 46 }, "end": { - "line": 240, + "line": 238, "column": 48 } } @@ -20345,62 +20306,62 @@ "type": "Identifier", "name": "id", "range": [ - 9277, - 9279 + 9227, + 9229 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 49 }, "end": { - "line": 240, + "line": 238, "column": 51 } } }, "range": [ - 9274, - 9279 + 9224, + 9229 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 46 }, "end": { - "line": 240, + "line": 238, "column": 51 } } }, "range": [ - 9255, - 9279 + 9205, + 9229 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 27 }, "end": { - "line": 240, + "line": 238, "column": 51 } } } ], "range": [ - 9248, - 9280 + 9198, + 9230 ], "loc": { "start": { - "line": 240, + "line": 238, "column": 20 }, "end": { - "line": 240, + "line": 238, "column": 52 } } @@ -20413,16 +20374,16 @@ "value": "type", "raw": "'type'", "range": [ - 9303, - 9309 + 9253, + 9259 ], "loc": { "start": { - "line": 241, + "line": 239, "column": 21 }, "end": { - "line": 241, + "line": 239, "column": 27 } } @@ -20432,32 +20393,32 @@ "value": "button", "raw": "'button'", "range": [ - 9311, - 9319 + 9261, + 9269 ], "loc": { "start": { - "line": 241, + "line": 239, "column": 29 }, "end": { - "line": 241, + "line": 239, "column": 37 } } } ], "range": [ - 9302, - 9320 + 9252, + 9270 ], "loc": { "start": { - "line": 241, + "line": 239, "column": 20 }, "end": { - "line": 241, + "line": 239, "column": 38 } } @@ -20470,16 +20431,16 @@ "value": "value", "raw": "'value'", "range": [ - 9343, - 9350 + 9293, + 9300 ], "loc": { "start": { - "line": 242, + "line": 240, "column": 21 }, "end": { - "line": 242, + "line": 240, "column": 28 } } @@ -20490,16 +20451,16 @@ "object": { "type": "ThisExpression", "range": [ - 9352, - 9356 + 9302, + 9306 ], "loc": { "start": { - "line": 242, + "line": 240, "column": 30 }, "end": { - "line": 242, + "line": 240, "column": 34 } } @@ -20508,47 +20469,47 @@ "type": "Identifier", "name": "btnNextPageText", "range": [ - 9357, - 9372 + 9307, + 9322 ], "loc": { "start": { - "line": 242, + "line": 240, "column": 35 }, "end": { - "line": 242, + "line": 240, "column": 50 } } }, "range": [ - 9352, - 9372 + 9302, + 9322 ], "loc": { "start": { - "line": 242, + "line": 240, "column": 30 }, "end": { - "line": 242, + "line": 240, "column": 50 } } } ], "range": [ - 9342, - 9373 + 9292, + 9323 ], "loc": { "start": { - "line": 242, + "line": 240, "column": 20 }, "end": { - "line": 242, + "line": 240, "column": 51 } } @@ -20561,16 +20522,16 @@ "value": "title", "raw": "'title'", "range": [ - 9396, - 9403 + 9346, + 9353 ], "loc": { "start": { - "line": 243, + "line": 241, "column": 21 }, "end": { - "line": 243, + "line": 241, "column": 28 } } @@ -20580,63 +20541,63 @@ "value": "Next", "raw": "'Next'", "range": [ - 9405, - 9411 + 9355, + 9361 ], "loc": { "start": { - "line": 243, + "line": 241, "column": 30 }, "end": { - "line": 243, + "line": 241, "column": 36 } } } ], "range": [ - 9395, - 9412 + 9345, + 9362 ], "loc": { "start": { - "line": 243, + "line": 241, "column": 20 }, "end": { - "line": 243, + "line": 241, "column": 37 } } } ], "range": [ - 9181, - 9430 + 9160, + 9380 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 31 }, "end": { - "line": 244, + "line": 242, "column": 17 } } }, "range": [ - 9170, - 9430 + 9149, + 9380 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 20 }, "end": { - "line": 244, + "line": 242, "column": 17 } } @@ -20644,16 +20605,16 @@ ], "kind": "var", "range": [ - 9166, - 9431 + 9145, + 9381 ], "loc": { "start": { - "line": 238, + "line": 237, "column": 16 }, "end": { - "line": 244, + "line": 242, "column": 18 } } @@ -20670,16 +20631,16 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9448, - 9456 + 9398, + 9406 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 16 }, "end": { - "line": 245, + "line": 243, "column": 24 } } @@ -20688,31 +20649,31 @@ "type": "Identifier", "name": "className", "range": [ - 9457, - 9466 + 9407, + 9416 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 25 }, "end": { - "line": 245, + "line": 243, "column": 34 } } }, "range": [ - 9448, - 9466 + 9398, + 9416 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 16 }, "end": { - "line": 245, + "line": 243, "column": 34 } } @@ -20723,16 +20684,16 @@ "object": { "type": "ThisExpression", "range": [ - 9469, - 9473 + 9419, + 9423 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 37 }, "end": { - "line": 245, + "line": 243, "column": 41 } } @@ -20741,61 +20702,61 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 9474, - 9489 + 9424, + 9439 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 42 }, "end": { - "line": 245, + "line": 243, "column": 57 } } }, "range": [ - 9469, - 9489 + 9419, + 9439 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 37 }, "end": { - "line": 245, + "line": 243, "column": 57 } } }, "range": [ - 9448, - 9489 + 9398, + 9439 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 16 }, "end": { - "line": 245, + "line": 243, "column": 57 } } }, "range": [ - 9448, - 9490 + 9398, + 9440 ], "loc": { "start": { - "line": 245, + "line": 243, "column": 16 }, "end": { - "line": 245, + "line": 243, "column": 58 } } @@ -20811,16 +20772,16 @@ "type": "Identifier", "name": "Event", "range": [ - 9507, - 9512 + 9457, + 9462 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 16 }, "end": { - "line": 246, + "line": 244, "column": 21 } } @@ -20829,31 +20790,31 @@ "type": "Identifier", "name": "add", "range": [ - 9513, - 9516 + 9463, + 9466 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 22 }, "end": { - "line": 246, + "line": 244, "column": 25 } } }, "range": [ - 9507, - 9516 + 9457, + 9466 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 16 }, "end": { - "line": 246, + "line": 244, "column": 25 } } @@ -20863,16 +20824,16 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9517, - 9525 + 9467, + 9475 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 26 }, "end": { - "line": 246, + "line": 244, "column": 34 } } @@ -20882,16 +20843,16 @@ "value": "click", "raw": "'click'", "range": [ - 9527, - 9534 + 9477, + 9484 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 36 }, "end": { - "line": 246, + "line": 244, "column": 43 } } @@ -20903,16 +20864,16 @@ "type": "Identifier", "name": "evt", "range": [ - 9536, - 9539 + 9486, + 9489 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 45 }, "end": { - "line": 246, + "line": 244, "column": 48 } } @@ -20921,62 +20882,62 @@ "type": "Identifier", "name": "next", "range": [ - 9540, - 9544 + 9490, + 9494 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 49 }, "end": { - "line": 246, + "line": 244, "column": 53 } } }, "range": [ - 9536, - 9544 + 9486, + 9494 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 45 }, "end": { - "line": 246, + "line": 244, "column": 53 } } } ], "range": [ - 9507, - 9545 + 9457, + 9495 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 16 }, "end": { - "line": 246, + "line": 244, "column": 54 } } }, "range": [ - 9507, - 9546 + 9457, + 9496 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 16 }, "end": { - "line": 246, + "line": 244, "column": 55 } } @@ -20992,16 +20953,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9563, - 9574 + 9513, + 9524 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 16 }, "end": { - "line": 247, + "line": 245, "column": 27 } } @@ -21010,31 +20971,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9575, - 9586 + 9525, + 9536 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 28 }, "end": { - "line": 247, + "line": 245, "column": 39 } } }, "range": [ - 9563, - 9586 + 9513, + 9536 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 16 }, "end": { - "line": 247, + "line": 245, "column": 39 } } @@ -21044,63 +21005,63 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9587, - 9595 + 9537, + 9545 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 40 }, "end": { - "line": 247, + "line": 245, "column": 48 } } } ], "range": [ - 9563, - 9596 + 9513, + 9546 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 16 }, "end": { - "line": 247, + "line": 245, "column": 49 } } }, "range": [ - 9563, - 9597 + 9513, + 9547 ], "loc": { "start": { - "line": 247, + "line": 245, "column": 16 }, "end": { - "line": 247, + "line": 245, "column": 50 } } } ], "range": [ - 9148, - 9611 + 9127, + 9561 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 39 }, "end": { - "line": 248, + "line": 246, "column": 13 } } @@ -21120,16 +21081,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9635, - 9646 + 9585, + 9596 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 16 }, "end": { - "line": 249, + "line": 247, "column": 27 } } @@ -21138,31 +21099,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9647, - 9656 + 9597, + 9606 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 28 }, "end": { - "line": 249, + "line": 247, "column": 37 } } }, "range": [ - 9635, - 9656 + 9585, + 9606 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 16 }, "end": { - "line": 249, + "line": 247, "column": 37 } } @@ -21173,16 +21134,16 @@ "object": { "type": "ThisExpression", "range": [ - 9659, - 9663 + 9609, + 9613 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 40 }, "end": { - "line": 249, + "line": 247, "column": 44 } } @@ -21191,61 +21152,61 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 9664, - 9679 + 9614, + 9629 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 45 }, "end": { - "line": 249, + "line": 247, "column": 60 } } }, "range": [ - 9659, - 9679 + 9609, + 9629 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 40 }, "end": { - "line": 249, + "line": 247, "column": 60 } } }, "range": [ - 9635, - 9679 + 9585, + 9629 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 16 }, "end": { - "line": 249, + "line": 247, "column": 60 } } }, "range": [ - 9635, - 9680 + 9585, + 9630 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 16 }, "end": { - "line": 249, + "line": 247, "column": 61 } } @@ -21261,16 +21222,16 @@ "type": "Identifier", "name": "Event", "range": [ - 9697, - 9702 + 9647, + 9652 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 16 }, "end": { - "line": 250, + "line": 248, "column": 21 } } @@ -21279,31 +21240,31 @@ "type": "Identifier", "name": "add", "range": [ - 9703, - 9706 + 9653, + 9656 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 22 }, "end": { - "line": 250, + "line": 248, "column": 25 } } }, "range": [ - 9697, - 9706 + 9647, + 9656 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 16 }, "end": { - "line": 250, + "line": 248, "column": 25 } } @@ -21313,16 +21274,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9707, - 9718 + 9657, + 9668 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 26 }, "end": { - "line": 250, + "line": 248, "column": 37 } } @@ -21332,16 +21293,16 @@ "value": "click", "raw": "'click'", "range": [ - 9720, - 9727 + 9670, + 9677 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 39 }, "end": { - "line": 250, + "line": 248, "column": 46 } } @@ -21353,16 +21314,16 @@ "type": "Identifier", "name": "evt", "range": [ - 9729, - 9732 + 9679, + 9682 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 48 }, "end": { - "line": 250, + "line": 248, "column": 51 } } @@ -21371,93 +21332,93 @@ "type": "Identifier", "name": "next", "range": [ - 9733, - 9737 + 9683, + 9687 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 52 }, "end": { - "line": 250, + "line": 248, "column": 56 } } }, "range": [ - 9729, - 9737 + 9679, + 9687 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 48 }, "end": { - "line": 250, + "line": 248, "column": 56 } } } ], "range": [ - 9697, - 9738 + 9647, + 9688 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 16 }, "end": { - "line": 250, + "line": 248, "column": 57 } } }, "range": [ - 9697, - 9739 + 9647, + 9689 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 16 }, "end": { - "line": 250, + "line": 248, "column": 58 } } } ], "range": [ - 9617, - 9753 + 9567, + 9703 ], "loc": { "start": { - "line": 248, + "line": 246, "column": 19 }, "end": { - "line": 251, + "line": 249, "column": 13 } } }, "range": [ - 9121, - 9753 + 9100, + 9703 ], "loc": { "start": { - "line": 237, + "line": 236, "column": 12 }, "end": { - "line": 251, + "line": 249, "column": 13 } }, @@ -21466,16 +21427,16 @@ "type": "Line", "value": " Next button", "range": [ - 9094, - 9108 + 9073, + 9087 ], "loc": { "start": { - "line": 236, + "line": 235, "column": 12 }, "end": { - "line": 236, + "line": 235, "column": 26 } } @@ -21486,16 +21447,16 @@ "type": "Line", "value": " Previous button", "range": [ - 9766, - 9784 + 9716, + 9734 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 12 }, "end": { - "line": 252, + "line": 250, "column": 30 } } @@ -21513,16 +21474,16 @@ "object": { "type": "ThisExpression", "range": [ - 9802, - 9806 + 9752, + 9756 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 17 }, "end": { - "line": 253, + "line": 251, "column": 21 } } @@ -21531,47 +21492,47 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 9807, - 9822 + 9757, + 9772 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 22 }, "end": { - "line": 253, + "line": 251, "column": 37 } } }, "range": [ - 9802, - 9822 + 9752, + 9772 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 17 }, "end": { - "line": 253, + "line": 251, "column": 37 } } }, "prefix": true, "range": [ - 9801, - 9822 + 9751, + 9772 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 16 }, "end": { - "line": 253, + "line": 251, "column": 37 } } @@ -21588,16 +21549,16 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 9846, - 9854 + 9796, + 9804 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 20 }, "end": { - "line": 254, + "line": 252, "column": 28 } } @@ -21611,16 +21572,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9857, - 9860 + 9807, + 9810 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 31 }, "end": { - "line": 254, + "line": 252, "column": 34 } } @@ -21629,87 +21590,51 @@ "type": "Identifier", "name": "create", "range": [ - 9861, - 9867 + 9811, + 9817 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 35 }, "end": { - "line": 254, + "line": 252, "column": 41 } } }, "range": [ - 9857, - 9867 + 9807, + 9817 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 31 }, "end": { - "line": 254, + "line": 252, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 9889, - 9891 - ], - "loc": { - "start": { - "line": 255, - "column": 20 - }, - "end": { - "line": 255, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 9892, - 9902 - ], - "loc": { - "start": { - "line": 255, - "column": 23 - }, - "end": { - "line": 255, - "column": 33 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 9889, - 9902 + 9818, + 9823 ], "loc": { "start": { - "line": 255, - "column": 20 + "line": 252, + "column": 42 }, "end": { - "line": 255, - "column": 33 + "line": 252, + "column": 47 } } }, @@ -21721,16 +21646,16 @@ "value": "id", "raw": "'id'", "range": [ - 9925, - 9929 + 9846, + 9850 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 21 }, "end": { - "line": 256, + "line": 253, "column": 25 } } @@ -21744,16 +21669,16 @@ "object": { "type": "ThisExpression", "range": [ - 9931, - 9935 + 9852, + 9856 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 27 }, "end": { - "line": 256, + "line": 253, "column": 31 } } @@ -21762,31 +21687,31 @@ "type": "Identifier", "name": "prfxBtnPrev", "range": [ - 9936, - 9947 + 9857, + 9868 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 32 }, "end": { - "line": 256, + "line": 253, "column": 43 } } }, "range": [ - 9931, - 9947 + 9852, + 9868 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 27 }, "end": { - "line": 256, + "line": 253, "column": 43 } } @@ -21798,16 +21723,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9950, - 9952 + 9871, + 9873 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 46 }, "end": { - "line": 256, + "line": 253, "column": 48 } } @@ -21816,62 +21741,62 @@ "type": "Identifier", "name": "id", "range": [ - 9953, - 9955 + 9874, + 9876 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 49 }, "end": { - "line": 256, + "line": 253, "column": 51 } } }, "range": [ - 9950, - 9955 + 9871, + 9876 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 46 }, "end": { - "line": 256, + "line": 253, "column": 51 } } }, "range": [ - 9931, - 9955 + 9852, + 9876 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 27 }, "end": { - "line": 256, + "line": 253, "column": 51 } } } ], "range": [ - 9924, - 9956 + 9845, + 9877 ], "loc": { "start": { - "line": 256, + "line": 253, "column": 20 }, "end": { - "line": 256, + "line": 253, "column": 52 } } @@ -21884,16 +21809,16 @@ "value": "type", "raw": "'type'", "range": [ - 9979, - 9985 + 9900, + 9906 ], "loc": { "start": { - "line": 257, + "line": 254, "column": 21 }, "end": { - "line": 257, + "line": 254, "column": 27 } } @@ -21903,32 +21828,32 @@ "value": "button", "raw": "'button'", "range": [ - 9987, - 9995 + 9908, + 9916 ], "loc": { "start": { - "line": 257, + "line": 254, "column": 29 }, "end": { - "line": 257, + "line": 254, "column": 37 } } } ], "range": [ - 9978, - 9996 + 9899, + 9917 ], "loc": { "start": { - "line": 257, + "line": 254, "column": 20 }, "end": { - "line": 257, + "line": 254, "column": 38 } } @@ -21941,16 +21866,16 @@ "value": "value", "raw": "'value'", "range": [ - 10019, - 10026 + 9940, + 9947 ], "loc": { "start": { - "line": 258, + "line": 255, "column": 21 }, "end": { - "line": 258, + "line": 255, "column": 28 } } @@ -21961,16 +21886,16 @@ "object": { "type": "ThisExpression", "range": [ - 10028, - 10032 + 9949, + 9953 ], "loc": { "start": { - "line": 258, + "line": 255, "column": 30 }, "end": { - "line": 258, + "line": 255, "column": 34 } } @@ -21979,47 +21904,47 @@ "type": "Identifier", "name": "btnPrevPageText", "range": [ - 10033, - 10048 + 9954, + 9969 ], "loc": { "start": { - "line": 258, + "line": 255, "column": 35 }, "end": { - "line": 258, + "line": 255, "column": 50 } } }, "range": [ - 10028, - 10048 + 9949, + 9969 ], "loc": { "start": { - "line": 258, + "line": 255, "column": 30 }, "end": { - "line": 258, + "line": 255, "column": 50 } } } ], "range": [ - 10018, - 10049 + 9939, + 9970 ], "loc": { "start": { - "line": 258, + "line": 255, "column": 20 }, "end": { - "line": 258, + "line": 255, "column": 51 } } @@ -22032,16 +21957,16 @@ "value": "title", "raw": "'title'", "range": [ - 10072, - 10079 + 9993, + 10000 ], "loc": { "start": { - "line": 259, + "line": 256, "column": 21 }, "end": { - "line": 259, + "line": 256, "column": 28 } } @@ -22051,63 +21976,63 @@ "value": "Previous", "raw": "'Previous'", "range": [ - 10081, - 10091 + 10002, + 10012 ], "loc": { "start": { - "line": 259, + "line": 256, "column": 30 }, "end": { - "line": 259, + "line": 256, "column": 40 } } } ], "range": [ - 10071, - 10092 + 9992, + 10013 ], "loc": { "start": { - "line": 259, + "line": 256, "column": 20 }, "end": { - "line": 259, + "line": 256, "column": 41 } } } ], "range": [ - 9857, - 10110 + 9807, + 10031 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 31 }, "end": { - "line": 260, + "line": 257, "column": 17 } } }, "range": [ - 9846, - 10110 + 9796, + 10031 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 20 }, "end": { - "line": 260, + "line": 257, "column": 17 } } @@ -22115,16 +22040,16 @@ ], "kind": "var", "range": [ - 9842, - 10111 + 9792, + 10032 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 260, + "line": 257, "column": 18 } } @@ -22141,16 +22066,16 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10128, - 10136 + 10049, + 10057 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 16 }, "end": { - "line": 261, + "line": 258, "column": 24 } } @@ -22159,31 +22084,31 @@ "type": "Identifier", "name": "className", "range": [ - 10137, - 10146 + 10058, + 10067 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 25 }, "end": { - "line": 261, + "line": 258, "column": 34 } } }, "range": [ - 10128, - 10146 + 10049, + 10067 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 16 }, "end": { - "line": 261, + "line": 258, "column": 34 } } @@ -22194,16 +22119,16 @@ "object": { "type": "ThisExpression", "range": [ - 10149, - 10153 + 10070, + 10074 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 37 }, "end": { - "line": 261, + "line": 258, "column": 41 } } @@ -22212,61 +22137,61 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 10154, - 10169 + 10075, + 10090 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 42 }, "end": { - "line": 261, + "line": 258, "column": 57 } } }, "range": [ - 10149, - 10169 + 10070, + 10090 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 37 }, "end": { - "line": 261, + "line": 258, "column": 57 } } }, "range": [ - 10128, - 10169 + 10049, + 10090 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 16 }, "end": { - "line": 261, + "line": 258, "column": 57 } } }, "range": [ - 10128, - 10170 + 10049, + 10091 ], "loc": { "start": { - "line": 261, + "line": 258, "column": 16 }, "end": { - "line": 261, + "line": 258, "column": 58 } } @@ -22282,16 +22207,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10187, - 10192 + 10108, + 10113 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 16 }, "end": { - "line": 262, + "line": 259, "column": 21 } } @@ -22300,31 +22225,31 @@ "type": "Identifier", "name": "add", "range": [ - 10193, - 10196 + 10114, + 10117 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 22 }, "end": { - "line": 262, + "line": 259, "column": 25 } } }, "range": [ - 10187, - 10196 + 10108, + 10117 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 16 }, "end": { - "line": 262, + "line": 259, "column": 25 } } @@ -22334,16 +22259,16 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10197, - 10205 + 10118, + 10126 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 26 }, "end": { - "line": 262, + "line": 259, "column": 34 } } @@ -22353,16 +22278,16 @@ "value": "click", "raw": "'click'", "range": [ - 10207, - 10214 + 10128, + 10135 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 36 }, "end": { - "line": 262, + "line": 259, "column": 43 } } @@ -22374,16 +22299,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10216, - 10219 + 10137, + 10140 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 45 }, "end": { - "line": 262, + "line": 259, "column": 48 } } @@ -22392,62 +22317,62 @@ "type": "Identifier", "name": "prev", "range": [ - 10220, - 10224 + 10141, + 10145 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 49 }, "end": { - "line": 262, + "line": 259, "column": 53 } } }, "range": [ - 10216, - 10224 + 10137, + 10145 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 45 }, "end": { - "line": 262, + "line": 259, "column": 53 } } } ], "range": [ - 10187, - 10225 + 10108, + 10146 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 16 }, "end": { - "line": 262, + "line": 259, "column": 54 } } }, "range": [ - 10187, - 10226 + 10108, + 10147 ], "loc": { "start": { - "line": 262, + "line": 259, "column": 16 }, "end": { - "line": 262, + "line": 259, "column": 55 } } @@ -22463,16 +22388,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10243, - 10254 + 10164, + 10175 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 16 }, "end": { - "line": 263, + "line": 260, "column": 27 } } @@ -22481,31 +22406,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10255, - 10266 + 10176, + 10187 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 28 }, "end": { - "line": 263, + "line": 260, "column": 39 } } }, "range": [ - 10243, - 10266 + 10164, + 10187 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 16 }, "end": { - "line": 263, + "line": 260, "column": 39 } } @@ -22515,63 +22440,63 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10267, - 10275 + 10188, + 10196 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 40 }, "end": { - "line": 263, + "line": 260, "column": 48 } } } ], "range": [ - 10243, - 10276 + 10164, + 10197 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 16 }, "end": { - "line": 263, + "line": 260, "column": 49 } } }, "range": [ - 10243, - 10277 + 10164, + 10198 ], "loc": { "start": { - "line": 263, + "line": 260, "column": 16 }, "end": { - "line": 263, + "line": 260, "column": 50 } } } ], "range": [ - 9824, - 10291 + 9774, + 10212 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 39 }, "end": { - "line": 264, + "line": 261, "column": 13 } } @@ -22591,16 +22516,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10315, - 10326 + 10236, + 10247 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 16 }, "end": { - "line": 265, + "line": 262, "column": 27 } } @@ -22609,31 +22534,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10327, - 10336 + 10248, + 10257 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 28 }, "end": { - "line": 265, + "line": 262, "column": 37 } } }, "range": [ - 10315, - 10336 + 10236, + 10257 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 16 }, "end": { - "line": 265, + "line": 262, "column": 37 } } @@ -22644,16 +22569,16 @@ "object": { "type": "ThisExpression", "range": [ - 10339, - 10343 + 10260, + 10264 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 40 }, "end": { - "line": 265, + "line": 262, "column": 44 } } @@ -22662,61 +22587,61 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 10344, - 10359 + 10265, + 10280 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 45 }, "end": { - "line": 265, + "line": 262, "column": 60 } } }, "range": [ - 10339, - 10359 + 10260, + 10280 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 40 }, "end": { - "line": 265, + "line": 262, "column": 60 } } }, "range": [ - 10315, - 10359 + 10236, + 10280 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 16 }, "end": { - "line": 265, + "line": 262, "column": 60 } } }, "range": [ - 10315, - 10360 + 10236, + 10281 ], "loc": { "start": { - "line": 265, + "line": 262, "column": 16 }, "end": { - "line": 265, + "line": 262, "column": 61 } } @@ -22732,16 +22657,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10377, - 10382 + 10298, + 10303 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 16 }, "end": { - "line": 266, + "line": 263, "column": 21 } } @@ -22750,31 +22675,31 @@ "type": "Identifier", "name": "add", "range": [ - 10383, - 10386 + 10304, + 10307 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 22 }, "end": { - "line": 266, + "line": 263, "column": 25 } } }, "range": [ - 10377, - 10386 + 10298, + 10307 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 16 }, "end": { - "line": 266, + "line": 263, "column": 25 } } @@ -22784,16 +22709,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10387, - 10398 + 10308, + 10319 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 26 }, "end": { - "line": 266, + "line": 263, "column": 37 } } @@ -22803,16 +22728,16 @@ "value": "click", "raw": "'click'", "range": [ - 10400, - 10407 + 10321, + 10328 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 39 }, "end": { - "line": 266, + "line": 263, "column": 46 } } @@ -22824,16 +22749,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10409, - 10412 + 10330, + 10333 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 48 }, "end": { - "line": 266, + "line": 263, "column": 51 } } @@ -22842,93 +22767,93 @@ "type": "Identifier", "name": "prev", "range": [ - 10413, - 10417 + 10334, + 10338 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 52 }, "end": { - "line": 266, + "line": 263, "column": 56 } } }, "range": [ - 10409, - 10417 + 10330, + 10338 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 48 }, "end": { - "line": 266, + "line": 263, "column": 56 } } } ], "range": [ - 10377, - 10418 + 10298, + 10339 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 16 }, "end": { - "line": 266, + "line": 263, "column": 57 } } }, "range": [ - 10377, - 10419 + 10298, + 10340 ], "loc": { "start": { - "line": 266, + "line": 263, "column": 16 }, "end": { - "line": 266, + "line": 263, "column": 58 } } } ], "range": [ - 10297, - 10433 + 10218, + 10354 ], "loc": { "start": { - "line": 264, + "line": 261, "column": 19 }, "end": { - "line": 267, + "line": 264, "column": 13 } } }, "range": [ - 9797, - 10433 + 9747, + 10354 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 12 }, "end": { - "line": 267, + "line": 264, "column": 13 } }, @@ -22937,16 +22862,16 @@ "type": "Line", "value": " Previous button", "range": [ - 9766, - 9784 + 9716, + 9734 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 12 }, "end": { - "line": 252, + "line": 250, "column": 30 } } @@ -22957,16 +22882,16 @@ "type": "Line", "value": " Last button", "range": [ - 10446, - 10460 + 10367, + 10381 ], "loc": { "start": { - "line": 268, + "line": 265, "column": 12 }, "end": { - "line": 268, + "line": 265, "column": 26 } } @@ -22984,16 +22909,16 @@ "object": { "type": "ThisExpression", "range": [ - 10478, - 10482 + 10399, + 10403 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 17 }, "end": { - "line": 269, + "line": 266, "column": 21 } } @@ -23002,47 +22927,47 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 10483, - 10498 + 10404, + 10419 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 22 }, "end": { - "line": 269, + "line": 266, "column": 37 } } }, "range": [ - 10478, - 10498 + 10399, + 10419 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 17 }, "end": { - "line": 269, + "line": 266, "column": 37 } } }, "prefix": true, "range": [ - 10477, - 10498 + 10398, + 10419 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 16 }, "end": { - "line": 269, + "line": 266, "column": 37 } } @@ -23059,16 +22984,16 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10522, - 10530 + 10443, + 10451 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 20 }, "end": { - "line": 270, + "line": 267, "column": 28 } } @@ -23082,16 +23007,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10533, - 10536 + 10454, + 10457 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 31 }, "end": { - "line": 270, + "line": 267, "column": 34 } } @@ -23100,87 +23025,51 @@ "type": "Identifier", "name": "create", "range": [ - 10537, - 10543 + 10458, + 10464 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 35 }, "end": { - "line": 270, + "line": 267, "column": 41 } } }, "range": [ - 10533, - 10543 + 10454, + 10464 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 31 }, "end": { - "line": 270, + "line": 267, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 10565, - 10567 - ], - "loc": { - "start": { - "line": 271, - "column": 20 - }, - "end": { - "line": 271, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 10568, - 10578 - ], - "loc": { - "start": { - "line": 271, - "column": 23 - }, - "end": { - "line": 271, - "column": 33 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 10565, - 10578 + 10465, + 10470 ], "loc": { "start": { - "line": 271, - "column": 20 + "line": 267, + "column": 42 }, "end": { - "line": 271, - "column": 33 + "line": 267, + "column": 47 } } }, @@ -23192,16 +23081,16 @@ "value": "id", "raw": "'id'", "range": [ - 10601, - 10605 + 10493, + 10497 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 21 }, "end": { - "line": 272, + "line": 268, "column": 25 } } @@ -23215,16 +23104,16 @@ "object": { "type": "ThisExpression", "range": [ - 10607, - 10611 + 10499, + 10503 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 27 }, "end": { - "line": 272, + "line": 268, "column": 31 } } @@ -23233,31 +23122,31 @@ "type": "Identifier", "name": "prfxBtnLast", "range": [ - 10612, - 10623 + 10504, + 10515 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 32 }, "end": { - "line": 272, + "line": 268, "column": 43 } } }, "range": [ - 10607, - 10623 + 10499, + 10515 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 27 }, "end": { - "line": 272, + "line": 268, "column": 43 } } @@ -23269,16 +23158,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10626, - 10628 + 10518, + 10520 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 46 }, "end": { - "line": 272, + "line": 268, "column": 48 } } @@ -23287,62 +23176,62 @@ "type": "Identifier", "name": "id", "range": [ - 10629, - 10631 + 10521, + 10523 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 49 }, "end": { - "line": 272, + "line": 268, "column": 51 } } }, "range": [ - 10626, - 10631 + 10518, + 10523 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 46 }, "end": { - "line": 272, + "line": 268, "column": 51 } } }, "range": [ - 10607, - 10631 + 10499, + 10523 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 27 }, "end": { - "line": 272, + "line": 268, "column": 51 } } } ], "range": [ - 10600, - 10632 + 10492, + 10524 ], "loc": { "start": { - "line": 272, + "line": 268, "column": 20 }, "end": { - "line": 272, + "line": 268, "column": 52 } } @@ -23355,16 +23244,16 @@ "value": "type", "raw": "'type'", "range": [ - 10655, - 10661 + 10547, + 10553 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 21 }, "end": { - "line": 273, + "line": 269, "column": 27 } } @@ -23374,32 +23263,32 @@ "value": "button", "raw": "'button'", "range": [ - 10663, - 10671 + 10555, + 10563 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 29 }, "end": { - "line": 273, + "line": 269, "column": 37 } } } ], "range": [ - 10654, - 10672 + 10546, + 10564 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 20 }, "end": { - "line": 273, + "line": 269, "column": 38 } } @@ -23412,16 +23301,16 @@ "value": "value", "raw": "'value'", "range": [ - 10695, - 10702 + 10587, + 10594 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 21 }, "end": { - "line": 274, + "line": 270, "column": 28 } } @@ -23432,16 +23321,16 @@ "object": { "type": "ThisExpression", "range": [ - 10704, - 10708 + 10596, + 10600 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 30 }, "end": { - "line": 274, + "line": 270, "column": 34 } } @@ -23450,47 +23339,47 @@ "type": "Identifier", "name": "btnLastPageText", "range": [ - 10709, - 10724 + 10601, + 10616 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 35 }, "end": { - "line": 274, + "line": 270, "column": 50 } } }, "range": [ - 10704, - 10724 + 10596, + 10616 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 30 }, "end": { - "line": 274, + "line": 270, "column": 50 } } } ], "range": [ - 10694, - 10725 + 10586, + 10617 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 20 }, "end": { - "line": 274, + "line": 270, "column": 51 } } @@ -23503,16 +23392,16 @@ "value": "title", "raw": "'title'", "range": [ - 10748, - 10755 + 10640, + 10647 ], "loc": { "start": { - "line": 275, + "line": 271, "column": 21 }, "end": { - "line": 275, + "line": 271, "column": 28 } } @@ -23522,63 +23411,63 @@ "value": "Last", "raw": "'Last'", "range": [ - 10757, - 10763 + 10649, + 10655 ], "loc": { "start": { - "line": 275, + "line": 271, "column": 30 }, "end": { - "line": 275, + "line": 271, "column": 36 } } } ], "range": [ - 10747, - 10764 + 10639, + 10656 ], "loc": { "start": { - "line": 275, + "line": 271, "column": 20 }, "end": { - "line": 275, + "line": 271, "column": 37 } } } ], "range": [ - 10533, - 10782 + 10454, + 10674 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 31 }, "end": { - "line": 276, + "line": 272, "column": 17 } } }, "range": [ - 10522, - 10782 + 10443, + 10674 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 20 }, "end": { - "line": 276, + "line": 272, "column": 17 } } @@ -23586,16 +23475,16 @@ ], "kind": "var", "range": [ - 10518, - 10783 + 10439, + 10675 ], "loc": { "start": { - "line": 270, + "line": 267, "column": 16 }, "end": { - "line": 276, + "line": 272, "column": 18 } } @@ -23612,16 +23501,16 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10800, - 10808 + 10692, + 10700 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 16 }, "end": { - "line": 277, + "line": 273, "column": 24 } } @@ -23630,31 +23519,31 @@ "type": "Identifier", "name": "className", "range": [ - 10809, - 10818 + 10701, + 10710 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 25 }, "end": { - "line": 277, + "line": 273, "column": 34 } } }, "range": [ - 10800, - 10818 + 10692, + 10710 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 16 }, "end": { - "line": 277, + "line": 273, "column": 34 } } @@ -23665,16 +23554,16 @@ "object": { "type": "ThisExpression", "range": [ - 10821, - 10825 + 10713, + 10717 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 37 }, "end": { - "line": 277, + "line": 273, "column": 41 } } @@ -23683,61 +23572,61 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 10826, - 10841 + 10718, + 10733 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 42 }, "end": { - "line": 277, + "line": 273, "column": 57 } } }, "range": [ - 10821, - 10841 + 10713, + 10733 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 37 }, "end": { - "line": 277, + "line": 273, "column": 57 } } }, "range": [ - 10800, - 10841 + 10692, + 10733 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 16 }, "end": { - "line": 277, + "line": 273, "column": 57 } } }, "range": [ - 10800, - 10842 + 10692, + 10734 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 16 }, "end": { - "line": 277, + "line": 273, "column": 58 } } @@ -23753,16 +23642,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10859, - 10864 + 10751, + 10756 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 16 }, "end": { - "line": 278, + "line": 274, "column": 21 } } @@ -23771,31 +23660,31 @@ "type": "Identifier", "name": "add", "range": [ - 10865, - 10868 + 10757, + 10760 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 22 }, "end": { - "line": 278, + "line": 274, "column": 25 } } }, "range": [ - 10859, - 10868 + 10751, + 10760 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 16 }, "end": { - "line": 278, + "line": 274, "column": 25 } } @@ -23805,16 +23694,16 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10869, - 10877 + 10761, + 10769 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 26 }, "end": { - "line": 278, + "line": 274, "column": 34 } } @@ -23824,16 +23713,16 @@ "value": "click", "raw": "'click'", "range": [ - 10879, - 10886 + 10771, + 10778 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 36 }, "end": { - "line": 278, + "line": 274, "column": 43 } } @@ -23845,16 +23734,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10888, - 10891 + 10780, + 10783 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 45 }, "end": { - "line": 278, + "line": 274, "column": 48 } } @@ -23863,62 +23752,62 @@ "type": "Identifier", "name": "last", "range": [ - 10892, - 10896 + 10784, + 10788 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 49 }, "end": { - "line": 278, + "line": 274, "column": 53 } } }, "range": [ - 10888, - 10896 + 10780, + 10788 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 45 }, "end": { - "line": 278, + "line": 274, "column": 53 } } } ], "range": [ - 10859, - 10897 + 10751, + 10789 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 16 }, "end": { - "line": 278, + "line": 274, "column": 54 } } }, "range": [ - 10859, - 10898 + 10751, + 10790 ], "loc": { "start": { - "line": 278, + "line": 274, "column": 16 }, "end": { - "line": 278, + "line": 274, "column": 55 } } @@ -23934,16 +23823,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 10915, - 10926 + 10807, + 10818 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 16 }, "end": { - "line": 279, + "line": 275, "column": 27 } } @@ -23952,31 +23841,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10927, - 10938 + 10819, + 10830 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 28 }, "end": { - "line": 279, + "line": 275, "column": 39 } } }, "range": [ - 10915, - 10938 + 10807, + 10830 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 16 }, "end": { - "line": 279, + "line": 275, "column": 39 } } @@ -23986,63 +23875,63 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10939, - 10947 + 10831, + 10839 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 40 }, "end": { - "line": 279, + "line": 275, "column": 48 } } } ], "range": [ - 10915, - 10948 + 10807, + 10840 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 16 }, "end": { - "line": 279, + "line": 275, "column": 49 } } }, "range": [ - 10915, - 10949 + 10807, + 10841 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 16 }, "end": { - "line": 279, + "line": 275, "column": 50 } } } ], "range": [ - 10500, - 10963 + 10421, + 10855 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 39 }, "end": { - "line": 280, + "line": 276, "column": 13 } } @@ -24062,16 +23951,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 10987, - 10998 + 10879, + 10890 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 16 }, "end": { - "line": 281, + "line": 277, "column": 27 } } @@ -24080,31 +23969,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10999, - 11008 + 10891, + 10900 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 28 }, "end": { - "line": 281, + "line": 277, "column": 37 } } }, "range": [ - 10987, - 11008 + 10879, + 10900 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 16 }, "end": { - "line": 281, + "line": 277, "column": 37 } } @@ -24115,16 +24004,16 @@ "object": { "type": "ThisExpression", "range": [ - 11011, - 11015 + 10903, + 10907 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 40 }, "end": { - "line": 281, + "line": 277, "column": 44 } } @@ -24133,61 +24022,61 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 11016, - 11031 + 10908, + 10923 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 45 }, "end": { - "line": 281, + "line": 277, "column": 60 } } }, "range": [ - 11011, - 11031 + 10903, + 10923 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 40 }, "end": { - "line": 281, + "line": 277, "column": 60 } } }, "range": [ - 10987, - 11031 + 10879, + 10923 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 16 }, "end": { - "line": 281, + "line": 277, "column": 60 } } }, "range": [ - 10987, - 11032 + 10879, + 10924 ], "loc": { "start": { - "line": 281, + "line": 277, "column": 16 }, "end": { - "line": 281, + "line": 277, "column": 61 } } @@ -24203,16 +24092,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11049, - 11054 + 10941, + 10946 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 16 }, "end": { - "line": 282, + "line": 278, "column": 21 } } @@ -24221,31 +24110,31 @@ "type": "Identifier", "name": "add", "range": [ - 11055, - 11058 + 10947, + 10950 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 22 }, "end": { - "line": 282, + "line": 278, "column": 25 } } }, "range": [ - 11049, - 11058 + 10941, + 10950 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 16 }, "end": { - "line": 282, + "line": 278, "column": 25 } } @@ -24255,16 +24144,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 11059, - 11070 + 10951, + 10962 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 26 }, "end": { - "line": 282, + "line": 278, "column": 37 } } @@ -24274,16 +24163,16 @@ "value": "click", "raw": "'click'", "range": [ - 11072, - 11079 + 10964, + 10971 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 39 }, "end": { - "line": 282, + "line": 278, "column": 46 } } @@ -24295,16 +24184,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11081, - 11084 + 10973, + 10976 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 48 }, "end": { - "line": 282, + "line": 278, "column": 51 } } @@ -24313,93 +24202,93 @@ "type": "Identifier", "name": "last", "range": [ - 11085, - 11089 + 10977, + 10981 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 52 }, "end": { - "line": 282, + "line": 278, "column": 56 } } }, "range": [ - 11081, - 11089 + 10973, + 10981 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 48 }, "end": { - "line": 282, + "line": 278, "column": 56 } } } ], "range": [ - 11049, - 11090 + 10941, + 10982 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 16 }, "end": { - "line": 282, + "line": 278, "column": 57 } } }, "range": [ - 11049, - 11091 + 10941, + 10983 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 16 }, "end": { - "line": 282, + "line": 278, "column": 58 } } } ], "range": [ - 10969, - 11105 + 10861, + 10997 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 19 }, "end": { - "line": 283, + "line": 279, "column": 13 } } }, "range": [ - 10473, - 11105 + 10394, + 10997 ], "loc": { "start": { - "line": 269, + "line": 266, "column": 12 }, "end": { - "line": 283, + "line": 279, "column": 13 } }, @@ -24408,16 +24297,16 @@ "type": "Line", "value": " Last button", "range": [ - 10446, - 10460 + 10367, + 10381 ], "loc": { "start": { - "line": 268, + "line": 265, "column": 12 }, "end": { - "line": 268, + "line": 265, "column": 26 } } @@ -24428,16 +24317,16 @@ "type": "Line", "value": " First button", "range": [ - 11118, - 11133 + 11010, + 11025 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 12 }, "end": { - "line": 284, + "line": 280, "column": 27 } } @@ -24455,16 +24344,16 @@ "object": { "type": "ThisExpression", "range": [ - 11151, - 11155 + 11043, + 11047 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 17 }, "end": { - "line": 285, + "line": 281, "column": 21 } } @@ -24473,47 +24362,47 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 11156, - 11172 + 11048, + 11064 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 22 }, "end": { - "line": 285, + "line": 281, "column": 38 } } }, "range": [ - 11151, - 11172 + 11043, + 11064 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 17 }, "end": { - "line": 285, + "line": 281, "column": 38 } } }, "prefix": true, "range": [ - 11150, - 11172 + 11042, + 11064 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 16 }, "end": { - "line": 285, + "line": 281, "column": 38 } } @@ -24530,16 +24419,16 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11196, - 11205 + 11088, + 11097 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 20 }, "end": { - "line": 286, + "line": 282, "column": 29 } } @@ -24553,16 +24442,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11208, - 11211 + 11100, + 11103 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 32 }, "end": { - "line": 286, + "line": 282, "column": 35 } } @@ -24571,87 +24460,51 @@ "type": "Identifier", "name": "create", "range": [ - 11212, - 11218 + 11104, + 11110 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 36 }, "end": { - "line": 286, + "line": 282, "column": 42 } } }, "range": [ - 11208, - 11218 + 11100, + 11110 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 32 }, "end": { - "line": 286, + "line": 282, "column": 42 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 11240, - 11242 - ], - "loc": { - "start": { - "line": 287, - "column": 20 - }, - "end": { - "line": 287, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 11243, - 11253 - ], - "loc": { - "start": { - "line": 287, - "column": 23 - }, - "end": { - "line": 287, - "column": 33 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 11240, - 11253 + 11111, + 11116 ], "loc": { "start": { - "line": 287, - "column": 20 + "line": 282, + "column": 43 }, "end": { - "line": 287, - "column": 33 + "line": 282, + "column": 48 } } }, @@ -24663,16 +24516,16 @@ "value": "id", "raw": "'id'", "range": [ - 11276, - 11280 + 11139, + 11143 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 21 }, "end": { - "line": 288, + "line": 283, "column": 25 } } @@ -24686,16 +24539,16 @@ "object": { "type": "ThisExpression", "range": [ - 11282, - 11286 + 11145, + 11149 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 27 }, "end": { - "line": 288, + "line": 283, "column": 31 } } @@ -24704,31 +24557,31 @@ "type": "Identifier", "name": "prfxBtnFirst", "range": [ - 11287, - 11299 + 11150, + 11162 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 32 }, "end": { - "line": 288, + "line": 283, "column": 44 } } }, "range": [ - 11282, - 11299 + 11145, + 11162 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 27 }, "end": { - "line": 288, + "line": 283, "column": 44 } } @@ -24740,16 +24593,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11302, - 11304 + 11165, + 11167 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 47 }, "end": { - "line": 288, + "line": 283, "column": 49 } } @@ -24758,62 +24611,62 @@ "type": "Identifier", "name": "id", "range": [ - 11305, - 11307 + 11168, + 11170 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 50 }, "end": { - "line": 288, + "line": 283, "column": 52 } } }, "range": [ - 11302, - 11307 + 11165, + 11170 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 47 }, "end": { - "line": 288, + "line": 283, "column": 52 } } }, "range": [ - 11282, - 11307 + 11145, + 11170 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 27 }, "end": { - "line": 288, + "line": 283, "column": 52 } } } ], "range": [ - 11275, - 11308 + 11138, + 11171 ], "loc": { "start": { - "line": 288, + "line": 283, "column": 20 }, "end": { - "line": 288, + "line": 283, "column": 53 } } @@ -24826,16 +24679,16 @@ "value": "type", "raw": "'type'", "range": [ - 11331, - 11337 + 11194, + 11200 ], "loc": { "start": { - "line": 289, + "line": 284, "column": 21 }, "end": { - "line": 289, + "line": 284, "column": 27 } } @@ -24845,32 +24698,32 @@ "value": "button", "raw": "'button'", "range": [ - 11339, - 11347 + 11202, + 11210 ], "loc": { "start": { - "line": 289, + "line": 284, "column": 29 }, "end": { - "line": 289, + "line": 284, "column": 37 } } } ], "range": [ - 11330, - 11348 + 11193, + 11211 ], "loc": { "start": { - "line": 289, + "line": 284, "column": 20 }, "end": { - "line": 289, + "line": 284, "column": 38 } } @@ -24883,16 +24736,16 @@ "value": "value", "raw": "'value'", "range": [ - 11371, - 11378 + 11234, + 11241 ], "loc": { "start": { - "line": 290, + "line": 285, "column": 21 }, "end": { - "line": 290, + "line": 285, "column": 28 } } @@ -24903,16 +24756,16 @@ "object": { "type": "ThisExpression", "range": [ - 11380, - 11384 + 11243, + 11247 ], "loc": { "start": { - "line": 290, + "line": 285, "column": 30 }, "end": { - "line": 290, + "line": 285, "column": 34 } } @@ -24921,47 +24774,47 @@ "type": "Identifier", "name": "btnFirstPageText", "range": [ - 11385, - 11401 + 11248, + 11264 ], "loc": { "start": { - "line": 290, + "line": 285, "column": 35 }, "end": { - "line": 290, + "line": 285, "column": 51 } } }, "range": [ - 11380, - 11401 + 11243, + 11264 ], "loc": { "start": { - "line": 290, + "line": 285, "column": 30 }, "end": { - "line": 290, + "line": 285, "column": 51 } } } ], "range": [ - 11370, - 11402 + 11233, + 11265 ], "loc": { "start": { - "line": 290, + "line": 285, "column": 20 }, "end": { - "line": 290, + "line": 285, "column": 52 } } @@ -24974,16 +24827,16 @@ "value": "title", "raw": "'title'", "range": [ - 11425, - 11432 + 11288, + 11295 ], "loc": { "start": { - "line": 291, + "line": 286, "column": 21 }, "end": { - "line": 291, + "line": 286, "column": 28 } } @@ -24993,63 +24846,63 @@ "value": "First", "raw": "'First'", "range": [ - 11434, - 11441 + 11297, + 11304 ], "loc": { "start": { - "line": 291, + "line": 286, "column": 30 }, "end": { - "line": 291, + "line": 286, "column": 37 } } } ], "range": [ - 11424, - 11442 + 11287, + 11305 ], "loc": { "start": { - "line": 291, + "line": 286, "column": 20 }, "end": { - "line": 291, + "line": 286, "column": 38 } } } ], "range": [ - 11208, - 11460 + 11100, + 11323 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 32 }, "end": { - "line": 292, + "line": 287, "column": 17 } } }, "range": [ - 11196, - 11460 + 11088, + 11323 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 20 }, "end": { - "line": 292, + "line": 287, "column": 17 } } @@ -25057,16 +24910,16 @@ ], "kind": "var", "range": [ - 11192, - 11461 + 11084, + 11324 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 16 }, "end": { - "line": 292, + "line": 287, "column": 18 } } @@ -25083,16 +24936,16 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11478, - 11487 + 11341, + 11350 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 16 }, "end": { - "line": 293, + "line": 288, "column": 25 } } @@ -25101,31 +24954,31 @@ "type": "Identifier", "name": "className", "range": [ - 11488, - 11497 + 11351, + 11360 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 26 }, "end": { - "line": 293, + "line": 288, "column": 35 } } }, "range": [ - 11478, - 11497 + 11341, + 11360 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 16 }, "end": { - "line": 293, + "line": 288, "column": 35 } } @@ -25136,16 +24989,16 @@ "object": { "type": "ThisExpression", "range": [ - 11500, - 11504 + 11363, + 11367 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 38 }, "end": { - "line": 293, + "line": 288, "column": 42 } } @@ -25154,61 +25007,61 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 11505, - 11520 + 11368, + 11383 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 43 }, "end": { - "line": 293, + "line": 288, "column": 58 } } }, "range": [ - 11500, - 11520 + 11363, + 11383 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 38 }, "end": { - "line": 293, + "line": 288, "column": 58 } } }, "range": [ - 11478, - 11520 + 11341, + 11383 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 16 }, "end": { - "line": 293, + "line": 288, "column": 58 } } }, "range": [ - 11478, - 11521 + 11341, + 11384 ], "loc": { "start": { - "line": 293, + "line": 288, "column": 16 }, "end": { - "line": 293, + "line": 288, "column": 59 } } @@ -25224,16 +25077,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11538, - 11543 + 11401, + 11406 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 16 }, "end": { - "line": 294, + "line": 289, "column": 21 } } @@ -25242,31 +25095,31 @@ "type": "Identifier", "name": "add", "range": [ - 11544, - 11547 + 11407, + 11410 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 22 }, "end": { - "line": 294, + "line": 289, "column": 25 } } }, "range": [ - 11538, - 11547 + 11401, + 11410 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 16 }, "end": { - "line": 294, + "line": 289, "column": 25 } } @@ -25276,16 +25129,16 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11548, - 11557 + 11411, + 11420 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 26 }, "end": { - "line": 294, + "line": 289, "column": 35 } } @@ -25295,16 +25148,16 @@ "value": "click", "raw": "'click'", "range": [ - 11559, - 11566 + 11422, + 11429 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 37 }, "end": { - "line": 294, + "line": 289, "column": 44 } } @@ -25316,16 +25169,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11568, - 11571 + 11431, + 11434 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 46 }, "end": { - "line": 294, + "line": 289, "column": 49 } } @@ -25334,62 +25187,62 @@ "type": "Identifier", "name": "first", "range": [ - 11572, - 11577 + 11435, + 11440 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 50 }, "end": { - "line": 294, + "line": 289, "column": 55 } } }, "range": [ - 11568, - 11577 + 11431, + 11440 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 46 }, "end": { - "line": 294, + "line": 289, "column": 55 } } } ], "range": [ - 11538, - 11578 + 11401, + 11441 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 16 }, "end": { - "line": 294, + "line": 289, "column": 56 } } }, "range": [ - 11538, - 11579 + 11401, + 11442 ], "loc": { "start": { - "line": 294, + "line": 289, "column": 16 }, "end": { - "line": 294, + "line": 289, "column": 57 } } @@ -25405,16 +25258,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11596, - 11608 + 11459, + 11471 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 16 }, "end": { - "line": 295, + "line": 290, "column": 28 } } @@ -25423,31 +25276,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11609, - 11620 + 11472, + 11483 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 29 }, "end": { - "line": 295, + "line": 290, "column": 40 } } }, "range": [ - 11596, - 11620 + 11459, + 11483 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 16 }, "end": { - "line": 295, + "line": 290, "column": 40 } } @@ -25457,63 +25310,63 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11621, - 11630 + 11484, + 11493 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 41 }, "end": { - "line": 295, + "line": 290, "column": 50 } } } ], "range": [ - 11596, - 11631 + 11459, + 11494 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 16 }, "end": { - "line": 295, + "line": 290, "column": 51 } } }, "range": [ - 11596, - 11632 + 11459, + 11495 ], "loc": { "start": { - "line": 295, + "line": 290, "column": 16 }, "end": { - "line": 295, + "line": 290, "column": 52 } } } ], "range": [ - 11174, - 11646 + 11066, + 11509 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 40 }, "end": { - "line": 296, + "line": 291, "column": 13 } } @@ -25533,16 +25386,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11670, - 11682 + 11533, + 11545 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 16 }, "end": { - "line": 297, + "line": 292, "column": 28 } } @@ -25551,31 +25404,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11683, - 11692 + 11546, + 11555 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 29 }, "end": { - "line": 297, + "line": 292, "column": 38 } } }, "range": [ - 11670, - 11692 + 11533, + 11555 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 16 }, "end": { - "line": 297, + "line": 292, "column": 38 } } @@ -25586,16 +25439,16 @@ "object": { "type": "ThisExpression", "range": [ - 11695, - 11699 + 11558, + 11562 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 41 }, "end": { - "line": 297, + "line": 292, "column": 45 } } @@ -25604,61 +25457,61 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 11700, - 11716 + 11563, + 11579 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 46 }, "end": { - "line": 297, + "line": 292, "column": 62 } } }, "range": [ - 11695, - 11716 + 11558, + 11579 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 41 }, "end": { - "line": 297, + "line": 292, "column": 62 } } }, "range": [ - 11670, - 11716 + 11533, + 11579 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 16 }, "end": { - "line": 297, + "line": 292, "column": 62 } } }, "range": [ - 11670, - 11717 + 11533, + 11580 ], "loc": { "start": { - "line": 297, + "line": 292, "column": 16 }, "end": { - "line": 297, + "line": 292, "column": 63 } } @@ -25674,16 +25527,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11734, - 11739 + 11597, + 11602 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 16 }, "end": { - "line": 298, + "line": 293, "column": 21 } } @@ -25692,31 +25545,31 @@ "type": "Identifier", "name": "add", "range": [ - 11740, - 11743 + 11603, + 11606 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 22 }, "end": { - "line": 298, + "line": 293, "column": 25 } } }, "range": [ - 11734, - 11743 + 11597, + 11606 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 16 }, "end": { - "line": 298, + "line": 293, "column": 25 } } @@ -25726,16 +25579,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11744, - 11756 + 11607, + 11619 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 26 }, "end": { - "line": 298, + "line": 293, "column": 38 } } @@ -25745,16 +25598,16 @@ "value": "click", "raw": "'click'", "range": [ - 11758, - 11765 + 11621, + 11628 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 40 }, "end": { - "line": 298, + "line": 293, "column": 47 } } @@ -25766,16 +25619,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11767, - 11770 + 11630, + 11633 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 49 }, "end": { - "line": 298, + "line": 293, "column": 52 } } @@ -25784,93 +25637,93 @@ "type": "Identifier", "name": "first", "range": [ - 11771, - 11776 + 11634, + 11639 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 53 }, "end": { - "line": 298, + "line": 293, "column": 58 } } }, "range": [ - 11767, - 11776 + 11630, + 11639 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 49 }, "end": { - "line": 298, + "line": 293, "column": 58 } } } ], "range": [ - 11734, - 11777 + 11597, + 11640 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 16 }, "end": { - "line": 298, + "line": 293, "column": 59 } } }, "range": [ - 11734, - 11778 + 11597, + 11641 ], "loc": { "start": { - "line": 298, + "line": 293, "column": 16 }, "end": { - "line": 298, + "line": 293, "column": 60 } } } ], "range": [ - 11652, - 11792 + 11515, + 11655 ], "loc": { "start": { - "line": 296, + "line": 291, "column": 19 }, "end": { - "line": 299, + "line": 294, "column": 13 } } }, "range": [ - 11146, - 11792 + 11038, + 11655 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 12 }, "end": { - "line": 299, + "line": 294, "column": 13 } }, @@ -25879,16 +25732,16 @@ "type": "Line", "value": " First button", "range": [ - 11118, - 11133 + 11010, + 11025 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 12 }, "end": { - "line": 284, + "line": 280, "column": 27 } } @@ -25897,32 +25750,32 @@ } ], "range": [ - 9080, - 11802 + 9059, + 11665 ], "loc": { "start": { - "line": 235, + "line": 234, "column": 32 }, "end": { - "line": 300, + "line": 295, "column": 9 } } }, "alternate": null, "range": [ - 9056, - 11802 + 9035, + 11665 ], "loc": { "start": { - "line": 235, + "line": 234, "column": 8 }, "end": { - "line": 300, + "line": 295, "column": 9 } }, @@ -25931,16 +25784,16 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11812, - 11884 + 11675, + 11747 ], "loc": { "start": { - "line": 302, + "line": 297, "column": 8 }, "end": { - "line": 302, + "line": 297, "column": 80 } } @@ -25958,16 +25811,16 @@ "object": { "type": "ThisExpression", "range": [ - 11898, - 11902 + 11761, + 11765 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 13 }, "end": { - "line": 303, + "line": 298, "column": 17 } } @@ -25976,47 +25829,47 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 11903, - 11914 + 11766, + 11777 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 18 }, "end": { - "line": 303, + "line": 298, "column": 29 } } }, "range": [ - 11898, - 11914 + 11761, + 11777 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 13 }, "end": { - "line": 303, + "line": 298, "column": 29 } } }, "prefix": true, "range": [ - 11897, - 11914 + 11760, + 11777 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 12 }, "end": { - "line": 303, + "line": 298, "column": 29 } } @@ -26035,16 +25888,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11930, - 11932 + 11793, + 11795 ], "loc": { "start": { - "line": 304, + "line": 299, "column": 12 }, "end": { - "line": 304, + "line": 299, "column": 14 } } @@ -26053,94 +25906,94 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 11933, - 11943 + 11796, + 11806 ], "loc": { "start": { - "line": 304, + "line": 299, "column": 15 }, "end": { - "line": 304, + "line": 299, "column": 25 } } }, "range": [ - 11930, - 11943 + 11793, + 11806 ], "loc": { "start": { - "line": 304, + "line": 299, "column": 12 }, "end": { - "line": 304, + "line": 299, "column": 25 } } }, "arguments": [], "range": [ - 11930, - 11945 + 11793, + 11808 ], "loc": { "start": { - "line": 304, + "line": 299, "column": 12 }, "end": { - "line": 304, + "line": 299, "column": 27 } } }, "range": [ - 11930, - 11946 + 11793, + 11809 ], "loc": { "start": { - "line": 304, + "line": 299, "column": 12 }, "end": { - "line": 304, + "line": 299, "column": 28 } } } ], "range": [ - 11916, - 11956 + 11779, + 11819 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 31 }, "end": { - "line": 305, + "line": 300, "column": 9 } } }, "alternate": null, "range": [ - 11893, - 11956 + 11756, + 11819 ], "loc": { "start": { - "line": 303, + "line": 298, "column": 8 }, "end": { - "line": 305, + "line": 300, "column": 9 } }, @@ -26149,16 +26002,16 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11812, - 11884 + 11675, + 11747 ], "loc": { "start": { - "line": 302, + "line": 297, "column": 8 }, "end": { - "line": 302, + "line": 297, "column": 80 } } @@ -26174,16 +26027,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 11969, - 11977 + 11832, + 11840 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 12 }, "end": { - "line": 306, + "line": 301, "column": 20 } } @@ -26199,16 +26052,16 @@ "object": { "type": "ThisExpression", "range": [ - 11981, - 11985 + 11844, + 11848 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 24 }, "end": { - "line": 306, + "line": 301, "column": 28 } } @@ -26217,47 +26070,47 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 11986, - 11997 + 11849, + 11860 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 29 }, "end": { - "line": 306, + "line": 301, "column": 40 } } }, "range": [ - 11981, - 11997 + 11844, + 11860 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 24 }, "end": { - "line": 306, + "line": 301, "column": 40 } } }, "prefix": true, "range": [ - 11980, - 11997 + 11843, + 11860 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 23 }, "end": { - "line": 306, + "line": 301, "column": 40 } } @@ -26269,16 +26122,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12000, - 12002 + 11863, + 11865 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 43 }, "end": { - "line": 306, + "line": 301, "column": 45 } } @@ -26287,31 +26140,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 12003, - 12007 + 11866, + 11870 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 46 }, "end": { - "line": 306, + "line": 301, "column": 50 } } }, "range": [ - 12000, - 12007 + 11863, + 11870 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 43 }, "end": { - "line": 306, + "line": 301, "column": 50 } } @@ -26325,16 +26178,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12010, - 12013 + 11873, + 11876 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 53 }, "end": { - "line": 306, + "line": 301, "column": 56 } } @@ -26343,31 +26196,31 @@ "type": "Identifier", "name": "id", "range": [ - 12014, - 12016 + 11877, + 11879 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 57 }, "end": { - "line": 306, + "line": 301, "column": 59 } } }, "range": [ - 12010, - 12016 + 11873, + 11879 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 53 }, "end": { - "line": 306, + "line": 301, "column": 59 } } @@ -26379,16 +26232,16 @@ "object": { "type": "ThisExpression", "range": [ - 12017, - 12021 + 11880, + 11884 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 60 }, "end": { - "line": 306, + "line": 301, "column": 64 } } @@ -26397,77 +26250,77 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 12022, - 12033 + 11885, + 11896 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 65 }, "end": { - "line": 306, + "line": 301, "column": 76 } } }, "range": [ - 12017, - 12033 + 11880, + 11896 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 60 }, "end": { - "line": 306, + "line": 301, "column": 76 } } } ], "range": [ - 12010, - 12034 + 11873, + 11897 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 53 }, "end": { - "line": 306, + "line": 301, "column": 77 } } }, "range": [ - 11980, - 12034 + 11843, + 11897 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 23 }, "end": { - "line": 306, + "line": 301, "column": 77 } } }, "range": [ - 11969, - 12034 + 11832, + 11897 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 12 }, "end": { - "line": 306, + "line": 301, "column": 77 } } @@ -26475,16 +26328,16 @@ ], "kind": "var", "range": [ - 11965, - 12035 + 11828, + 11898 ], "loc": { "start": { - "line": 306, + "line": 301, "column": 8 }, "end": { - "line": 306, + "line": 301, "column": 78 } } @@ -26500,16 +26353,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12044, - 12052 + 11907, + 11915 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 8 }, "end": { - "line": 307, + "line": 302, "column": 16 } } @@ -26518,31 +26371,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12053, - 12064 + 11916, + 11927 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 17 }, "end": { - "line": 307, + "line": 302, "column": 28 } } }, "range": [ - 12044, - 12064 + 11907, + 11927 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 8 }, "end": { - "line": 307, + "line": 302, "column": 28 } } @@ -26552,47 +26405,47 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 12065, - 12077 + 11928, + 11940 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 29 }, "end": { - "line": 307, + "line": 302, "column": 41 } } } ], "range": [ - 12044, - 12078 + 11907, + 11941 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 8 }, "end": { - "line": 307, + "line": 302, "column": 42 } } }, "range": [ - 12044, - 12079 + 11907, + 11942 ], "loc": { "start": { - "line": 307, + "line": 302, "column": 8 }, "end": { - "line": 307, + "line": 302, "column": 43 } } @@ -26608,16 +26461,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12088, - 12096 + 11951, + 11959 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 8 }, "end": { - "line": 308, + "line": 303, "column": 16 } } @@ -26626,31 +26479,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12097, - 12108 + 11960, + 11971 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 17 }, "end": { - "line": 308, + "line": 303, "column": 28 } } }, "range": [ - 12088, - 12108 + 11951, + 11971 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 8 }, "end": { - "line": 308, + "line": 303, "column": 28 } } @@ -26660,47 +26513,47 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 12109, - 12120 + 11972, + 11983 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 29 }, "end": { - "line": 308, + "line": 303, "column": 40 } } } ], "range": [ - 12088, - 12121 + 11951, + 11984 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 8 }, "end": { - "line": 308, + "line": 303, "column": 41 } } }, "range": [ - 12088, - 12122 + 11951, + 11985 ], "loc": { "start": { - "line": 308, + "line": 303, "column": 8 }, "end": { - "line": 308, + "line": 303, "column": 42 } } @@ -26714,16 +26567,16 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12136, - 12148 + 11999, + 12011 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 12 }, "end": { - "line": 310, + "line": 305, "column": 24 } } @@ -26737,16 +26590,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12151, - 12154 + 12014, + 12017 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 27 }, "end": { - "line": 310, + "line": 305, "column": 30 } } @@ -26755,31 +26608,31 @@ "type": "Identifier", "name": "create", "range": [ - 12155, - 12161 + 12018, + 12024 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 31 }, "end": { - "line": 310, + "line": 305, "column": 37 } } }, "range": [ - 12151, - 12161 + 12014, + 12024 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 27 }, "end": { - "line": 310, + "line": 305, "column": 37 } } @@ -26790,16 +26643,16 @@ "value": "span", "raw": "'span'", "range": [ - 12175, - 12181 + 12038, + 12044 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 12 }, "end": { - "line": 311, + "line": 306, "column": 18 } } @@ -26812,16 +26665,16 @@ "value": "id", "raw": "'id'", "range": [ - 12184, - 12188 + 12047, + 12051 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 21 }, "end": { - "line": 311, + "line": 306, "column": 25 } } @@ -26835,16 +26688,16 @@ "object": { "type": "ThisExpression", "range": [ - 12190, - 12194 + 12053, + 12057 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 27 }, "end": { - "line": 311, + "line": 306, "column": 31 } } @@ -26853,31 +26706,31 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 12195, - 12211 + 12058, + 12074 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 32 }, "end": { - "line": 311, + "line": 306, "column": 48 } } }, "range": [ - 12190, - 12211 + 12053, + 12074 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 27 }, "end": { - "line": 311, + "line": 306, "column": 48 } } @@ -26889,16 +26742,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12214, - 12216 + 12077, + 12079 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 51 }, "end": { - "line": 311, + "line": 306, "column": 53 } } @@ -26907,93 +26760,93 @@ "type": "Identifier", "name": "id", "range": [ - 12217, - 12219 + 12080, + 12082 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 54 }, "end": { - "line": 311, + "line": 306, "column": 56 } } }, "range": [ - 12214, - 12219 + 12077, + 12082 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 51 }, "end": { - "line": 311, + "line": 306, "column": 56 } } }, "range": [ - 12190, - 12219 + 12053, + 12082 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 27 }, "end": { - "line": 311, + "line": 306, "column": 56 } } } ], "range": [ - 12183, - 12220 + 12046, + 12083 ], "loc": { "start": { - "line": 311, + "line": 306, "column": 20 }, "end": { - "line": 311, + "line": 306, "column": 57 } } } ], "range": [ - 12151, - 12221 + 12014, + 12084 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 27 }, "end": { - "line": 311, + "line": 306, "column": 58 } } }, "range": [ - 12136, - 12221 + 11999, + 12084 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 12 }, "end": { - "line": 311, + "line": 306, "column": 58 } } @@ -27001,16 +26854,16 @@ ], "kind": "var", "range": [ - 12132, - 12222 + 11995, + 12085 ], "loc": { "start": { - "line": 310, + "line": 305, "column": 8 }, "end": { - "line": 311, + "line": 306, "column": 59 } } @@ -27026,16 +26879,16 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12231, - 12243 + 12094, + 12106 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 8 }, "end": { - "line": 312, + "line": 307, "column": 20 } } @@ -27044,31 +26897,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12244, - 12255 + 12107, + 12118 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 21 }, "end": { - "line": 312, + "line": 307, "column": 32 } } }, "range": [ - 12231, - 12255 + 12094, + 12118 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 8 }, "end": { - "line": 312, + "line": 307, "column": 32 } } @@ -27083,16 +26936,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12256, - 12259 + 12119, + 12122 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 33 }, "end": { - "line": 312, + "line": 307, "column": 36 } } @@ -27101,31 +26954,31 @@ "type": "Identifier", "name": "text", "range": [ - 12260, - 12264 + 12123, + 12127 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 37 }, "end": { - "line": 312, + "line": 307, "column": 41 } } }, "range": [ - 12256, - 12264 + 12119, + 12127 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 33 }, "end": { - "line": 312, + "line": 307, "column": 41 } } @@ -27137,16 +26990,16 @@ "object": { "type": "ThisExpression", "range": [ - 12265, - 12269 + 12128, + 12132 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 42 }, "end": { - "line": 312, + "line": 307, "column": 46 } } @@ -27155,78 +27008,78 @@ "type": "Identifier", "name": "pageText", "range": [ - 12270, - 12278 + 12133, + 12141 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 47 }, "end": { - "line": 312, + "line": 307, "column": 55 } } }, "range": [ - 12265, - 12278 + 12128, + 12141 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 42 }, "end": { - "line": 312, + "line": 307, "column": 55 } } } ], "range": [ - 12256, - 12279 + 12119, + 12142 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 33 }, "end": { - "line": 312, + "line": 307, "column": 56 } } } ], "range": [ - 12231, - 12280 + 12094, + 12143 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 8 }, "end": { - "line": 312, + "line": 307, "column": 57 } } }, "range": [ - 12231, - 12281 + 12094, + 12144 ], "loc": { "start": { - "line": 312, + "line": 307, "column": 8 }, "end": { - "line": 312, + "line": 307, "column": 58 } } @@ -27243,16 +27096,16 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12290, - 12302 + 12153, + 12165 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 8 }, "end": { - "line": 313, + "line": 308, "column": 20 } } @@ -27261,31 +27114,31 @@ "type": "Identifier", "name": "className", "range": [ - 12303, - 12312 + 12166, + 12175 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 21 }, "end": { - "line": 313, + "line": 308, "column": 30 } } }, "range": [ - 12290, - 12312 + 12153, + 12175 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 8 }, "end": { - "line": 313, + "line": 308, "column": 30 } } @@ -27296,16 +27149,16 @@ "object": { "type": "ThisExpression", "range": [ - 12315, - 12319 + 12178, + 12182 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 33 }, "end": { - "line": 313, + "line": 308, "column": 37 } } @@ -27314,61 +27167,61 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12320, - 12336 + 12183, + 12199 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 38 }, "end": { - "line": 313, + "line": 308, "column": 54 } } }, "range": [ - 12315, - 12336 + 12178, + 12199 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 33 }, "end": { - "line": 313, + "line": 308, "column": 54 } } }, "range": [ - 12290, - 12336 + 12153, + 12199 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 8 }, "end": { - "line": 313, + "line": 308, "column": 54 } } }, "range": [ - 12290, - 12337 + 12153, + 12200 ], "loc": { "start": { - "line": 313, + "line": 308, "column": 8 }, "end": { - "line": 313, + "line": 308, "column": 55 } } @@ -27384,16 +27237,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12346, - 12354 + 12209, + 12217 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 8 }, "end": { - "line": 314, + "line": 309, "column": 16 } } @@ -27402,31 +27255,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12355, - 12366 + 12218, + 12229 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 17 }, "end": { - "line": 314, + "line": 309, "column": 28 } } }, "range": [ - 12346, - 12366 + 12209, + 12229 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 8 }, "end": { - "line": 314, + "line": 309, "column": 28 } } @@ -27436,47 +27289,47 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12367, - 12379 + 12230, + 12242 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 29 }, "end": { - "line": 314, + "line": 309, "column": 41 } } } ], "range": [ - 12346, - 12380 + 12209, + 12243 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 8 }, "end": { - "line": 314, + "line": 309, "column": 42 } } }, "range": [ - 12346, - 12381 + 12209, + 12244 ], "loc": { "start": { - "line": 314, + "line": 309, "column": 8 }, "end": { - "line": 314, + "line": 309, "column": 43 } } @@ -27492,16 +27345,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12390, - 12398 + 12253, + 12261 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 8 }, "end": { - "line": 315, + "line": 310, "column": 16 } } @@ -27510,31 +27363,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12399, - 12410 + 12262, + 12273 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 17 }, "end": { - "line": 315, + "line": 310, "column": 28 } } }, "range": [ - 12390, - 12410 + 12253, + 12273 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 8 }, "end": { - "line": 315, + "line": 310, "column": 28 } } @@ -27544,47 +27397,47 @@ "type": "Identifier", "name": "slcPages", "range": [ - 12411, - 12419 + 12274, + 12282 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 29 }, "end": { - "line": 315, + "line": 310, "column": 37 } } } ], "range": [ - 12390, - 12420 + 12253, + 12283 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 8 }, "end": { - "line": 315, + "line": 310, "column": 38 } } }, "range": [ - 12390, - 12421 + 12253, + 12284 ], "loc": { "start": { - "line": 315, + "line": 310, "column": 8 }, "end": { - "line": 315, + "line": 310, "column": 39 } } @@ -27598,16 +27451,16 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12434, - 12445 + 12297, + 12308 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 12 }, "end": { - "line": 316, + "line": 311, "column": 23 } } @@ -27621,16 +27474,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12448, - 12451 + 12311, + 12314 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 26 }, "end": { - "line": 316, + "line": 311, "column": 29 } } @@ -27639,31 +27492,31 @@ "type": "Identifier", "name": "create", "range": [ - 12452, - 12458 + 12315, + 12321 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 30 }, "end": { - "line": 316, + "line": 311, "column": 36 } } }, "range": [ - 12448, - 12458 + 12311, + 12321 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 26 }, "end": { - "line": 316, + "line": 311, "column": 36 } } @@ -27674,16 +27527,16 @@ "value": "span", "raw": "'span'", "range": [ - 12472, - 12478 + 12335, + 12341 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 12 }, "end": { - "line": 317, + "line": 312, "column": 18 } } @@ -27696,16 +27549,16 @@ "value": "id", "raw": "'id'", "range": [ - 12481, - 12485 + 12344, + 12348 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 21 }, "end": { - "line": 317, + "line": 312, "column": 25 } } @@ -27719,16 +27572,16 @@ "object": { "type": "ThisExpression", "range": [ - 12487, - 12491 + 12350, + 12354 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 27 }, "end": { - "line": 317, + "line": 312, "column": 31 } } @@ -27737,31 +27590,31 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 12492, - 12507 + 12355, + 12370 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 32 }, "end": { - "line": 317, + "line": 312, "column": 47 } } }, "range": [ - 12487, - 12507 + 12350, + 12370 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 27 }, "end": { - "line": 317, + "line": 312, "column": 47 } } @@ -27773,16 +27626,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12510, - 12512 + 12373, + 12375 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 50 }, "end": { - "line": 317, + "line": 312, "column": 52 } } @@ -27791,93 +27644,93 @@ "type": "Identifier", "name": "id", "range": [ - 12513, - 12515 + 12376, + 12378 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 53 }, "end": { - "line": 317, + "line": 312, "column": 55 } } }, "range": [ - 12510, - 12515 + 12373, + 12378 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 50 }, "end": { - "line": 317, + "line": 312, "column": 55 } } }, "range": [ - 12487, - 12515 + 12350, + 12378 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 27 }, "end": { - "line": 317, + "line": 312, "column": 55 } } } ], "range": [ - 12480, - 12516 + 12343, + 12379 ], "loc": { "start": { - "line": 317, + "line": 312, "column": 20 }, "end": { - "line": 317, + "line": 312, "column": 56 } } } ], "range": [ - 12448, - 12517 + 12311, + 12380 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 26 }, "end": { - "line": 317, + "line": 312, "column": 57 } } }, "range": [ - 12434, - 12517 + 12297, + 12380 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 12 }, "end": { - "line": 317, + "line": 312, "column": 57 } } @@ -27885,16 +27738,16 @@ ], "kind": "var", "range": [ - 12430, - 12518 + 12293, + 12381 ], "loc": { "start": { - "line": 316, + "line": 311, "column": 8 }, "end": { - "line": 317, + "line": 312, "column": 58 } } @@ -27910,16 +27763,16 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12527, - 12538 + 12390, + 12401 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 8 }, "end": { - "line": 318, + "line": 313, "column": 19 } } @@ -27928,31 +27781,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12539, - 12550 + 12402, + 12413 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 20 }, "end": { - "line": 318, + "line": 313, "column": 31 } } }, "range": [ - 12527, - 12550 + 12390, + 12413 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 8 }, "end": { - "line": 318, + "line": 313, "column": 31 } } @@ -27967,16 +27820,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12551, - 12554 + 12414, + 12417 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 32 }, "end": { - "line": 318, + "line": 313, "column": 35 } } @@ -27985,31 +27838,31 @@ "type": "Identifier", "name": "text", "range": [ - 12555, - 12559 + 12418, + 12422 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 36 }, "end": { - "line": 318, + "line": 313, "column": 40 } } }, "range": [ - 12551, - 12559 + 12414, + 12422 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 32 }, "end": { - "line": 318, + "line": 313, "column": 40 } } @@ -28021,16 +27874,16 @@ "object": { "type": "ThisExpression", "range": [ - 12560, - 12564 + 12423, + 12427 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 41 }, "end": { - "line": 318, + "line": 313, "column": 45 } } @@ -28039,78 +27892,78 @@ "type": "Identifier", "name": "ofText", "range": [ - 12565, - 12571 + 12428, + 12434 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 46 }, "end": { - "line": 318, + "line": 313, "column": 52 } } }, "range": [ - 12560, - 12571 + 12423, + 12434 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 41 }, "end": { - "line": 318, + "line": 313, "column": 52 } } } ], "range": [ - 12551, - 12572 + 12414, + 12435 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 32 }, "end": { - "line": 318, + "line": 313, "column": 53 } } } ], "range": [ - 12527, - 12573 + 12390, + 12436 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 8 }, "end": { - "line": 318, + "line": 313, "column": 54 } } }, "range": [ - 12527, - 12574 + 12390, + 12437 ], "loc": { "start": { - "line": 318, + "line": 313, "column": 8 }, "end": { - "line": 318, + "line": 313, "column": 55 } } @@ -28127,16 +27980,16 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12583, - 12594 + 12446, + 12457 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 8 }, "end": { - "line": 319, + "line": 314, "column": 19 } } @@ -28145,31 +27998,31 @@ "type": "Identifier", "name": "className", "range": [ - 12595, - 12604 + 12458, + 12467 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 20 }, "end": { - "line": 319, + "line": 314, "column": 29 } } }, "range": [ - 12583, - 12604 + 12446, + 12467 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 8 }, "end": { - "line": 319, + "line": 314, "column": 29 } } @@ -28180,16 +28033,16 @@ "object": { "type": "ThisExpression", "range": [ - 12607, - 12611 + 12470, + 12474 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 32 }, "end": { - "line": 319, + "line": 314, "column": 36 } } @@ -28198,61 +28051,61 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12612, - 12628 + 12475, + 12491 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 37 }, "end": { - "line": 319, + "line": 314, "column": 53 } } }, "range": [ - 12607, - 12628 + 12470, + 12491 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 32 }, "end": { - "line": 319, + "line": 314, "column": 53 } } }, "range": [ - 12583, - 12628 + 12446, + 12491 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 8 }, "end": { - "line": 319, + "line": 314, "column": 53 } } }, "range": [ - 12583, - 12629 + 12446, + 12492 ], "loc": { "start": { - "line": 319, + "line": 314, "column": 8 }, "end": { - "line": 319, + "line": 314, "column": 54 } } @@ -28268,16 +28121,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12638, - 12646 + 12501, + 12509 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 8 }, "end": { - "line": 320, + "line": 315, "column": 16 } } @@ -28286,31 +28139,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12647, - 12658 + 12510, + 12521 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 17 }, "end": { - "line": 320, + "line": 315, "column": 28 } } }, "range": [ - 12638, - 12658 + 12501, + 12521 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 8 }, "end": { - "line": 320, + "line": 315, "column": 28 } } @@ -28320,47 +28173,47 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12659, - 12670 + 12522, + 12533 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 29 }, "end": { - "line": 320, + "line": 315, "column": 40 } } } ], "range": [ - 12638, - 12671 + 12501, + 12534 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 8 }, "end": { - "line": 320, + "line": 315, "column": 41 } } }, "range": [ - 12638, - 12672 + 12501, + 12535 ], "loc": { "start": { - "line": 320, + "line": 315, "column": 8 }, "end": { - "line": 320, + "line": 315, "column": 42 } } @@ -28374,16 +28227,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12685, - 12691 + 12548, + 12554 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 12 }, "end": { - "line": 321, + "line": 316, "column": 18 } } @@ -28397,16 +28250,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12694, - 12697 + 12557, + 12560 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 21 }, "end": { - "line": 321, + "line": 316, "column": 24 } } @@ -28415,31 +28268,31 @@ "type": "Identifier", "name": "create", "range": [ - 12698, - 12704 + 12561, + 12567 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 25 }, "end": { - "line": 321, + "line": 316, "column": 31 } } }, "range": [ - 12694, - 12704 + 12557, + 12567 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 21 }, "end": { - "line": 321, + "line": 316, "column": 31 } } @@ -28450,16 +28303,16 @@ "value": "span", "raw": "'span'", "range": [ - 12705, - 12711 + 12568, + 12574 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 32 }, "end": { - "line": 321, + "line": 316, "column": 38 } } @@ -28472,16 +28325,16 @@ "value": "id", "raw": "'id'", "range": [ - 12714, - 12718 + 12577, + 12581 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 41 }, "end": { - "line": 321, + "line": 316, "column": 45 } } @@ -28495,16 +28348,16 @@ "object": { "type": "ThisExpression", "range": [ - 12720, - 12724 + 12583, + 12587 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 47 }, "end": { - "line": 321, + "line": 316, "column": 51 } } @@ -28513,31 +28366,31 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 12725, - 12735 + 12588, + 12598 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 52 }, "end": { - "line": 321, + "line": 316, "column": 62 } } }, "range": [ - 12720, - 12735 + 12583, + 12598 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 47 }, "end": { - "line": 321, + "line": 316, "column": 62 } } @@ -28549,16 +28402,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12738, - 12740 + 12601, + 12603 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 65 }, "end": { - "line": 321, + "line": 316, "column": 67 } } @@ -28567,93 +28420,93 @@ "type": "Identifier", "name": "id", "range": [ - 12741, - 12743 + 12604, + 12606 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 68 }, "end": { - "line": 321, + "line": 316, "column": 70 } } }, "range": [ - 12738, - 12743 + 12601, + 12606 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 65 }, "end": { - "line": 321, + "line": 316, "column": 70 } } }, "range": [ - 12720, - 12743 + 12583, + 12606 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 47 }, "end": { - "line": 321, + "line": 316, "column": 70 } } } ], "range": [ - 12713, - 12744 + 12576, + 12607 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 40 }, "end": { - "line": 321, + "line": 316, "column": 71 } } } ], "range": [ - 12694, - 12745 + 12557, + 12608 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 21 }, "end": { - "line": 321, + "line": 316, "column": 72 } } }, "range": [ - 12685, - 12745 + 12548, + 12608 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 12 }, "end": { - "line": 321, + "line": 316, "column": 72 } } @@ -28661,16 +28514,16 @@ ], "kind": "var", "range": [ - 12681, - 12746 + 12544, + 12609 ], "loc": { "start": { - "line": 321, + "line": 316, "column": 8 }, "end": { - "line": 321, + "line": 316, "column": 73 } } @@ -28687,16 +28540,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12755, - 12761 + 12618, + 12624 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 8 }, "end": { - "line": 322, + "line": 317, "column": 14 } } @@ -28705,31 +28558,31 @@ "type": "Identifier", "name": "className", "range": [ - 12762, - 12771 + 12625, + 12634 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 15 }, "end": { - "line": 322, + "line": 317, "column": 24 } } }, "range": [ - 12755, - 12771 + 12618, + 12634 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 8 }, "end": { - "line": 322, + "line": 317, "column": 24 } } @@ -28740,16 +28593,16 @@ "object": { "type": "ThisExpression", "range": [ - 12774, - 12778 + 12637, + 12641 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 27 }, "end": { - "line": 322, + "line": 317, "column": 31 } } @@ -28758,61 +28611,61 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12779, - 12795 + 12642, + 12658 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 32 }, "end": { - "line": 322, + "line": 317, "column": 48 } } }, "range": [ - 12774, - 12795 + 12637, + 12658 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 27 }, "end": { - "line": 322, + "line": 317, "column": 48 } } }, "range": [ - 12755, - 12795 + 12618, + 12658 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 8 }, "end": { - "line": 322, + "line": 317, "column": 48 } } }, "range": [ - 12755, - 12796 + 12618, + 12659 ], "loc": { "start": { - "line": 322, + "line": 317, "column": 8 }, "end": { - "line": 322, + "line": 317, "column": 49 } } @@ -28828,16 +28681,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12805, - 12811 + 12668, + 12674 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 8 }, "end": { - "line": 323, + "line": 318, "column": 14 } } @@ -28846,31 +28699,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12812, - 12823 + 12675, + 12686 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 15 }, "end": { - "line": 323, + "line": 318, "column": 26 } } }, "range": [ - 12805, - 12823 + 12668, + 12686 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 8 }, "end": { - "line": 323, + "line": 318, "column": 26 } } @@ -28885,16 +28738,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12824, - 12827 + 12687, + 12690 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 27 }, "end": { - "line": 323, + "line": 318, "column": 30 } } @@ -28903,31 +28756,31 @@ "type": "Identifier", "name": "text", "range": [ - 12828, - 12832 + 12691, + 12695 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 31 }, "end": { - "line": 323, + "line": 318, "column": 35 } } }, "range": [ - 12824, - 12832 + 12687, + 12695 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 27 }, "end": { - "line": 323, + "line": 318, "column": 35 } } @@ -28944,16 +28797,16 @@ "value": " ", "raw": "' '", "range": [ - 12833, - 12836 + 12696, + 12699 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 36 }, "end": { - "line": 323, + "line": 318, "column": 39 } } @@ -28964,16 +28817,16 @@ "object": { "type": "ThisExpression", "range": [ - 12839, - 12843 + 12702, + 12706 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 42 }, "end": { - "line": 323, + "line": 318, "column": 46 } } @@ -28982,46 +28835,46 @@ "type": "Identifier", "name": "nbPages", "range": [ - 12844, - 12851 + 12707, + 12714 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 47 }, "end": { - "line": 323, + "line": 318, "column": 54 } } }, "range": [ - 12839, - 12851 + 12702, + 12714 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 42 }, "end": { - "line": 323, + "line": 318, "column": 54 } } }, "range": [ - 12833, - 12851 + 12696, + 12714 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 36 }, "end": { - "line": 323, + "line": 318, "column": 54 } } @@ -29031,78 +28884,78 @@ "value": " ", "raw": "' '", "range": [ - 12854, - 12857 + 12717, + 12720 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 57 }, "end": { - "line": 323, + "line": 318, "column": 60 } } }, "range": [ - 12833, - 12857 + 12696, + 12720 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 36 }, "end": { - "line": 323, + "line": 318, "column": 60 } } } ], "range": [ - 12824, - 12858 + 12687, + 12721 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 27 }, "end": { - "line": 323, + "line": 318, "column": 61 } } } ], "range": [ - 12805, - 12859 + 12668, + 12722 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 8 }, "end": { - "line": 323, + "line": 318, "column": 62 } } }, "range": [ - 12805, - 12860 + 12668, + 12723 ], "loc": { "start": { - "line": 323, + "line": 318, "column": 8 }, "end": { - "line": 323, + "line": 318, "column": 63 } } @@ -29118,16 +28971,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12869, - 12877 + 12732, + 12740 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 8 }, "end": { - "line": 324, + "line": 319, "column": 16 } } @@ -29136,31 +28989,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12878, - 12889 + 12741, + 12752 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 17 }, "end": { - "line": 324, + "line": 319, "column": 28 } } }, "range": [ - 12869, - 12889 + 12732, + 12752 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 8 }, "end": { - "line": 324, + "line": 319, "column": 28 } } @@ -29170,47 +29023,47 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12890, - 12896 + 12753, + 12759 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 29 }, "end": { - "line": 324, + "line": 319, "column": 35 } } } ], "range": [ - 12869, - 12897 + 12732, + 12760 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 8 }, "end": { - "line": 324, + "line": 319, "column": 36 } } }, "range": [ - 12869, - 12898 + 12732, + 12761 ], "loc": { "start": { - "line": 324, + "line": 319, "column": 8 }, "end": { - "line": 324, + "line": 319, "column": 37 } } @@ -29226,16 +29079,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12907, - 12915 + 12770, + 12778 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 8 }, "end": { - "line": 325, + "line": 320, "column": 16 } } @@ -29244,31 +29097,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12916, - 12927 + 12779, + 12790 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 17 }, "end": { - "line": 325, + "line": 320, "column": 28 } } }, "range": [ - 12907, - 12927 + 12770, + 12790 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 8 }, "end": { - "line": 325, + "line": 320, "column": 28 } } @@ -29278,47 +29131,47 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 12928, - 12939 + 12791, + 12802 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 29 }, "end": { - "line": 325, + "line": 320, "column": 40 } } } ], "range": [ - 12907, - 12940 + 12770, + 12803 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 8 }, "end": { - "line": 325, + "line": 320, "column": 41 } } }, "range": [ - 12907, - 12941 + 12770, + 12804 ], "loc": { "start": { - "line": 325, + "line": 320, "column": 8 }, "end": { - "line": 325, + "line": 320, "column": 42 } } @@ -29334,16 +29187,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12950, - 12958 + 12813, + 12821 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 8 }, "end": { - "line": 326, + "line": 321, "column": 16 } } @@ -29352,31 +29205,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12959, - 12970 + 12822, + 12833 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 17 }, "end": { - "line": 326, + "line": 321, "column": 28 } } }, "range": [ - 12950, - 12970 + 12813, + 12833 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 8 }, "end": { - "line": 326, + "line": 321, "column": 28 } } @@ -29386,47 +29239,47 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 12971, - 12982 + 12834, + 12845 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 29 }, "end": { - "line": 326, + "line": 321, "column": 40 } } } ], "range": [ - 12950, - 12983 + 12813, + 12846 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 8 }, "end": { - "line": 326, + "line": 321, "column": 41 } } }, "range": [ - 12950, - 12984 + 12813, + 12847 ], "loc": { "start": { - "line": 326, + "line": 321, "column": 8 }, "end": { - "line": 326, + "line": 321, "column": 42 } } @@ -29442,16 +29295,16 @@ "object": { "type": "ThisExpression", "range": [ - 12993, - 12997 + 12856, + 12860 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 8 }, "end": { - "line": 327, + "line": 322, "column": 12 } } @@ -29460,31 +29313,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 12998, - 13007 + 12861, + 12870 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 13 }, "end": { - "line": 327, + "line": 322, "column": 22 } } }, "range": [ - 12993, - 13007 + 12856, + 12870 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 8 }, "end": { - "line": 327, + "line": 322, "column": 22 } } @@ -29498,16 +29351,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 13010, - 13013 + 12873, + 12876 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 25 }, "end": { - "line": 327, + "line": 322, "column": 28 } } @@ -29516,31 +29369,31 @@ "type": "Identifier", "name": "id", "range": [ - 13014, - 13016 + 12877, + 12879 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 29 }, "end": { - "line": 327, + "line": 322, "column": 31 } } }, "range": [ - 13010, - 13016 + 12873, + 12879 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 25 }, "end": { - "line": 327, + "line": 322, "column": 31 } } @@ -29555,16 +29408,16 @@ "object": { "type": "ThisExpression", "range": [ - 13017, - 13021 + 12880, + 12884 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 32 }, "end": { - "line": 327, + "line": 322, "column": 36 } } @@ -29573,31 +29426,31 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 13022, - 13034 + 12885, + 12897 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 37 }, "end": { - "line": 327, + "line": 322, "column": 49 } } }, "range": [ - 13017, - 13034 + 12880, + 12897 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 32 }, "end": { - "line": 327, + "line": 322, "column": 49 } } @@ -29609,16 +29462,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13037, - 13039 + 12900, + 12902 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 52 }, "end": { - "line": 327, + "line": 322, "column": 54 } } @@ -29627,92 +29480,92 @@ "type": "Identifier", "name": "id", "range": [ - 13040, - 13042 + 12903, + 12905 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 55 }, "end": { - "line": 327, + "line": 322, "column": 57 } } }, "range": [ - 13037, - 13042 + 12900, + 12905 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 52 }, "end": { - "line": 327, + "line": 322, "column": 57 } } }, "range": [ - 13017, - 13042 + 12880, + 12905 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 32 }, "end": { - "line": 327, + "line": 322, "column": 57 } } } ], "range": [ - 13010, - 13043 + 12873, + 12906 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 25 }, "end": { - "line": 327, + "line": 322, "column": 58 } } }, "range": [ - 12993, - 13043 + 12856, + 12906 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 8 }, "end": { - "line": 327, + "line": 322, "column": 58 } } }, "range": [ - 12993, - 13044 + 12856, + 12907 ], "loc": { "start": { - "line": 327, + "line": 322, "column": 8 }, "end": { - "line": 327, + "line": 322, "column": 59 } } @@ -29727,16 +29580,16 @@ "object": { "type": "ThisExpression", "range": [ - 13054, - 13058 + 12917, + 12921 ], "loc": { "start": { - "line": 329, + "line": 324, "column": 8 }, "end": { - "line": 329, + "line": 324, "column": 12 } } @@ -29745,62 +29598,62 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 13059, - 13072 + 12922, + 12935 ], "loc": { "start": { - "line": 329, + "line": 324, "column": 13 }, "end": { - "line": 329, + "line": 324, "column": 26 } } }, "range": [ - 13054, - 13072 + 12917, + 12935 ], "loc": { "start": { - "line": 329, + "line": 324, "column": 8 }, "end": { - "line": 329, + "line": 324, "column": 26 } } }, "arguments": [], "range": [ - 13054, - 13074 + 12917, + 12937 ], "loc": { "start": { - "line": 329, + "line": 324, "column": 8 }, "end": { - "line": 329, + "line": 324, "column": 28 } } }, "range": [ - 13054, - 13075 + 12917, + 12938 ], "loc": { "start": { - "line": 329, + "line": 324, "column": 8 }, "end": { - "line": 329, + "line": 324, "column": 29 } } @@ -29817,16 +29670,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13090, - 13092 + 12953, + 12955 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 13 }, "end": { - "line": 331, + "line": 326, "column": 15 } } @@ -29835,47 +29688,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 13093, - 13100 + 12956, + 12963 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 16 }, "end": { - "line": 331, + "line": 326, "column": 23 } } }, "range": [ - 13090, - 13100 + 12953, + 12963 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 13 }, "end": { - "line": 331, + "line": 326, "column": 23 } } }, "prefix": true, "range": [ - 13089, - 13100 + 12952, + 12963 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 12 }, "end": { - "line": 331, + "line": 326, "column": 23 } } @@ -29894,16 +29747,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13116, - 13118 + 12979, + 12981 ], "loc": { "start": { - "line": 332, + "line": 327, "column": 12 }, "end": { - "line": 332, + "line": 327, "column": 14 } } @@ -29912,62 +29765,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 13119, - 13134 + 12982, + 12997 ], "loc": { "start": { - "line": 332, + "line": 327, "column": 15 }, "end": { - "line": 332, + "line": 327, "column": 30 } } }, "range": [ - 13116, - 13134 + 12979, + 12997 ], "loc": { "start": { - "line": 332, + "line": 327, "column": 12 }, "end": { - "line": 332, + "line": 327, "column": 30 } } }, "arguments": [], "range": [ - 13116, - 13136 + 12979, + 12999 ], "loc": { "start": { - "line": 332, + "line": 327, "column": 12 }, "end": { - "line": 332, + "line": 327, "column": 32 } } }, "range": [ - 13116, - 13137 + 12979, + 13000 ], "loc": { "start": { - "line": 332, + "line": 327, "column": 12 }, "end": { - "line": 332, + "line": 327, "column": 33 } } @@ -29982,16 +29835,16 @@ "object": { "type": "ThisExpression", "range": [ - 13150, - 13154 + 13013, + 13017 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 12 }, "end": { - "line": 333, + "line": 328, "column": 16 } } @@ -30000,31 +29853,31 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 13155, - 13168 + 13018, + 13031 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 17 }, "end": { - "line": 333, + "line": 328, "column": 30 } } }, "range": [ - 13150, - 13168 + 13013, + 13031 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 12 }, "end": { - "line": 333, + "line": 328, "column": 30 } } @@ -30037,16 +29890,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13169, - 13171 + 13032, + 13034 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 31 }, "end": { - "line": 333, + "line": 328, "column": 33 } } @@ -30055,94 +29908,94 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 13172, - 13186 + 13035, + 13049 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 34 }, "end": { - "line": 333, + "line": 328, "column": 48 } } }, "range": [ - 13169, - 13186 + 13032, + 13049 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 31 }, "end": { - "line": 333, + "line": 328, "column": 48 } } } ], "range": [ - 13150, - 13187 + 13013, + 13050 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 12 }, "end": { - "line": 333, + "line": 328, "column": 49 } } }, "range": [ - 13150, - 13188 + 13013, + 13051 ], "loc": { "start": { - "line": 333, + "line": 328, "column": 12 }, "end": { - "line": 333, + "line": 328, "column": 50 } } } ], "range": [ - 13102, - 13198 + 12965, + 13061 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 25 }, "end": { - "line": 334, + "line": 329, "column": 9 } } }, "alternate": null, "range": [ - 13085, - 13198 + 12948, + 13061 ], "loc": { "start": { - "line": 331, + "line": 326, "column": 8 }, "end": { - "line": 334, + "line": 329, "column": 9 } } @@ -30160,16 +30013,16 @@ "object": { "type": "ThisExpression", "range": [ - 13208, - 13212 + 13071, + 13075 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 8 }, "end": { - "line": 336, + "line": 331, "column": 12 } } @@ -30178,31 +30031,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13213, - 13220 + 13076, + 13083 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 13 }, "end": { - "line": 336, + "line": 331, "column": 20 } } }, "range": [ - 13208, - 13220 + 13071, + 13083 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 8 }, "end": { - "line": 336, + "line": 331, "column": 20 } } @@ -30211,31 +30064,31 @@ "type": "Identifier", "name": "on", "range": [ - 13221, - 13223 + 13084, + 13086 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 21 }, "end": { - "line": 336, + "line": 331, "column": 23 } } }, "range": [ - 13208, - 13223 + 13071, + 13086 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 8 }, "end": { - "line": 336, + "line": 331, "column": 23 } } @@ -30249,32 +30102,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 13225, - 13242 + 13088, + 13105 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 25 }, "end": { - "line": 336, + "line": 331, "column": 42 } } } ], "range": [ - 13224, - 13243 + 13087, + 13106 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 24 }, "end": { - "line": 336, + "line": 331, "column": 43 } } @@ -30291,16 +30144,16 @@ "object": { "type": "ThisExpression", "range": [ - 13251, - 13255 + 13114, + 13118 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 51 }, "end": { - "line": 336, + "line": 331, "column": 55 } } @@ -30309,47 +30162,47 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 13256, - 13271 + 13119, + 13134 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 56 }, "end": { - "line": 336, + "line": 331, "column": 71 } } }, "range": [ - 13251, - 13271 + 13114, + 13134 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 51 }, "end": { - "line": 336, + "line": 331, "column": 71 } } }, "arguments": [], "range": [ - 13251, - 13273 + 13114, + 13136 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 51 }, "end": { - "line": 336, + "line": 331, "column": 73 } } @@ -30357,47 +30210,47 @@ "generator": false, "expression": true, "range": [ - 13245, - 13273 + 13108, + 13136 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 45 }, "end": { - "line": 336, + "line": 331, "column": 73 } } } ], "range": [ - 13208, - 13274 + 13071, + 13137 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 8 }, "end": { - "line": 336, + "line": 331, "column": 74 } } }, "range": [ - 13208, - 13275 + 13071, + 13138 ], "loc": { "start": { - "line": 336, + "line": 331, "column": 8 }, "end": { - "line": 336, + "line": 331, "column": 75 } } @@ -30415,16 +30268,16 @@ "object": { "type": "ThisExpression", "range": [ - 13284, - 13288 + 13147, + 13151 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 8 }, "end": { - "line": 337, + "line": 332, "column": 12 } } @@ -30433,31 +30286,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13289, - 13296 + 13152, + 13159 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 13 }, "end": { - "line": 337, + "line": 332, "column": 20 } } }, "range": [ - 13284, - 13296 + 13147, + 13159 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 8 }, "end": { - "line": 337, + "line": 332, "column": 20 } } @@ -30466,31 +30319,31 @@ "type": "Identifier", "name": "on", "range": [ - 13297, - 13299 + 13160, + 13162 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 21 }, "end": { - "line": 337, + "line": 332, "column": 23 } } }, "range": [ - 13284, - 13299 + 13147, + 13162 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 8 }, "end": { - "line": 337, + "line": 332, "column": 23 } } @@ -30504,32 +30357,32 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 13301, - 13314 + 13164, + 13177 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 25 }, "end": { - "line": 337, + "line": 332, "column": 38 } } } ], "range": [ - 13300, - 13315 + 13163, + 13178 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 24 }, "end": { - "line": 337, + "line": 332, "column": 39 } } @@ -30542,16 +30395,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13330, - 13332 + 13193, + 13195 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 13 }, "end": { - "line": 338, + "line": 333, "column": 15 } } @@ -30560,16 +30413,16 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 13334, - 13344 + 13197, + 13207 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 17 }, "end": { - "line": 338, + "line": 333, "column": 27 } } @@ -30583,16 +30436,16 @@ "object": { "type": "ThisExpression", "range": [ - 13349, - 13353 + 13212, + 13216 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 32 }, "end": { - "line": 338, + "line": 333, "column": 36 } } @@ -30601,31 +30454,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 13354, - 13361 + 13217, + 13224 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 37 }, "end": { - "line": 338, + "line": 333, "column": 44 } } }, "range": [ - 13349, - 13361 + 13212, + 13224 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 32 }, "end": { - "line": 338, + "line": 333, "column": 44 } } @@ -30635,32 +30488,32 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 13362, - 13372 + 13225, + 13235 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 45 }, "end": { - "line": 338, + "line": 333, "column": 55 } } } ], "range": [ - 13349, - 13373 + 13212, + 13236 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 32 }, "end": { - "line": 338, + "line": 333, "column": 56 } } @@ -30668,47 +30521,47 @@ "generator": false, "expression": true, "range": [ - 13329, - 13373 + 13192, + 13236 ], "loc": { "start": { - "line": 338, + "line": 333, "column": 12 }, "end": { - "line": 338, + "line": 333, "column": 56 } } } ], "range": [ - 13284, - 13374 + 13147, + 13237 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 8 }, "end": { - "line": 338, + "line": 333, "column": 57 } } }, "range": [ - 13284, - 13375 + 13147, + 13238 ], "loc": { "start": { - "line": 337, + "line": 332, "column": 8 }, "end": { - "line": 338, + "line": 333, "column": 58 } } @@ -30726,16 +30579,16 @@ "object": { "type": "ThisExpression", "range": [ - 13384, - 13388 + 13247, + 13251 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 8 }, "end": { - "line": 339, + "line": 334, "column": 12 } } @@ -30744,31 +30597,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13389, - 13396 + 13252, + 13259 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 13 }, "end": { - "line": 339, + "line": 334, "column": 20 } } }, "range": [ - 13384, - 13396 + 13247, + 13259 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 8 }, "end": { - "line": 339, + "line": 334, "column": 20 } } @@ -30777,31 +30630,31 @@ "type": "Identifier", "name": "on", "range": [ - 13397, - 13399 + 13260, + 13262 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 21 }, "end": { - "line": 339, + "line": 334, "column": 23 } } }, "range": [ - 13384, - 13399 + 13247, + 13262 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 8 }, "end": { - "line": 339, + "line": 334, "column": 23 } } @@ -30815,32 +30668,32 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 13401, - 13422 + 13264, + 13285 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 25 }, "end": { - "line": 339, + "line": 334, "column": 46 } } } ], "range": [ - 13400, - 13423 + 13263, + 13286 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 24 }, "end": { - "line": 339, + "line": 334, "column": 47 } } @@ -30853,16 +30706,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13438, - 13440 + 13301, + 13303 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 13 }, "end": { - "line": 340, + "line": 335, "column": 15 } } @@ -30871,16 +30724,16 @@ "type": "Identifier", "name": "pageLength", "range": [ - 13442, - 13452 + 13305, + 13315 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 17 }, "end": { - "line": 340, + "line": 335, "column": 27 } } @@ -30894,16 +30747,16 @@ "object": { "type": "ThisExpression", "range": [ - 13457, - 13461 + 13320, + 13324 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 32 }, "end": { - "line": 340, + "line": 335, "column": 36 } } @@ -30912,31 +30765,31 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 13462, - 13482 + 13325, + 13345 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 37 }, "end": { - "line": 340, + "line": 335, "column": 57 } } }, "range": [ - 13457, - 13482 + 13320, + 13345 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 32 }, "end": { - "line": 340, + "line": 335, "column": 57 } } @@ -30946,32 +30799,32 @@ "type": "Identifier", "name": "pageLength", "range": [ - 13483, - 13493 + 13346, + 13356 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 58 }, "end": { - "line": 340, + "line": 335, "column": 68 } } } ], "range": [ - 13457, - 13494 + 13320, + 13357 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 32 }, "end": { - "line": 340, + "line": 335, "column": 69 } } @@ -30979,47 +30832,47 @@ "generator": false, "expression": true, "range": [ - 13437, - 13494 + 13300, + 13357 ], "loc": { "start": { - "line": 340, + "line": 335, "column": 12 }, "end": { - "line": 340, + "line": 335, "column": 69 } } } ], "range": [ - 13384, - 13495 + 13247, + 13358 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 8 }, "end": { - "line": 340, + "line": 335, "column": 70 } } }, "range": [ - 13384, - 13496 + 13247, + 13359 ], "loc": { "start": { - "line": 339, + "line": 334, "column": 8 }, "end": { - "line": 340, + "line": 335, "column": 71 } } @@ -31035,16 +30888,16 @@ "object": { "type": "ThisExpression", "range": [ - 13506, - 13510 + 13369, + 13373 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 8 }, "end": { - "line": 342, + "line": 337, "column": 12 } } @@ -31053,31 +30906,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 13511, - 13522 + 13374, + 13385 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 13 }, "end": { - "line": 342, + "line": 337, "column": 24 } } }, "range": [ - 13506, - 13522 + 13369, + 13385 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 8 }, "end": { - "line": 342, + "line": 337, "column": 24 } } @@ -31087,62 +30940,62 @@ "value": true, "raw": "true", "range": [ - 13525, - 13529 + 13388, + 13392 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 27 }, "end": { - "line": 342, + "line": 337, "column": 31 } } }, "range": [ - 13506, - 13529 + 13369, + 13392 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 8 }, "end": { - "line": 342, + "line": 337, "column": 31 } } }, "range": [ - 13506, - 13530 + 13369, + 13393 ], "loc": { "start": { - "line": 342, + "line": 337, "column": 8 }, "end": { - "line": 342, + "line": 337, "column": 32 } } } ], "range": [ - 7235, - 13536 + 7278, + 13399 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 11 }, "end": { - "line": 343, + "line": 338, "column": 5 } } @@ -31150,16 +31003,16 @@ "generator": false, "expression": false, "range": [ - 7232, - 13536 + 7275, + 13399 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 343, + "line": 338, "column": 5 } } @@ -31167,16 +31020,16 @@ "kind": "method", "computed": false, "range": [ - 7228, - 13536 + 7271, + 13399 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 4 }, "end": { - "line": 343, + "line": 338, "column": 5 } }, @@ -31185,16 +31038,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7181, - 7223 + 7224, + 7266 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 4 }, "end": { - "line": 180, + "line": 181, "column": 7 } } @@ -31205,16 +31058,16 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13542, - 13690 + 13405, + 13553 ], "loc": { "start": { - "line": 345, + "line": 340, "column": 4 }, "end": { - "line": 348, + "line": 343, "column": 7 } } @@ -31228,16 +31081,16 @@ "type": "Identifier", "name": "reset", "range": [ - 13695, - 13700 + 13558, + 13563 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 4 }, "end": { - "line": 349, + "line": 344, "column": 9 } } @@ -31252,16 +31105,16 @@ "type": "Identifier", "name": "filterTable", "range": [ - 13701, - 13712 + 13564, + 13575 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 10 }, "end": { - "line": 349, + "line": 344, "column": 21 } } @@ -31271,31 +31124,31 @@ "value": false, "raw": "false", "range": [ - 13715, - 13720 + 13578, + 13583 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 24 }, "end": { - "line": 349, + "line": 344, "column": 29 } } }, "range": [ - 13701, - 13720 + 13564, + 13583 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 10 }, "end": { - "line": 349, + "line": 344, "column": 29 } } @@ -31313,16 +31166,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13736, - 13738 + 13599, + 13601 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 12 }, "end": { - "line": 350, + "line": 345, "column": 14 } } @@ -31333,16 +31186,16 @@ "object": { "type": "ThisExpression", "range": [ - 13741, - 13745 + 13604, + 13608 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 17 }, "end": { - "line": 350, + "line": 345, "column": 21 } } @@ -31351,46 +31204,46 @@ "type": "Identifier", "name": "tf", "range": [ - 13746, - 13748 + 13609, + 13611 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 22 }, "end": { - "line": 350, + "line": 345, "column": 24 } } }, "range": [ - 13741, - 13748 + 13604, + 13611 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 17 }, "end": { - "line": 350, + "line": 345, "column": 24 } } }, "range": [ - 13736, - 13748 + 13599, + 13611 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 12 }, "end": { - "line": 350, + "line": 345, "column": 24 } } @@ -31398,16 +31251,16 @@ ], "kind": "var", "range": [ - 13732, - 13749 + 13595, + 13612 ], "loc": { "start": { - "line": 350, + "line": 345, "column": 8 }, "end": { - "line": 350, + "line": 345, "column": 25 } } @@ -31422,16 +31275,16 @@ "object": { "type": "ThisExpression", "range": [ - 13762, - 13766 + 13625, + 13629 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 12 }, "end": { - "line": 351, + "line": 346, "column": 16 } } @@ -31440,47 +31293,47 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 13767, - 13776 + 13630, + 13639 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 17 }, "end": { - "line": 351, + "line": 346, "column": 26 } } }, "range": [ - 13762, - 13776 + 13625, + 13639 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 12 }, "end": { - "line": 351, + "line": 346, "column": 26 } } }, "arguments": [], "range": [ - 13762, - 13778 + 13625, + 13641 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 12 }, "end": { - "line": 351, + "line": 346, "column": 28 } } @@ -31492,48 +31345,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 13794, - 13801 + 13657, + 13664 ], "loc": { "start": { - "line": 352, + "line": 347, "column": 12 }, "end": { - "line": 352, + "line": 347, "column": 19 } } } ], "range": [ - 13780, - 13811 + 13643, + 13674 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 30 }, "end": { - "line": 353, + "line": 348, "column": 9 } } }, "alternate": null, "range": [ - 13758, - 13811 + 13621, + 13674 ], "loc": { "start": { - "line": 351, + "line": 346, "column": 8 }, "end": { - "line": 353, + "line": 348, "column": 9 } } @@ -31548,16 +31401,16 @@ "object": { "type": "ThisExpression", "range": [ - 13820, - 13824 + 13683, + 13687 ], "loc": { "start": { - "line": 354, + "line": 349, "column": 8 }, "end": { - "line": 354, + "line": 349, "column": 12 } } @@ -31566,62 +31419,62 @@ "type": "Identifier", "name": "enable", "range": [ - 13825, - 13831 + 13688, + 13694 ], "loc": { "start": { - "line": 354, + "line": 349, "column": 13 }, "end": { - "line": 354, + "line": 349, "column": 19 } } }, "range": [ - 13820, - 13831 + 13683, + 13694 ], "loc": { "start": { - "line": 354, + "line": 349, "column": 8 }, "end": { - "line": 354, + "line": 349, "column": 19 } } }, "arguments": [], "range": [ - 13820, - 13833 + 13683, + 13696 ], "loc": { "start": { - "line": 354, + "line": 349, "column": 8 }, "end": { - "line": 354, + "line": 349, "column": 21 } } }, "range": [ - 13820, - 13834 + 13683, + 13697 ], "loc": { "start": { - "line": 354, + "line": 349, "column": 8 }, "end": { - "line": 354, + "line": 349, "column": 22 } } @@ -31636,16 +31489,16 @@ "object": { "type": "ThisExpression", "range": [ - 13843, - 13847 + 13706, + 13710 ], "loc": { "start": { - "line": 355, + "line": 350, "column": 8 }, "end": { - "line": 355, + "line": 350, "column": 12 } } @@ -31654,62 +31507,62 @@ "type": "Identifier", "name": "init", "range": [ - 13848, - 13852 + 13711, + 13715 ], "loc": { "start": { - "line": 355, + "line": 350, "column": 13 }, "end": { - "line": 355, + "line": 350, "column": 17 } } }, "range": [ - 13843, - 13852 + 13706, + 13715 ], "loc": { "start": { - "line": 355, + "line": 350, "column": 8 }, "end": { - "line": 355, + "line": 350, "column": 17 } } }, "arguments": [], "range": [ - 13843, - 13854 + 13706, + 13717 ], "loc": { "start": { - "line": 355, + "line": 350, "column": 8 }, "end": { - "line": 355, + "line": 350, "column": 19 } } }, "range": [ - 13843, - 13855 + 13706, + 13718 ], "loc": { "start": { - "line": 355, + "line": 350, "column": 8 }, "end": { - "line": 355, + "line": 350, "column": 20 } } @@ -31720,16 +31573,16 @@ "type": "Identifier", "name": "filterTable", "range": [ - 13869, - 13880 + 13732, + 13743 ], "loc": { "start": { - "line": 357, + "line": 352, "column": 12 }, "end": { - "line": 357, + "line": 352, "column": 23 } } @@ -31748,16 +31601,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13896, - 13898 + 13759, + 13761 ], "loc": { "start": { - "line": 358, + "line": 353, "column": 12 }, "end": { - "line": 358, + "line": 353, "column": 14 } } @@ -31766,110 +31619,110 @@ "type": "Identifier", "name": "filter", "range": [ - 13899, - 13905 + 13762, + 13768 ], "loc": { "start": { - "line": 358, + "line": 353, "column": 15 }, "end": { - "line": 358, + "line": 353, "column": 21 } } }, "range": [ - 13896, - 13905 + 13759, + 13768 ], "loc": { "start": { - "line": 358, + "line": 353, "column": 12 }, "end": { - "line": 358, + "line": 353, "column": 21 } } }, "arguments": [], "range": [ - 13896, - 13907 + 13759, + 13770 ], "loc": { "start": { - "line": 358, + "line": 353, "column": 12 }, "end": { - "line": 358, + "line": 353, "column": 23 } } }, "range": [ - 13896, - 13908 + 13759, + 13771 ], "loc": { "start": { - "line": 358, + "line": 353, "column": 12 }, "end": { - "line": 358, + "line": 353, "column": 24 } } } ], "range": [ - 13882, - 13918 + 13745, + 13781 ], "loc": { "start": { - "line": 357, + "line": 352, "column": 25 }, "end": { - "line": 359, + "line": 354, "column": 9 } } }, "alternate": null, "range": [ - 13865, - 13918 + 13728, + 13781 ], "loc": { "start": { - "line": 357, + "line": 352, "column": 8 }, "end": { - "line": 359, + "line": 354, "column": 9 } } } ], "range": [ - 13722, - 13924 + 13585, + 13787 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 31 }, "end": { - "line": 360, + "line": 355, "column": 5 } } @@ -31877,16 +31730,16 @@ "generator": false, "expression": false, "range": [ - 13700, - 13924 + 13563, + 13787 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 9 }, "end": { - "line": 360, + "line": 355, "column": 5 } } @@ -31894,16 +31747,16 @@ "kind": "method", "computed": false, "range": [ - 13695, - 13924 + 13558, + 13787 ], "loc": { "start": { - "line": 349, + "line": 344, "column": 4 }, "end": { - "line": 360, + "line": 355, "column": 5 } }, @@ -31912,16 +31765,16 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13542, - 13690 + 13405, + 13553 ], "loc": { "start": { - "line": 345, + "line": 340, "column": 4 }, "end": { - "line": 348, + "line": 343, "column": 7 } } @@ -31932,16 +31785,16 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13930, - 14005 + 13793, + 13868 ], "loc": { "start": { - "line": 362, + "line": 357, "column": 4 }, "end": { - "line": 364, + "line": 359, "column": 7 } } @@ -31955,16 +31808,16 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 14010, - 14025 + 13873, + 13888 ], "loc": { "start": { - "line": 365, + "line": 360, "column": 4 }, "end": { - "line": 365, + "line": 360, "column": 19 } } @@ -31987,16 +31840,16 @@ "object": { "type": "ThisExpression", "range": [ - 14038, - 14042 + 13901, + 13905 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 8 }, "end": { - "line": 366, + "line": 361, "column": 12 } } @@ -32005,31 +31858,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 14043, - 14057 + 13906, + 13920 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 13 }, "end": { - "line": 366, + "line": 361, "column": 27 } } }, "range": [ - 14038, - 14057 + 13901, + 13920 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 8 }, "end": { - "line": 366, + "line": 361, "column": 27 } } @@ -32039,46 +31892,46 @@ "value": 0, "raw": "0", "range": [ - 14060, - 14061 + 13923, + 13924 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 30 }, "end": { - "line": 366, + "line": 361, "column": 31 } } }, "range": [ - 14038, - 14061 + 13901, + 13924 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 8 }, "end": { - "line": 366, + "line": 361, "column": 31 } } }, "range": [ - 14038, - 14062 + 13901, + 13925 ], "loc": { "start": { - "line": 366, + "line": 361, "column": 8 }, "end": { - "line": 366, + "line": 361, "column": 32 } } @@ -32094,16 +31947,16 @@ "object": { "type": "ThisExpression", "range": [ - 14071, - 14075 + 13934, + 13938 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 8 }, "end": { - "line": 367, + "line": 362, "column": 12 } } @@ -32112,31 +31965,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 14076, - 14089 + 13939, + 13952 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 13 }, "end": { - "line": 367, + "line": 362, "column": 26 } } }, "range": [ - 14071, - 14089 + 13934, + 13952 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 8 }, "end": { - "line": 367, + "line": 362, "column": 26 } } @@ -32146,46 +31999,46 @@ "value": 1, "raw": "1", "range": [ - 14092, - 14093 + 13955, + 13956 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 29 }, "end": { - "line": 367, + "line": 362, "column": 30 } } }, "range": [ - 14071, - 14093 + 13934, + 13956 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 8 }, "end": { - "line": 367, + "line": 362, "column": 30 } } }, "range": [ - 14071, - 14094 + 13934, + 13957 ], "loc": { "start": { - "line": 367, + "line": 362, "column": 8 }, "end": { - "line": 367, + "line": 362, "column": 31 } } @@ -32200,16 +32053,16 @@ "object": { "type": "ThisExpression", "range": [ - 14103, - 14107 + 13966, + 13970 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 8 }, "end": { - "line": 368, + "line": 363, "column": 12 } } @@ -32218,31 +32071,31 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 14108, - 14121 + 13971, + 13984 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 13 }, "end": { - "line": 368, + "line": 363, "column": 26 } } }, "range": [ - 14103, - 14121 + 13966, + 13984 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 8 }, "end": { - "line": 368, + "line": 363, "column": 26 } } @@ -32257,16 +32110,16 @@ "object": { "type": "ThisExpression", "range": [ - 14122, - 14126 + 13985, + 13989 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 27 }, "end": { - "line": 368, + "line": 363, "column": 31 } } @@ -32275,31 +32128,31 @@ "type": "Identifier", "name": "tf", "range": [ - 14127, - 14129 + 13990, + 13992 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 32 }, "end": { - "line": 368, + "line": 363, "column": 34 } } }, "range": [ - 14122, - 14129 + 13985, + 13992 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 27 }, "end": { - "line": 368, + "line": 363, "column": 34 } } @@ -32308,78 +32161,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 14130, - 14144 + 13993, + 14007 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 35 }, "end": { - "line": 368, + "line": 363, "column": 49 } } }, "range": [ - 14122, - 14144 + 13985, + 14007 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 27 }, "end": { - "line": 368, + "line": 363, "column": 49 } } } ], "range": [ - 14103, - 14145 + 13966, + 14008 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 8 }, "end": { - "line": 368, + "line": 363, "column": 50 } } }, "range": [ - 14103, - 14146 + 13966, + 14009 ], "loc": { "start": { - "line": 368, + "line": 363, "column": 8 }, "end": { - "line": 368, + "line": 363, "column": 51 } } } ], "range": [ - 14028, - 14152 + 13891, + 14015 ], "loc": { "start": { - "line": 365, + "line": 360, "column": 22 }, "end": { - "line": 369, + "line": 364, "column": 5 } } @@ -32387,16 +32240,16 @@ "generator": false, "expression": false, "range": [ - 14025, - 14152 + 13888, + 14015 ], "loc": { "start": { - "line": 365, + "line": 360, "column": 19 }, "end": { - "line": 369, + "line": 364, "column": 5 } } @@ -32404,16 +32257,16 @@ "kind": "method", "computed": false, "range": [ - 14010, - 14152 + 13873, + 14015 ], "loc": { "start": { - "line": 365, + "line": 360, "column": 4 }, "end": { - "line": 369, + "line": 364, "column": 5 } }, @@ -32422,16 +32275,16 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13930, - 14005 + 13793, + 13868 ], "loc": { "start": { - "line": 362, + "line": 357, "column": 4 }, "end": { - "line": 364, + "line": 359, "column": 7 } } @@ -32442,16 +32295,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 14158, - 14337 + 14021, + 14200 ], "loc": { "start": { - "line": 371, + "line": 366, "column": 4 }, "end": { - "line": 375, + "line": 370, "column": 7 } } @@ -32465,16 +32318,16 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 14342, - 14355 + 14205, + 14218 ], "loc": { "start": { - "line": 376, + "line": 371, "column": 4 }, "end": { - "line": 376, + "line": 371, "column": 17 } } @@ -32487,16 +32340,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 14356, - 14365 + 14219, + 14228 ], "loc": { "start": { - "line": 376, + "line": 371, "column": 18 }, "end": { - "line": 376, + "line": 371, "column": 27 } } @@ -32514,16 +32367,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14381, - 14383 + 14244, + 14246 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 12 }, "end": { - "line": 377, + "line": 372, "column": 14 } } @@ -32534,16 +32387,16 @@ "object": { "type": "ThisExpression", "range": [ - 14386, - 14390 + 14249, + 14253 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 17 }, "end": { - "line": 377, + "line": 372, "column": 21 } } @@ -32552,46 +32405,46 @@ "type": "Identifier", "name": "tf", "range": [ - 14391, - 14393 + 14254, + 14256 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 22 }, "end": { - "line": 377, + "line": 372, "column": 24 } } }, "range": [ - 14386, - 14393 + 14249, + 14256 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 17 }, "end": { - "line": 377, + "line": 372, "column": 24 } } }, "range": [ - 14381, - 14393 + 14244, + 14256 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 12 }, "end": { - "line": 377, + "line": 372, "column": 24 } } @@ -32599,16 +32452,16 @@ ], "kind": "var", "range": [ - 14377, - 14394 + 14240, + 14257 ], "loc": { "start": { - "line": 377, + "line": 372, "column": 8 }, "end": { - "line": 377, + "line": 372, "column": 25 } } @@ -32622,16 +32475,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 14407, - 14411 + 14270, + 14274 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 12 }, "end": { - "line": 378, + "line": 373, "column": 16 } } @@ -32647,16 +32500,16 @@ "object": { "type": "ThisExpression", "range": [ - 14415, - 14419 + 14278, + 14282 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 20 }, "end": { - "line": 378, + "line": 373, "column": 24 } } @@ -32665,47 +32518,47 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 14420, - 14431 + 14283, + 14294 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 25 }, "end": { - "line": 378, + "line": 373, "column": 36 } } }, "range": [ - 14415, - 14431 + 14278, + 14294 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 20 }, "end": { - "line": 378, + "line": 373, "column": 36 } } }, "prefix": true, "range": [ - 14414, - 14431 + 14277, + 14294 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 19 }, "end": { - "line": 378, + "line": 373, "column": 36 } } @@ -32717,16 +32570,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14434, - 14436 + 14297, + 14299 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 39 }, "end": { - "line": 378, + "line": 373, "column": 41 } } @@ -32735,31 +32588,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 14437, - 14441 + 14300, + 14304 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 42 }, "end": { - "line": 378, + "line": 373, "column": 46 } } }, "range": [ - 14434, - 14441 + 14297, + 14304 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 39 }, "end": { - "line": 378, + "line": 373, "column": 46 } } @@ -32773,16 +32626,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14444, - 14447 + 14307, + 14310 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 49 }, "end": { - "line": 378, + "line": 373, "column": 52 } } @@ -32791,31 +32644,31 @@ "type": "Identifier", "name": "id", "range": [ - 14448, - 14450 + 14311, + 14313 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 53 }, "end": { - "line": 378, + "line": 373, "column": 55 } } }, "range": [ - 14444, - 14450 + 14307, + 14313 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 49 }, "end": { - "line": 378, + "line": 373, "column": 55 } } @@ -32827,16 +32680,16 @@ "object": { "type": "ThisExpression", "range": [ - 14451, - 14455 + 14314, + 14318 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 56 }, "end": { - "line": 378, + "line": 373, "column": 60 } } @@ -32845,77 +32698,77 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 14456, - 14467 + 14319, + 14330 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 61 }, "end": { - "line": 378, + "line": 373, "column": 72 } } }, "range": [ - 14451, - 14467 + 14314, + 14330 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 56 }, "end": { - "line": 378, + "line": 373, "column": 72 } } } ], "range": [ - 14444, - 14468 + 14307, + 14331 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 49 }, "end": { - "line": 378, + "line": 373, "column": 73 } } }, "range": [ - 14414, - 14468 + 14277, + 14331 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 19 }, "end": { - "line": 378, + "line": 373, "column": 73 } } }, "range": [ - 14407, - 14468 + 14270, + 14331 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 12 }, "end": { - "line": 378, + "line": 373, "column": 73 } } @@ -32923,16 +32776,16 @@ ], "kind": "var", "range": [ - 14403, - 14469 + 14266, + 14332 ], "loc": { "start": { - "line": 378, + "line": 373, "column": 8 }, "end": { - "line": 378, + "line": 373, "column": 74 } } @@ -32946,16 +32799,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 14482, - 14488 + 14345, + 14351 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 12 }, "end": { - "line": 379, + "line": 374, "column": 18 } } @@ -32969,16 +32822,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14491, - 14494 + 14354, + 14357 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 21 }, "end": { - "line": 379, + "line": 374, "column": 24 } } @@ -32987,31 +32840,31 @@ "type": "Identifier", "name": "id", "range": [ - 14495, - 14497 + 14358, + 14360 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 25 }, "end": { - "line": 379, + "line": 374, "column": 27 } } }, "range": [ - 14491, - 14497 + 14354, + 14360 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 21 }, "end": { - "line": 379, + "line": 374, "column": 27 } } @@ -33026,16 +32879,16 @@ "object": { "type": "ThisExpression", "range": [ - 14498, - 14502 + 14361, + 14365 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 28 }, "end": { - "line": 379, + "line": 374, "column": 32 } } @@ -33044,31 +32897,31 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 14503, - 14513 + 14366, + 14376 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 33 }, "end": { - "line": 379, + "line": 374, "column": 43 } } }, "range": [ - 14498, - 14513 + 14361, + 14376 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 28 }, "end": { - "line": 379, + "line": 374, "column": 43 } } @@ -33080,16 +32933,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14516, - 14518 + 14379, + 14381 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 46 }, "end": { - "line": 379, + "line": 374, "column": 48 } } @@ -33098,77 +32951,77 @@ "type": "Identifier", "name": "id", "range": [ - 14519, - 14521 + 14382, + 14384 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 49 }, "end": { - "line": 379, + "line": 374, "column": 51 } } }, "range": [ - 14516, - 14521 + 14379, + 14384 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 46 }, "end": { - "line": 379, + "line": 374, "column": 51 } } }, "range": [ - 14498, - 14521 + 14361, + 14384 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 28 }, "end": { - "line": 379, + "line": 374, "column": 51 } } } ], "range": [ - 14491, - 14522 + 14354, + 14385 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 21 }, "end": { - "line": 379, + "line": 374, "column": 52 } } }, "range": [ - 14482, - 14522 + 14345, + 14385 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 12 }, "end": { - "line": 379, + "line": 374, "column": 52 } } @@ -33176,16 +33029,16 @@ ], "kind": "var", "range": [ - 14478, - 14523 + 14341, + 14386 ], "loc": { "start": { - "line": 379, + "line": 374, "column": 8 }, "end": { - "line": 379, + "line": 374, "column": 53 } }, @@ -33194,16 +33047,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14533, - 14559 + 14396, + 14422 ], "loc": { "start": { - "line": 381, + "line": 376, "column": 8 }, "end": { - "line": 381, + "line": 376, "column": 34 } } @@ -33222,16 +33075,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14568, - 14570 + 14431, + 14433 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 8 }, "end": { - "line": 382, + "line": 377, "column": 10 } } @@ -33240,31 +33093,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 14571, - 14585 + 14434, + 14448 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 11 }, "end": { - "line": 382, + "line": 377, "column": 25 } } }, "range": [ - 14568, - 14585 + 14431, + 14448 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 8 }, "end": { - "line": 382, + "line": 377, "column": 25 } } @@ -33276,16 +33129,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 14588, - 14597 + 14451, + 14460 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 28 }, "end": { - "line": 382, + "line": 377, "column": 37 } } @@ -33299,16 +33152,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14601, - 14603 + 14464, + 14466 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 41 }, "end": { - "line": 382, + "line": 377, "column": 43 } } @@ -33317,31 +33170,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 14604, - 14616 + 14467, + 14479 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 44 }, "end": { - "line": 382, + "line": 377, "column": 56 } } }, "range": [ - 14601, - 14616 + 14464, + 14479 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 41 }, "end": { - "line": 382, + "line": 377, "column": 56 } } @@ -33352,77 +33205,77 @@ "value": true, "raw": "true", "range": [ - 14617, - 14621 + 14480, + 14484 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 57 }, "end": { - "line": 382, + "line": 377, "column": 61 } } } ], "range": [ - 14601, - 14622 + 14464, + 14485 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 41 }, "end": { - "line": 382, + "line": 377, "column": 62 } } }, "range": [ - 14588, - 14622 + 14451, + 14485 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 28 }, "end": { - "line": 382, + "line": 377, "column": 62 } } }, "range": [ - 14568, - 14622 + 14431, + 14485 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 8 }, "end": { - "line": 382, + "line": 377, "column": 62 } } }, "range": [ - 14568, - 14623 + 14431, + 14486 ], "loc": { "start": { - "line": 382, + "line": 377, "column": 8 }, "end": { - "line": 382, + "line": 377, "column": 63 } }, @@ -33431,16 +33284,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14533, - 14559 + 14396, + 14422 ], "loc": { "start": { - "line": 381, + "line": 376, "column": 8 }, "end": { - "line": 381, + "line": 376, "column": 34 } } @@ -33451,16 +33304,16 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14633, - 14656 + 14496, + 14519 ], "loc": { "start": { - "line": 384, + "line": 379, "column": 8 }, "end": { - "line": 384, + "line": 379, "column": 31 } } @@ -33478,16 +33331,16 @@ "object": { "type": "ThisExpression", "range": [ - 14665, - 14669 + 14528, + 14532 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 8 }, "end": { - "line": 385, + "line": 380, "column": 12 } } @@ -33496,31 +33349,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14670, - 14677 + 14533, + 14540 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 13 }, "end": { - "line": 385, + "line": 380, "column": 20 } } }, "range": [ - 14665, - 14677 + 14528, + 14540 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 8 }, "end": { - "line": 385, + "line": 380, "column": 20 } } @@ -33534,16 +33387,16 @@ "type": "Identifier", "name": "Math", "range": [ - 14680, - 14684 + 14543, + 14547 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 23 }, "end": { - "line": 385, + "line": 380, "column": 27 } } @@ -33552,31 +33405,31 @@ "type": "Identifier", "name": "ceil", "range": [ - 14685, - 14689 + 14548, + 14552 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 28 }, "end": { - "line": 385, + "line": 380, "column": 32 } } }, "range": [ - 14680, - 14689 + 14543, + 14552 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 23 }, "end": { - "line": 385, + "line": 380, "column": 32 } } @@ -33595,16 +33448,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14690, - 14692 + 14553, + 14555 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 33 }, "end": { - "line": 385, + "line": 380, "column": 35 } } @@ -33613,31 +33466,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 14693, - 14707 + 14556, + 14570 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 36 }, "end": { - "line": 385, + "line": 380, "column": 50 } } }, "range": [ - 14690, - 14707 + 14553, + 14570 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 33 }, "end": { - "line": 385, + "line": 380, "column": 50 } } @@ -33646,31 +33499,31 @@ "type": "Identifier", "name": "length", "range": [ - 14708, - 14714 + 14571, + 14577 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 51 }, "end": { - "line": 385, + "line": 380, "column": 57 } } }, "range": [ - 14690, - 14714 + 14553, + 14577 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 33 }, "end": { - "line": 385, + "line": 380, "column": 57 } } @@ -33681,16 +33534,16 @@ "object": { "type": "ThisExpression", "range": [ - 14717, - 14721 + 14580, + 14584 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 60 }, "end": { - "line": 385, + "line": 380, "column": 64 } } @@ -33699,92 +33552,92 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 14722, - 14734 + 14585, + 14597 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 65 }, "end": { - "line": 385, + "line": 380, "column": 77 } } }, "range": [ - 14717, - 14734 + 14580, + 14597 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 60 }, "end": { - "line": 385, + "line": 380, "column": 77 } } }, "range": [ - 14690, - 14734 + 14553, + 14597 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 33 }, "end": { - "line": 385, + "line": 380, "column": 77 } } } ], "range": [ - 14680, - 14735 + 14543, + 14598 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 23 }, "end": { - "line": 385, + "line": 380, "column": 78 } } }, "range": [ - 14665, - 14735 + 14528, + 14598 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 8 }, "end": { - "line": 385, + "line": 380, "column": 78 } } }, "range": [ - 14665, - 14736 + 14528, + 14599 ], "loc": { "start": { - "line": 385, + "line": 380, "column": 8 }, "end": { - "line": 385, + "line": 380, "column": 79 } }, @@ -33793,16 +33646,16 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14633, - 14656 + 14496, + 14519 ], "loc": { "start": { - "line": 384, + "line": 379, "column": 8 }, "end": { - "line": 384, + "line": 379, "column": 31 } } @@ -33813,16 +33666,16 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14745, - 14767 + 14608, + 14630 ], "loc": { "start": { - "line": 386, + "line": 381, "column": 8 }, "end": { - "line": 386, + "line": 381, "column": 30 } } @@ -33841,16 +33694,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 14776, - 14782 + 14639, + 14645 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 8 }, "end": { - "line": 387, + "line": 382, "column": 14 } } @@ -33859,31 +33712,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 14783, - 14792 + 14646, + 14655 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 15 }, "end": { - "line": 387, + "line": 382, "column": 24 } } }, "range": [ - 14776, - 14792 + 14639, + 14655 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 8 }, "end": { - "line": 387, + "line": 382, "column": 24 } } @@ -33894,16 +33747,16 @@ "object": { "type": "ThisExpression", "range": [ - 14795, - 14799 + 14658, + 14662 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 27 }, "end": { - "line": 387, + "line": 382, "column": 31 } } @@ -33912,61 +33765,61 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14800, - 14807 + 14663, + 14670 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 32 }, "end": { - "line": 387, + "line": 382, "column": 39 } } }, "range": [ - 14795, - 14807 + 14658, + 14670 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 27 }, "end": { - "line": 387, + "line": 382, "column": 39 } } }, "range": [ - 14776, - 14807 + 14639, + 14670 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 8 }, "end": { - "line": 387, + "line": 382, "column": 39 } } }, "range": [ - 14776, - 14808 + 14639, + 14671 ], "loc": { "start": { - "line": 387, + "line": 382, "column": 8 }, "end": { - "line": 387, + "line": 382, "column": 40 } }, @@ -33975,16 +33828,16 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14745, - 14767 + 14608, + 14630 ], "loc": { "start": { - "line": 386, + "line": 381, "column": 8 }, "end": { - "line": 386, + "line": 381, "column": 30 } } @@ -33995,16 +33848,16 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14817, - 14843 + 14680, + 14706 ], "loc": { "start": { - "line": 388, + "line": 383, "column": 8 }, "end": { - "line": 388, + "line": 383, "column": 34 } } @@ -34022,16 +33875,16 @@ "object": { "type": "ThisExpression", "range": [ - 14856, - 14860 + 14719, + 14723 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 12 }, "end": { - "line": 389, + "line": 384, "column": 16 } } @@ -34040,101 +33893,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 14861, - 14877 + 14724, + 14740 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 17 }, "end": { - "line": 389, + "line": 384, "column": 33 } } }, "range": [ - 14856, - 14877 + 14719, + 14740 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 12 }, "end": { - "line": 389, + "line": 384, "column": 33 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 14882, - 14884 - ], - "loc": { - "start": { - "line": 389, - "column": 38 - }, - "end": { - "line": 389, - "column": 40 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 14885, - 14895 - ], - "loc": { - "start": { - "line": 389, - "column": 41 - }, - "end": { - "line": 389, - "column": 51 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 14882, - 14895 + 14745, + 14751 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 38 }, "end": { - "line": 389, - "column": 51 + "line": 384, + "column": 44 } } }, "range": [ - 14856, - 14895 + 14719, + 14751 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 12 }, "end": { - "line": 389, - "column": 51 + "line": 384, + "column": 44 } } }, @@ -34155,16 +33972,16 @@ "object": { "type": "ThisExpression", "range": [ - 14911, - 14915 + 14767, + 14771 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 12 }, "end": { - "line": 390, + "line": 385, "column": 16 } } @@ -34173,31 +33990,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 14916, - 14925 + 14772, + 14781 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 17 }, "end": { - "line": 390, + "line": 385, "column": 26 } } }, "range": [ - 14911, - 14925 + 14767, + 14781 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 12 }, "end": { - "line": 390, + "line": 385, "column": 26 } } @@ -34206,31 +34023,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 14926, - 14935 + 14782, + 14791 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 27 }, "end": { - "line": 390, + "line": 385, "column": 36 } } }, "range": [ - 14911, - 14935 + 14767, + 14791 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 12 }, "end": { - "line": 390, + "line": 385, "column": 36 } } @@ -34240,78 +34057,78 @@ "value": "", "raw": "''", "range": [ - 14938, - 14940 + 14794, + 14796 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 39 }, "end": { - "line": 390, + "line": 385, "column": 41 } } }, "range": [ - 14911, - 14940 + 14767, + 14796 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 12 }, "end": { - "line": 390, + "line": 385, "column": 41 } } }, "range": [ - 14911, - 14941 + 14767, + 14797 ], "loc": { "start": { - "line": 390, + "line": 385, "column": 12 }, "end": { - "line": 390, + "line": 385, "column": 42 } } } ], "range": [ - 14897, - 14951 + 14753, + 14807 ], "loc": { "start": { - "line": 389, - "column": 53 + "line": 384, + "column": 46 }, "end": { - "line": 391, + "line": 386, "column": 9 } } }, "alternate": null, "range": [ - 14852, - 14951 + 14715, + 14807 ], "loc": { "start": { - "line": 389, + "line": 384, "column": 8 }, "end": { - "line": 391, + "line": 386, "column": 9 } }, @@ -34320,16 +34137,16 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14817, - 14843 + 14680, + 14706 ], "loc": { "start": { - "line": 388, + "line": 383, "column": 8 }, "end": { - "line": 388, + "line": 383, "column": 34 } } @@ -34347,16 +34164,16 @@ "object": { "type": "ThisExpression", "range": [ - 14965, - 14969 + 14821, + 14825 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 12 }, "end": { - "line": 393, + "line": 388, "column": 16 } } @@ -34365,31 +34182,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14970, - 14977 + 14826, + 14833 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 17 }, "end": { - "line": 393, + "line": 388, "column": 24 } } }, "range": [ - 14965, - 14977 + 14821, + 14833 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 12 }, "end": { - "line": 393, + "line": 388, "column": 24 } } @@ -34399,31 +34216,31 @@ "value": 0, "raw": "0", "range": [ - 14980, - 14981 + 14836, + 14837 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 27 }, "end": { - "line": 393, + "line": 388, "column": 28 } } }, "range": [ - 14965, - 14981 + 14821, + 14837 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 12 }, "end": { - "line": 393, + "line": 388, "column": 28 } } @@ -34446,16 +34263,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 14997, - 15001 + 14853, + 14857 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 12 }, "end": { - "line": 394, + "line": 389, "column": 16 } } @@ -34464,31 +34281,31 @@ "type": "Identifier", "name": "style", "range": [ - 15002, - 15007 + 14858, + 14863 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 17 }, "end": { - "line": 394, + "line": 389, "column": 22 } } }, "range": [ - 14997, - 15007 + 14853, + 14863 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 12 }, "end": { - "line": 394, + "line": 389, "column": 22 } } @@ -34497,31 +34314,31 @@ "type": "Identifier", "name": "visibility", "range": [ - 15008, - 15018 + 14864, + 14874 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 23 }, "end": { - "line": 394, + "line": 389, "column": 33 } } }, "range": [ - 14997, - 15018 + 14853, + 14874 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 12 }, "end": { - "line": 394, + "line": 389, "column": 33 } } @@ -34531,46 +34348,46 @@ "value": "visible", "raw": "'visible'", "range": [ - 15021, - 15030 + 14877, + 14886 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 36 }, "end": { - "line": 394, + "line": 389, "column": 45 } } }, "range": [ - 14997, - 15030 + 14853, + 14886 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 12 }, "end": { - "line": 394, + "line": 389, "column": 45 } } }, "range": [ - 14997, - 15031 + 14853, + 14887 ], "loc": { "start": { - "line": 394, + "line": 389, "column": 12 }, "end": { - "line": 394, + "line": 389, "column": 46 } } @@ -34586,16 +34403,16 @@ "object": { "type": "ThisExpression", "range": [ - 15048, - 15052 + 14904, + 14908 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 16 }, "end": { - "line": 395, + "line": 390, "column": 20 } } @@ -34604,101 +34421,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 15053, - 15069 + 14909, + 14925 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 21 }, "end": { - "line": 395, + "line": 390, "column": 37 } } }, "range": [ - 15048, - 15069 + 14904, + 14925 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 16 }, "end": { - "line": 395, + "line": 390, "column": 37 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 15074, - 15076 - ], - "loc": { - "start": { - "line": 395, - "column": 42 - }, - "end": { - "line": 395, - "column": 44 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 15077, - 15087 - ], - "loc": { - "start": { - "line": 395, - "column": 45 - }, - "end": { - "line": 395, - "column": 55 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 15074, - 15087 + 14930, + 14936 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 42 }, "end": { - "line": 395, - "column": 55 + "line": 390, + "column": 48 } } }, "range": [ - 15048, - 15087 + 14904, + 14936 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 16 }, "end": { - "line": 395, - "column": 55 + "line": 390, + "column": 48 } } }, @@ -34716,16 +34497,16 @@ "type": "Identifier", "name": "z", "range": [ - 15116, - 15117 + 14965, + 14966 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 25 }, "end": { - "line": 396, + "line": 391, "column": 26 } } @@ -34735,31 +34516,31 @@ "value": 0, "raw": "0", "range": [ - 15120, - 15121 + 14969, + 14970 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 29 }, "end": { - "line": 396, + "line": 391, "column": 30 } } }, "range": [ - 15116, - 15121 + 14965, + 14970 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 25 }, "end": { - "line": 396, + "line": 391, "column": 30 } } @@ -34767,16 +34548,16 @@ ], "kind": "var", "range": [ - 15112, - 15121 + 14961, + 14970 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 21 }, "end": { - "line": 396, + "line": 391, "column": 30 } } @@ -34788,16 +34569,16 @@ "type": "Identifier", "name": "z", "range": [ - 15123, - 15124 + 14972, + 14973 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 32 }, "end": { - "line": 396, + "line": 391, "column": 33 } } @@ -34808,16 +34589,16 @@ "object": { "type": "ThisExpression", "range": [ - 15127, - 15131 + 14976, + 14980 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 36 }, "end": { - "line": 396, + "line": 391, "column": 40 } } @@ -34826,46 +34607,46 @@ "type": "Identifier", "name": "nbPages", "range": [ - 15132, - 15139 + 14981, + 14988 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 41 }, "end": { - "line": 396, + "line": 391, "column": 48 } } }, "range": [ - 15127, - 15139 + 14976, + 14988 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 36 }, "end": { - "line": 396, + "line": 391, "column": 48 } } }, "range": [ - 15123, - 15139 + 14972, + 14988 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 32 }, "end": { - "line": 396, + "line": 391, "column": 48 } } @@ -34877,32 +34658,32 @@ "type": "Identifier", "name": "z", "range": [ - 15141, - 15142 + 14990, + 14991 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 50 }, "end": { - "line": 396, + "line": 391, "column": 51 } } }, "prefix": false, "range": [ - 15141, - 15144 + 14990, + 14993 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 50 }, "end": { - "line": 396, + "line": 391, "column": 53 } } @@ -34919,16 +34700,16 @@ "type": "Identifier", "name": "opt", "range": [ - 15172, - 15175 + 15021, + 15024 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 24 }, "end": { - "line": 397, + "line": 392, "column": 27 } } @@ -34942,16 +34723,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15178, - 15181 + 15027, + 15030 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 30 }, "end": { - "line": 397, + "line": 392, "column": 33 } } @@ -34960,31 +34741,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 15182, - 15191 + 15031, + 15040 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 34 }, "end": { - "line": 397, + "line": 392, "column": 43 } } }, "range": [ - 15178, - 15191 + 15027, + 15040 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 30 }, "end": { - "line": 397, + "line": 392, "column": 43 } } @@ -34997,16 +34778,16 @@ "type": "Identifier", "name": "z", "range": [ - 15192, - 15193 + 15041, + 15042 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 44 }, "end": { - "line": 397, + "line": 392, "column": 45 } } @@ -35016,31 +34797,31 @@ "value": 1, "raw": "1", "range": [ - 15196, - 15197 + 15045, + 15046 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 48 }, "end": { - "line": 397, + "line": 392, "column": 49 } } }, "range": [ - 15192, - 15197 + 15041, + 15046 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 44 }, "end": { - "line": 397, + "line": 392, "column": 49 } } @@ -35052,16 +34833,16 @@ "type": "Identifier", "name": "z", "range": [ - 15199, - 15200 + 15048, + 15049 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 51 }, "end": { - "line": 397, + "line": 392, "column": 52 } } @@ -35072,16 +34853,16 @@ "object": { "type": "ThisExpression", "range": [ - 15203, - 15207 + 15052, + 15056 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 55 }, "end": { - "line": 397, + "line": 392, "column": 59 } } @@ -35090,46 +34871,46 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 15208, - 15220 + 15057, + 15069 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 60 }, "end": { - "line": 397, + "line": 392, "column": 72 } } }, "range": [ - 15203, - 15220 + 15052, + 15069 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 55 }, "end": { - "line": 397, + "line": 392, "column": 72 } } }, "range": [ - 15199, - 15220 + 15048, + 15069 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 51 }, "end": { - "line": 397, + "line": 392, "column": 72 } } @@ -35139,47 +34920,47 @@ "value": false, "raw": "false", "range": [ - 15246, - 15251 + 15095, + 15100 ], "loc": { "start": { - "line": 398, + "line": 393, "column": 24 }, "end": { - "line": 398, + "line": 393, "column": 29 } } } ], "range": [ - 15178, - 15252 + 15027, + 15101 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 30 }, "end": { - "line": 398, + "line": 393, "column": 30 } } }, "range": [ - 15172, - 15252 + 15021, + 15101 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 24 }, "end": { - "line": 398, + "line": 393, "column": 30 } } @@ -35187,16 +34968,16 @@ ], "kind": "var", "range": [ - 15168, - 15253 + 15017, + 15102 ], "loc": { "start": { - "line": 397, + "line": 392, "column": 20 }, "end": { - "line": 398, + "line": 393, "column": 31 } } @@ -35218,16 +34999,16 @@ "object": { "type": "ThisExpression", "range": [ - 15274, - 15278 + 15123, + 15127 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 24 } } @@ -35236,31 +35017,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 15279, - 15288 + 15128, + 15137 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 25 }, "end": { - "line": 399, + "line": 394, "column": 34 } } }, "range": [ - 15274, - 15288 + 15123, + 15137 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 34 } } @@ -35269,31 +35050,31 @@ "type": "Identifier", "name": "options", "range": [ - 15289, - 15296 + 15138, + 15145 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 35 }, "end": { - "line": 399, + "line": 394, "column": 42 } } }, "range": [ - 15274, - 15296 + 15123, + 15145 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 42 } } @@ -35302,31 +35083,31 @@ "type": "Identifier", "name": "z", "range": [ - 15297, - 15298 + 15146, + 15147 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 43 }, "end": { - "line": 399, + "line": 394, "column": 44 } } }, "range": [ - 15274, - 15299 + 15123, + 15148 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 45 } } @@ -35335,93 +35116,93 @@ "type": "Identifier", "name": "opt", "range": [ - 15302, - 15305 + 15151, + 15154 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 48 }, "end": { - "line": 399, + "line": 394, "column": 51 } } }, "range": [ - 15274, - 15305 + 15123, + 15154 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 51 } } }, "range": [ - 15274, - 15306 + 15123, + 15155 ], "loc": { "start": { - "line": 399, + "line": 394, "column": 20 }, "end": { - "line": 399, + "line": 394, "column": 52 } } } ], "range": [ - 15146, - 15324 + 14995, + 15173 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 55 }, "end": { - "line": 400, + "line": 395, "column": 17 } } }, "range": [ - 15107, - 15324 + 14956, + 15173 ], "loc": { "start": { - "line": 396, + "line": 391, "column": 16 }, "end": { - "line": 400, + "line": 395, "column": 17 } } } ], "range": [ - 15089, - 15338 + 14938, + 15187 ], "loc": { "start": { - "line": 395, - "column": 57 + "line": 390, + "column": 50 }, "end": { - "line": 401, + "line": 396, "column": 13 } } @@ -35443,16 +35224,16 @@ "object": { "type": "ThisExpression", "range": [ - 15391, - 15395 + 15240, + 15244 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 16 }, "end": { - "line": 403, + "line": 398, "column": 20 } } @@ -35461,31 +35242,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 15396, - 15405 + 15245, + 15254 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 21 }, "end": { - "line": 403, + "line": 398, "column": 30 } } }, "range": [ - 15391, - 15405 + 15240, + 15254 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 16 }, "end": { - "line": 403, + "line": 398, "column": 30 } } @@ -35494,31 +35275,31 @@ "type": "Identifier", "name": "value", "range": [ - 15406, - 15411 + 15255, + 15260 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 31 }, "end": { - "line": 403, + "line": 398, "column": 36 } } }, "range": [ - 15391, - 15411 + 15240, + 15260 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 16 }, "end": { - "line": 403, + "line": 398, "column": 36 } } @@ -35529,16 +35310,16 @@ "object": { "type": "ThisExpression", "range": [ - 15414, - 15418 + 15263, + 15267 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 39 }, "end": { - "line": 403, + "line": 398, "column": 43 } } @@ -35547,61 +35328,61 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 15419, - 15432 + 15268, + 15281 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 44 }, "end": { - "line": 403, + "line": 398, "column": 57 } } }, "range": [ - 15414, - 15432 + 15263, + 15281 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 39 }, "end": { - "line": 403, + "line": 398, "column": 57 } } }, "range": [ - 15391, - 15432 + 15240, + 15281 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 16 }, "end": { - "line": 403, + "line": 398, "column": 57 } } }, "range": [ - 15391, - 15433 + 15240, + 15282 ], "loc": { "start": { - "line": 403, + "line": 398, "column": 16 }, "end": { - "line": 403, + "line": 398, "column": 58 } }, @@ -35610,16 +35391,16 @@ "type": "Line", "value": "input type", "range": [ - 15362, - 15374 + 15211, + 15223 ], "loc": { "start": { - "line": 402, + "line": 397, "column": 16 }, "end": { - "line": 402, + "line": 397, "column": 28 } } @@ -35628,47 +35409,47 @@ } ], "range": [ - 15344, - 15447 + 15193, + 15296 ], "loc": { "start": { - "line": 401, + "line": 396, "column": 19 }, "end": { - "line": 404, + "line": 399, "column": 13 } } }, "range": [ - 15044, - 15447 + 14900, + 15296 ], "loc": { "start": { - "line": 395, + "line": 390, "column": 12 }, "end": { - "line": 404, + "line": 399, "column": 13 } } } ], "range": [ - 14983, - 15458 + 14839, + 15307 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 30 }, "end": { - "line": 406, + "line": 401, "column": 9 } } @@ -35691,16 +35472,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 15551, - 15555 + 15400, + 15404 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 12 }, "end": { - "line": 408, + "line": 403, "column": 16 } } @@ -35709,31 +35490,31 @@ "type": "Identifier", "name": "style", "range": [ - 15556, - 15561 + 15405, + 15410 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 17 }, "end": { - "line": 408, + "line": 403, "column": 22 } } }, "range": [ - 15551, - 15561 + 15400, + 15410 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 12 }, "end": { - "line": 408, + "line": 403, "column": 22 } } @@ -35742,31 +35523,31 @@ "type": "Identifier", "name": "visibility", "range": [ - 15562, - 15572 + 15411, + 15421 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 23 }, "end": { - "line": 408, + "line": 403, "column": 33 } } }, "range": [ - 15551, - 15572 + 15400, + 15421 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 12 }, "end": { - "line": 408, + "line": 403, "column": 33 } } @@ -35776,46 +35557,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 15575, - 15583 + 15424, + 15432 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 36 }, "end": { - "line": 408, + "line": 403, "column": 44 } } }, "range": [ - 15551, - 15583 + 15400, + 15432 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 12 }, "end": { - "line": 408, + "line": 403, "column": 44 } } }, "range": [ - 15551, - 15584 + 15400, + 15433 ], "loc": { "start": { - "line": 408, + "line": 403, "column": 12 }, "end": { - "line": 408, + "line": 403, "column": 45 } }, @@ -35824,16 +35605,16 @@ "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ - 15478, - 15538 + 15327, + 15387 ], "loc": { "start": { - "line": 407, + "line": 402, "column": 12 }, "end": { - "line": 407, + "line": 402, "column": 72 } } @@ -35842,31 +35623,31 @@ } ], "range": [ - 15464, - 15594 + 15313, + 15443 ], "loc": { "start": { - "line": 406, + "line": 401, "column": 15 }, "end": { - "line": 409, + "line": 404, "column": 9 } } }, "range": [ - 14961, - 15594 + 14817, + 15443 ], "loc": { "start": { - "line": 393, + "line": 388, "column": 8 }, "end": { - "line": 409, + "line": 404, "column": 9 } } @@ -35881,16 +35662,16 @@ "object": { "type": "ThisExpression", "range": [ - 15603, - 15607 + 15452, + 15456 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 8 }, "end": { - "line": 410, + "line": 405, "column": 12 } } @@ -35899,31 +35680,31 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 15608, - 15619 + 15457, + 15468 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 13 }, "end": { - "line": 410, + "line": 405, "column": 24 } } }, "range": [ - 15603, - 15619 + 15452, + 15468 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 8 }, "end": { - "line": 410, + "line": 405, "column": 24 } } @@ -35936,16 +35717,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15620, - 15622 + 15469, + 15471 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 25 }, "end": { - "line": 410, + "line": 405, "column": 27 } } @@ -35954,78 +35735,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 15623, - 15637 + 15472, + 15486 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 28 }, "end": { - "line": 410, + "line": 405, "column": 42 } } }, "range": [ - 15620, - 15637 + 15469, + 15486 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 25 }, "end": { - "line": 410, + "line": 405, "column": 42 } } } ], "range": [ - 15603, - 15638 + 15452, + 15487 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 8 }, "end": { - "line": 410, + "line": 405, "column": 43 } } }, "range": [ - 15603, - 15639 + 15452, + 15488 ], "loc": { "start": { - "line": 410, + "line": 405, "column": 8 }, "end": { - "line": 410, + "line": 405, "column": 44 } } } ], "range": [ - 14367, - 15645 + 14230, + 15494 ], "loc": { "start": { - "line": 376, + "line": 371, "column": 29 }, "end": { - "line": 411, + "line": 406, "column": 5 } } @@ -36033,16 +35814,16 @@ "generator": false, "expression": false, "range": [ - 14355, - 15645 + 14218, + 15494 ], "loc": { "start": { - "line": 376, + "line": 371, "column": 17 }, "end": { - "line": 411, + "line": 406, "column": 5 } } @@ -36050,16 +35831,16 @@ "kind": "method", "computed": false, "range": [ - 14342, - 15645 + 14205, + 15494 ], "loc": { "start": { - "line": 376, + "line": 371, "column": 4 }, "end": { - "line": 411, + "line": 406, "column": 5 } }, @@ -36068,16 +35849,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 14158, - 14337 + 14021, + 14200 ], "loc": { "start": { - "line": 371, + "line": 366, "column": 4 }, "end": { - "line": 375, + "line": 370, "column": 7 } } @@ -36088,16 +35869,16 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15651, - 15775 + 15500, + 15624 ], "loc": { "start": { - "line": 413, + "line": 408, "column": 4 }, "end": { - "line": 416, + "line": 411, "column": 7 } } @@ -36111,16 +35892,16 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 15780, - 15791 + 15629, + 15640 ], "loc": { "start": { - "line": 417, + "line": 412, "column": 4 }, "end": { - "line": 417, + "line": 412, "column": 15 } } @@ -36133,16 +35914,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 15792, - 15801 + 15641, + 15650 ], "loc": { "start": { - "line": 417, + "line": 412, "column": 16 }, "end": { - "line": 417, + "line": 412, "column": 25 } } @@ -36160,16 +35941,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15817, - 15819 + 15666, + 15668 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 12 }, "end": { - "line": 418, + "line": 413, "column": 14 } } @@ -36180,16 +35961,16 @@ "object": { "type": "ThisExpression", "range": [ - 15822, - 15826 + 15671, + 15675 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 17 }, "end": { - "line": 418, + "line": 413, "column": 21 } } @@ -36198,46 +35979,46 @@ "type": "Identifier", "name": "tf", "range": [ - 15827, - 15829 + 15676, + 15678 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 22 }, "end": { - "line": 418, + "line": 413, "column": 24 } } }, "range": [ - 15822, - 15829 + 15671, + 15678 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 17 }, "end": { - "line": 418, + "line": 413, "column": 24 } } }, "range": [ - 15817, - 15829 + 15666, + 15678 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 12 }, "end": { - "line": 418, + "line": 413, "column": 24 } } @@ -36245,16 +36026,16 @@ ], "kind": "var", "range": [ - 15813, - 15830 + 15662, + 15679 ], "loc": { "start": { - "line": 418, + "line": 413, "column": 8 }, "end": { - "line": 418, + "line": 413, "column": 25 } } @@ -36268,16 +36049,16 @@ "type": "Identifier", "name": "rows", "range": [ - 15843, - 15847 + 15692, + 15696 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 12 }, "end": { - "line": 419, + "line": 414, "column": 16 } } @@ -36292,16 +36073,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15850, - 15852 + 15699, + 15701 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 19 }, "end": { - "line": 419, + "line": 414, "column": 21 } } @@ -36310,31 +36091,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 15853, - 15856 + 15702, + 15705 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 22 }, "end": { - "line": 419, + "line": 414, "column": 25 } } }, "range": [ - 15850, - 15856 + 15699, + 15705 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 19 }, "end": { - "line": 419, + "line": 414, "column": 25 } } @@ -36343,46 +36124,46 @@ "type": "Identifier", "name": "rows", "range": [ - 15857, - 15861 + 15706, + 15710 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 26 }, "end": { - "line": 419, + "line": 414, "column": 30 } } }, "range": [ - 15850, - 15861 + 15699, + 15710 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 19 }, "end": { - "line": 419, + "line": 414, "column": 30 } } }, "range": [ - 15843, - 15861 + 15692, + 15710 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 12 }, "end": { - "line": 419, + "line": 414, "column": 30 } } @@ -36390,16 +36171,16 @@ ], "kind": "var", "range": [ - 15839, - 15862 + 15688, + 15711 ], "loc": { "start": { - "line": 419, + "line": 414, "column": 8 }, "end": { - "line": 419, + "line": 414, "column": 31 } } @@ -36413,16 +36194,16 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15875, - 15889 + 15724, + 15738 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 12 }, "end": { - "line": 420, + "line": 415, "column": 26 } } @@ -36433,16 +36214,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 15892, - 15900 + 15741, + 15749 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 29 }, "end": { - "line": 420, + "line": 415, "column": 37 } } @@ -36454,16 +36235,16 @@ "object": { "type": "ThisExpression", "range": [ - 15901, - 15905 + 15750, + 15754 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 38 }, "end": { - "line": 420, + "line": 415, "column": 42 } } @@ -36472,31 +36253,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15906, - 15920 + 15755, + 15769 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 43 }, "end": { - "line": 420, + "line": 415, "column": 57 } } }, "range": [ - 15901, - 15920 + 15750, + 15769 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 38 }, "end": { - "line": 420, + "line": 415, "column": 57 } } @@ -36506,47 +36287,47 @@ "value": 10, "raw": "10", "range": [ - 15922, - 15924 + 15771, + 15773 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 59 }, "end": { - "line": 420, + "line": 415, "column": 61 } } } ], "range": [ - 15892, - 15925 + 15741, + 15774 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 29 }, "end": { - "line": 420, + "line": 415, "column": 62 } } }, "range": [ - 15875, - 15925 + 15724, + 15774 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 12 }, "end": { - "line": 420, + "line": 415, "column": 62 } } @@ -36554,16 +36335,16 @@ ], "kind": "var", "range": [ - 15871, - 15926 + 15720, + 15775 ], "loc": { "start": { - "line": 420, + "line": 415, "column": 8 }, "end": { - "line": 420, + "line": 415, "column": 63 } } @@ -36577,16 +36358,16 @@ "type": "Identifier", "name": "endPagingRow", "range": [ - 15939, - 15951 + 15788, + 15800 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 12 }, "end": { - "line": 421, + "line": 416, "column": 24 } } @@ -36598,16 +36379,16 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15954, - 15968 + 15803, + 15817 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 27 }, "end": { - "line": 421, + "line": 416, "column": 41 } } @@ -36618,16 +36399,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 15971, - 15979 + 15820, + 15828 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 44 }, "end": { - "line": 421, + "line": 416, "column": 52 } } @@ -36639,16 +36420,16 @@ "object": { "type": "ThisExpression", "range": [ - 15980, - 15984 + 15829, + 15833 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 53 }, "end": { - "line": 421, + "line": 416, "column": 57 } } @@ -36657,31 +36438,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 15985, - 15997 + 15834, + 15846 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 58 }, "end": { - "line": 421, + "line": 416, "column": 70 } } }, "range": [ - 15980, - 15997 + 15829, + 15846 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 53 }, "end": { - "line": 421, + "line": 416, "column": 70 } } @@ -36691,62 +36472,62 @@ "value": 10, "raw": "10", "range": [ - 15999, - 16001 + 15848, + 15850 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 72 }, "end": { - "line": 421, + "line": 416, "column": 74 } } } ], "range": [ - 15971, - 16002 + 15820, + 15851 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 44 }, "end": { - "line": 421, + "line": 416, "column": 75 } } }, "range": [ - 15954, - 16002 + 15803, + 15851 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 27 }, "end": { - "line": 421, + "line": 416, "column": 75 } } }, "range": [ - 15939, - 16002 + 15788, + 15851 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 12 }, "end": { - "line": 421, + "line": 416, "column": 75 } } @@ -36754,16 +36535,16 @@ ], "kind": "var", "range": [ - 15935, - 16003 + 15784, + 15852 ], "loc": { "start": { - "line": 421, + "line": 416, "column": 8 }, "end": { - "line": 421, + "line": 416, "column": 76 } }, @@ -36772,16 +36553,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 16013, - 16039 + 15862, + 15888 ], "loc": { "start": { - "line": 423, + "line": 418, "column": 8 }, "end": { - "line": 423, + "line": 418, "column": 34 } } @@ -36794,16 +36575,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 16052, - 16061 + 15901, + 15910 ], "loc": { "start": { - "line": 424, + "line": 419, "column": 12 }, "end": { - "line": 424, + "line": 419, "column": 21 } } @@ -36823,16 +36604,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16077, - 16079 + 15926, + 15928 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 12 }, "end": { - "line": 425, + "line": 420, "column": 14 } } @@ -36841,31 +36622,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16080, - 16094 + 15929, + 15943 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 15 }, "end": { - "line": 425, + "line": 420, "column": 29 } } }, "range": [ - 16077, - 16094 + 15926, + 15943 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 12 }, "end": { - "line": 425, + "line": 420, "column": 29 } } @@ -36874,78 +36655,78 @@ "type": "Identifier", "name": "validRows", "range": [ - 16097, - 16106 + 15946, + 15955 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 32 }, "end": { - "line": 425, + "line": 420, "column": 41 } } }, "range": [ - 16077, - 16106 + 15926, + 15955 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 12 }, "end": { - "line": 425, + "line": 420, "column": 41 } } }, "range": [ - 16077, - 16107 + 15926, + 15956 ], "loc": { "start": { - "line": 425, + "line": 420, "column": 12 }, "end": { - "line": 425, + "line": 420, "column": 42 } } } ], "range": [ - 16063, - 16117 + 15912, + 15966 ], "loc": { "start": { - "line": 424, + "line": 419, "column": 23 }, "end": { - "line": 426, + "line": 421, "column": 9 } } }, "alternate": null, "range": [ - 16048, - 16117 + 15897, + 15966 ], "loc": { "start": { - "line": 424, + "line": 419, "column": 8 }, "end": { - "line": 426, + "line": 421, "column": 9 } }, @@ -36954,16 +36735,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 16013, - 16039 + 15862, + 15888 ], "loc": { "start": { - "line": 423, + "line": 418, "column": 8 }, "end": { - "line": 423, + "line": 418, "column": 34 } } @@ -36974,16 +36755,16 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 16127, - 16171 + 15976, + 16020 ], "loc": { "start": { - "line": 428, + "line": 423, "column": 8 }, "end": { - "line": 428, + "line": 423, "column": 52 } } @@ -37001,16 +36782,16 @@ "type": "Identifier", "name": "h", "range": [ - 16189, - 16190 + 16038, + 16039 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 17 }, "end": { - "line": 429, + "line": 424, "column": 18 } } @@ -37020,31 +36801,31 @@ "value": 0, "raw": "0", "range": [ - 16193, - 16194 + 16042, + 16043 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 21 }, "end": { - "line": 429, + "line": 424, "column": 22 } } }, "range": [ - 16189, - 16194 + 16038, + 16043 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 17 }, "end": { - "line": 429, + "line": 424, "column": 22 } } @@ -37055,16 +36836,16 @@ "type": "Identifier", "name": "len", "range": [ - 16196, - 16199 + 16045, + 16048 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 24 }, "end": { - "line": 429, + "line": 424, "column": 27 } } @@ -37079,16 +36860,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16202, - 16204 + 16051, + 16053 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 30 }, "end": { - "line": 429, + "line": 424, "column": 32 } } @@ -37097,31 +36878,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16205, - 16219 + 16054, + 16068 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 33 }, "end": { - "line": 429, + "line": 424, "column": 47 } } }, "range": [ - 16202, - 16219 + 16051, + 16068 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 30 }, "end": { - "line": 429, + "line": 424, "column": 47 } } @@ -37130,46 +36911,46 @@ "type": "Identifier", "name": "length", "range": [ - 16220, - 16226 + 16069, + 16075 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 48 }, "end": { - "line": 429, + "line": 424, "column": 54 } } }, "range": [ - 16202, - 16226 + 16051, + 16075 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 30 }, "end": { - "line": 429, + "line": 424, "column": 54 } } }, "range": [ - 16196, - 16226 + 16045, + 16075 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 24 }, "end": { - "line": 429, + "line": 424, "column": 54 } } @@ -37177,16 +36958,16 @@ ], "kind": "var", "range": [ - 16185, - 16226 + 16034, + 16075 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 13 }, "end": { - "line": 429, + "line": 424, "column": 54 } } @@ -37198,16 +36979,16 @@ "type": "Identifier", "name": "h", "range": [ - 16228, - 16229 + 16077, + 16078 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 56 }, "end": { - "line": 429, + "line": 424, "column": 57 } } @@ -37216,31 +36997,31 @@ "type": "Identifier", "name": "len", "range": [ - 16232, - 16235 + 16081, + 16084 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 60 }, "end": { - "line": 429, + "line": 424, "column": 63 } } }, "range": [ - 16228, - 16235 + 16077, + 16084 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 56 }, "end": { - "line": 429, + "line": 424, "column": 63 } } @@ -37252,32 +37033,32 @@ "type": "Identifier", "name": "h", "range": [ - 16237, - 16238 + 16086, + 16087 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 65 }, "end": { - "line": 429, + "line": 424, "column": 66 } } }, "prefix": false, "range": [ - 16237, - 16240 + 16086, + 16089 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 65 }, "end": { - "line": 429, + "line": 424, "column": 68 } } @@ -37294,16 +37075,16 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16260, - 16271 + 16109, + 16120 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 16 }, "end": { - "line": 430, + "line": 425, "column": 27 } } @@ -37318,16 +37099,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16274, - 16276 + 16123, + 16125 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 30 }, "end": { - "line": 430, + "line": 425, "column": 32 } } @@ -37336,31 +37117,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16277, - 16291 + 16126, + 16140 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 33 }, "end": { - "line": 430, + "line": 425, "column": 47 } } }, "range": [ - 16274, - 16291 + 16123, + 16140 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 30 }, "end": { - "line": 430, + "line": 425, "column": 47 } } @@ -37369,46 +37150,46 @@ "type": "Identifier", "name": "h", "range": [ - 16292, - 16293 + 16141, + 16142 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 48 }, "end": { - "line": 430, + "line": 425, "column": 49 } } }, "range": [ - 16274, - 16294 + 16123, + 16143 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 30 }, "end": { - "line": 430, + "line": 425, "column": 50 } } }, "range": [ - 16260, - 16294 + 16109, + 16143 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 16 }, "end": { - "line": 430, + "line": 425, "column": 50 } } @@ -37416,16 +37197,16 @@ ], "kind": "var", "range": [ - 16256, - 16295 + 16105, + 16144 ], "loc": { "start": { - "line": 430, + "line": 425, "column": 12 }, "end": { - "line": 430, + "line": 425, "column": 51 } } @@ -37439,16 +37220,16 @@ "type": "Identifier", "name": "r", "range": [ - 16312, - 16313 + 16161, + 16162 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 16 }, "end": { - "line": 431, + "line": 426, "column": 17 } } @@ -37460,16 +37241,16 @@ "type": "Identifier", "name": "rows", "range": [ - 16316, - 16320 + 16165, + 16169 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 20 }, "end": { - "line": 431, + "line": 426, "column": 24 } } @@ -37478,46 +37259,46 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16321, - 16332 + 16170, + 16181 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 25 }, "end": { - "line": 431, + "line": 426, "column": 36 } } }, "range": [ - 16316, - 16333 + 16165, + 16182 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 20 }, "end": { - "line": 431, + "line": 426, "column": 37 } } }, "range": [ - 16312, - 16333 + 16161, + 16182 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 16 }, "end": { - "line": 431, + "line": 426, "column": 37 } } @@ -37525,16 +37306,16 @@ ], "kind": "var", "range": [ - 16308, - 16334 + 16157, + 16183 ], "loc": { "start": { - "line": 431, + "line": 426, "column": 12 }, "end": { - "line": 431, + "line": 426, "column": 38 } } @@ -37548,16 +37329,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16351, - 16361 + 16200, + 16210 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 16 }, "end": { - "line": 432, + "line": 427, "column": 26 } } @@ -37571,16 +37352,16 @@ "type": "Identifier", "name": "r", "range": [ - 16364, - 16365 + 16213, + 16214 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 29 }, "end": { - "line": 432, + "line": 427, "column": 30 } } @@ -37589,31 +37370,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 16366, - 16378 + 16215, + 16227 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 31 }, "end": { - "line": 432, + "line": 427, "column": 43 } } }, "range": [ - 16364, - 16378 + 16213, + 16227 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 29 }, "end": { - "line": 432, + "line": 427, "column": 43 } } @@ -37624,47 +37405,47 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 16379, - 16389 + 16228, + 16238 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 44 }, "end": { - "line": 432, + "line": 427, "column": 54 } } } ], "range": [ - 16364, - 16390 + 16213, + 16239 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 29 }, "end": { - "line": 432, + "line": 427, "column": 55 } } }, "range": [ - 16351, - 16390 + 16200, + 16239 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 16 }, "end": { - "line": 432, + "line": 427, "column": 55 } } @@ -37672,16 +37453,16 @@ ], "kind": "var", "range": [ - 16347, - 16391 + 16196, + 16240 ], "loc": { "start": { - "line": 432, + "line": 427, "column": 12 }, "end": { - "line": 432, + "line": 427, "column": 56 } } @@ -37695,16 +37476,16 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16408, - 16420 + 16257, + 16269 ], "loc": { "start": { - "line": 433, + "line": 428, "column": 16 }, "end": { - "line": 433, + "line": 428, "column": 28 } } @@ -37714,31 +37495,31 @@ "value": false, "raw": "false", "range": [ - 16423, - 16428 + 16272, + 16277 ], "loc": { "start": { - "line": 433, + "line": 428, "column": 31 }, "end": { - "line": 433, + "line": 428, "column": 36 } } }, "range": [ - 16408, - 16428 + 16257, + 16277 ], "loc": { "start": { - "line": 433, + "line": 428, "column": 16 }, "end": { - "line": 433, + "line": 428, "column": 36 } } @@ -37746,16 +37527,16 @@ ], "kind": "var", "range": [ - 16404, - 16429 + 16253, + 16278 ], "loc": { "start": { - "line": 433, + "line": 428, "column": 12 }, "end": { - "line": 433, + "line": 428, "column": 37 } } @@ -37772,16 +37553,16 @@ "type": "Identifier", "name": "h", "range": [ - 16447, - 16448 + 16296, + 16297 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 16 }, "end": { - "line": 435, + "line": 430, "column": 17 } } @@ -37790,31 +37571,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 16452, - 16466 + 16301, + 16315 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 21 }, "end": { - "line": 435, + "line": 430, "column": 35 } } }, "range": [ - 16447, - 16466 + 16296, + 16315 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 16 }, "end": { - "line": 435, + "line": 430, "column": 35 } } @@ -37826,16 +37607,16 @@ "type": "Identifier", "name": "h", "range": [ - 16470, - 16471 + 16319, + 16320 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 39 }, "end": { - "line": 435, + "line": 430, "column": 40 } } @@ -37844,46 +37625,46 @@ "type": "Identifier", "name": "endPagingRow", "range": [ - 16474, - 16486 + 16323, + 16335 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 43 }, "end": { - "line": 435, + "line": 430, "column": 55 } } }, "range": [ - 16470, - 16486 + 16319, + 16335 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 39 }, "end": { - "line": 435, + "line": 430, "column": 55 } } }, "range": [ - 16447, - 16486 + 16296, + 16335 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 16 }, "end": { - "line": 435, + "line": 430, "column": 55 } } @@ -37905,16 +37686,16 @@ "type": "Identifier", "name": "Types", "range": [ - 16510, - 16515 + 16359, + 16364 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 20 }, "end": { - "line": 436, + "line": 431, "column": 25 } } @@ -37923,31 +37704,31 @@ "type": "Identifier", "name": "isNull", "range": [ - 16516, - 16522 + 16365, + 16371 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 26 }, "end": { - "line": 436, + "line": 431, "column": 32 } } }, "range": [ - 16510, - 16522 + 16359, + 16371 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 20 }, "end": { - "line": 436, + "line": 431, "column": 32 } } @@ -37957,32 +37738,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16523, - 16533 + 16372, + 16382 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 33 }, "end": { - "line": 436, + "line": 431, "column": 43 } } } ], "range": [ - 16510, - 16534 + 16359, + 16383 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 20 }, "end": { - "line": 436, + "line": 431, "column": 44 } } @@ -37993,16 +37774,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16558, - 16565 + 16407, + 16414 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 20 }, "end": { - "line": 437, + "line": 432, "column": 27 } } @@ -38015,16 +37796,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16566, - 16576 + 16415, + 16425 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 28 }, "end": { - "line": 437, + "line": 432, "column": 38 } } @@ -38034,62 +37815,62 @@ "value": "true", "raw": "'true'", "range": [ - 16581, - 16587 + 16430, + 16436 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 43 }, "end": { - "line": 437, + "line": 432, "column": 49 } } }, "range": [ - 16566, - 16587 + 16415, + 16436 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 28 }, "end": { - "line": 437, + "line": 432, "column": 49 } } } ], "range": [ - 16558, - 16588 + 16407, + 16437 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 20 }, "end": { - "line": 437, + "line": 432, "column": 50 } } }, "range": [ - 16510, - 16588 + 16359, + 16437 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 20 }, "end": { - "line": 437, + "line": 432, "column": 50 } } @@ -38112,16 +37893,16 @@ "type": "Identifier", "name": "r", "range": [ - 16612, - 16613 + 16461, + 16462 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 20 }, "end": { - "line": 438, + "line": 433, "column": 21 } } @@ -38130,31 +37911,31 @@ "type": "Identifier", "name": "style", "range": [ - 16614, - 16619 + 16463, + 16468 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 22 }, "end": { - "line": 438, + "line": 433, "column": 27 } } }, "range": [ - 16612, - 16619 + 16461, + 16468 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 20 }, "end": { - "line": 438, + "line": 433, "column": 27 } } @@ -38163,31 +37944,31 @@ "type": "Identifier", "name": "display", "range": [ - 16620, - 16627 + 16469, + 16476 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 28 }, "end": { - "line": 438, + "line": 433, "column": 35 } } }, "range": [ - 16612, - 16627 + 16461, + 16476 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 20 }, "end": { - "line": 438, + "line": 433, "column": 35 } } @@ -38197,46 +37978,46 @@ "value": "", "raw": "''", "range": [ - 16630, - 16632 + 16479, + 16481 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 38 }, "end": { - "line": 438, + "line": 433, "column": 40 } } }, "range": [ - 16612, - 16632 + 16461, + 16481 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 20 }, "end": { - "line": 438, + "line": 433, "column": 40 } } }, "range": [ - 16612, - 16633 + 16461, + 16482 ], "loc": { "start": { - "line": 438, + "line": 433, "column": 20 }, "end": { - "line": 438, + "line": 433, "column": 41 } } @@ -38250,16 +38031,16 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16654, - 16666 + 16503, + 16515 ], "loc": { "start": { - "line": 439, + "line": 434, "column": 20 }, "end": { - "line": 439, + "line": 434, "column": 32 } } @@ -38269,94 +38050,94 @@ "value": true, "raw": "true", "range": [ - 16669, - 16673 + 16518, + 16522 ], "loc": { "start": { - "line": 439, + "line": 434, "column": 35 }, "end": { - "line": 439, + "line": 434, "column": 39 } } }, "range": [ - 16654, - 16673 + 16503, + 16522 ], "loc": { "start": { - "line": 439, + "line": 434, "column": 20 }, "end": { - "line": 439, + "line": 434, "column": 39 } } }, "range": [ - 16654, - 16674 + 16503, + 16523 ], "loc": { "start": { - "line": 439, + "line": 434, "column": 20 }, "end": { - "line": 439, + "line": 434, "column": 40 } } } ], "range": [ - 16590, - 16692 + 16439, + 16541 ], "loc": { "start": { - "line": 437, + "line": 432, "column": 52 }, "end": { - "line": 440, + "line": 435, "column": 17 } } }, "alternate": null, "range": [ - 16506, - 16692 + 16355, + 16541 ], "loc": { "start": { - "line": 436, + "line": 431, "column": 16 }, "end": { - "line": 440, + "line": 435, "column": 17 } } } ], "range": [ - 16488, - 16706 + 16337, + 16555 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 57 }, "end": { - "line": 441, + "line": 436, "column": 13 } } @@ -38379,16 +38160,16 @@ "type": "Identifier", "name": "r", "range": [ - 16730, - 16731 + 16579, + 16580 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 16 }, "end": { - "line": 442, + "line": 437, "column": 17 } } @@ -38397,31 +38178,31 @@ "type": "Identifier", "name": "style", "range": [ - 16732, - 16737 + 16581, + 16586 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 18 }, "end": { - "line": 442, + "line": 437, "column": 23 } } }, "range": [ - 16730, - 16737 + 16579, + 16586 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 16 }, "end": { - "line": 442, + "line": 437, "column": 23 } } @@ -38430,111 +38211,110 @@ "type": "Identifier", "name": "display", "range": [ - 16738, - 16745 + 16587, + 16594 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 24 }, "end": { - "line": 442, + "line": 437, "column": 31 } } }, "range": [ - 16730, - 16745 + 16579, + 16594 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 16 }, "end": { - "line": 442, + "line": 437, "column": 31 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 16748, - 16754 + 16597, + 16601 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 34 }, "end": { - "line": 442, - "column": 40 + "line": 437, + "column": 38 } } }, "range": [ - 16730, - 16754 + 16579, + 16601 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 16 }, "end": { - "line": 442, - "column": 40 + "line": 437, + "column": 38 } } }, "range": [ - 16730, - 16755 + 16579, + 16602 ], "loc": { "start": { - "line": 442, + "line": 437, "column": 16 }, "end": { - "line": 442, - "column": 41 + "line": 437, + "column": 39 } } } ], "range": [ - 16712, - 16769 + 16561, + 16616 ], "loc": { "start": { - "line": 441, + "line": 436, "column": 19 }, "end": { - "line": 443, + "line": 438, "column": 13 } } }, "range": [ - 16443, - 16769 + 16292, + 16616 ], "loc": { "start": { - "line": 435, + "line": 430, "column": 12 }, "end": { - "line": 443, + "line": 438, "column": 13 } } @@ -38552,16 +38332,16 @@ "object": { "type": "ThisExpression", "range": [ - 16782, - 16786 + 16629, + 16633 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 12 }, "end": { - "line": 444, + "line": 439, "column": 16 } } @@ -38570,31 +38350,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 16787, - 16794 + 16634, + 16641 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 17 }, "end": { - "line": 444, + "line": 439, "column": 24 } } }, "range": [ - 16782, - 16794 + 16629, + 16641 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 12 }, "end": { - "line": 444, + "line": 439, "column": 24 } } @@ -38603,31 +38383,31 @@ "type": "Identifier", "name": "emit", "range": [ - 16795, - 16799 + 16642, + 16646 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 25 }, "end": { - "line": 444, + "line": 439, "column": 29 } } }, "range": [ - 16782, - 16799 + 16629, + 16646 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 12 }, "end": { - "line": 444, + "line": 439, "column": 29 } } @@ -38638,16 +38418,16 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 16800, - 16811 + 16647, + 16658 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 30 }, "end": { - "line": 444, + "line": 439, "column": 41 } } @@ -38656,16 +38436,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16813, - 16815 + 16660, + 16662 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 43 }, "end": { - "line": 444, + "line": 439, "column": 45 } } @@ -38674,16 +38454,16 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16817, - 16828 + 16664, + 16675 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 47 }, "end": { - "line": 444, + "line": 439, "column": 58 } } @@ -38692,16 +38472,16 @@ "type": "Identifier", "name": "h", "range": [ - 16830, - 16831 + 16677, + 16678 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 60 }, "end": { - "line": 444, + "line": 439, "column": 61 } } @@ -38710,78 +38490,78 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16833, - 16845 + 16680, + 16692 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 63 }, "end": { - "line": 444, + "line": 439, "column": 75 } } } ], "range": [ - 16782, - 16846 + 16629, + 16693 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 12 }, "end": { - "line": 444, + "line": 439, "column": 76 } } }, "range": [ - 16782, - 16847 + 16629, + 16694 ], "loc": { "start": { - "line": 444, + "line": 439, "column": 12 }, "end": { - "line": 444, + "line": 439, "column": 77 } } } ], "range": [ - 16242, - 16857 + 16091, + 16704 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 70 }, "end": { - "line": 445, + "line": 440, "column": 9 } } }, "range": [ - 16180, - 16857 + 16029, + 16704 ], "loc": { "start": { - "line": 429, + "line": 424, "column": 8 }, "end": { - "line": 445, + "line": 440, "column": 9 } }, @@ -38790,16 +38570,16 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 16127, - 16171 + 15976, + 16020 ], "loc": { "start": { - "line": 428, + "line": 423, "column": 8 }, "end": { - "line": 428, + "line": 423, "column": 52 } } @@ -38818,16 +38598,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16867, - 16869 + 16714, + 16716 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 8 }, "end": { - "line": 447, + "line": 442, "column": 10 } } @@ -38836,31 +38616,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 16870, - 16883 + 16717, + 16730 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 11 }, "end": { - "line": 447, + "line": 442, "column": 24 } } }, "range": [ - 16867, - 16883 + 16714, + 16730 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 8 }, "end": { - "line": 447, + "line": 442, "column": 24 } } @@ -38875,16 +38655,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16886, - 16888 + 16733, + 16735 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 27 }, "end": { - "line": 447, + "line": 442, "column": 29 } } @@ -38893,31 +38673,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16889, - 16903 + 16736, + 16750 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 30 }, "end": { - "line": 447, + "line": 442, "column": 44 } } }, "range": [ - 16886, - 16903 + 16733, + 16750 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 27 }, "end": { - "line": 447, + "line": 442, "column": 44 } } @@ -38926,61 +38706,61 @@ "type": "Identifier", "name": "length", "range": [ - 16904, - 16910 + 16751, + 16757 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 45 }, "end": { - "line": 447, + "line": 442, "column": 51 } } }, "range": [ - 16886, - 16910 + 16733, + 16757 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 27 }, "end": { - "line": 447, + "line": 442, "column": 51 } } }, "range": [ - 16867, - 16910 + 16714, + 16757 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 8 }, "end": { - "line": 447, + "line": 442, "column": 51 } } }, "range": [ - 16867, - 16911 + 16714, + 16758 ], "loc": { "start": { - "line": 447, + "line": 442, "column": 8 }, "end": { - "line": 447, + "line": 442, "column": 52 } }, @@ -38989,16 +38769,16 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16921, - 16950 + 16768, + 16797 ], "loc": { "start": { - "line": 449, + "line": 444, "column": 8 }, "end": { - "line": 449, + "line": 444, "column": 37 } } @@ -39018,16 +38798,16 @@ "object": { "type": "ThisExpression", "range": [ - 16959, - 16963 + 16806, + 16810 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 8 }, "end": { - "line": 450, + "line": 445, "column": 12 } } @@ -39036,31 +38816,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 16964, - 16971 + 16811, + 16818 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 13 }, "end": { - "line": 450, + "line": 445, "column": 20 } } }, "range": [ - 16959, - 16971 + 16806, + 16818 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 8 }, "end": { - "line": 450, + "line": 445, "column": 20 } } @@ -39069,31 +38849,31 @@ "type": "Identifier", "name": "emit", "range": [ - 16972, - 16976 + 16819, + 16823 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 21 }, "end": { - "line": 450, + "line": 445, "column": 25 } } }, "range": [ - 16959, - 16976 + 16806, + 16823 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 8 }, "end": { - "line": 450, + "line": 445, "column": 25 } } @@ -39104,16 +38884,16 @@ "value": "grouped-by-page", "raw": "'grouped-by-page'", "range": [ - 16977, - 16994 + 16824, + 16841 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 26 }, "end": { - "line": 450, + "line": 445, "column": 43 } } @@ -39122,16 +38902,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16996, - 16998 + 16843, + 16845 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 45 }, "end": { - "line": 450, + "line": 445, "column": 47 } } @@ -39139,47 +38919,47 @@ { "type": "ThisExpression", "range": [ - 17000, - 17004 + 16847, + 16851 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 49 }, "end": { - "line": 450, + "line": 445, "column": 53 } } } ], "range": [ - 16959, - 17005 + 16806, + 16852 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 8 }, "end": { - "line": 450, + "line": 445, "column": 54 } } }, "range": [ - 16959, - 17006 + 16806, + 16853 ], "loc": { "start": { - "line": 450, + "line": 445, "column": 8 }, "end": { - "line": 450, + "line": 445, "column": 55 } }, @@ -39188,16 +38968,16 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16921, - 16950 + 16768, + 16797 ], "loc": { "start": { - "line": 449, + "line": 444, "column": 8 }, "end": { - "line": 449, + "line": 444, "column": 37 } } @@ -39206,16 +38986,16 @@ } ], "range": [ - 15803, - 17012 + 15652, + 16859 ], "loc": { "start": { - "line": 417, + "line": 412, "column": 27 }, "end": { - "line": 451, + "line": 446, "column": 5 } } @@ -39223,16 +39003,16 @@ "generator": false, "expression": false, "range": [ - 15791, - 17012 + 15640, + 16859 ], "loc": { "start": { - "line": 417, + "line": 412, "column": 15 }, "end": { - "line": 451, + "line": 446, "column": 5 } } @@ -39240,16 +39020,16 @@ "kind": "method", "computed": false, "range": [ - 15780, - 17012 + 15629, + 16859 ], "loc": { "start": { - "line": 417, + "line": 412, "column": 4 }, "end": { - "line": 451, + "line": 446, "column": 5 } }, @@ -39258,16 +39038,16 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15651, - 15775 + 15500, + 15624 ], "loc": { "start": { - "line": 413, + "line": 408, "column": 4 }, "end": { - "line": 416, + "line": 411, "column": 7 } } @@ -39278,16 +39058,16 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 17018, - 17103 + 16865, + 16950 ], "loc": { "start": { - "line": 453, + "line": 448, "column": 4 }, "end": { - "line": 456, + "line": 451, "column": 7 } } @@ -39301,16 +39081,16 @@ "type": "Identifier", "name": "getPage", "range": [ - 17108, - 17115 + 16955, + 16962 ], "loc": { "start": { - "line": 457, + "line": 452, "column": 4 }, "end": { - "line": 457, + "line": 452, "column": 11 } } @@ -39330,16 +39110,16 @@ "object": { "type": "ThisExpression", "range": [ - 17135, - 17139 + 16982, + 16986 ], "loc": { "start": { - "line": 458, + "line": 453, "column": 15 }, "end": { - "line": 458, + "line": 453, "column": 19 } } @@ -39348,62 +39128,62 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 17140, - 17153 + 16987, + 17000 ], "loc": { "start": { - "line": 458, + "line": 453, "column": 20 }, "end": { - "line": 458, + "line": 453, "column": 33 } } }, "range": [ - 17135, - 17153 + 16982, + 17000 ], "loc": { "start": { - "line": 458, + "line": 453, "column": 15 }, "end": { - "line": 458, + "line": 453, "column": 33 } } }, "range": [ - 17128, - 17154 + 16975, + 17001 ], "loc": { "start": { - "line": 458, + "line": 453, "column": 8 }, "end": { - "line": 458, + "line": 453, "column": 34 } } } ], "range": [ - 17118, - 17160 + 16965, + 17007 ], "loc": { "start": { - "line": 457, + "line": 452, "column": 14 }, "end": { - "line": 459, + "line": 454, "column": 5 } } @@ -39411,16 +39191,16 @@ "generator": false, "expression": false, "range": [ - 17115, - 17160 + 16962, + 17007 ], "loc": { "start": { - "line": 457, + "line": 452, "column": 11 }, "end": { - "line": 459, + "line": 454, "column": 5 } } @@ -39428,16 +39208,16 @@ "kind": "method", "computed": false, "range": [ - 17108, - 17160 + 16955, + 17007 ], "loc": { "start": { - "line": 457, + "line": 452, "column": 4 }, "end": { - "line": 459, + "line": 454, "column": 5 } }, @@ -39446,16 +39226,16 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 17018, - 17103 + 16865, + 16950 ], "loc": { "start": { - "line": 453, + "line": 448, "column": 4 }, "end": { - "line": 456, + "line": 451, "column": 7 } } @@ -39466,16 +39246,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 17166, - 17374 + 17013, + 17221 ], "loc": { "start": { - "line": 461, + "line": 456, "column": 4 }, "end": { - "line": 465, + "line": 460, "column": 7 } } @@ -39489,16 +39269,16 @@ "type": "Identifier", "name": "setPage", "range": [ - 17379, - 17386 + 17226, + 17233 ], "loc": { "start": { - "line": 466, + "line": 461, "column": 4 }, "end": { - "line": 466, + "line": 461, "column": 11 } } @@ -39511,16 +39291,16 @@ "type": "Identifier", "name": "cmd", "range": [ - 17387, - 17390 + 17234, + 17237 ], "loc": { "start": { - "line": 466, + "line": 461, "column": 12 }, "end": { - "line": 466, + "line": 461, "column": 15 } } @@ -39538,16 +39318,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17406, - 17408 + 17253, + 17255 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 12 }, "end": { - "line": 467, + "line": 462, "column": 14 } } @@ -39558,16 +39338,16 @@ "object": { "type": "ThisExpression", "range": [ - 17411, - 17415 + 17258, + 17262 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 17 }, "end": { - "line": 467, + "line": 462, "column": 21 } } @@ -39576,46 +39356,46 @@ "type": "Identifier", "name": "tf", "range": [ - 17416, - 17418 + 17263, + 17265 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 22 }, "end": { - "line": 467, + "line": 462, "column": 24 } } }, "range": [ - 17411, - 17418 + 17258, + 17265 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 17 }, "end": { - "line": 467, + "line": 462, "column": 24 } } }, "range": [ - 17406, - 17418 + 17253, + 17265 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 12 }, "end": { - "line": 467, + "line": 462, "column": 24 } } @@ -39623,16 +39403,16 @@ ], "kind": "var", "range": [ - 17402, - 17419 + 17249, + 17266 ], "loc": { "start": { - "line": 467, + "line": 462, "column": 8 }, "end": { - "line": 467, + "line": 462, "column": 25 } } @@ -39654,16 +39434,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17433, - 17435 + 17280, + 17282 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 13 }, "end": { - "line": 468, + "line": 463, "column": 15 } } @@ -39672,63 +39452,63 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 17436, - 17443 + 17283, + 17290 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 16 }, "end": { - "line": 468, + "line": 463, "column": 23 } } }, "range": [ - 17433, - 17443 + 17280, + 17290 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 13 }, "end": { - "line": 468, + "line": 463, "column": 23 } } }, "arguments": [], "range": [ - 17433, - 17445 + 17280, + 17292 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 13 }, "end": { - "line": 468, + "line": 463, "column": 25 } } }, "prefix": true, "range": [ - 17432, - 17445 + 17279, + 17292 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 12 }, "end": { - "line": 468, + "line": 463, "column": 25 } } @@ -39744,16 +39524,16 @@ "object": { "type": "ThisExpression", "range": [ - 17450, - 17454 + 17297, + 17301 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 30 }, "end": { - "line": 468, + "line": 463, "column": 34 } } @@ -39762,78 +39542,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 17455, - 17464 + 17302, + 17311 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 35 }, "end": { - "line": 468, + "line": 463, "column": 44 } } }, "range": [ - 17450, - 17464 + 17297, + 17311 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 30 }, "end": { - "line": 468, + "line": 463, "column": 44 } } }, "arguments": [], "range": [ - 17450, - 17466 + 17297, + 17313 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 30 }, "end": { - "line": 468, + "line": 463, "column": 46 } } }, "prefix": true, "range": [ - 17449, - 17466 + 17296, + 17313 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 29 }, "end": { - "line": 468, + "line": 463, "column": 46 } } }, "range": [ - 17432, - 17466 + 17279, + 17313 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 12 }, "end": { - "line": 468, + "line": 463, "column": 46 } } @@ -39845,48 +39625,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 17482, - 17489 + 17329, + 17336 ], "loc": { "start": { - "line": 469, + "line": 464, "column": 12 }, "end": { - "line": 469, + "line": 464, "column": 19 } } } ], "range": [ - 17468, - 17499 + 17315, + 17346 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 48 }, "end": { - "line": 470, + "line": 465, "column": 9 } } }, "alternate": null, "range": [ - 17428, - 17499 + 17275, + 17346 ], "loc": { "start": { - "line": 468, + "line": 463, "column": 8 }, "end": { - "line": 470, + "line": 465, "column": 9 } } @@ -39900,16 +39680,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17512, - 17518 + 17359, + 17365 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 12 }, "end": { - "line": 471, + "line": 466, "column": 18 } } @@ -39920,16 +39700,16 @@ "object": { "type": "ThisExpression", "range": [ - 17521, - 17525 + 17368, + 17372 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 21 }, "end": { - "line": 471, + "line": 466, "column": 25 } } @@ -39938,46 +39718,46 @@ "type": "Identifier", "name": "evt", "range": [ - 17526, - 17529 + 17373, + 17376 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 26 }, "end": { - "line": 471, + "line": 466, "column": 29 } } }, "range": [ - 17521, - 17529 + 17368, + 17376 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 21 }, "end": { - "line": 471, + "line": 466, "column": 29 } } }, "range": [ - 17512, - 17529 + 17359, + 17376 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 12 }, "end": { - "line": 471, + "line": 466, "column": 29 } } @@ -39988,16 +39768,16 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 17543, - 17550 + 17390, + 17397 ], "loc": { "start": { - "line": 472, + "line": 467, "column": 12 }, "end": { - "line": 472, + "line": 467, "column": 19 } } @@ -40009,47 +39789,47 @@ "type": "Identifier", "name": "cmd", "range": [ - 17560, - 17563 + 17407, + 17410 ], "loc": { "start": { - "line": 472, + "line": 467, "column": 29 }, "end": { - "line": 472, + "line": 467, "column": 32 } } }, "prefix": true, "range": [ - 17553, - 17563 + 17400, + 17410 ], "loc": { "start": { - "line": 472, + "line": 467, "column": 22 }, "end": { - "line": 472, + "line": 467, "column": 32 } } }, "range": [ - 17543, - 17563 + 17390, + 17410 ], "loc": { "start": { - "line": 472, + "line": 467, "column": 12 }, "end": { - "line": 472, + "line": 467, "column": 32 } } @@ -40057,16 +39837,16 @@ ], "kind": "var", "range": [ - 17508, - 17564 + 17355, + 17411 ], "loc": { "start": { - "line": 471, + "line": 466, "column": 8 }, "end": { - "line": 472, + "line": 467, "column": 33 } } @@ -40080,16 +39860,16 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 17577, - 17584 + 17424, + 17431 ], "loc": { "start": { - "line": 473, + "line": 468, "column": 12 }, "end": { - "line": 473, + "line": 468, "column": 19 } } @@ -40099,31 +39879,31 @@ "value": "string", "raw": "'string'", "range": [ - 17589, - 17597 + 17436, + 17444 ], "loc": { "start": { - "line": 473, + "line": 468, "column": 24 }, "end": { - "line": 473, + "line": 468, "column": 32 } } }, "range": [ - 17577, - 17597 + 17424, + 17444 ], "loc": { "start": { - "line": 473, + "line": 468, "column": 12 }, "end": { - "line": 473, + "line": 468, "column": 32 } } @@ -40142,16 +39922,16 @@ "type": "Identifier", "name": "Str", "range": [ - 17621, - 17624 + 17468, + 17471 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 20 }, "end": { - "line": 474, + "line": 469, "column": 23 } } @@ -40160,31 +39940,31 @@ "type": "Identifier", "name": "lower", "range": [ - 17625, - 17630 + 17472, + 17477 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 24 }, "end": { - "line": 474, + "line": 469, "column": 29 } } }, "range": [ - 17621, - 17630 + 17468, + 17477 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 20 }, "end": { - "line": 474, + "line": 469, "column": 29 } } @@ -40194,32 +39974,32 @@ "type": "Identifier", "name": "cmd", "range": [ - 17631, - 17634 + 17478, + 17481 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 30 }, "end": { - "line": 474, + "line": 469, "column": 33 } } } ], "range": [ - 17621, - 17635 + 17468, + 17482 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 20 }, "end": { - "line": 474, + "line": 469, "column": 34 } } @@ -40232,16 +40012,16 @@ "value": "next", "raw": "'next'", "range": [ - 17660, - 17666 + 17507, + 17513 ], "loc": { "start": { - "line": 475, + "line": 470, "column": 21 }, "end": { - "line": 475, + "line": 470, "column": 27 } } @@ -40258,16 +40038,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17688, - 17694 + 17535, + 17541 ], "loc": { "start": { - "line": 476, + "line": 471, "column": 20 }, "end": { - "line": 476, + "line": 471, "column": 26 } } @@ -40276,62 +40056,62 @@ "type": "Identifier", "name": "next", "range": [ - 17695, - 17699 + 17542, + 17546 ], "loc": { "start": { - "line": 476, + "line": 471, "column": 27 }, "end": { - "line": 476, + "line": 471, "column": 31 } } }, "range": [ - 17688, - 17699 + 17535, + 17546 ], "loc": { "start": { - "line": 476, + "line": 471, "column": 20 }, "end": { - "line": 476, + "line": 471, "column": 31 } } }, "arguments": [], "range": [ - 17688, - 17701 + 17535, + 17548 ], "loc": { "start": { - "line": 476, + "line": 471, "column": 20 }, "end": { - "line": 476, + "line": 471, "column": 33 } } }, "range": [ - 17688, - 17702 + 17535, + 17549 ], "loc": { "start": { - "line": 476, + "line": 471, "column": 20 }, "end": { - "line": 476, + "line": 471, "column": 34 } } @@ -40340,32 +40120,32 @@ "type": "BreakStatement", "label": null, "range": [ - 17723, - 17729 + 17570, + 17576 ], "loc": { "start": { - "line": 477, + "line": 472, "column": 20 }, "end": { - "line": 477, + "line": 472, "column": 26 } } } ], "range": [ - 17655, - 17729 + 17502, + 17576 ], "loc": { "start": { - "line": 475, + "line": 470, "column": 16 }, "end": { - "line": 477, + "line": 472, "column": 26 } } @@ -40377,16 +40157,16 @@ "value": "previous", "raw": "'previous'", "range": [ - 17751, - 17761 + 17598, + 17608 ], "loc": { "start": { - "line": 478, + "line": 473, "column": 21 }, "end": { - "line": 478, + "line": 473, "column": 31 } } @@ -40403,16 +40183,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17783, - 17789 + 17630, + 17636 ], "loc": { "start": { - "line": 479, + "line": 474, "column": 20 }, "end": { - "line": 479, + "line": 474, "column": 26 } } @@ -40421,62 +40201,62 @@ "type": "Identifier", "name": "prev", "range": [ - 17790, - 17794 + 17637, + 17641 ], "loc": { "start": { - "line": 479, + "line": 474, "column": 27 }, "end": { - "line": 479, + "line": 474, "column": 31 } } }, "range": [ - 17783, - 17794 + 17630, + 17641 ], "loc": { "start": { - "line": 479, + "line": 474, "column": 20 }, "end": { - "line": 479, + "line": 474, "column": 31 } } }, "arguments": [], "range": [ - 17783, - 17796 + 17630, + 17643 ], "loc": { "start": { - "line": 479, + "line": 474, "column": 20 }, "end": { - "line": 479, + "line": 474, "column": 33 } } }, "range": [ - 17783, - 17797 + 17630, + 17644 ], "loc": { "start": { - "line": 479, + "line": 474, "column": 20 }, "end": { - "line": 479, + "line": 474, "column": 34 } } @@ -40485,32 +40265,32 @@ "type": "BreakStatement", "label": null, "range": [ - 17818, - 17824 + 17665, + 17671 ], "loc": { "start": { - "line": 480, + "line": 475, "column": 20 }, "end": { - "line": 480, + "line": 475, "column": 26 } } } ], "range": [ - 17746, - 17824 + 17593, + 17671 ], "loc": { "start": { - "line": 478, + "line": 473, "column": 16 }, "end": { - "line": 480, + "line": 475, "column": 26 } } @@ -40522,16 +40302,16 @@ "value": "last", "raw": "'last'", "range": [ - 17846, - 17852 + 17693, + 17699 ], "loc": { "start": { - "line": 481, + "line": 476, "column": 21 }, "end": { - "line": 481, + "line": 476, "column": 27 } } @@ -40548,16 +40328,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17874, - 17880 + 17721, + 17727 ], "loc": { "start": { - "line": 482, + "line": 477, "column": 20 }, "end": { - "line": 482, + "line": 477, "column": 26 } } @@ -40566,62 +40346,62 @@ "type": "Identifier", "name": "last", "range": [ - 17881, - 17885 + 17728, + 17732 ], "loc": { "start": { - "line": 482, + "line": 477, "column": 27 }, "end": { - "line": 482, + "line": 477, "column": 31 } } }, "range": [ - 17874, - 17885 + 17721, + 17732 ], "loc": { "start": { - "line": 482, + "line": 477, "column": 20 }, "end": { - "line": 482, + "line": 477, "column": 31 } } }, "arguments": [], "range": [ - 17874, - 17887 + 17721, + 17734 ], "loc": { "start": { - "line": 482, + "line": 477, "column": 20 }, "end": { - "line": 482, + "line": 477, "column": 33 } } }, "range": [ - 17874, - 17888 + 17721, + 17735 ], "loc": { "start": { - "line": 482, + "line": 477, "column": 20 }, "end": { - "line": 482, + "line": 477, "column": 34 } } @@ -40630,32 +40410,32 @@ "type": "BreakStatement", "label": null, "range": [ - 17909, - 17915 + 17756, + 17762 ], "loc": { "start": { - "line": 483, + "line": 478, "column": 20 }, "end": { - "line": 483, + "line": 478, "column": 26 } } } ], "range": [ - 17841, - 17915 + 17688, + 17762 ], "loc": { "start": { - "line": 481, + "line": 476, "column": 16 }, "end": { - "line": 483, + "line": 478, "column": 26 } } @@ -40667,16 +40447,16 @@ "value": "first", "raw": "'first'", "range": [ - 17937, - 17944 + 17784, + 17791 ], "loc": { "start": { - "line": 484, + "line": 479, "column": 21 }, "end": { - "line": 484, + "line": 479, "column": 28 } } @@ -40693,16 +40473,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17966, - 17972 + 17813, + 17819 ], "loc": { "start": { - "line": 485, + "line": 480, "column": 20 }, "end": { - "line": 485, + "line": 480, "column": 26 } } @@ -40711,62 +40491,62 @@ "type": "Identifier", "name": "first", "range": [ - 17973, - 17978 + 17820, + 17825 ], "loc": { "start": { - "line": 485, + "line": 480, "column": 27 }, "end": { - "line": 485, + "line": 480, "column": 32 } } }, "range": [ - 17966, - 17978 + 17813, + 17825 ], "loc": { "start": { - "line": 485, + "line": 480, "column": 20 }, "end": { - "line": 485, + "line": 480, "column": 32 } } }, "arguments": [], "range": [ - 17966, - 17980 + 17813, + 17827 ], "loc": { "start": { - "line": 485, + "line": 480, "column": 20 }, "end": { - "line": 485, + "line": 480, "column": 34 } } }, "range": [ - 17966, - 17981 + 17813, + 17828 ], "loc": { "start": { - "line": 485, + "line": 480, "column": 20 }, "end": { - "line": 485, + "line": 480, "column": 35 } } @@ -40775,32 +40555,32 @@ "type": "BreakStatement", "label": null, "range": [ - 18002, - 18008 + 17849, + 17855 ], "loc": { "start": { - "line": 486, + "line": 481, "column": 20 }, "end": { - "line": 486, + "line": 481, "column": 26 } } } ], "range": [ - 17932, - 18008 + 17779, + 17855 ], "loc": { "start": { - "line": 484, + "line": 479, "column": 16 }, "end": { - "line": 486, + "line": 481, "column": 26 } } @@ -40820,16 +40600,16 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 18054, - 18060 + 17901, + 17907 ], "loc": { "start": { - "line": 488, + "line": 483, "column": 20 }, "end": { - "line": 488, + "line": 483, "column": 26 } } @@ -40838,62 +40618,62 @@ "type": "Identifier", "name": "next", "range": [ - 18061, - 18065 + 17908, + 17912 ], "loc": { "start": { - "line": 488, + "line": 483, "column": 27 }, "end": { - "line": 488, + "line": 483, "column": 31 } } }, "range": [ - 18054, - 18065 + 17901, + 17912 ], "loc": { "start": { - "line": 488, + "line": 483, "column": 20 }, "end": { - "line": 488, + "line": 483, "column": 31 } } }, "arguments": [], "range": [ - 18054, - 18067 + 17901, + 17914 ], "loc": { "start": { - "line": 488, + "line": 483, "column": 20 }, "end": { - "line": 488, + "line": 483, "column": 33 } } }, "range": [ - 18054, - 18068 + 17901, + 17915 ], "loc": { "start": { - "line": 488, + "line": 483, "column": 20 }, "end": { - "line": 488, + "line": 483, "column": 34 } } @@ -40902,64 +40682,64 @@ "type": "BreakStatement", "label": null, "range": [ - 18089, - 18095 + 17936, + 17942 ], "loc": { "start": { - "line": 489, + "line": 484, "column": 20 }, "end": { - "line": 489, + "line": 484, "column": 26 } } } ], "range": [ - 18025, - 18095 + 17872, + 17942 ], "loc": { "start": { - "line": 487, + "line": 482, "column": 16 }, "end": { - "line": 489, + "line": 484, "column": 26 } } } ], "range": [ - 17613, - 18109 + 17460, + 17956 ], "loc": { "start": { - "line": 474, + "line": 469, "column": 12 }, "end": { - "line": 490, + "line": 485, "column": 13 } } } ], "range": [ - 17599, - 18119 + 17446, + 17966 ], "loc": { "start": { - "line": 473, + "line": 468, "column": 34 }, "end": { - "line": 491, + "line": 486, "column": 9 } } @@ -40973,16 +40753,16 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 18137, - 18144 + 17984, + 17991 ], "loc": { "start": { - "line": 492, + "line": 487, "column": 17 }, "end": { - "line": 492, + "line": 487, "column": 24 } } @@ -40992,31 +40772,31 @@ "value": "number", "raw": "'number'", "range": [ - 18149, - 18157 + 17996, + 18004 ], "loc": { "start": { - "line": 492, + "line": 487, "column": 29 }, "end": { - "line": 492, + "line": 487, "column": 37 } } }, "range": [ - 18137, - 18157 + 17984, + 18004 ], "loc": { "start": { - "line": 492, + "line": 487, "column": 17 }, "end": { - "line": 492, + "line": 487, "column": 37 } } @@ -41034,16 +40814,16 @@ "object": { "type": "ThisExpression", "range": [ - 18173, - 18177 + 18020, + 18024 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 12 }, "end": { - "line": 493, + "line": 488, "column": 16 } } @@ -41052,31 +40832,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 18178, - 18188 + 18025, + 18035 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 17 }, "end": { - "line": 493, + "line": 488, "column": 27 } } }, "range": [ - 18173, - 18188 + 18020, + 18035 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 12 }, "end": { - "line": 493, + "line": 488, "column": 27 } } @@ -41089,16 +40869,16 @@ "type": "Identifier", "name": "cmd", "range": [ - 18189, - 18192 + 18036, + 18039 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 28 }, "end": { - "line": 493, + "line": 488, "column": 31 } } @@ -41108,125 +40888,125 @@ "value": 1, "raw": "1", "range": [ - 18195, - 18196 + 18042, + 18043 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 34 }, "end": { - "line": 493, + "line": 488, "column": 35 } } }, "range": [ - 18189, - 18196 + 18036, + 18043 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 28 }, "end": { - "line": 493, + "line": 488, "column": 35 } } } ], "range": [ - 18173, - 18197 + 18020, + 18044 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 12 }, "end": { - "line": 493, + "line": 488, "column": 36 } } }, "range": [ - 18173, - 18198 + 18020, + 18045 ], "loc": { "start": { - "line": 493, + "line": 488, "column": 12 }, "end": { - "line": 493, + "line": 488, "column": 37 } } } ], "range": [ - 18159, - 18208 + 18006, + 18055 ], "loc": { "start": { - "line": 492, + "line": 487, "column": 39 }, "end": { - "line": 494, + "line": 489, "column": 9 } } }, "alternate": null, "range": [ - 18133, - 18208 + 17980, + 18055 ], "loc": { "start": { - "line": 492, + "line": 487, "column": 13 }, "end": { - "line": 494, + "line": 489, "column": 9 } } }, "range": [ - 17573, - 18208 + 17420, + 18055 ], "loc": { "start": { - "line": 473, + "line": 468, "column": 8 }, "end": { - "line": 494, + "line": 489, "column": 9 } } } ], "range": [ - 17392, - 18214 + 17239, + 18061 ], "loc": { "start": { - "line": 466, + "line": 461, "column": 17 }, "end": { - "line": 495, + "line": 490, "column": 5 } } @@ -41234,16 +41014,16 @@ "generator": false, "expression": false, "range": [ - 17386, - 18214 + 17233, + 18061 ], "loc": { "start": { - "line": 466, + "line": 461, "column": 11 }, "end": { - "line": 495, + "line": 490, "column": 5 } } @@ -41251,16 +41031,16 @@ "kind": "method", "computed": false, "range": [ - 17379, - 18214 + 17226, + 18061 ], "loc": { "start": { - "line": 466, + "line": 461, "column": 4 }, "end": { - "line": 495, + "line": 490, "column": 5 } }, @@ -41269,16 +41049,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 17166, - 17374 + 17013, + 17221 ], "loc": { "start": { - "line": 461, + "line": 456, "column": 4 }, "end": { - "line": 465, + "line": 460, "column": 7 } } @@ -41289,16 +41069,16 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18220, - 18305 + 18067, + 18152 ], "loc": { "start": { - "line": 497, + "line": 492, "column": 4 }, "end": { - "line": 499, + "line": 494, "column": 7 } } @@ -41312,16 +41092,16 @@ "type": "Identifier", "name": "setResultsPerPage", "range": [ - 18310, - 18327 + 18157, + 18174 ], "loc": { "start": { - "line": 500, + "line": 495, "column": 4 }, "end": { - "line": 500, + "line": 495, "column": 21 } } @@ -41342,16 +41122,16 @@ "type": "Identifier", "name": "tf", "range": [ - 18344, - 18346 + 18191, + 18193 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 12 }, "end": { - "line": 501, + "line": 496, "column": 14 } } @@ -41362,16 +41142,16 @@ "object": { "type": "ThisExpression", "range": [ - 18349, - 18353 + 18196, + 18200 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 17 }, "end": { - "line": 501, + "line": 496, "column": 21 } } @@ -41380,46 +41160,46 @@ "type": "Identifier", "name": "tf", "range": [ - 18354, - 18356 + 18201, + 18203 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 22 }, "end": { - "line": 501, + "line": 496, "column": 24 } } }, "range": [ - 18349, - 18356 + 18196, + 18203 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 17 }, "end": { - "line": 501, + "line": 496, "column": 24 } } }, "range": [ - 18344, - 18356 + 18191, + 18203 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 12 }, "end": { - "line": 501, + "line": 496, "column": 24 } } @@ -41427,16 +41207,16 @@ ], "kind": "var", "range": [ - 18340, - 18357 + 18187, + 18204 ], "loc": { "start": { - "line": 501, + "line": 496, "column": 8 }, "end": { - "line": 501, + "line": 496, "column": 25 } } @@ -41450,16 +41230,16 @@ "type": "Identifier", "name": "evt", "range": [ - 18370, - 18373 + 18217, + 18220 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 12 }, "end": { - "line": 502, + "line": 497, "column": 15 } } @@ -41470,16 +41250,16 @@ "object": { "type": "ThisExpression", "range": [ - 18376, - 18380 + 18223, + 18227 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 18 }, "end": { - "line": 502, + "line": 497, "column": 22 } } @@ -41488,46 +41268,46 @@ "type": "Identifier", "name": "evt", "range": [ - 18381, - 18384 + 18228, + 18231 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 23 }, "end": { - "line": 502, + "line": 497, "column": 26 } } }, "range": [ - 18376, - 18384 + 18223, + 18231 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 18 }, "end": { - "line": 502, + "line": 497, "column": 26 } } }, "range": [ - 18370, - 18384 + 18217, + 18231 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 12 }, "end": { - "line": 502, + "line": 497, "column": 26 } } @@ -41535,16 +41315,16 @@ ], "kind": "var", "range": [ - 18366, - 18385 + 18213, + 18232 ], "loc": { "start": { - "line": 502, + "line": 497, "column": 8 }, "end": { - "line": 502, + "line": 497, "column": 27 } } @@ -41560,16 +41340,16 @@ "object": { "type": "ThisExpression", "range": [ - 18399, - 18403 + 18246, + 18250 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 12 }, "end": { - "line": 504, + "line": 499, "column": 16 } } @@ -41578,31 +41358,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 18404, - 18421 + 18251, + 18268 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 17 }, "end": { - "line": 504, + "line": 499, "column": 34 } } }, "range": [ - 18399, - 18421 + 18246, + 18268 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 12 }, "end": { - "line": 504, + "line": 499, "column": 34 } } @@ -41616,16 +41396,16 @@ "object": { "type": "ThisExpression", "range": [ - 18426, - 18430 + 18273, + 18277 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 39 }, "end": { - "line": 504, + "line": 499, "column": 43 } } @@ -41634,62 +41414,62 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18431, - 18445 + 18278, + 18292 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 44 }, "end": { - "line": 504, + "line": 499, "column": 58 } } }, "range": [ - 18426, - 18445 + 18273, + 18292 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 39 }, "end": { - "line": 504, + "line": 499, "column": 58 } } }, "prefix": true, "range": [ - 18425, - 18445 + 18272, + 18292 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 38 }, "end": { - "line": 504, + "line": 499, "column": 58 } } }, "range": [ - 18399, - 18445 + 18246, + 18292 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 12 }, "end": { - "line": 504, + "line": 499, "column": 58 } } @@ -41701,48 +41481,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 18461, - 18468 + 18308, + 18315 ], "loc": { "start": { - "line": 505, + "line": 500, "column": 12 }, "end": { - "line": 505, + "line": 500, "column": 19 } } } ], "range": [ - 18447, - 18478 + 18294, + 18325 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 60 }, "end": { - "line": 506, + "line": 501, "column": 9 } } }, "alternate": null, "range": [ - 18395, - 18478 + 18242, + 18325 ], "loc": { "start": { - "line": 504, + "line": 499, "column": 8 }, "end": { - "line": 506, + "line": 501, "column": 9 } } @@ -41759,16 +41539,16 @@ "type": "Identifier", "name": "evt", "range": [ - 18488, - 18491 + 18335, + 18338 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 8 }, "end": { - "line": 508, + "line": 503, "column": 11 } } @@ -41777,31 +41557,31 @@ "type": "Identifier", "name": "slcResultsChange", "range": [ - 18492, - 18508 + 18339, + 18355 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 12 }, "end": { - "line": 508, + "line": 503, "column": 28 } } }, "range": [ - 18488, - 18508 + 18335, + 18355 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 8 }, "end": { - "line": 508, + "line": 503, "column": 28 } } @@ -41814,16 +41594,16 @@ "type": "Identifier", "name": "ev", "range": [ - 18512, - 18514 + 18359, + 18361 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 32 }, "end": { - "line": 508, + "line": 503, "column": 34 } } @@ -41842,16 +41622,16 @@ "object": { "type": "ThisExpression", "range": [ - 18533, - 18537 + 18380, + 18384 ], "loc": { "start": { - "line": 509, + "line": 504, "column": 12 }, "end": { - "line": 509, + "line": 504, "column": 16 } } @@ -41860,62 +41640,62 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 18538, - 18560 + 18385, + 18407 ], "loc": { "start": { - "line": 509, + "line": 504, "column": 17 }, "end": { - "line": 509, + "line": 504, "column": 39 } } }, "range": [ - 18533, - 18560 + 18380, + 18407 ], "loc": { "start": { - "line": 509, + "line": 504, "column": 12 }, "end": { - "line": 509, + "line": 504, "column": 39 } } }, "arguments": [], "range": [ - 18533, - 18562 + 18380, + 18409 ], "loc": { "start": { - "line": 509, + "line": 504, "column": 12 }, "end": { - "line": 509, + "line": 504, "column": 41 } } }, "range": [ - 18533, - 18563 + 18380, + 18410 ], "loc": { "start": { - "line": 509, + "line": 504, "column": 12 }, "end": { - "line": 509, + "line": 504, "column": 42 } } @@ -41934,16 +41714,16 @@ "type": "Identifier", "name": "ev", "range": [ - 18576, - 18578 + 18423, + 18425 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 12 }, "end": { - "line": 510, + "line": 505, "column": 14 } } @@ -41952,31 +41732,31 @@ "type": "Identifier", "name": "target", "range": [ - 18579, - 18585 + 18426, + 18432 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 15 }, "end": { - "line": 510, + "line": 505, "column": 21 } } }, "range": [ - 18576, - 18585 + 18423, + 18432 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 12 }, "end": { - "line": 510, + "line": 505, "column": 21 } } @@ -41985,78 +41765,78 @@ "type": "Identifier", "name": "blur", "range": [ - 18586, - 18590 + 18433, + 18437 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 22 }, "end": { - "line": 510, + "line": 505, "column": 26 } } }, "range": [ - 18576, - 18590 + 18423, + 18437 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 12 }, "end": { - "line": 510, + "line": 505, "column": 26 } } }, "arguments": [], "range": [ - 18576, - 18592 + 18423, + 18439 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 12 }, "end": { - "line": 510, + "line": 505, "column": 28 } } }, "range": [ - 18576, - 18593 + 18423, + 18440 ], "loc": { "start": { - "line": 510, + "line": 505, "column": 12 }, "end": { - "line": 510, + "line": 505, "column": 29 } } } ], "range": [ - 18519, - 18603 + 18366, + 18450 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 39 }, "end": { - "line": 511, + "line": 506, "column": 9 } } @@ -42064,46 +41844,46 @@ "generator": false, "expression": false, "range": [ - 18511, - 18603 + 18358, + 18450 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 31 }, "end": { - "line": 511, + "line": 506, "column": 9 } } }, "range": [ - 18488, - 18603 + 18335, + 18450 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 8 }, "end": { - "line": 511, + "line": 506, "column": 9 } } }, "range": [ - 18488, - 18604 + 18335, + 18451 ], "loc": { "start": { - "line": 508, + "line": 503, "column": 8 }, "end": { - "line": 511, + "line": 506, "column": 10 } } @@ -42117,16 +41897,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 18618, - 18622 + 18465, + 18469 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 12 }, "end": { - "line": 513, + "line": 508, "column": 16 } } @@ -42140,16 +41920,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 18625, - 18628 + 18472, + 18475 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 19 }, "end": { - "line": 513, + "line": 508, "column": 22 } } @@ -42158,87 +41938,51 @@ "type": "Identifier", "name": "create", "range": [ - 18629, - 18635 + 18476, + 18482 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 23 }, "end": { - "line": 513, + "line": 508, "column": 29 } } }, "range": [ - 18625, - 18635 + 18472, + 18482 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 19 }, "end": { - "line": 513, + "line": 508, "column": 29 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 18649, - 18651 - ], - "loc": { - "start": { - "line": 514, - "column": 12 - }, - "end": { - "line": 514, - "column": 14 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 18652, - 18662 - ], - "loc": { - "start": { - "line": 514, - "column": 15 - }, - "end": { - "line": 514, - "column": 25 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 18649, - 18662 + 18484, + 18490 ], "loc": { "start": { - "line": 514, - "column": 12 + "line": 508, + "column": 31 }, "end": { - "line": 514, - "column": 25 + "line": 508, + "column": 37 } } }, @@ -42250,17 +41994,17 @@ "value": "id", "raw": "'id'", "range": [ - 18665, - 18669 + 18493, + 18497 ], "loc": { "start": { - "line": 514, - "column": 28 + "line": 508, + "column": 40 }, "end": { - "line": 514, - "column": 32 + "line": 508, + "column": 44 } } }, @@ -42273,17 +42017,17 @@ "object": { "type": "ThisExpression", "range": [ - 18671, - 18675 + 18499, + 18503 ], "loc": { "start": { - "line": 514, - "column": 34 + "line": 508, + "column": 46 }, "end": { - "line": 514, - "column": 38 + "line": 508, + "column": 50 } } }, @@ -42291,32 +42035,32 @@ "type": "Identifier", "name": "prfxSlcResults", "range": [ - 18676, - 18690 + 18504, + 18518 ], "loc": { "start": { - "line": 514, - "column": 39 + "line": 508, + "column": 51 }, "end": { - "line": 514, - "column": 53 + "line": 508, + "column": 65 } } }, "range": [ - 18671, - 18690 + 18499, + 18518 ], "loc": { "start": { - "line": 514, - "column": 34 + "line": 508, + "column": 46 }, "end": { - "line": 514, - "column": 53 + "line": 508, + "column": 65 } } }, @@ -42327,17 +42071,17 @@ "type": "Identifier", "name": "tf", "range": [ - 18693, - 18695 + 18521, + 18523 ], "loc": { "start": { - "line": 514, - "column": 56 + "line": 508, + "column": 68 }, "end": { - "line": 514, - "column": 58 + "line": 508, + "column": 70 } } }, @@ -42345,111 +42089,111 @@ "type": "Identifier", "name": "id", "range": [ - 18696, - 18698 + 18524, + 18526 ], "loc": { "start": { - "line": 514, - "column": 59 + "line": 508, + "column": 71 }, "end": { - "line": 514, - "column": 61 + "line": 508, + "column": 73 } } }, "range": [ - 18693, - 18698 + 18521, + 18526 ], "loc": { "start": { - "line": 514, - "column": 56 + "line": 508, + "column": 68 }, "end": { - "line": 514, - "column": 61 + "line": 508, + "column": 73 } } }, "range": [ - 18671, - 18698 + 18499, + 18526 ], "loc": { "start": { - "line": 514, - "column": 34 + "line": 508, + "column": 46 }, "end": { - "line": 514, - "column": 61 + "line": 508, + "column": 73 } } } ], "range": [ - 18664, - 18699 + 18492, + 18527 ], "loc": { "start": { - "line": 514, - "column": 27 + "line": 508, + "column": 39 }, "end": { - "line": 514, - "column": 62 + "line": 508, + "column": 74 } } } ], "range": [ - 18625, - 18700 + 18472, + 18528 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 19 }, "end": { - "line": 514, - "column": 63 + "line": 508, + "column": 75 } } }, "range": [ - 18618, - 18700 + 18465, + 18528 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 12 }, "end": { - "line": 514, - "column": 63 + "line": 508, + "column": 75 } } } ], "kind": "var", "range": [ - 18614, - 18701 + 18461, + 18529 ], "loc": { "start": { - "line": 513, + "line": 508, "column": 8 }, "end": { - "line": 514, - "column": 64 + "line": 508, + "column": 76 } } }, @@ -42465,16 +42209,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 18710, - 18714 + 18538, + 18542 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 8 }, "end": { - "line": 515, + "line": 509, "column": 12 } } @@ -42483,31 +42227,31 @@ "type": "Identifier", "name": "className", "range": [ - 18715, - 18724 + 18543, + 18552 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 13 }, "end": { - "line": 515, + "line": 509, "column": 22 } } }, "range": [ - 18710, - 18724 + 18538, + 18552 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 8 }, "end": { - "line": 515, + "line": 509, "column": 22 } } @@ -42518,16 +42262,16 @@ "object": { "type": "ThisExpression", "range": [ - 18727, - 18731 + 18555, + 18559 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 25 }, "end": { - "line": 515, + "line": 509, "column": 29 } } @@ -42536,61 +42280,61 @@ "type": "Identifier", "name": "resultsSlcCssClass", "range": [ - 18732, - 18750 + 18560, + 18578 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 30 }, "end": { - "line": 515, + "line": 509, "column": 48 } } }, "range": [ - 18727, - 18750 + 18555, + 18578 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 25 }, "end": { - "line": 515, + "line": 509, "column": 48 } } }, "range": [ - 18710, - 18750 + 18538, + 18578 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 8 }, "end": { - "line": 515, + "line": 509, "column": 48 } } }, "range": [ - 18710, - 18751 + 18538, + 18579 ], "loc": { "start": { - "line": 515, + "line": 509, "column": 8 }, "end": { - "line": 515, + "line": 509, "column": 49 } } @@ -42604,16 +42348,16 @@ "type": "Identifier", "name": "slcRText", "range": [ - 18764, - 18772 + 18592, + 18600 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 12 }, "end": { - "line": 516, + "line": 510, "column": 20 } } @@ -42627,16 +42371,16 @@ "object": { "type": "ThisExpression", "range": [ - 18775, - 18779 + 18603, + 18607 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 23 }, "end": { - "line": 516, + "line": 510, "column": 27 } } @@ -42645,31 +42389,31 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18780, - 18794 + 18608, + 18622 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 28 }, "end": { - "line": 516, + "line": 510, "column": 42 } } }, "range": [ - 18775, - 18794 + 18603, + 18622 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 23 }, "end": { - "line": 516, + "line": 510, "column": 42 } } @@ -42679,46 +42423,46 @@ "value": 0, "raw": "0", "range": [ - 18795, - 18796 + 18623, + 18624 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 43 }, "end": { - "line": 516, + "line": 510, "column": 44 } } }, "range": [ - 18775, - 18797 + 18603, + 18625 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 23 }, "end": { - "line": 516, + "line": 510, "column": 45 } } }, "range": [ - 18764, - 18797 + 18592, + 18625 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 12 }, "end": { - "line": 516, + "line": 510, "column": 45 } } @@ -42729,16 +42473,16 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 18811, - 18819 + 18639, + 18647 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 12 }, "end": { - "line": 517, + "line": 511, "column": 20 } } @@ -42752,16 +42496,16 @@ "object": { "type": "ThisExpression", "range": [ - 18822, - 18826 + 18650, + 18654 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 23 }, "end": { - "line": 517, + "line": 511, "column": 27 } } @@ -42770,31 +42514,31 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18827, - 18841 + 18655, + 18669 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 28 }, "end": { - "line": 517, + "line": 511, "column": 42 } } }, "range": [ - 18822, - 18841 + 18650, + 18669 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 23 }, "end": { - "line": 517, + "line": 511, "column": 42 } } @@ -42804,46 +42548,46 @@ "value": 1, "raw": "1", "range": [ - 18842, - 18843 + 18670, + 18671 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 43 }, "end": { - "line": 517, + "line": 511, "column": 44 } } }, "range": [ - 18822, - 18844 + 18650, + 18672 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 23 }, "end": { - "line": 517, + "line": 511, "column": 45 } } }, "range": [ - 18811, - 18844 + 18639, + 18672 ], "loc": { "start": { - "line": 517, + "line": 511, "column": 12 }, "end": { - "line": 517, + "line": 511, "column": 45 } } @@ -42851,16 +42595,16 @@ ], "kind": "var", "range": [ - 18760, - 18845 + 18588, + 18673 ], "loc": { "start": { - "line": 516, + "line": 510, "column": 8 }, "end": { - "line": 517, + "line": 511, "column": 46 } } @@ -42874,16 +42618,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 18858, - 18866 + 18686, + 18694 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 12 }, "end": { - "line": 518, + "line": 512, "column": 20 } } @@ -42897,16 +42641,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 18869, - 18872 + 18697, + 18700 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 23 }, "end": { - "line": 518, + "line": 512, "column": 26 } } @@ -42915,31 +42659,31 @@ "type": "Identifier", "name": "create", "range": [ - 18873, - 18879 + 18701, + 18707 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 27 }, "end": { - "line": 518, + "line": 512, "column": 33 } } }, "range": [ - 18869, - 18879 + 18697, + 18707 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 23 }, "end": { - "line": 518, + "line": 512, "column": 33 } } @@ -42950,16 +42694,16 @@ "value": "span", "raw": "'span'", "range": [ - 18893, - 18899 + 18721, + 18727 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 12 }, "end": { - "line": 519, + "line": 513, "column": 18 } } @@ -42972,16 +42716,16 @@ "value": "id", "raw": "'id'", "range": [ - 18902, - 18906 + 18730, + 18734 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 21 }, "end": { - "line": 519, + "line": 513, "column": 25 } } @@ -42995,16 +42739,16 @@ "object": { "type": "ThisExpression", "range": [ - 18908, - 18912 + 18736, + 18740 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 27 }, "end": { - "line": 519, + "line": 513, "column": 31 } } @@ -43013,31 +42757,31 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 18913, - 18930 + 18741, + 18758 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 32 }, "end": { - "line": 519, + "line": 513, "column": 49 } } }, "range": [ - 18908, - 18930 + 18736, + 18758 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 27 }, "end": { - "line": 519, + "line": 513, "column": 49 } } @@ -43049,16 +42793,16 @@ "type": "Identifier", "name": "tf", "range": [ - 18933, - 18935 + 18761, + 18763 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 52 }, "end": { - "line": 519, + "line": 513, "column": 54 } } @@ -43067,93 +42811,93 @@ "type": "Identifier", "name": "id", "range": [ - 18936, - 18938 + 18764, + 18766 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 55 }, "end": { - "line": 519, + "line": 513, "column": 57 } } }, "range": [ - 18933, - 18938 + 18761, + 18766 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 52 }, "end": { - "line": 519, + "line": 513, "column": 57 } } }, "range": [ - 18908, - 18938 + 18736, + 18766 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 27 }, "end": { - "line": 519, + "line": 513, "column": 57 } } } ], "range": [ - 18901, - 18939 + 18729, + 18767 ], "loc": { "start": { - "line": 519, + "line": 513, "column": 20 }, "end": { - "line": 519, + "line": 513, "column": 58 } } } ], "range": [ - 18869, - 18940 + 18697, + 18768 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 23 }, "end": { - "line": 519, + "line": 513, "column": 59 } } }, "range": [ - 18858, - 18940 + 18686, + 18768 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 12 }, "end": { - "line": 519, + "line": 513, "column": 59 } } @@ -43161,16 +42905,16 @@ ], "kind": "var", "range": [ - 18854, - 18941 + 18682, + 18769 ], "loc": { "start": { - "line": 518, + "line": 512, "column": 8 }, "end": { - "line": 519, + "line": 513, "column": 60 } } @@ -43187,16 +42931,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 18950, - 18958 + 18778, + 18786 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 8 }, "end": { - "line": 520, + "line": 514, "column": 16 } } @@ -43205,31 +42949,31 @@ "type": "Identifier", "name": "className", "range": [ - 18959, - 18968 + 18787, + 18796 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 17 }, "end": { - "line": 520, + "line": 514, "column": 26 } } }, "range": [ - 18950, - 18968 + 18778, + 18796 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 8 }, "end": { - "line": 520, + "line": 514, "column": 26 } } @@ -43240,16 +42984,16 @@ "object": { "type": "ThisExpression", "range": [ - 18971, - 18975 + 18799, + 18803 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 29 }, "end": { - "line": 520, + "line": 514, "column": 33 } } @@ -43258,61 +43002,61 @@ "type": "Identifier", "name": "resultsSpanCssClass", "range": [ - 18976, - 18995 + 18804, + 18823 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 34 }, "end": { - "line": 520, + "line": 514, "column": 53 } } }, "range": [ - 18971, - 18995 + 18799, + 18823 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 29 }, "end": { - "line": 520, + "line": 514, "column": 53 } } }, "range": [ - 18950, - 18995 + 18778, + 18823 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 8 }, "end": { - "line": 520, + "line": 514, "column": 53 } } }, "range": [ - 18950, - 18996 + 18778, + 18824 ], "loc": { "start": { - "line": 520, + "line": 514, "column": 8 }, "end": { - "line": 520, + "line": 514, "column": 54 } }, @@ -43321,16 +43065,16 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 19006, - 19061 + 18834, + 18889 ], "loc": { "start": { - "line": 522, + "line": 516, "column": 8 }, "end": { - "line": 522, + "line": 516, "column": 63 } } @@ -43348,16 +43092,16 @@ "object": { "type": "ThisExpression", "range": [ - 19075, - 19079 + 18903, + 18907 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 13 }, "end": { - "line": 523, + "line": 517, "column": 17 } } @@ -43366,47 +43110,47 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 19080, - 19099 + 18908, + 18927 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 18 }, "end": { - "line": 523, + "line": 517, "column": 37 } } }, "range": [ - 19075, - 19099 + 18903, + 18927 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 13 }, "end": { - "line": 523, + "line": 517, "column": 37 } } }, "prefix": true, "range": [ - 19074, - 19099 + 18902, + 18927 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 12 }, "end": { - "line": 523, + "line": 517, "column": 37 } } @@ -43425,16 +43169,16 @@ "type": "Identifier", "name": "tf", "range": [ - 19115, - 19117 + 18943, + 18945 ], "loc": { "start": { - "line": 524, + "line": 518, "column": 12 }, "end": { - "line": 524, + "line": 518, "column": 14 } } @@ -43443,94 +43187,94 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 19118, - 19128 + 18946, + 18956 ], "loc": { "start": { - "line": 524, + "line": 518, "column": 15 }, "end": { - "line": 524, + "line": 518, "column": 25 } } }, "range": [ - 19115, - 19128 + 18943, + 18956 ], "loc": { "start": { - "line": 524, + "line": 518, "column": 12 }, "end": { - "line": 524, + "line": 518, "column": 25 } } }, "arguments": [], "range": [ - 19115, - 19130 + 18943, + 18958 ], "loc": { "start": { - "line": 524, + "line": 518, "column": 12 }, "end": { - "line": 524, + "line": 518, "column": 27 } } }, "range": [ - 19115, - 19131 + 18943, + 18959 ], "loc": { "start": { - "line": 524, + "line": 518, "column": 12 }, "end": { - "line": 524, + "line": 518, "column": 28 } } } ], "range": [ - 19101, - 19141 + 18929, + 18969 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 39 }, "end": { - "line": 525, + "line": 519, "column": 9 } } }, "alternate": null, "range": [ - 19070, - 19141 + 18898, + 18969 ], "loc": { "start": { - "line": 523, + "line": 517, "column": 8 }, "end": { - "line": 525, + "line": 519, "column": 9 } }, @@ -43539,16 +43283,16 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 19006, - 19061 + 18834, + 18889 ], "loc": { "start": { - "line": 522, + "line": 516, "column": 8 }, "end": { - "line": 522, + "line": 516, "column": 63 } } @@ -43564,16 +43308,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 19154, - 19162 + 18982, + 18990 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 12 }, "end": { - "line": 526, + "line": 520, "column": 20 } } @@ -43589,16 +43333,16 @@ "object": { "type": "ThisExpression", "range": [ - 19166, - 19170 + 18994, + 18998 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 24 }, "end": { - "line": 526, + "line": 520, "column": 28 } } @@ -43607,47 +43351,47 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 19171, - 19190 + 18999, + 19018 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 29 }, "end": { - "line": 526, + "line": 520, "column": 48 } } }, "range": [ - 19166, - 19190 + 18994, + 19018 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 24 }, "end": { - "line": 526, + "line": 520, "column": 48 } } }, "prefix": true, "range": [ - 19165, - 19190 + 18993, + 19018 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 23 }, "end": { - "line": 526, + "line": 520, "column": 48 } } @@ -43659,16 +43403,16 @@ "type": "Identifier", "name": "tf", "range": [ - 19205, - 19207 + 19033, + 19035 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 12 }, "end": { - "line": 527, + "line": 521, "column": 14 } } @@ -43677,31 +43421,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 19208, - 19212 + 19036, + 19040 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 15 }, "end": { - "line": 527, + "line": 521, "column": 19 } } }, "range": [ - 19205, - 19212 + 19033, + 19040 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 12 }, "end": { - "line": 527, + "line": 521, "column": 19 } } @@ -43715,16 +43459,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 19215, - 19218 + 19043, + 19046 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 22 }, "end": { - "line": 527, + "line": 521, "column": 25 } } @@ -43733,31 +43477,31 @@ "type": "Identifier", "name": "id", "range": [ - 19219, - 19221 + 19047, + 19049 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 26 }, "end": { - "line": 527, + "line": 521, "column": 28 } } }, "range": [ - 19215, - 19221 + 19043, + 19049 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 22 }, "end": { - "line": 527, + "line": 521, "column": 28 } } @@ -43769,16 +43513,16 @@ "object": { "type": "ThisExpression", "range": [ - 19222, - 19226 + 19050, + 19054 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 29 }, "end": { - "line": 527, + "line": 521, "column": 33 } } @@ -43787,77 +43531,77 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 19227, - 19246 + 19055, + 19074 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 34 }, "end": { - "line": 527, + "line": 521, "column": 53 } } }, "range": [ - 19222, - 19246 + 19050, + 19074 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 29 }, "end": { - "line": 527, + "line": 521, "column": 53 } } } ], "range": [ - 19215, - 19247 + 19043, + 19075 ], "loc": { "start": { - "line": 527, + "line": 521, "column": 22 }, "end": { - "line": 527, + "line": 521, "column": 54 } } }, "range": [ - 19165, - 19247 + 18993, + 19075 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 23 }, "end": { - "line": 527, + "line": 521, "column": 54 } } }, "range": [ - 19154, - 19247 + 18982, + 19075 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 12 }, "end": { - "line": 527, + "line": 521, "column": 54 } } @@ -43865,16 +43609,16 @@ ], "kind": "var", "range": [ - 19150, - 19248 + 18978, + 19076 ], "loc": { "start": { - "line": 526, + "line": 520, "column": 8 }, "end": { - "line": 527, + "line": 521, "column": 55 } } @@ -43890,16 +43634,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19257, - 19265 + 19085, + 19093 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 8 }, "end": { - "line": 528, + "line": 522, "column": 16 } } @@ -43908,31 +43652,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19266, - 19277 + 19094, + 19105 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 17 }, "end": { - "line": 528, + "line": 522, "column": 28 } } }, "range": [ - 19257, - 19277 + 19085, + 19105 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 8 }, "end": { - "line": 528, + "line": 522, "column": 28 } } @@ -43947,16 +43691,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 19278, - 19281 + 19106, + 19109 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 29 }, "end": { - "line": 528, + "line": 522, "column": 32 } } @@ -43965,31 +43709,31 @@ "type": "Identifier", "name": "text", "range": [ - 19282, - 19286 + 19110, + 19114 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 33 }, "end": { - "line": 528, + "line": 522, "column": 37 } } }, "range": [ - 19278, - 19286 + 19106, + 19114 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 29 }, "end": { - "line": 528, + "line": 522, "column": 37 } } @@ -43999,63 +43743,63 @@ "type": "Identifier", "name": "slcRText", "range": [ - 19287, - 19295 + 19115, + 19123 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 38 }, "end": { - "line": 528, + "line": 522, "column": 46 } } } ], "range": [ - 19278, - 19296 + 19106, + 19124 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 29 }, "end": { - "line": 528, + "line": 522, "column": 47 } } } ], "range": [ - 19257, - 19297 + 19085, + 19125 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 8 }, "end": { - "line": 528, + "line": 522, "column": 48 } } }, "range": [ - 19257, - 19298 + 19085, + 19126 ], "loc": { "start": { - "line": 528, + "line": 522, "column": 8 }, "end": { - "line": 528, + "line": 522, "column": 49 } } @@ -44069,16 +43813,16 @@ "type": "Identifier", "name": "help", "range": [ - 19312, - 19316 + 19140, + 19144 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 12 }, "end": { - "line": 530, + "line": 524, "column": 16 } } @@ -44092,16 +43836,16 @@ "type": "Identifier", "name": "tf", "range": [ - 19319, - 19321 + 19147, + 19149 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 19 }, "end": { - "line": 530, + "line": 524, "column": 21 } } @@ -44110,31 +43854,31 @@ "type": "Identifier", "name": "feature", "range": [ - 19322, - 19329 + 19150, + 19157 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 22 }, "end": { - "line": 530, + "line": 524, "column": 29 } } }, "range": [ - 19319, - 19329 + 19147, + 19157 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 19 }, "end": { - "line": 530, + "line": 524, "column": 29 } } @@ -44145,47 +43889,47 @@ "value": "help", "raw": "'help'", "range": [ - 19330, - 19336 + 19158, + 19164 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 30 }, "end": { - "line": 530, + "line": 524, "column": 36 } } } ], "range": [ - 19319, - 19337 + 19147, + 19165 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 19 }, "end": { - "line": 530, + "line": 524, "column": 37 } } }, "range": [ - 19312, - 19337 + 19140, + 19165 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 12 }, "end": { - "line": 530, + "line": 524, "column": 37 } } @@ -44193,16 +43937,16 @@ ], "kind": "var", "range": [ - 19308, - 19338 + 19136, + 19166 ], "loc": { "start": { - "line": 530, + "line": 524, "column": 8 }, "end": { - "line": 530, + "line": 524, "column": 38 } } @@ -44216,16 +43960,16 @@ "type": "Identifier", "name": "help", "range": [ - 19351, - 19355 + 19179, + 19183 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 12 }, "end": { - "line": 531, + "line": 525, "column": 16 } } @@ -44237,16 +43981,16 @@ "type": "Identifier", "name": "help", "range": [ - 19359, - 19363 + 19187, + 19191 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 20 }, "end": { - "line": 531, + "line": 525, "column": 24 } } @@ -44255,46 +43999,46 @@ "type": "Identifier", "name": "btn", "range": [ - 19364, - 19367 + 19192, + 19195 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 25 }, "end": { - "line": 531, + "line": 525, "column": 28 } } }, "range": [ - 19359, - 19367 + 19187, + 19195 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 20 }, "end": { - "line": 531, + "line": 525, "column": 28 } } }, "range": [ - 19351, - 19367 + 19179, + 19195 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 12 }, "end": { - "line": 531, + "line": 525, "column": 28 } } @@ -44319,16 +44063,16 @@ "type": "Identifier", "name": "help", "range": [ - 19383, - 19387 + 19211, + 19215 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 16 } } @@ -44337,31 +44081,31 @@ "type": "Identifier", "name": "btn", "range": [ - 19388, - 19391 + 19216, + 19219 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 17 }, "end": { - "line": 532, + "line": 526, "column": 20 } } }, "range": [ - 19383, - 19391 + 19211, + 19219 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 20 } } @@ -44370,31 +44114,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 19392, - 19402 + 19220, + 19230 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 21 }, "end": { - "line": 532, + "line": 526, "column": 31 } } }, "range": [ - 19383, - 19402 + 19211, + 19230 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 31 } } @@ -44403,31 +44147,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 19403, - 19415 + 19231, + 19243 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 32 }, "end": { - "line": 532, + "line": 526, "column": 44 } } }, "range": [ - 19383, - 19415 + 19211, + 19243 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 44 } } @@ -44437,16 +44181,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19416, - 19424 + 19244, + 19252 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 45 }, "end": { - "line": 532, + "line": 526, "column": 53 } } @@ -44458,16 +44202,16 @@ "type": "Identifier", "name": "help", "range": [ - 19426, - 19430 + 19254, + 19258 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 55 }, "end": { - "line": 532, + "line": 526, "column": 59 } } @@ -44476,62 +44220,62 @@ "type": "Identifier", "name": "btn", "range": [ - 19431, - 19434 + 19259, + 19262 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 60 }, "end": { - "line": 532, + "line": 526, "column": 63 } } }, "range": [ - 19426, - 19434 + 19254, + 19262 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 55 }, "end": { - "line": 532, + "line": 526, "column": 63 } } } ], "range": [ - 19383, - 19435 + 19211, + 19263 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 64 } } }, "range": [ - 19383, - 19436 + 19211, + 19264 ], "loc": { "start": { - "line": 532, + "line": 526, "column": 12 }, "end": { - "line": 532, + "line": 526, "column": 65 } } @@ -44553,16 +44297,16 @@ "type": "Identifier", "name": "help", "range": [ - 19449, - 19453 + 19277, + 19281 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 16 } } @@ -44571,31 +44315,31 @@ "type": "Identifier", "name": "btn", "range": [ - 19454, - 19457 + 19282, + 19285 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 17 }, "end": { - "line": 533, + "line": 527, "column": 20 } } }, "range": [ - 19449, - 19457 + 19277, + 19285 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 20 } } @@ -44604,31 +44348,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 19458, - 19468 + 19286, + 19296 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 21 }, "end": { - "line": 533, + "line": 527, "column": 31 } } }, "range": [ - 19449, - 19468 + 19277, + 19296 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 31 } } @@ -44637,31 +44381,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 19469, - 19481 + 19297, + 19309 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 32 }, "end": { - "line": 533, + "line": 527, "column": 44 } } }, "range": [ - 19449, - 19481 + 19277, + 19309 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 44 } } @@ -44671,16 +44415,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 19482, - 19486 + 19310, + 19314 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 45 }, "end": { - "line": 533, + "line": 527, "column": 49 } } @@ -44692,16 +44436,16 @@ "type": "Identifier", "name": "help", "range": [ - 19488, - 19492 + 19316, + 19320 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 51 }, "end": { - "line": 533, + "line": 527, "column": 55 } } @@ -44710,78 +44454,78 @@ "type": "Identifier", "name": "btn", "range": [ - 19493, - 19496 + 19321, + 19324 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 56 }, "end": { - "line": 533, + "line": 527, "column": 59 } } }, "range": [ - 19488, - 19496 + 19316, + 19324 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 51 }, "end": { - "line": 533, + "line": 527, "column": 59 } } } ], "range": [ - 19449, - 19497 + 19277, + 19325 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 60 } } }, "range": [ - 19449, - 19498 + 19277, + 19326 ], "loc": { "start": { - "line": 533, + "line": 527, "column": 12 }, "end": { - "line": 533, + "line": 527, "column": 61 } } } ], "range": [ - 19369, - 19508 + 19197, + 19336 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 30 }, "end": { - "line": 534, + "line": 528, "column": 9 } } @@ -44800,16 +44544,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 19528, - 19536 + 19356, + 19364 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 12 }, "end": { - "line": 535, + "line": 529, "column": 20 } } @@ -44818,31 +44562,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19537, - 19548 + 19365, + 19376 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 21 }, "end": { - "line": 535, + "line": 529, "column": 32 } } }, "range": [ - 19528, - 19548 + 19356, + 19376 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 12 }, "end": { - "line": 535, + "line": 529, "column": 32 } } @@ -44852,47 +44596,47 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19549, - 19557 + 19377, + 19385 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 33 }, "end": { - "line": 535, + "line": 529, "column": 41 } } } ], "range": [ - 19528, - 19558 + 19356, + 19386 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 12 }, "end": { - "line": 535, + "line": 529, "column": 42 } } }, "range": [ - 19528, - 19559 + 19356, + 19387 ], "loc": { "start": { - "line": 535, + "line": 529, "column": 12 }, "end": { - "line": 535, + "line": 529, "column": 43 } } @@ -44908,16 +44652,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 19572, - 19580 + 19400, + 19408 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 12 }, "end": { - "line": 536, + "line": 530, "column": 20 } } @@ -44926,31 +44670,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19581, - 19592 + 19409, + 19420 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 21 }, "end": { - "line": 536, + "line": 530, "column": 32 } } }, "range": [ - 19572, - 19592 + 19400, + 19420 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 12 }, "end": { - "line": 536, + "line": 530, "column": 32 } } @@ -44960,78 +44704,78 @@ "type": "Identifier", "name": "slcR", "range": [ - 19593, - 19597 + 19421, + 19425 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 33 }, "end": { - "line": 536, + "line": 530, "column": 37 } } } ], "range": [ - 19572, - 19598 + 19400, + 19426 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 12 }, "end": { - "line": 536, + "line": 530, "column": 38 } } }, "range": [ - 19572, - 19599 + 19400, + 19427 ], "loc": { "start": { - "line": 536, + "line": 530, "column": 12 }, "end": { - "line": 536, + "line": 530, "column": 39 } } } ], "range": [ - 19514, - 19609 + 19342, + 19437 ], "loc": { "start": { - "line": 534, + "line": 528, "column": 15 }, "end": { - "line": 537, + "line": 531, "column": 9 } } }, "range": [ - 19347, - 19609 + 19175, + 19437 ], "loc": { "start": { - "line": 531, + "line": 525, "column": 8 }, "end": { - "line": 537, + "line": 531, "column": 9 } } @@ -45047,16 +44791,16 @@ "type": "Identifier", "name": "r", "range": [ - 19628, - 19629 + 19456, + 19457 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 17 }, "end": { - "line": 539, + "line": 533, "column": 18 } } @@ -45066,31 +44810,31 @@ "value": 0, "raw": "0", "range": [ - 19632, - 19633 + 19460, + 19461 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 21 }, "end": { - "line": 539, + "line": 533, "column": 22 } } }, "range": [ - 19628, - 19633 + 19456, + 19461 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 17 }, "end": { - "line": 539, + "line": 533, "column": 22 } } @@ -45098,16 +44842,16 @@ ], "kind": "var", "range": [ - 19624, - 19633 + 19452, + 19461 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 13 }, "end": { - "line": 539, + "line": 533, "column": 22 } } @@ -45119,16 +44863,16 @@ "type": "Identifier", "name": "r", "range": [ - 19635, - 19636 + 19463, + 19464 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 24 }, "end": { - "line": 539, + "line": 533, "column": 25 } } @@ -45140,16 +44884,16 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19639, - 19647 + 19467, + 19475 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 28 }, "end": { - "line": 539, + "line": 533, "column": 36 } } @@ -45158,46 +44902,46 @@ "type": "Identifier", "name": "length", "range": [ - 19648, - 19654 + 19476, + 19482 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 37 }, "end": { - "line": 539, + "line": 533, "column": 43 } } }, "range": [ - 19639, - 19654 + 19467, + 19482 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 28 }, "end": { - "line": 539, + "line": 533, "column": 43 } } }, "range": [ - 19635, - 19654 + 19463, + 19482 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 24 }, "end": { - "line": 539, + "line": 533, "column": 43 } } @@ -45209,32 +44953,32 @@ "type": "Identifier", "name": "r", "range": [ - 19656, - 19657 + 19484, + 19485 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 45 }, "end": { - "line": 539, + "line": 533, "column": 46 } } }, "prefix": false, "range": [ - 19656, - 19659 + 19484, + 19487 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 45 }, "end": { - "line": 539, + "line": 533, "column": 48 } } @@ -45251,16 +44995,16 @@ "type": "Identifier", "name": "currOpt", "range": [ - 19679, - 19686 + 19507, + 19514 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 16 }, "end": { - "line": 540, + "line": 534, "column": 23 } } @@ -45271,16 +45015,16 @@ "type": "Identifier", "name": "Option", "range": [ - 19693, - 19699 + 19521, + 19527 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 30 }, "end": { - "line": 540, + "line": 534, "column": 36 } } @@ -45293,16 +45037,16 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19700, - 19708 + 19528, + 19536 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 37 }, "end": { - "line": 540, + "line": 534, "column": 45 } } @@ -45311,31 +45055,31 @@ "type": "Identifier", "name": "r", "range": [ - 19709, - 19710 + 19537, + 19538 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 46 }, "end": { - "line": 540, + "line": 534, "column": 47 } } }, "range": [ - 19700, - 19711 + 19528, + 19539 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 37 }, "end": { - "line": 540, + "line": 534, "column": 48 } } @@ -45347,16 +45091,16 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19713, - 19721 + 19541, + 19549 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 50 }, "end": { - "line": 540, + "line": 534, "column": 58 } } @@ -45365,31 +45109,31 @@ "type": "Identifier", "name": "r", "range": [ - 19722, - 19723 + 19550, + 19551 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 59 }, "end": { - "line": 540, + "line": 534, "column": 60 } } }, "range": [ - 19713, - 19724 + 19541, + 19552 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 50 }, "end": { - "line": 540, + "line": 534, "column": 61 } } @@ -45399,16 +45143,16 @@ "value": false, "raw": "false", "range": [ - 19726, - 19731 + 19554, + 19559 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 63 }, "end": { - "line": 540, + "line": 534, "column": 68 } } @@ -45418,47 +45162,47 @@ "value": false, "raw": "false", "range": [ - 19733, - 19738 + 19561, + 19566 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 70 }, "end": { - "line": 540, + "line": 534, "column": 75 } } } ], "range": [ - 19689, - 19739 + 19517, + 19567 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 26 }, "end": { - "line": 540, + "line": 534, "column": 76 } } }, "range": [ - 19679, - 19739 + 19507, + 19567 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 16 }, "end": { - "line": 540, + "line": 534, "column": 76 } } @@ -45466,16 +45210,16 @@ ], "kind": "var", "range": [ - 19675, - 19740 + 19503, + 19568 ], "loc": { "start": { - "line": 540, + "line": 534, "column": 12 }, "end": { - "line": 540, + "line": 534, "column": 77 } } @@ -45495,16 +45239,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 19753, - 19757 + 19581, + 19585 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 12 }, "end": { - "line": 541, + "line": 535, "column": 16 } } @@ -45513,31 +45257,31 @@ "type": "Identifier", "name": "options", "range": [ - 19758, - 19765 + 19586, + 19593 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 17 }, "end": { - "line": 541, + "line": 535, "column": 24 } } }, "range": [ - 19753, - 19765 + 19581, + 19593 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 12 }, "end": { - "line": 541, + "line": 535, "column": 24 } } @@ -45546,31 +45290,31 @@ "type": "Identifier", "name": "r", "range": [ - 19766, - 19767 + 19594, + 19595 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 25 }, "end": { - "line": 541, + "line": 535, "column": 26 } } }, "range": [ - 19753, - 19768 + 19581, + 19596 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 12 }, "end": { - "line": 541, + "line": 535, "column": 27 } } @@ -45579,77 +45323,77 @@ "type": "Identifier", "name": "currOpt", "range": [ - 19771, - 19778 + 19599, + 19606 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 30 }, "end": { - "line": 541, + "line": 535, "column": 37 } } }, "range": [ - 19753, - 19778 + 19581, + 19606 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 12 }, "end": { - "line": 541, + "line": 535, "column": 37 } } }, "range": [ - 19753, - 19779 + 19581, + 19607 ], "loc": { "start": { - "line": 541, + "line": 535, "column": 12 }, "end": { - "line": 541, + "line": 535, "column": 38 } } } ], "range": [ - 19661, - 19789 + 19489, + 19617 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 50 }, "end": { - "line": 542, + "line": 536, "column": 9 } } }, "range": [ - 19619, - 19789 + 19447, + 19617 ], "loc": { "start": { - "line": 539, + "line": 533, "column": 8 }, "end": { - "line": 542, + "line": 536, "column": 9 } } @@ -45665,16 +45409,16 @@ "type": "Identifier", "name": "Event", "range": [ - 19798, - 19803 + 19626, + 19631 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 8 }, "end": { - "line": 543, + "line": 537, "column": 13 } } @@ -45683,31 +45427,31 @@ "type": "Identifier", "name": "add", "range": [ - 19804, - 19807 + 19632, + 19635 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 14 }, "end": { - "line": 543, + "line": 537, "column": 17 } } }, "range": [ - 19798, - 19807 + 19626, + 19635 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 8 }, "end": { - "line": 543, + "line": 537, "column": 17 } } @@ -45717,16 +45461,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 19808, - 19812 + 19636, + 19640 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 18 }, "end": { - "line": 543, + "line": 537, "column": 22 } } @@ -45736,16 +45480,16 @@ "value": "change", "raw": "'change'", "range": [ - 19814, - 19822 + 19642, + 19650 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 24 }, "end": { - "line": 543, + "line": 537, "column": 32 } } @@ -45757,16 +45501,16 @@ "type": "Identifier", "name": "evt", "range": [ - 19824, - 19827 + 19652, + 19655 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 34 }, "end": { - "line": 543, + "line": 537, "column": 37 } } @@ -45775,62 +45519,62 @@ "type": "Identifier", "name": "slcResultsChange", "range": [ - 19828, - 19844 + 19656, + 19672 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 38 }, "end": { - "line": 543, + "line": 537, "column": 54 } } }, "range": [ - 19824, - 19844 + 19652, + 19672 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 34 }, "end": { - "line": 543, + "line": 537, "column": 54 } } } ], "range": [ - 19798, - 19845 + 19626, + 19673 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 8 }, "end": { - "line": 543, + "line": 537, "column": 55 } } }, "range": [ - 19798, - 19846 + 19626, + 19674 ], "loc": { "start": { - "line": 543, + "line": 537, "column": 8 }, "end": { - "line": 543, + "line": 537, "column": 56 } } @@ -45846,16 +45590,16 @@ "object": { "type": "ThisExpression", "range": [ - 19855, - 19859 + 19683, + 19687 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 8 }, "end": { - "line": 544, + "line": 538, "column": 12 } } @@ -45864,31 +45608,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 19860, - 19877 + 19688, + 19705 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 13 }, "end": { - "line": 544, + "line": 538, "column": 30 } } }, "range": [ - 19855, - 19877 + 19683, + 19705 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 8 }, "end": { - "line": 544, + "line": 538, "column": 30 } } @@ -45897,62 +45641,62 @@ "type": "Identifier", "name": "slcR", "range": [ - 19880, - 19884 + 19708, + 19712 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 33 }, "end": { - "line": 544, + "line": 538, "column": 37 } } }, "range": [ - 19855, - 19884 + 19683, + 19712 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 8 }, "end": { - "line": 544, + "line": 538, "column": 37 } } }, "range": [ - 19855, - 19885 + 19683, + 19713 ], "loc": { "start": { - "line": 544, + "line": 538, "column": 8 }, "end": { - "line": 544, + "line": 538, "column": 38 } } } ], "range": [ - 18330, - 19891 + 18177, + 19719 ], "loc": { "start": { - "line": 500, + "line": 495, "column": 24 }, "end": { - "line": 545, + "line": 539, "column": 5 } } @@ -45960,16 +45704,16 @@ "generator": false, "expression": false, "range": [ - 18327, - 19891 + 18174, + 19719 ], "loc": { "start": { - "line": 500, + "line": 495, "column": 21 }, "end": { - "line": 545, + "line": 539, "column": 5 } } @@ -45977,16 +45721,16 @@ "kind": "method", "computed": false, "range": [ - 18310, - 19891 + 18157, + 19719 ], "loc": { "start": { - "line": 500, + "line": 495, "column": 4 }, "end": { - "line": 545, + "line": 539, "column": 5 } }, @@ -45995,16 +45739,16 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18220, - 18305 + 18067, + 18152 ], "loc": { "start": { - "line": 497, + "line": 492, "column": 4 }, "end": { - "line": 499, + "line": 494, "column": 7 } } @@ -46015,16 +45759,16 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19897, - 19961 + 19725, + 19789 ], "loc": { "start": { - "line": 547, + "line": 541, "column": 4 }, "end": { - "line": 549, + "line": 543, "column": 7 } } @@ -46038,16 +45782,16 @@ "type": "Identifier", "name": "removeResultsPerPage", "range": [ - 19966, - 19986 + 19794, + 19814 ], "loc": { "start": { - "line": 550, + "line": 544, "column": 4 }, "end": { - "line": 550, + "line": 544, "column": 24 } } @@ -46068,16 +45812,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20003, - 20005 + 19831, + 19833 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 12 }, "end": { - "line": 551, + "line": 545, "column": 14 } } @@ -46088,16 +45832,16 @@ "object": { "type": "ThisExpression", "range": [ - 20008, - 20012 + 19836, + 19840 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 17 }, "end": { - "line": 551, + "line": 545, "column": 21 } } @@ -46106,46 +45850,46 @@ "type": "Identifier", "name": "tf", "range": [ - 20013, - 20015 + 19841, + 19843 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 22 }, "end": { - "line": 551, + "line": 545, "column": 24 } } }, "range": [ - 20008, - 20015 + 19836, + 19843 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 17 }, "end": { - "line": 551, + "line": 545, "column": 24 } } }, "range": [ - 20003, - 20015 + 19831, + 19843 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 12 }, "end": { - "line": 551, + "line": 545, "column": 24 } } @@ -46153,16 +45897,16 @@ ], "kind": "var", "range": [ - 19999, - 20016 + 19827, + 19844 ], "loc": { "start": { - "line": 551, + "line": 545, "column": 8 }, "end": { - "line": 551, + "line": 545, "column": 25 } } @@ -46187,16 +45931,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20030, - 20032 + 19858, + 19860 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 13 }, "end": { - "line": 552, + "line": 546, "column": 15 } } @@ -46205,63 +45949,63 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 20033, - 20040 + 19861, + 19868 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 16 }, "end": { - "line": 552, + "line": 546, "column": 23 } } }, "range": [ - 20030, - 20040 + 19858, + 19868 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 13 }, "end": { - "line": 552, + "line": 546, "column": 23 } } }, "arguments": [], "range": [ - 20030, - 20042 + 19858, + 19870 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 13 }, "end": { - "line": 552, + "line": 546, "column": 25 } } }, "prefix": true, "range": [ - 20029, - 20042 + 19857, + 19870 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 12 }, "end": { - "line": 552, + "line": 546, "column": 25 } } @@ -46275,16 +46019,16 @@ "object": { "type": "ThisExpression", "range": [ - 20047, - 20051 + 19875, + 19879 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 30 }, "end": { - "line": 552, + "line": 546, "column": 34 } } @@ -46293,62 +46037,62 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 20052, - 20069 + 19880, + 19897 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 35 }, "end": { - "line": 552, + "line": 546, "column": 52 } } }, "range": [ - 20047, - 20069 + 19875, + 19897 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 30 }, "end": { - "line": 552, + "line": 546, "column": 52 } } }, "prefix": true, "range": [ - 20046, - 20069 + 19874, + 19897 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 29 }, "end": { - "line": 552, + "line": 546, "column": 52 } } }, "range": [ - 20029, - 20069 + 19857, + 19897 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 12 }, "end": { - "line": 552, + "line": 546, "column": 52 } } @@ -46362,16 +46106,16 @@ "object": { "type": "ThisExpression", "range": [ - 20074, - 20078 + 19902, + 19906 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 57 }, "end": { - "line": 552, + "line": 546, "column": 61 } } @@ -46380,62 +46124,62 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 20079, - 20093 + 19907, + 19921 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 62 }, "end": { - "line": 552, + "line": 546, "column": 76 } } }, "range": [ - 20074, - 20093 + 19902, + 19921 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 57 }, "end": { - "line": 552, + "line": 546, "column": 76 } } }, "prefix": true, "range": [ - 20073, - 20093 + 19901, + 19921 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 56 }, "end": { - "line": 552, + "line": 546, "column": 76 } } }, "range": [ - 20029, - 20093 + 19857, + 19921 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 12 }, "end": { - "line": 552, + "line": 546, "column": 76 } } @@ -46447,48 +46191,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 20109, - 20116 + 19937, + 19944 ], "loc": { "start": { - "line": 553, + "line": 547, "column": 12 }, "end": { - "line": 553, + "line": 547, "column": 19 } } } ], "range": [ - 20095, - 20126 + 19923, + 19954 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 78 }, "end": { - "line": 554, + "line": 548, "column": 9 } } }, "alternate": null, "range": [ - 20025, - 20126 + 19853, + 19954 ], "loc": { "start": { - "line": 552, + "line": 546, "column": 8 }, "end": { - "line": 554, + "line": 548, "column": 9 } } @@ -46502,16 +46246,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 20139, - 20143 + 19967, + 19971 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 12 }, "end": { - "line": 555, + "line": 549, "column": 16 } } @@ -46522,16 +46266,16 @@ "object": { "type": "ThisExpression", "range": [ - 20146, - 20150 + 19974, + 19978 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 19 }, "end": { - "line": 555, + "line": 549, "column": 23 } } @@ -46540,46 +46284,46 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 20151, - 20168 + 19979, + 19996 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 24 }, "end": { - "line": 555, + "line": 549, "column": 41 } } }, "range": [ - 20146, - 20168 + 19974, + 19996 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 19 }, "end": { - "line": 555, + "line": 549, "column": 41 } } }, "range": [ - 20139, - 20168 + 19967, + 19996 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 12 }, "end": { - "line": 555, + "line": 549, "column": 41 } } @@ -46590,16 +46334,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20182, - 20190 + 20010, + 20018 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 12 }, "end": { - "line": 556, + "line": 550, "column": 20 } } @@ -46613,16 +46357,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 20193, - 20196 + 20021, + 20024 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 23 }, "end": { - "line": 556, + "line": 550, "column": 26 } } @@ -46631,31 +46375,31 @@ "type": "Identifier", "name": "id", "range": [ - 20197, - 20199 + 20025, + 20027 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 27 }, "end": { - "line": 556, + "line": 550, "column": 29 } } }, "range": [ - 20193, - 20199 + 20021, + 20027 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 23 }, "end": { - "line": 556, + "line": 550, "column": 29 } } @@ -46670,16 +46414,16 @@ "object": { "type": "ThisExpression", "range": [ - 20200, - 20204 + 20028, + 20032 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 30 }, "end": { - "line": 556, + "line": 550, "column": 34 } } @@ -46688,31 +46432,31 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 20205, - 20222 + 20033, + 20050 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 35 }, "end": { - "line": 556, + "line": 550, "column": 52 } } }, "range": [ - 20200, - 20222 + 20028, + 20050 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 30 }, "end": { - "line": 556, + "line": 550, "column": 52 } } @@ -46724,16 +46468,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20225, - 20227 + 20053, + 20055 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 55 }, "end": { - "line": 556, + "line": 550, "column": 57 } } @@ -46742,77 +46486,77 @@ "type": "Identifier", "name": "id", "range": [ - 20228, - 20230 + 20056, + 20058 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 58 }, "end": { - "line": 556, + "line": 550, "column": 60 } } }, "range": [ - 20225, - 20230 + 20053, + 20058 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 55 }, "end": { - "line": 556, + "line": 550, "column": 60 } } }, "range": [ - 20200, - 20230 + 20028, + 20058 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 30 }, "end": { - "line": 556, + "line": 550, "column": 60 } } } ], "range": [ - 20193, - 20231 + 20021, + 20059 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 23 }, "end": { - "line": 556, + "line": 550, "column": 61 } } }, "range": [ - 20182, - 20231 + 20010, + 20059 ], "loc": { "start": { - "line": 556, + "line": 550, "column": 12 }, "end": { - "line": 556, + "line": 550, "column": 61 } } @@ -46820,16 +46564,16 @@ ], "kind": "var", "range": [ - 20135, - 20232 + 19963, + 20060 ], "loc": { "start": { - "line": 555, + "line": 549, "column": 8 }, "end": { - "line": 556, + "line": 550, "column": 62 } } @@ -46840,16 +46584,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 20245, - 20249 + 20073, + 20077 ], "loc": { "start": { - "line": 557, + "line": 551, "column": 12 }, "end": { - "line": 557, + "line": 551, "column": 16 } } @@ -46868,16 +46612,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 20265, - 20268 + 20093, + 20096 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 12 }, "end": { - "line": 558, + "line": 552, "column": 15 } } @@ -46886,31 +46630,31 @@ "type": "Identifier", "name": "remove", "range": [ - 20269, - 20275 + 20097, + 20103 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 16 }, "end": { - "line": 558, + "line": 552, "column": 22 } } }, "range": [ - 20265, - 20275 + 20093, + 20103 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 12 }, "end": { - "line": 558, + "line": 552, "column": 22 } } @@ -46920,79 +46664,79 @@ "type": "Identifier", "name": "slcR", "range": [ - 20276, - 20280 + 20104, + 20108 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 23 }, "end": { - "line": 558, + "line": 552, "column": 27 } } } ], "range": [ - 20265, - 20281 + 20093, + 20109 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 12 }, "end": { - "line": 558, + "line": 552, "column": 28 } } }, "range": [ - 20265, - 20282 + 20093, + 20110 ], "loc": { "start": { - "line": 558, + "line": 552, "column": 12 }, "end": { - "line": 558, + "line": 552, "column": 29 } } } ], "range": [ - 20251, - 20292 + 20079, + 20120 ], "loc": { "start": { - "line": 557, + "line": 551, "column": 18 }, "end": { - "line": 559, + "line": 553, "column": 9 } } }, "alternate": null, "range": [ - 20241, - 20292 + 20069, + 20120 ], "loc": { "start": { - "line": 557, + "line": 551, "column": 8 }, "end": { - "line": 559, + "line": 553, "column": 9 } } @@ -47003,16 +46747,16 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20305, - 20313 + 20133, + 20141 ], "loc": { "start": { - "line": 560, + "line": 554, "column": 12 }, "end": { - "line": 560, + "line": 554, "column": 20 } } @@ -47031,16 +46775,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 20329, - 20332 + 20157, + 20160 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 12 }, "end": { - "line": 561, + "line": 555, "column": 15 } } @@ -47049,31 +46793,31 @@ "type": "Identifier", "name": "remove", "range": [ - 20333, - 20339 + 20161, + 20167 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 16 }, "end": { - "line": 561, + "line": 555, "column": 22 } } }, "range": [ - 20329, - 20339 + 20157, + 20167 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 12 }, "end": { - "line": 561, + "line": 555, "column": 22 } } @@ -47083,79 +46827,79 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20340, - 20348 + 20168, + 20176 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 23 }, "end": { - "line": 561, + "line": 555, "column": 31 } } } ], "range": [ - 20329, - 20349 + 20157, + 20177 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 12 }, "end": { - "line": 561, + "line": 555, "column": 32 } } }, "range": [ - 20329, - 20350 + 20157, + 20178 ], "loc": { "start": { - "line": 561, + "line": 555, "column": 12 }, "end": { - "line": 561, + "line": 555, "column": 33 } } } ], "range": [ - 20315, - 20360 + 20143, + 20188 ], "loc": { "start": { - "line": 560, + "line": 554, "column": 22 }, "end": { - "line": 562, + "line": 556, "column": 9 } } }, "alternate": null, "range": [ - 20301, - 20360 + 20129, + 20188 ], "loc": { "start": { - "line": 560, + "line": 554, "column": 8 }, "end": { - "line": 562, + "line": 556, "column": 9 } } @@ -47171,16 +46915,16 @@ "object": { "type": "ThisExpression", "range": [ - 20369, - 20373 + 20197, + 20201 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 8 }, "end": { - "line": 563, + "line": 557, "column": 12 } } @@ -47189,31 +46933,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 20374, - 20391 + 20202, + 20219 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 13 }, "end": { - "line": 563, + "line": 557, "column": 30 } } }, "range": [ - 20369, - 20391 + 20197, + 20219 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 8 }, "end": { - "line": 563, + "line": 557, "column": 30 } } @@ -47223,62 +46967,62 @@ "value": null, "raw": "null", "range": [ - 20394, - 20398 + 20222, + 20226 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 33 }, "end": { - "line": 563, + "line": 557, "column": 37 } } }, "range": [ - 20369, - 20398 + 20197, + 20226 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 8 }, "end": { - "line": 563, + "line": 557, "column": 37 } } }, "range": [ - 20369, - 20399 + 20197, + 20227 ], "loc": { "start": { - "line": 563, + "line": 557, "column": 8 }, "end": { - "line": 563, + "line": 557, "column": 38 } } } ], "range": [ - 19989, - 20405 + 19817, + 20233 ], "loc": { "start": { - "line": 550, + "line": 544, "column": 27 }, "end": { - "line": 564, + "line": 558, "column": 5 } } @@ -47286,16 +47030,16 @@ "generator": false, "expression": false, "range": [ - 19986, - 20405 + 19814, + 20233 ], "loc": { "start": { - "line": 550, + "line": 544, "column": 24 }, "end": { - "line": 564, + "line": 558, "column": 5 } } @@ -47303,16 +47047,16 @@ "kind": "method", "computed": false, "range": [ - 19966, - 20405 + 19794, + 20233 ], "loc": { "start": { - "line": 550, + "line": 544, "column": 4 }, "end": { - "line": 564, + "line": 558, "column": 5 } }, @@ -47321,16 +47065,16 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19897, - 19961 + 19725, + 19789 ], "loc": { "start": { - "line": 547, + "line": 541, "column": 4 }, "end": { - "line": 549, + "line": 543, "column": 7 } } @@ -47341,16 +47085,16 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20411, - 20525 + 20239, + 20353 ], "loc": { "start": { - "line": 566, + "line": 560, "column": 4 }, "end": { - "line": 569, + "line": 563, "column": 7 } } @@ -47364,16 +47108,16 @@ "type": "Identifier", "name": "changePage", "range": [ - 20530, - 20540 + 20358, + 20368 ], "loc": { "start": { - "line": 570, + "line": 564, "column": 4 }, "end": { - "line": 570, + "line": 564, "column": 14 } } @@ -47386,16 +47130,16 @@ "type": "Identifier", "name": "index", "range": [ - 20541, - 20546 + 20369, + 20374 ], "loc": { "start": { - "line": 570, + "line": 564, "column": 15 }, "end": { - "line": 570, + "line": 564, "column": 20 } } @@ -47413,16 +47157,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20562, - 20564 + 20390, + 20392 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 12 }, "end": { - "line": 571, + "line": 565, "column": 14 } } @@ -47433,16 +47177,16 @@ "object": { "type": "ThisExpression", "range": [ - 20567, - 20571 + 20395, + 20399 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 17 }, "end": { - "line": 571, + "line": 565, "column": 21 } } @@ -47451,46 +47195,46 @@ "type": "Identifier", "name": "tf", "range": [ - 20572, - 20574 + 20400, + 20402 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 22 }, "end": { - "line": 571, + "line": 565, "column": 24 } } }, "range": [ - 20567, - 20574 + 20395, + 20402 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 17 }, "end": { - "line": 571, + "line": 565, "column": 24 } } }, "range": [ - 20562, - 20574 + 20390, + 20402 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 12 }, "end": { - "line": 571, + "line": 565, "column": 24 } } @@ -47498,16 +47242,16 @@ ], "kind": "var", "range": [ - 20558, - 20575 + 20386, + 20403 ], "loc": { "start": { - "line": 571, + "line": 565, "column": 8 }, "end": { - "line": 571, + "line": 565, "column": 25 } } @@ -47525,16 +47269,16 @@ "object": { "type": "ThisExpression", "range": [ - 20590, - 20594 + 20418, + 20422 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 13 }, "end": { - "line": 573, + "line": 567, "column": 17 } } @@ -47543,63 +47287,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 20595, - 20604 + 20423, + 20432 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 18 }, "end": { - "line": 573, + "line": 567, "column": 27 } } }, "range": [ - 20590, - 20604 + 20418, + 20432 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 13 }, "end": { - "line": 573, + "line": 567, "column": 27 } } }, "arguments": [], "range": [ - 20590, - 20606 + 20418, + 20434 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 13 }, "end": { - "line": 573, + "line": 567, "column": 29 } } }, "prefix": true, "range": [ - 20589, - 20606 + 20417, + 20434 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 12 }, "end": { - "line": 573, + "line": 567, "column": 29 } } @@ -47611,48 +47355,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 20622, - 20629 + 20450, + 20457 ], "loc": { "start": { - "line": 574, + "line": 568, "column": 12 }, "end": { - "line": 574, + "line": 568, "column": 19 } } } ], "range": [ - 20608, - 20639 + 20436, + 20467 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 31 }, "end": { - "line": 575, + "line": 569, "column": 9 } } }, "alternate": null, "range": [ - 20585, - 20639 + 20413, + 20467 ], "loc": { "start": { - "line": 573, + "line": 567, "column": 8 }, "end": { - "line": 575, + "line": 569, "column": 9 } } @@ -47670,16 +47414,16 @@ "object": { "type": "ThisExpression", "range": [ - 20649, - 20653 + 20477, + 20481 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 8 }, "end": { - "line": 577, + "line": 571, "column": 12 } } @@ -47688,31 +47432,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 20654, - 20661 + 20482, + 20489 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 13 }, "end": { - "line": 577, + "line": 571, "column": 20 } } }, "range": [ - 20649, - 20661 + 20477, + 20489 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 8 }, "end": { - "line": 577, + "line": 571, "column": 20 } } @@ -47721,31 +47465,31 @@ "type": "Identifier", "name": "emit", "range": [ - 20662, - 20666 + 20490, + 20494 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 21 }, "end": { - "line": 577, + "line": 571, "column": 25 } } }, "range": [ - 20649, - 20666 + 20477, + 20494 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 8 }, "end": { - "line": 577, + "line": 571, "column": 25 } } @@ -47756,16 +47500,16 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 20667, - 20687 + 20495, + 20515 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 26 }, "end": { - "line": 577, + "line": 571, "column": 46 } } @@ -47774,16 +47518,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20689, - 20691 + 20517, + 20519 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 48 }, "end": { - "line": 577, + "line": 571, "column": 50 } } @@ -47795,16 +47539,16 @@ "type": "Identifier", "name": "index", "range": [ - 20694, - 20699 + 20522, + 20527 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 53 }, "end": { - "line": 577, + "line": 571, "column": 58 } } @@ -47814,62 +47558,62 @@ "value": 1, "raw": "1", "range": [ - 20702, - 20703 + 20530, + 20531 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 61 }, "end": { - "line": 577, + "line": 571, "column": 62 } } }, "range": [ - 20694, - 20703 + 20522, + 20531 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 53 }, "end": { - "line": 577, + "line": 571, "column": 62 } } } ], "range": [ - 20649, - 20705 + 20477, + 20533 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 8 }, "end": { - "line": 577, + "line": 571, "column": 64 } } }, "range": [ - 20649, - 20706 + 20477, + 20534 ], "loc": { "start": { - "line": 577, + "line": 571, "column": 8 }, "end": { - "line": 577, + "line": 571, "column": 65 } } @@ -47883,16 +47627,16 @@ "type": "Identifier", "name": "index", "range": [ - 20720, - 20725 + 20548, + 20553 ], "loc": { "start": { - "line": 579, + "line": 573, "column": 12 }, "end": { - "line": 579, + "line": 573, "column": 17 } } @@ -47902,31 +47646,31 @@ "value": null, "raw": "null", "range": [ - 20730, - 20734 + 20558, + 20562 ], "loc": { "start": { - "line": 579, + "line": 573, "column": 22 }, "end": { - "line": 579, + "line": 573, "column": 26 } } }, "range": [ - 20720, - 20734 + 20548, + 20562 ], "loc": { "start": { - "line": 579, + "line": 573, "column": 12 }, "end": { - "line": 579, + "line": 573, "column": 26 } } @@ -47943,16 +47687,16 @@ "type": "Identifier", "name": "index", "range": [ - 20750, - 20755 + 20578, + 20583 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 12 }, "end": { - "line": 580, + "line": 574, "column": 17 } } @@ -47968,16 +47712,16 @@ "object": { "type": "ThisExpression", "range": [ - 20758, - 20762 + 20586, + 20590 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 20 }, "end": { - "line": 580, + "line": 574, "column": 24 } } @@ -47986,101 +47730,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 20763, - 20779 + 20591, + 20607 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 25 }, "end": { - "line": 580, + "line": 574, "column": 41 } } }, "range": [ - 20758, - 20779 + 20586, + 20607 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 20 }, "end": { - "line": 580, + "line": 574, "column": 41 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 20784, - 20786 - ], - "loc": { - "start": { - "line": 580, - "column": 46 - }, - "end": { - "line": 580, - "column": 48 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 20787, - 20797 - ], - "loc": { - "start": { - "line": 580, - "column": 49 - }, - "end": { - "line": 580, - "column": 59 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 20784, - 20797 + 20612, + 20618 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 46 }, "end": { - "line": 580, - "column": 59 + "line": 574, + "column": 52 } } }, "range": [ - 20758, - 20797 + 20586, + 20618 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 20 }, "end": { - "line": 580, - "column": 59 + "line": 574, + "column": 52 } } }, @@ -48096,16 +47804,16 @@ "object": { "type": "ThisExpression", "range": [ - 20816, - 20820 + 20637, + 20641 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 16 }, "end": { - "line": 581, + "line": 575, "column": 20 } } @@ -48114,31 +47822,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 20821, - 20830 + 20642, + 20651 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 21 }, "end": { - "line": 581, + "line": 575, "column": 30 } } }, "range": [ - 20816, - 20830 + 20637, + 20651 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 16 }, "end": { - "line": 581, + "line": 575, "column": 30 } } @@ -48147,31 +47855,31 @@ "type": "Identifier", "name": "options", "range": [ - 20831, - 20838 + 20652, + 20659 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 31 }, "end": { - "line": 581, + "line": 575, "column": 38 } } }, "range": [ - 20816, - 20838 + 20637, + 20659 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 16 }, "end": { - "line": 581, + "line": 575, "column": 38 } } @@ -48180,31 +47888,31 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 20839, - 20852 + 20660, + 20673 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 39 }, "end": { - "line": 581, + "line": 575, "column": 52 } } }, "range": [ - 20816, - 20852 + 20637, + 20673 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 16 }, "end": { - "line": 581, + "line": 575, "column": 52 } } @@ -48221,16 +47929,16 @@ "object": { "type": "ThisExpression", "range": [ - 20855, - 20859 + 20676, + 20680 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 55 }, "end": { - "line": 581, + "line": 575, "column": 59 } } @@ -48239,31 +47947,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 20860, - 20869 + 20681, + 20690 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 60 }, "end": { - "line": 581, + "line": 575, "column": 69 } } }, "range": [ - 20855, - 20869 + 20676, + 20690 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 55 }, "end": { - "line": 581, + "line": 575, "column": 69 } } @@ -48272,31 +47980,31 @@ "type": "Identifier", "name": "value", "range": [ - 20870, - 20875 + 20691, + 20696 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 70 }, "end": { - "line": 581, + "line": 575, "column": 75 } } }, "range": [ - 20855, - 20875 + 20676, + 20696 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 55 }, "end": { - "line": 581, + "line": 575, "column": 75 } } @@ -48306,108 +48014,108 @@ "value": 1, "raw": "1", "range": [ - 20878, - 20879 + 20699, + 20700 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 78 }, "end": { - "line": 581, + "line": 575, "column": 79 } } }, "range": [ - 20855, - 20879 + 20676, + 20700 ], "loc": { "start": { - "line": 581, + "line": 575, "column": 55 }, "end": { - "line": 581, + "line": 575, "column": 79 } } }, "range": [ - 20758, - 20879 + 20586, + 20700 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 20 }, "end": { - "line": 581, + "line": 575, "column": 79 } } }, "range": [ - 20750, - 20879 + 20578, + 20700 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 12 }, "end": { - "line": 581, + "line": 575, "column": 79 } } }, "range": [ - 20750, - 20880 + 20578, + 20701 ], "loc": { "start": { - "line": 580, + "line": 574, "column": 12 }, "end": { - "line": 581, + "line": 575, "column": 80 } } } ], "range": [ - 20736, - 20890 + 20564, + 20711 ], "loc": { "start": { - "line": 579, + "line": 573, "column": 28 }, "end": { - "line": 582, + "line": 576, "column": 9 } } }, "alternate": null, "range": [ - 20716, - 20890 + 20544, + 20711 ], "loc": { "start": { - "line": 579, + "line": 573, "column": 8 }, "end": { - "line": 582, + "line": 576, "column": 9 } } @@ -48424,16 +48132,16 @@ "type": "Identifier", "name": "index", "range": [ - 20903, - 20908 + 20724, + 20729 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 12 }, "end": { - "line": 583, + "line": 577, "column": 17 } } @@ -48443,31 +48151,31 @@ "value": 0, "raw": "0", "range": [ - 20912, - 20913 + 20733, + 20734 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 21 }, "end": { - "line": 583, + "line": 577, "column": 22 } } }, "range": [ - 20903, - 20913 + 20724, + 20734 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 12 }, "end": { - "line": 583, + "line": 577, "column": 22 } } @@ -48479,16 +48187,16 @@ "type": "Identifier", "name": "index", "range": [ - 20917, - 20922 + 20738, + 20743 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 26 }, "end": { - "line": 583, + "line": 577, "column": 31 } } @@ -48502,16 +48210,16 @@ "object": { "type": "ThisExpression", "range": [ - 20927, - 20931 + 20748, + 20752 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 36 }, "end": { - "line": 583, + "line": 577, "column": 40 } } @@ -48520,31 +48228,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 20932, - 20939 + 20753, + 20760 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 41 }, "end": { - "line": 583, + "line": 577, "column": 48 } } }, "range": [ - 20927, - 20939 + 20748, + 20760 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 36 }, "end": { - "line": 583, + "line": 577, "column": 48 } } @@ -48554,61 +48262,61 @@ "value": 1, "raw": "1", "range": [ - 20942, - 20943 + 20763, + 20764 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 51 }, "end": { - "line": 583, + "line": 577, "column": 52 } } }, "range": [ - 20927, - 20943 + 20748, + 20764 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 36 }, "end": { - "line": 583, + "line": 577, "column": 52 } } }, "range": [ - 20917, - 20944 + 20738, + 20765 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 26 }, "end": { - "line": 583, + "line": 577, "column": 53 } } }, "range": [ - 20903, - 20944 + 20724, + 20765 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 12 }, "end": { - "line": 583, + "line": 577, "column": 53 } } @@ -48624,16 +48332,16 @@ "object": { "type": "ThisExpression", "range": [ - 20964, - 20968 + 20785, + 20789 ], "loc": { "start": { - "line": 584, + "line": 578, "column": 16 }, "end": { - "line": 584, + "line": 578, "column": 20 } } @@ -48642,31 +48350,31 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 20969, - 20987 + 20790, + 20808 ], "loc": { "start": { - "line": 584, + "line": 578, "column": 21 }, "end": { - "line": 584, + "line": 578, "column": 39 } } }, "range": [ - 20964, - 20987 + 20785, + 20808 ], "loc": { "start": { - "line": 584, + "line": 578, "column": 16 }, "end": { - "line": 584, + "line": 578, "column": 39 } } @@ -48687,16 +48395,16 @@ "object": { "type": "ThisExpression", "range": [ - 21007, - 21011 + 20828, + 20832 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 16 }, "end": { - "line": 585, + "line": 579, "column": 20 } } @@ -48705,31 +48413,31 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 21012, - 21030 + 20833, + 20851 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 21 }, "end": { - "line": 585, + "line": 579, "column": 39 } } }, "range": [ - 21007, - 21030 + 20828, + 20851 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 16 }, "end": { - "line": 585, + "line": 579, "column": 39 } } @@ -48738,31 +48446,31 @@ "type": "Identifier", "name": "call", "range": [ - 21031, - 21035 + 20852, + 20856 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 40 }, "end": { - "line": 585, + "line": 579, "column": 44 } } }, "range": [ - 21007, - 21035 + 20828, + 20856 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 16 }, "end": { - "line": 585, + "line": 579, "column": 44 } } @@ -48773,16 +48481,16 @@ "value": null, "raw": "null", "range": [ - 21036, - 21040 + 20857, + 20861 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 45 }, "end": { - "line": 585, + "line": 579, "column": 49 } } @@ -48790,16 +48498,16 @@ { "type": "ThisExpression", "range": [ - 21042, - 21046 + 20863, + 20867 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 51 }, "end": { - "line": 585, + "line": 579, "column": 55 } } @@ -48811,16 +48519,16 @@ "type": "Identifier", "name": "index", "range": [ - 21049, - 21054 + 20870, + 20875 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 58 }, "end": { - "line": 585, + "line": 579, "column": 63 } } @@ -48830,94 +48538,94 @@ "value": 1, "raw": "1", "range": [ - 21057, - 21058 + 20878, + 20879 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 66 }, "end": { - "line": 585, + "line": 579, "column": 67 } } }, "range": [ - 21049, - 21058 + 20870, + 20879 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 58 }, "end": { - "line": 585, + "line": 579, "column": 67 } } } ], "range": [ - 21007, - 21060 + 20828, + 20881 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 16 }, "end": { - "line": 585, + "line": 579, "column": 69 } } }, "range": [ - 21007, - 21061 + 20828, + 20882 ], "loc": { "start": { - "line": 585, + "line": 579, "column": 16 }, "end": { - "line": 585, + "line": 579, "column": 70 } } } ], "range": [ - 20989, - 21075 + 20810, + 20896 ], "loc": { "start": { - "line": 584, + "line": 578, "column": 41 }, "end": { - "line": 586, + "line": 580, "column": 13 } } }, "alternate": null, "range": [ - 20960, - 21075 + 20781, + 20896 ], "loc": { "start": { - "line": 584, + "line": 578, "column": 12 }, "end": { - "line": 586, + "line": 580, "column": 13 } } @@ -48933,16 +48641,16 @@ "object": { "type": "ThisExpression", "range": [ - 21088, - 21092 + 20909, + 20913 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 12 }, "end": { - "line": 587, + "line": 581, "column": 16 } } @@ -48951,31 +48659,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 21093, - 21106 + 20914, + 20927 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 17 }, "end": { - "line": 587, + "line": 581, "column": 30 } } }, "range": [ - 21088, - 21106 + 20909, + 20927 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 12 }, "end": { - "line": 587, + "line": 581, "column": 30 } } @@ -48989,16 +48697,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 21109, - 21117 + 20930, + 20938 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 33 }, "end": { - "line": 587, + "line": 581, "column": 41 } } @@ -49008,16 +48716,16 @@ "type": "Identifier", "name": "index", "range": [ - 21118, - 21123 + 20939, + 20944 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 42 }, "end": { - "line": 587, + "line": 581, "column": 47 } } @@ -49027,32 +48735,32 @@ "value": 10, "raw": "10", "range": [ - 21125, - 21127 + 20946, + 20948 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 49 }, "end": { - "line": 587, + "line": 581, "column": 51 } } } ], "range": [ - 21109, - 21128 + 20930, + 20949 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 33 }, "end": { - "line": 587, + "line": 581, "column": 52 } } @@ -49062,61 +48770,61 @@ "value": 1, "raw": "1", "range": [ - 21131, - 21132 + 20952, + 20953 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 55 }, "end": { - "line": 587, + "line": 581, "column": 56 } } }, "range": [ - 21109, - 21132 + 20930, + 20953 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 33 }, "end": { - "line": 587, + "line": 581, "column": 56 } } }, "range": [ - 21088, - 21132 + 20909, + 20953 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 12 }, "end": { - "line": 587, + "line": 581, "column": 56 } } }, "range": [ - 21088, - 21133 + 20909, + 20954 ], "loc": { "start": { - "line": 587, + "line": 581, "column": 12 }, "end": { - "line": 587, + "line": 581, "column": 57 } } @@ -49132,16 +48840,16 @@ "object": { "type": "ThisExpression", "range": [ - 21150, - 21154 + 20971, + 20975 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 16 }, "end": { - "line": 588, + "line": 582, "column": 20 } } @@ -49150,101 +48858,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 21155, - 21171 + 20976, + 20992 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 21 }, "end": { - "line": 588, + "line": 582, "column": 37 } } }, "range": [ - 21150, - 21171 + 20971, + 20992 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 16 }, "end": { - "line": 588, + "line": 582, "column": 37 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 21176, - 21178 - ], - "loc": { - "start": { - "line": 588, - "column": 42 - }, - "end": { - "line": 588, - "column": 44 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 21179, - 21189 - ], - "loc": { - "start": { - "line": 588, - "column": 45 - }, - "end": { - "line": 588, - "column": 55 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 21176, - 21189 + 20997, + 21003 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 42 }, "end": { - "line": 588, - "column": 55 + "line": 582, + "column": 48 } } }, "range": [ - 21150, - 21189 + 20971, + 21003 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 16 }, "end": { - "line": 588, - "column": 55 + "line": 582, + "column": 48 } } }, @@ -49271,16 +48943,16 @@ "object": { "type": "ThisExpression", "range": [ - 21209, - 21213 + 21023, + 21027 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 20 } } @@ -49289,31 +48961,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21214, - 21223 + 21028, + 21037 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 21 }, "end": { - "line": 589, + "line": 583, "column": 30 } } }, "range": [ - 21209, - 21223 + 21023, + 21037 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 30 } } @@ -49322,31 +48994,31 @@ "type": "Identifier", "name": "options", "range": [ - 21224, - 21231 + 21038, + 21045 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 31 }, "end": { - "line": 589, + "line": 583, "column": 38 } } }, "range": [ - 21209, - 21231 + 21023, + 21045 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 38 } } @@ -49355,31 +49027,31 @@ "type": "Identifier", "name": "index", "range": [ - 21232, - 21237 + 21046, + 21051 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 39 }, "end": { - "line": 589, + "line": 583, "column": 44 } } }, "range": [ - 21209, - 21238 + 21023, + 21052 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 45 } } @@ -49388,31 +49060,31 @@ "type": "Identifier", "name": "selected", "range": [ - 21239, - 21247 + 21053, + 21061 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 46 }, "end": { - "line": 589, + "line": 583, "column": 54 } } }, "range": [ - 21209, - 21247 + 21023, + 21061 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 54 } } @@ -49422,62 +49094,62 @@ "value": true, "raw": "true", "range": [ - 21250, - 21254 + 21064, + 21068 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 57 }, "end": { - "line": 589, + "line": 583, "column": 61 } } }, "range": [ - 21209, - 21254 + 21023, + 21068 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 61 } } }, "range": [ - 21209, - 21255 + 21023, + 21069 ], "loc": { "start": { - "line": 589, + "line": 583, "column": 16 }, "end": { - "line": 589, + "line": 583, "column": 62 } } } ], "range": [ - 21191, - 21269 + 21005, + 21083 ], "loc": { "start": { - "line": 588, - "column": 57 + "line": 582, + "column": 50 }, "end": { - "line": 590, + "line": 584, "column": 13 } } @@ -49499,16 +49171,16 @@ "object": { "type": "ThisExpression", "range": [ - 21293, - 21297 + 21107, + 21111 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 16 }, "end": { - "line": 591, + "line": 585, "column": 20 } } @@ -49517,31 +49189,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21298, - 21307 + 21112, + 21121 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 21 }, "end": { - "line": 591, + "line": 585, "column": 30 } } }, "range": [ - 21293, - 21307 + 21107, + 21121 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 16 }, "end": { - "line": 591, + "line": 585, "column": 30 } } @@ -49550,31 +49222,31 @@ "type": "Identifier", "name": "value", "range": [ - 21308, - 21313 + 21122, + 21127 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 31 }, "end": { - "line": 591, + "line": 585, "column": 36 } } }, "range": [ - 21293, - 21313 + 21107, + 21127 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 16 }, "end": { - "line": 591, + "line": 585, "column": 36 } } @@ -49585,16 +49257,16 @@ "object": { "type": "ThisExpression", "range": [ - 21316, - 21320 + 21130, + 21134 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 39 }, "end": { - "line": 591, + "line": 585, "column": 43 } } @@ -49603,92 +49275,92 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 21321, - 21334 + 21135, + 21148 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 44 }, "end": { - "line": 591, + "line": 585, "column": 57 } } }, "range": [ - 21316, - 21334 + 21130, + 21148 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 39 }, "end": { - "line": 591, + "line": 585, "column": 57 } } }, "range": [ - 21293, - 21334 + 21107, + 21148 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 16 }, "end": { - "line": 591, + "line": 585, "column": 57 } } }, "range": [ - 21293, - 21335 + 21107, + 21149 ], "loc": { "start": { - "line": 591, + "line": 585, "column": 16 }, "end": { - "line": 591, + "line": 585, "column": 58 } } } ], "range": [ - 21275, - 21349 + 21089, + 21163 ], "loc": { "start": { - "line": 590, + "line": 584, "column": 19 }, "end": { - "line": 592, + "line": 586, "column": 13 } } }, "range": [ - 21146, - 21349 + 20967, + 21163 ], "loc": { "start": { - "line": 588, + "line": 582, "column": 12 }, "end": { - "line": 592, + "line": 586, "column": 13 } } @@ -49704,16 +49376,16 @@ "object": { "type": "ThisExpression", "range": [ - 21363, - 21367 + 21177, + 21181 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 12 }, "end": { - "line": 594, + "line": 588, "column": 16 } } @@ -49722,31 +49394,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 21368, - 21382 + 21182, + 21196 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 17 }, "end": { - "line": 594, + "line": 588, "column": 31 } } }, "range": [ - 21363, - 21382 + 21177, + 21196 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 12 }, "end": { - "line": 594, + "line": 588, "column": 31 } } @@ -49762,16 +49434,16 @@ "object": { "type": "ThisExpression", "range": [ - 21386, - 21390 + 21200, + 21204 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 35 }, "end": { - "line": 594, + "line": 588, "column": 39 } } @@ -49780,101 +49452,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 21391, - 21407 + 21205, + 21221 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 40 }, "end": { - "line": 594, + "line": 588, "column": 56 } } }, "range": [ - 21386, - 21407 + 21200, + 21221 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 35 }, "end": { - "line": 594, + "line": 588, "column": 56 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 21412, - 21414 - ], - "loc": { - "start": { - "line": 594, - "column": 61 - }, - "end": { - "line": 594, - "column": 63 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 21415, - 21425 - ], - "loc": { - "start": { - "line": 594, - "column": 64 - }, - "end": { - "line": 594, - "column": 74 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 21412, - 21425 + 21226, + 21232 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 61 }, "end": { - "line": 594, - "column": 74 + "line": 588, + "column": 67 } } }, "range": [ - 21386, - 21425 + 21200, + 21232 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 35 }, "end": { - "line": 594, - "column": 74 + "line": 588, + "column": 67 } } }, @@ -49887,16 +49523,16 @@ "object": { "type": "ThisExpression", "range": [ - 21445, - 21449 + 21252, + 21256 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 16 }, "end": { - "line": 595, + "line": 589, "column": 20 } } @@ -49905,31 +49541,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21450, - 21459 + 21257, + 21266 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 21 }, "end": { - "line": 595, + "line": 589, "column": 30 } } }, "range": [ - 21445, - 21459 + 21252, + 21266 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 16 }, "end": { - "line": 595, + "line": 589, "column": 30 } } @@ -49938,31 +49574,31 @@ "type": "Identifier", "name": "value", "range": [ - 21460, - 21465 + 21267, + 21272 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 31 }, "end": { - "line": 595, + "line": 589, "column": 36 } } }, "range": [ - 21445, - 21465 + 21252, + 21272 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 16 }, "end": { - "line": 595, + "line": 589, "column": 36 } } @@ -49974,16 +49610,16 @@ "type": "Identifier", "name": "index", "range": [ - 21469, - 21474 + 21276, + 21281 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 40 }, "end": { - "line": 595, + "line": 589, "column": 45 } } @@ -49994,16 +49630,16 @@ "object": { "type": "ThisExpression", "range": [ - 21477, - 21481 + 21284, + 21288 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 48 }, "end": { - "line": 595, + "line": 589, "column": 52 } } @@ -50012,91 +49648,91 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 21482, - 21494 + 21289, + 21301 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 53 }, "end": { - "line": 595, + "line": 589, "column": 65 } } }, "range": [ - 21477, - 21494 + 21284, + 21301 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 48 }, "end": { - "line": 595, + "line": 589, "column": 65 } } }, "range": [ - 21469, - 21494 + 21276, + 21301 ], "loc": { "start": { - "line": 595, + "line": 589, "column": 40 }, "end": { - "line": 595, + "line": 589, "column": 65 } } }, "range": [ - 21385, - 21495 + 21199, + 21302 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 34 }, "end": { - "line": 595, + "line": 589, "column": 66 } } }, "range": [ - 21363, - 21495 + 21177, + 21302 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 12 }, "end": { - "line": 595, + "line": 589, "column": 66 } } }, "range": [ - 21363, - 21496 + 21177, + 21303 ], "loc": { "start": { - "line": 594, + "line": 588, "column": 12 }, "end": { - "line": 595, + "line": 589, "column": 67 } } @@ -50111,16 +49747,16 @@ "object": { "type": "ThisExpression", "range": [ - 21510, - 21514 + 21317, + 21321 ], "loc": { "start": { - "line": 597, + "line": 591, "column": 12 }, "end": { - "line": 597, + "line": 591, "column": 16 } } @@ -50129,62 +49765,62 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 21515, - 21526 + 21322, + 21333 ], "loc": { "start": { - "line": 597, + "line": 591, "column": 17 }, "end": { - "line": 597, + "line": 591, "column": 28 } } }, "range": [ - 21510, - 21526 + 21317, + 21333 ], "loc": { "start": { - "line": 597, + "line": 591, "column": 12 }, "end": { - "line": 597, + "line": 591, "column": 28 } } }, "arguments": [], "range": [ - 21510, - 21528 + 21317, + 21335 ], "loc": { "start": { - "line": 597, + "line": 591, "column": 12 }, "end": { - "line": 597, + "line": 591, "column": 30 } } }, "range": [ - 21510, - 21529 + 21317, + 21336 ], "loc": { "start": { - "line": 597, + "line": 591, "column": 12 }, "end": { - "line": 597, + "line": 591, "column": 31 } } @@ -50197,16 +49833,16 @@ "object": { "type": "ThisExpression", "range": [ - 21547, - 21551 + 21354, + 21358 ], "loc": { "start": { - "line": 599, + "line": 593, "column": 16 }, "end": { - "line": 599, + "line": 593, "column": 20 } } @@ -50215,31 +49851,31 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 21552, - 21569 + 21359, + 21376 ], "loc": { "start": { - "line": 599, + "line": 593, "column": 21 }, "end": { - "line": 599, + "line": 593, "column": 38 } } }, "range": [ - 21547, - 21569 + 21354, + 21376 ], "loc": { "start": { - "line": 599, + "line": 593, "column": 16 }, "end": { - "line": 599, + "line": 593, "column": 38 } } @@ -50260,16 +49896,16 @@ "object": { "type": "ThisExpression", "range": [ - 21589, - 21593 + 21396, + 21400 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 16 }, "end": { - "line": 600, + "line": 594, "column": 20 } } @@ -50278,31 +49914,31 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 21594, - 21611 + 21401, + 21418 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 21 }, "end": { - "line": 600, + "line": 594, "column": 38 } } }, "range": [ - 21589, - 21611 + 21396, + 21418 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 16 }, "end": { - "line": 600, + "line": 594, "column": 38 } } @@ -50311,31 +49947,31 @@ "type": "Identifier", "name": "call", "range": [ - 21612, - 21616 + 21419, + 21423 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 39 }, "end": { - "line": 600, + "line": 594, "column": 43 } } }, "range": [ - 21589, - 21616 + 21396, + 21423 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 16 }, "end": { - "line": 600, + "line": 594, "column": 43 } } @@ -50346,16 +49982,16 @@ "value": null, "raw": "null", "range": [ - 21617, - 21621 + 21424, + 21428 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 44 }, "end": { - "line": 600, + "line": 594, "column": 48 } } @@ -50363,16 +49999,16 @@ { "type": "ThisExpression", "range": [ - 21623, - 21627 + 21430, + 21434 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 50 }, "end": { - "line": 600, + "line": 594, "column": 54 } } @@ -50384,16 +50020,16 @@ "type": "Identifier", "name": "index", "range": [ - 21630, - 21635 + 21437, + 21442 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 57 }, "end": { - "line": 600, + "line": 594, "column": 62 } } @@ -50403,126 +50039,126 @@ "value": 1, "raw": "1", "range": [ - 21638, - 21639 + 21445, + 21446 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 65 }, "end": { - "line": 600, + "line": 594, "column": 66 } } }, "range": [ - 21630, - 21639 + 21437, + 21446 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 57 }, "end": { - "line": 600, + "line": 594, "column": 66 } } } ], "range": [ - 21589, - 21641 + 21396, + 21448 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 16 }, "end": { - "line": 600, + "line": 594, "column": 68 } } }, "range": [ - 21589, - 21642 + 21396, + 21449 ], "loc": { "start": { - "line": 600, + "line": 594, "column": 16 }, "end": { - "line": 600, + "line": 594, "column": 69 } } } ], "range": [ - 21571, - 21656 + 21378, + 21463 ], "loc": { "start": { - "line": 599, + "line": 593, "column": 40 }, "end": { - "line": 601, + "line": 595, "column": 13 } } }, "alternate": null, "range": [ - 21543, - 21656 + 21350, + 21463 ], "loc": { "start": { - "line": 599, + "line": 593, "column": 12 }, "end": { - "line": 601, + "line": 595, "column": 13 } } } ], "range": [ - 20946, - 21666 + 20767, + 21473 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 55 }, "end": { - "line": 602, + "line": 596, "column": 9 } } }, "alternate": null, "range": [ - 20899, - 21666 + 20720, + 21473 ], "loc": { "start": { - "line": 583, + "line": 577, "column": 8 }, "end": { - "line": 602, + "line": 596, "column": 9 } } @@ -50540,16 +50176,16 @@ "object": { "type": "ThisExpression", "range": [ - 21676, - 21680 + 21483, + 21487 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 8 }, "end": { - "line": 604, + "line": 598, "column": 12 } } @@ -50558,31 +50194,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 21681, - 21688 + 21488, + 21495 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 13 }, "end": { - "line": 604, + "line": 598, "column": 20 } } }, "range": [ - 21676, - 21688 + 21483, + 21495 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 8 }, "end": { - "line": 604, + "line": 598, "column": 20 } } @@ -50591,31 +50227,31 @@ "type": "Identifier", "name": "emit", "range": [ - 21689, - 21693 + 21496, + 21500 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 21 }, "end": { - "line": 604, + "line": 598, "column": 25 } } }, "range": [ - 21676, - 21693 + 21483, + 21500 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 8 }, "end": { - "line": 604, + "line": 598, "column": 25 } } @@ -50626,16 +50262,16 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 21694, - 21713 + 21501, + 21520 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 26 }, "end": { - "line": 604, + "line": 598, "column": 45 } } @@ -50644,16 +50280,16 @@ "type": "Identifier", "name": "tf", "range": [ - 21715, - 21717 + 21522, + 21524 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 47 }, "end": { - "line": 604, + "line": 598, "column": 49 } } @@ -50665,16 +50301,16 @@ "type": "Identifier", "name": "index", "range": [ - 21720, - 21725 + 21527, + 21532 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 52 }, "end": { - "line": 604, + "line": 598, "column": 57 } } @@ -50684,78 +50320,78 @@ "value": 1, "raw": "1", "range": [ - 21728, - 21729 + 21535, + 21536 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 60 }, "end": { - "line": 604, + "line": 598, "column": 61 } } }, "range": [ - 21720, - 21729 + 21527, + 21536 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 52 }, "end": { - "line": 604, + "line": 598, "column": 61 } } } ], "range": [ - 21676, - 21731 + 21483, + 21538 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 8 }, "end": { - "line": 604, + "line": 598, "column": 63 } } }, "range": [ - 21676, - 21732 + 21483, + 21539 ], "loc": { "start": { - "line": 604, + "line": 598, "column": 8 }, "end": { - "line": 604, + "line": 598, "column": 64 } } } ], "range": [ - 20548, - 21738 + 20376, + 21545 ], "loc": { "start": { - "line": 570, + "line": 564, "column": 22 }, "end": { - "line": 605, + "line": 599, "column": 5 } } @@ -50763,16 +50399,16 @@ "generator": false, "expression": false, "range": [ - 20540, - 21738 + 20368, + 21545 ], "loc": { "start": { - "line": 570, + "line": 564, "column": 14 }, "end": { - "line": 605, + "line": 599, "column": 5 } } @@ -50780,16 +50416,16 @@ "kind": "method", "computed": false, "range": [ - 20530, - 21738 + 20358, + 21545 ], "loc": { "start": { - "line": 570, + "line": 564, "column": 4 }, "end": { - "line": 605, + "line": 599, "column": 5 } }, @@ -50798,16 +50434,16 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20411, - 20525 + 20239, + 20353 ], "loc": { "start": { - "line": 566, + "line": 560, "column": 4 }, "end": { - "line": 569, + "line": 563, "column": 7 } } @@ -50821,16 +50457,16 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 21744, - 21764 + 21551, + 21571 ], "loc": { "start": { - "line": 607, + "line": 601, "column": 4 }, "end": { - "line": 607, + "line": 601, "column": 24 } } @@ -50843,16 +50479,16 @@ "type": "Identifier", "name": "val", "range": [ - 21765, - 21768 + 21572, + 21575 ], "loc": { "start": { - "line": 607, + "line": 601, "column": 25 }, "end": { - "line": 607, + "line": 601, "column": 28 } } @@ -50877,16 +50513,16 @@ "object": { "type": "ThisExpression", "range": [ - 21785, - 21789 + 21592, + 21596 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 13 }, "end": { - "line": 608, + "line": 602, "column": 17 } } @@ -50895,63 +50531,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 21790, - 21799 + 21597, + 21606 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 18 }, "end": { - "line": 608, + "line": 602, "column": 27 } } }, "range": [ - 21785, - 21799 + 21592, + 21606 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 13 }, "end": { - "line": 608, + "line": 602, "column": 27 } } }, "arguments": [], "range": [ - 21785, - 21801 + 21592, + 21608 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 13 }, "end": { - "line": 608, + "line": 602, "column": 29 } } }, "prefix": true, "range": [ - 21784, - 21801 + 21591, + 21608 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 12 }, "end": { - "line": 608, + "line": 602, "column": 29 } } @@ -50962,16 +50598,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 21805, - 21810 + 21612, + 21617 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 33 }, "end": { - "line": 608, + "line": 602, "column": 38 } } @@ -50981,47 +50617,47 @@ "type": "Identifier", "name": "val", "range": [ - 21811, - 21814 + 21618, + 21621 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 39 }, "end": { - "line": 608, + "line": 602, "column": 42 } } } ], "range": [ - 21805, - 21815 + 21612, + 21622 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 33 }, "end": { - "line": 608, + "line": 602, "column": 43 } } }, "range": [ - 21784, - 21815 + 21591, + 21622 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 12 }, "end": { - "line": 608, + "line": 602, "column": 43 } } @@ -51033,48 +50669,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 21831, - 21838 + 21638, + 21645 ], "loc": { "start": { - "line": 609, + "line": 603, "column": 12 }, "end": { - "line": 609, + "line": 603, "column": 19 } } } ], "range": [ - 21817, - 21848 + 21624, + 21655 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 45 }, "end": { - "line": 610, + "line": 604, "column": 9 } } }, "alternate": null, "range": [ - 21780, - 21848 + 21587, + 21655 ], "loc": { "start": { - "line": 608, + "line": 602, "column": 8 }, "end": { - "line": 610, + "line": 604, "column": 9 } } @@ -51093,16 +50729,16 @@ "object": { "type": "ThisExpression", "range": [ - 21858, - 21862 + 21665, + 21669 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 8 }, "end": { - "line": 612, + "line": 606, "column": 12 } } @@ -51111,31 +50747,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 21863, - 21880 + 21670, + 21687 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 13 }, "end": { - "line": 612, + "line": 606, "column": 30 } } }, "range": [ - 21858, - 21880 + 21665, + 21687 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 8 }, "end": { - "line": 612, + "line": 606, "column": 30 } } @@ -51144,31 +50780,31 @@ "type": "Identifier", "name": "value", "range": [ - 21881, - 21886 + 21688, + 21693 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 31 }, "end": { - "line": 612, + "line": 606, "column": 36 } } }, "range": [ - 21858, - 21886 + 21665, + 21693 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 8 }, "end": { - "line": 612, + "line": 606, "column": 36 } } @@ -51177,46 +50813,46 @@ "type": "Identifier", "name": "val", "range": [ - 21889, - 21892 + 21696, + 21699 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 39 }, "end": { - "line": 612, + "line": 606, "column": 42 } } }, "range": [ - 21858, - 21892 + 21665, + 21699 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 8 }, "end": { - "line": 612, + "line": 606, "column": 42 } } }, "range": [ - 21858, - 21893 + 21665, + 21700 ], "loc": { "start": { - "line": 612, + "line": 606, "column": 8 }, "end": { - "line": 612, + "line": 606, "column": 43 } } @@ -51231,16 +50867,16 @@ "object": { "type": "ThisExpression", "range": [ - 21902, - 21906 + 21709, + 21713 ], "loc": { "start": { - "line": 613, + "line": 607, "column": 8 }, "end": { - "line": 613, + "line": 607, "column": 12 } } @@ -51249,78 +50885,78 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 21907, - 21929 + 21714, + 21736 ], "loc": { "start": { - "line": 613, + "line": 607, "column": 13 }, "end": { - "line": 613, + "line": 607, "column": 35 } } }, "range": [ - 21902, - 21929 + 21709, + 21736 ], "loc": { "start": { - "line": 613, + "line": 607, "column": 8 }, "end": { - "line": 613, + "line": 607, "column": 35 } } }, "arguments": [], "range": [ - 21902, - 21931 + 21709, + 21738 ], "loc": { "start": { - "line": 613, + "line": 607, "column": 8 }, "end": { - "line": 613, + "line": 607, "column": 37 } } }, "range": [ - 21902, - 21932 + 21709, + 21739 ], "loc": { "start": { - "line": 613, + "line": 607, "column": 8 }, "end": { - "line": 613, + "line": 607, "column": 38 } } } ], "range": [ - 21770, - 21938 + 21577, + 21745 ], "loc": { "start": { - "line": 607, + "line": 601, "column": 30 }, "end": { - "line": 614, + "line": 608, "column": 5 } } @@ -51328,16 +50964,16 @@ "generator": false, "expression": false, "range": [ - 21764, - 21938 + 21571, + 21745 ], "loc": { "start": { - "line": 607, + "line": 601, "column": 24 }, "end": { - "line": 614, + "line": 608, "column": 5 } } @@ -51345,16 +50981,16 @@ "kind": "method", "computed": false, "range": [ - 21744, - 21938 + 21551, + 21745 ], "loc": { "start": { - "line": 607, + "line": 601, "column": 4 }, "end": { - "line": 614, + "line": 608, "column": 5 } }, @@ -51363,16 +50999,16 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21944, - 22010 + 21751, + 21817 ], "loc": { "start": { - "line": 616, + "line": 610, "column": 4 }, "end": { - "line": 618, + "line": 612, "column": 7 } } @@ -51386,16 +51022,16 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 22015, - 22037 + 21822, + 21844 ], "loc": { "start": { - "line": 619, + "line": 613, "column": 4 }, "end": { - "line": 619, + "line": 613, "column": 26 } } @@ -51416,16 +51052,16 @@ "type": "Identifier", "name": "tf", "range": [ - 22054, - 22056 + 21861, + 21863 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 12 }, "end": { - "line": 620, + "line": 614, "column": 14 } } @@ -51436,16 +51072,16 @@ "object": { "type": "ThisExpression", "range": [ - 22059, - 22063 + 21866, + 21870 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 17 }, "end": { - "line": 620, + "line": 614, "column": 21 } } @@ -51454,46 +51090,46 @@ "type": "Identifier", "name": "tf", "range": [ - 22064, - 22066 + 21871, + 21873 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 22 }, "end": { - "line": 620, + "line": 614, "column": 24 } } }, "range": [ - 22059, - 22066 + 21866, + 21873 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 17 }, "end": { - "line": 620, + "line": 614, "column": 24 } } }, "range": [ - 22054, - 22066 + 21861, + 21873 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 12 }, "end": { - "line": 620, + "line": 614, "column": 24 } } @@ -51501,16 +51137,16 @@ ], "kind": "var", "range": [ - 22050, - 22067 + 21857, + 21874 ], "loc": { "start": { - "line": 620, + "line": 614, "column": 8 }, "end": { - "line": 620, + "line": 614, "column": 25 } } @@ -51528,16 +51164,16 @@ "object": { "type": "ThisExpression", "range": [ - 22082, - 22086 + 21889, + 21893 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 13 }, "end": { - "line": 622, + "line": 616, "column": 17 } } @@ -51546,63 +51182,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 22087, - 22096 + 21894, + 21903 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 18 }, "end": { - "line": 622, + "line": 616, "column": 27 } } }, "range": [ - 22082, - 22096 + 21889, + 21903 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 13 }, "end": { - "line": 622, + "line": 616, "column": 27 } } }, "arguments": [], "range": [ - 22082, - 22098 + 21889, + 21905 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 13 }, "end": { - "line": 622, + "line": 616, "column": 29 } } }, "prefix": true, "range": [ - 22081, - 22098 + 21888, + 21905 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 12 }, "end": { - "line": 622, + "line": 616, "column": 29 } } @@ -51614,48 +51250,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 22114, - 22121 + 21921, + 21928 ], "loc": { "start": { - "line": 623, + "line": 617, "column": 12 }, "end": { - "line": 623, + "line": 617, "column": 19 } } } ], "range": [ - 22100, - 22131 + 21907, + 21938 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 31 }, "end": { - "line": 624, + "line": 618, "column": 9 } } }, "alternate": null, "range": [ - 22077, - 22131 + 21884, + 21938 ], "loc": { "start": { - "line": 622, + "line": 616, "column": 8 }, "end": { - "line": 624, + "line": 618, "column": 9 } } @@ -51673,16 +51309,16 @@ "object": { "type": "ThisExpression", "range": [ - 22141, - 22145 + 21948, + 21952 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 8 }, "end": { - "line": 626, + "line": 620, "column": 12 } } @@ -51691,31 +51327,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 22146, - 22153 + 21953, + 21960 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 13 }, "end": { - "line": 626, + "line": 620, "column": 20 } } }, "range": [ - 22141, - 22153 + 21948, + 21960 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 8 }, "end": { - "line": 626, + "line": 620, "column": 20 } } @@ -51724,31 +51360,31 @@ "type": "Identifier", "name": "emit", "range": [ - 22154, - 22158 + 21961, + 21965 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 21 }, "end": { - "line": 626, + "line": 620, "column": 25 } } }, "range": [ - 22141, - 22158 + 21948, + 21965 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 8 }, "end": { - "line": 626, + "line": 620, "column": 25 } } @@ -51759,16 +51395,16 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 22159, - 22186 + 21966, + 21993 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 26 }, "end": { - "line": 626, + "line": 620, "column": 53 } } @@ -51777,47 +51413,47 @@ "type": "Identifier", "name": "tf", "range": [ - 22188, - 22190 + 21995, + 21997 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 55 }, "end": { - "line": 626, + "line": 620, "column": 57 } } } ], "range": [ - 22141, - 22191 + 21948, + 21998 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 8 }, "end": { - "line": 626, + "line": 620, "column": 58 } } }, "range": [ - 22141, - 22192 + 21948, + 21999 ], "loc": { "start": { - "line": 626, + "line": 620, "column": 8 }, "end": { - "line": 626, + "line": 620, "column": 59 } } @@ -51831,16 +51467,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 22206, - 22210 + 22013, + 22017 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 12 }, "end": { - "line": 628, + "line": 622, "column": 16 } } @@ -51851,16 +51487,16 @@ "object": { "type": "ThisExpression", "range": [ - 22213, - 22217 + 22020, + 22024 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 19 }, "end": { - "line": 628, + "line": 622, "column": 23 } } @@ -51869,46 +51505,46 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 22218, - 22235 + 22025, + 22042 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 24 }, "end": { - "line": 628, + "line": 622, "column": 41 } } }, "range": [ - 22213, - 22235 + 22020, + 22042 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 19 }, "end": { - "line": 628, + "line": 622, "column": 41 } } }, "range": [ - 22206, - 22235 + 22013, + 22042 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 12 }, "end": { - "line": 628, + "line": 622, "column": 41 } } @@ -51916,16 +51552,16 @@ ], "kind": "var", "range": [ - 22202, - 22236 + 22009, + 22043 ], "loc": { "start": { - "line": 628, + "line": 622, "column": 8 }, "end": { - "line": 628, + "line": 622, "column": 42 } } @@ -51939,16 +51575,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 22249, - 22257 + 22056, + 22064 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 12 }, "end": { - "line": 629, + "line": 623, "column": 20 } } @@ -51960,16 +51596,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 22260, - 22264 + 22067, + 22071 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 23 }, "end": { - "line": 629, + "line": 623, "column": 27 } } @@ -51978,46 +51614,46 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 22265, - 22278 + 22072, + 22085 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 28 }, "end": { - "line": 629, + "line": 623, "column": 41 } } }, "range": [ - 22260, - 22278 + 22067, + 22085 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 23 }, "end": { - "line": 629, + "line": 623, "column": 41 } } }, "range": [ - 22249, - 22278 + 22056, + 22085 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 12 }, "end": { - "line": 629, + "line": 623, "column": 41 } } @@ -52025,16 +51661,16 @@ ], "kind": "var", "range": [ - 22245, - 22279 + 22052, + 22086 ], "loc": { "start": { - "line": 629, + "line": 623, "column": 8 }, "end": { - "line": 629, + "line": 623, "column": 42 } } @@ -52048,16 +51684,16 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22292, - 22308 + 22099, + 22115 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 12 }, "end": { - "line": 630, + "line": 624, "column": 28 } } @@ -52073,16 +51709,16 @@ "object": { "type": "ThisExpression", "range": [ - 22312, - 22316 + 22119, + 22123 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 32 }, "end": { - "line": 630, + "line": 624, "column": 36 } } @@ -52091,101 +51727,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 22317, - 22333 + 22124, + 22140 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 37 }, "end": { - "line": 630, + "line": 624, "column": 53 } } }, "range": [ - 22312, - 22333 + 22119, + 22140 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 32 }, "end": { - "line": 630, + "line": 624, "column": 53 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 22338, - 22340 - ], - "loc": { - "start": { - "line": 630, - "column": 58 - }, - "end": { - "line": 630, - "column": 60 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 22341, - 22351 - ], - "loc": { - "start": { - "line": 630, - "column": 61 - }, - "end": { - "line": 630, - "column": 71 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 22338, - 22351 + 22145, + 22151 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 58 }, "end": { - "line": 630, - "column": 71 + "line": 624, + "column": 64 } } }, "range": [ - 22312, - 22351 + 22119, + 22151 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 32 }, "end": { - "line": 630, - "column": 71 + "line": 624, + "column": 64 } } }, @@ -52198,16 +51798,16 @@ "object": { "type": "ThisExpression", "range": [ - 22367, - 22371 + 22167, + 22171 ], "loc": { "start": { - "line": 631, + "line": 625, "column": 12 }, "end": { - "line": 631, + "line": 625, "column": 16 } } @@ -52216,31 +51816,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22372, - 22381 + 22172, + 22181 ], "loc": { "start": { - "line": 631, + "line": 625, "column": 17 }, "end": { - "line": 631, + "line": 625, "column": 26 } } }, "range": [ - 22367, - 22381 + 22167, + 22181 ], "loc": { "start": { - "line": 631, + "line": 625, "column": 12 }, "end": { - "line": 631, + "line": 625, "column": 26 } } @@ -52249,31 +51849,31 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 22382, - 22395 + 22182, + 22195 ], "loc": { "start": { - "line": 631, + "line": 625, "column": 27 }, "end": { - "line": 631, + "line": 625, "column": 40 } } }, "range": [ - 22367, - 22395 + 22167, + 22195 ], "loc": { "start": { - "line": 631, + "line": 625, "column": 12 }, "end": { - "line": 631, + "line": 625, "column": 40 } } @@ -52284,16 +51884,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 22410, - 22418 + 22210, + 22218 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 12 }, "end": { - "line": 632, + "line": 626, "column": 20 } } @@ -52311,16 +51911,16 @@ "object": { "type": "ThisExpression", "range": [ - 22419, - 22423 + 22219, + 22223 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 21 }, "end": { - "line": 632, + "line": 626, "column": 25 } } @@ -52329,31 +51929,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22424, - 22433 + 22224, + 22233 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 26 }, "end": { - "line": 632, + "line": 626, "column": 35 } } }, "range": [ - 22419, - 22433 + 22219, + 22233 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 21 }, "end": { - "line": 632, + "line": 626, "column": 35 } } @@ -52362,31 +51962,31 @@ "type": "Identifier", "name": "value", "range": [ - 22434, - 22439 + 22234, + 22239 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 36 }, "end": { - "line": 632, + "line": 626, "column": 41 } } }, "range": [ - 22419, - 22439 + 22219, + 22239 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 21 }, "end": { - "line": 632, + "line": 626, "column": 41 } } @@ -52396,31 +51996,31 @@ "value": 1, "raw": "1", "range": [ - 22442, - 22443 + 22242, + 22243 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 44 }, "end": { - "line": 632, + "line": 626, "column": 45 } } }, "range": [ - 22419, - 22443 + 22219, + 22243 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 21 }, "end": { - "line": 632, + "line": 626, "column": 45 } } @@ -52430,62 +52030,62 @@ "value": 10, "raw": "10", "range": [ - 22445, - 22447 + 22245, + 22247 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 47 }, "end": { - "line": 632, + "line": 626, "column": 49 } } } ], "range": [ - 22410, - 22448 + 22210, + 22248 ], "loc": { "start": { - "line": 632, + "line": 626, "column": 12 }, "end": { - "line": 632, + "line": 626, "column": 50 } } }, "range": [ - 22311, - 22448 + 22118, + 22248 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 31 }, "end": { - "line": 632, + "line": 626, "column": 50 } } }, "range": [ - 22292, - 22448 + 22099, + 22248 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 12 }, "end": { - "line": 632, + "line": 626, "column": 50 } } @@ -52493,16 +52093,16 @@ ], "kind": "var", "range": [ - 22288, - 22449 + 22095, + 22249 ], "loc": { "start": { - "line": 630, + "line": 624, "column": 8 }, "end": { - "line": 632, + "line": 626, "column": 51 } } @@ -52518,16 +52118,16 @@ "object": { "type": "ThisExpression", "range": [ - 22458, - 22462 + 22258, + 22262 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 8 }, "end": { - "line": 633, + "line": 627, "column": 12 } } @@ -52536,31 +52136,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22463, - 22475 + 22263, + 22275 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 13 }, "end": { - "line": 633, + "line": 627, "column": 25 } } }, "range": [ - 22458, - 22475 + 22258, + 22275 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 8 }, "end": { - "line": 633, + "line": 627, "column": 25 } } @@ -52571,16 +52171,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 22478, - 22486 + 22278, + 22286 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 28 }, "end": { - "line": 633, + "line": 627, "column": 36 } } @@ -52599,16 +52199,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 22487, - 22491 + 22287, + 22291 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 37 }, "end": { - "line": 633, + "line": 627, "column": 41 } } @@ -52617,31 +52217,31 @@ "type": "Identifier", "name": "options", "range": [ - 22492, - 22499 + 22292, + 22299 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 42 }, "end": { - "line": 633, + "line": 627, "column": 49 } } }, "range": [ - 22487, - 22499 + 22287, + 22299 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 37 }, "end": { - "line": 633, + "line": 627, "column": 49 } } @@ -52650,31 +52250,31 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 22500, - 22508 + 22300, + 22308 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 50 }, "end": { - "line": 633, + "line": 627, "column": 58 } } }, "range": [ - 22487, - 22509 + 22287, + 22309 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 37 }, "end": { - "line": 633, + "line": 627, "column": 59 } } @@ -52683,31 +52283,31 @@ "type": "Identifier", "name": "value", "range": [ - 22510, - 22515 + 22310, + 22315 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 60 }, "end": { - "line": 633, + "line": 627, "column": 65 } } }, "range": [ - 22487, - 22515 + 22287, + 22315 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 37 }, "end": { - "line": 633, + "line": 627, "column": 65 } } @@ -52717,62 +52317,62 @@ "value": 10, "raw": "10", "range": [ - 22517, - 22519 + 22317, + 22319 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 67 }, "end": { - "line": 633, + "line": 627, "column": 69 } } } ], "range": [ - 22478, - 22520 + 22278, + 22320 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 28 }, "end": { - "line": 633, + "line": 627, "column": 70 } } }, "range": [ - 22458, - 22520 + 22258, + 22320 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 8 }, "end": { - "line": 633, + "line": 627, "column": 70 } } }, "range": [ - 22458, - 22521 + 22258, + 22321 ], "loc": { "start": { - "line": 633, + "line": 627, "column": 8 }, "end": { - "line": 633, + "line": 627, "column": 71 } } @@ -52788,16 +52388,16 @@ "object": { "type": "ThisExpression", "range": [ - 22530, - 22534 + 22330, + 22334 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 8 }, "end": { - "line": 634, + "line": 628, "column": 12 } } @@ -52806,31 +52406,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22535, - 22549 + 22335, + 22349 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 13 }, "end": { - "line": 634, + "line": 628, "column": 27 } } }, "range": [ - 22530, - 22549 + 22330, + 22349 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 8 }, "end": { - "line": 634, + "line": 628, "column": 27 } } @@ -52844,16 +52444,16 @@ "object": { "type": "ThisExpression", "range": [ - 22552, - 22556 + 22352, + 22356 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 30 }, "end": { - "line": 634, + "line": 628, "column": 34 } } @@ -52862,31 +52462,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22557, - 22569 + 22357, + 22369 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 35 }, "end": { - "line": 634, + "line": 628, "column": 47 } } }, "range": [ - 22552, - 22569 + 22352, + 22369 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 30 }, "end": { - "line": 634, + "line": 628, "column": 47 } } @@ -52895,61 +52495,61 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22572, - 22588 + 22372, + 22388 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 50 }, "end": { - "line": 634, + "line": 628, "column": 66 } } }, "range": [ - 22552, - 22588 + 22352, + 22388 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 30 }, "end": { - "line": 634, + "line": 628, "column": 66 } } }, "range": [ - 22530, - 22588 + 22330, + 22388 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 8 }, "end": { - "line": 634, + "line": 628, "column": 66 } } }, "range": [ - 22530, - 22589 + 22330, + 22389 ], "loc": { "start": { - "line": 634, + "line": 628, "column": 8 }, "end": { - "line": 634, + "line": 628, "column": 67 } } @@ -52965,16 +52565,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22604, - 22609 + 22404, + 22409 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 13 }, "end": { - "line": 636, + "line": 630, "column": 18 } } @@ -52986,16 +52586,16 @@ "object": { "type": "ThisExpression", "range": [ - 22610, - 22614 + 22410, + 22414 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 19 }, "end": { - "line": 636, + "line": 630, "column": 23 } } @@ -53004,63 +52604,63 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22615, - 22627 + 22415, + 22427 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 24 }, "end": { - "line": 636, + "line": 630, "column": 36 } } }, "range": [ - 22610, - 22627 + 22410, + 22427 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 19 }, "end": { - "line": 636, + "line": 630, "column": 36 } } } ], "range": [ - 22604, - 22628 + 22404, + 22428 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 13 }, "end": { - "line": 636, + "line": 630, "column": 37 } } }, "prefix": true, "range": [ - 22603, - 22628 + 22403, + 22428 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 12 }, "end": { - "line": 636, + "line": 630, "column": 37 } } @@ -53079,16 +52679,16 @@ "object": { "type": "ThisExpression", "range": [ - 22648, - 22652 + 22448, + 22452 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 16 }, "end": { - "line": 637, + "line": 631, "column": 20 } } @@ -53097,31 +52697,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22653, - 22667 + 22453, + 22467 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 21 }, "end": { - "line": 637, + "line": 631, "column": 35 } } }, "range": [ - 22648, - 22667 + 22448, + 22467 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 16 }, "end": { - "line": 637, + "line": 631, "column": 35 } } @@ -53133,16 +52733,16 @@ "type": "Identifier", "name": "tf", "range": [ - 22671, - 22673 + 22471, + 22473 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 39 }, "end": { - "line": 637, + "line": 631, "column": 41 } } @@ -53151,46 +52751,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 22674, - 22690 + 22474, + 22490 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 42 }, "end": { - "line": 637, + "line": 631, "column": 58 } } }, "range": [ - 22671, - 22690 + 22471, + 22490 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 39 }, "end": { - "line": 637, + "line": 631, "column": 58 } } }, "range": [ - 22648, - 22690 + 22448, + 22490 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 16 }, "end": { - "line": 637, + "line": 631, "column": 58 } } @@ -53209,16 +52809,16 @@ "object": { "type": "ThisExpression", "range": [ - 22710, - 22714 + 22510, + 22514 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 16 }, "end": { - "line": 638, + "line": 632, "column": 20 } } @@ -53227,31 +52827,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22715, - 22729 + 22515, + 22529 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 21 }, "end": { - "line": 638, + "line": 632, "column": 35 } } }, "range": [ - 22710, - 22729 + 22510, + 22529 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 16 }, "end": { - "line": 638, + "line": 632, "column": 35 } } @@ -53266,16 +52866,16 @@ "type": "Identifier", "name": "tf", "range": [ - 22733, - 22735 + 22533, + 22535 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 39 }, "end": { - "line": 638, + "line": 632, "column": 41 } } @@ -53284,31 +52884,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 22736, - 22752 + 22536, + 22552 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 42 }, "end": { - "line": 638, + "line": 632, "column": 58 } } }, "range": [ - 22733, - 22752 + 22533, + 22552 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 39 }, "end": { - "line": 638, + "line": 632, "column": 58 } } @@ -53319,16 +52919,16 @@ "object": { "type": "ThisExpression", "range": [ - 22755, - 22759 + 22555, + 22559 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 61 }, "end": { - "line": 638, + "line": 632, "column": 65 } } @@ -53337,108 +52937,108 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22760, - 22772 + 22560, + 22572 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 66 }, "end": { - "line": 638, + "line": 632, "column": 78 } } }, "range": [ - 22755, - 22772 + 22555, + 22572 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 61 }, "end": { - "line": 638, + "line": 632, "column": 78 } } }, "range": [ - 22733, - 22772 + 22533, + 22572 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 39 }, "end": { - "line": 638, + "line": 632, "column": 78 } } }, "range": [ - 22710, - 22773 + 22510, + 22573 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 16 }, "end": { - "line": 638, + "line": 632, "column": 79 } } }, "range": [ - 22710, - 22774 + 22510, + 22574 ], "loc": { "start": { - "line": 638, + "line": 632, "column": 16 }, "end": { - "line": 638, + "line": 632, "column": 80 } } } ], "range": [ - 22692, - 22788 + 22492, + 22588 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 60 }, "end": { - "line": 639, + "line": 633, "column": 13 } } }, "alternate": null, "range": [ - 22644, - 22788 + 22444, + 22588 ], "loc": { "start": { - "line": 637, + "line": 631, "column": 12 }, "end": { - "line": 639, + "line": 633, "column": 13 } } @@ -53453,16 +53053,16 @@ "object": { "type": "ThisExpression", "range": [ - 22801, - 22805 + 22601, + 22605 ], "loc": { "start": { - "line": 640, + "line": 634, "column": 12 }, "end": { - "line": 640, + "line": 634, "column": 16 } } @@ -53471,62 +53071,62 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 22806, - 22819 + 22606, + 22619 ], "loc": { "start": { - "line": 640, + "line": 634, "column": 17 }, "end": { - "line": 640, + "line": 634, "column": 30 } } }, "range": [ - 22801, - 22819 + 22601, + 22619 ], "loc": { "start": { - "line": 640, + "line": 634, "column": 12 }, "end": { - "line": 640, + "line": 634, "column": 30 } } }, "arguments": [], "range": [ - 22801, - 22821 + 22601, + 22621 ], "loc": { "start": { - "line": 640, + "line": 634, "column": 12 }, "end": { - "line": 640, + "line": 634, "column": 32 } } }, "range": [ - 22801, - 22822 + 22601, + 22622 ], "loc": { "start": { - "line": 640, + "line": 634, "column": 12 }, "end": { - "line": 640, + "line": 634, "column": 33 } } @@ -53542,16 +53142,16 @@ "object": { "type": "ThisExpression", "range": [ - 22840, - 22844 + 22640, + 22644 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 16 }, "end": { - "line": 642, + "line": 636, "column": 20 } } @@ -53560,101 +53160,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 22845, - 22861 + 22645, + 22661 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 21 }, "end": { - "line": 642, + "line": 636, "column": 37 } } }, "range": [ - 22840, - 22861 + 22640, + 22661 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 16 }, "end": { - "line": 642, + "line": 636, "column": 37 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 22866, - 22868 - ], - "loc": { - "start": { - "line": 642, - "column": 42 - }, - "end": { - "line": 642, - "column": 44 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 22869, - 22879 - ], - "loc": { - "start": { - "line": 642, - "column": 45 - }, - "end": { - "line": 642, - "column": 55 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 22866, - 22879 + 22666, + 22672 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 42 }, "end": { - "line": 642, - "column": 55 + "line": 636, + "column": 48 } } }, "range": [ - 22840, - 22879 + 22640, + 22672 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 16 }, "end": { - "line": 642, - "column": 55 + "line": 636, + "column": 48 } } }, @@ -53670,16 +53234,16 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 22903, - 22909 + 22696, + 22702 ], "loc": { "start": { - "line": 643, + "line": 637, "column": 20 }, "end": { - "line": 643, + "line": 637, "column": 26 } } @@ -53704,16 +53268,16 @@ "object": { "type": "ThisExpression", "range": [ - 22933, - 22937 + 22726, + 22730 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 25 } } @@ -53722,31 +53286,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22938, - 22947 + 22731, + 22740 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 26 }, "end": { - "line": 644, + "line": 638, "column": 35 } } }, "range": [ - 22933, - 22947 + 22726, + 22740 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 35 } } @@ -53755,31 +53319,31 @@ "type": "Identifier", "name": "options", "range": [ - 22948, - 22955 + 22741, + 22748 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 36 }, "end": { - "line": 644, + "line": 638, "column": 43 } } }, "range": [ - 22933, - 22955 + 22726, + 22748 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 43 } } @@ -53788,31 +53352,31 @@ "type": "Identifier", "name": "length", "range": [ - 22956, - 22962 + 22749, + 22755 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 44 }, "end": { - "line": 644, + "line": 638, "column": 50 } } }, "range": [ - 22933, - 22962 + 22726, + 22755 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 50 } } @@ -53822,31 +53386,31 @@ "value": 1, "raw": "1", "range": [ - 22965, - 22966 + 22758, + 22759 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 53 }, "end": { - "line": 644, + "line": 638, "column": 54 } } }, "range": [ - 22933, - 22966 + 22726, + 22759 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 54 } } @@ -53855,31 +53419,31 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22970, - 22986 + 22763, + 22779 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 58 }, "end": { - "line": 644, + "line": 638, "column": 74 } } }, "range": [ - 22933, - 22986 + 22726, + 22779 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 74 } } @@ -53899,16 +53463,16 @@ "object": { "type": "ThisExpression", "range": [ - 23015, - 23019 + 22808, + 22812 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 25 }, "end": { - "line": 645, + "line": 639, "column": 29 } } @@ -53917,31 +53481,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 23020, - 23029 + 22813, + 22822 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 30 }, "end": { - "line": 645, + "line": 639, "column": 39 } } }, "range": [ - 23015, - 23029 + 22808, + 22822 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 25 }, "end": { - "line": 645, + "line": 639, "column": 39 } } @@ -53950,31 +53514,31 @@ "type": "Identifier", "name": "options", "range": [ - 23030, - 23037 + 22823, + 22830 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 40 }, "end": { - "line": 645, + "line": 639, "column": 47 } } }, "range": [ - 23015, - 23037 + 22808, + 22830 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 25 }, "end": { - "line": 645, + "line": 639, "column": 47 } } @@ -53983,31 +53547,31 @@ "type": "Identifier", "name": "length", "range": [ - 23038, - 23044 + 22831, + 22837 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 48 }, "end": { - "line": 645, + "line": 639, "column": 54 } } }, "range": [ - 23015, - 23044 + 22808, + 22837 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 25 }, "end": { - "line": 645, + "line": 639, "column": 54 } } @@ -54017,31 +53581,31 @@ "value": 1, "raw": "1", "range": [ - 23047, - 23048 + 22840, + 22841 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 57 }, "end": { - "line": 645, + "line": 639, "column": 58 } } }, "range": [ - 23015, - 23048 + 22808, + 22841 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 25 }, "end": { - "line": 645, + "line": 639, "column": 58 } } @@ -54050,46 +53614,46 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 23052, - 23068 + 22845, + 22861 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 62 }, "end": { - "line": 645, + "line": 639, "column": 78 } } }, "range": [ - 22932, - 23068 + 22725, + 22861 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 20 }, "end": { - "line": 645, + "line": 639, "column": 78 } } }, "range": [ - 22903, - 23068 + 22696, + 22861 ], "loc": { "start": { - "line": 643, + "line": 637, "column": 20 }, "end": { - "line": 645, + "line": 639, "column": 78 } } @@ -54097,16 +53661,16 @@ ], "kind": "var", "range": [ - 22899, - 23069 + 22692, + 22862 ], "loc": { "start": { - "line": 643, + "line": 637, "column": 16 }, "end": { - "line": 645, + "line": 639, "column": 79 } } @@ -54131,16 +53695,16 @@ "object": { "type": "ThisExpression", "range": [ - 23086, - 23090 + 22879, + 22883 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 20 } } @@ -54149,31 +53713,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 23091, - 23100 + 22884, + 22893 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 21 }, "end": { - "line": 646, + "line": 640, "column": 30 } } }, "range": [ - 23086, - 23100 + 22879, + 22893 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 30 } } @@ -54182,31 +53746,31 @@ "type": "Identifier", "name": "options", "range": [ - 23101, - 23108 + 22894, + 22901 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 31 }, "end": { - "line": 646, + "line": 640, "column": 38 } } }, "range": [ - 23086, - 23108 + 22879, + 22901 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 38 } } @@ -54215,31 +53779,31 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 23109, - 23115 + 22902, + 22908 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 39 }, "end": { - "line": 646, + "line": 640, "column": 45 } } }, "range": [ - 23086, - 23116 + 22879, + 22909 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 46 } } @@ -54248,31 +53812,31 @@ "type": "Identifier", "name": "selected", "range": [ - 23117, - 23125 + 22910, + 22918 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 47 }, "end": { - "line": 646, + "line": 640, "column": 55 } } }, "range": [ - 23086, - 23125 + 22879, + 22918 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 55 } } @@ -54282,110 +53846,110 @@ "value": true, "raw": "true", "range": [ - 23128, - 23132 + 22921, + 22925 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 58 }, "end": { - "line": 646, + "line": 640, "column": 62 } } }, "range": [ - 23086, - 23132 + 22879, + 22925 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 62 } } }, "range": [ - 23086, - 23133 + 22879, + 22926 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 63 } } } ], "range": [ - 22881, - 23147 + 22674, + 22940 ], "loc": { "start": { - "line": 642, - "column": 57 + "line": 636, + "column": 50 }, "end": { - "line": 647, + "line": 641, "column": 13 } } }, "alternate": null, "range": [ - 22836, - 23147 + 22636, + 22940 ], "loc": { "start": { - "line": 642, + "line": 636, "column": 12 }, "end": { - "line": 647, + "line": 641, "column": 13 } } } ], "range": [ - 22630, - 23157 + 22430, + 22950 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 39 }, "end": { - "line": 648, + "line": 642, "column": 9 } } }, "alternate": null, "range": [ - 22599, - 23157 + 22399, + 22950 ], "loc": { "start": { - "line": 636, + "line": 630, "column": 8 }, "end": { - "line": 648, + "line": 642, "column": 9 } } @@ -54403,16 +53967,16 @@ "object": { "type": "ThisExpression", "range": [ - 23167, - 23171 + 22960, + 22964 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 8 }, "end": { - "line": 650, + "line": 644, "column": 12 } } @@ -54421,31 +53985,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 23172, - 23179 + 22965, + 22972 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 13 }, "end": { - "line": 650, + "line": 644, "column": 20 } } }, "range": [ - 23167, - 23179 + 22960, + 22972 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 8 }, "end": { - "line": 650, + "line": 644, "column": 20 } } @@ -54454,31 +54018,31 @@ "type": "Identifier", "name": "emit", "range": [ - 23180, - 23184 + 22973, + 22977 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 21 }, "end": { - "line": 650, + "line": 644, "column": 25 } } }, "range": [ - 23167, - 23184 + 22960, + 22977 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 8 }, "end": { - "line": 650, + "line": 644, "column": 25 } } @@ -54489,16 +54053,16 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 23185, - 23211 + 22978, + 23004 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 26 }, "end": { - "line": 650, + "line": 644, "column": 52 } } @@ -54507,16 +54071,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23213, - 23215 + 23006, + 23008 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 54 }, "end": { - "line": 650, + "line": 644, "column": 56 } } @@ -54527,16 +54091,16 @@ "object": { "type": "ThisExpression", "range": [ - 23217, - 23221 + 23010, + 23014 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 58 }, "end": { - "line": 650, + "line": 644, "column": 62 } } @@ -54545,78 +54109,78 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23222, - 23234 + 23015, + 23027 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 63 }, "end": { - "line": 650, + "line": 644, "column": 75 } } }, "range": [ - 23217, - 23234 + 23010, + 23027 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 58 }, "end": { - "line": 650, + "line": 644, "column": 75 } } } ], "range": [ - 23167, - 23235 + 22960, + 23028 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 8 }, "end": { - "line": 650, + "line": 644, "column": 76 } } }, "range": [ - 23167, - 23236 + 22960, + 23029 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 8 }, "end": { - "line": 650, + "line": 644, "column": 77 } } } ], "range": [ - 22040, - 23242 + 21847, + 23035 ], "loc": { "start": { - "line": 619, + "line": 613, "column": 29 }, "end": { - "line": 651, + "line": 645, "column": 5 } } @@ -54624,16 +54188,16 @@ "generator": false, "expression": false, "range": [ - 22037, - 23242 + 21844, + 23035 ], "loc": { "start": { - "line": 619, + "line": 613, "column": 26 }, "end": { - "line": 651, + "line": 645, "column": 5 } } @@ -54641,16 +54205,16 @@ "kind": "method", "computed": false, "range": [ - 22015, - 23242 + 21822, + 23035 ], "loc": { "start": { - "line": 619, + "line": 613, "column": 4 }, "end": { - "line": 651, + "line": 645, "column": 5 } }, @@ -54659,16 +54223,16 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21944, - 22010 + 21751, + 21817 ], "loc": { "start": { - "line": 616, + "line": 610, "column": 4 }, "end": { - "line": 618, + "line": 612, "column": 7 } } @@ -54679,16 +54243,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23248, - 23297 + 23041, + 23090 ], "loc": { "start": { - "line": 653, + "line": 647, "column": 4 }, "end": { - "line": 655, + "line": 649, "column": 7 } } @@ -54702,16 +54266,16 @@ "type": "Identifier", "name": "resetPage", "range": [ - 23302, - 23311 + 23095, + 23104 ], "loc": { "start": { - "line": 656, + "line": 650, "column": 4 }, "end": { - "line": 656, + "line": 650, "column": 13 } } @@ -54732,16 +54296,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23328, - 23330 + 23121, + 23123 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 12 }, "end": { - "line": 657, + "line": 651, "column": 14 } } @@ -54752,16 +54316,16 @@ "object": { "type": "ThisExpression", "range": [ - 23333, - 23337 + 23126, + 23130 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 17 }, "end": { - "line": 657, + "line": 651, "column": 21 } } @@ -54770,46 +54334,46 @@ "type": "Identifier", "name": "tf", "range": [ - 23338, - 23340 + 23131, + 23133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 22 }, "end": { - "line": 657, + "line": 651, "column": 24 } } }, "range": [ - 23333, - 23340 + 23126, + 23133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 17 }, "end": { - "line": 657, + "line": 651, "column": 24 } } }, "range": [ - 23328, - 23340 + 23121, + 23133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 12 }, "end": { - "line": 657, + "line": 651, "column": 24 } } @@ -54817,16 +54381,16 @@ ], "kind": "var", "range": [ - 23324, - 23341 + 23117, + 23134 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 8 }, "end": { - "line": 657, + "line": 651, "column": 25 } } @@ -54844,16 +54408,16 @@ "object": { "type": "ThisExpression", "range": [ - 23355, - 23359 + 23148, + 23152 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 13 }, "end": { - "line": 658, + "line": 652, "column": 17 } } @@ -54862,63 +54426,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 23360, - 23369 + 23153, + 23162 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 18 }, "end": { - "line": 658, + "line": 652, "column": 27 } } }, "range": [ - 23355, - 23369 + 23148, + 23162 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 13 }, "end": { - "line": 658, + "line": 652, "column": 27 } } }, "arguments": [], "range": [ - 23355, - 23371 + 23148, + 23164 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 13 }, "end": { - "line": 658, + "line": 652, "column": 29 } } }, "prefix": true, "range": [ - 23354, - 23371 + 23147, + 23164 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 12 }, "end": { - "line": 658, + "line": 652, "column": 29 } } @@ -54930,48 +54494,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23387, - 23394 + 23180, + 23187 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 12 }, "end": { - "line": 659, + "line": 653, "column": 19 } } } ], "range": [ - 23373, - 23404 + 23166, + 23197 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 31 }, "end": { - "line": 660, + "line": 654, "column": 9 } } }, "alternate": null, "range": [ - 23350, - 23404 + 23143, + 23197 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 8 }, "end": { - "line": 660, + "line": 654, "column": 9 } } @@ -54989,16 +54553,16 @@ "object": { "type": "ThisExpression", "range": [ - 23413, - 23417 + 23206, + 23210 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 8 }, "end": { - "line": 661, + "line": 655, "column": 12 } } @@ -55007,31 +54571,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 23418, - 23425 + 23211, + 23218 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 13 }, "end": { - "line": 661, + "line": 655, "column": 20 } } }, "range": [ - 23413, - 23425 + 23206, + 23218 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 8 }, "end": { - "line": 661, + "line": 655, "column": 20 } } @@ -55040,31 +54604,31 @@ "type": "Identifier", "name": "emit", "range": [ - 23426, - 23430 + 23219, + 23223 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 21 }, "end": { - "line": 661, + "line": 655, "column": 25 } } }, "range": [ - 23413, - 23430 + 23206, + 23223 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 8 }, "end": { - "line": 661, + "line": 655, "column": 25 } } @@ -55075,16 +54639,16 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 23431, - 23450 + 23224, + 23243 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 26 }, "end": { - "line": 661, + "line": 655, "column": 45 } } @@ -55093,47 +54657,47 @@ "type": "Identifier", "name": "tf", "range": [ - 23452, - 23454 + 23245, + 23247 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 47 }, "end": { - "line": 661, + "line": 655, "column": 49 } } } ], "range": [ - 23413, - 23455 + 23206, + 23248 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 8 }, "end": { - "line": 661, + "line": 655, "column": 50 } } }, "range": [ - 23413, - 23456 + 23206, + 23249 ], "loc": { "start": { - "line": 661, + "line": 655, "column": 8 }, "end": { - "line": 661, + "line": 655, "column": 51 } } @@ -55147,16 +54711,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23469, - 23473 + 23262, + 23266 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 12 }, "end": { - "line": 662, + "line": 656, "column": 16 } } @@ -55175,16 +54739,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23476, - 23478 + 23269, + 23271 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 19 }, "end": { - "line": 662, + "line": 656, "column": 21 } } @@ -55193,31 +54757,31 @@ "type": "Identifier", "name": "feature", "range": [ - 23479, - 23486 + 23272, + 23279 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 22 }, "end": { - "line": 662, + "line": 656, "column": 29 } } }, "range": [ - 23476, - 23486 + 23269, + 23279 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 19 }, "end": { - "line": 662, + "line": 656, "column": 29 } } @@ -55228,32 +54792,32 @@ "value": "store", "raw": "'store'", "range": [ - 23487, - 23494 + 23280, + 23287 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 30 }, "end": { - "line": 662, + "line": 656, "column": 37 } } } ], "range": [ - 23476, - 23495 + 23269, + 23288 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 19 }, "end": { - "line": 662, + "line": 656, "column": 38 } } @@ -55262,62 +54826,62 @@ "type": "Identifier", "name": "getPageNb", "range": [ - 23496, - 23505 + 23289, + 23298 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 39 }, "end": { - "line": 662, + "line": 656, "column": 48 } } }, "range": [ - 23476, - 23505 + 23269, + 23298 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 19 }, "end": { - "line": 662, + "line": 656, "column": 48 } } }, "arguments": [], "range": [ - 23476, - 23507 + 23269, + 23300 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 19 }, "end": { - "line": 662, + "line": 656, "column": 50 } } }, "range": [ - 23469, - 23507 + 23262, + 23300 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 12 }, "end": { - "line": 662, + "line": 656, "column": 50 } } @@ -55325,16 +54889,16 @@ ], "kind": "var", "range": [ - 23465, - 23508 + 23258, + 23301 ], "loc": { "start": { - "line": 662, + "line": 656, "column": 8 }, "end": { - "line": 662, + "line": 656, "column": 51 } } @@ -55348,16 +54912,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23521, - 23525 + 23314, + 23318 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 12 }, "end": { - "line": 663, + "line": 657, "column": 16 } } @@ -55367,31 +54931,31 @@ "value": "", "raw": "''", "range": [ - 23530, - 23532 + 23323, + 23325 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 21 }, "end": { - "line": 663, + "line": 657, "column": 23 } } }, "range": [ - 23521, - 23532 + 23314, + 23325 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 12 }, "end": { - "line": 663, + "line": 657, "column": 23 } } @@ -55409,16 +54973,16 @@ "object": { "type": "ThisExpression", "range": [ - 23548, - 23552 + 23341, + 23345 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 12 }, "end": { - "line": 664, + "line": 658, "column": 16 } } @@ -55427,31 +54991,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 23553, - 23563 + 23346, + 23356 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 17 }, "end": { - "line": 664, + "line": 658, "column": 27 } } }, "range": [ - 23548, - 23563 + 23341, + 23356 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 12 }, "end": { - "line": 664, + "line": 658, "column": 27 } } @@ -55464,16 +55028,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23565, - 23569 + 23358, + 23362 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 29 }, "end": { - "line": 664, + "line": 658, "column": 33 } } @@ -55483,94 +55047,94 @@ "value": 1, "raw": "1", "range": [ - 23572, - 23573 + 23365, + 23366 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 36 }, "end": { - "line": 664, + "line": 658, "column": 37 } } }, "range": [ - 23565, - 23573 + 23358, + 23366 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 29 }, "end": { - "line": 664, + "line": 658, "column": 37 } } } ], "range": [ - 23548, - 23575 + 23341, + 23368 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 12 }, "end": { - "line": 664, + "line": 658, "column": 39 } } }, "range": [ - 23548, - 23576 + 23341, + 23369 ], "loc": { "start": { - "line": 664, + "line": 658, "column": 12 }, "end": { - "line": 664, + "line": 658, "column": 40 } } } ], "range": [ - 23534, - 23586 + 23327, + 23379 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 25 }, "end": { - "line": 665, + "line": 659, "column": 9 } } }, "alternate": null, "range": [ - 23517, - 23586 + 23310, + 23379 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 8 }, "end": { - "line": 665, + "line": 659, "column": 9 } } @@ -55588,16 +55152,16 @@ "object": { "type": "ThisExpression", "range": [ - 23595, - 23599 + 23388, + 23392 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 8 }, "end": { - "line": 666, + "line": 660, "column": 12 } } @@ -55606,31 +55170,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 23600, - 23607 + 23393, + 23400 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 13 }, "end": { - "line": 666, + "line": 660, "column": 20 } } }, "range": [ - 23595, - 23607 + 23388, + 23400 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 8 }, "end": { - "line": 666, + "line": 660, "column": 20 } } @@ -55639,31 +55203,31 @@ "type": "Identifier", "name": "emit", "range": [ - 23608, - 23612 + 23401, + 23405 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 21 }, "end": { - "line": 666, + "line": 660, "column": 25 } } }, "range": [ - 23595, - 23612 + 23388, + 23405 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 8 }, "end": { - "line": 666, + "line": 660, "column": 25 } } @@ -55674,16 +55238,16 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 23613, - 23631 + 23406, + 23424 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 26 }, "end": { - "line": 666, + "line": 660, "column": 44 } } @@ -55692,16 +55256,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23633, - 23635 + 23426, + 23428 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 46 }, "end": { - "line": 666, + "line": 660, "column": 48 } } @@ -55710,63 +55274,63 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23637, - 23641 + 23430, + 23434 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 50 }, "end": { - "line": 666, + "line": 660, "column": 54 } } } ], "range": [ - 23595, - 23642 + 23388, + 23435 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 8 }, "end": { - "line": 666, + "line": 660, "column": 55 } } }, "range": [ - 23595, - 23643 + 23388, + 23436 ], "loc": { "start": { - "line": 666, + "line": 660, "column": 8 }, "end": { - "line": 666, + "line": 660, "column": 56 } } } ], "range": [ - 23314, - 23649 + 23107, + 23442 ], "loc": { "start": { - "line": 656, + "line": 650, "column": 16 }, "end": { - "line": 667, + "line": 661, "column": 5 } } @@ -55774,16 +55338,16 @@ "generator": false, "expression": false, "range": [ - 23311, - 23649 + 23104, + 23442 ], "loc": { "start": { - "line": 656, + "line": 650, "column": 13 }, "end": { - "line": 667, + "line": 661, "column": 5 } } @@ -55791,16 +55355,16 @@ "kind": "method", "computed": false, "range": [ - 23302, - 23649 + 23095, + 23442 ], "loc": { "start": { - "line": 656, + "line": 650, "column": 4 }, "end": { - "line": 667, + "line": 661, "column": 5 } }, @@ -55809,16 +55373,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23248, - 23297 + 23041, + 23090 ], "loc": { "start": { - "line": 653, + "line": 647, "column": 4 }, "end": { - "line": 655, + "line": 649, "column": 7 } } @@ -55829,16 +55393,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23655, - 23714 + 23448, + 23507 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 4 }, "end": { - "line": 671, + "line": 665, "column": 7 } } @@ -55852,16 +55416,16 @@ "type": "Identifier", "name": "resetPageLength", "range": [ - 23719, - 23734 + 23512, + 23527 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 4 }, "end": { - "line": 672, + "line": 666, "column": 19 } } @@ -55882,16 +55446,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23751, - 23753 + 23544, + 23546 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 12 }, "end": { - "line": 673, + "line": 667, "column": 14 } } @@ -55902,16 +55466,16 @@ "object": { "type": "ThisExpression", "range": [ - 23756, - 23760 + 23549, + 23553 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 17 }, "end": { - "line": 673, + "line": 667, "column": 21 } } @@ -55920,46 +55484,46 @@ "type": "Identifier", "name": "tf", "range": [ - 23761, - 23763 + 23554, + 23556 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 22 }, "end": { - "line": 673, + "line": 667, "column": 24 } } }, "range": [ - 23756, - 23763 + 23549, + 23556 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 17 }, "end": { - "line": 673, + "line": 667, "column": 24 } } }, "range": [ - 23751, - 23763 + 23544, + 23556 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 12 }, "end": { - "line": 673, + "line": 667, "column": 24 } } @@ -55967,16 +55531,16 @@ ], "kind": "var", "range": [ - 23747, - 23764 + 23540, + 23557 ], "loc": { "start": { - "line": 673, + "line": 667, "column": 8 }, "end": { - "line": 673, + "line": 667, "column": 25 } } @@ -55994,16 +55558,16 @@ "object": { "type": "ThisExpression", "range": [ - 23778, - 23782 + 23571, + 23575 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 13 }, "end": { - "line": 674, + "line": 668, "column": 17 } } @@ -56012,63 +55576,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 23783, - 23792 + 23576, + 23585 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 18 }, "end": { - "line": 674, + "line": 668, "column": 27 } } }, "range": [ - 23778, - 23792 + 23571, + 23585 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 13 }, "end": { - "line": 674, + "line": 668, "column": 27 } } }, "arguments": [], "range": [ - 23778, - 23794 + 23571, + 23587 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 13 }, "end": { - "line": 674, + "line": 668, "column": 29 } } }, "prefix": true, "range": [ - 23777, - 23794 + 23570, + 23587 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 12 }, "end": { - "line": 674, + "line": 668, "column": 29 } } @@ -56080,48 +55644,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23810, - 23817 + 23603, + 23610 ], "loc": { "start": { - "line": 675, + "line": 669, "column": 12 }, "end": { - "line": 675, + "line": 669, "column": 19 } } } ], "range": [ - 23796, - 23827 + 23589, + 23620 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 31 }, "end": { - "line": 676, + "line": 670, "column": 9 } } }, "alternate": null, "range": [ - 23773, - 23827 + 23566, + 23620 ], "loc": { "start": { - "line": 674, + "line": 668, "column": 8 }, "end": { - "line": 676, + "line": 670, "column": 9 } } @@ -56139,16 +55703,16 @@ "object": { "type": "ThisExpression", "range": [ - 23836, - 23840 + 23629, + 23633 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 8 }, "end": { - "line": 677, + "line": 671, "column": 12 } } @@ -56157,31 +55721,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 23841, - 23848 + 23634, + 23641 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 13 }, "end": { - "line": 677, + "line": 671, "column": 20 } } }, "range": [ - 23836, - 23848 + 23629, + 23641 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 8 }, "end": { - "line": 677, + "line": 671, "column": 20 } } @@ -56190,31 +55754,31 @@ "type": "Identifier", "name": "emit", "range": [ - 23849, - 23853 + 23642, + 23646 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 21 }, "end": { - "line": 677, + "line": 671, "column": 25 } } }, "range": [ - 23836, - 23853 + 23629, + 23646 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 8 }, "end": { - "line": 677, + "line": 671, "column": 25 } } @@ -56225,16 +55789,16 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 23854, - 23880 + 23647, + 23673 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 26 }, "end": { - "line": 677, + "line": 671, "column": 52 } } @@ -56243,47 +55807,47 @@ "type": "Identifier", "name": "tf", "range": [ - 23882, - 23884 + 23675, + 23677 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 54 }, "end": { - "line": 677, + "line": 671, "column": 56 } } } ], "range": [ - 23836, - 23885 + 23629, + 23678 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 8 }, "end": { - "line": 677, + "line": 671, "column": 57 } } }, "range": [ - 23836, - 23886 + 23629, + 23679 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 8 }, "end": { - "line": 677, + "line": 671, "column": 58 } } @@ -56297,16 +55861,16 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23899, - 23909 + 23692, + 23702 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 22 } } @@ -56325,16 +55889,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23912, - 23914 + 23705, + 23707 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 25 }, "end": { - "line": 678, + "line": 672, "column": 27 } } @@ -56343,31 +55907,31 @@ "type": "Identifier", "name": "feature", "range": [ - 23915, - 23922 + 23708, + 23715 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 28 }, "end": { - "line": 678, + "line": 672, "column": 35 } } }, "range": [ - 23912, - 23922 + 23705, + 23715 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 25 }, "end": { - "line": 678, + "line": 672, "column": 35 } } @@ -56378,32 +55942,32 @@ "value": "store", "raw": "'store'", "range": [ - 23923, - 23930 + 23716, + 23723 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 36 }, "end": { - "line": 678, + "line": 672, "column": 43 } } } ], "range": [ - 23912, - 23931 + 23705, + 23724 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 25 }, "end": { - "line": 678, + "line": 672, "column": 44 } } @@ -56412,62 +55976,62 @@ "type": "Identifier", "name": "getPageLength", "range": [ - 23932, - 23945 + 23725, + 23738 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 45 }, "end": { - "line": 678, + "line": 672, "column": 58 } } }, "range": [ - 23912, - 23945 + 23705, + 23738 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 25 }, "end": { - "line": 678, + "line": 672, "column": 58 } } }, "arguments": [], "range": [ - 23912, - 23947 + 23705, + 23740 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 25 }, "end": { - "line": 678, + "line": 672, "column": 60 } } }, "range": [ - 23899, - 23947 + 23692, + 23740 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 60 } } @@ -56475,16 +56039,16 @@ ], "kind": "var", "range": [ - 23895, - 23948 + 23688, + 23741 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 8 }, "end": { - "line": 678, + "line": 672, "column": 61 } } @@ -56498,16 +56062,16 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23962, - 23972 + 23755, + 23765 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 12 }, "end": { - "line": 680, + "line": 674, "column": 22 } } @@ -56517,31 +56081,31 @@ "value": "", "raw": "''", "range": [ - 23977, - 23979 + 23770, + 23772 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 27 }, "end": { - "line": 680, + "line": 674, "column": 29 } } }, "range": [ - 23962, - 23979 + 23755, + 23772 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 12 }, "end": { - "line": 680, + "line": 674, "column": 29 } } @@ -56569,16 +56133,16 @@ "object": { "type": "ThisExpression", "range": [ - 23995, - 23999 + 23788, + 23792 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 16 } } @@ -56587,31 +56151,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 24000, - 24017 + 23793, + 23810 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 17 }, "end": { - "line": 681, + "line": 675, "column": 34 } } }, "range": [ - 23995, - 24017 + 23788, + 23810 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 34 } } @@ -56620,31 +56184,31 @@ "type": "Identifier", "name": "options", "range": [ - 24018, - 24025 + 23811, + 23818 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 35 }, "end": { - "line": 681, + "line": 675, "column": 42 } } }, "range": [ - 23995, - 24025 + 23788, + 23818 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 42 } } @@ -56653,31 +56217,31 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 24026, - 24036 + 23819, + 23829 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 43 }, "end": { - "line": 681, + "line": 675, "column": 53 } } }, "range": [ - 23995, - 24037 + 23788, + 23830 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 54 } } @@ -56686,31 +56250,31 @@ "type": "Identifier", "name": "selected", "range": [ - 24038, - 24046 + 23831, + 23839 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 55 }, "end": { - "line": 681, + "line": 675, "column": 63 } } }, "range": [ - 23995, - 24046 + 23788, + 23839 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 63 } } @@ -56720,46 +56284,46 @@ "value": true, "raw": "true", "range": [ - 24049, - 24053 + 23842, + 23846 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 66 }, "end": { - "line": 681, + "line": 675, "column": 70 } } }, "range": [ - 23995, - 24053 + 23788, + 23846 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 70 } } }, "range": [ - 23995, - 24054 + 23788, + 23847 ], "loc": { "start": { - "line": 681, + "line": 675, "column": 12 }, "end": { - "line": 681, + "line": 675, "column": 71 } } @@ -56774,16 +56338,16 @@ "object": { "type": "ThisExpression", "range": [ - 24067, - 24071 + 23860, + 23864 ], "loc": { "start": { - "line": 682, + "line": 676, "column": 12 }, "end": { - "line": 682, + "line": 676, "column": 16 } } @@ -56792,94 +56356,94 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 24072, - 24092 + 23865, + 23885 ], "loc": { "start": { - "line": 682, + "line": 676, "column": 17 }, "end": { - "line": 682, + "line": 676, "column": 37 } } }, "range": [ - 24067, - 24092 + 23860, + 23885 ], "loc": { "start": { - "line": 682, + "line": 676, "column": 12 }, "end": { - "line": 682, + "line": 676, "column": 37 } } }, "arguments": [], "range": [ - 24067, - 24094 + 23860, + 23887 ], "loc": { "start": { - "line": 682, + "line": 676, "column": 12 }, "end": { - "line": 682, + "line": 676, "column": 39 } } }, "range": [ - 24067, - 24095 + 23860, + 23888 ], "loc": { "start": { - "line": 682, + "line": 676, "column": 12 }, "end": { - "line": 682, + "line": 676, "column": 40 } } } ], "range": [ - 23981, - 24105 + 23774, + 23898 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 31 }, "end": { - "line": 683, + "line": 677, "column": 9 } } }, "alternate": null, "range": [ - 23958, - 24105 + 23751, + 23898 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 683, + "line": 677, "column": 9 } } @@ -56897,16 +56461,16 @@ "object": { "type": "ThisExpression", "range": [ - 24114, - 24118 + 23907, + 23911 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 8 }, "end": { - "line": 684, + "line": 678, "column": 12 } } @@ -56915,31 +56479,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24119, - 24126 + 23912, + 23919 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 13 }, "end": { - "line": 684, + "line": 678, "column": 20 } } }, "range": [ - 24114, - 24126 + 23907, + 23919 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 8 }, "end": { - "line": 684, + "line": 678, "column": 20 } } @@ -56948,31 +56512,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24127, - 24131 + 23920, + 23924 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 21 }, "end": { - "line": 684, + "line": 678, "column": 25 } } }, "range": [ - 24114, - 24131 + 23907, + 23924 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 8 }, "end": { - "line": 684, + "line": 678, "column": 25 } } @@ -56983,16 +56547,16 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 24132, - 24157 + 23925, + 23950 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 26 }, "end": { - "line": 684, + "line": 678, "column": 51 } } @@ -57001,16 +56565,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24159, - 24161 + 23952, + 23954 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 53 }, "end": { - "line": 684, + "line": 678, "column": 55 } } @@ -57019,63 +56583,63 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 24163, - 24173 + 23956, + 23966 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 57 }, "end": { - "line": 684, + "line": 678, "column": 67 } } } ], "range": [ - 24114, - 24174 + 23907, + 23967 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 8 }, "end": { - "line": 684, + "line": 678, "column": 68 } } }, "range": [ - 24114, - 24175 + 23907, + 23968 ], "loc": { "start": { - "line": 684, + "line": 678, "column": 8 }, "end": { - "line": 684, + "line": 678, "column": 69 } } } ], "range": [ - 23737, - 24181 + 23530, + 23974 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 22 }, "end": { - "line": 685, + "line": 679, "column": 5 } } @@ -57083,16 +56647,16 @@ "generator": false, "expression": false, "range": [ - 23734, - 24181 + 23527, + 23974 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 19 }, "end": { - "line": 685, + "line": 679, "column": 5 } } @@ -57100,16 +56664,16 @@ "kind": "method", "computed": false, "range": [ - 23719, - 24181 + 23512, + 23974 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 4 }, "end": { - "line": 685, + "line": 679, "column": 5 } }, @@ -57118,16 +56682,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23655, - 23714 + 23448, + 23507 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 4 }, "end": { - "line": 671, + "line": 665, "column": 7 } } @@ -57138,16 +56702,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 24187, - 24227 + 23980, + 24020 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 4 }, "end": { - "line": 689, + "line": 683, "column": 7 } } @@ -57161,16 +56725,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 24232, - 24239 + 24025, + 24032 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 4 }, "end": { - "line": 690, + "line": 684, "column": 11 } } @@ -57191,16 +56755,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24256, - 24258 + 24049, + 24051 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 12 }, "end": { - "line": 691, + "line": 685, "column": 14 } } @@ -57211,16 +56775,16 @@ "object": { "type": "ThisExpression", "range": [ - 24261, - 24265 + 24054, + 24058 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 17 }, "end": { - "line": 691, + "line": 685, "column": 21 } } @@ -57229,46 +56793,46 @@ "type": "Identifier", "name": "tf", "range": [ - 24266, - 24268 + 24059, + 24061 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 22 }, "end": { - "line": 691, + "line": 685, "column": 24 } } }, "range": [ - 24261, - 24268 + 24054, + 24061 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 17 }, "end": { - "line": 691, + "line": 685, "column": 24 } } }, "range": [ - 24256, - 24268 + 24049, + 24061 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 12 }, "end": { - "line": 691, + "line": 685, "column": 24 } } @@ -57276,16 +56840,16 @@ ], "kind": "var", "range": [ - 24252, - 24269 + 24045, + 24062 ], "loc": { "start": { - "line": 691, + "line": 685, "column": 8 }, "end": { - "line": 691, + "line": 685, "column": 25 } } @@ -57301,16 +56865,16 @@ "object": { "type": "ThisExpression", "range": [ - 24284, - 24288 + 24077, + 24081 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 13 }, "end": { - "line": 693, + "line": 687, "column": 17 } } @@ -57319,47 +56883,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 24289, - 24300 + 24082, + 24093 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 18 }, "end": { - "line": 693, + "line": 687, "column": 29 } } }, "range": [ - 24284, - 24300 + 24077, + 24093 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 13 }, "end": { - "line": 693, + "line": 687, "column": 29 } } }, "prefix": true, "range": [ - 24283, - 24300 + 24076, + 24093 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 12 }, "end": { - "line": 693, + "line": 687, "column": 29 } } @@ -57371,48 +56935,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24316, - 24323 + 24109, + 24116 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 12 }, "end": { - "line": 694, + "line": 688, "column": 19 } } } ], "range": [ - 24302, - 24333 + 24095, + 24126 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 31 }, "end": { - "line": 695, + "line": 689, "column": 9 } } }, "alternate": null, "range": [ - 24279, - 24333 + 24072, + 24126 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 8 }, "end": { - "line": 695, + "line": 689, "column": 9 } }, @@ -57421,16 +56985,16 @@ "type": "Line", "value": " btns containers", "range": [ - 24342, - 24360 + 24135, + 24153 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 8 }, "end": { - "line": 696, + "line": 690, "column": 26 } } @@ -57446,16 +57010,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 24373, - 24384 + 24166, + 24177 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 12 }, "end": { - "line": 697, + "line": 691, "column": 23 } } @@ -57469,16 +57033,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24387, - 24390 + 24180, + 24183 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 26 }, "end": { - "line": 697, + "line": 691, "column": 29 } } @@ -57487,31 +57051,31 @@ "type": "Identifier", "name": "id", "range": [ - 24391, - 24393 + 24184, + 24186 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 30 }, "end": { - "line": 697, + "line": 691, "column": 32 } } }, "range": [ - 24387, - 24393 + 24180, + 24186 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 26 }, "end": { - "line": 697, + "line": 691, "column": 32 } } @@ -57526,16 +57090,16 @@ "object": { "type": "ThisExpression", "range": [ - 24394, - 24398 + 24187, + 24191 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 33 }, "end": { - "line": 697, + "line": 691, "column": 37 } } @@ -57544,31 +57108,31 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 24399, - 24414 + 24192, + 24207 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 38 }, "end": { - "line": 697, + "line": 691, "column": 53 } } }, "range": [ - 24394, - 24414 + 24187, + 24207 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 33 }, "end": { - "line": 697, + "line": 691, "column": 53 } } @@ -57580,16 +57144,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24417, - 24419 + 24210, + 24212 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 56 }, "end": { - "line": 697, + "line": 691, "column": 58 } } @@ -57598,77 +57162,77 @@ "type": "Identifier", "name": "id", "range": [ - 24420, - 24422 + 24213, + 24215 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 59 }, "end": { - "line": 697, + "line": 691, "column": 61 } } }, "range": [ - 24417, - 24422 + 24210, + 24215 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 56 }, "end": { - "line": 697, + "line": 691, "column": 61 } } }, "range": [ - 24394, - 24422 + 24187, + 24215 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 33 }, "end": { - "line": 697, + "line": 691, "column": 61 } } } ], "range": [ - 24387, - 24423 + 24180, + 24216 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 26 }, "end": { - "line": 697, + "line": 691, "column": 62 } } }, "range": [ - 24373, - 24423 + 24166, + 24216 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 12 }, "end": { - "line": 697, + "line": 691, "column": 62 } } @@ -57676,16 +57240,16 @@ ], "kind": "var", "range": [ - 24369, - 24424 + 24162, + 24217 ], "loc": { "start": { - "line": 697, + "line": 691, "column": 8 }, "end": { - "line": 697, + "line": 691, "column": 63 } }, @@ -57694,16 +57258,16 @@ "type": "Line", "value": " btns containers", "range": [ - 24342, - 24360 + 24135, + 24153 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 8 }, "end": { - "line": 696, + "line": 690, "column": 26 } } @@ -57719,16 +57283,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 24437, - 24448 + 24230, + 24241 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 12 }, "end": { - "line": 698, + "line": 692, "column": 23 } } @@ -57742,16 +57306,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24451, - 24454 + 24244, + 24247 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 26 }, "end": { - "line": 698, + "line": 692, "column": 29 } } @@ -57760,31 +57324,31 @@ "type": "Identifier", "name": "id", "range": [ - 24455, - 24457 + 24248, + 24250 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 30 }, "end": { - "line": 698, + "line": 692, "column": 32 } } }, "range": [ - 24451, - 24457 + 24244, + 24250 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 26 }, "end": { - "line": 698, + "line": 692, "column": 32 } } @@ -57799,16 +57363,16 @@ "object": { "type": "ThisExpression", "range": [ - 24458, - 24462 + 24251, + 24255 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 33 }, "end": { - "line": 698, + "line": 692, "column": 37 } } @@ -57817,31 +57381,31 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 24463, - 24478 + 24256, + 24271 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 38 }, "end": { - "line": 698, + "line": 692, "column": 53 } } }, "range": [ - 24458, - 24478 + 24251, + 24271 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 33 }, "end": { - "line": 698, + "line": 692, "column": 53 } } @@ -57853,16 +57417,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24481, - 24483 + 24274, + 24276 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 56 }, "end": { - "line": 698, + "line": 692, "column": 58 } } @@ -57871,77 +57435,77 @@ "type": "Identifier", "name": "id", "range": [ - 24484, - 24486 + 24277, + 24279 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 59 }, "end": { - "line": 698, + "line": 692, "column": 61 } } }, "range": [ - 24481, - 24486 + 24274, + 24279 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 56 }, "end": { - "line": 698, + "line": 692, "column": 61 } } }, "range": [ - 24458, - 24486 + 24251, + 24279 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 33 }, "end": { - "line": 698, + "line": 692, "column": 61 } } } ], "range": [ - 24451, - 24487 + 24244, + 24280 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 26 }, "end": { - "line": 698, + "line": 692, "column": 62 } } }, "range": [ - 24437, - 24487 + 24230, + 24280 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 12 }, "end": { - "line": 698, + "line": 692, "column": 62 } } @@ -57949,16 +57513,16 @@ ], "kind": "var", "range": [ - 24433, - 24488 + 24226, + 24281 ], "loc": { "start": { - "line": 698, + "line": 692, "column": 8 }, "end": { - "line": 698, + "line": 692, "column": 63 } } @@ -57972,16 +57536,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 24501, - 24512 + 24294, + 24305 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 12 }, "end": { - "line": 699, + "line": 693, "column": 23 } } @@ -57995,16 +57559,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24515, - 24518 + 24308, + 24311 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 26 }, "end": { - "line": 699, + "line": 693, "column": 29 } } @@ -58013,31 +57577,31 @@ "type": "Identifier", "name": "id", "range": [ - 24519, - 24521 + 24312, + 24314 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 30 }, "end": { - "line": 699, + "line": 693, "column": 32 } } }, "range": [ - 24515, - 24521 + 24308, + 24314 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 26 }, "end": { - "line": 699, + "line": 693, "column": 32 } } @@ -58052,16 +57616,16 @@ "object": { "type": "ThisExpression", "range": [ - 24522, - 24526 + 24315, + 24319 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 33 }, "end": { - "line": 699, + "line": 693, "column": 37 } } @@ -58070,31 +57634,31 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 24527, - 24542 + 24320, + 24335 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 38 }, "end": { - "line": 699, + "line": 693, "column": 53 } } }, "range": [ - 24522, - 24542 + 24315, + 24335 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 33 }, "end": { - "line": 699, + "line": 693, "column": 53 } } @@ -58106,16 +57670,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24545, - 24547 + 24338, + 24340 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 56 }, "end": { - "line": 699, + "line": 693, "column": 58 } } @@ -58124,77 +57688,77 @@ "type": "Identifier", "name": "id", "range": [ - 24548, - 24550 + 24341, + 24343 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 59 }, "end": { - "line": 699, + "line": 693, "column": 61 } } }, "range": [ - 24545, - 24550 + 24338, + 24343 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 56 }, "end": { - "line": 699, + "line": 693, "column": 61 } } }, "range": [ - 24522, - 24550 + 24315, + 24343 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 33 }, "end": { - "line": 699, + "line": 693, "column": 61 } } } ], "range": [ - 24515, - 24551 + 24308, + 24344 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 26 }, "end": { - "line": 699, + "line": 693, "column": 62 } } }, "range": [ - 24501, - 24551 + 24294, + 24344 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 12 }, "end": { - "line": 699, + "line": 693, "column": 62 } } @@ -58202,16 +57766,16 @@ ], "kind": "var", "range": [ - 24497, - 24552 + 24290, + 24345 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 8 }, "end": { - "line": 699, + "line": 693, "column": 63 } } @@ -58225,16 +57789,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 24565, - 24577 + 24358, + 24370 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 12 }, "end": { - "line": 700, + "line": 694, "column": 24 } } @@ -58248,16 +57812,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24580, - 24583 + 24373, + 24376 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 27 }, "end": { - "line": 700, + "line": 694, "column": 30 } } @@ -58266,31 +57830,31 @@ "type": "Identifier", "name": "id", "range": [ - 24584, - 24586 + 24377, + 24379 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 31 }, "end": { - "line": 700, + "line": 694, "column": 33 } } }, "range": [ - 24580, - 24586 + 24373, + 24379 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 27 }, "end": { - "line": 700, + "line": 694, "column": 33 } } @@ -58305,16 +57869,16 @@ "object": { "type": "ThisExpression", "range": [ - 24587, - 24591 + 24380, + 24384 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 34 }, "end": { - "line": 700, + "line": 694, "column": 38 } } @@ -58323,31 +57887,31 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 24592, - 24608 + 24385, + 24401 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 39 }, "end": { - "line": 700, + "line": 694, "column": 55 } } }, "range": [ - 24587, - 24608 + 24380, + 24401 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 34 }, "end": { - "line": 700, + "line": 694, "column": 55 } } @@ -58359,16 +57923,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24611, - 24613 + 24404, + 24406 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 58 }, "end": { - "line": 700, + "line": 694, "column": 60 } } @@ -58377,77 +57941,77 @@ "type": "Identifier", "name": "id", "range": [ - 24614, - 24616 + 24407, + 24409 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 61 }, "end": { - "line": 700, + "line": 694, "column": 63 } } }, "range": [ - 24611, - 24616 + 24404, + 24409 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 58 }, "end": { - "line": 700, + "line": 694, "column": 63 } } }, "range": [ - 24587, - 24616 + 24380, + 24409 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 34 }, "end": { - "line": 700, + "line": 694, "column": 63 } } } ], "range": [ - 24580, - 24617 + 24373, + 24410 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 27 }, "end": { - "line": 700, + "line": 694, "column": 64 } } }, "range": [ - 24565, - 24617 + 24358, + 24410 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 12 }, "end": { - "line": 700, + "line": 694, "column": 64 } } @@ -58455,16 +58019,16 @@ ], "kind": "var", "range": [ - 24561, - 24618 + 24354, + 24411 ], "loc": { "start": { - "line": 700, + "line": 694, "column": 8 }, "end": { - "line": 700, + "line": 694, "column": 65 } }, @@ -58473,16 +58037,16 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24627, - 24656 + 24420, + 24449 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 8 }, "end": { - "line": 701, + "line": 695, "column": 37 } } @@ -58498,16 +58062,16 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 24669, - 24681 + 24462, + 24474 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, + "line": 696, "column": 24 } } @@ -58521,16 +58085,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24684, - 24687 + 24477, + 24480 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 27 }, "end": { - "line": 702, + "line": 696, "column": 30 } } @@ -58539,31 +58103,31 @@ "type": "Identifier", "name": "id", "range": [ - 24688, - 24690 + 24481, + 24483 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 31 }, "end": { - "line": 702, + "line": 696, "column": 33 } } }, "range": [ - 24684, - 24690 + 24477, + 24483 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 27 }, "end": { - "line": 702, + "line": 696, "column": 33 } } @@ -58578,16 +58142,16 @@ "object": { "type": "ThisExpression", "range": [ - 24691, - 24695 + 24484, + 24488 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 34 }, "end": { - "line": 702, + "line": 696, "column": 38 } } @@ -58596,31 +58160,31 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 24696, - 24712 + 24489, + 24505 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 39 }, "end": { - "line": 702, + "line": 696, "column": 55 } } }, "range": [ - 24691, - 24712 + 24484, + 24505 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 34 }, "end": { - "line": 702, + "line": 696, "column": 55 } } @@ -58632,16 +58196,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24715, - 24717 + 24508, + 24510 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 58 }, "end": { - "line": 702, + "line": 696, "column": 60 } } @@ -58650,77 +58214,77 @@ "type": "Identifier", "name": "id", "range": [ - 24718, - 24720 + 24511, + 24513 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 61 }, "end": { - "line": 702, + "line": 696, "column": 63 } } }, "range": [ - 24715, - 24720 + 24508, + 24513 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 58 }, "end": { - "line": 702, + "line": 696, "column": 63 } } }, "range": [ - 24691, - 24720 + 24484, + 24513 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 34 }, "end": { - "line": 702, + "line": 696, "column": 63 } } } ], "range": [ - 24684, - 24721 + 24477, + 24514 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 27 }, "end": { - "line": 702, + "line": 696, "column": 64 } } }, "range": [ - 24669, - 24721 + 24462, + 24514 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, + "line": 696, "column": 64 } } @@ -58728,16 +58292,16 @@ ], "kind": "var", "range": [ - 24665, - 24722 + 24458, + 24515 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 8 }, "end": { - "line": 702, + "line": 696, "column": 65 } }, @@ -58746,16 +58310,16 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24627, - 24656 + 24420, + 24449 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 8 }, "end": { - "line": 701, + "line": 695, "column": 37 } } @@ -58766,16 +58330,16 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24731, - 24758 + 24524, + 24551 ], "loc": { "start": { - "line": 703, + "line": 697, "column": 8 }, "end": { - "line": 703, + "line": 697, "column": 35 } } @@ -58791,16 +58355,16 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 24771, - 24782 + 24564, + 24575 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 12 }, "end": { - "line": 704, + "line": 698, "column": 23 } } @@ -58814,16 +58378,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24785, - 24788 + 24578, + 24581 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 26 }, "end": { - "line": 704, + "line": 698, "column": 29 } } @@ -58832,31 +58396,31 @@ "type": "Identifier", "name": "id", "range": [ - 24789, - 24791 + 24582, + 24584 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 30 }, "end": { - "line": 704, + "line": 698, "column": 32 } } }, "range": [ - 24785, - 24791 + 24578, + 24584 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 26 }, "end": { - "line": 704, + "line": 698, "column": 32 } } @@ -58871,16 +58435,16 @@ "object": { "type": "ThisExpression", "range": [ - 24792, - 24796 + 24585, + 24589 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 33 }, "end": { - "line": 704, + "line": 698, "column": 37 } } @@ -58889,31 +58453,31 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 24797, - 24812 + 24590, + 24605 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 38 }, "end": { - "line": 704, + "line": 698, "column": 53 } } }, "range": [ - 24792, - 24812 + 24585, + 24605 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 33 }, "end": { - "line": 704, + "line": 698, "column": 53 } } @@ -58925,16 +58489,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24815, - 24817 + 24608, + 24610 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 56 }, "end": { - "line": 704, + "line": 698, "column": 58 } } @@ -58943,77 +58507,77 @@ "type": "Identifier", "name": "id", "range": [ - 24818, - 24820 + 24611, + 24613 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 59 }, "end": { - "line": 704, + "line": 698, "column": 61 } } }, "range": [ - 24815, - 24820 + 24608, + 24613 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 56 }, "end": { - "line": 704, + "line": 698, "column": 61 } } }, "range": [ - 24792, - 24820 + 24585, + 24613 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 33 }, "end": { - "line": 704, + "line": 698, "column": 61 } } } ], "range": [ - 24785, - 24821 + 24578, + 24614 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 26 }, "end": { - "line": 704, + "line": 698, "column": 62 } } }, "range": [ - 24771, - 24821 + 24564, + 24614 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 12 }, "end": { - "line": 704, + "line": 698, "column": 62 } } @@ -59021,16 +58585,16 @@ ], "kind": "var", "range": [ - 24767, - 24822 + 24560, + 24615 ], "loc": { "start": { - "line": 704, + "line": 698, "column": 8 }, "end": { - "line": 704, + "line": 698, "column": 63 } }, @@ -59039,16 +58603,16 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24731, - 24758 + 24524, + 24551 ], "loc": { "start": { - "line": 703, + "line": 697, "column": 8 }, "end": { - "line": 703, + "line": 697, "column": 35 } } @@ -59059,16 +58623,16 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24831, - 24860 + 24624, + 24653 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 37 } } @@ -59084,16 +58648,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 24873, - 24879 + 24666, + 24672 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 12 }, "end": { - "line": 706, + "line": 700, "column": 18 } } @@ -59107,16 +58671,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 24882, - 24885 + 24675, + 24678 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 21 }, "end": { - "line": 706, + "line": 700, "column": 24 } } @@ -59125,31 +58689,31 @@ "type": "Identifier", "name": "id", "range": [ - 24886, - 24888 + 24679, + 24681 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 25 }, "end": { - "line": 706, + "line": 700, "column": 27 } } }, "range": [ - 24882, - 24888 + 24675, + 24681 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 21 }, "end": { - "line": 706, + "line": 700, "column": 27 } } @@ -59164,16 +58728,16 @@ "object": { "type": "ThisExpression", "range": [ - 24889, - 24893 + 24682, + 24686 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 28 }, "end": { - "line": 706, + "line": 700, "column": 32 } } @@ -59182,31 +58746,31 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 24894, - 24904 + 24687, + 24697 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 33 }, "end": { - "line": 706, + "line": 700, "column": 43 } } }, "range": [ - 24889, - 24904 + 24682, + 24697 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 28 }, "end": { - "line": 706, + "line": 700, "column": 43 } } @@ -59218,16 +58782,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24907, - 24909 + 24700, + 24702 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 46 }, "end": { - "line": 706, + "line": 700, "column": 48 } } @@ -59236,77 +58800,77 @@ "type": "Identifier", "name": "id", "range": [ - 24910, - 24912 + 24703, + 24705 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 49 }, "end": { - "line": 706, + "line": 700, "column": 51 } } }, "range": [ - 24907, - 24912 + 24700, + 24705 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 46 }, "end": { - "line": 706, + "line": 700, "column": 51 } } }, "range": [ - 24889, - 24912 + 24682, + 24705 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 28 }, "end": { - "line": 706, + "line": 700, "column": 51 } } } ], "range": [ - 24882, - 24913 + 24675, + 24706 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 21 }, "end": { - "line": 706, + "line": 700, "column": 52 } } }, "range": [ - 24873, - 24913 + 24666, + 24706 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 12 }, "end": { - "line": 706, + "line": 700, "column": 52 } } @@ -59314,16 +58878,16 @@ ], "kind": "var", "range": [ - 24869, - 24914 + 24662, + 24707 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 8 }, "end": { - "line": 706, + "line": 700, "column": 53 } }, @@ -59332,16 +58896,16 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24831, - 24860 + 24624, + 24653 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 37 } } @@ -59357,16 +58921,16 @@ "type": "Identifier", "name": "evt", "range": [ - 24928, - 24931 + 24721, + 24724 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 12 }, "end": { - "line": 708, + "line": 702, "column": 15 } } @@ -59377,16 +58941,16 @@ "object": { "type": "ThisExpression", "range": [ - 24934, - 24938 + 24727, + 24731 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 18 }, "end": { - "line": 708, + "line": 702, "column": 22 } } @@ -59395,46 +58959,46 @@ "type": "Identifier", "name": "evt", "range": [ - 24939, - 24942 + 24732, + 24735 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 23 }, "end": { - "line": 708, + "line": 702, "column": 26 } } }, "range": [ - 24934, - 24942 + 24727, + 24735 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 18 }, "end": { - "line": 708, + "line": 702, "column": 26 } } }, "range": [ - 24928, - 24942 + 24721, + 24735 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 12 }, "end": { - "line": 708, + "line": 702, "column": 26 } } @@ -59442,16 +59006,16 @@ ], "kind": "var", "range": [ - 24924, - 24943 + 24717, + 24736 ], "loc": { "start": { - "line": 708, + "line": 702, "column": 8 }, "end": { - "line": 708, + "line": 702, "column": 27 } } @@ -59464,16 +59028,16 @@ "object": { "type": "ThisExpression", "range": [ - 24957, - 24961 + 24750, + 24754 ], "loc": { "start": { - "line": 710, + "line": 704, "column": 12 }, "end": { - "line": 710, + "line": 704, "column": 16 } } @@ -59482,31 +59046,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 24962, - 24971 + 24755, + 24764 ], "loc": { "start": { - "line": 710, + "line": 704, "column": 17 }, "end": { - "line": 710, + "line": 704, "column": 26 } } }, "range": [ - 24957, - 24971 + 24750, + 24764 ], "loc": { "start": { - "line": 710, + "line": 704, "column": 12 }, "end": { - "line": 710, + "line": 704, "column": 26 } } @@ -59525,16 +59089,16 @@ "object": { "type": "ThisExpression", "range": [ - 24991, - 24995 + 24784, + 24788 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 16 }, "end": { - "line": 711, + "line": 705, "column": 20 } } @@ -59543,101 +59107,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 24996, - 25012 + 24789, + 24805 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 21 }, "end": { - "line": 711, + "line": 705, "column": 37 } } }, "range": [ - 24991, - 25012 + 24784, + 24805 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 16 }, "end": { - "line": 711, + "line": 705, "column": 37 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 25017, - 25019 - ], - "loc": { - "start": { - "line": 711, - "column": 42 - }, - "end": { - "line": 711, - "column": 44 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 25020, - 25030 - ], - "loc": { - "start": { - "line": 711, - "column": 45 - }, - "end": { - "line": 711, - "column": 55 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 25017, - 25030 + 24810, + 24816 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 42 }, "end": { - "line": 711, - "column": 55 + "line": 705, + "column": 48 } } }, "range": [ - 24991, - 25030 + 24784, + 24816 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 16 }, "end": { - "line": 711, - "column": 55 + "line": 705, + "column": 48 } } }, @@ -59655,16 +59183,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25050, - 25055 + 24836, + 24841 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 16 }, "end": { - "line": 712, + "line": 706, "column": 21 } } @@ -59673,31 +59201,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25056, - 25062 + 24842, + 24848 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 22 }, "end": { - "line": 712, + "line": 706, "column": 28 } } }, "range": [ - 25050, - 25062 + 24836, + 24848 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 16 }, "end": { - "line": 712, + "line": 706, "column": 28 } } @@ -59709,16 +59237,16 @@ "object": { "type": "ThisExpression", "range": [ - 25063, - 25067 + 24849, + 24853 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 29 }, "end": { - "line": 712, + "line": 706, "column": 33 } } @@ -59727,31 +59255,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25068, - 25077 + 24854, + 24863 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 34 }, "end": { - "line": 712, + "line": 706, "column": 43 } } }, "range": [ - 25063, - 25077 + 24849, + 24863 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 29 }, "end": { - "line": 712, + "line": 706, "column": 43 } } @@ -59761,16 +59289,16 @@ "value": "change", "raw": "'change'", "range": [ - 25079, - 25087 + 24865, + 24873 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 45 }, "end": { - "line": 712, + "line": 706, "column": 53 } } @@ -59782,16 +59310,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25089, - 25092 + 24875, + 24878 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 55 }, "end": { - "line": 712, + "line": 706, "column": 58 } } @@ -59800,78 +59328,78 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 25093, - 25107 + 24879, + 24893 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 59 }, "end": { - "line": 712, + "line": 706, "column": 73 } } }, "range": [ - 25089, - 25107 + 24875, + 24893 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 55 }, "end": { - "line": 712, + "line": 706, "column": 73 } } } ], "range": [ - 25050, - 25108 + 24836, + 24894 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 16 }, "end": { - "line": 712, + "line": 706, "column": 74 } } }, "range": [ - 25050, - 25109 + 24836, + 24895 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 16 }, "end": { - "line": 712, + "line": 706, "column": 75 } } } ], "range": [ - 25032, - 25123 + 24818, + 24909 ], "loc": { "start": { - "line": 711, - "column": 57 + "line": 705, + "column": 50 }, "end": { - "line": 713, + "line": 707, "column": 13 } } @@ -59887,16 +59415,16 @@ "object": { "type": "ThisExpression", "range": [ - 25145, - 25149 + 24931, + 24935 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 21 }, "end": { - "line": 714, + "line": 708, "column": 25 } } @@ -59905,101 +59433,65 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 25150, - 25166 + 24936, + 24952 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 26 }, "end": { - "line": 714, + "line": 708, "column": 42 } } }, "range": [ - 25145, - 25166 + 24931, + 24952 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 21 }, "end": { - "line": 714, + "line": 708, "column": 42 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 25171, - 25173 - ], - "loc": { - "start": { - "line": 714, - "column": 47 - }, - "end": { - "line": 714, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 25174, - 25184 - ], - "loc": { - "start": { - "line": 714, - "column": 50 - }, - "end": { - "line": 714, - "column": 60 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 25171, - 25184 + 24957, + 24962 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 47 }, "end": { - "line": 714, - "column": 60 + "line": 708, + "column": 52 } } }, "range": [ - 25145, - 25184 + 24931, + 24962 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 21 }, "end": { - "line": 714, - "column": 60 + "line": 708, + "column": 52 } } }, @@ -60017,16 +59509,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25204, - 25209 + 24982, + 24987 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 16 }, "end": { - "line": 715, + "line": 709, "column": 21 } } @@ -60035,31 +59527,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25210, - 25216 + 24988, + 24994 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 22 }, "end": { - "line": 715, + "line": 709, "column": 28 } } }, "range": [ - 25204, - 25216 + 24982, + 24994 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 16 }, "end": { - "line": 715, + "line": 709, "column": 28 } } @@ -60071,16 +59563,16 @@ "object": { "type": "ThisExpression", "range": [ - 25217, - 25221 + 24995, + 24999 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 29 }, "end": { - "line": 715, + "line": 709, "column": 33 } } @@ -60089,31 +59581,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25222, - 25231 + 25000, + 25009 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 34 }, "end": { - "line": 715, + "line": 709, "column": 43 } } }, "range": [ - 25217, - 25231 + 24995, + 25009 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 29 }, "end": { - "line": 715, + "line": 709, "column": 43 } } @@ -60123,16 +59615,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 25233, - 25243 + 25011, + 25021 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 45 }, "end": { - "line": 715, + "line": 709, "column": 55 } } @@ -60144,16 +59636,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25245, - 25248 + 25023, + 25026 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 57 }, "end": { - "line": 715, + "line": 709, "column": 60 } } @@ -60162,109 +59654,109 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 25249, - 25259 + 25027, + 25037 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 61 }, "end": { - "line": 715, + "line": 709, "column": 71 } } }, "range": [ - 25245, - 25259 + 25023, + 25037 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 57 }, "end": { - "line": 715, + "line": 709, "column": 71 } } } ], "range": [ - 25204, - 25260 + 24982, + 25038 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 16 }, "end": { - "line": 715, + "line": 709, "column": 72 } } }, "range": [ - 25204, - 25261 + 24982, + 25039 ], "loc": { "start": { - "line": 715, + "line": 709, "column": 16 }, "end": { - "line": 715, + "line": 709, "column": 73 } } } ], "range": [ - 25186, - 25275 + 24964, + 25053 ], "loc": { "start": { - "line": 714, - "column": 62 + "line": 708, + "column": 54 }, "end": { - "line": 716, + "line": 710, "column": 13 } } }, "alternate": null, "range": [ - 25141, - 25275 + 24927, + 25053 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 17 }, "end": { - "line": 716, + "line": 710, "column": 13 } } }, "range": [ - 24987, - 25275 + 24780, + 25053 ], "loc": { "start": { - "line": 711, + "line": 705, "column": 12 }, "end": { - "line": 716, + "line": 710, "column": 13 } } @@ -60280,16 +59772,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25288, - 25291 + 25066, + 25069 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 12 }, "end": { - "line": 717, + "line": 711, "column": 15 } } @@ -60298,31 +59790,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25292, - 25298 + 25070, + 25076 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 16 }, "end": { - "line": 717, + "line": 711, "column": 22 } } }, "range": [ - 25288, - 25298 + 25066, + 25076 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 12 }, "end": { - "line": 717, + "line": 711, "column": 22 } } @@ -60334,16 +59826,16 @@ "object": { "type": "ThisExpression", "range": [ - 25299, - 25303 + 25077, + 25081 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 23 }, "end": { - "line": 717, + "line": 711, "column": 27 } } @@ -60352,94 +59844,94 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25304, - 25313 + 25082, + 25091 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 28 }, "end": { - "line": 717, + "line": 711, "column": 37 } } }, "range": [ - 25299, - 25313 + 25077, + 25091 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 23 }, "end": { - "line": 717, + "line": 711, "column": 37 } } } ], "range": [ - 25288, - 25314 + 25066, + 25092 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 12 }, "end": { - "line": 717, + "line": 711, "column": 38 } } }, "range": [ - 25288, - 25315 + 25066, + 25093 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 12 }, "end": { - "line": 717, + "line": 711, "column": 39 } } } ], "range": [ - 24973, - 25325 + 24766, + 25103 ], "loc": { "start": { - "line": 710, + "line": 704, "column": 28 }, "end": { - "line": 718, + "line": 712, "column": 9 } } }, "alternate": null, "range": [ - 24953, - 25325 + 24746, + 25103 ], "loc": { "start": { - "line": 710, + "line": 704, "column": 8 }, "end": { - "line": 718, + "line": 712, "column": 9 } } @@ -60450,16 +59942,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25339, - 25350 + 25117, + 25128 ], "loc": { "start": { - "line": 720, + "line": 714, "column": 12 }, "end": { - "line": 720, + "line": 714, "column": 23 } } @@ -60478,16 +59970,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25366, - 25371 + 25144, + 25149 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 12 }, "end": { - "line": 721, + "line": 715, "column": 17 } } @@ -60496,31 +59988,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25372, - 25378 + 25150, + 25156 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 18 }, "end": { - "line": 721, + "line": 715, "column": 24 } } }, "range": [ - 25366, - 25378 + 25144, + 25156 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 12 }, "end": { - "line": 721, + "line": 715, "column": 24 } } @@ -60530,16 +60022,16 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25379, - 25390 + 25157, + 25168 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 25 }, "end": { - "line": 721, + "line": 715, "column": 36 } } @@ -60549,16 +60041,16 @@ "value": "click", "raw": "'click'", "range": [ - 25392, - 25399 + 25170, + 25177 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 38 }, "end": { - "line": 721, + "line": 715, "column": 45 } } @@ -60570,16 +60062,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25401, - 25404 + 25179, + 25182 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 47 }, "end": { - "line": 721, + "line": 715, "column": 50 } } @@ -60588,62 +60080,62 @@ "type": "Identifier", "name": "next", "range": [ - 25405, - 25409 + 25183, + 25187 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 51 }, "end": { - "line": 721, + "line": 715, "column": 55 } } }, "range": [ - 25401, - 25409 + 25179, + 25187 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 47 }, "end": { - "line": 721, + "line": 715, "column": 55 } } } ], "range": [ - 25366, - 25410 + 25144, + 25188 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 12 }, "end": { - "line": 721, + "line": 715, "column": 56 } } }, "range": [ - 25366, - 25411 + 25144, + 25189 ], "loc": { "start": { - "line": 721, + "line": 715, "column": 12 }, "end": { - "line": 721, + "line": 715, "column": 57 } } @@ -60659,16 +60151,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25424, - 25427 + 25202, + 25205 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 12 }, "end": { - "line": 722, + "line": 716, "column": 15 } } @@ -60677,31 +60169,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25428, - 25434 + 25206, + 25212 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 16 }, "end": { - "line": 722, + "line": 716, "column": 22 } } }, "range": [ - 25424, - 25434 + 25202, + 25212 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 12 }, "end": { - "line": 722, + "line": 716, "column": 22 } } @@ -60711,79 +60203,79 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25435, - 25446 + 25213, + 25224 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 23 }, "end": { - "line": 722, + "line": 716, "column": 34 } } } ], "range": [ - 25424, - 25447 + 25202, + 25225 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 12 }, "end": { - "line": 722, + "line": 716, "column": 35 } } }, "range": [ - 25424, - 25448 + 25202, + 25226 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 12 }, "end": { - "line": 722, + "line": 716, "column": 36 } } } ], "range": [ - 25352, - 25458 + 25130, + 25236 ], "loc": { "start": { - "line": 720, + "line": 714, "column": 25 }, "end": { - "line": 723, + "line": 717, "column": 9 } } }, "alternate": null, "range": [ - 25335, - 25458 + 25113, + 25236 ], "loc": { "start": { - "line": 720, + "line": 714, "column": 8 }, "end": { - "line": 723, + "line": 717, "column": 9 } } @@ -60794,16 +60286,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25472, - 25483 + 25250, + 25261 ], "loc": { "start": { - "line": 725, + "line": 719, "column": 12 }, "end": { - "line": 725, + "line": 719, "column": 23 } } @@ -60822,16 +60314,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25499, - 25504 + 25277, + 25282 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 12 }, "end": { - "line": 726, + "line": 720, "column": 17 } } @@ -60840,31 +60332,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25505, - 25511 + 25283, + 25289 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 18 }, "end": { - "line": 726, + "line": 720, "column": 24 } } }, "range": [ - 25499, - 25511 + 25277, + 25289 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 12 }, "end": { - "line": 726, + "line": 720, "column": 24 } } @@ -60874,16 +60366,16 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25512, - 25523 + 25290, + 25301 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 25 }, "end": { - "line": 726, + "line": 720, "column": 36 } } @@ -60893,16 +60385,16 @@ "value": "click", "raw": "'click'", "range": [ - 25525, - 25532 + 25303, + 25310 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 38 }, "end": { - "line": 726, + "line": 720, "column": 45 } } @@ -60914,16 +60406,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25534, - 25537 + 25312, + 25315 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 47 }, "end": { - "line": 726, + "line": 720, "column": 50 } } @@ -60932,62 +60424,62 @@ "type": "Identifier", "name": "prev", "range": [ - 25538, - 25542 + 25316, + 25320 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 51 }, "end": { - "line": 726, + "line": 720, "column": 55 } } }, "range": [ - 25534, - 25542 + 25312, + 25320 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 47 }, "end": { - "line": 726, + "line": 720, "column": 55 } } } ], "range": [ - 25499, - 25543 + 25277, + 25321 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 12 }, "end": { - "line": 726, + "line": 720, "column": 56 } } }, "range": [ - 25499, - 25544 + 25277, + 25322 ], "loc": { "start": { - "line": 726, + "line": 720, "column": 12 }, "end": { - "line": 726, + "line": 720, "column": 57 } } @@ -61003,16 +60495,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25557, - 25560 + 25335, + 25338 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 12 }, "end": { - "line": 727, + "line": 721, "column": 15 } } @@ -61021,31 +60513,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25561, - 25567 + 25339, + 25345 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 16 }, "end": { - "line": 727, + "line": 721, "column": 22 } } }, "range": [ - 25557, - 25567 + 25335, + 25345 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 12 }, "end": { - "line": 727, + "line": 721, "column": 22 } } @@ -61055,79 +60547,79 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25568, - 25579 + 25346, + 25357 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 23 }, "end": { - "line": 727, + "line": 721, "column": 34 } } } ], "range": [ - 25557, - 25580 + 25335, + 25358 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 12 }, "end": { - "line": 727, + "line": 721, "column": 35 } } }, "range": [ - 25557, - 25581 + 25335, + 25359 ], "loc": { "start": { - "line": 727, + "line": 721, "column": 12 }, "end": { - "line": 727, + "line": 721, "column": 36 } } } ], "range": [ - 25485, - 25591 + 25263, + 25369 ], "loc": { "start": { - "line": 725, + "line": 719, "column": 25 }, "end": { - "line": 728, + "line": 722, "column": 9 } } }, "alternate": null, "range": [ - 25468, - 25591 + 25246, + 25369 ], "loc": { "start": { - "line": 725, + "line": 719, "column": 8 }, "end": { - "line": 728, + "line": 722, "column": 9 } } @@ -61138,16 +60630,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25605, - 25616 + 25383, + 25394 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 12 }, "end": { - "line": 730, + "line": 724, "column": 23 } } @@ -61166,16 +60658,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25632, - 25637 + 25410, + 25415 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 17 } } @@ -61184,31 +60676,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25638, - 25644 + 25416, + 25422 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 18 }, "end": { - "line": 731, + "line": 725, "column": 24 } } }, "range": [ - 25632, - 25644 + 25410, + 25422 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 24 } } @@ -61218,16 +60710,16 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25645, - 25656 + 25423, + 25434 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 25 }, "end": { - "line": 731, + "line": 725, "column": 36 } } @@ -61237,16 +60729,16 @@ "value": "click", "raw": "'click'", "range": [ - 25658, - 25665 + 25436, + 25443 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 38 }, "end": { - "line": 731, + "line": 725, "column": 45 } } @@ -61258,16 +60750,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25667, - 25670 + 25445, + 25448 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 47 }, "end": { - "line": 731, + "line": 725, "column": 50 } } @@ -61276,62 +60768,62 @@ "type": "Identifier", "name": "last", "range": [ - 25671, - 25675 + 25449, + 25453 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 51 }, "end": { - "line": 731, + "line": 725, "column": 55 } } }, "range": [ - 25667, - 25675 + 25445, + 25453 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 47 }, "end": { - "line": 731, + "line": 725, "column": 55 } } } ], "range": [ - 25632, - 25676 + 25410, + 25454 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 56 } } }, "range": [ - 25632, - 25677 + 25410, + 25455 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 57 } } @@ -61347,16 +60839,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25690, - 25693 + 25468, + 25471 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, + "line": 726, "column": 15 } } @@ -61365,31 +60857,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25694, - 25700 + 25472, + 25478 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 16 }, "end": { - "line": 732, + "line": 726, "column": 22 } } }, "range": [ - 25690, - 25700 + 25468, + 25478 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, + "line": 726, "column": 22 } } @@ -61399,79 +60891,79 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25701, - 25712 + 25479, + 25490 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 23 }, "end": { - "line": 732, + "line": 726, "column": 34 } } } ], "range": [ - 25690, - 25713 + 25468, + 25491 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, + "line": 726, "column": 35 } } }, "range": [ - 25690, - 25714 + 25468, + 25492 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, + "line": 726, "column": 36 } } } ], "range": [ - 25618, - 25724 + 25396, + 25502 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 25 }, "end": { - "line": 733, + "line": 727, "column": 9 } } }, "alternate": null, "range": [ - 25601, - 25724 + 25379, + 25502 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 8 }, "end": { - "line": 733, + "line": 727, "column": 9 } } @@ -61482,16 +60974,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25738, - 25750 + 25516, + 25528 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 12 }, "end": { - "line": 735, + "line": 729, "column": 24 } } @@ -61510,16 +61002,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25766, - 25771 + 25544, + 25549 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 12 }, "end": { - "line": 736, + "line": 730, "column": 17 } } @@ -61528,31 +61020,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25772, - 25778 + 25550, + 25556 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 18 }, "end": { - "line": 736, + "line": 730, "column": 24 } } }, "range": [ - 25766, - 25778 + 25544, + 25556 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 12 }, "end": { - "line": 736, + "line": 730, "column": 24 } } @@ -61562,16 +61054,16 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25779, - 25791 + 25557, + 25569 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 25 }, "end": { - "line": 736, + "line": 730, "column": 37 } } @@ -61581,16 +61073,16 @@ "value": "click", "raw": "'click'", "range": [ - 25793, - 25800 + 25571, + 25578 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 39 }, "end": { - "line": 736, + "line": 730, "column": 46 } } @@ -61602,16 +61094,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25802, - 25805 + 25580, + 25583 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 48 }, "end": { - "line": 736, + "line": 730, "column": 51 } } @@ -61620,62 +61112,62 @@ "type": "Identifier", "name": "first", "range": [ - 25806, - 25811 + 25584, + 25589 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 52 }, "end": { - "line": 736, + "line": 730, "column": 57 } } }, "range": [ - 25802, - 25811 + 25580, + 25589 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 48 }, "end": { - "line": 736, + "line": 730, "column": 57 } } } ], "range": [ - 25766, - 25812 + 25544, + 25590 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 12 }, "end": { - "line": 736, + "line": 730, "column": 58 } } }, "range": [ - 25766, - 25813 + 25544, + 25591 ], "loc": { "start": { - "line": 736, + "line": 730, "column": 12 }, "end": { - "line": 736, + "line": 730, "column": 59 } } @@ -61691,16 +61183,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25826, - 25829 + 25604, + 25607 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 15 } } @@ -61709,31 +61201,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25830, - 25836 + 25608, + 25614 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 16 }, "end": { - "line": 737, + "line": 731, "column": 22 } } }, "range": [ - 25826, - 25836 + 25604, + 25614 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 22 } } @@ -61743,79 +61235,79 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25837, - 25849 + 25615, + 25627 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 23 }, "end": { - "line": 737, + "line": 731, "column": 35 } } } ], "range": [ - 25826, - 25850 + 25604, + 25628 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 36 } } }, "range": [ - 25826, - 25851 + 25604, + 25629 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 37 } } } ], "range": [ - 25752, - 25861 + 25530, + 25639 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 26 }, "end": { - "line": 738, + "line": 732, "column": 9 } } }, "alternate": null, "range": [ - 25734, - 25861 + 25512, + 25639 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 8 }, "end": { - "line": 738, + "line": 732, "column": 9 } } @@ -61826,16 +61318,16 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 25875, - 25887 + 25653, + 25665 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 12 }, "end": { - "line": 740, + "line": 734, "column": 24 } } @@ -61854,16 +61346,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25903, - 25906 + 25681, + 25684 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 15 } } @@ -61872,31 +61364,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25907, - 25913 + 25685, + 25691 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 16 }, "end": { - "line": 741, + "line": 735, "column": 22 } } }, "range": [ - 25903, - 25913 + 25681, + 25691 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 22 } } @@ -61906,79 +61398,79 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 25914, - 25926 + 25692, + 25704 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 23 }, "end": { - "line": 741, + "line": 735, "column": 35 } } } ], "range": [ - 25903, - 25927 + 25681, + 25705 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 36 } } }, "range": [ - 25903, - 25928 + 25681, + 25706 ], "loc": { "start": { - "line": 741, + "line": 735, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 37 } } } ], "range": [ - 25889, - 25938 + 25667, + 25716 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 26 }, "end": { - "line": 742, + "line": 736, "column": 9 } } }, "alternate": null, "range": [ - 25871, - 25938 + 25649, + 25716 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 8 }, "end": { - "line": 742, + "line": 736, "column": 9 } } @@ -61989,16 +61481,16 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 25952, - 25963 + 25730, + 25741 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 12 }, "end": { - "line": 744, + "line": 738, "column": 23 } } @@ -62017,16 +61509,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25979, - 25982 + 25757, + 25760 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 12 }, "end": { - "line": 745, + "line": 739, "column": 15 } } @@ -62035,31 +61527,31 @@ "type": "Identifier", "name": "remove", "range": [ - 25983, - 25989 + 25761, + 25767 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 16 }, "end": { - "line": 745, + "line": 739, "column": 22 } } }, "range": [ - 25979, - 25989 + 25757, + 25767 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 12 }, "end": { - "line": 745, + "line": 739, "column": 22 } } @@ -62069,79 +61561,79 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 25990, - 26001 + 25768, + 25779 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 23 }, "end": { - "line": 745, + "line": 739, "column": 34 } } } ], "range": [ - 25979, - 26002 + 25757, + 25780 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 12 }, "end": { - "line": 745, + "line": 739, "column": 35 } } }, "range": [ - 25979, - 26003 + 25757, + 25781 ], "loc": { "start": { - "line": 745, + "line": 739, "column": 12 }, "end": { - "line": 745, + "line": 739, "column": 36 } } } ], "range": [ - 25965, - 26013 + 25743, + 25791 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 25 }, "end": { - "line": 746, + "line": 740, "column": 9 } } }, "alternate": null, "range": [ - 25948, - 26013 + 25726, + 25791 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 8 }, "end": { - "line": 746, + "line": 740, "column": 9 } } @@ -62152,16 +61644,16 @@ "type": "Identifier", "name": "pgspan", "range": [ - 26027, - 26033 + 25805, + 25811 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 18 } } @@ -62180,16 +61672,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 26049, - 26052 + 25827, + 25830 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 15 } } @@ -62198,31 +61690,31 @@ "type": "Identifier", "name": "remove", "range": [ - 26053, - 26059 + 25831, + 25837 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 16 }, "end": { - "line": 749, + "line": 743, "column": 22 } } }, "range": [ - 26049, - 26059 + 25827, + 25837 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 22 } } @@ -62232,79 +61724,79 @@ "type": "Identifier", "name": "pgspan", "range": [ - 26060, - 26066 + 25838, + 25844 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 23 }, "end": { - "line": 749, + "line": 743, "column": 29 } } } ], "range": [ - 26049, - 26067 + 25827, + 25845 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 30 } } }, "range": [ - 26049, - 26068 + 25827, + 25846 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 31 } } } ], "range": [ - 26035, - 26078 + 25813, + 25856 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 20 }, "end": { - "line": 750, + "line": 744, "column": 9 } } }, "alternate": null, "range": [ - 26023, - 26078 + 25801, + 25856 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 8 }, "end": { - "line": 750, + "line": 744, "column": 9 } } @@ -62317,16 +61809,16 @@ "object": { "type": "ThisExpression", "range": [ - 26092, - 26096 + 25870, + 25874 ], "loc": { "start": { - "line": 752, + "line": 746, "column": 12 }, "end": { - "line": 752, + "line": 746, "column": 16 } } @@ -62335,31 +61827,31 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 26097, - 26114 + 25875, + 25892 ], "loc": { "start": { - "line": 752, + "line": 746, "column": 17 }, "end": { - "line": 752, + "line": 746, "column": 34 } } }, "range": [ - 26092, - 26114 + 25870, + 25892 ], "loc": { "start": { - "line": 752, + "line": 746, "column": 12 }, "end": { - "line": 752, + "line": 746, "column": 34 } } @@ -62377,16 +61869,16 @@ "object": { "type": "ThisExpression", "range": [ - 26130, - 26134 + 25908, + 25912 ], "loc": { "start": { - "line": 753, + "line": 747, "column": 12 }, "end": { - "line": 753, + "line": 747, "column": 16 } } @@ -62395,94 +61887,94 @@ "type": "Identifier", "name": "removeResultsPerPage", "range": [ - 26135, - 26155 + 25913, + 25933 ], "loc": { "start": { - "line": 753, + "line": 747, "column": 17 }, "end": { - "line": 753, + "line": 747, "column": 37 } } }, "range": [ - 26130, - 26155 + 25908, + 25933 ], "loc": { "start": { - "line": 753, + "line": 747, "column": 12 }, "end": { - "line": 753, + "line": 747, "column": 37 } } }, "arguments": [], "range": [ - 26130, - 26157 + 25908, + 25935 ], "loc": { "start": { - "line": 753, + "line": 747, "column": 12 }, "end": { - "line": 753, + "line": 747, "column": 39 } } }, "range": [ - 26130, - 26158 + 25908, + 25936 ], "loc": { "start": { - "line": 753, + "line": 747, "column": 12 }, "end": { - "line": 753, + "line": 747, "column": 40 } } } ], "range": [ - 26116, - 26168 + 25894, + 25946 ], "loc": { "start": { - "line": 752, + "line": 746, "column": 36 }, "end": { - "line": 754, + "line": 748, "column": 9 } } }, "alternate": null, "range": [ - 26088, - 26168 + 25866, + 25946 ], "loc": { "start": { - "line": 752, + "line": 746, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 9 } } @@ -62500,16 +61992,16 @@ "object": { "type": "ThisExpression", "range": [ - 26178, - 26182 + 25956, + 25960 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 12 } } @@ -62518,31 +62010,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 26183, - 26190 + 25961, + 25968 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 13 }, "end": { - "line": 756, + "line": 750, "column": 20 } } }, "range": [ - 26178, - 26190 + 25956, + 25968 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 20 } } @@ -62551,31 +62043,31 @@ "type": "Identifier", "name": "off", "range": [ - 26191, - 26194 + 25969, + 25972 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 21 }, "end": { - "line": 756, + "line": 750, "column": 24 } } }, "range": [ - 26178, - 26194 + 25956, + 25972 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 24 } } @@ -62589,32 +62081,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 26196, - 26213 + 25974, + 25991 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 26 }, "end": { - "line": 756, + "line": 750, "column": 43 } } } ], "range": [ - 26195, - 26214 + 25973, + 25992 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 25 }, "end": { - "line": 756, + "line": 750, "column": 44 } } @@ -62631,16 +62123,16 @@ "object": { "type": "ThisExpression", "range": [ - 26222, - 26226 + 26000, + 26004 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 52 }, "end": { - "line": 756, + "line": 750, "column": 56 } } @@ -62649,47 +62141,47 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 26227, - 26242 + 26005, + 26020 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 57 }, "end": { - "line": 756, + "line": 750, "column": 72 } } }, "range": [ - 26222, - 26242 + 26000, + 26020 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 52 }, "end": { - "line": 756, + "line": 750, "column": 72 } } }, "arguments": [], "range": [ - 26222, - 26244 + 26000, + 26022 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 52 }, "end": { - "line": 756, + "line": 750, "column": 74 } } @@ -62697,47 +62189,47 @@ "generator": false, "expression": true, "range": [ - 26216, - 26244 + 25994, + 26022 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 46 }, "end": { - "line": 756, + "line": 750, "column": 74 } } } ], "range": [ - 26178, - 26245 + 25956, + 26023 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 75 } } }, "range": [ - 26178, - 26246 + 25956, + 26024 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 76 } } @@ -62755,16 +62247,16 @@ "object": { "type": "ThisExpression", "range": [ - 26255, - 26259 + 26033, + 26037 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 12 } } @@ -62773,31 +62265,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 26260, - 26267 + 26038, + 26045 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 13 }, "end": { - "line": 757, + "line": 751, "column": 20 } } }, "range": [ - 26255, - 26267 + 26033, + 26045 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 20 } } @@ -62806,31 +62298,31 @@ "type": "Identifier", "name": "off", "range": [ - 26268, - 26271 + 26046, + 26049 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 21 }, "end": { - "line": 757, + "line": 751, "column": 24 } } }, "range": [ - 26255, - 26271 + 26033, + 26049 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 24 } } @@ -62844,32 +62336,32 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 26273, - 26286 + 26051, + 26064 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 26 }, "end": { - "line": 757, + "line": 751, "column": 39 } } } ], "range": [ - 26272, - 26287 + 26050, + 26065 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 25 }, "end": { - "line": 757, + "line": 751, "column": 40 } } @@ -62882,16 +62374,16 @@ "type": "Identifier", "name": "tf", "range": [ - 26302, - 26304 + 26080, + 26082 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 13 }, "end": { - "line": 758, + "line": 752, "column": 15 } } @@ -62900,16 +62392,16 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 26306, - 26316 + 26084, + 26094 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 17 }, "end": { - "line": 758, + "line": 752, "column": 27 } } @@ -62923,16 +62415,16 @@ "object": { "type": "ThisExpression", "range": [ - 26321, - 26325 + 26099, + 26103 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 32 }, "end": { - "line": 758, + "line": 752, "column": 36 } } @@ -62941,31 +62433,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 26326, - 26333 + 26104, + 26111 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 37 }, "end": { - "line": 758, + "line": 752, "column": 44 } } }, "range": [ - 26321, - 26333 + 26099, + 26111 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 32 }, "end": { - "line": 758, + "line": 752, "column": 44 } } @@ -62975,32 +62467,32 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 26334, - 26344 + 26112, + 26122 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 45 }, "end": { - "line": 758, + "line": 752, "column": 55 } } } ], "range": [ - 26321, - 26345 + 26099, + 26123 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 32 }, "end": { - "line": 758, + "line": 752, "column": 56 } } @@ -63008,47 +62500,47 @@ "generator": false, "expression": true, "range": [ - 26301, - 26345 + 26079, + 26123 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 12 }, "end": { - "line": 758, + "line": 752, "column": 56 } } } ], "range": [ - 26255, - 26346 + 26033, + 26124 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 57 } } }, "range": [ - 26255, - 26347 + 26033, + 26125 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 58 } } @@ -63066,16 +62558,16 @@ "object": { "type": "ThisExpression", "range": [ - 26356, - 26360 + 26134, + 26138 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 12 } } @@ -63084,31 +62576,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 26361, - 26368 + 26139, + 26146 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 13 }, "end": { - "line": 759, + "line": 753, "column": 20 } } }, "range": [ - 26356, - 26368 + 26134, + 26146 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 20 } } @@ -63117,31 +62609,31 @@ "type": "Identifier", "name": "off", "range": [ - 26369, - 26372 + 26147, + 26150 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 21 }, "end": { - "line": 759, + "line": 753, "column": 24 } } }, "range": [ - 26356, - 26372 + 26134, + 26150 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 24 } } @@ -63155,32 +62647,32 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 26374, - 26395 + 26152, + 26173 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 26 }, "end": { - "line": 759, + "line": 753, "column": 47 } } } ], "range": [ - 26373, - 26396 + 26151, + 26174 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 25 }, "end": { - "line": 759, + "line": 753, "column": 48 } } @@ -63193,16 +62685,16 @@ "type": "Identifier", "name": "tf", "range": [ - 26411, - 26413 + 26189, + 26191 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 13 }, "end": { - "line": 760, + "line": 754, "column": 15 } } @@ -63211,16 +62703,16 @@ "type": "Identifier", "name": "pageLength", "range": [ - 26415, - 26425 + 26193, + 26203 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 17 }, "end": { - "line": 760, + "line": 754, "column": 27 } } @@ -63234,16 +62726,16 @@ "object": { "type": "ThisExpression", "range": [ - 26430, - 26434 + 26208, + 26212 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 32 }, "end": { - "line": 760, + "line": 754, "column": 36 } } @@ -63252,31 +62744,31 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 26435, - 26455 + 26213, + 26233 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 37 }, "end": { - "line": 760, + "line": 754, "column": 57 } } }, "range": [ - 26430, - 26455 + 26208, + 26233 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 32 }, "end": { - "line": 760, + "line": 754, "column": 57 } } @@ -63286,32 +62778,32 @@ "type": "Identifier", "name": "pageLength", "range": [ - 26456, - 26466 + 26234, + 26244 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 58 }, "end": { - "line": 760, + "line": 754, "column": 68 } } } ], "range": [ - 26430, - 26467 + 26208, + 26245 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 32 }, "end": { - "line": 760, + "line": 754, "column": 69 } } @@ -63319,47 +62811,47 @@ "generator": false, "expression": true, "range": [ - 26410, - 26467 + 26188, + 26245 ], "loc": { "start": { - "line": 760, + "line": 754, "column": 12 }, "end": { - "line": 760, + "line": 754, "column": 69 } } } ], "range": [ - 26356, - 26468 + 26134, + 26246 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 760, + "line": 754, "column": 70 } } }, "range": [ - 26356, - 26469 + 26134, + 26247 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 760, + "line": 754, "column": 71 } } @@ -63375,16 +62867,16 @@ "object": { "type": "ThisExpression", "range": [ - 26479, - 26483 + 26257, + 26261 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 8 }, "end": { - "line": 762, + "line": 756, "column": 12 } } @@ -63393,31 +62885,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 26484, - 26493 + 26262, + 26271 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 13 }, "end": { - "line": 762, + "line": 756, "column": 22 } } }, "range": [ - 26479, - 26493 + 26257, + 26271 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 8 }, "end": { - "line": 762, + "line": 756, "column": 22 } } @@ -63427,46 +62919,46 @@ "value": null, "raw": "null", "range": [ - 26496, - 26500 + 26274, + 26278 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 25 }, "end": { - "line": 762, + "line": 756, "column": 29 } } }, "range": [ - 26479, - 26500 + 26257, + 26278 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 8 }, "end": { - "line": 762, + "line": 756, "column": 29 } } }, "range": [ - 26479, - 26501 + 26257, + 26279 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 8 }, "end": { - "line": 762, + "line": 756, "column": 30 } } @@ -63482,16 +62974,16 @@ "object": { "type": "ThisExpression", "range": [ - 26510, - 26514 + 26288, + 26292 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 8 }, "end": { - "line": 763, + "line": 757, "column": 12 } } @@ -63500,31 +62992,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 26515, - 26522 + 26293, + 26300 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 13 }, "end": { - "line": 763, + "line": 757, "column": 20 } } }, "range": [ - 26510, - 26522 + 26288, + 26300 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 8 }, "end": { - "line": 763, + "line": 757, "column": 20 } } @@ -63534,46 +63026,46 @@ "value": 0, "raw": "0", "range": [ - 26525, - 26526 + 26303, + 26304 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 23 }, "end": { - "line": 763, + "line": 757, "column": 24 } } }, "range": [ - 26510, - 26526 + 26288, + 26304 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 8 }, "end": { - "line": 763, + "line": 757, "column": 24 } } }, "range": [ - 26510, - 26527 + 26288, + 26305 ], "loc": { "start": { - "line": 763, + "line": 757, "column": 8 }, "end": { - "line": 763, + "line": 757, "column": 25 } } @@ -63588,16 +63080,16 @@ "object": { "type": "ThisExpression", "range": [ - 26536, - 26540 + 26314, + 26318 ], "loc": { "start": { - "line": 764, + "line": 758, "column": 8 }, "end": { - "line": 764, + "line": 758, "column": 12 } } @@ -63606,62 +63098,62 @@ "type": "Identifier", "name": "disable", "range": [ - 26541, - 26548 + 26319, + 26326 ], "loc": { "start": { - "line": 764, + "line": 758, "column": 13 }, "end": { - "line": 764, + "line": 758, "column": 20 } } }, "range": [ - 26536, - 26548 + 26314, + 26326 ], "loc": { "start": { - "line": 764, + "line": 758, "column": 8 }, "end": { - "line": 764, + "line": 758, "column": 20 } } }, "arguments": [], "range": [ - 26536, - 26550 + 26314, + 26328 ], "loc": { "start": { - "line": 764, + "line": 758, "column": 8 }, "end": { - "line": 764, + "line": 758, "column": 22 } } }, "range": [ - 26536, - 26551 + 26314, + 26329 ], "loc": { "start": { - "line": 764, + "line": 758, "column": 8 }, "end": { - "line": 764, + "line": 758, "column": 23 } } @@ -63677,16 +63169,16 @@ "object": { "type": "ThisExpression", "range": [ - 26560, - 26564 + 26338, + 26342 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 8 }, "end": { - "line": 765, + "line": 759, "column": 12 } } @@ -63695,31 +63187,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 26565, - 26576 + 26343, + 26354 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 13 }, "end": { - "line": 765, + "line": 759, "column": 24 } } }, "range": [ - 26560, - 26576 + 26338, + 26354 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 8 }, "end": { - "line": 765, + "line": 759, "column": 24 } } @@ -63729,62 +63221,62 @@ "value": false, "raw": "false", "range": [ - 26579, - 26584 + 26357, + 26362 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 27 }, "end": { - "line": 765, + "line": 759, "column": 32 } } }, "range": [ - 26560, - 26584 + 26338, + 26362 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 8 }, "end": { - "line": 765, + "line": 759, "column": 32 } } }, "range": [ - 26560, - 26585 + 26338, + 26363 ], "loc": { "start": { - "line": 765, + "line": 759, "column": 8 }, "end": { - "line": 765, + "line": 759, "column": 33 } } } ], "range": [ - 24242, - 26591 + 24035, + 26369 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 14 }, "end": { - "line": 766, + "line": 760, "column": 5 } } @@ -63792,16 +63284,16 @@ "generator": false, "expression": false, "range": [ - 24239, - 26591 + 24032, + 26369 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 11 }, "end": { - "line": 766, + "line": 760, "column": 5 } } @@ -63809,16 +63301,16 @@ "kind": "method", "computed": false, "range": [ - 24232, - 26591 + 24025, + 26369 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 4 }, "end": { - "line": 766, + "line": 760, "column": 5 } }, @@ -63827,16 +63319,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 24187, - 24227 + 23980, + 24020 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 4 }, "end": { - "line": 689, + "line": 683, "column": 7 } } @@ -63846,31 +63338,31 @@ } ], "range": [ - 187, - 26593 + 244, + 26371 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 36 }, "end": { - "line": 767, + "line": 761, "column": 1 } } }, "range": [ - 158, - 26593 + 215, + 26371 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 7 }, "end": { - "line": 767, + "line": 761, "column": 1 } }, @@ -63880,16 +63372,16 @@ "specifiers": [], "source": null, "range": [ - 151, - 26593 + 208, + 26371 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 0 }, "end": { - "line": 767, + "line": 761, "column": 1 } } @@ -63898,7 +63390,7 @@ "sourceType": "module", "range": [ 0, - 26593 + 26371 ], "loc": { "start": { @@ -63906,7 +63398,7 @@ "column": 0 }, "end": { - "line": 767, + "line": 761, "column": 1 } }, @@ -63915,16 +63407,16 @@ "type": "Block", "value": "*\n * Pagination component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 194, - 280 + 251, + 337 ], "loc": { "start": { - "line": 9, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 7 } } @@ -63933,16 +63425,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 341, - 364 + 398, + 421 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 31 } } @@ -63951,16 +63443,16 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 403, - 454 + 460, + 511 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 59 } } @@ -63969,16 +63461,16 @@ "type": "Line", "value": "stores paging select element", "range": [ - 529, - 559 + 586, + 616 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 38 } } @@ -63987,16 +63479,16 @@ "type": "Line", "value": "results per page select element", "range": [ - 599, - 632 + 656, + 689 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 41 } } @@ -64005,16 +63497,16 @@ "type": "Line", "value": "id of container element", "range": [ - 680, - 705 + 737, + 762 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -64023,16 +63515,16 @@ "type": "Line", "value": "defines table paging length", "range": [ - 769, - 798 + 826, + 855 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 37 } } @@ -64041,16 +63533,16 @@ "type": "Line", "value": "id of container element", "range": [ - 883, - 908 + 940, + 965 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 33 } } @@ -64059,16 +63551,16 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 990, - 1027 + 1047, + 1084 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 45 } } @@ -64077,16 +63569,16 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1100, - 1136 + 1157, + 1193 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 44 } } @@ -64095,16 +63587,16 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1211, - 1252 + 1268, + 1309 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 49 } } @@ -64113,16 +63605,16 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1319, - 1364 + 1376, + 1421 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 53 } } @@ -64131,16 +63623,16 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1442, - 1489 + 1499, + 1546 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 55 } } @@ -64149,16 +63641,16 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1567, - 1622 + 1624, + 1679 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 63 } } @@ -64167,16 +63659,16 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1706, - 1737 + 1763, + 1794 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 39 } } @@ -64185,16 +63677,16 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1779, - 1798 + 1836, + 1855 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 27 } } @@ -64203,16 +63695,16 @@ "type": "Line", "value": "current page nb", "range": [ - 1833, - 1850 + 1890, + 1907 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 25 } } @@ -64221,16 +63713,16 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1891, - 1922 + 1948, + 1979 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 39 } } @@ -64239,16 +63731,16 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 1991, - 2026 + 2048, + 2083 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 43 } } @@ -64257,16 +63749,16 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2095, - 2126 + 2152, + 2183 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 39 } } @@ -64275,16 +63767,16 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2196, - 2228 + 2253, + 2285 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 40 } } @@ -64293,16 +63785,16 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2300, - 2331 + 2357, + 2388 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 39 } } @@ -64311,16 +63803,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2566, - 2601 + 2623, + 2658 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 62, + "line": 63, "column": 43 } } @@ -64329,16 +63821,16 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2844, - 2875 + 2901, + 2932 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 39 } } @@ -64347,16 +63839,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3114, - 3149 + 3171, + 3206 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 43 } } @@ -64365,16 +63857,16 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3384, - 3433 + 3441, + 3490 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 57 } } @@ -64383,16 +63875,16 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3491, - 3535 + 3548, + 3592 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 52 } } @@ -64401,16 +63893,16 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3587, - 3634 + 3644, + 3691 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 55 } } @@ -64419,16 +63911,16 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3707, - 3740 + 3764, + 3797 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 83, + "line": 84, "column": 41 } } @@ -64437,16 +63929,16 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3818, - 3853 + 3875, + 3910 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 43 } } @@ -64455,16 +63947,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3933, - 3972 + 3983, + 4022 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 47 } } @@ -64473,16 +63965,16 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4097, - 4136 + 4147, + 4186 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 47 } } @@ -64491,16 +63983,16 @@ "type": "Line", "value": "pages select", "range": [ - 4259, - 4273 + 4309, + 4323 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 22 } } @@ -64509,16 +64001,16 @@ "type": "Line", "value": "results per page select", "range": [ - 4323, - 4348 + 4373, + 4398 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 8 }, "end": { - "line": 96, + "line": 97, "column": 33 } } @@ -64527,16 +64019,16 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4402, - 4443 + 4452, + 4493 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 49 } } @@ -64545,16 +64037,16 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4503, - 4537 + 4553, + 4587 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 42 } } @@ -64563,16 +64055,16 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4593, - 4631 + 4643, + 4681 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 46 } } @@ -64581,16 +64073,16 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4687, - 4721 + 4737, + 4771 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 104, + "line": 105, "column": 42 } } @@ -64599,16 +64091,16 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4777, - 4812 + 4827, + 4862 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 43 } } @@ -64617,16 +64109,16 @@ "type": "Line", "value": "next button", "range": [ - 4870, - 4883 + 4920, + 4933 ], "loc": { "start": { - "line": 108, + "line": 109, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 21 } } @@ -64635,16 +64127,16 @@ "type": "Line", "value": "previous button", "range": [ - 4931, - 4948 + 4981, + 4998 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 25 } } @@ -64653,16 +64145,16 @@ "type": "Line", "value": "last button", "range": [ - 4996, - 5009 + 5046, + 5059 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 21 } } @@ -64671,16 +64163,16 @@ "type": "Line", "value": "first button", "range": [ - 5057, - 5071 + 5107, + 5121 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 22 } } @@ -64689,16 +64181,16 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5121, - 5144 + 5171, + 5194 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 31 } } @@ -64707,16 +64199,16 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5190, - 5237 + 5240, + 5287 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 55 } } @@ -64725,16 +64217,16 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5295, - 5342 + 5345, + 5392 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 55 } } @@ -64743,16 +64235,16 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5465, - 5485 + 5515, + 5535 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 8 }, "end": { - "line": 125, + "line": 126, "column": 28 } } @@ -64761,16 +64253,16 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5570, - 5594 + 5620, + 5644 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 32 } } @@ -64779,16 +64271,16 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5625, - 5645 + 5675, + 5695 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 28 } } @@ -64797,16 +64289,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7181, - 7223 + 7224, + 7266 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 4 }, "end": { - "line": 180, + "line": 181, "column": 7 } } @@ -64815,16 +64307,16 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7385, - 7449 + 7428, + 7492 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 72 } } @@ -64833,16 +64325,16 @@ "type": "Line", "value": " results per page component", "range": [ - 7458, - 7487 + 7501, + 7530 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 191, + "line": 192, "column": 37 } } @@ -64851,16 +64343,16 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7921, - 7954 + 7964, + 7997 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 41 } } @@ -64869,8 +64361,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8247, - 8271 + 8259, + 8283 ], "loc": { "start": { @@ -64887,16 +64379,16 @@ "type": "Line", "value": " btns containers", "range": [ - 8638, - 8656 + 8617, + 8635 ], "loc": { "start": { - "line": 225, + "line": 224, "column": 8 }, "end": { - "line": 225, + "line": 224, "column": 26 } } @@ -64905,16 +64397,16 @@ "type": "Line", "value": " Next button", "range": [ - 9094, - 9108 + 9073, + 9087 ], "loc": { "start": { - "line": 236, + "line": 235, "column": 12 }, "end": { - "line": 236, + "line": 235, "column": 26 } } @@ -64923,16 +64415,16 @@ "type": "Line", "value": " Previous button", "range": [ - 9766, - 9784 + 9716, + 9734 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 12 }, "end": { - "line": 252, + "line": 250, "column": 30 } } @@ -64941,16 +64433,16 @@ "type": "Line", "value": " Last button", "range": [ - 10446, - 10460 + 10367, + 10381 ], "loc": { "start": { - "line": 268, + "line": 265, "column": 12 }, "end": { - "line": 268, + "line": 265, "column": 26 } } @@ -64959,16 +64451,16 @@ "type": "Line", "value": " First button", "range": [ - 11118, - 11133 + 11010, + 11025 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 12 }, "end": { - "line": 284, + "line": 280, "column": 27 } } @@ -64977,16 +64469,16 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11812, - 11884 + 11675, + 11747 ], "loc": { "start": { - "line": 302, + "line": 297, "column": 8 }, "end": { - "line": 302, + "line": 297, "column": 80 } } @@ -64995,16 +64487,16 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13542, - 13690 + 13405, + 13553 ], "loc": { "start": { - "line": 345, + "line": 340, "column": 4 }, "end": { - "line": 348, + "line": 343, "column": 7 } } @@ -65013,16 +64505,16 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13930, - 14005 + 13793, + 13868 ], "loc": { "start": { - "line": 362, + "line": 357, "column": 4 }, "end": { - "line": 364, + "line": 359, "column": 7 } } @@ -65031,16 +64523,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 14158, - 14337 + 14021, + 14200 ], "loc": { "start": { - "line": 371, + "line": 366, "column": 4 }, "end": { - "line": 375, + "line": 370, "column": 7 } } @@ -65049,16 +64541,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14533, - 14559 + 14396, + 14422 ], "loc": { "start": { - "line": 381, + "line": 376, "column": 8 }, "end": { - "line": 381, + "line": 376, "column": 34 } } @@ -65067,16 +64559,16 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14633, - 14656 + 14496, + 14519 ], "loc": { "start": { - "line": 384, + "line": 379, "column": 8 }, "end": { - "line": 384, + "line": 379, "column": 31 } } @@ -65085,16 +64577,16 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14745, - 14767 + 14608, + 14630 ], "loc": { "start": { - "line": 386, + "line": 381, "column": 8 }, "end": { - "line": 386, + "line": 381, "column": 30 } } @@ -65103,16 +64595,16 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14817, - 14843 + 14680, + 14706 ], "loc": { "start": { - "line": 388, + "line": 383, "column": 8 }, "end": { - "line": 388, + "line": 383, "column": 34 } } @@ -65121,16 +64613,16 @@ "type": "Line", "value": "input type", "range": [ - 15362, - 15374 + 15211, + 15223 ], "loc": { "start": { - "line": 402, + "line": 397, "column": 16 }, "end": { - "line": 402, + "line": 397, "column": 28 } } @@ -65139,16 +64631,16 @@ "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ - 15478, - 15538 + 15327, + 15387 ], "loc": { "start": { - "line": 407, + "line": 402, "column": 12 }, "end": { - "line": 407, + "line": 402, "column": 72 } } @@ -65157,16 +64649,16 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15651, - 15775 + 15500, + 15624 ], "loc": { "start": { - "line": 413, + "line": 408, "column": 4 }, "end": { - "line": 416, + "line": 411, "column": 7 } } @@ -65175,16 +64667,16 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 16013, - 16039 + 15862, + 15888 ], "loc": { "start": { - "line": 423, + "line": 418, "column": 8 }, "end": { - "line": 423, + "line": 418, "column": 34 } } @@ -65193,16 +64685,16 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 16127, - 16171 + 15976, + 16020 ], "loc": { "start": { - "line": 428, + "line": 423, "column": 8 }, "end": { - "line": 428, + "line": 423, "column": 52 } } @@ -65211,16 +64703,16 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16921, - 16950 + 16768, + 16797 ], "loc": { "start": { - "line": 449, + "line": 444, "column": 8 }, "end": { - "line": 449, + "line": 444, "column": 37 } } @@ -65229,16 +64721,16 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 17018, - 17103 + 16865, + 16950 ], "loc": { "start": { - "line": 453, + "line": 448, "column": 4 }, "end": { - "line": 456, + "line": 451, "column": 7 } } @@ -65247,16 +64739,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 17166, - 17374 + 17013, + 17221 ], "loc": { "start": { - "line": 461, + "line": 456, "column": 4 }, "end": { - "line": 465, + "line": 460, "column": 7 } } @@ -65265,16 +64757,16 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18220, - 18305 + 18067, + 18152 ], "loc": { "start": { - "line": 497, + "line": 492, "column": 4 }, "end": { - "line": 499, + "line": 494, "column": 7 } } @@ -65283,16 +64775,16 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 19006, - 19061 + 18834, + 18889 ], "loc": { "start": { - "line": 522, + "line": 516, "column": 8 }, "end": { - "line": 522, + "line": 516, "column": 63 } } @@ -65301,16 +64793,16 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19897, - 19961 + 19725, + 19789 ], "loc": { "start": { - "line": 547, + "line": 541, "column": 4 }, "end": { - "line": 549, + "line": 543, "column": 7 } } @@ -65319,16 +64811,16 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20411, - 20525 + 20239, + 20353 ], "loc": { "start": { - "line": 566, + "line": 560, "column": 4 }, "end": { - "line": 569, + "line": 563, "column": 7 } } @@ -65337,16 +64829,16 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21944, - 22010 + 21751, + 21817 ], "loc": { "start": { - "line": 616, + "line": 610, "column": 4 }, "end": { - "line": 618, + "line": 612, "column": 7 } } @@ -65355,16 +64847,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23248, - 23297 + 23041, + 23090 ], "loc": { "start": { - "line": 653, + "line": 647, "column": 4 }, "end": { - "line": 655, + "line": 649, "column": 7 } } @@ -65373,16 +64865,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23655, - 23714 + 23448, + 23507 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 4 }, "end": { - "line": 671, + "line": 665, "column": 7 } } @@ -65391,16 +64883,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 24187, - 24227 + 23980, + 24020 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 4 }, "end": { - "line": 689, + "line": 683, "column": 7 } } @@ -65409,16 +64901,16 @@ "type": "Line", "value": " btns containers", "range": [ - 24342, - 24360 + 24135, + 24153 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 8 }, "end": { - "line": 696, + "line": 690, "column": 26 } } @@ -65427,16 +64919,16 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24627, - 24656 + 24420, + 24449 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 8 }, "end": { - "line": 701, + "line": 695, "column": 37 } } @@ -65445,16 +64937,16 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24731, - 24758 + 24524, + 24551 ], "loc": { "start": { - "line": 703, + "line": 697, "column": 8 }, "end": { - "line": 703, + "line": 697, "column": 35 } } @@ -65463,16 +64955,16 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24831, - 24860 + 24624, + 24653 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 37 } } diff --git a/docs/ast/source/modules/popupFilter.js.json b/docs/ast/source/modules/popupFilter.js.json index bd23f6d0..fb12de45 100644 --- a/docs/ast/source/modules/popupFilter.js.json +++ b/docs/ast/source/modules/popupFilter.js.json @@ -311,6 +311,150 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 129, + 134 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 129, + 134 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 13 + } + } + }, + "range": [ + 129, + 134 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 13 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 136, + 140 + ], + "loc": { + "start": { + "line": 5, + "column": 15 + }, + "end": { + "line": 5, + "column": 19 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 136, + 140 + ], + "loc": { + "start": { + "line": 5, + "column": 15 + }, + "end": { + "line": 5, + "column": 19 + } + } + }, + "range": [ + 136, + 140 + ], + "loc": { + "start": { + "line": 5, + "column": 15 + }, + "end": { + "line": 5, + "column": 19 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 147, + 157 + ], + "loc": { + "start": { + "line": 5, + "column": 26 + }, + "end": { + "line": 5, + "column": 36 + } + } + }, + "range": [ + 121, + 158 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 5, + "column": 37 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -319,16 +463,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 135, - 146 + 173, + 184 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 13 }, "end": { - "line": 6, + "line": 7, "column": 24 } } @@ -337,16 +481,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 155, - 162 + 193, + 200 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 33 }, "end": { - "line": 6, + "line": 7, "column": 40 } } @@ -360,16 +504,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 263, - 274 + 301, + 312 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 15 } } @@ -382,16 +526,16 @@ "type": "Identifier", "name": "tf", "range": [ - 275, - 277 + 313, + 315 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 16 }, "end": { - "line": 12, + "line": 13, "column": 18 } } @@ -407,16 +551,16 @@ "callee": { "type": "Super", "range": [ - 288, - 293 + 326, + 331 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 13 } } @@ -426,16 +570,16 @@ "type": "Identifier", "name": "tf", "range": [ - 294, - 296 + 332, + 334 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 14 }, "end": { - "line": 13, + "line": 14, "column": 16 } } @@ -445,47 +589,47 @@ "value": "popupFilters", "raw": "'popupFilters'", "range": [ - 298, - 312 + 336, + 350 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 18 }, "end": { - "line": 13, + "line": 14, "column": 32 } } } ], "range": [ - 288, - 313 + 326, + 351 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 33 } } }, "range": [ - 288, - 314 + 326, + 352 ], "loc": { "start": { - "line": 13, + "line": 14, "column": 8 }, "end": { - "line": 13, + "line": 14, "column": 34 } }, @@ -494,16 +638,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 324, - 347 + 362, + 385 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 31 } } @@ -519,16 +663,16 @@ "type": "Identifier", "name": "f", "range": [ - 360, - 361 + 398, + 399 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 12 }, "end": { - "line": 16, + "line": 17, "column": 13 } } @@ -539,16 +683,16 @@ "object": { "type": "ThisExpression", "range": [ - 364, - 368 + 402, + 406 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 16 }, "end": { - "line": 16, + "line": 17, "column": 20 } } @@ -557,46 +701,46 @@ "type": "Identifier", "name": "config", "range": [ - 369, - 375 + 407, + 413 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 21 }, "end": { - "line": 16, + "line": 17, "column": 27 } } }, "range": [ - 364, - 375 + 402, + 413 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 16 }, "end": { - "line": 16, + "line": 17, "column": 27 } } }, "range": [ - 360, - 375 + 398, + 413 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 12 }, "end": { - "line": 16, + "line": 17, "column": 27 } } @@ -604,16 +748,16 @@ ], "kind": "var", "range": [ - 356, - 376 + 394, + 414 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 28 } }, @@ -622,16 +766,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 324, - 347 + 362, + 385 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 31 } } @@ -642,16 +786,16 @@ "type": "Line", "value": " Enable external filters", "range": [ - 386, - 412 + 424, + 450 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 34 } } @@ -670,16 +814,16 @@ "type": "Identifier", "name": "tf", "range": [ - 421, - 423 + 459, + 461 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 10 } } @@ -688,31 +832,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 424, - 437 + 462, + 475 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 11 }, "end": { - "line": 19, + "line": 20, "column": 24 } } }, "range": [ - 421, - 437 + 459, + 475 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 24 } } @@ -722,46 +866,46 @@ "value": true, "raw": "true", "range": [ - 440, - 444 + 478, + 482 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 27 }, "end": { - "line": 19, + "line": 20, "column": 31 } } }, "range": [ - 421, - 444 + 459, + 482 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 31 } } }, "range": [ - 421, - 445 + 459, + 483 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 32 } }, @@ -770,16 +914,16 @@ "type": "Line", "value": " Enable external filters", "range": [ - 386, - 412 + 424, + 450 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 34 } } @@ -798,16 +942,16 @@ "type": "Identifier", "name": "tf", "range": [ - 454, - 456 + 492, + 494 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 10 } } @@ -816,31 +960,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 457, - 474 + 495, + 512 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 11 }, "end": { - "line": 20, + "line": 21, "column": 28 } } }, "range": [ - 454, - 474 + 492, + 512 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 28 } } @@ -849,46 +993,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 477, - 479 + 515, + 517 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 31 }, "end": { - "line": 20, + "line": 21, "column": 33 } } }, "range": [ - 454, - 479 + 492, + 517 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 33 } } }, "range": [ - 454, - 480 + 492, + 518 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 34 } }, @@ -897,16 +1041,16 @@ "type": "Line", "value": "filter icon path", "range": [ - 490, - 508 + 528, + 546 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 26 } } @@ -924,16 +1068,16 @@ "object": { "type": "ThisExpression", "range": [ - 517, - 521 + 555, + 559 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } @@ -942,31 +1086,31 @@ "type": "Identifier", "name": "popUpImgFlt", "range": [ - 522, - 533 + 560, + 571 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 24 } } }, "range": [ - 517, - 533 + 555, + 571 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 24 } } @@ -981,16 +1125,16 @@ "type": "Identifier", "name": "f", "range": [ - 536, - 537 + 574, + 575 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 27 }, "end": { - "line": 23, + "line": 24, "column": 28 } } @@ -999,31 +1143,31 @@ "type": "Identifier", "name": "popup_filters_image", "range": [ - 538, - 557 + 576, + 595 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 29 }, "end": { - "line": 23, + "line": 24, "column": 48 } } }, "range": [ - 536, - 557 + 574, + 595 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 27 }, "end": { - "line": 23, + "line": 24, "column": 48 } } @@ -1038,16 +1182,16 @@ "type": "Identifier", "name": "tf", "range": [ - 573, - 575 + 611, + 613 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 14 } } @@ -1056,31 +1200,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 576, - 586 + 614, + 624 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 15 }, "end": { - "line": 24, + "line": 25, "column": 25 } } }, "range": [ - 573, - 586 + 611, + 624 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 25 } } @@ -1090,76 +1234,76 @@ "value": "icn_filter.gif", "raw": "'icn_filter.gif'", "range": [ - 587, - 603 + 625, + 641 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 26 }, "end": { - "line": 24, + "line": 25, "column": 42 } } }, "range": [ - 573, - 603 + 611, + 641 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 42 } } }, "range": [ - 536, - 603 + 574, + 641 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 27 }, "end": { - "line": 24, + "line": 25, "column": 42 } } }, "range": [ - 517, - 603 + 555, + 641 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 42 } } }, "range": [ - 517, - 604 + 555, + 642 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 43 } }, @@ -1168,16 +1312,16 @@ "type": "Line", "value": "filter icon path", "range": [ - 490, - 508 + 528, + 546 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 26 } } @@ -1188,16 +1332,16 @@ "type": "Line", "value": "active filter icon path", "range": [ - 613, - 638 + 651, + 676 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -1215,16 +1359,16 @@ "object": { "type": "ThisExpression", "range": [ - 647, - 651 + 685, + 689 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1233,31 +1377,31 @@ "type": "Identifier", "name": "popUpImgFltActive", "range": [ - 652, - 669 + 690, + 707 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 30 } } }, "range": [ - 647, - 669 + 685, + 707 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 30 } } @@ -1272,16 +1416,16 @@ "type": "Identifier", "name": "f", "range": [ - 672, - 673 + 710, + 711 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 33 }, "end": { - "line": 26, + "line": 27, "column": 34 } } @@ -1290,31 +1434,31 @@ "type": "Identifier", "name": "popup_filters_image_active", "range": [ - 674, - 700 + 712, + 738 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 35 }, "end": { - "line": 26, + "line": 27, "column": 61 } } }, "range": [ - 672, - 700 + 710, + 738 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 33 }, "end": { - "line": 26, + "line": 27, "column": 61 } } @@ -1329,16 +1473,16 @@ "type": "Identifier", "name": "tf", "range": [ - 716, - 718 + 754, + 756 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 12 }, "end": { - "line": 27, + "line": 28, "column": 14 } } @@ -1347,31 +1491,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 719, - 729 + 757, + 767 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 15 }, "end": { - "line": 27, + "line": 28, "column": 25 } } }, "range": [ - 716, - 729 + 754, + 767 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 12 }, "end": { - "line": 27, + "line": 28, "column": 25 } } @@ -1381,76 +1525,76 @@ "value": "icn_filterActive.gif", "raw": "'icn_filterActive.gif'", "range": [ - 730, - 752 + 768, + 790 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 26 }, "end": { - "line": 27, + "line": 28, "column": 48 } } }, "range": [ - 716, - 752 + 754, + 790 ], "loc": { "start": { - "line": 27, + "line": 28, "column": 12 }, "end": { - "line": 27, + "line": 28, "column": 48 } } }, "range": [ - 672, - 752 + 710, + 790 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 33 }, "end": { - "line": 27, + "line": 28, "column": 48 } } }, "range": [ - 647, - 752 + 685, + 790 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 48 } } }, "range": [ - 647, - 753 + 685, + 791 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 27, + "line": 28, "column": 49 } }, @@ -1459,16 +1603,16 @@ "type": "Line", "value": "active filter icon path", "range": [ - 613, - 638 + 651, + 676 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -1486,16 +1630,16 @@ "object": { "type": "ThisExpression", "range": [ - 762, - 766 + 800, + 804 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -1504,31 +1648,31 @@ "type": "Identifier", "name": "popUpImgFltHtml", "range": [ - 767, - 782 + 805, + 820 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 28 } } }, "range": [ - 762, - 782 + 800, + 820 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 28 } } @@ -1543,16 +1687,16 @@ "type": "Identifier", "name": "f", "range": [ - 785, - 786 + 823, + 824 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 31 }, "end": { - "line": 28, + "line": 29, "column": 32 } } @@ -1561,31 +1705,31 @@ "type": "Identifier", "name": "popup_filters_image_html", "range": [ - 787, - 811 + 825, + 849 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 33 }, "end": { - "line": 28, + "line": 29, "column": 57 } } }, "range": [ - 785, - 811 + 823, + 849 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 31 }, "end": { - "line": 28, + "line": 29, "column": 57 } } @@ -1601,16 +1745,16 @@ "value": "\"Column", "raw": "'\" alt=\"Column filter\" />'", "range": [ - 859, - 885 + 897, + 923 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 44 }, "end": { - "line": 29, + "line": 30, "column": 70 } } }, "range": [ - 827, - 885 + 865, + 923 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 12 }, "end": { - "line": 29, + "line": 30, "column": 70 } } }, "range": [ - 785, - 885 + 823, + 923 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 31 }, "end": { - "line": 29, + "line": 30, "column": 70 } } }, "range": [ - 762, - 885 + 800, + 923 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 70 } } }, "range": [ - 762, - 886 + 800, + 924 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 71 } }, @@ -1766,16 +1910,16 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 895, - 946 + 933, + 984 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 59 } } @@ -1793,16 +1937,16 @@ "object": { "type": "ThisExpression", "range": [ - 955, - 959 + 993, + 997 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 12 } } @@ -1811,31 +1955,31 @@ "type": "Identifier", "name": "popUpDivCssClass", "range": [ - 960, - 976 + 998, + 1014 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 13 }, "end": { - "line": 31, + "line": 32, "column": 29 } } }, "range": [ - 955, - 976 + 993, + 1014 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 29 } } @@ -1850,16 +1994,16 @@ "type": "Identifier", "name": "f", "range": [ - 979, - 980 + 1017, + 1018 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 32 }, "end": { - "line": 31, + "line": 32, "column": 33 } } @@ -1868,31 +2012,31 @@ "type": "Identifier", "name": "popup_div_css_class", "range": [ - 981, - 1000 + 1019, + 1038 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 34 }, "end": { - "line": 31, + "line": 32, "column": 53 } } }, "range": [ - 979, - 1000 + 1017, + 1038 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 32 }, "end": { - "line": 31, + "line": 32, "column": 53 } } @@ -1902,61 +2046,61 @@ "value": "popUpFilter", "raw": "'popUpFilter'", "range": [ - 1004, - 1017 + 1042, + 1055 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 57 }, "end": { - "line": 31, + "line": 32, "column": 70 } } }, "range": [ - 979, - 1017 + 1017, + 1055 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 32 }, "end": { - "line": 31, + "line": 32, "column": 70 } } }, "range": [ - 955, - 1017 + 993, + 1055 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 70 } } }, "range": [ - 955, - 1018 + 993, + 1056 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 71 } }, @@ -1965,16 +2109,16 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 895, - 946 + 933, + 984 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 59 } } @@ -1985,16 +2129,16 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1027, - 1076 + 1065, + 1114 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 57 } } @@ -2012,16 +2156,16 @@ "object": { "type": "ThisExpression", "range": [ - 1085, - 1089 + 1123, + 1127 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 12 } } @@ -2030,31 +2174,31 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 1090, - 1107 + 1128, + 1145 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 13 }, "end": { - "line": 33, + "line": 34, "column": 30 } } }, "range": [ - 1085, - 1107 + 1123, + 1145 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 33, + "line": 34, "column": 30 } } @@ -2070,16 +2214,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1110, - 1115 + 1148, + 1153 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 38 } } @@ -2088,31 +2232,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1116, - 1120 + 1154, + 1158 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 39 }, "end": { - "line": 33, + "line": 34, "column": 43 } } }, "range": [ - 1110, - 1120 + 1148, + 1158 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 43 } } @@ -2125,16 +2269,16 @@ "type": "Identifier", "name": "f", "range": [ - 1121, - 1122 + 1159, + 1160 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 44 }, "end": { - "line": 33, + "line": 34, "column": 45 } } @@ -2143,47 +2287,47 @@ "type": "Identifier", "name": "on_before_popup_filter_open", "range": [ - 1123, - 1150 + 1161, + 1188 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 46 }, "end": { - "line": 33, + "line": 34, "column": 73 } } }, "range": [ - 1121, - 1150 + 1159, + 1188 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 44 }, "end": { - "line": 33, + "line": 34, "column": 73 } } } ], "range": [ - 1110, - 1151 + 1148, + 1189 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 74 } } @@ -2195,16 +2339,16 @@ "type": "Identifier", "name": "f", "range": [ - 1166, - 1167 + 1204, + 1205 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 13 } } @@ -2213,31 +2357,31 @@ "type": "Identifier", "name": "on_before_popup_filter_open", "range": [ - 1168, - 1195 + 1206, + 1233 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 14 }, "end": { - "line": 34, + "line": 35, "column": 41 } } }, "range": [ - 1166, - 1195 + 1204, + 1233 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 41 } } @@ -2247,61 +2391,61 @@ "value": null, "raw": "null", "range": [ - 1198, - 1202 + 1236, + 1240 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 44 }, "end": { - "line": 34, + "line": 35, "column": 48 } } }, "range": [ - 1110, - 1202 + 1148, + 1240 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 34, + "line": 35, "column": 48 } } }, "range": [ - 1085, - 1202 + 1123, + 1240 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 48 } } }, "range": [ - 1085, - 1203 + 1123, + 1241 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 49 } }, @@ -2310,16 +2454,16 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1027, - 1076 + 1065, + 1114 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 57 } } @@ -2330,16 +2474,16 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1212, - 1260 + 1250, + 1298 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 56 } } @@ -2357,16 +2501,16 @@ "object": { "type": "ThisExpression", "range": [ - 1269, - 1273 + 1307, + 1311 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 12 } } @@ -2375,31 +2519,31 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 1274, - 1290 + 1312, + 1328 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 13 }, "end": { - "line": 36, + "line": 37, "column": 29 } } }, "range": [ - 1269, - 1290 + 1307, + 1328 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -2415,16 +2559,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1293, - 1298 + 1331, + 1336 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 32 }, "end": { - "line": 36, + "line": 37, "column": 37 } } @@ -2433,31 +2577,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1299, - 1303 + 1337, + 1341 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 38 }, "end": { - "line": 36, + "line": 37, "column": 42 } } }, "range": [ - 1293, - 1303 + 1331, + 1341 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 32 }, "end": { - "line": 36, + "line": 37, "column": 42 } } @@ -2470,16 +2614,16 @@ "type": "Identifier", "name": "f", "range": [ - 1304, - 1305 + 1342, + 1343 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 43 }, "end": { - "line": 36, + "line": 37, "column": 44 } } @@ -2488,47 +2632,47 @@ "type": "Identifier", "name": "on_after_popup_filter_open", "range": [ - 1306, - 1332 + 1344, + 1370 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 45 }, "end": { - "line": 36, + "line": 37, "column": 71 } } }, "range": [ - 1304, - 1332 + 1342, + 1370 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 43 }, "end": { - "line": 36, + "line": 37, "column": 71 } } } ], "range": [ - 1293, - 1333 + 1331, + 1371 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 32 }, "end": { - "line": 36, + "line": 37, "column": 72 } } @@ -2540,16 +2684,16 @@ "type": "Identifier", "name": "f", "range": [ - 1348, - 1349 + 1386, + 1387 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 13 } } @@ -2558,31 +2702,31 @@ "type": "Identifier", "name": "on_after_popup_filter_open", "range": [ - 1350, - 1376 + 1388, + 1414 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 14 }, "end": { - "line": 37, + "line": 38, "column": 40 } } }, "range": [ - 1348, - 1376 + 1386, + 1414 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 40 } } @@ -2592,61 +2736,61 @@ "value": null, "raw": "null", "range": [ - 1379, - 1383 + 1417, + 1421 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 43 }, "end": { - "line": 37, + "line": 38, "column": 47 } } }, "range": [ - 1293, - 1383 + 1331, + 1421 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 32 }, "end": { - "line": 37, + "line": 38, "column": 47 } } }, "range": [ - 1269, - 1383 + 1307, + 1421 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 47 } } }, "range": [ - 1269, - 1384 + 1307, + 1422 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 48 } }, @@ -2655,16 +2799,16 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1212, - 1260 + 1250, + 1298 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 56 } } @@ -2675,16 +2819,16 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1393, - 1442 + 1431, + 1480 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 57 } } @@ -2702,16 +2846,16 @@ "object": { "type": "ThisExpression", "range": [ - 1451, - 1455 + 1489, + 1493 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 12 } } @@ -2720,31 +2864,31 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 1456, - 1474 + 1494, + 1512 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 13 }, "end": { - "line": 39, + "line": 40, "column": 31 } } }, "range": [ - 1451, - 1474 + 1489, + 1512 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 31 } } @@ -2760,16 +2904,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1489, - 1494 + 1527, + 1532 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 40, + "line": 41, "column": 17 } } @@ -2778,31 +2922,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1495, - 1499 + 1533, + 1537 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 18 }, "end": { - "line": 40, + "line": 41, "column": 22 } } }, "range": [ - 1489, - 1499 + 1527, + 1537 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 40, + "line": 41, "column": 22 } } @@ -2815,16 +2959,16 @@ "type": "Identifier", "name": "f", "range": [ - 1500, - 1501 + 1538, + 1539 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 23 }, "end": { - "line": 40, + "line": 41, "column": 24 } } @@ -2833,47 +2977,47 @@ "type": "Identifier", "name": "on_before_popup_filter_close", "range": [ - 1502, - 1530 + 1540, + 1568 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 25 }, "end": { - "line": 40, + "line": 41, "column": 53 } } }, "range": [ - 1500, - 1530 + 1538, + 1568 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 23 }, "end": { - "line": 40, + "line": 41, "column": 53 } } } ], "range": [ - 1489, - 1531 + 1527, + 1569 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 40, + "line": 41, "column": 54 } } @@ -2885,16 +3029,16 @@ "type": "Identifier", "name": "f", "range": [ - 1546, - 1547 + 1584, + 1585 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 13 } } @@ -2903,31 +3047,31 @@ "type": "Identifier", "name": "on_before_popup_filter_close", "range": [ - 1548, - 1576 + 1586, + 1614 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 14 }, "end": { - "line": 41, + "line": 42, "column": 42 } } }, "range": [ - 1546, - 1576 + 1584, + 1614 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 42 } } @@ -2937,61 +3081,61 @@ "value": null, "raw": "null", "range": [ - 1579, - 1583 + 1617, + 1621 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 45 }, "end": { - "line": 41, + "line": 42, "column": 49 } } }, "range": [ - 1489, - 1583 + 1527, + 1621 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 49 } } }, "range": [ - 1451, - 1583 + 1489, + 1621 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 49 } } }, "range": [ - 1451, - 1584 + 1489, + 1622 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 50 } }, @@ -3000,16 +3144,16 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1393, - 1442 + 1431, + 1480 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 57 } } @@ -3020,16 +3164,16 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1593, - 1641 + 1631, + 1679 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 56 } } @@ -3047,16 +3191,16 @@ "object": { "type": "ThisExpression", "range": [ - 1650, - 1654 + 1688, + 1692 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 12 } } @@ -3065,31 +3209,31 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 1655, - 1672 + 1693, + 1710 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 13 }, "end": { - "line": 43, + "line": 44, "column": 30 } } }, "range": [ - 1650, - 1672 + 1688, + 1710 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 30 } } @@ -3105,16 +3249,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1675, - 1680 + 1713, + 1718 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 33 }, "end": { - "line": 43, + "line": 44, "column": 38 } } @@ -3123,31 +3267,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1681, - 1685 + 1719, + 1723 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 39 }, "end": { - "line": 43, + "line": 44, "column": 43 } } }, "range": [ - 1675, - 1685 + 1713, + 1723 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 33 }, "end": { - "line": 43, + "line": 44, "column": 43 } } @@ -3160,16 +3304,16 @@ "type": "Identifier", "name": "f", "range": [ - 1686, - 1687 + 1724, + 1725 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 44 }, "end": { - "line": 43, + "line": 44, "column": 45 } } @@ -3178,47 +3322,47 @@ "type": "Identifier", "name": "on_after_popup_filter_close", "range": [ - 1688, - 1715 + 1726, + 1753 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 46 }, "end": { - "line": 43, + "line": 44, "column": 73 } } }, "range": [ - 1686, - 1715 + 1724, + 1753 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 44 }, "end": { - "line": 43, + "line": 44, "column": 73 } } } ], "range": [ - 1675, - 1716 + 1713, + 1754 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 33 }, "end": { - "line": 43, + "line": 44, "column": 74 } } @@ -3230,16 +3374,16 @@ "type": "Identifier", "name": "f", "range": [ - 1731, - 1732 + 1769, + 1770 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 13 } } @@ -3248,31 +3392,31 @@ "type": "Identifier", "name": "on_after_popup_filter_close", "range": [ - 1733, - 1760 + 1771, + 1798 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 14 }, "end": { - "line": 44, + "line": 45, "column": 41 } } }, "range": [ - 1731, - 1760 + 1769, + 1798 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 12 }, "end": { - "line": 44, + "line": 45, "column": 41 } } @@ -3282,61 +3426,61 @@ "value": null, "raw": "null", "range": [ - 1763, - 1767 + 1801, + 1805 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 44 }, "end": { - "line": 44, + "line": 45, "column": 48 } } }, "range": [ - 1675, - 1767 + 1713, + 1805 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 33 }, "end": { - "line": 44, + "line": 45, "column": 48 } } }, "range": [ - 1650, - 1767 + 1688, + 1805 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 48 } } }, "range": [ - 1650, - 1768 + 1688, + 1806 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 49 } }, @@ -3345,16 +3489,16 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1593, - 1641 + 1631, + 1679 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 56 } } @@ -3365,16 +3509,16 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1778, - 1800 + 1816, + 1838 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 30 } } @@ -3392,16 +3536,16 @@ "object": { "type": "ThisExpression", "range": [ - 1809, - 1813 + 1847, + 1851 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 12 } } @@ -3410,31 +3554,31 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 1814, - 1827 + 1852, + 1865 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 13 }, "end": { - "line": 47, + "line": 48, "column": 26 } } }, "range": [ - 1809, - 1827 + 1847, + 1865 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 26 } } @@ -3443,46 +3587,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1830, - 1832 + 1868, + 1870 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 29 }, "end": { - "line": 47, + "line": 48, "column": 31 } } }, "range": [ - 1809, - 1832 + 1847, + 1870 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 31 } } }, "range": [ - 1809, - 1833 + 1847, + 1871 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 32 } }, @@ -3491,16 +3635,16 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1778, - 1800 + 1816, + 1838 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 30 } } @@ -3511,16 +3655,16 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1842, - 1864 + 1880, + 1902 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 30 } } @@ -3538,16 +3682,16 @@ "object": { "type": "ThisExpression", "range": [ - 1873, - 1877 + 1911, + 1915 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 12 } } @@ -3556,31 +3700,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 1878, - 1890 + 1916, + 1928 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 13 }, "end": { - "line": 49, + "line": 50, "column": 25 } } }, "range": [ - 1873, - 1890 + 1911, + 1928 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 25 } } @@ -3589,46 +3733,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1893, - 1895 + 1931, + 1933 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 28 }, "end": { - "line": 49, + "line": 50, "column": 30 } } }, "range": [ - 1873, - 1895 + 1911, + 1933 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 30 } } }, "range": [ - 1873, - 1896 + 1911, + 1934 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 31 } }, @@ -3637,16 +3781,16 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1842, - 1864 + 1880, + 1902 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 30 } } @@ -3657,16 +3801,16 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1905, - 1932 + 1943, + 1970 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 35 } } @@ -3684,16 +3828,16 @@ "object": { "type": "ThisExpression", "range": [ - 1941, - 1945 + 1979, + 1983 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 12 } } @@ -3702,31 +3846,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 1946, - 1958 + 1984, + 1996 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 13 }, "end": { - "line": 51, + "line": 52, "column": 25 } } }, "range": [ - 1941, - 1958 + 1979, + 1996 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 25 } } @@ -3740,16 +3884,16 @@ "object": { "type": "ThisExpression", "range": [ - 1961, - 1965 + 1999, + 2003 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 28 }, "end": { - "line": 51, + "line": 52, "column": 32 } } @@ -3758,31 +3902,31 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 1966, - 1982 + 2004, + 2020 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 33 }, "end": { - "line": 51, + "line": 52, "column": 49 } } }, "range": [ - 1961, - 1982 + 1999, + 2020 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 28 }, "end": { - "line": 51, + "line": 52, "column": 49 } } @@ -3791,61 +3935,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1986, - 1988 + 2024, + 2026 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 53 }, "end": { - "line": 51, + "line": 52, "column": 55 } } }, "range": [ - 1961, - 1988 + 1999, + 2026 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 28 }, "end": { - "line": 51, + "line": 52, "column": 55 } } }, "range": [ - 1941, - 1988 + 1979, + 2026 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 55 } } }, "range": [ - 1941, - 1989 + 1979, + 2027 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 56 } }, @@ -3854,16 +3998,16 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1905, - 1932 + 1943, + 1970 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 35 } } @@ -3881,16 +4025,16 @@ "object": { "type": "ThisExpression", "range": [ - 1998, - 2002 + 2036, + 2040 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 12 } } @@ -3899,31 +4043,31 @@ "type": "Identifier", "name": "popUpFltAdjustToContainer", "range": [ - 2003, - 2028 + 2041, + 2066 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 13 }, "end": { - "line": 52, + "line": 53, "column": 38 } } }, "range": [ - 1998, - 2028 + 2036, + 2066 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 38 } } @@ -3933,46 +4077,46 @@ "value": true, "raw": "true", "range": [ - 2031, - 2035 + 2069, + 2073 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 41 }, "end": { - "line": 52, + "line": 53, "column": 45 } } }, "range": [ - 1998, - 2035 + 2036, + 2073 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 45 } } }, "range": [ - 1998, - 2036 + 2036, + 2074 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 46 } }, @@ -3981,16 +4125,16 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2046, - 2080 + 2084, + 2118 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 42 } } @@ -4008,16 +4152,16 @@ "object": { "type": "ThisExpression", "range": [ - 2089, - 2093 + 2127, + 2131 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 12 } } @@ -4026,31 +4170,31 @@ "type": "Identifier", "name": "prfxPopUpSpan", "range": [ - 2094, - 2107 + 2132, + 2145 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 13 }, "end": { - "line": 55, + "line": 56, "column": 26 } } }, "range": [ - 2089, - 2107 + 2127, + 2145 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 26 } } @@ -4060,46 +4204,46 @@ "value": "popUpSpan_", "raw": "'popUpSpan_'", "range": [ - 2110, - 2122 + 2148, + 2160 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 29 }, "end": { - "line": 55, + "line": 56, "column": 41 } } }, "range": [ - 2089, - 2122 + 2127, + 2160 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 41 } } }, "range": [ - 2089, - 2123 + 2127, + 2161 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 42 } }, @@ -4108,16 +4252,16 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2046, - 2080 + 2084, + 2118 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 42 } } @@ -4128,16 +4272,16 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2132, - 2176 + 2170, + 2214 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 52 } } @@ -4155,16 +4299,16 @@ "object": { "type": "ThisExpression", "range": [ - 2185, - 2189 + 2223, + 2227 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 12 } } @@ -4173,31 +4317,31 @@ "type": "Identifier", "name": "prfxPopUpDiv", "range": [ - 2190, - 2202 + 2228, + 2240 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 13 }, "end": { - "line": 57, + "line": 58, "column": 25 } } }, "range": [ - 2185, - 2202 + 2223, + 2240 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 25 } } @@ -4207,46 +4351,46 @@ "value": "popUpDiv_", "raw": "'popUpDiv_'", "range": [ - 2205, - 2216 + 2243, + 2254 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 28 }, "end": { - "line": 57, + "line": 58, "column": 39 } } }, "range": [ - 2185, - 2216 + 2223, + 2254 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 39 } } }, "range": [ - 2185, - 2217 + 2223, + 2255 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 40 } }, @@ -4255,16 +4399,16 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2132, - 2176 + 2170, + 2214 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 52 } } @@ -4273,16 +4417,16 @@ } ], "range": [ - 278, - 2223 + 316, + 2261 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 19 }, "end": { - "line": 58, + "line": 59, "column": 5 } } @@ -4290,16 +4434,16 @@ "generator": false, "expression": false, "range": [ - 274, - 2223 + 312, + 2261 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 15 }, "end": { - "line": 58, + "line": 59, "column": 5 } } @@ -4307,16 +4451,16 @@ "kind": "constructor", "computed": false, "range": [ - 263, - 2223 + 301, + 2261 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { - "line": 58, + "line": 59, "column": 5 } }, @@ -4325,16 +4469,16 @@ "type": "Block", "value": "*\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 169, - 258 + 207, + 296 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -4348,16 +4492,16 @@ "type": "Identifier", "name": "onClick", "range": [ - 2229, - 2236 + 2267, + 2274 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 4 }, "end": { - "line": 60, + "line": 61, "column": 11 } } @@ -4370,16 +4514,16 @@ "type": "Identifier", "name": "e", "range": [ - 2237, - 2238 + 2275, + 2276 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 12 }, "end": { - "line": 60, + "line": 61, "column": 13 } } @@ -4397,16 +4541,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2253, - 2256 + 2291, + 2294 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 15 } } @@ -4418,16 +4562,16 @@ "type": "Identifier", "name": "e", "range": [ - 2259, - 2260 + 2297, + 2298 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 18 }, "end": { - "line": 61, + "line": 62, "column": 19 } } @@ -4439,16 +4583,16 @@ "type": "Identifier", "name": "global", "range": [ - 2264, - 2270 + 2302, + 2308 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 23 }, "end": { - "line": 61, + "line": 62, "column": 29 } } @@ -4457,61 +4601,61 @@ "type": "Identifier", "name": "event", "range": [ - 2271, - 2276 + 2309, + 2314 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 30 }, "end": { - "line": 61, + "line": 62, "column": 35 } } }, "range": [ - 2264, - 2276 + 2302, + 2314 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 23 }, "end": { - "line": 61, + "line": 62, "column": 35 } } }, "range": [ - 2259, - 2276 + 2297, + 2314 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 18 }, "end": { - "line": 61, + "line": 62, "column": 35 } } }, "range": [ - 2253, - 2276 + 2291, + 2314 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 12 }, "end": { - "line": 61, + "line": 62, "column": 35 } } @@ -4522,16 +4666,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2290, - 2293 + 2328, + 2331 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 12 }, "end": { - "line": 62, + "line": 63, "column": 15 } } @@ -4546,16 +4690,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2296, - 2299 + 2334, + 2337 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 18 }, "end": { - "line": 62, + "line": 63, "column": 21 } } @@ -4564,31 +4708,31 @@ "type": "Identifier", "name": "target", "range": [ - 2300, - 2306 + 2338, + 2344 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 22 }, "end": { - "line": 62, + "line": 63, "column": 28 } } }, "range": [ - 2296, - 2306 + 2334, + 2344 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 18 }, "end": { - "line": 62, + "line": 63, "column": 28 } } @@ -4597,46 +4741,46 @@ "type": "Identifier", "name": "parentNode", "range": [ - 2307, - 2317 + 2345, + 2355 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 29 }, "end": { - "line": 62, + "line": 63, "column": 39 } } }, "range": [ - 2296, - 2317 + 2334, + 2355 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 18 }, "end": { - "line": 62, + "line": 63, "column": 39 } } }, "range": [ - 2290, - 2317 + 2328, + 2355 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 12 }, "end": { - "line": 62, + "line": 63, "column": 39 } } @@ -4647,16 +4791,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2331, - 2339 + 2369, + 2377 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 20 } } @@ -4667,16 +4811,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 2342, - 2350 + 2380, + 2388 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 23 }, "end": { - "line": 63, + "line": 64, "column": 31 } } @@ -4691,16 +4835,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2351, - 2354 + 2389, + 2392 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 32 }, "end": { - "line": 63, + "line": 64, "column": 35 } } @@ -4709,31 +4853,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2355, - 2367 + 2393, + 2405 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 36 }, "end": { - "line": 63, + "line": 64, "column": 48 } } }, "range": [ - 2351, - 2367 + 2389, + 2405 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 32 }, "end": { - "line": 63, + "line": 64, "column": 48 } } @@ -4744,32 +4888,32 @@ "value": "ci", "raw": "'ci'", "range": [ - 2368, - 2372 + 2406, + 2410 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 49 }, "end": { - "line": 63, + "line": 64, "column": 53 } } } ], "range": [ - 2351, - 2373 + 2389, + 2411 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 32 }, "end": { - "line": 63, + "line": 64, "column": 54 } } @@ -4779,47 +4923,47 @@ "value": 10, "raw": "10", "range": [ - 2375, - 2377 + 2413, + 2415 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 56 }, "end": { - "line": 63, + "line": 64, "column": 58 } } } ], "range": [ - 2342, - 2378 + 2380, + 2416 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 23 }, "end": { - "line": 63, + "line": 64, "column": 59 } } }, "range": [ - 2331, - 2378 + 2369, + 2416 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 12 }, "end": { - "line": 63, + "line": 64, "column": 59 } } @@ -4827,16 +4971,16 @@ ], "kind": "var", "range": [ - 2249, - 2379 + 2287, + 2417 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 60 } } @@ -4851,16 +4995,16 @@ "object": { "type": "ThisExpression", "range": [ - 2389, - 2393 + 2427, + 2431 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 12 } } @@ -4869,31 +5013,31 @@ "type": "Identifier", "name": "closeAll", "range": [ - 2394, - 2402 + 2432, + 2440 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 13 }, "end": { - "line": 65, + "line": 66, "column": 21 } } }, "range": [ - 2389, - 2402 + 2427, + 2440 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 21 } } @@ -4903,47 +5047,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2403, - 2411 + 2441, + 2449 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 22 }, "end": { - "line": 65, + "line": 66, "column": 30 } } } ], "range": [ - 2389, - 2412 + 2427, + 2450 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 31 } } }, "range": [ - 2389, - 2413 + 2427, + 2451 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 32 } } @@ -4958,16 +5102,16 @@ "object": { "type": "ThisExpression", "range": [ - 2422, - 2426 + 2460, + 2464 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 12 } } @@ -4976,31 +5120,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 2427, - 2433 + 2465, + 2471 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 13 }, "end": { - "line": 66, + "line": 67, "column": 19 } } }, "range": [ - 2422, - 2433 + 2460, + 2471 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 19 } } @@ -5010,47 +5154,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2434, - 2442 + 2472, + 2480 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 20 }, "end": { - "line": 66, + "line": 67, "column": 28 } } } ], "range": [ - 2422, - 2443 + 2460, + 2481 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 29 } } }, "range": [ - 2422, - 2444 + 2460, + 2482 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 30 } } @@ -5063,16 +5207,16 @@ "object": { "type": "ThisExpression", "range": [ - 2457, - 2461 + 2495, + 2499 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 11 }, "end": { - "line": 68, + "line": 69, "column": 15 } } @@ -5081,31 +5225,31 @@ "type": "Identifier", "name": "popUpFltAdjustToContainer", "range": [ - 2462, - 2487 + 2500, + 2525 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 16 }, "end": { - "line": 68, + "line": 69, "column": 41 } } }, "range": [ - 2457, - 2487 + 2495, + 2525 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 11 }, "end": { - "line": 68, + "line": 69, "column": 41 } } @@ -5122,16 +5266,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 2506, - 2514 + 2544, + 2552 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 16 }, "end": { - "line": 69, + "line": 70, "column": 24 } } @@ -5145,16 +5289,16 @@ "object": { "type": "ThisExpression", "range": [ - 2517, - 2521 + 2555, + 2559 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 27 }, "end": { - "line": 69, + "line": 70, "column": 31 } } @@ -5163,31 +5307,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 2522, - 2534 + 2560, + 2572 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 32 }, "end": { - "line": 69, + "line": 70, "column": 44 } } }, "range": [ - 2517, - 2534 + 2555, + 2572 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 27 }, "end": { - "line": 69, + "line": 70, "column": 44 } } @@ -5196,46 +5340,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2535, - 2543 + 2573, + 2581 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 45 }, "end": { - "line": 69, + "line": 70, "column": 53 } } }, "range": [ - 2517, - 2544 + 2555, + 2582 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 27 }, "end": { - "line": 69, + "line": 70, "column": 54 } } }, "range": [ - 2506, - 2544 + 2544, + 2582 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 16 }, "end": { - "line": 69, + "line": 70, "column": 54 } } @@ -5246,16 +5390,16 @@ "type": "Identifier", "name": "header", "range": [ - 2562, - 2568 + 2600, + 2606 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 70, + "line": 71, "column": 22 } } @@ -5271,16 +5415,16 @@ "object": { "type": "ThisExpression", "range": [ - 2571, - 2575 + 2609, + 2613 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 25 }, "end": { - "line": 70, + "line": 71, "column": 29 } } @@ -5289,31 +5433,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2576, - 2578 + 2614, + 2616 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 30 }, "end": { - "line": 70, + "line": 71, "column": 32 } } }, "range": [ - 2571, - 2578 + 2609, + 2616 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 25 }, "end": { - "line": 70, + "line": 71, "column": 32 } } @@ -5322,31 +5466,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 2579, - 2595 + 2617, + 2633 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 33 }, "end": { - "line": 70, + "line": 71, "column": 49 } } }, "range": [ - 2571, - 2595 + 2609, + 2633 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 25 }, "end": { - "line": 70, + "line": 71, "column": 49 } } @@ -5356,47 +5500,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2596, - 2604 + 2634, + 2642 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 50 }, "end": { - "line": 70, + "line": 71, "column": 58 } } } ], "range": [ - 2571, - 2605 + 2609, + 2643 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 25 }, "end": { - "line": 70, + "line": 71, "column": 59 } } }, "range": [ - 2562, - 2605 + 2600, + 2643 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 70, + "line": 71, "column": 59 } } @@ -5407,16 +5551,16 @@ "type": "Identifier", "name": "headerWidth", "range": [ - 2623, - 2634 + 2661, + 2672 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 27 } } @@ -5431,16 +5575,16 @@ "type": "Identifier", "name": "header", "range": [ - 2637, - 2643 + 2675, + 2681 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 36 } } @@ -5449,31 +5593,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 2644, - 2655 + 2682, + 2693 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 37 }, "end": { - "line": 71, + "line": 72, "column": 48 } } }, "range": [ - 2637, - 2655 + 2675, + 2693 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 48 } } @@ -5483,46 +5627,46 @@ "value": 0.95, "raw": "0.95", "range": [ - 2658, - 2662 + 2696, + 2700 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 51 }, "end": { - "line": 71, + "line": 72, "column": 55 } } }, "range": [ - 2637, - 2662 + 2675, + 2700 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 55 } } }, "range": [ - 2623, - 2662 + 2661, + 2700 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 16 }, "end": { - "line": 71, + "line": 72, "column": 55 } } @@ -5530,16 +5674,16 @@ ], "kind": "var", "range": [ - 2502, - 2663 + 2540, + 2701 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 56 } } @@ -5559,16 +5703,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 2676, - 2684 + 2714, + 2722 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 20 } } @@ -5577,31 +5721,31 @@ "type": "Identifier", "name": "style", "range": [ - 2685, - 2690 + 2723, + 2728 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 21 }, "end": { - "line": 72, + "line": 73, "column": 26 } } }, "range": [ - 2676, - 2690 + 2714, + 2728 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 26 } } @@ -5610,31 +5754,31 @@ "type": "Identifier", "name": "width", "range": [ - 2691, - 2696 + 2729, + 2734 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 27 }, "end": { - "line": 72, + "line": 73, "column": 32 } } }, "range": [ - 2676, - 2696 + 2714, + 2734 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 32 } } @@ -5648,16 +5792,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 2699, - 2707 + 2737, + 2745 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 35 }, "end": { - "line": 72, + "line": 73, "column": 43 } } @@ -5667,16 +5811,16 @@ "type": "Identifier", "name": "headerWidth", "range": [ - 2708, - 2719 + 2746, + 2757 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 44 }, "end": { - "line": 72, + "line": 73, "column": 55 } } @@ -5686,32 +5830,32 @@ "value": 10, "raw": "10", "range": [ - 2721, - 2723 + 2759, + 2761 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 57 }, "end": { - "line": 72, + "line": 73, "column": 59 } } } ], "range": [ - 2699, - 2724 + 2737, + 2762 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 35 }, "end": { - "line": 72, + "line": 73, "column": 60 } } @@ -5721,93 +5865,93 @@ "value": "px", "raw": "'px'", "range": [ - 2727, - 2731 + 2765, + 2769 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 63 }, "end": { - "line": 72, + "line": 73, "column": 67 } } }, "range": [ - 2699, - 2731 + 2737, + 2769 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 35 }, "end": { - "line": 72, + "line": 73, "column": 67 } } }, "range": [ - 2676, - 2731 + 2714, + 2769 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 67 } } }, "range": [ - 2676, - 2732 + 2714, + 2770 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 68 } } } ], "range": [ - 2488, - 2742 + 2526, + 2780 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 42 }, "end": { - "line": 73, + "line": 74, "column": 9 } } }, "alternate": null, "range": [ - 2454, - 2742 + 2492, + 2780 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 9 } } @@ -5823,16 +5967,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2751, - 2756 + 2789, + 2794 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 13 } } @@ -5841,31 +5985,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 2757, - 2763 + 2795, + 2801 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 14 }, "end": { - "line": 74, + "line": 75, "column": 20 } } }, "range": [ - 2751, - 2763 + 2789, + 2801 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 20 } } @@ -5875,47 +6019,47 @@ "type": "Identifier", "name": "evt", "range": [ - 2764, - 2767 + 2802, + 2805 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 21 }, "end": { - "line": 74, + "line": 75, "column": 24 } } } ], "range": [ - 2751, - 2768 + 2789, + 2806 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 25 } } }, "range": [ - 2751, - 2769 + 2789, + 2807 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 26 } } @@ -5931,16 +6075,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2778, - 2783 + 2816, + 2821 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 13 } } @@ -5949,31 +6093,31 @@ "type": "Identifier", "name": "stop", "range": [ - 2784, - 2788 + 2822, + 2826 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 14 }, "end": { - "line": 75, + "line": 76, "column": 18 } } }, "range": [ - 2778, - 2788 + 2816, + 2826 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 18 } } @@ -5983,63 +6127,63 @@ "type": "Identifier", "name": "evt", "range": [ - 2789, - 2792 + 2827, + 2830 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 19 }, "end": { - "line": 75, + "line": 76, "column": 22 } } } ], "range": [ - 2778, - 2793 + 2816, + 2831 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 23 } } }, "range": [ - 2778, - 2794 + 2816, + 2832 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 24 } } } ], "range": [ - 2239, - 2800 + 2277, + 2838 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 14 }, "end": { - "line": 76, + "line": 77, "column": 5 } } @@ -6047,16 +6191,16 @@ "generator": false, "expression": false, "range": [ - 2236, - 2800 + 2274, + 2838 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 11 }, "end": { - "line": 76, + "line": 77, "column": 5 } } @@ -6064,16 +6208,16 @@ "kind": "method", "computed": false, "range": [ - 2229, - 2800 + 2267, + 2838 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 4 }, "end": { - "line": 76, + "line": 77, "column": 5 } }, @@ -6082,16 +6226,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2806, - 2848 + 2844, + 2886 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 4 }, "end": { - "line": 80, + "line": 81, "column": 7 } } @@ -6105,16 +6249,16 @@ "type": "Identifier", "name": "init", "range": [ - 2853, - 2857 + 2891, + 2895 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 8 } } @@ -6134,16 +6278,16 @@ "object": { "type": "ThisExpression", "range": [ - 2872, - 2876 + 2910, + 2914 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 11 }, "end": { - "line": 82, + "line": 83, "column": 15 } } @@ -6152,31 +6296,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 2877, - 2888 + 2915, + 2926 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 16 }, "end": { - "line": 82, + "line": 83, "column": 27 } } }, "range": [ - 2872, - 2888 + 2910, + 2926 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 11 }, "end": { - "line": 82, + "line": 83, "column": 27 } } @@ -6188,48 +6332,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2903, - 2910 + 2941, + 2948 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 19 } } } ], "range": [ - 2889, - 2920 + 2927, + 2958 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 28 }, "end": { - "line": 84, + "line": 85, "column": 9 } } }, "alternate": null, "range": [ - 2869, - 2920 + 2907, + 2958 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 84, + "line": 85, "column": 9 } } @@ -6243,16 +6387,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2934, - 2936 + 2972, + 2974 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 14 } } @@ -6263,16 +6407,16 @@ "object": { "type": "ThisExpression", "range": [ - 2939, - 2943 + 2977, + 2981 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 17 }, "end": { - "line": 86, + "line": 87, "column": 21 } } @@ -6281,46 +6425,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2944, - 2946 + 2982, + 2984 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 22 }, "end": { - "line": 86, + "line": 87, "column": 24 } } }, "range": [ - 2939, - 2946 + 2977, + 2984 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 17 }, "end": { - "line": 86, + "line": 87, "column": 24 } } }, "range": [ - 2934, - 2946 + 2972, + 2984 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 24 } } @@ -6328,16 +6472,16 @@ ], "kind": "var", "range": [ - 2930, - 2947 + 2968, + 2985 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 25 } }, @@ -6346,16 +6490,16 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2957, - 3008 + 2995, + 3046 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 59 } } @@ -6374,16 +6518,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3020, - 3022 + 3058, + 3060 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 11 }, "end": { - "line": 89, + "line": 90, "column": 13 } } @@ -6392,31 +6536,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 3023, - 3033 + 3061, + 3071 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 14 }, "end": { - "line": 89, + "line": 90, "column": 24 } } }, "range": [ - 3020, - 3033 + 3058, + 3071 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 11 }, "end": { - "line": 89, + "line": 90, "column": 24 } } @@ -6426,31 +6570,31 @@ "value": 1, "raw": "1", "range": [ - 3037, - 3038 + 3075, + 3076 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 28 }, "end": { - "line": 89, + "line": 90, "column": 29 } } }, "range": [ - 3020, - 3038 + 3058, + 3076 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 11 }, "end": { - "line": 89, + "line": 90, "column": 29 } } @@ -6470,16 +6614,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3053, - 3055 + 3091, + 3093 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 90, + "line": 91, "column": 14 } } @@ -6488,31 +6632,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 3056, - 3066 + 3094, + 3104 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 15 }, "end": { - "line": 90, + "line": 91, "column": 25 } } }, "range": [ - 3053, - 3066 + 3091, + 3104 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 90, + "line": 91, "column": 25 } } @@ -6522,78 +6666,78 @@ "value": 0, "raw": "0", "range": [ - 3069, - 3070 + 3107, + 3108 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 28 }, "end": { - "line": 90, + "line": 91, "column": 29 } } }, "range": [ - 3053, - 3070 + 3091, + 3108 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 90, + "line": 91, "column": 29 } } }, "range": [ - 3053, - 3071 + 3091, + 3109 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 12 }, "end": { - "line": 90, + "line": 91, "column": 30 } } } ], "range": [ - 3039, - 3081 + 3077, + 3119 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 30 }, "end": { - "line": 91, + "line": 92, "column": 9 } } }, "alternate": null, "range": [ - 3017, - 3081 + 3055, + 3119 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 8 }, "end": { - "line": 91, + "line": 92, "column": 9 } }, @@ -6602,16 +6746,16 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2957, - 3008 + 2995, + 3046 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 59 } } @@ -6629,16 +6773,16 @@ "type": "Identifier", "name": "i", "range": [ - 3099, - 3100 + 3137, + 3138 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 17 } } @@ -6648,31 +6792,31 @@ "value": 0, "raw": "0", "range": [ - 3101, - 3102 + 3139, + 3140 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 18 }, "end": { - "line": 93, + "line": 94, "column": 19 } } }, "range": [ - 3099, - 3102 + 3137, + 3140 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 19 } } @@ -6680,16 +6824,16 @@ ], "kind": "var", "range": [ - 3095, - 3102 + 3133, + 3140 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 12 }, "end": { - "line": 93, + "line": 94, "column": 19 } } @@ -6701,16 +6845,16 @@ "type": "Identifier", "name": "i", "range": [ - 3104, - 3105 + 3142, + 3143 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 21 }, "end": { - "line": 93, + "line": 94, "column": 22 } } @@ -6722,16 +6866,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3106, - 3108 + 3144, + 3146 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 23 }, "end": { - "line": 93, + "line": 94, "column": 25 } } @@ -6740,46 +6884,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3109, - 3116 + 3147, + 3154 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 26 }, "end": { - "line": 93, + "line": 94, "column": 33 } } }, "range": [ - 3106, - 3116 + 3144, + 3154 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 23 }, "end": { - "line": 93, + "line": 94, "column": 33 } } }, "range": [ - 3104, - 3116 + 3142, + 3154 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 21 }, "end": { - "line": 93, + "line": 94, "column": 33 } } @@ -6791,32 +6935,32 @@ "type": "Identifier", "name": "i", "range": [ - 3118, - 3119 + 3156, + 3157 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 35 }, "end": { - "line": 93, + "line": 94, "column": 36 } } }, "prefix": false, "range": [ - 3118, - 3121 + 3156, + 3159 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 35 }, "end": { - "line": 93, + "line": 94, "column": 38 } } @@ -6838,16 +6982,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3139, - 3141 + 3177, + 3179 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 15 }, "end": { - "line": 94, + "line": 95, "column": 17 } } @@ -6856,31 +7000,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 3142, - 3155 + 3180, + 3193 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 18 }, "end": { - "line": 94, + "line": 95, "column": 31 } } }, "range": [ - 3139, - 3155 + 3177, + 3193 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 15 }, "end": { - "line": 94, + "line": 95, "column": 31 } } @@ -6890,102 +7034,66 @@ "type": "Identifier", "name": "i", "range": [ - 3156, - 3157 + 3194, + 3195 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 32 }, "end": { - "line": 94, + "line": 95, "column": 33 } } } ], "range": [ - 3139, - 3158 + 3177, + 3196 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 15 }, "end": { - "line": 94, + "line": 95, "column": 34 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 3163, - 3165 - ], - "loc": { - "start": { - "line": 94, - "column": 39 - }, - "end": { - "line": 94, - "column": 41 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeNone", - "range": [ - 3166, - 3177 - ], - "loc": { - "start": { - "line": 94, - "column": 42 - }, - "end": { - "line": 94, - "column": 53 - } - } - }, + "type": "Identifier", + "name": "NONE", "range": [ - 3163, - 3177 + 3201, + 3205 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 39 }, "end": { - "line": 94, - "column": 53 + "line": 95, + "column": 43 } } }, "range": [ - 3139, - 3177 + 3177, + 3205 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 15 }, "end": { - "line": 94, - "column": 53 + "line": 95, + "column": 43 } } }, @@ -6996,48 +7104,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 3196, - 3205 + 3224, + 3233 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 16 }, "end": { - "line": 95, + "line": 96, "column": 25 } } } ], "range": [ - 3178, - 3219 + 3206, + 3247 ], "loc": { "start": { - "line": 94, - "column": 54 + "line": 95, + "column": 44 }, "end": { - "line": 96, + "line": 97, "column": 13 } } }, "alternate": null, "range": [ - 3136, - 3219 + 3174, + 3247 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 13 } } @@ -7051,16 +7159,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3236, - 3245 + 3264, + 3273 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 16 }, "end": { - "line": 97, + "line": 98, "column": 25 } } @@ -7074,16 +7182,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3248, - 3251 + 3276, + 3279 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 28 }, "end": { - "line": 97, + "line": 98, "column": 31 } } @@ -7092,31 +7200,31 @@ "type": "Identifier", "name": "create", "range": [ - 3252, - 3258 + 3280, + 3286 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 32 }, "end": { - "line": 97, + "line": 98, "column": 38 } } }, "range": [ - 3248, - 3258 + 3276, + 3286 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 28 }, "end": { - "line": 97, + "line": 98, "column": 38 } } @@ -7127,16 +7235,16 @@ "value": "span", "raw": "'span'", "range": [ - 3276, - 3282 + 3304, + 3310 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 16 }, "end": { - "line": 98, + "line": 99, "column": 22 } } @@ -7149,16 +7257,16 @@ "value": "id", "raw": "'id'", "range": [ - 3301, - 3305 + 3329, + 3333 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 17 }, "end": { - "line": 99, + "line": 100, "column": 21 } } @@ -7178,16 +7286,16 @@ "object": { "type": "ThisExpression", "range": [ - 3307, - 3311 + 3335, + 3339 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 27 } } @@ -7196,31 +7304,31 @@ "type": "Identifier", "name": "prfxPopUpSpan", "range": [ - 3312, - 3325 + 3340, + 3353 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 28 }, "end": { - "line": 99, + "line": 100, "column": 41 } } }, "range": [ - 3307, - 3325 + 3335, + 3353 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 41 } } @@ -7232,16 +7340,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3326, - 3328 + 3354, + 3356 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 42 }, "end": { - "line": 99, + "line": 100, "column": 44 } } @@ -7250,46 +7358,46 @@ "type": "Identifier", "name": "id", "range": [ - 3329, - 3331 + 3357, + 3359 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 45 }, "end": { - "line": 99, + "line": 100, "column": 47 } } }, "range": [ - 3326, - 3331 + 3354, + 3359 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 42 }, "end": { - "line": 99, + "line": 100, "column": 47 } } }, "range": [ - 3307, - 3331 + 3335, + 3359 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 47 } } @@ -7299,31 +7407,31 @@ "value": "_", "raw": "'_'", "range": [ - 3332, - 3335 + 3360, + 3363 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 48 }, "end": { - "line": 99, + "line": 100, "column": 51 } } }, "range": [ - 3307, - 3335 + 3335, + 3363 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 51 } } @@ -7332,47 +7440,47 @@ "type": "Identifier", "name": "i", "range": [ - 3336, - 3337 + 3364, + 3365 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 52 }, "end": { - "line": 99, + "line": 100, "column": 53 } } }, "range": [ - 3307, - 3337 + 3335, + 3365 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 23 }, "end": { - "line": 99, + "line": 100, "column": 53 } } } ], "range": [ - 3300, - 3338 + 3328, + 3366 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 16 }, "end": { - "line": 99, + "line": 100, "column": 54 } } @@ -7385,16 +7493,16 @@ "value": "ci", "raw": "'ci'", "range": [ - 3357, - 3361 + 3385, + 3389 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 17 }, "end": { - "line": 100, + "line": 101, "column": 21 } } @@ -7403,63 +7511,63 @@ "type": "Identifier", "name": "i", "range": [ - 3363, - 3364 + 3391, + 3392 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 23 }, "end": { - "line": 100, + "line": 101, "column": 24 } } } ], "range": [ - 3356, - 3365 + 3384, + 3393 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 16 }, "end": { - "line": 100, + "line": 101, "column": 25 } } } ], "range": [ - 3248, - 3379 + 3276, + 3407 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 28 }, "end": { - "line": 101, + "line": 102, "column": 13 } } }, "range": [ - 3236, - 3379 + 3264, + 3407 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 16 }, "end": { - "line": 101, + "line": 102, "column": 13 } } @@ -7467,16 +7575,16 @@ ], "kind": "var", "range": [ - 3232, - 3380 + 3260, + 3408 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 14 } } @@ -7493,16 +7601,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3393, - 3402 + 3421, + 3430 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 21 } } @@ -7511,31 +7619,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3403, - 3412 + 3431, + 3440 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 22 }, "end": { - "line": 102, + "line": 103, "column": 31 } } }, "range": [ - 3393, - 3412 + 3421, + 3440 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 31 } } @@ -7546,16 +7654,16 @@ "object": { "type": "ThisExpression", "range": [ - 3415, - 3419 + 3443, + 3447 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 34 }, "end": { - "line": 102, + "line": 103, "column": 38 } } @@ -7564,61 +7672,61 @@ "type": "Identifier", "name": "popUpImgFltHtml", "range": [ - 3420, - 3435 + 3448, + 3463 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 39 }, "end": { - "line": 102, + "line": 103, "column": 54 } } }, "range": [ - 3415, - 3435 + 3443, + 3463 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 34 }, "end": { - "line": 102, + "line": 103, "column": 54 } } }, "range": [ - 3393, - 3435 + 3421, + 3463 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 54 } } }, "range": [ - 3393, - 3436 + 3421, + 3464 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 55 } } @@ -7632,16 +7740,16 @@ "type": "Identifier", "name": "header", "range": [ - 3453, - 3459 + 3481, + 3487 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 16 }, "end": { - "line": 103, + "line": 104, "column": 22 } } @@ -7655,16 +7763,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3462, - 3464 + 3490, + 3492 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 25 }, "end": { - "line": 103, + "line": 104, "column": 27 } } @@ -7673,31 +7781,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 3465, - 3481 + 3493, + 3509 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 28 }, "end": { - "line": 103, + "line": 104, "column": 44 } } }, "range": [ - 3462, - 3481 + 3490, + 3509 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 25 }, "end": { - "line": 103, + "line": 104, "column": 44 } } @@ -7707,47 +7815,47 @@ "type": "Identifier", "name": "i", "range": [ - 3482, - 3483 + 3510, + 3511 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 45 }, "end": { - "line": 103, + "line": 104, "column": 46 } } } ], "range": [ - 3462, - 3484 + 3490, + 3512 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 25 }, "end": { - "line": 103, + "line": 104, "column": 47 } } }, "range": [ - 3453, - 3484 + 3481, + 3512 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 16 }, "end": { - "line": 103, + "line": 104, "column": 47 } } @@ -7755,16 +7863,16 @@ ], "kind": "var", "range": [ - 3449, - 3485 + 3477, + 3513 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 12 }, "end": { - "line": 103, + "line": 104, "column": 48 } } @@ -7780,16 +7888,16 @@ "type": "Identifier", "name": "header", "range": [ - 3498, - 3504 + 3526, + 3532 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 18 } } @@ -7798,31 +7906,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3505, - 3516 + 3533, + 3544 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 19 }, "end": { - "line": 104, + "line": 105, "column": 30 } } }, "range": [ - 3498, - 3516 + 3526, + 3544 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 30 } } @@ -7832,47 +7940,47 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3517, - 3526 + 3545, + 3554 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 31 }, "end": { - "line": 104, + "line": 105, "column": 40 } } } ], "range": [ - 3498, - 3527 + 3526, + 3555 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 41 } } }, "range": [ - 3498, - 3528 + 3526, + 3556 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 105, "column": 42 } } @@ -7888,16 +7996,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3541, - 3546 + 3569, + 3574 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 17 } } @@ -7906,31 +8014,31 @@ "type": "Identifier", "name": "add", "range": [ - 3547, - 3550 + 3575, + 3578 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 18 }, "end": { - "line": 105, + "line": 106, "column": 21 } } }, "range": [ - 3541, - 3550 + 3569, + 3578 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 21 } } @@ -7940,16 +8048,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3551, - 3560 + 3579, + 3588 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 22 }, "end": { - "line": 105, + "line": 106, "column": 31 } } @@ -7959,16 +8067,16 @@ "value": "click", "raw": "'click'", "range": [ - 3562, - 3569 + 3590, + 3597 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 33 }, "end": { - "line": 105, + "line": 106, "column": 40 } } @@ -7981,16 +8089,16 @@ "type": "Identifier", "name": "evt", "range": [ - 3572, - 3575 + 3600, + 3603 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 43 }, "end": { - "line": 105, + "line": 106, "column": 46 } } @@ -8009,16 +8117,16 @@ "object": { "type": "ThisExpression", "range": [ - 3582, - 3586 + 3610, + 3614 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 53 }, "end": { - "line": 105, + "line": 106, "column": 57 } } @@ -8027,31 +8135,31 @@ "type": "Identifier", "name": "onClick", "range": [ - 3587, - 3594 + 3615, + 3622 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 58 }, "end": { - "line": 105, + "line": 106, "column": 65 } } }, "range": [ - 3582, - 3594 + 3610, + 3622 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 53 }, "end": { - "line": 105, + "line": 106, "column": 65 } } @@ -8061,63 +8169,63 @@ "type": "Identifier", "name": "evt", "range": [ - 3595, - 3598 + 3623, + 3626 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 66 }, "end": { - "line": 105, + "line": 106, "column": 69 } } } ], "range": [ - 3582, - 3599 + 3610, + 3627 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 53 }, "end": { - "line": 105, + "line": 106, "column": 70 } } }, "range": [ - 3582, - 3600 + 3610, + 3628 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 53 }, "end": { - "line": 105, + "line": 106, "column": 71 } } } ], "range": [ - 3580, - 3602 + 3608, + 3630 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 51 }, "end": { - "line": 105, + "line": 106, "column": 73 } } @@ -8125,47 +8233,47 @@ "generator": false, "expression": false, "range": [ - 3571, - 3602 + 3599, + 3630 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 42 }, "end": { - "line": 105, + "line": 106, "column": 73 } } } ], "range": [ - 3541, - 3603 + 3569, + 3631 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 74 } } }, "range": [ - 3541, - 3604 + 3569, + 3632 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 75 } } @@ -8184,16 +8292,16 @@ "object": { "type": "ThisExpression", "range": [ - 3617, - 3621 + 3645, + 3649 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 16 } } @@ -8202,31 +8310,31 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 3622, - 3635 + 3650, + 3663 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 17 }, "end": { - "line": 106, + "line": 107, "column": 30 } } }, "range": [ - 3617, - 3635 + 3645, + 3663 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 30 } } @@ -8235,31 +8343,31 @@ "type": "Identifier", "name": "i", "range": [ - 3636, - 3637 + 3664, + 3665 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 31 }, "end": { - "line": 106, + "line": 107, "column": 32 } } }, "range": [ - 3617, - 3638 + 3645, + 3666 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 33 } } @@ -8268,46 +8376,46 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3641, - 3650 + 3669, + 3678 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 36 }, "end": { - "line": 106, + "line": 107, "column": 45 } } }, "range": [ - 3617, - 3650 + 3645, + 3678 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 45 } } }, "range": [ - 3617, - 3651 + 3645, + 3679 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 12 }, "end": { - "line": 106, + "line": 107, "column": 46 } } @@ -8326,16 +8434,16 @@ "object": { "type": "ThisExpression", "range": [ - 3664, - 3668 + 3692, + 3696 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 16 } } @@ -8344,31 +8452,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 3669, - 3681 + 3697, + 3709 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 17 }, "end": { - "line": 107, + "line": 108, "column": 29 } } }, "range": [ - 3664, - 3681 + 3692, + 3709 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 29 } } @@ -8377,31 +8485,31 @@ "type": "Identifier", "name": "i", "range": [ - 3682, - 3683 + 3710, + 3711 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 30 }, "end": { - "line": 107, + "line": 108, "column": 31 } } }, "range": [ - 3664, - 3684 + 3692, + 3712 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 32 } } @@ -8413,16 +8521,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3687, - 3696 + 3715, + 3724 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 35 }, "end": { - "line": 107, + "line": 108, "column": 44 } } @@ -8431,92 +8539,92 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3697, - 3707 + 3725, + 3735 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 45 }, "end": { - "line": 107, + "line": 108, "column": 55 } } }, "range": [ - 3687, - 3707 + 3715, + 3735 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 35 }, "end": { - "line": 107, + "line": 108, "column": 55 } } }, "range": [ - 3664, - 3707 + 3692, + 3735 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 55 } } }, "range": [ - 3664, - 3708 + 3692, + 3736 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 56 } } } ], "range": [ - 3122, - 3718 + 3160, + 3746 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 39 }, "end": { - "line": 108, + "line": 109, "column": 9 } } }, "range": [ - 3091, - 3718 + 3129, + 3746 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 9 } }, @@ -8525,16 +8633,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3756, + 3778 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 30 } } @@ -8554,16 +8662,16 @@ "object": { "type": "ThisExpression", "range": [ - 3759, - 3763 + 3787, + 3791 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 12 } } @@ -8572,31 +8680,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3764, - 3771 + 3792, + 3799 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 13 }, "end": { - "line": 111, + "line": 112, "column": 20 } } }, "range": [ - 3759, - 3771 + 3787, + 3799 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 20 } } @@ -8605,31 +8713,31 @@ "type": "Identifier", "name": "on", "range": [ - 3772, - 3774 + 3800, + 3802 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 21 }, "end": { - "line": 111, + "line": 112, "column": 23 } } }, "range": [ - 3759, - 3774 + 3787, + 3802 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 23 } } @@ -8643,32 +8751,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 3776, - 3794 + 3804, + 3822 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 25 }, "end": { - "line": 111, + "line": 112, "column": 43 } } } ], "range": [ - 3775, - 3795 + 3803, + 3823 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 24 }, "end": { - "line": 111, + "line": 112, "column": 44 } } @@ -8685,16 +8793,16 @@ "object": { "type": "ThisExpression", "range": [ - 3802, - 3806 + 3830, + 3834 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 51 }, "end": { - "line": 111, + "line": 112, "column": 55 } } @@ -8703,47 +8811,47 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 3807, - 3817 + 3835, + 3845 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 56 }, "end": { - "line": 111, + "line": 112, "column": 66 } } }, "range": [ - 3802, - 3817 + 3830, + 3845 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 51 }, "end": { - "line": 111, + "line": 112, "column": 66 } } }, "arguments": [], "range": [ - 3802, - 3819 + 3830, + 3847 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 51 }, "end": { - "line": 111, + "line": 112, "column": 68 } } @@ -8751,47 +8859,47 @@ "generator": false, "expression": true, "range": [ - 3797, - 3819 + 3825, + 3847 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 46 }, "end": { - "line": 111, + "line": 112, "column": 68 } } } ], "range": [ - 3759, - 3820 + 3787, + 3848 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 69 } } }, "range": [ - 3759, - 3821 + 3787, + 3849 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 70 } }, @@ -8800,16 +8908,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3756, + 3778 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 30 } } @@ -8829,16 +8937,16 @@ "object": { "type": "ThisExpression", "range": [ - 3830, - 3834 + 3858, + 3862 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 12 } } @@ -8847,31 +8955,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3835, - 3842 + 3863, + 3870 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 13 }, "end": { - "line": 112, + "line": 113, "column": 20 } } }, "range": [ - 3830, - 3842 + 3858, + 3870 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 20 } } @@ -8880,31 +8988,31 @@ "type": "Identifier", "name": "on", "range": [ - 3843, - 3845 + 3871, + 3873 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 21 }, "end": { - "line": 112, + "line": 113, "column": 23 } } }, "range": [ - 3830, - 3845 + 3858, + 3873 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 23 } } @@ -8918,32 +9026,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 3847, - 3864 + 3875, + 3892 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 25 }, "end": { - "line": 112, + "line": 113, "column": 42 } } } ], "range": [ - 3846, - 3865 + 3874, + 3893 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 24 }, "end": { - "line": 112, + "line": 113, "column": 43 } } @@ -8960,16 +9068,16 @@ "object": { "type": "ThisExpression", "range": [ - 3872, - 3876 + 3900, + 3904 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 50 }, "end": { - "line": 112, + "line": 113, "column": 54 } } @@ -8978,47 +9086,47 @@ "type": "Identifier", "name": "closeAll", "range": [ - 3877, - 3885 + 3905, + 3913 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 55 }, "end": { - "line": 112, + "line": 113, "column": 63 } } }, "range": [ - 3872, - 3885 + 3900, + 3913 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 50 }, "end": { - "line": 112, + "line": 113, "column": 63 } } }, "arguments": [], "range": [ - 3872, - 3887 + 3900, + 3915 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 50 }, "end": { - "line": 112, + "line": 113, "column": 65 } } @@ -9026,47 +9134,47 @@ "generator": false, "expression": true, "range": [ - 3867, - 3887 + 3895, + 3915 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 45 }, "end": { - "line": 112, + "line": 113, "column": 65 } } } ], "range": [ - 3830, - 3888 + 3858, + 3916 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 66 } } }, "range": [ - 3830, - 3889 + 3858, + 3917 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 67 } } @@ -9084,16 +9192,16 @@ "object": { "type": "ThisExpression", "range": [ - 3898, - 3902 + 3926, + 3930 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 12 } } @@ -9102,31 +9210,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3903, - 3910 + 3931, + 3938 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 13 }, "end": { - "line": 113, + "line": 114, "column": 20 } } }, "range": [ - 3898, - 3910 + 3926, + 3938 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 20 } } @@ -9135,31 +9243,31 @@ "type": "Identifier", "name": "on", "range": [ - 3911, - 3913 + 3939, + 3941 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 21 }, "end": { - "line": 113, + "line": 114, "column": 23 } } }, "range": [ - 3898, - 3913 + 3926, + 3941 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 23 } } @@ -9173,32 +9281,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 3915, - 3931 + 3943, + 3959 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 25 }, "end": { - "line": 113, + "line": 114, "column": 41 } } } ], "range": [ - 3914, - 3932 + 3942, + 3960 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 24 }, "end": { - "line": 113, + "line": 114, "column": 42 } } @@ -9211,16 +9319,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3947, - 3949 + 3975, + 3977 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 13 }, "end": { - "line": 114, + "line": 115, "column": 15 } } @@ -9229,16 +9337,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3951, - 3960 + 3979, + 3988 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 17 }, "end": { - "line": 114, + "line": 115, "column": 26 } } @@ -9252,16 +9360,16 @@ "object": { "type": "ThisExpression", "range": [ - 3964, - 3968 + 3992, + 3996 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 30 }, "end": { - "line": 114, + "line": 115, "column": 34 } } @@ -9270,31 +9378,31 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 3969, - 3978 + 3997, + 4006 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 35 }, "end": { - "line": 114, + "line": 115, "column": 44 } } }, "range": [ - 3964, - 3978 + 3992, + 4006 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 30 }, "end": { - "line": 114, + "line": 115, "column": 44 } } @@ -9304,16 +9412,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3979, - 3988 + 4007, + 4016 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 45 }, "end": { - "line": 114, + "line": 115, "column": 54 } } @@ -9323,32 +9431,32 @@ "value": true, "raw": "true", "range": [ - 3990, - 3994 + 4018, + 4022 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 56 }, "end": { - "line": 114, + "line": 115, "column": 60 } } } ], "range": [ - 3964, - 3995 + 3992, + 4023 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 30 }, "end": { - "line": 114, + "line": 115, "column": 61 } } @@ -9356,47 +9464,47 @@ "generator": false, "expression": true, "range": [ - 3946, - 3995 + 3974, + 4023 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 12 }, "end": { - "line": 114, + "line": 115, "column": 61 } } } ], "range": [ - 3898, - 3996 + 3926, + 4024 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 62 } } }, "range": [ - 3898, - 3997 + 3926, + 4025 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 63 } } @@ -9414,16 +9522,16 @@ "object": { "type": "ThisExpression", "range": [ - 4006, - 4010 + 4034, + 4038 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 12 } } @@ -9432,31 +9540,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4011, - 4018 + 4039, + 4046 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 13 }, "end": { - "line": 115, + "line": 116, "column": 20 } } }, "range": [ - 4006, - 4018 + 4034, + 4046 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 20 } } @@ -9465,31 +9573,31 @@ "type": "Identifier", "name": "on", "range": [ - 4019, - 4021 + 4047, + 4049 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 21 }, "end": { - "line": 115, + "line": 116, "column": 23 } } }, "range": [ - 4006, - 4021 + 4034, + 4049 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 23 } } @@ -9503,32 +9611,32 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 4023, - 4045 + 4051, + 4073 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 25 }, "end": { - "line": 115, + "line": 116, "column": 47 } } } ], "range": [ - 4022, - 4046 + 4050, + 4074 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 24 }, "end": { - "line": 115, + "line": 116, "column": 48 } } @@ -9549,16 +9657,16 @@ "object": { "type": "ThisExpression", "range": [ - 4053, - 4057 + 4081, + 4085 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 55 }, "end": { - "line": 115, + "line": 116, "column": 59 } } @@ -9567,31 +9675,31 @@ "type": "Identifier", "name": "tf", "range": [ - 4058, - 4060 + 4086, + 4088 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 60 }, "end": { - "line": 115, + "line": 116, "column": 62 } } }, "range": [ - 4053, - 4060 + 4081, + 4088 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 55 }, "end": { - "line": 115, + "line": 116, "column": 62 } } @@ -9600,47 +9708,47 @@ "type": "Identifier", "name": "headersRow", "range": [ - 4061, - 4071 + 4089, + 4099 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 63 }, "end": { - "line": 115, + "line": 116, "column": 73 } } }, "range": [ - 4053, - 4071 + 4081, + 4099 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 55 }, "end": { - "line": 115, + "line": 116, "column": 73 } } }, "prefix": false, "range": [ - 4053, - 4073 + 4081, + 4101 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 55 }, "end": { - "line": 115, + "line": 116, "column": 75 } } @@ -9648,47 +9756,47 @@ "generator": false, "expression": true, "range": [ - 4048, - 4073 + 4076, + 4101 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 50 }, "end": { - "line": 115, + "line": 116, "column": 75 } } } ], "range": [ - 4006, - 4074 + 4034, + 4102 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 76 } } }, "range": [ - 4006, - 4075 + 4034, + 4103 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 77 } } @@ -9706,16 +9814,16 @@ "object": { "type": "ThisExpression", "range": [ - 4084, - 4088 + 4112, + 4116 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 12 } } @@ -9724,31 +9832,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4089, - 4096 + 4117, + 4124 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 13 }, "end": { - "line": 116, + "line": 117, "column": 20 } } }, "range": [ - 4084, - 4096 + 4112, + 4124 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 20 } } @@ -9757,31 +9865,31 @@ "type": "Identifier", "name": "on", "range": [ - 4097, - 4099 + 4125, + 4127 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 21 }, "end": { - "line": 116, + "line": 117, "column": 23 } } }, "range": [ - 4084, - 4099 + 4112, + 4127 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 23 } } @@ -9795,32 +9903,32 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 4101, - 4121 + 4129, + 4149 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 25 }, "end": { - "line": 116, + "line": 117, "column": 45 } } } ], "range": [ - 4100, - 4122 + 4128, + 4150 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 24 }, "end": { - "line": 116, + "line": 117, "column": 46 } } @@ -9833,16 +9941,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4137, - 4139 + 4165, + 4167 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 13 }, "end": { - "line": 117, + "line": 118, "column": 15 } } @@ -9851,16 +9959,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4141, - 4149 + 4169, + 4177 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 17 }, "end": { - "line": 117, + "line": 118, "column": 25 } } @@ -9874,16 +9982,16 @@ "object": { "type": "ThisExpression", "range": [ - 4153, - 4157 + 4181, + 4185 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 29 }, "end": { - "line": 117, + "line": 118, "column": 33 } } @@ -9892,31 +10000,31 @@ "type": "Identifier", "name": "build", "range": [ - 4158, - 4163 + 4186, + 4191 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 34 }, "end": { - "line": 117, + "line": 118, "column": 39 } } }, "range": [ - 4153, - 4163 + 4181, + 4191 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 29 }, "end": { - "line": 117, + "line": 118, "column": 39 } } @@ -9926,32 +10034,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4164, - 4172 + 4192, + 4200 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 40 }, "end": { - "line": 117, + "line": 118, "column": 48 } } } ], "range": [ - 4153, - 4173 + 4181, + 4201 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 29 }, "end": { - "line": 117, + "line": 118, "column": 49 } } @@ -9959,47 +10067,47 @@ "generator": false, "expression": true, "range": [ - 4136, - 4173 + 4164, + 4201 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 49 } } } ], "range": [ - 4084, - 4174 + 4112, + 4202 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 50 } } }, "range": [ - 4084, - 4175 + 4112, + 4203 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 51 } } @@ -10015,16 +10123,16 @@ "object": { "type": "ThisExpression", "range": [ - 4185, - 4189 + 4213, + 4217 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 12 } } @@ -10033,31 +10141,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 4190, - 4201 + 4218, + 4229 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 13 }, "end": { - "line": 119, + "line": 120, "column": 24 } } }, "range": [ - 4185, - 4201 + 4213, + 4229 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 24 } } @@ -10067,62 +10175,62 @@ "value": true, "raw": "true", "range": [ - 4204, - 4208 + 4232, + 4236 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 27 }, "end": { - "line": 119, + "line": 120, "column": 31 } } }, "range": [ - 4185, - 4208 + 4213, + 4236 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 31 } } }, "range": [ - 4185, - 4209 + 4213, + 4237 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 32 } } } ], "range": [ - 2859, - 4215 + 2897, + 4243 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 10 }, "end": { - "line": 120, + "line": 121, "column": 5 } } @@ -10130,16 +10238,16 @@ "generator": false, "expression": false, "range": [ - 2857, - 4215 + 2895, + 4243 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 5 } } @@ -10147,16 +10255,16 @@ "kind": "method", "computed": false, "range": [ - 2853, - 4215 + 2891, + 4243 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 4 }, "end": { - "line": 120, + "line": 121, "column": 5 } }, @@ -10165,16 +10273,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2806, - 2848 + 2844, + 2886 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 4 }, "end": { - "line": 80, + "line": 81, "column": 7 } } @@ -10185,16 +10293,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4249, + 4302 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 4 }, "end": { - "line": 124, + "line": 125, "column": 7 } } @@ -10208,16 +10316,16 @@ "type": "Identifier", "name": "reset", "range": [ - 4279, - 4284 + 4307, + 4312 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 4 }, "end": { - "line": 125, + "line": 126, "column": 9 } } @@ -10239,16 +10347,16 @@ "object": { "type": "ThisExpression", "range": [ - 4296, - 4300 + 4324, + 4328 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 12 } } @@ -10257,62 +10365,62 @@ "type": "Identifier", "name": "enable", "range": [ - 4301, - 4307 + 4329, + 4335 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 13 }, "end": { - "line": 126, + "line": 127, "column": 19 } } }, "range": [ - 4296, - 4307 + 4324, + 4335 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 19 } } }, "arguments": [], "range": [ - 4296, - 4309 + 4324, + 4337 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 21 } } }, "range": [ - 4296, - 4310 + 4324, + 4338 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 8 }, "end": { - "line": 126, + "line": 127, "column": 22 } } @@ -10327,16 +10435,16 @@ "object": { "type": "ThisExpression", "range": [ - 4319, - 4323 + 4347, + 4351 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 12 } } @@ -10345,62 +10453,62 @@ "type": "Identifier", "name": "init", "range": [ - 4324, - 4328 + 4352, + 4356 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 13 }, "end": { - "line": 127, + "line": 128, "column": 17 } } }, "range": [ - 4319, - 4328 + 4347, + 4356 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 17 } } }, "arguments": [], "range": [ - 4319, - 4330 + 4347, + 4358 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 19 } } }, "range": [ - 4319, - 4331 + 4347, + 4359 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 20 } } @@ -10415,16 +10523,16 @@ "object": { "type": "ThisExpression", "range": [ - 4340, - 4344 + 4368, + 4372 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 12 } } @@ -10433,78 +10541,78 @@ "type": "Identifier", "name": "buildAll", "range": [ - 4345, - 4353 + 4373, + 4381 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 13 }, "end": { - "line": 128, + "line": 129, "column": 21 } } }, "range": [ - 4340, - 4353 + 4368, + 4381 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 21 } } }, "arguments": [], "range": [ - 4340, - 4355 + 4368, + 4383 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 23 } } }, "range": [ - 4340, - 4356 + 4368, + 4384 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 24 } } } ], "range": [ - 4286, - 4362 + 4314, + 4390 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 11 }, "end": { - "line": 129, + "line": 130, "column": 5 } } @@ -10512,16 +10620,16 @@ "generator": false, "expression": false, "range": [ - 4284, - 4362 + 4312, + 4390 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 9 }, "end": { - "line": 129, + "line": 130, "column": 5 } } @@ -10529,16 +10637,16 @@ "kind": "method", "computed": false, "range": [ - 4279, - 4362 + 4307, + 4390 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 4 }, "end": { - "line": 129, + "line": 130, "column": 5 } }, @@ -10547,16 +10655,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4249, + 4302 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 4 }, "end": { - "line": 124, + "line": 125, "column": 7 } } @@ -10567,16 +10675,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4396, + 4448 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 4 }, "end": { - "line": 133, + "line": 134, "column": 7 } } @@ -10590,16 +10698,16 @@ "type": "Identifier", "name": "buildAll", "range": [ - 4425, - 4433 + 4453, + 4461 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 4 }, "end": { - "line": 134, + "line": 135, "column": 12 } } @@ -10622,16 +10730,16 @@ "type": "Identifier", "name": "i", "range": [ - 4453, - 4454 + 4481, + 4482 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 16 }, "end": { - "line": 135, + "line": 136, "column": 17 } } @@ -10641,31 +10749,31 @@ "value": 0, "raw": "0", "range": [ - 4455, - 4456 + 4483, + 4484 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 18 }, "end": { - "line": 135, + "line": 136, "column": 19 } } }, "range": [ - 4453, - 4456 + 4481, + 4484 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 16 }, "end": { - "line": 135, + "line": 136, "column": 19 } } @@ -10673,16 +10781,16 @@ ], "kind": "var", "range": [ - 4449, - 4456 + 4477, + 4484 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 12 }, "end": { - "line": 135, + "line": 136, "column": 19 } } @@ -10694,16 +10802,16 @@ "type": "Identifier", "name": "i", "range": [ - 4458, - 4459 + 4486, + 4487 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 21 }, "end": { - "line": 135, + "line": 136, "column": 22 } } @@ -10717,16 +10825,16 @@ "object": { "type": "ThisExpression", "range": [ - 4460, - 4464 + 4488, + 4492 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 23 }, "end": { - "line": 135, + "line": 136, "column": 27 } } @@ -10735,31 +10843,31 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 4465, - 4481 + 4493, + 4509 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 28 }, "end": { - "line": 135, + "line": 136, "column": 44 } } }, "range": [ - 4460, - 4481 + 4488, + 4509 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 23 }, "end": { - "line": 135, + "line": 136, "column": 44 } } @@ -10768,46 +10876,46 @@ "type": "Identifier", "name": "length", "range": [ - 4482, - 4488 + 4510, + 4516 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 45 }, "end": { - "line": 135, + "line": 136, "column": 51 } } }, "range": [ - 4460, - 4488 + 4488, + 4516 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 23 }, "end": { - "line": 135, + "line": 136, "column": 51 } } }, "range": [ - 4458, - 4488 + 4486, + 4516 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 21 }, "end": { - "line": 135, + "line": 136, "column": 51 } } @@ -10819,32 +10927,32 @@ "type": "Identifier", "name": "i", "range": [ - 4490, - 4491 + 4518, + 4519 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 53 }, "end": { - "line": 135, + "line": 136, "column": 54 } } }, "prefix": false, "range": [ - 4490, - 4493 + 4518, + 4521 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 53 }, "end": { - "line": 135, + "line": 136, "column": 56 } } @@ -10862,16 +10970,16 @@ "object": { "type": "ThisExpression", "range": [ - 4508, - 4512 + 4536, + 4540 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 16 } } @@ -10880,31 +10988,31 @@ "type": "Identifier", "name": "build", "range": [ - 4513, - 4518 + 4541, + 4546 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 17 }, "end": { - "line": 136, + "line": 137, "column": 22 } } }, "range": [ - 4508, - 4518 + 4536, + 4546 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 22 } } @@ -10914,16 +11022,16 @@ "type": "Identifier", "name": "i", "range": [ - 4519, - 4520 + 4547, + 4548 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 23 }, "end": { - "line": 136, + "line": 137, "column": 24 } } @@ -10937,16 +11045,16 @@ "object": { "type": "ThisExpression", "range": [ - 4522, - 4526 + 4550, + 4554 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 26 }, "end": { - "line": 136, + "line": 137, "column": 30 } } @@ -10955,31 +11063,31 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 4527, - 4543 + 4555, + 4571 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 31 }, "end": { - "line": 136, + "line": 137, "column": 47 } } }, "range": [ - 4522, - 4543 + 4550, + 4571 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 26 }, "end": { - "line": 136, + "line": 137, "column": 47 } } @@ -10988,109 +11096,109 @@ "type": "Identifier", "name": "i", "range": [ - 4544, - 4545 + 4572, + 4573 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 48 }, "end": { - "line": 136, + "line": 137, "column": 49 } } }, "range": [ - 4522, - 4546 + 4550, + 4574 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 26 }, "end": { - "line": 136, + "line": 137, "column": 50 } } } ], "range": [ - 4508, - 4547 + 4536, + 4575 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 51 } } }, "range": [ - 4508, - 4548 + 4536, + 4576 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 52 } } } ], "range": [ - 4494, - 4558 + 4522, + 4586 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 57 }, "end": { - "line": 137, + "line": 138, "column": 9 } } }, "range": [ - 4445, - 4558 + 4473, + 4586 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 137, + "line": 138, "column": 9 } } } ], "range": [ - 4435, - 4564 + 4463, + 4592 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 14 }, "end": { - "line": 138, + "line": 139, "column": 5 } } @@ -11098,16 +11206,16 @@ "generator": false, "expression": false, "range": [ - 4433, - 4564 + 4461, + 4592 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 5 } } @@ -11115,16 +11223,16 @@ "kind": "method", "computed": false, "range": [ - 4425, - 4564 + 4453, + 4592 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 4 }, "end": { - "line": 138, + "line": 139, "column": 5 } }, @@ -11133,16 +11241,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4396, + 4448 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 4 }, "end": { - "line": 133, + "line": 134, "column": 7 } } @@ -11153,16 +11261,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4598, + 4767 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 4 }, "end": { - "line": 144, + "line": 145, "column": 7 } } @@ -11176,16 +11284,16 @@ "type": "Identifier", "name": "build", "range": [ - 4744, - 4749 + 4772, + 4777 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 4 }, "end": { - "line": 145, + "line": 146, "column": 9 } } @@ -11198,16 +11306,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4750, - 4758 + 4778, + 4786 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 10 }, "end": { - "line": 145, + "line": 146, "column": 18 } } @@ -11216,16 +11324,16 @@ "type": "Identifier", "name": "div", "range": [ - 4760, - 4763 + 4788, + 4791 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 20 }, "end": { - "line": 145, + "line": 146, "column": 23 } } @@ -11243,16 +11351,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4778, - 4780 + 4806, + 4808 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 14 } } @@ -11263,16 +11371,16 @@ "object": { "type": "ThisExpression", "range": [ - 4783, - 4787 + 4811, + 4815 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 17 }, "end": { - "line": 146, + "line": 147, "column": 21 } } @@ -11281,46 +11389,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4788, - 4790 + 4816, + 4818 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 22 }, "end": { - "line": 146, + "line": 147, "column": 24 } } }, "range": [ - 4783, - 4790 + 4811, + 4818 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 17 }, "end": { - "line": 146, + "line": 147, "column": 24 } } }, "range": [ - 4778, - 4790 + 4806, + 4818 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 24 } } @@ -11328,16 +11436,16 @@ ], "kind": "var", "range": [ - 4774, - 4791 + 4802, + 4819 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 25 } } @@ -11351,16 +11459,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 4804, - 4812 + 4832, + 4840 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 20 } } @@ -11374,32 +11482,32 @@ "type": "Identifier", "name": "div", "range": [ - 4816, - 4819 + 4844, + 4847 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 24 }, "end": { - "line": 147, + "line": 148, "column": 27 } } }, "prefix": true, "range": [ - 4815, - 4819 + 4843, + 4847 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 23 }, "end": { - "line": 147, + "line": 148, "column": 27 } } @@ -11413,16 +11521,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4834, - 4837 + 4862, + 4865 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 15 } } @@ -11431,31 +11539,31 @@ "type": "Identifier", "name": "create", "range": [ - 4838, - 4844 + 4866, + 4872 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 16 }, "end": { - "line": 148, + "line": 149, "column": 22 } } }, "range": [ - 4834, - 4844 + 4862, + 4872 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 22 } } @@ -11466,16 +11574,16 @@ "value": "div", "raw": "'div'", "range": [ - 4845, - 4850 + 4873, + 4878 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 23 }, "end": { - "line": 148, + "line": 149, "column": 28 } } @@ -11488,16 +11596,16 @@ "value": "id", "raw": "'id'", "range": [ - 4853, - 4857 + 4881, + 4885 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 31 }, "end": { - "line": 148, + "line": 149, "column": 35 } } @@ -11517,16 +11625,16 @@ "object": { "type": "ThisExpression", "range": [ - 4859, - 4863 + 4887, + 4891 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 41 } } @@ -11535,31 +11643,31 @@ "type": "Identifier", "name": "prfxPopUpDiv", "range": [ - 4864, - 4876 + 4892, + 4904 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 42 }, "end": { - "line": 148, + "line": 149, "column": 54 } } }, "range": [ - 4859, - 4876 + 4887, + 4904 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 54 } } @@ -11571,16 +11679,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4877, - 4879 + 4905, + 4907 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 55 }, "end": { - "line": 148, + "line": 149, "column": 57 } } @@ -11589,46 +11697,46 @@ "type": "Identifier", "name": "id", "range": [ - 4880, - 4882 + 4908, + 4910 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 58 }, "end": { - "line": 148, + "line": 149, "column": 60 } } }, "range": [ - 4877, - 4882 + 4905, + 4910 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 55 }, "end": { - "line": 148, + "line": 149, "column": 60 } } }, "range": [ - 4859, - 4882 + 4887, + 4910 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 60 } } @@ -11638,31 +11746,31 @@ "value": "_", "raw": "'_'", "range": [ - 4883, - 4886 + 4911, + 4914 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 61 }, "end": { - "line": 148, + "line": 149, "column": 64 } } }, "range": [ - 4859, - 4886 + 4887, + 4914 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 64 } } @@ -11671,63 +11779,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4887, - 4895 + 4915, + 4923 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 65 }, "end": { - "line": 148, + "line": 149, "column": 73 } } }, "range": [ - 4859, - 4895 + 4887, + 4923 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 73 } } } ], "range": [ - 4852, - 4896 + 4880, + 4924 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 30 }, "end": { - "line": 148, + "line": 149, "column": 74 } } } ], "range": [ - 4834, - 4897 + 4862, + 4925 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 12 }, "end": { - "line": 148, + "line": 149, "column": 75 } } @@ -11736,46 +11844,46 @@ "type": "Identifier", "name": "div", "range": [ - 4912, - 4915 + 4940, + 4943 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 15 } } }, "range": [ - 4815, - 4915 + 4843, + 4943 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 23 }, "end": { - "line": 149, + "line": 150, "column": 15 } } }, "range": [ - 4804, - 4915 + 4832, + 4943 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 149, + "line": 150, "column": 15 } } @@ -11783,16 +11891,16 @@ ], "kind": "var", "range": [ - 4800, - 4916 + 4828, + 4944 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 16 } } @@ -11809,16 +11917,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 4925, - 4933 + 4953, + 4961 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 150, + "line": 151, "column": 16 } } @@ -11827,31 +11935,31 @@ "type": "Identifier", "name": "className", "range": [ - 4934, - 4943 + 4962, + 4971 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 17 }, "end": { - "line": 150, + "line": 151, "column": 26 } } }, "range": [ - 4925, - 4943 + 4953, + 4971 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 150, + "line": 151, "column": 26 } } @@ -11862,16 +11970,16 @@ "object": { "type": "ThisExpression", "range": [ - 4946, - 4950 + 4974, + 4978 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 33 } } @@ -11880,61 +11988,61 @@ "type": "Identifier", "name": "popUpDivCssClass", "range": [ - 4951, - 4967 + 4979, + 4995 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 34 }, "end": { - "line": 150, + "line": 151, "column": 50 } } }, "range": [ - 4946, - 4967 + 4974, + 4995 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 50 } } }, "range": [ - 4925, - 4967 + 4953, + 4995 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 150, + "line": 151, "column": 50 } } }, "range": [ - 4925, - 4968 + 4953, + 4996 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 150, + "line": 151, "column": 51 } } @@ -11953,16 +12061,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4977, - 4979 + 5005, + 5007 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 10 } } @@ -11971,31 +12079,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 4980, - 4997 + 5008, + 5025 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 11 }, "end": { - "line": 151, + "line": 152, "column": 28 } } }, "range": [ - 4977, - 4997 + 5005, + 5025 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 28 } } @@ -12004,31 +12112,31 @@ "type": "Identifier", "name": "push", "range": [ - 4998, - 5002 + 5026, + 5030 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 29 }, "end": { - "line": 151, + "line": 152, "column": 33 } } }, "range": [ - 4977, - 5002 + 5005, + 5030 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 33 } } @@ -12041,16 +12149,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5003, - 5011 + 5031, + 5039 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 34 }, "end": { - "line": 151, + "line": 152, "column": 42 } } @@ -12059,62 +12167,62 @@ "type": "Identifier", "name": "id", "range": [ - 5012, - 5014 + 5040, + 5042 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 43 }, "end": { - "line": 151, + "line": 152, "column": 45 } } }, "range": [ - 5003, - 5014 + 5031, + 5042 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 34 }, "end": { - "line": 151, + "line": 152, "column": 45 } } } ], "range": [ - 4977, - 5015 + 5005, + 5043 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 46 } } }, "range": [ - 4977, - 5016 + 5005, + 5044 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 47 } } @@ -12128,16 +12236,16 @@ "type": "Identifier", "name": "header", "range": [ - 5029, - 5035 + 5057, + 5063 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 18 } } @@ -12151,16 +12259,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5038, - 5040 + 5066, + 5068 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 23 } } @@ -12169,31 +12277,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 5041, - 5057 + 5069, + 5085 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 24 }, "end": { - "line": 152, + "line": 153, "column": 40 } } }, "range": [ - 5038, - 5057 + 5066, + 5085 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 40 } } @@ -12203,47 +12311,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5058, - 5066 + 5086, + 5094 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 41 }, "end": { - "line": 152, + "line": 153, "column": 49 } } } ], "range": [ - 5038, - 5067 + 5066, + 5095 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 50 } } }, "range": [ - 5029, - 5067 + 5057, + 5095 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 50 } } @@ -12251,16 +12359,16 @@ ], "kind": "var", "range": [ - 5025, - 5068 + 5053, + 5096 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 51 } } @@ -12276,16 +12384,16 @@ "type": "Identifier", "name": "header", "range": [ - 5077, - 5083 + 5105, + 5111 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 14 } } @@ -12294,31 +12402,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 5084, - 5096 + 5112, + 5124 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 15 }, "end": { - "line": 153, + "line": 154, "column": 27 } } }, "range": [ - 5077, - 5096 + 5105, + 5124 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 27 } } @@ -12328,16 +12436,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5097, - 5105 + 5125, + 5133 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 28 }, "end": { - "line": 153, + "line": 154, "column": 36 } } @@ -12349,16 +12457,16 @@ "type": "Identifier", "name": "header", "range": [ - 5107, - 5113 + 5135, + 5141 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 38 }, "end": { - "line": 153, + "line": 154, "column": 44 } } @@ -12367,62 +12475,62 @@ "type": "Identifier", "name": "firstChild", "range": [ - 5114, - 5124 + 5142, + 5152 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 45 }, "end": { - "line": 153, + "line": 154, "column": 55 } } }, "range": [ - 5107, - 5124 + 5135, + 5152 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 38 }, "end": { - "line": 153, + "line": 154, "column": 55 } } } ], "range": [ - 5077, - 5125 + 5105, + 5153 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 56 } } }, "range": [ - 5077, - 5126 + 5105, + 5154 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 153, + "line": 154, "column": 57 } } @@ -12438,16 +12546,16 @@ "type": "Identifier", "name": "Event", "range": [ - 5135, - 5140 + 5163, + 5168 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 13 } } @@ -12456,31 +12564,31 @@ "type": "Identifier", "name": "add", "range": [ - 5141, - 5144 + 5169, + 5172 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 14 }, "end": { - "line": 154, + "line": 155, "column": 17 } } }, "range": [ - 5135, - 5144 + 5163, + 5172 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 17 } } @@ -12490,16 +12598,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5145, - 5153 + 5173, + 5181 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 18 }, "end": { - "line": 154, + "line": 155, "column": 26 } } @@ -12509,16 +12617,16 @@ "value": "click", "raw": "'click'", "range": [ - 5155, - 5162 + 5183, + 5190 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 28 }, "end": { - "line": 154, + "line": 155, "column": 35 } } @@ -12531,16 +12639,16 @@ "type": "Identifier", "name": "evt", "range": [ - 5165, - 5168 + 5193, + 5196 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 38 }, "end": { - "line": 154, + "line": 155, "column": 41 } } @@ -12555,16 +12663,16 @@ "type": "Identifier", "name": "Event", "range": [ - 5173, - 5178 + 5201, + 5206 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 46 }, "end": { - "line": 154, + "line": 155, "column": 51 } } @@ -12573,31 +12681,31 @@ "type": "Identifier", "name": "stop", "range": [ - 5179, - 5183 + 5207, + 5211 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 52 }, "end": { - "line": 154, + "line": 155, "column": 56 } } }, "range": [ - 5173, - 5183 + 5201, + 5211 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 46 }, "end": { - "line": 154, + "line": 155, "column": 56 } } @@ -12607,32 +12715,32 @@ "type": "Identifier", "name": "evt", "range": [ - 5184, - 5187 + 5212, + 5215 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 57 }, "end": { - "line": 154, + "line": 155, "column": 60 } } } ], "range": [ - 5173, - 5188 + 5201, + 5216 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 46 }, "end": { - "line": 154, + "line": 155, "column": 61 } } @@ -12640,47 +12748,47 @@ "generator": false, "expression": true, "range": [ - 5164, - 5188 + 5192, + 5216 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 37 }, "end": { - "line": 154, + "line": 155, "column": 61 } } } ], "range": [ - 5135, - 5189 + 5163, + 5217 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 62 } } }, "range": [ - 5135, - 5190 + 5163, + 5218 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 63 } } @@ -12699,16 +12807,16 @@ "object": { "type": "ThisExpression", "range": [ - 5199, - 5203 + 5227, + 5231 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 12 } } @@ -12717,31 +12825,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5204, - 5216 + 5232, + 5244 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 13 }, "end": { - "line": 155, + "line": 156, "column": 25 } } }, "range": [ - 5199, - 5216 + 5227, + 5244 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 25 } } @@ -12750,31 +12858,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5217, - 5225 + 5245, + 5253 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 26 }, "end": { - "line": 155, + "line": 156, "column": 34 } } }, "range": [ - 5199, - 5226 + 5227, + 5254 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 35 } } @@ -12783,62 +12891,62 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5229, - 5237 + 5257, + 5265 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 38 }, "end": { - "line": 155, + "line": 156, "column": 46 } } }, "range": [ - 5199, - 5237 + 5227, + 5265 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 46 } } }, "range": [ - 5199, - 5238 + 5227, + 5266 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 47 } } } ], "range": [ - 4764, - 5244 + 4792, + 5272 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 5 } } @@ -12846,16 +12954,16 @@ "generator": false, "expression": false, "range": [ - 4749, - 5244 + 4777, + 5272 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 9 }, "end": { - "line": 156, + "line": 157, "column": 5 } } @@ -12863,16 +12971,16 @@ "kind": "method", "computed": false, "range": [ - 4744, - 5244 + 4772, + 5272 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 4 }, "end": { - "line": 156, + "line": 157, "column": 5 } }, @@ -12881,16 +12989,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4598, + 4767 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 4 }, "end": { - "line": 144, + "line": 145, "column": 7 } } @@ -12901,16 +13009,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5278, + 5380 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 4 }, "end": { - "line": 161, + "line": 162, "column": 7 } } @@ -12924,16 +13032,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 5357, - 5363 + 5385, + 5391 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 4 }, "end": { - "line": 162, + "line": 163, "column": 10 } } @@ -12946,16 +13054,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5364, - 5372 + 5392, + 5400 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 11 }, "end": { - "line": 162, + "line": 163, "column": 19 } } @@ -12973,16 +13081,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5387, - 5389 + 5415, + 5417 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 12 }, "end": { - "line": 163, + "line": 164, "column": 14 } } @@ -12993,16 +13101,16 @@ "object": { "type": "ThisExpression", "range": [ - 5392, - 5396 + 5420, + 5424 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 17 }, "end": { - "line": 163, + "line": 164, "column": 21 } } @@ -13011,46 +13119,46 @@ "type": "Identifier", "name": "tf", "range": [ - 5397, - 5399 + 5425, + 5427 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 22 }, "end": { - "line": 163, + "line": 164, "column": 24 } } }, "range": [ - 5392, - 5399 + 5420, + 5427 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 17 }, "end": { - "line": 163, + "line": 164, "column": 24 } } }, "range": [ - 5387, - 5399 + 5415, + 5427 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 12 }, "end": { - "line": 163, + "line": 164, "column": 24 } } @@ -13061,16 +13169,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5413, - 5424 + 5441, + 5452 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 23 } } @@ -13084,16 +13192,16 @@ "object": { "type": "ThisExpression", "range": [ - 5427, - 5431 + 5455, + 5459 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 26 }, "end": { - "line": 164, + "line": 165, "column": 30 } } @@ -13102,31 +13210,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5432, - 5444 + 5460, + 5472 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 31 }, "end": { - "line": 164, + "line": 165, "column": 43 } } }, "range": [ - 5427, - 5444 + 5455, + 5472 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 26 }, "end": { - "line": 164, + "line": 165, "column": 43 } } @@ -13135,46 +13243,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5445, - 5453 + 5473, + 5481 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 44 }, "end": { - "line": 164, + "line": 165, "column": 52 } } }, "range": [ - 5427, - 5454 + 5455, + 5482 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 26 }, "end": { - "line": 164, + "line": 165, "column": 53 } } }, "range": [ - 5413, - 5454 + 5441, + 5482 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 53 } } @@ -13182,16 +13290,16 @@ ], "kind": "var", "range": [ - 5383, - 5455 + 5411, + 5483 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 54 } } @@ -13214,16 +13322,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5468, - 5479 + 5496, + 5507 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 11 }, "end": { - "line": 166, + "line": 167, "column": 22 } } @@ -13232,31 +13340,31 @@ "type": "Identifier", "name": "style", "range": [ - 5480, - 5485 + 5508, + 5513 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 23 }, "end": { - "line": 166, + "line": 167, "column": 28 } } }, "range": [ - 5468, - 5485 + 5496, + 5513 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 11 }, "end": { - "line": 166, + "line": 167, "column": 28 } } @@ -13265,66 +13373,65 @@ "type": "Identifier", "name": "display", "range": [ - 5486, - 5493 + 5514, + 5521 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 29 }, "end": { - "line": 166, + "line": 167, "column": 36 } } }, "range": [ - 5468, - 5493 + 5496, + 5521 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 11 }, "end": { - "line": 166, + "line": 167, "column": 36 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 5498, - 5504 + 5526, + 5530 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 41 }, "end": { - "line": 166, - "column": 47 + "line": 167, + "column": 45 } } }, "range": [ - 5468, - 5504 + 5496, + 5530 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 11 }, "end": { - "line": 166, - "column": 47 + "line": 167, + "column": 45 } } }, @@ -13341,16 +13448,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5520, - 5531 + 5546, + 5557 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 23 } } @@ -13359,31 +13466,31 @@ "type": "Identifier", "name": "style", "range": [ - 5532, - 5537 + 5558, + 5563 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 24 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "range": [ - 5520, - 5537 + 5546, + 5563 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 29 } } @@ -13392,31 +13499,31 @@ "type": "Identifier", "name": "display", "range": [ - 5538, - 5545 + 5564, + 5571 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 30 }, "end": { - "line": 167, + "line": 168, "column": 37 } } }, "range": [ - 5520, - 5545 + 5546, + 5571 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 37 } } @@ -13426,46 +13533,46 @@ "value": "", "raw": "''", "range": [ - 5550, - 5552 + 5576, + 5578 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 42 }, "end": { - "line": 167, + "line": 168, "column": 44 } } }, "range": [ - 5520, - 5552 + 5546, + 5578 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } }, "range": [ - 5468, - 5552 + 5496, + 5578 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 11 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -13481,16 +13588,16 @@ "object": { "type": "ThisExpression", "range": [ - 5570, - 5574 + 5596, + 5600 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 15 }, "end": { - "line": 168, + "line": 169, "column": 19 } } @@ -13499,31 +13606,31 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 5575, - 5592 + 5601, + 5618 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 20 }, "end": { - "line": 168, + "line": 169, "column": 37 } } }, "range": [ - 5570, - 5592 + 5596, + 5618 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 15 }, "end": { - "line": 168, + "line": 169, "column": 37 } } @@ -13544,16 +13651,16 @@ "object": { "type": "ThisExpression", "range": [ - 5611, - 5615 + 5637, + 5641 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 20 } } @@ -13562,31 +13669,31 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 5616, - 5633 + 5642, + 5659 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 21 }, "end": { - "line": 169, + "line": 170, "column": 38 } } }, "range": [ - 5611, - 5633 + 5637, + 5659 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 38 } } @@ -13595,31 +13702,31 @@ "type": "Identifier", "name": "call", "range": [ - 5634, - 5638 + 5660, + 5664 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 39 }, "end": { - "line": 169, + "line": 170, "column": 43 } } }, "range": [ - 5611, - 5638 + 5637, + 5664 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 43 } } @@ -13630,16 +13737,16 @@ "value": null, "raw": "null", "range": [ - 5660, - 5664 + 5686, + 5690 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 20 }, "end": { - "line": 170, + "line": 171, "column": 24 } } @@ -13647,16 +13754,16 @@ { "type": "ThisExpression", "range": [ - 5666, - 5670 + 5692, + 5696 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 26 }, "end": { - "line": 170, + "line": 171, "column": 30 } } @@ -13670,16 +13777,16 @@ "object": { "type": "ThisExpression", "range": [ - 5672, - 5676 + 5698, + 5702 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 36 } } @@ -13688,31 +13795,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5677, - 5689 + 5703, + 5715 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 37 }, "end": { - "line": 170, + "line": 171, "column": 49 } } }, "range": [ - 5672, - 5689 + 5698, + 5715 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 49 } } @@ -13721,31 +13828,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5690, - 5698 + 5716, + 5724 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 50 }, "end": { - "line": 170, + "line": 171, "column": 58 } } }, "range": [ - 5672, - 5699 + 5698, + 5725 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 32 }, "end": { - "line": 170, + "line": 171, "column": 59 } } @@ -13754,79 +13861,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5701, - 5709 + 5727, + 5735 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 61 }, "end": { - "line": 170, + "line": 171, "column": 69 } } } ], "range": [ - 5611, - 5710 + 5637, + 5736 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 70 } } }, "range": [ - 5611, - 5711 + 5637, + 5737 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 71 } } } ], "range": [ - 5593, - 5725 + 5619, + 5751 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 38 }, "end": { - "line": 171, + "line": 172, "column": 13 } } }, "alternate": null, "range": [ - 5567, - 5725 + 5593, + 5751 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 171, + "line": 172, "column": 13 } } @@ -13846,16 +13953,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5738, - 5749 + 5764, + 5775 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 23 } } @@ -13864,31 +13971,31 @@ "type": "Identifier", "name": "style", "range": [ - 5750, - 5755 + 5776, + 5781 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 24 }, "end": { - "line": 172, + "line": 173, "column": 29 } } }, "range": [ - 5738, - 5755 + 5764, + 5781 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 29 } } @@ -13897,31 +14004,31 @@ "type": "Identifier", "name": "display", "range": [ - 5756, - 5763 + 5782, + 5789 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 30 }, "end": { - "line": 172, + "line": 173, "column": 37 } } }, "range": [ - 5738, - 5763 + 5764, + 5789 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 37 } } @@ -13931,46 +14038,46 @@ "value": "block", "raw": "'block'", "range": [ - 5766, - 5773 + 5792, + 5799 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 40 }, "end": { - "line": 172, + "line": 173, "column": 47 } } }, "range": [ - 5738, - 5773 + 5764, + 5799 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 47 } } }, "range": [ - 5738, - 5774 + 5764, + 5800 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 48 } } @@ -13989,16 +14096,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5790, - 5792 + 5816, + 5818 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 15 }, "end": { - "line": 173, + "line": 174, "column": 17 } } @@ -14007,31 +14114,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 5793, - 5806 + 5819, + 5832 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 18 }, "end": { - "line": 173, + "line": 174, "column": 31 } } }, "range": [ - 5790, - 5806 + 5816, + 5832 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 15 }, "end": { - "line": 173, + "line": 174, "column": 31 } } @@ -14041,102 +14148,66 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5807, - 5815 + 5833, + 5841 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 32 }, "end": { - "line": 173, + "line": 174, "column": 40 } } } ], "range": [ - 5790, - 5816 + 5816, + 5842 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 15 }, "end": { - "line": 173, + "line": 174, "column": 41 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 5821, - 5823 - ], - "loc": { - "start": { - "line": 173, - "column": 46 - }, - "end": { - "line": 173, - "column": 48 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 5824, - 5834 - ], - "loc": { - "start": { - "line": 173, - "column": 49 - }, - "end": { - "line": 173, - "column": 59 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 5821, - 5834 + 5847, + 5852 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 46 }, "end": { - "line": 173, - "column": 59 + "line": 174, + "column": 51 } } }, "range": [ - 5790, - 5834 + 5816, + 5852 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 15 }, "end": { - "line": 173, - "column": 59 + "line": 174, + "column": 51 } } }, @@ -14152,16 +14223,16 @@ "type": "Identifier", "name": "flt", "range": [ - 5857, - 5860 + 5875, + 5878 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 20 }, "end": { - "line": 174, + "line": 175, "column": 23 } } @@ -14175,16 +14246,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5863, - 5865 + 5881, + 5883 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 28 } } @@ -14193,31 +14264,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 5866, - 5882 + 5884, + 5900 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 29 }, "end": { - "line": 174, + "line": 175, "column": 45 } } }, "range": [ - 5863, - 5882 + 5881, + 5900 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 45 } } @@ -14227,47 +14298,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5883, - 5891 + 5901, + 5909 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 46 }, "end": { - "line": 174, + "line": 175, "column": 54 } } } ], "range": [ - 5863, - 5892 + 5881, + 5910 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 26 }, "end": { - "line": 174, + "line": 175, "column": 55 } } }, "range": [ - 5857, - 5892 + 5875, + 5910 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 20 }, "end": { - "line": 174, + "line": 175, "column": 55 } } @@ -14275,16 +14346,16 @@ ], "kind": "var", "range": [ - 5853, - 5893 + 5871, + 5911 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 16 }, "end": { - "line": 174, + "line": 175, "column": 56 } } @@ -14295,16 +14366,16 @@ "type": "Identifier", "name": "flt", "range": [ - 5913, - 5916 + 5931, + 5934 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 19 }, "end": { - "line": 175, + "line": 176, "column": 22 } } @@ -14323,16 +14394,16 @@ "type": "Identifier", "name": "flt", "range": [ - 5939, - 5942 + 5957, + 5960 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 20 }, "end": { - "line": 176, + "line": 177, "column": 23 } } @@ -14341,126 +14412,126 @@ "type": "Identifier", "name": "focus", "range": [ - 5943, - 5948 + 5961, + 5966 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 24 }, "end": { - "line": 176, + "line": 177, "column": 29 } } }, "range": [ - 5939, - 5948 + 5957, + 5966 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 20 }, "end": { - "line": 176, + "line": 177, "column": 29 } } }, "arguments": [], "range": [ - 5939, - 5950 + 5957, + 5968 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 20 }, "end": { - "line": 176, + "line": 177, "column": 31 } } }, "range": [ - 5939, - 5951 + 5957, + 5969 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 20 }, "end": { - "line": 176, + "line": 177, "column": 32 } } } ], "range": [ - 5917, - 5969 + 5935, + 5987 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 23 }, "end": { - "line": 177, + "line": 178, "column": 17 } } }, "alternate": null, "range": [ - 5910, - 5969 + 5928, + 5987 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 16 }, "end": { - "line": 177, + "line": 178, "column": 17 } } } ], "range": [ - 5835, - 5983 + 5853, + 6001 ], "loc": { "start": { - "line": 173, - "column": 60 + "line": 174, + "column": 52 }, "end": { - "line": 178, + "line": 179, "column": 13 } } }, "alternate": null, "range": [ - 5787, - 5983 + 5813, + 6001 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 13 } } @@ -14473,16 +14544,16 @@ "object": { "type": "ThisExpression", "range": [ - 5999, - 6003 + 6017, + 6021 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 15 }, "end": { - "line": 179, + "line": 180, "column": 19 } } @@ -14491,31 +14562,31 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 6004, - 6020 + 6022, + 6038 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 180, "column": 36 } } }, "range": [ - 5999, - 6020 + 6017, + 6038 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 15 }, "end": { - "line": 179, + "line": 180, "column": 36 } } @@ -14536,16 +14607,16 @@ "object": { "type": "ThisExpression", "range": [ - 6039, - 6043 + 6057, + 6061 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 20 } } @@ -14554,31 +14625,31 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 6044, - 6060 + 6062, + 6078 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 21 }, "end": { - "line": 180, + "line": 181, "column": 37 } } }, "range": [ - 6039, - 6060 + 6057, + 6078 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 37 } } @@ -14587,31 +14658,31 @@ "type": "Identifier", "name": "call", "range": [ - 6061, - 6065 + 6079, + 6083 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 38 }, "end": { - "line": 180, + "line": 181, "column": 42 } } }, "range": [ - 6039, - 6065 + 6057, + 6083 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 42 } } @@ -14622,16 +14693,16 @@ "value": null, "raw": "null", "range": [ - 6087, - 6091 + 6105, + 6109 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 24 } } @@ -14639,16 +14710,16 @@ { "type": "ThisExpression", "range": [ - 6093, - 6097 + 6111, + 6115 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 26 }, "end": { - "line": 181, + "line": 182, "column": 30 } } @@ -14662,16 +14733,16 @@ "object": { "type": "ThisExpression", "range": [ - 6099, - 6103 + 6117, + 6121 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 32 }, "end": { - "line": 181, + "line": 182, "column": 36 } } @@ -14680,31 +14751,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6104, - 6116 + 6122, + 6134 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 37 }, "end": { - "line": 181, + "line": 182, "column": 49 } } }, "range": [ - 6099, - 6116 + 6117, + 6134 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 32 }, "end": { - "line": 181, + "line": 182, "column": 49 } } @@ -14713,31 +14784,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6117, - 6125 + 6135, + 6143 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 50 }, "end": { - "line": 181, + "line": 182, "column": 58 } } }, "range": [ - 6099, - 6126 + 6117, + 6144 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 32 }, "end": { - "line": 181, + "line": 182, "column": 59 } } @@ -14746,95 +14817,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6128, - 6136 + 6146, + 6154 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 61 }, "end": { - "line": 181, + "line": 182, "column": 69 } } } ], "range": [ - 6039, - 6137 + 6057, + 6155 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 181, + "line": 182, "column": 70 } } }, "range": [ - 6039, - 6138 + 6057, + 6156 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 181, + "line": 182, "column": 71 } } } ], "range": [ - 6021, - 6152 + 6039, + 6170 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 37 }, "end": { - "line": 182, + "line": 183, "column": 13 } } }, "alternate": null, "range": [ - 5996, - 6152 + 6014, + 6170 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 182, + "line": 183, "column": 13 } } } ], "range": [ - 5553, - 6162 + 5579, + 6180 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 45 }, "end": { - "line": 183, + "line": 184, "column": 9 } } @@ -14850,16 +14921,16 @@ "object": { "type": "ThisExpression", "range": [ - 6185, - 6189 + 6203, + 6207 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 15 }, "end": { - "line": 184, + "line": 185, "column": 19 } } @@ -14868,31 +14939,31 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 6190, - 6208 + 6208, + 6226 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 20 }, "end": { - "line": 184, + "line": 185, "column": 38 } } }, "range": [ - 6185, - 6208 + 6203, + 6226 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 15 }, "end": { - "line": 184, + "line": 185, "column": 38 } } @@ -14913,16 +14984,16 @@ "object": { "type": "ThisExpression", "range": [ - 6227, - 6231 + 6245, + 6249 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 16 }, "end": { - "line": 185, + "line": 186, "column": 20 } } @@ -14931,31 +15002,31 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 6232, - 6250 + 6250, + 6268 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 21 }, "end": { - "line": 185, + "line": 186, "column": 39 } } }, "range": [ - 6227, - 6250 + 6245, + 6268 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 16 }, "end": { - "line": 185, + "line": 186, "column": 39 } } @@ -14964,31 +15035,31 @@ "type": "Identifier", "name": "call", "range": [ - 6251, - 6255 + 6269, + 6273 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 40 }, "end": { - "line": 185, + "line": 186, "column": 44 } } }, "range": [ - 6227, - 6255 + 6245, + 6273 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 16 }, "end": { - "line": 185, + "line": 186, "column": 44 } } @@ -14999,16 +15070,16 @@ "value": null, "raw": "null", "range": [ - 6277, - 6281 + 6295, + 6299 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 20 }, "end": { - "line": 186, + "line": 187, "column": 24 } } @@ -15016,16 +15087,16 @@ { "type": "ThisExpression", "range": [ - 6283, - 6287 + 6301, + 6305 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 26 }, "end": { - "line": 186, + "line": 187, "column": 30 } } @@ -15039,16 +15110,16 @@ "object": { "type": "ThisExpression", "range": [ - 6289, - 6293 + 6307, + 6311 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 32 }, "end": { - "line": 186, + "line": 187, "column": 36 } } @@ -15057,31 +15128,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6294, - 6306 + 6312, + 6324 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 37 }, "end": { - "line": 186, + "line": 187, "column": 49 } } }, "range": [ - 6289, - 6306 + 6307, + 6324 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 32 }, "end": { - "line": 186, + "line": 187, "column": 49 } } @@ -15090,31 +15161,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6307, - 6315 + 6325, + 6333 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 50 }, "end": { - "line": 186, + "line": 187, "column": 58 } } }, "range": [ - 6289, - 6316 + 6307, + 6334 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 32 }, "end": { - "line": 186, + "line": 187, "column": 59 } } @@ -15123,79 +15194,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6318, - 6326 + 6336, + 6344 ], "loc": { "start": { - "line": 186, + "line": 187, "column": 61 }, "end": { - "line": 186, + "line": 187, "column": 69 } } } ], "range": [ - 6227, - 6327 + 6245, + 6345 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 16 }, "end": { - "line": 186, + "line": 187, "column": 70 } } }, "range": [ - 6227, - 6328 + 6245, + 6346 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 16 }, "end": { - "line": 186, + "line": 187, "column": 71 } } } ], "range": [ - 6209, - 6342 + 6227, + 6360 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 39 }, "end": { - "line": 187, + "line": 188, "column": 13 } } }, "alternate": null, "range": [ - 6182, - 6342 + 6200, + 6360 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 12 }, "end": { - "line": 187, + "line": 188, "column": 13 } } @@ -15215,16 +15286,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6355, - 6366 + 6373, + 6384 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 12 }, "end": { - "line": 188, + "line": 189, "column": 23 } } @@ -15233,31 +15304,31 @@ "type": "Identifier", "name": "style", "range": [ - 6367, - 6372 + 6385, + 6390 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 24 }, "end": { - "line": 188, + "line": 189, "column": 29 } } }, "range": [ - 6355, - 6372 + 6373, + 6390 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 12 }, "end": { - "line": 188, + "line": 189, "column": 29 } } @@ -15266,81 +15337,80 @@ "type": "Identifier", "name": "display", "range": [ - 6373, - 6380 + 6391, + 6398 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 30 }, "end": { - "line": 188, + "line": 189, "column": 37 } } }, "range": [ - 6355, - 6380 + 6373, + 6398 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 12 }, "end": { - "line": 188, + "line": 189, "column": 37 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 6383, - 6389 + 6401, + 6405 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 40 }, "end": { - "line": 188, - "column": 46 + "line": 189, + "column": 44 } } }, "range": [ - 6355, - 6389 + 6373, + 6405 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 12 }, "end": { - "line": 188, - "column": 46 + "line": 189, + "column": 44 } } }, "range": [ - 6355, - 6390 + 6373, + 6406 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 12 }, "end": { - "line": 188, - "column": 47 + "line": 189, + "column": 45 } } }, @@ -15352,16 +15422,16 @@ "object": { "type": "ThisExpression", "range": [ - 6406, - 6410 + 6422, + 6426 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 15 }, "end": { - "line": 189, + "line": 190, "column": 19 } } @@ -15370,31 +15440,31 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 6411, - 6428 + 6427, + 6444 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 20 }, "end": { - "line": 189, + "line": 190, "column": 37 } } }, "range": [ - 6406, - 6428 + 6422, + 6444 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 15 }, "end": { - "line": 189, + "line": 190, "column": 37 } } @@ -15415,16 +15485,16 @@ "object": { "type": "ThisExpression", "range": [ - 6447, - 6451 + 6463, + 6467 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 190, + "line": 191, "column": 20 } } @@ -15433,31 +15503,31 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 6452, - 6469 + 6468, + 6485 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 21 }, "end": { - "line": 190, + "line": 191, "column": 38 } } }, "range": [ - 6447, - 6469 + 6463, + 6485 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 190, + "line": 191, "column": 38 } } @@ -15466,31 +15536,31 @@ "type": "Identifier", "name": "call", "range": [ - 6470, - 6474 + 6486, + 6490 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 39 }, "end": { - "line": 190, + "line": 191, "column": 43 } } }, "range": [ - 6447, - 6474 + 6463, + 6490 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 190, + "line": 191, "column": 43 } } @@ -15501,16 +15571,16 @@ "value": null, "raw": "null", "range": [ - 6496, - 6500 + 6512, + 6516 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 20 }, "end": { - "line": 191, + "line": 192, "column": 24 } } @@ -15518,16 +15588,16 @@ { "type": "ThisExpression", "range": [ - 6502, - 6506 + 6518, + 6522 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 26 }, "end": { - "line": 191, + "line": 192, "column": 30 } } @@ -15541,16 +15611,16 @@ "object": { "type": "ThisExpression", "range": [ - 6508, - 6512 + 6524, + 6528 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 32 }, "end": { - "line": 191, + "line": 192, "column": 36 } } @@ -15559,31 +15629,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6513, - 6525 + 6529, + 6541 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 37 }, "end": { - "line": 191, + "line": 192, "column": 49 } } }, "range": [ - 6508, - 6525 + 6524, + 6541 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 32 }, "end": { - "line": 191, + "line": 192, "column": 49 } } @@ -15592,31 +15662,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6526, - 6534 + 6542, + 6550 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 50 }, "end": { - "line": 191, + "line": 192, "column": 58 } } }, "range": [ - 6508, - 6535 + 6524, + 6551 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 32 }, "end": { - "line": 191, + "line": 192, "column": 59 } } @@ -15625,126 +15695,126 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6537, - 6545 + 6553, + 6561 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 61 }, "end": { - "line": 191, + "line": 192, "column": 69 } } } ], "range": [ - 6447, - 6546 + 6463, + 6562 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 191, + "line": 192, "column": 70 } } }, "range": [ - 6447, - 6547 + 6463, + 6563 ], "loc": { "start": { - "line": 190, + "line": 191, "column": 16 }, "end": { - "line": 191, + "line": 192, "column": 71 } } } ], "range": [ - 6429, - 6561 + 6445, + 6577 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 38 }, "end": { - "line": 192, + "line": 193, "column": 13 } } }, "alternate": null, "range": [ - 6403, - 6561 + 6419, + 6577 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 12 }, "end": { - "line": 192, + "line": 193, "column": 13 } } } ], "range": [ - 6168, - 6571 + 6186, + 6587 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 15 }, "end": { - "line": 193, + "line": 194, "column": 9 } } }, "range": [ - 5465, - 6571 + 5493, + 6587 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 193, + "line": 194, "column": 9 } } } ], "range": [ - 5373, - 6577 + 5401, + 6593 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 20 }, "end": { - "line": 194, + "line": 195, "column": 5 } } @@ -15752,16 +15822,16 @@ "generator": false, "expression": false, "range": [ - 5363, - 6577 + 5391, + 6593 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 10 }, "end": { - "line": 194, + "line": 195, "column": 5 } } @@ -15769,16 +15839,16 @@ "kind": "method", "computed": false, "range": [ - 5357, - 6577 + 5385, + 6593 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 4 }, "end": { - "line": 194, + "line": 195, "column": 5 } }, @@ -15787,16 +15857,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5278, + 5380 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 4 }, "end": { - "line": 161, + "line": 162, "column": 7 } } @@ -15807,16 +15877,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6583, - 6731 + 6599, + 6747 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 4 }, "end": { - "line": 199, + "line": 200, "column": 7 } } @@ -15830,16 +15900,16 @@ "type": "Identifier", "name": "closeAll", "range": [ - 6736, - 6744 + 6752, + 6760 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 4 }, "end": { - "line": 200, + "line": 201, "column": 12 } } @@ -15852,16 +15922,16 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 6745, - 6754 + 6761, + 6770 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 13 }, "end": { - "line": 200, + "line": 201, "column": 22 } } @@ -15881,16 +15951,16 @@ "type": "Identifier", "name": "i", "range": [ - 6773, - 6774 + 6789, + 6790 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 16 }, "end": { - "line": 201, + "line": 202, "column": 17 } } @@ -15900,31 +15970,31 @@ "value": 0, "raw": "0", "range": [ - 6775, - 6776 + 6791, + 6792 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 18 }, "end": { - "line": 201, + "line": 202, "column": 19 } } }, "range": [ - 6773, - 6776 + 6789, + 6792 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 16 }, "end": { - "line": 201, + "line": 202, "column": 19 } } @@ -15932,16 +16002,16 @@ ], "kind": "var", "range": [ - 6769, - 6776 + 6785, + 6792 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 12 }, "end": { - "line": 201, + "line": 202, "column": 19 } } @@ -15953,16 +16023,16 @@ "type": "Identifier", "name": "i", "range": [ - 6778, - 6779 + 6794, + 6795 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 21 }, "end": { - "line": 201, + "line": 202, "column": 22 } } @@ -15976,16 +16046,16 @@ "object": { "type": "ThisExpression", "range": [ - 6780, - 6784 + 6796, + 6800 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 23 }, "end": { - "line": 201, + "line": 202, "column": 27 } } @@ -15994,31 +16064,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6785, - 6797 + 6801, + 6813 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 28 }, "end": { - "line": 201, + "line": 202, "column": 40 } } }, "range": [ - 6780, - 6797 + 6796, + 6813 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 23 }, "end": { - "line": 201, + "line": 202, "column": 40 } } @@ -16027,46 +16097,46 @@ "type": "Identifier", "name": "length", "range": [ - 6798, - 6804 + 6814, + 6820 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 41 }, "end": { - "line": 201, + "line": 202, "column": 47 } } }, "range": [ - 6780, - 6804 + 6796, + 6820 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 23 }, "end": { - "line": 201, + "line": 202, "column": 47 } } }, "range": [ - 6778, - 6804 + 6794, + 6820 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 21 }, "end": { - "line": 201, + "line": 202, "column": 47 } } @@ -16078,32 +16148,32 @@ "type": "Identifier", "name": "i", "range": [ - 6806, - 6807 + 6822, + 6823 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 49 }, "end": { - "line": 201, + "line": 202, "column": 50 } } }, "prefix": false, "range": [ - 6806, - 6809 + 6822, + 6825 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 49 }, "end": { - "line": 201, + "line": 202, "column": 52 } } @@ -16120,16 +16190,16 @@ "type": "Identifier", "name": "i", "range": [ - 6827, - 6828 + 6843, + 6844 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 15 }, "end": { - "line": 202, + "line": 203, "column": 16 } } @@ -16138,31 +16208,31 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 6833, - 6842 + 6849, + 6858 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 21 }, "end": { - "line": 202, + "line": 203, "column": 30 } } }, "range": [ - 6827, - 6842 + 6843, + 6858 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 15 }, "end": { - "line": 202, + "line": 203, "column": 30 } } @@ -16174,48 +16244,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 6861, - 6870 + 6877, + 6886 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 16 }, "end": { - "line": 203, + "line": 204, "column": 25 } } } ], "range": [ - 6843, - 6884 + 6859, + 6900 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 31 }, "end": { - "line": 204, + "line": 205, "column": 13 } } }, "alternate": null, "range": [ - 6824, - 6884 + 6840, + 6900 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 13 } } @@ -16229,16 +16299,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6901, - 6912 + 6917, + 6928 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 16 }, "end": { - "line": 205, + "line": 206, "column": 27 } } @@ -16252,16 +16322,16 @@ "object": { "type": "ThisExpression", "range": [ - 6915, - 6919 + 6931, + 6935 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 30 }, "end": { - "line": 205, + "line": 206, "column": 34 } } @@ -16270,31 +16340,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6920, - 6932 + 6936, + 6948 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 35 }, "end": { - "line": 205, + "line": 206, "column": 47 } } }, "range": [ - 6915, - 6932 + 6931, + 6948 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 30 }, "end": { - "line": 205, + "line": 206, "column": 47 } } @@ -16303,46 +16373,46 @@ "type": "Identifier", "name": "i", "range": [ - 6933, - 6934 + 6949, + 6950 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 48 }, "end": { - "line": 205, + "line": 206, "column": 49 } } }, "range": [ - 6915, - 6935 + 6931, + 6951 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 30 }, "end": { - "line": 205, + "line": 206, "column": 50 } } }, "range": [ - 6901, - 6935 + 6917, + 6951 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 16 }, "end": { - "line": 205, + "line": 206, "column": 50 } } @@ -16350,16 +16420,16 @@ ], "kind": "var", "range": [ - 6897, - 6936 + 6913, + 6952 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 12 }, "end": { - "line": 205, + "line": 206, "column": 51 } } @@ -16370,16 +16440,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6952, - 6963 + 6968, + 6979 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 15 }, "end": { - "line": 206, + "line": 207, "column": 26 } } @@ -16402,16 +16472,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6982, - 6993 + 6998, + 7009 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 16 }, "end": { - "line": 207, + "line": 208, "column": 27 } } @@ -16420,31 +16490,31 @@ "type": "Identifier", "name": "style", "range": [ - 6994, - 6999 + 7010, + 7015 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 28 }, "end": { - "line": 207, + "line": 208, "column": 33 } } }, "range": [ - 6982, - 6999 + 6998, + 7015 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 16 }, "end": { - "line": 207, + "line": 208, "column": 33 } } @@ -16453,159 +16523,158 @@ "type": "Identifier", "name": "display", "range": [ - 7000, - 7007 + 7016, + 7023 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 34 }, "end": { - "line": 207, + "line": 208, "column": 41 } } }, "range": [ - 6982, - 7007 + 6998, + 7023 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 16 }, "end": { - "line": 207, + "line": 208, "column": 41 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 7010, - 7016 + 7026, + 7030 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 44 }, "end": { - "line": 207, - "column": 50 + "line": 208, + "column": 48 } } }, "range": [ - 6982, - 7016 + 6998, + 7030 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 16 }, "end": { - "line": 207, - "column": 50 + "line": 208, + "column": 48 } } }, "range": [ - 6982, - 7017 + 6998, + 7031 ], "loc": { "start": { - "line": 207, + "line": 208, "column": 16 }, "end": { - "line": 207, - "column": 51 + "line": 208, + "column": 49 } } } ], "range": [ - 6964, - 7031 + 6980, + 7045 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 27 }, "end": { - "line": 208, + "line": 209, "column": 13 } } }, "alternate": null, "range": [ - 6949, - 7031 + 6965, + 7045 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 13 } } } ], "range": [ - 6810, - 7041 + 6826, + 7055 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 53 }, "end": { - "line": 209, + "line": 210, "column": 9 } } }, "range": [ - 6765, - 7041 + 6781, + 7055 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 209, + "line": 210, "column": 9 } } } ], "range": [ - 6755, - 7047 + 6771, + 7061 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 23 }, "end": { - "line": 210, + "line": 211, "column": 5 } } @@ -16613,16 +16682,16 @@ "generator": false, "expression": false, "range": [ - 6744, - 7047 + 6760, + 7061 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 5 } } @@ -16630,16 +16699,16 @@ "kind": "method", "computed": false, "range": [ - 6736, - 7047 + 6752, + 7061 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 4 }, "end": { - "line": 210, + "line": 211, "column": 5 } }, @@ -16648,16 +16717,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6583, - 6731 + 6599, + 6747 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 4 }, "end": { - "line": 199, + "line": 200, "column": 7 } } @@ -16668,16 +16737,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7053, - 7123 + 7067, + 7137 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 4 }, "end": { - "line": 214, + "line": 215, "column": 7 } } @@ -16691,16 +16760,16 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 7128, - 7138 + 7142, + 7152 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 4 }, "end": { - "line": 215, + "line": 216, "column": 14 } } @@ -16723,16 +16792,16 @@ "type": "Identifier", "name": "i", "range": [ - 7158, - 7159 + 7172, + 7173 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 17 } } @@ -16742,31 +16811,31 @@ "value": 0, "raw": "0", "range": [ - 7160, - 7161 + 7174, + 7175 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 18 }, "end": { - "line": 216, + "line": 217, "column": 19 } } }, "range": [ - 7158, - 7161 + 7172, + 7175 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 19 } } @@ -16774,16 +16843,16 @@ ], "kind": "var", "range": [ - 7154, - 7161 + 7168, + 7175 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 12 }, "end": { - "line": 216, + "line": 217, "column": 19 } } @@ -16795,16 +16864,16 @@ "type": "Identifier", "name": "i", "range": [ - 7163, - 7164 + 7177, + 7178 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 21 }, "end": { - "line": 216, + "line": 217, "column": 22 } } @@ -16818,16 +16887,16 @@ "object": { "type": "ThisExpression", "range": [ - 7165, - 7169 + 7179, + 7183 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 23 }, "end": { - "line": 216, + "line": 217, "column": 27 } } @@ -16836,31 +16905,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7170, - 7182 + 7184, + 7196 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 28 }, "end": { - "line": 216, + "line": 217, "column": 40 } } }, "range": [ - 7165, - 7182 + 7179, + 7196 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 23 }, "end": { - "line": 216, + "line": 217, "column": 40 } } @@ -16869,46 +16938,46 @@ "type": "Identifier", "name": "length", "range": [ - 7183, - 7189 + 7197, + 7203 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 41 }, "end": { - "line": 216, + "line": 217, "column": 47 } } }, "range": [ - 7165, - 7189 + 7179, + 7203 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 23 }, "end": { - "line": 216, + "line": 217, "column": 47 } } }, "range": [ - 7163, - 7189 + 7177, + 7203 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 21 }, "end": { - "line": 216, + "line": 217, "column": 47 } } @@ -16920,32 +16989,32 @@ "type": "Identifier", "name": "i", "range": [ - 7191, - 7192 + 7205, + 7206 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 49 }, "end": { - "line": 216, + "line": 217, "column": 50 } } }, "prefix": false, "range": [ - 7191, - 7194 + 7205, + 7208 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 49 }, "end": { - "line": 216, + "line": 217, "column": 52 } } @@ -16963,16 +17032,16 @@ "object": { "type": "ThisExpression", "range": [ - 7209, - 7213 + 7223, + 7227 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 16 } } @@ -16981,31 +17050,31 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 7214, - 7223 + 7228, + 7237 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 17 }, "end": { - "line": 217, + "line": 218, "column": 26 } } }, "range": [ - 7209, - 7223 + 7223, + 7237 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 26 } } @@ -17015,16 +17084,16 @@ "type": "Identifier", "name": "i", "range": [ - 7224, - 7225 + 7238, + 7239 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 27 }, "end": { - "line": 217, + "line": 218, "column": 28 } } @@ -17034,94 +17103,94 @@ "value": false, "raw": "false", "range": [ - 7227, - 7232 + 7241, + 7246 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 30 }, "end": { - "line": 217, + "line": 218, "column": 35 } } } ], "range": [ - 7209, - 7233 + 7223, + 7247 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 36 } } }, "range": [ - 7209, - 7234 + 7223, + 7248 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 37 } } } ], "range": [ - 7195, - 7244 + 7209, + 7258 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 53 }, "end": { - "line": 218, + "line": 219, "column": 9 } } }, "range": [ - 7150, - 7244 + 7164, + 7258 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 8 }, "end": { - "line": 218, + "line": 219, "column": 9 } } } ], "range": [ - 7140, - 7250 + 7154, + 7264 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 16 }, "end": { - "line": 219, + "line": 220, "column": 5 } } @@ -17129,16 +17198,16 @@ "generator": false, "expression": false, "range": [ - 7138, - 7250 + 7152, + 7264 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 14 }, "end": { - "line": 219, + "line": 220, "column": 5 } } @@ -17146,16 +17215,16 @@ "kind": "method", "computed": false, "range": [ - 7128, - 7250 + 7142, + 7264 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 4 }, "end": { - "line": 219, + "line": 220, "column": 5 } }, @@ -17164,16 +17233,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7053, - 7123 + 7067, + 7137 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 4 }, "end": { - "line": 214, + "line": 215, "column": 7 } } @@ -17184,16 +17253,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7256, - 7400 + 7270, + 7414 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 4 }, "end": { - "line": 225, + "line": 226, "column": 7 } } @@ -17207,16 +17276,16 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 7405, - 7414 + 7419, + 7428 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 4 }, "end": { - "line": 226, + "line": 227, "column": 13 } } @@ -17229,16 +17298,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7415, - 7423 + 7429, + 7437 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 14 }, "end": { - "line": 226, + "line": 227, "column": 22 } } @@ -17247,16 +17316,16 @@ "type": "Identifier", "name": "active", "range": [ - 7425, - 7431 + 7439, + 7445 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 24 }, "end": { - "line": 226, + "line": 227, "column": 30 } } @@ -17276,16 +17345,16 @@ "object": { "type": "ThisExpression", "range": [ - 7445, - 7449 + 7459, + 7463 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 11 }, "end": { - "line": 227, + "line": 228, "column": 15 } } @@ -17294,31 +17363,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7450, - 7462 + 7464, + 7476 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 16 }, "end": { - "line": 227, + "line": 228, "column": 28 } } }, "range": [ - 7445, - 7462 + 7459, + 7476 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 11 }, "end": { - "line": 227, + "line": 228, "column": 28 } } @@ -17327,31 +17396,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7463, - 7471 + 7477, + 7485 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 29 }, "end": { - "line": 227, + "line": 228, "column": 37 } } }, "range": [ - 7445, - 7472 + 7459, + 7486 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 11 }, "end": { - "line": 227, + "line": 228, "column": 38 } } @@ -17376,16 +17445,16 @@ "object": { "type": "ThisExpression", "range": [ - 7487, - 7491 + 7501, + 7505 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 16 } } @@ -17394,31 +17463,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7492, - 7504 + 7506, + 7518 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 17 }, "end": { - "line": 228, + "line": 229, "column": 29 } } }, "range": [ - 7487, - 7504 + 7501, + 7518 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 29 } } @@ -17427,31 +17496,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7505, - 7513 + 7519, + 7527 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 30 }, "end": { - "line": 228, + "line": 229, "column": 38 } } }, "range": [ - 7487, - 7514 + 7501, + 7528 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 39 } } @@ -17460,31 +17529,31 @@ "type": "Identifier", "name": "src", "range": [ - 7515, - 7518 + 7529, + 7532 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 40 }, "end": { - "line": 228, + "line": 229, "column": 43 } } }, "range": [ - 7487, - 7518 + 7501, + 7532 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 43 } } @@ -17495,16 +17564,16 @@ "type": "Identifier", "name": "active", "range": [ - 7521, - 7527 + 7535, + 7541 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 46 }, "end": { - "line": 228, + "line": 229, "column": 52 } } @@ -17515,16 +17584,16 @@ "object": { "type": "ThisExpression", "range": [ - 7546, - 7550 + 7560, + 7564 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 229, + "line": 230, "column": 20 } } @@ -17533,31 +17602,31 @@ "type": "Identifier", "name": "popUpImgFltActive", "range": [ - 7551, - 7568 + 7565, + 7582 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 21 }, "end": { - "line": 229, + "line": 230, "column": 38 } } }, "range": [ - 7546, - 7568 + 7560, + 7582 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 229, + "line": 230, "column": 38 } } @@ -17568,16 +17637,16 @@ "object": { "type": "ThisExpression", "range": [ - 7571, - 7575 + 7585, + 7589 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 41 }, "end": { - "line": 229, + "line": 230, "column": 45 } } @@ -17586,124 +17655,124 @@ "type": "Identifier", "name": "popUpImgFlt", "range": [ - 7576, - 7587 + 7590, + 7601 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 46 }, "end": { - "line": 229, + "line": 230, "column": 57 } } }, "range": [ - 7571, - 7587 + 7585, + 7601 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 41 }, "end": { - "line": 229, + "line": 230, "column": 57 } } }, "range": [ - 7521, - 7587 + 7535, + 7601 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 46 }, "end": { - "line": 229, + "line": 230, "column": 57 } } }, "range": [ - 7487, - 7587 + 7501, + 7601 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 229, + "line": 230, "column": 57 } } }, "range": [ - 7487, - 7588 + 7501, + 7602 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 229, + "line": 230, "column": 58 } } } ], "range": [ - 7473, - 7598 + 7487, + 7612 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 39 }, "end": { - "line": 230, + "line": 231, "column": 9 } } }, "alternate": null, "range": [ - 7442, - 7598 + 7456, + 7612 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 230, + "line": 231, "column": 9 } } } ], "range": [ - 7432, - 7604 + 7446, + 7618 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 31 }, "end": { - "line": 231, + "line": 232, "column": 5 } } @@ -17711,16 +17780,16 @@ "generator": false, "expression": false, "range": [ - 7414, - 7604 + 7428, + 7618 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 13 }, "end": { - "line": 231, + "line": 232, "column": 5 } } @@ -17728,16 +17797,16 @@ "kind": "method", "computed": false, "range": [ - 7405, - 7604 + 7419, + 7618 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 4 }, "end": { - "line": 231, + "line": 232, "column": 5 } }, @@ -17746,16 +17815,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7256, - 7400 + 7270, + 7414 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 4 }, "end": { - "line": 225, + "line": 226, "column": 7 } } @@ -17766,16 +17835,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7610, - 7650 + 7624, + 7664 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 4 }, "end": { - "line": 235, + "line": 236, "column": 7 } } @@ -17789,16 +17858,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 7655, - 7662 + 7669, + 7676 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 4 }, "end": { - "line": 236, + "line": 237, "column": 11 } } @@ -17821,16 +17890,16 @@ "object": { "type": "ThisExpression", "range": [ - 7678, - 7682 + 7692, + 7696 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 12 }, "end": { - "line": 237, + "line": 238, "column": 16 } } @@ -17839,47 +17908,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 7683, - 7694 + 7697, + 7708 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 17 }, "end": { - "line": 237, + "line": 238, "column": 28 } } }, "range": [ - 7678, - 7694 + 7692, + 7708 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 12 }, "end": { - "line": 237, + "line": 238, "column": 28 } } }, "prefix": true, "range": [ - 7677, - 7694 + 7691, + 7708 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 11 }, "end": { - "line": 237, + "line": 238, "column": 28 } } @@ -17891,48 +17960,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7709, - 7716 + 7723, + 7730 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 19 } } } ], "range": [ - 7695, - 7726 + 7709, + 7740 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 29 }, "end": { - "line": 239, + "line": 240, "column": 9 } } }, "alternate": null, "range": [ - 7674, - 7726 + 7688, + 7740 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 9 } } @@ -17948,16 +18017,16 @@ "object": { "type": "ThisExpression", "range": [ - 7736, - 7740 + 7750, + 7754 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 12 } } @@ -17966,31 +18035,31 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 7741, - 7757 + 7755, + 7771 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 13 }, "end": { - "line": 241, + "line": 242, "column": 29 } } }, "range": [ - 7736, - 7757 + 7750, + 7771 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 29 } } @@ -17999,46 +18068,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7760, - 7762 + 7774, + 7776 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 32 }, "end": { - "line": 241, + "line": 242, "column": 34 } } }, "range": [ - 7736, - 7762 + 7750, + 7776 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 34 } } }, "range": [ - 7736, - 7763 + 7750, + 7777 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 35 } } @@ -18054,16 +18123,16 @@ "type": "Identifier", "name": "i", "range": [ - 7780, - 7781 + 7794, + 7795 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 16 }, "end": { - "line": 242, + "line": 243, "column": 17 } } @@ -18073,31 +18142,31 @@ "value": 0, "raw": "0", "range": [ - 7782, - 7783 + 7796, + 7797 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 18 }, "end": { - "line": 242, + "line": 243, "column": 19 } } }, "range": [ - 7780, - 7783 + 7794, + 7797 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 16 }, "end": { - "line": 242, + "line": 243, "column": 19 } } @@ -18105,16 +18174,16 @@ ], "kind": "var", "range": [ - 7776, - 7783 + 7790, + 7797 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 19 } } @@ -18126,16 +18195,16 @@ "type": "Identifier", "name": "i", "range": [ - 7785, - 7786 + 7799, + 7800 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 21 }, "end": { - "line": 242, + "line": 243, "column": 22 } } @@ -18149,16 +18218,16 @@ "object": { "type": "ThisExpression", "range": [ - 7787, - 7791 + 7801, + 7805 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 23 }, "end": { - "line": 242, + "line": 243, "column": 27 } } @@ -18167,31 +18236,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 7792, - 7804 + 7806, + 7818 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 28 }, "end": { - "line": 242, + "line": 243, "column": 40 } } }, "range": [ - 7787, - 7804 + 7801, + 7818 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 23 }, "end": { - "line": 242, + "line": 243, "column": 40 } } @@ -18200,46 +18269,46 @@ "type": "Identifier", "name": "length", "range": [ - 7805, - 7811 + 7819, + 7825 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 41 }, "end": { - "line": 242, + "line": 243, "column": 47 } } }, "range": [ - 7787, - 7811 + 7801, + 7825 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 23 }, "end": { - "line": 242, + "line": 243, "column": 47 } } }, "range": [ - 7785, - 7811 + 7799, + 7825 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 21 }, "end": { - "line": 242, + "line": 243, "column": 47 } } @@ -18251,32 +18320,32 @@ "type": "Identifier", "name": "i", "range": [ - 7813, - 7814 + 7827, + 7828 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 49 }, "end": { - "line": 242, + "line": 243, "column": 50 } } }, "prefix": false, "range": [ - 7813, - 7816 + 7827, + 7830 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 49 }, "end": { - "line": 242, + "line": 243, "column": 52 } } @@ -18293,16 +18362,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7835, - 7846 + 7849, + 7860 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 27 } } @@ -18316,16 +18385,16 @@ "object": { "type": "ThisExpression", "range": [ - 7849, - 7853 + 7863, + 7867 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 30 }, "end": { - "line": 243, + "line": 244, "column": 34 } } @@ -18334,31 +18403,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 7854, - 7866 + 7868, + 7880 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 35 }, "end": { - "line": 243, + "line": 244, "column": 47 } } }, "range": [ - 7849, - 7866 + 7863, + 7880 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 30 }, "end": { - "line": 243, + "line": 244, "column": 47 } } @@ -18367,46 +18436,46 @@ "type": "Identifier", "name": "i", "range": [ - 7867, - 7868 + 7881, + 7882 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 48 }, "end": { - "line": 243, + "line": 244, "column": 49 } } }, "range": [ - 7849, - 7869 + 7863, + 7883 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 30 }, "end": { - "line": 243, + "line": 244, "column": 50 } } }, "range": [ - 7835, - 7869 + 7849, + 7883 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 16 }, "end": { - "line": 243, + "line": 244, "column": 50 } } @@ -18417,16 +18486,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 7887, - 7899 + 7901, + 7913 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 16 }, "end": { - "line": 244, + "line": 245, "column": 28 } } @@ -18440,16 +18509,16 @@ "object": { "type": "ThisExpression", "range": [ - 7902, - 7906 + 7916, + 7920 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 31 }, "end": { - "line": 244, + "line": 245, "column": 35 } } @@ -18458,31 +18527,31 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 7907, - 7920 + 7921, + 7934 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 36 }, "end": { - "line": 244, + "line": 245, "column": 49 } } }, "range": [ - 7902, - 7920 + 7916, + 7934 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 31 }, "end": { - "line": 244, + "line": 245, "column": 49 } } @@ -18491,46 +18560,46 @@ "type": "Identifier", "name": "i", "range": [ - 7921, - 7922 + 7935, + 7936 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 50 }, "end": { - "line": 244, + "line": 245, "column": 51 } } }, "range": [ - 7902, - 7923 + 7916, + 7937 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 31 }, "end": { - "line": 244, + "line": 245, "column": 52 } } }, "range": [ - 7887, - 7923 + 7901, + 7937 ], "loc": { "start": { - "line": 244, + "line": 245, "column": 16 }, "end": { - "line": 244, + "line": 245, "column": 52 } } @@ -18541,16 +18610,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 7941, - 7952 + 7955, + 7966 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 27 } } @@ -18564,16 +18633,16 @@ "object": { "type": "ThisExpression", "range": [ - 7955, - 7959 + 7969, + 7973 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 34 } } @@ -18582,31 +18651,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7960, - 7972 + 7974, + 7986 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 35 }, "end": { - "line": 245, + "line": 246, "column": 47 } } }, "range": [ - 7955, - 7972 + 7969, + 7986 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 47 } } @@ -18615,46 +18684,46 @@ "type": "Identifier", "name": "i", "range": [ - 7973, - 7974 + 7987, + 7988 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 48 }, "end": { - "line": 245, + "line": 246, "column": 49 } } }, "range": [ - 7955, - 7975 + 7969, + 7989 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 50 } } }, "range": [ - 7941, - 7975 + 7955, + 7989 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 16 }, "end": { - "line": 245, + "line": 246, "column": 50 } } @@ -18662,16 +18731,16 @@ ], "kind": "var", "range": [ - 7831, - 7976 + 7845, + 7990 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 51 } } @@ -18682,16 +18751,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7992, - 8003 + 8006, + 8017 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 15 }, "end": { - "line": 246, + "line": 247, "column": 26 } } @@ -18710,16 +18779,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8022, - 8025 + 8036, + 8039 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 19 } } @@ -18728,31 +18797,31 @@ "type": "Identifier", "name": "remove", "range": [ - 8026, - 8032 + 8040, + 8046 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 20 }, "end": { - "line": 247, + "line": 248, "column": 26 } } }, "range": [ - 8022, - 8032 + 8036, + 8046 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 26 } } @@ -18762,47 +18831,47 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8033, - 8044 + 8047, + 8058 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 27 }, "end": { - "line": 247, + "line": 248, "column": 38 } } } ], "range": [ - 8022, - 8045 + 8036, + 8059 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 39 } } }, "range": [ - 8022, - 8046 + 8036, + 8060 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 40 } } @@ -18821,16 +18890,16 @@ "object": { "type": "ThisExpression", "range": [ - 8063, - 8067 + 8077, + 8081 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 20 } } @@ -18839,31 +18908,31 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 8068, - 8084 + 8082, + 8098 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 21 }, "end": { - "line": 248, + "line": 249, "column": 37 } } }, "range": [ - 8063, - 8084 + 8077, + 8098 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 37 } } @@ -18872,31 +18941,31 @@ "type": "Identifier", "name": "i", "range": [ - 8085, - 8086 + 8099, + 8100 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 38 }, "end": { - "line": 248, + "line": 249, "column": 39 } } }, "range": [ - 8063, - 8087 + 8077, + 8101 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 40 } } @@ -18905,78 +18974,78 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8090, - 8101 + 8104, + 8115 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 43 }, "end": { - "line": 248, + "line": 249, "column": 54 } } }, "range": [ - 8063, - 8101 + 8077, + 8115 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 54 } } }, "range": [ - 8063, - 8102 + 8077, + 8116 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 55 } } } ], "range": [ - 8004, - 8116 + 8018, + 8130 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 27 }, "end": { - "line": 249, + "line": 250, "column": 13 } } }, "alternate": null, "range": [ - 7989, - 8116 + 8003, + 8130 ], "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 13 } } @@ -18990,16 +19059,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8129, - 8140 + 8143, + 8154 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 23 } } @@ -19009,46 +19078,46 @@ "value": null, "raw": "null", "range": [ - 8143, - 8147 + 8157, + 8161 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 26 }, "end": { - "line": 250, + "line": 251, "column": 30 } } }, "range": [ - 8129, - 8147 + 8143, + 8161 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 30 } } }, "range": [ - 8129, - 8148 + 8143, + 8162 ], "loc": { "start": { - "line": 250, + "line": 251, "column": 12 }, "end": { - "line": 250, + "line": 251, "column": 31 } } @@ -19059,16 +19128,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8164, - 8176 + 8178, + 8190 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 15 }, "end": { - "line": 251, + "line": 252, "column": 27 } } @@ -19087,16 +19156,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8195, - 8198 + 8209, + 8212 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 19 } } @@ -19105,31 +19174,31 @@ "type": "Identifier", "name": "remove", "range": [ - 8199, - 8205 + 8213, + 8219 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 20 }, "end": { - "line": 252, + "line": 253, "column": 26 } } }, "range": [ - 8195, - 8205 + 8209, + 8219 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 26 } } @@ -19139,79 +19208,79 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8206, - 8218 + 8220, + 8232 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 27 }, "end": { - "line": 252, + "line": 253, "column": 39 } } } ], "range": [ - 8195, - 8219 + 8209, + 8233 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 40 } } }, "range": [ - 8195, - 8220 + 8209, + 8234 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 41 } } } ], "range": [ - 8177, - 8234 + 8191, + 8248 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 13 } } }, "alternate": null, "range": [ - 8161, - 8234 + 8175, + 8248 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 13 } } @@ -19225,16 +19294,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8247, - 8259 + 8261, + 8273 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 24 } } @@ -19244,46 +19313,46 @@ "value": null, "raw": "null", "range": [ - 8262, - 8266 + 8276, + 8280 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 27 }, "end": { - "line": 254, + "line": 255, "column": 31 } } }, "range": [ - 8247, - 8266 + 8261, + 8280 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 31 } } }, "range": [ - 8247, - 8267 + 8261, + 8281 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 32 } } @@ -19294,16 +19363,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8283, - 8294 + 8297, + 8308 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 15 }, "end": { - "line": 255, + "line": 256, "column": 26 } } @@ -19322,16 +19391,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8313, - 8316 + 8327, + 8330 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 19 } } @@ -19340,31 +19409,31 @@ "type": "Identifier", "name": "remove", "range": [ - 8317, - 8323 + 8331, + 8337 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 20 }, "end": { - "line": 256, + "line": 257, "column": 26 } } }, "range": [ - 8313, - 8323 + 8327, + 8337 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 26 } } @@ -19374,79 +19443,79 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8324, - 8335 + 8338, + 8349 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 27 }, "end": { - "line": 256, + "line": 257, "column": 38 } } } ], "range": [ - 8313, - 8336 + 8327, + 8350 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 39 } } }, "range": [ - 8313, - 8337 + 8327, + 8351 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 40 } } } ], "range": [ - 8295, - 8351 + 8309, + 8365 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 27 }, "end": { - "line": 257, + "line": 258, "column": 13 } } }, "alternate": null, "range": [ - 8280, - 8351 + 8294, + 8365 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 13 } } @@ -19460,16 +19529,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8364, - 8375 + 8378, + 8389 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 23 } } @@ -19479,77 +19548,77 @@ "value": null, "raw": "null", "range": [ - 8378, - 8382 + 8392, + 8396 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 26 }, "end": { - "line": 258, + "line": 259, "column": 30 } } }, "range": [ - 8364, - 8382 + 8378, + 8396 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 30 } } }, "range": [ - 8364, - 8383 + 8378, + 8397 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 31 } } } ], "range": [ - 7817, - 8393 + 7831, + 8407 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 53 }, "end": { - "line": 259, + "line": 260, "column": 9 } } }, "range": [ - 7772, - 8393 + 7786, + 8407 ], "loc": { "start": { - "line": 242, + "line": 243, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 9 } } @@ -19565,16 +19634,16 @@ "object": { "type": "ThisExpression", "range": [ - 8402, - 8406 + 8416, + 8420 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 260, + "line": 261, "column": 12 } } @@ -19583,31 +19652,31 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 8407, - 8419 + 8421, + 8433 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 13 }, "end": { - "line": 260, + "line": 261, "column": 25 } } }, "range": [ - 8402, - 8419 + 8416, + 8433 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 260, + "line": 261, "column": 25 } } @@ -19616,46 +19685,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8422, - 8424 + 8436, + 8438 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 28 }, "end": { - "line": 260, + "line": 261, "column": 30 } } }, "range": [ - 8402, - 8424 + 8416, + 8438 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 260, + "line": 261, "column": 30 } } }, "range": [ - 8402, - 8425 + 8416, + 8439 ], "loc": { "start": { - "line": 260, + "line": 261, "column": 8 }, "end": { - "line": 260, + "line": 261, "column": 31 } } @@ -19671,16 +19740,16 @@ "object": { "type": "ThisExpression", "range": [ - 8434, - 8438 + 8448, + 8452 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 12 } } @@ -19689,31 +19758,31 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 8439, - 8452 + 8453, + 8466 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 13 }, "end": { - "line": 261, + "line": 262, "column": 26 } } }, "range": [ - 8434, - 8452 + 8448, + 8466 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 26 } } @@ -19722,46 +19791,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8455, - 8457 + 8469, + 8471 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 29 }, "end": { - "line": 261, + "line": 262, "column": 31 } } }, "range": [ - 8434, - 8457 + 8448, + 8471 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 31 } } }, "range": [ - 8434, - 8458 + 8448, + 8472 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 32 } } @@ -19777,16 +19846,16 @@ "object": { "type": "ThisExpression", "range": [ - 8467, - 8471 + 8481, + 8485 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 12 } } @@ -19795,31 +19864,31 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 8472, - 8484 + 8486, + 8498 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 13 }, "end": { - "line": 262, + "line": 263, "column": 25 } } }, "range": [ - 8467, - 8484 + 8481, + 8498 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 25 } } @@ -19828,46 +19897,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8487, - 8489 + 8501, + 8503 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 28 }, "end": { - "line": 262, + "line": 263, "column": 30 } } }, "range": [ - 8467, - 8489 + 8481, + 8503 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 30 } } }, "range": [ - 8467, - 8490 + 8481, + 8504 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 31 } }, @@ -19876,16 +19945,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8500, - 8524 + 8514, + 8538 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 32 } } @@ -19905,16 +19974,16 @@ "object": { "type": "ThisExpression", "range": [ - 8533, - 8537 + 8547, + 8551 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 12 } } @@ -19923,31 +19992,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8538, - 8545 + 8552, + 8559 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 13 }, "end": { - "line": 265, + "line": 266, "column": 20 } } }, "range": [ - 8533, - 8545 + 8547, + 8559 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 20 } } @@ -19956,31 +20025,31 @@ "type": "Identifier", "name": "off", "range": [ - 8546, - 8549 + 8560, + 8563 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 21 }, "end": { - "line": 265, + "line": 266, "column": 24 } } }, "range": [ - 8533, - 8549 + 8547, + 8563 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 24 } } @@ -19994,32 +20063,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 8551, - 8569 + 8565, + 8583 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 26 }, "end": { - "line": 265, + "line": 266, "column": 44 } } } ], "range": [ - 8550, - 8570 + 8564, + 8584 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 25 }, "end": { - "line": 265, + "line": 266, "column": 45 } } @@ -20036,16 +20105,16 @@ "object": { "type": "ThisExpression", "range": [ - 8577, - 8581 + 8591, + 8595 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 52 }, "end": { - "line": 265, + "line": 266, "column": 56 } } @@ -20054,47 +20123,47 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 8582, - 8592 + 8596, + 8606 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 57 }, "end": { - "line": 265, + "line": 266, "column": 67 } } }, "range": [ - 8577, - 8592 + 8591, + 8606 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 52 }, "end": { - "line": 265, + "line": 266, "column": 67 } } }, "arguments": [], "range": [ - 8577, - 8594 + 8591, + 8608 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 52 }, "end": { - "line": 265, + "line": 266, "column": 69 } } @@ -20102,47 +20171,47 @@ "generator": false, "expression": true, "range": [ - 8572, - 8594 + 8586, + 8608 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 47 }, "end": { - "line": 265, + "line": 266, "column": 69 } } } ], "range": [ - 8533, - 8595 + 8547, + 8609 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 70 } } }, "range": [ - 8533, - 8596 + 8547, + 8610 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 71 } }, @@ -20151,16 +20220,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8500, - 8524 + 8514, + 8538 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 32 } } @@ -20180,16 +20249,16 @@ "object": { "type": "ThisExpression", "range": [ - 8605, - 8609 + 8619, + 8623 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 12 } } @@ -20198,31 +20267,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8610, - 8617 + 8624, + 8631 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 13 }, "end": { - "line": 266, + "line": 267, "column": 20 } } }, "range": [ - 8605, - 8617 + 8619, + 8631 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 20 } } @@ -20231,31 +20300,31 @@ "type": "Identifier", "name": "off", "range": [ - 8618, - 8621 + 8632, + 8635 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 21 }, "end": { - "line": 266, + "line": 267, "column": 24 } } }, "range": [ - 8605, - 8621 + 8619, + 8635 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 24 } } @@ -20269,32 +20338,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 8623, - 8640 + 8637, + 8654 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 26 }, "end": { - "line": 266, + "line": 267, "column": 43 } } } ], "range": [ - 8622, - 8641 + 8636, + 8655 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 25 }, "end": { - "line": 266, + "line": 267, "column": 44 } } @@ -20311,16 +20380,16 @@ "object": { "type": "ThisExpression", "range": [ - 8648, - 8652 + 8662, + 8666 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 51 }, "end": { - "line": 266, + "line": 267, "column": 55 } } @@ -20329,47 +20398,47 @@ "type": "Identifier", "name": "closeAll", "range": [ - 8653, - 8661 + 8667, + 8675 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 56 }, "end": { - "line": 266, + "line": 267, "column": 64 } } }, "range": [ - 8648, - 8661 + 8662, + 8675 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 51 }, "end": { - "line": 266, + "line": 267, "column": 64 } } }, "arguments": [], "range": [ - 8648, - 8663 + 8662, + 8677 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 51 }, "end": { - "line": 266, + "line": 267, "column": 66 } } @@ -20377,47 +20446,47 @@ "generator": false, "expression": true, "range": [ - 8643, - 8663 + 8657, + 8677 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 46 }, "end": { - "line": 266, + "line": 267, "column": 66 } } } ], "range": [ - 8605, - 8664 + 8619, + 8678 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 67 } } }, "range": [ - 8605, - 8665 + 8619, + 8679 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 68 } } @@ -20435,16 +20504,16 @@ "object": { "type": "ThisExpression", "range": [ - 8674, - 8678 + 8688, + 8692 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 12 } } @@ -20453,31 +20522,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8679, - 8686 + 8693, + 8700 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 13 }, "end": { - "line": 267, + "line": 268, "column": 20 } } }, "range": [ - 8674, - 8686 + 8688, + 8700 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 20 } } @@ -20486,31 +20555,31 @@ "type": "Identifier", "name": "off", "range": [ - 8687, - 8690 + 8701, + 8704 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 21 }, "end": { - "line": 267, + "line": 268, "column": 24 } } }, "range": [ - 8674, - 8690 + 8688, + 8704 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 24 } } @@ -20524,32 +20593,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 8692, - 8708 + 8706, + 8722 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 26 }, "end": { - "line": 267, + "line": 268, "column": 42 } } } ], "range": [ - 8691, - 8709 + 8705, + 8723 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 25 }, "end": { - "line": 267, + "line": 268, "column": 43 } } @@ -20562,16 +20631,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8724, - 8726 + 8738, + 8740 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 13 }, "end": { - "line": 268, + "line": 269, "column": 15 } } @@ -20580,16 +20649,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 8728, - 8737 + 8742, + 8751 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 17 }, "end": { - "line": 268, + "line": 269, "column": 26 } } @@ -20603,16 +20672,16 @@ "object": { "type": "ThisExpression", "range": [ - 8741, - 8745 + 8755, + 8759 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 30 }, "end": { - "line": 268, + "line": 269, "column": 34 } } @@ -20621,31 +20690,31 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 8746, - 8755 + 8760, + 8769 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 35 }, "end": { - "line": 268, + "line": 269, "column": 44 } } }, "range": [ - 8741, - 8755 + 8755, + 8769 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 30 }, "end": { - "line": 268, + "line": 269, "column": 44 } } @@ -20655,16 +20724,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 8756, - 8765 + 8770, + 8779 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 45 }, "end": { - "line": 268, + "line": 269, "column": 54 } } @@ -20674,32 +20743,32 @@ "value": true, "raw": "true", "range": [ - 8767, - 8771 + 8781, + 8785 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 56 }, "end": { - "line": 268, + "line": 269, "column": 60 } } } ], "range": [ - 8741, - 8772 + 8755, + 8786 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 30 }, "end": { - "line": 268, + "line": 269, "column": 61 } } @@ -20707,47 +20776,47 @@ "generator": false, "expression": true, "range": [ - 8723, - 8772 + 8737, + 8786 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 12 }, "end": { - "line": 268, + "line": 269, "column": 61 } } } ], "range": [ - 8674, - 8773 + 8688, + 8787 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 62 } } }, "range": [ - 8674, - 8774 + 8688, + 8788 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 63 } } @@ -20765,16 +20834,16 @@ "object": { "type": "ThisExpression", "range": [ - 8783, - 8787 + 8797, + 8801 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 12 } } @@ -20783,31 +20852,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8788, - 8795 + 8802, + 8809 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 13 }, "end": { - "line": 269, + "line": 270, "column": 20 } } }, "range": [ - 8783, - 8795 + 8797, + 8809 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 20 } } @@ -20816,31 +20885,31 @@ "type": "Identifier", "name": "off", "range": [ - 8796, - 8799 + 8810, + 8813 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 21 }, "end": { - "line": 269, + "line": 270, "column": 24 } } }, "range": [ - 8783, - 8799 + 8797, + 8813 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 24 } } @@ -20854,32 +20923,32 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 8801, - 8823 + 8815, + 8837 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 26 }, "end": { - "line": 269, + "line": 270, "column": 48 } } } ], "range": [ - 8800, - 8824 + 8814, + 8838 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 25 }, "end": { - "line": 269, + "line": 270, "column": 49 } } @@ -20900,16 +20969,16 @@ "object": { "type": "ThisExpression", "range": [ - 8831, - 8835 + 8845, + 8849 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 56 }, "end": { - "line": 269, + "line": 270, "column": 60 } } @@ -20918,31 +20987,31 @@ "type": "Identifier", "name": "tf", "range": [ - 8836, - 8838 + 8850, + 8852 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 61 }, "end": { - "line": 269, + "line": 270, "column": 63 } } }, "range": [ - 8831, - 8838 + 8845, + 8852 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 56 }, "end": { - "line": 269, + "line": 270, "column": 63 } } @@ -20951,47 +21020,47 @@ "type": "Identifier", "name": "headersRow", "range": [ - 8839, - 8849 + 8853, + 8863 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 64 }, "end": { - "line": 269, + "line": 270, "column": 74 } } }, "range": [ - 8831, - 8849 + 8845, + 8863 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 56 }, "end": { - "line": 269, + "line": 270, "column": 74 } } }, "prefix": false, "range": [ - 8831, - 8851 + 8845, + 8865 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 56 }, "end": { - "line": 269, + "line": 270, "column": 76 } } @@ -20999,47 +21068,47 @@ "generator": false, "expression": true, "range": [ - 8826, - 8851 + 8840, + 8865 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 51 }, "end": { - "line": 269, + "line": 270, "column": 76 } } } ], "range": [ - 8783, - 8852 + 8797, + 8866 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 77 } } }, "range": [ - 8783, - 8853 + 8797, + 8867 ], "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 78 } } @@ -21057,16 +21126,16 @@ "object": { "type": "ThisExpression", "range": [ - 8862, - 8866 + 8876, + 8880 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 12 } } @@ -21075,31 +21144,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 8867, - 8874 + 8881, + 8888 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 13 }, "end": { - "line": 270, + "line": 271, "column": 20 } } }, "range": [ - 8862, - 8874 + 8876, + 8888 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 20 } } @@ -21108,31 +21177,31 @@ "type": "Identifier", "name": "off", "range": [ - 8875, - 8878 + 8889, + 8892 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 21 }, "end": { - "line": 270, + "line": 271, "column": 24 } } }, "range": [ - 8862, - 8878 + 8876, + 8892 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 24 } } @@ -21146,32 +21215,32 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 8880, - 8900 + 8894, + 8914 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 26 }, "end": { - "line": 270, + "line": 271, "column": 46 } } } ], "range": [ - 8879, - 8901 + 8893, + 8915 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 47 } } @@ -21184,16 +21253,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8916, - 8918 + 8930, + 8932 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 13 }, "end": { - "line": 271, + "line": 272, "column": 15 } } @@ -21202,16 +21271,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8920, - 8928 + 8934, + 8942 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 17 }, "end": { - "line": 271, + "line": 272, "column": 25 } } @@ -21225,16 +21294,16 @@ "object": { "type": "ThisExpression", "range": [ - 8932, - 8936 + 8946, + 8950 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 29 }, "end": { - "line": 271, + "line": 272, "column": 33 } } @@ -21243,31 +21312,31 @@ "type": "Identifier", "name": "build", "range": [ - 8937, - 8942 + 8951, + 8956 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 34 }, "end": { - "line": 271, + "line": 272, "column": 39 } } }, "range": [ - 8932, - 8942 + 8946, + 8956 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 29 }, "end": { - "line": 271, + "line": 272, "column": 39 } } @@ -21277,32 +21346,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8943, - 8951 + 8957, + 8965 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 40 }, "end": { - "line": 271, + "line": 272, "column": 48 } } } ], "range": [ - 8932, - 8952 + 8946, + 8966 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 29 }, "end": { - "line": 271, + "line": 272, "column": 49 } } @@ -21310,47 +21379,47 @@ "generator": false, "expression": true, "range": [ - 8915, - 8952 + 8929, + 8966 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 271, + "line": 272, "column": 49 } } } ], "range": [ - 8862, - 8953 + 8876, + 8967 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 50 } } }, "range": [ - 8862, - 8954 + 8876, + 8968 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 51 } } @@ -21366,16 +21435,16 @@ "object": { "type": "ThisExpression", "range": [ - 8964, - 8968 + 8978, + 8982 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 12 } } @@ -21384,31 +21453,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 8969, - 8980 + 8983, + 8994 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 13 }, "end": { - "line": 273, + "line": 274, "column": 24 } } }, "range": [ - 8964, - 8980 + 8978, + 8994 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 24 } } @@ -21418,62 +21487,62 @@ "value": false, "raw": "false", "range": [ - 8983, - 8988 + 8997, + 9002 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 27 }, "end": { - "line": 273, + "line": 274, "column": 32 } } }, "range": [ - 8964, - 8988 + 8978, + 9002 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 32 } } }, "range": [ - 8964, - 8989 + 8978, + 9003 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 33 } } } ], "range": [ - 7664, - 8995 + 7678, + 9009 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 13 }, "end": { - "line": 274, + "line": 275, "column": 5 } } @@ -21481,16 +21550,16 @@ "generator": false, "expression": false, "range": [ - 7662, - 8995 + 7676, + 9009 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 11 }, "end": { - "line": 274, + "line": 275, "column": 5 } } @@ -21498,16 +21567,16 @@ "kind": "method", "computed": false, "range": [ - 7655, - 8995 + 7669, + 9009 ], "loc": { "start": { - "line": 236, + "line": 237, "column": 4 }, "end": { - "line": 274, + "line": 275, "column": 5 } }, @@ -21516,16 +21585,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7610, - 7650 + 7624, + 7664 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 4 }, "end": { - "line": 235, + "line": 236, "column": 7 } } @@ -21535,31 +21604,31 @@ } ], "range": [ - 162, - 8998 + 200, + 9012 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 40 }, "end": { - "line": 276, + "line": 277, "column": 1 } } }, "range": [ - 129, - 8998 + 167, + 9012 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 7 }, "end": { - "line": 276, + "line": 277, "column": 1 } }, @@ -21569,16 +21638,16 @@ "specifiers": [], "source": null, "range": [ - 122, - 8998 + 160, + 9012 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 0 }, "end": { - "line": 276, + "line": 277, "column": 1 } } @@ -21587,7 +21656,7 @@ "sourceType": "module", "range": [ 0, - 8998 + 9012 ], "loc": { "start": { @@ -21595,7 +21664,7 @@ "column": 0 }, "end": { - "line": 276, + "line": 277, "column": 1 } }, @@ -21604,16 +21673,16 @@ "type": "Block", "value": "*\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 169, - 258 + 207, + 296 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -21622,16 +21691,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 324, - 347 + 362, + 385 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 31 } } @@ -21640,16 +21709,16 @@ "type": "Line", "value": " Enable external filters", "range": [ - 386, - 412 + 424, + 450 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 34 } } @@ -21658,16 +21727,16 @@ "type": "Line", "value": "filter icon path", "range": [ - 490, - 508 + 528, + 546 ], "loc": { "start": { - "line": 22, + "line": 23, "column": 8 }, "end": { - "line": 22, + "line": 23, "column": 26 } } @@ -21676,16 +21745,16 @@ "type": "Line", "value": "active filter icon path", "range": [ - 613, - 638 + 651, + 676 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 33 } } @@ -21694,16 +21763,16 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 895, - 946 + 933, + 984 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 59 } } @@ -21712,16 +21781,16 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1027, - 1076 + 1065, + 1114 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 57 } } @@ -21730,16 +21799,16 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1212, - 1260 + 1250, + 1298 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 56 } } @@ -21748,16 +21817,16 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1393, - 1442 + 1431, + 1480 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 57 } } @@ -21766,16 +21835,16 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1593, - 1641 + 1631, + 1679 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 56 } } @@ -21784,16 +21853,16 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1778, - 1800 + 1816, + 1838 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 30 } } @@ -21802,16 +21871,16 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1842, - 1864 + 1880, + 1902 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 30 } } @@ -21820,16 +21889,16 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1905, - 1932 + 1943, + 1970 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 35 } } @@ -21838,16 +21907,16 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2046, - 2080 + 2084, + 2118 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 42 } } @@ -21856,16 +21925,16 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2132, - 2176 + 2170, + 2214 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 52 } } @@ -21874,16 +21943,16 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2806, - 2848 + 2844, + 2886 ], "loc": { "start": { - "line": 78, + "line": 79, "column": 4 }, "end": { - "line": 80, + "line": 81, "column": 7 } } @@ -21892,16 +21961,16 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2957, - 3008 + 2995, + 3046 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 59 } } @@ -21910,16 +21979,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3756, + 3778 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 30 } } @@ -21928,16 +21997,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4249, + 4302 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 4 }, "end": { - "line": 124, + "line": 125, "column": 7 } } @@ -21946,16 +22015,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4396, + 4448 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 4 }, "end": { - "line": 133, + "line": 134, "column": 7 } } @@ -21964,16 +22033,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4598, + 4767 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 4 }, "end": { - "line": 144, + "line": 145, "column": 7 } } @@ -21982,16 +22051,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5278, + 5380 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 4 }, "end": { - "line": 161, + "line": 162, "column": 7 } } @@ -22000,16 +22069,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6583, - 6731 + 6599, + 6747 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 4 }, "end": { - "line": 199, + "line": 200, "column": 7 } } @@ -22018,16 +22087,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7053, - 7123 + 7067, + 7137 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 4 }, "end": { - "line": 214, + "line": 215, "column": 7 } } @@ -22036,16 +22105,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7256, - 7400 + 7270, + 7414 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 4 }, "end": { - "line": 225, + "line": 226, "column": 7 } } @@ -22054,16 +22123,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7610, - 7650 + 7624, + 7664 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 4 }, "end": { - "line": 235, + "line": 236, "column": 7 } } @@ -22072,16 +22141,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8500, - 8524 + 8514, + 8538 ], "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 32 } } diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index c511b004..3776491e 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -1804,6 +1804,680 @@ } } }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 890, + 895 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 9 + } + } + }, + "imported": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 890, + 895 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 9 + } + } + }, + "range": [ + 890, + 895 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 9 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 897, + 903 + ], + "loc": { + "start": { + "line": 25, + "column": 11 + }, + "end": { + "line": 25, + "column": 17 + } + } + }, + "imported": { + "type": "Identifier", + "name": "SELECT", + "range": [ + 897, + 903 + ], + "loc": { + "start": { + "line": 25, + "column": 11 + }, + "end": { + "line": 25, + "column": 17 + } + } + }, + "range": [ + 897, + 903 + ], + "loc": { + "start": { + "line": 25, + "column": 11 + }, + "end": { + "line": 25, + "column": 17 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "MULTIPLE", + "range": [ + 905, + 913 + ], + "loc": { + "start": { + "line": 25, + "column": 19 + }, + "end": { + "line": 25, + "column": 27 + } + } + }, + "imported": { + "type": "Identifier", + "name": "MULTIPLE", + "range": [ + 905, + 913 + ], + "loc": { + "start": { + "line": 25, + "column": 19 + }, + "end": { + "line": 25, + "column": 27 + } + } + }, + "range": [ + 905, + 913 + ], + "loc": { + "start": { + "line": 25, + "column": 19 + }, + "end": { + "line": 25, + "column": 27 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "CHECKLIST", + "range": [ + 915, + 924 + ], + "loc": { + "start": { + "line": 25, + "column": 29 + }, + "end": { + "line": 25, + "column": 38 + } + } + }, + "imported": { + "type": "Identifier", + "name": "CHECKLIST", + "range": [ + 915, + 924 + ], + "loc": { + "start": { + "line": 25, + "column": 29 + }, + "end": { + "line": 25, + "column": 38 + } + } + }, + "range": [ + 915, + 924 + ], + "loc": { + "start": { + "line": 25, + "column": 29 + }, + "end": { + "line": 25, + "column": 38 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 926, + 930 + ], + "loc": { + "start": { + "line": 25, + "column": 40 + }, + "end": { + "line": 25, + "column": 44 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 926, + 930 + ], + "loc": { + "start": { + "line": 25, + "column": 40 + }, + "end": { + "line": 25, + "column": 44 + } + } + }, + "range": [ + 926, + 930 + ], + "loc": { + "start": { + "line": 25, + "column": 40 + }, + "end": { + "line": 25, + "column": 44 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "ENTER_KEY", + "range": [ + 936, + 945 + ], + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "ENTER_KEY", + "range": [ + 936, + 945 + ], + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 13 + } + } + }, + "range": [ + 936, + 945 + ], + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 13 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "TAB_KEY", + "range": [ + 947, + 954 + ], + "loc": { + "start": { + "line": 26, + "column": 15 + }, + "end": { + "line": 26, + "column": 22 + } + } + }, + "imported": { + "type": "Identifier", + "name": "TAB_KEY", + "range": [ + 947, + 954 + ], + "loc": { + "start": { + "line": 26, + "column": 15 + }, + "end": { + "line": 26, + "column": 22 + } + } + }, + "range": [ + 947, + 954 + ], + "loc": { + "start": { + "line": 26, + "column": 15 + }, + "end": { + "line": 26, + "column": 22 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "ESC_KEY", + "range": [ + 956, + 963 + ], + "loc": { + "start": { + "line": 26, + "column": 24 + }, + "end": { + "line": 26, + "column": 31 + } + } + }, + "imported": { + "type": "Identifier", + "name": "ESC_KEY", + "range": [ + 956, + 963 + ], + "loc": { + "start": { + "line": 26, + "column": 24 + }, + "end": { + "line": 26, + "column": 31 + } + } + }, + "range": [ + 956, + 963 + ], + "loc": { + "start": { + "line": 26, + "column": 24 + }, + "end": { + "line": 26, + "column": 31 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "UP_ARROW_KEY", + "range": [ + 965, + 977 + ], + "loc": { + "start": { + "line": 26, + "column": 33 + }, + "end": { + "line": 26, + "column": 45 + } + } + }, + "imported": { + "type": "Identifier", + "name": "UP_ARROW_KEY", + "range": [ + 965, + 977 + ], + "loc": { + "start": { + "line": 26, + "column": 33 + }, + "end": { + "line": 26, + "column": 45 + } + } + }, + "range": [ + 965, + 977 + ], + "loc": { + "start": { + "line": 26, + "column": 33 + }, + "end": { + "line": 26, + "column": 45 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "DOWN_ARROW_KEY", + "range": [ + 979, + 993 + ], + "loc": { + "start": { + "line": 26, + "column": 47 + }, + "end": { + "line": 26, + "column": 61 + } + } + }, + "imported": { + "type": "Identifier", + "name": "DOWN_ARROW_KEY", + "range": [ + 979, + 993 + ], + "loc": { + "start": { + "line": 26, + "column": 47 + }, + "end": { + "line": 26, + "column": 61 + } + } + }, + "range": [ + 979, + 993 + ], + "loc": { + "start": { + "line": 26, + "column": 47 + }, + "end": { + "line": 26, + "column": 61 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 999, + 1007 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 999, + 1007 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 12 + } + } + }, + "range": [ + 999, + 1007 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 12 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "AUTO_FILTER_DELAY", + "range": [ + 1009, + 1026 + ], + "loc": { + "start": { + "line": 27, + "column": 14 + }, + "end": { + "line": 27, + "column": 31 + } + } + }, + "imported": { + "type": "Identifier", + "name": "AUTO_FILTER_DELAY", + "range": [ + 1009, + 1026 + ], + "loc": { + "start": { + "line": 27, + "column": 14 + }, + "end": { + "line": 27, + "column": 31 + } + } + }, + "range": [ + 1009, + 1026 + ], + "loc": { + "start": { + "line": 27, + "column": 14 + }, + "end": { + "line": 27, + "column": 31 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./const", + "raw": "'./const'", + "range": [ + 1034, + 1043 + ], + "loc": { + "start": { + "line": 28, + "column": 7 + }, + "end": { + "line": 28, + "column": 16 + } + } + }, + "range": [ + 877, + 1044 + ], + "loc": { + "start": { + "line": 24, + "column": 0 + }, + "end": { + "line": 28, + "column": 17 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -1813,16 +2487,16 @@ "type": "Identifier", "name": "global", "range": [ - 881, - 887 + 1050, + 1056 ], "loc": { "start": { - "line": 24, + "line": 30, "column": 4 }, "end": { - "line": 24, + "line": 30, "column": 10 } } @@ -1831,31 +2505,31 @@ "type": "Identifier", "name": "window", "range": [ - 890, - 896 + 1059, + 1065 ], "loc": { "start": { - "line": 24, + "line": 30, "column": 13 }, "end": { - "line": 24, + "line": 30, "column": 19 } } }, "range": [ - 881, - 896 + 1050, + 1065 ], "loc": { "start": { - "line": 24, + "line": 30, "column": 4 }, "end": { - "line": 24, + "line": 30, "column": 19 } } @@ -1866,16 +2540,16 @@ "type": "Identifier", "name": "doc", "range": [ - 902, - 905 + 1071, + 1074 ], "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 7 } } @@ -1887,16 +2561,16 @@ "type": "Identifier", "name": "global", "range": [ - 908, - 914 + 1077, + 1083 ], "loc": { "start": { - "line": 25, + "line": 31, "column": 10 }, "end": { - "line": 25, + "line": 31, "column": 16 } } @@ -1905,46 +2579,46 @@ "type": "Identifier", "name": "document", "range": [ - 915, - 923 + 1084, + 1092 ], "loc": { "start": { - "line": 25, + "line": 31, "column": 17 }, "end": { - "line": 25, + "line": 31, "column": 25 } } }, "range": [ - 908, - 923 + 1077, + 1092 ], "loc": { "start": { - "line": 25, + "line": 31, "column": 10 }, "end": { - "line": 25, + "line": 31, "column": 25 } } }, "range": [ - 902, - 923 + 1071, + 1092 ], "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 25 } } @@ -1952,16 +2626,16 @@ ], "kind": "let", "range": [ - 877, - 924 + 1046, + 1093 ], "loc": { "start": { - "line": 24, + "line": 30, "column": 0 }, "end": { - "line": 25, + "line": 31, "column": 26 } } @@ -1974,16 +2648,16 @@ "type": "Identifier", "name": "TableFilter", "range": [ - 939, - 950 + 1108, + 1119 ], "loc": { "start": { - "line": 27, + "line": 33, "column": 13 }, "end": { - "line": 27, + "line": 33, "column": 24 } } @@ -1998,16 +2672,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 1276, - 1287 + 1445, + 1456 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 4 }, "end": { - "line": 37, + "line": 43, "column": 15 } } @@ -2022,31 +2696,31 @@ "type": "Identifier", "name": "args", "range": [ - 1291, - 1295 + 1460, + 1464 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 19 }, "end": { - "line": 37, + "line": 43, "column": 23 } } }, "range": [ - 1288, - 1295 + 1457, + 1464 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 16 }, "end": { - "line": 37, + "line": 43, "column": 23 } } @@ -2055,152 +2729,6 @@ "body": { "type": "BlockStatement", "body": [ - { - "type": "IfStatement", - "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "args", - "range": [ - 1311, - 1315 - ], - "loc": { - "start": { - "line": 38, - "column": 12 - }, - "end": { - "line": 38, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 1316, - 1322 - ], - "loc": { - "start": { - "line": 38, - "column": 17 - }, - "end": { - "line": 38, - "column": 23 - } - } - }, - "range": [ - 1311, - 1322 - ], - "loc": { - "start": { - "line": 38, - "column": 12 - }, - "end": { - "line": 38, - "column": 23 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 1327, - 1328 - ], - "loc": { - "start": { - "line": 38, - "column": 28 - }, - "end": { - "line": 38, - "column": 29 - } - } - }, - "range": [ - 1311, - 1328 - ], - "loc": { - "start": { - "line": 38, - "column": 12 - }, - "end": { - "line": 38, - "column": 29 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": null, - "range": [ - 1332, - 1339 - ], - "loc": { - "start": { - "line": 38, - "column": 33 - }, - "end": { - "line": 38, - "column": 40 - } - } - } - ], - "range": [ - 1330, - 1341 - ], - "loc": { - "start": { - "line": 38, - "column": 31 - }, - "end": { - "line": 38, - "column": 42 - } - } - }, - "alternate": null, - "range": [ - 1307, - 1341 - ], - "loc": { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 42 - } - } - }, { "type": "ExpressionStatement", "expression": { @@ -2212,16 +2740,16 @@ "object": { "type": "ThisExpression", "range": [ - 1351, - 1355 + 1476, + 1480 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 8 }, "end": { - "line": 40, + "line": 44, "column": 12 } } @@ -2230,31 +2758,31 @@ "type": "Identifier", "name": "id", "range": [ - 1356, - 1358 + 1481, + 1483 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 13 }, "end": { - "line": 40, + "line": 44, "column": 15 } } }, "range": [ - 1351, - 1358 + 1476, + 1483 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 8 }, "end": { - "line": 40, + "line": 44, "column": 15 } } @@ -2264,46 +2792,46 @@ "value": null, "raw": "null", "range": [ - 1361, - 1365 + 1486, + 1490 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 18 }, "end": { - "line": 40, + "line": 44, "column": 22 } } }, "range": [ - 1351, - 1365 + 1476, + 1490 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 8 }, "end": { - "line": 40, + "line": 44, "column": 22 } } }, "range": [ - 1351, - 1366 + 1476, + 1491 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 8 }, "end": { - "line": 40, + "line": 44, "column": 23 } } @@ -2319,16 +2847,16 @@ "object": { "type": "ThisExpression", "range": [ - 1375, - 1379 + 1500, + 1504 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 8 }, "end": { - "line": 41, + "line": 45, "column": 12 } } @@ -2337,31 +2865,31 @@ "type": "Identifier", "name": "version", "range": [ - 1380, - 1387 + 1505, + 1512 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 13 }, "end": { - "line": 41, + "line": 45, "column": 20 } } }, "range": [ - 1375, - 1387 + 1500, + 1512 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 8 }, "end": { - "line": 41, + "line": 45, "column": 20 } } @@ -2371,46 +2899,46 @@ "value": "{VERSION}", "raw": "'{VERSION}'", "range": [ - 1390, - 1401 + 1515, + 1526 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 23 }, "end": { - "line": 41, + "line": 45, "column": 34 } } }, "range": [ - 1375, - 1401 + 1500, + 1526 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 8 }, "end": { - "line": 41, + "line": 45, "column": 34 } } }, "range": [ - 1375, - 1402 + 1500, + 1527 ], "loc": { "start": { - "line": 41, + "line": 45, "column": 8 }, "end": { - "line": 41, + "line": 45, "column": 35 } } @@ -2426,16 +2954,16 @@ "object": { "type": "ThisExpression", "range": [ - 1411, - 1415 + 1536, + 1540 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 12 } } @@ -2444,31 +2972,31 @@ "type": "Identifier", "name": "year", "range": [ - 1416, - 1420 + 1541, + 1545 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 13 }, "end": { - "line": 42, + "line": 46, "column": 17 } } }, "range": [ - 1411, - 1420 + 1536, + 1545 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 17 } } @@ -2484,32 +3012,32 @@ "type": "Identifier", "name": "Date", "range": [ - 1427, - 1431 + 1552, + 1556 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 24 }, "end": { - "line": 42, + "line": 46, "column": 28 } } }, "arguments": [], "range": [ - 1423, - 1433 + 1548, + 1558 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 20 }, "end": { - "line": 42, + "line": 46, "column": 30 } } @@ -2518,77 +3046,77 @@ "type": "Identifier", "name": "getFullYear", "range": [ - 1434, - 1445 + 1559, + 1570 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 31 }, "end": { - "line": 42, + "line": 46, "column": 42 } } }, "range": [ - 1423, - 1445 + 1548, + 1570 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 20 }, "end": { - "line": 42, + "line": 46, "column": 42 } } }, "arguments": [], "range": [ - 1423, - 1447 + 1548, + 1572 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 20 }, "end": { - "line": 42, + "line": 46, "column": 44 } } }, "range": [ - 1411, - 1447 + 1536, + 1572 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 44 } } }, "range": [ - 1411, - 1448 + 1536, + 1573 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 45 } } @@ -2604,16 +3132,16 @@ "object": { "type": "ThisExpression", "range": [ - 1457, - 1461 + 1582, + 1586 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 8 }, "end": { - "line": 43, + "line": 47, "column": 12 } } @@ -2622,31 +3150,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 1462, - 1465 + 1587, + 1590 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 13 }, "end": { - "line": 43, + "line": 47, "column": 16 } } }, "range": [ - 1457, - 1465 + 1582, + 1590 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 8 }, "end": { - "line": 43, + "line": 47, "column": 16 } } @@ -2656,46 +3184,46 @@ "value": null, "raw": "null", "range": [ - 1468, - 1472 + 1593, + 1597 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 19 }, "end": { - "line": 43, + "line": 47, "column": 23 } } }, "range": [ - 1457, - 1472 + 1582, + 1597 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 8 }, "end": { - "line": 43, + "line": 47, "column": 23 } } }, "range": [ - 1457, - 1473 + 1582, + 1598 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 8 }, "end": { - "line": 43, + "line": 47, "column": 24 } } @@ -2711,16 +3239,16 @@ "object": { "type": "ThisExpression", "range": [ - 1482, - 1486 + 1607, + 1611 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 12 } } @@ -2729,31 +3257,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 1487, - 1495 + 1612, + 1620 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 13 }, "end": { - "line": 44, + "line": 48, "column": 21 } } }, "range": [ - 1482, - 1495 + 1607, + 1620 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 21 } } @@ -2763,46 +3291,46 @@ "value": null, "raw": "null", "range": [ - 1498, - 1502 + 1623, + 1627 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 24 }, "end": { - "line": 44, + "line": 48, "column": 28 } } }, "range": [ - 1482, - 1502 + 1607, + 1627 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 28 } } }, "range": [ - 1482, - 1503 + 1607, + 1628 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 29 } } @@ -2818,16 +3346,16 @@ "object": { "type": "ThisExpression", "range": [ - 1512, - 1516 + 1637, + 1641 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 8 }, "end": { - "line": 45, + "line": 49, "column": 12 } } @@ -2836,31 +3364,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 1517, - 1523 + 1642, + 1648 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 13 }, "end": { - "line": 45, + "line": 49, "column": 19 } } }, "range": [ - 1512, - 1523 + 1637, + 1648 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 8 }, "end": { - "line": 45, + "line": 49, "column": 19 } } @@ -2870,46 +3398,46 @@ "value": null, "raw": "null", "range": [ - 1526, - 1530 + 1651, + 1655 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 22 }, "end": { - "line": 45, + "line": 49, "column": 26 } } }, "range": [ - 1512, - 1530 + 1637, + 1655 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 8 }, "end": { - "line": 45, + "line": 49, "column": 26 } } }, "range": [ - 1512, - 1531 + 1637, + 1656 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 8 }, "end": { - "line": 45, + "line": 49, "column": 27 } } @@ -2925,16 +3453,16 @@ "object": { "type": "ThisExpression", "range": [ - 1540, - 1544 + 1665, + 1669 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 8 }, "end": { - "line": 46, + "line": 50, "column": 12 } } @@ -2943,31 +3471,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 1545, - 1555 + 1670, + 1680 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 13 }, "end": { - "line": 46, + "line": 50, "column": 23 } } }, "range": [ - 1540, - 1555 + 1665, + 1680 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 8 }, "end": { - "line": 46, + "line": 50, "column": 23 } } @@ -2977,46 +3505,46 @@ "value": null, "raw": "null", "range": [ - 1558, - 1562 + 1683, + 1687 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 26 }, "end": { - "line": 46, + "line": 50, "column": 30 } } }, "range": [ - 1540, - 1562 + 1665, + 1687 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 8 }, "end": { - "line": 46, + "line": 50, "column": 30 } } }, "range": [ - 1540, - 1563 + 1665, + 1688 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 8 }, "end": { - "line": 46, + "line": 50, "column": 31 } } @@ -3032,16 +3560,16 @@ "object": { "type": "ThisExpression", "range": [ - 1572, - 1576 + 1697, + 1701 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 8 }, "end": { - "line": 47, + "line": 51, "column": 12 } } @@ -3050,31 +3578,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 1577, - 1580 + 1702, + 1705 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 13 }, "end": { - "line": 47, + "line": 51, "column": 16 } } }, "range": [ - 1572, - 1580 + 1697, + 1705 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 8 }, "end": { - "line": 47, + "line": 51, "column": 16 } } @@ -3083,46 +3611,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 1583, - 1585 + 1708, + 1710 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 19 }, "end": { - "line": 47, + "line": 51, "column": 21 } } }, "range": [ - 1572, - 1585 + 1697, + 1710 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 8 }, "end": { - "line": 47, + "line": 51, "column": 21 } } }, "range": [ - 1572, - 1586 + 1697, + 1711 ], "loc": { "start": { - "line": 47, + "line": 51, "column": 8 }, "end": { - "line": 47, + "line": 51, "column": 22 } } @@ -3138,16 +3666,16 @@ "object": { "type": "ThisExpression", "range": [ - 1595, - 1599 + 1720, + 1724 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 8 }, "end": { - "line": 48, + "line": 52, "column": 12 } } @@ -3156,31 +3684,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 1600, - 1616 + 1725, + 1741 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 13 }, "end": { - "line": 48, + "line": 52, "column": 29 } } }, "range": [ - 1595, - 1616 + 1720, + 1741 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 8 }, "end": { - "line": 48, + "line": 52, "column": 29 } } @@ -3190,46 +3718,46 @@ "value": null, "raw": "null", "range": [ - 1619, - 1623 + 1744, + 1748 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 32 }, "end": { - "line": 48, + "line": 52, "column": 36 } } }, "range": [ - 1595, - 1623 + 1720, + 1748 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 8 }, "end": { - "line": 48, + "line": 52, "column": 36 } } }, "range": [ - 1595, - 1624 + 1720, + 1749 ], "loc": { "start": { - "line": 48, + "line": 52, "column": 8 }, "end": { - "line": 48, + "line": 52, "column": 37 } } @@ -3245,16 +3773,16 @@ "object": { "type": "ThisExpression", "range": [ - 1633, - 1637 + 1758, + 1762 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 8 }, "end": { - "line": 49, + "line": 53, "column": 12 } } @@ -3263,31 +3791,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 1638, - 1644 + 1763, + 1769 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 13 }, "end": { - "line": 49, + "line": 53, "column": 19 } } }, "range": [ - 1633, - 1644 + 1758, + 1769 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 8 }, "end": { - "line": 49, + "line": 53, "column": 19 } } @@ -3297,46 +3825,46 @@ "value": null, "raw": "null", "range": [ - 1647, - 1651 + 1772, + 1776 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 22 }, "end": { - "line": 49, + "line": 53, "column": 26 } } }, "range": [ - 1633, - 1651 + 1758, + 1776 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 8 }, "end": { - "line": 49, + "line": 53, "column": 26 } } }, "range": [ - 1633, - 1652 + 1758, + 1777 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 8 }, "end": { - "line": 49, + "line": 53, "column": 27 } } @@ -3352,16 +3880,16 @@ "object": { "type": "ThisExpression", "range": [ - 1661, - 1665 + 1786, + 1790 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 8 }, "end": { - "line": 50, + "line": 54, "column": 12 } } @@ -3370,31 +3898,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 1666, - 1673 + 1791, + 1798 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 13 }, "end": { - "line": 50, + "line": 54, "column": 20 } } }, "range": [ - 1661, - 1673 + 1786, + 1798 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 8 }, "end": { - "line": 50, + "line": 54, "column": 20 } } @@ -3404,46 +3932,46 @@ "value": null, "raw": "null", "range": [ - 1676, - 1680 + 1801, + 1805 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 23 }, "end": { - "line": 50, + "line": 54, "column": 27 } } }, "range": [ - 1661, - 1680 + 1786, + 1805 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 8 }, "end": { - "line": 50, + "line": 54, "column": 27 } } }, "range": [ - 1661, - 1681 + 1786, + 1806 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 8 }, "end": { - "line": 50, + "line": 54, "column": 28 } } @@ -3459,16 +3987,16 @@ "object": { "type": "ThisExpression", "range": [ - 1690, - 1694 + 1815, + 1819 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 8 }, "end": { - "line": 51, + "line": 55, "column": 12 } } @@ -3477,31 +4005,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 1695, - 1703 + 1820, + 1828 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 13 }, "end": { - "line": 51, + "line": 55, "column": 21 } } }, "range": [ - 1690, - 1703 + 1815, + 1828 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 8 }, "end": { - "line": 51, + "line": 55, "column": 21 } } @@ -3511,46 +4039,46 @@ "value": false, "raw": "false", "range": [ - 1706, - 1711 + 1831, + 1836 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 24 }, "end": { - "line": 51, + "line": 55, "column": 29 } } }, "range": [ - 1690, - 1711 + 1815, + 1836 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 8 }, "end": { - "line": 51, + "line": 55, "column": 29 } } }, "range": [ - 1690, - 1712 + 1815, + 1837 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 8 }, "end": { - "line": 51, + "line": 55, "column": 30 } }, @@ -3559,16 +4087,16 @@ "type": "Line", "value": " TODO: use for-of with babel plug-in", "range": [ - 1722, - 1760 + 1847, + 1885 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 46 } } @@ -3586,16 +4114,16 @@ "type": "Identifier", "name": "args", "range": [ - 1769, - 1773 + 1894, + 1898 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 54, + "line": 58, "column": 12 } } @@ -3604,31 +4132,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 1774, - 1781 + 1899, + 1906 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 13 }, "end": { - "line": 54, + "line": 58, "column": 20 } } }, "range": [ - 1769, - 1781 + 1894, + 1906 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 54, + "line": 58, "column": 20 } } @@ -3642,16 +4170,16 @@ "type": "Identifier", "name": "arg", "range": [ - 1783, - 1786 + 1908, + 1911 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 22 }, "end": { - "line": 54, + "line": 58, "column": 25 } } @@ -3669,16 +4197,16 @@ "type": "Identifier", "name": "argtype", "range": [ - 1848, - 1855 + 1973, + 1980 ], "loc": { "start": { - "line": 56, + "line": 60, "column": 16 }, "end": { - "line": 56, + "line": 60, "column": 23 } } @@ -3690,47 +4218,47 @@ "type": "Identifier", "name": "arg", "range": [ - 1865, - 1868 + 1990, + 1993 ], "loc": { "start": { - "line": 56, + "line": 60, "column": 33 }, "end": { - "line": 56, + "line": 60, "column": 36 } } }, "prefix": true, "range": [ - 1858, - 1868 + 1983, + 1993 ], "loc": { "start": { - "line": 56, + "line": 60, "column": 26 }, "end": { - "line": 56, + "line": 60, "column": 36 } } }, "range": [ - 1848, - 1868 + 1973, + 1993 ], "loc": { "start": { - "line": 56, + "line": 60, "column": 16 }, "end": { - "line": 56, + "line": 60, "column": 36 } } @@ -3738,16 +4266,16 @@ ], "kind": "let", "range": [ - 1844, - 1869 + 1969, + 1994 ], "loc": { "start": { - "line": 56, + "line": 60, "column": 12 }, "end": { - "line": 56, + "line": 60, "column": 37 } }, @@ -3756,16 +4284,16 @@ "type": "Line", "value": " for (let arg of args) {", "range": [ - 1805, - 1831 + 1930, + 1956 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 12 }, "end": { - "line": 55, + "line": 59, "column": 38 } } @@ -3787,16 +4315,16 @@ "type": "Identifier", "name": "argtype", "range": [ - 1886, - 1893 + 2011, + 2018 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 16 }, "end": { - "line": 57, + "line": 61, "column": 23 } } @@ -3806,31 +4334,31 @@ "value": "object", "raw": "'object'", "range": [ - 1898, - 1906 + 2023, + 2031 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 28 }, "end": { - "line": 57, + "line": 61, "column": 36 } } }, "range": [ - 1886, - 1906 + 2011, + 2031 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 16 }, "end": { - "line": 57, + "line": 61, "column": 36 } } @@ -3839,31 +4367,31 @@ "type": "Identifier", "name": "arg", "range": [ - 1910, - 1913 + 2035, + 2038 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 40 }, "end": { - "line": 57, + "line": 61, "column": 43 } } }, "range": [ - 1886, - 1913 + 2011, + 2038 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 16 }, "end": { - "line": 57, + "line": 61, "column": 43 } } @@ -3878,16 +4406,16 @@ "type": "Identifier", "name": "arg", "range": [ - 1917, - 1920 + 2042, + 2045 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 47 }, "end": { - "line": 57, + "line": 61, "column": 50 } } @@ -3896,31 +4424,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 1921, - 1929 + 2046, + 2054 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 51 }, "end": { - "line": 57, + "line": 61, "column": 59 } } }, "range": [ - 1917, - 1929 + 2042, + 2054 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 47 }, "end": { - "line": 57, + "line": 61, "column": 59 } } @@ -3930,46 +4458,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 1934, - 1941 + 2059, + 2066 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 64 }, "end": { - "line": 57, + "line": 61, "column": 71 } } }, "range": [ - 1917, - 1941 + 2042, + 2066 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 47 }, "end": { - "line": 57, + "line": 61, "column": 71 } } }, "range": [ - 1886, - 1941 + 2011, + 2066 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 16 }, "end": { - "line": 57, + "line": 61, "column": 71 } } @@ -3988,16 +4516,16 @@ "object": { "type": "ThisExpression", "range": [ - 1961, - 1965 + 2086, + 2090 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 16 }, "end": { - "line": 58, + "line": 62, "column": 20 } } @@ -4006,31 +4534,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 1966, - 1969 + 2091, + 2094 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 21 }, "end": { - "line": 58, + "line": 62, "column": 24 } } }, "range": [ - 1961, - 1969 + 2086, + 2094 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 16 }, "end": { - "line": 58, + "line": 62, "column": 24 } } @@ -4039,46 +4567,46 @@ "type": "Identifier", "name": "arg", "range": [ - 1972, - 1975 + 2097, + 2100 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 27 }, "end": { - "line": 58, + "line": 62, "column": 30 } } }, "range": [ - 1961, - 1975 + 2086, + 2100 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 16 }, "end": { - "line": 58, + "line": 62, "column": 30 } } }, "range": [ - 1961, - 1976 + 2086, + 2101 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 16 }, "end": { - "line": 58, + "line": 62, "column": 31 } } @@ -4094,16 +4622,16 @@ "object": { "type": "ThisExpression", "range": [ - 1993, - 1997 + 2118, + 2122 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 16 }, "end": { - "line": 59, + "line": 63, "column": 20 } } @@ -4112,31 +4640,31 @@ "type": "Identifier", "name": "id", "range": [ - 1998, - 2000 + 2123, + 2125 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 21 }, "end": { - "line": 59, + "line": 63, "column": 23 } } }, "range": [ - 1993, - 2000 + 2118, + 2125 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 16 }, "end": { - "line": 59, + "line": 63, "column": 23 } } @@ -4151,16 +4679,16 @@ "type": "Identifier", "name": "arg", "range": [ - 2003, - 2006 + 2128, + 2131 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 26 }, "end": { - "line": 59, + "line": 63, "column": 29 } } @@ -4169,31 +4697,31 @@ "type": "Identifier", "name": "id", "range": [ - 2007, - 2009 + 2132, + 2134 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 30 }, "end": { - "line": 59, + "line": 63, "column": 32 } } }, "range": [ - 2003, - 2009 + 2128, + 2134 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 26 }, "end": { - "line": 59, + "line": 63, "column": 32 } } @@ -4209,16 +4737,16 @@ }, "tail": false, "range": [ - 2013, - 2019 + 2138, + 2144 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 36 }, "end": { - "line": 59, + "line": 63, "column": 42 } } @@ -4231,16 +4759,16 @@ }, "tail": true, "range": [ - 2039, - 2042 + 2164, + 2167 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 62 }, "end": { - "line": 59, + "line": 63, "column": 65 } } @@ -4258,32 +4786,32 @@ "type": "Identifier", "name": "Date", "range": [ - 2023, - 2027 + 2148, + 2152 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 46 }, "end": { - "line": 59, + "line": 63, "column": 50 } } }, "arguments": [], "range": [ - 2019, - 2029 + 2144, + 2154 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 42 }, "end": { - "line": 59, + "line": 63, "column": 52 } } @@ -4292,124 +4820,124 @@ "type": "Identifier", "name": "getTime", "range": [ - 2030, - 2037 + 2155, + 2162 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 53 }, "end": { - "line": 59, + "line": 63, "column": 60 } } }, "range": [ - 2019, - 2037 + 2144, + 2162 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 42 }, "end": { - "line": 59, + "line": 63, "column": 60 } } }, "arguments": [], "range": [ - 2019, - 2039 + 2144, + 2164 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 42 }, "end": { - "line": 59, + "line": 63, "column": 62 } } } ], "range": [ - 2013, - 2042 + 2138, + 2167 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 36 }, "end": { - "line": 59, + "line": 63, "column": 65 } } }, "range": [ - 2003, - 2042 + 2128, + 2167 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 26 }, "end": { - "line": 59, + "line": 63, "column": 65 } } }, "range": [ - 1993, - 2042 + 2118, + 2167 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 16 }, "end": { - "line": 59, + "line": 63, "column": 65 } } }, "range": [ - 1993, - 2043 + 2118, + 2168 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 16 }, "end": { - "line": 59, + "line": 63, "column": 66 } } } ], "range": [ - 1943, - 2057 + 2068, + 2182 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 73 }, "end": { - "line": 60, + "line": 64, "column": 13 } } @@ -4423,16 +4951,16 @@ "type": "Identifier", "name": "argtype", "range": [ - 2067, - 2074 + 2192, + 2199 ], "loc": { "start": { - "line": 60, + "line": 64, "column": 23 }, "end": { - "line": 60, + "line": 64, "column": 30 } } @@ -4442,31 +4970,31 @@ "value": "string", "raw": "'string'", "range": [ - 2079, - 2087 + 2204, + 2212 ], "loc": { "start": { - "line": 60, + "line": 64, "column": 35 }, "end": { - "line": 60, + "line": 64, "column": 43 } } }, "range": [ - 2067, - 2087 + 2192, + 2212 ], "loc": { "start": { - "line": 60, + "line": 64, "column": 23 }, "end": { - "line": 60, + "line": 64, "column": 43 } } @@ -4485,16 +5013,16 @@ "object": { "type": "ThisExpression", "range": [ - 2107, - 2111 + 2232, + 2236 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 16 }, "end": { - "line": 61, + "line": 65, "column": 20 } } @@ -4503,31 +5031,31 @@ "type": "Identifier", "name": "id", "range": [ - 2112, - 2114 + 2237, + 2239 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 21 }, "end": { - "line": 61, + "line": 65, "column": 23 } } }, "range": [ - 2107, - 2114 + 2232, + 2239 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 16 }, "end": { - "line": 61, + "line": 65, "column": 23 } } @@ -4536,46 +5064,46 @@ "type": "Identifier", "name": "arg", "range": [ - 2117, - 2120 + 2242, + 2245 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 26 }, "end": { - "line": 61, + "line": 65, "column": 29 } } }, "range": [ - 2107, - 2120 + 2232, + 2245 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 16 }, "end": { - "line": 61, + "line": 65, "column": 29 } } }, "range": [ - 2107, - 2121 + 2232, + 2246 ], "loc": { "start": { - "line": 61, + "line": 65, "column": 16 }, "end": { - "line": 61, + "line": 65, "column": 30 } } @@ -4591,16 +5119,16 @@ "object": { "type": "ThisExpression", "range": [ - 2138, - 2142 + 2263, + 2267 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 16 }, "end": { - "line": 62, + "line": 66, "column": 20 } } @@ -4609,31 +5137,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2143, - 2146 + 2268, + 2271 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 21 }, "end": { - "line": 62, + "line": 66, "column": 24 } } }, "range": [ - 2138, - 2146 + 2263, + 2271 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 16 }, "end": { - "line": 62, + "line": 66, "column": 24 } } @@ -4647,16 +5175,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2149, - 2152 + 2274, + 2277 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 27 }, "end": { - "line": 62, + "line": 66, "column": 30 } } @@ -4665,31 +5193,31 @@ "type": "Identifier", "name": "id", "range": [ - 2153, - 2155 + 2278, + 2280 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 31 }, "end": { - "line": 62, + "line": 66, "column": 33 } } }, "range": [ - 2149, - 2155 + 2274, + 2280 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 27 }, "end": { - "line": 62, + "line": 66, "column": 33 } } @@ -4699,78 +5227,78 @@ "type": "Identifier", "name": "arg", "range": [ - 2156, - 2159 + 2281, + 2284 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 34 }, "end": { - "line": 62, + "line": 66, "column": 37 } } } ], "range": [ - 2149, - 2160 + 2274, + 2285 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 27 }, "end": { - "line": 62, + "line": 66, "column": 38 } } }, "range": [ - 2138, - 2160 + 2263, + 2285 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 16 }, "end": { - "line": 62, + "line": 66, "column": 38 } } }, "range": [ - 2138, - 2161 + 2263, + 2286 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 16 }, "end": { - "line": 62, + "line": 66, "column": 39 } } } ], "range": [ - 2089, - 2175 + 2214, + 2300 ], "loc": { "start": { - "line": 60, + "line": 64, "column": 45 }, "end": { - "line": 63, + "line": 67, "column": 13 } } @@ -4784,16 +5312,16 @@ "type": "Identifier", "name": "argtype", "range": [ - 2185, - 2192 + 2310, + 2317 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 23 }, "end": { - "line": 63, + "line": 67, "column": 30 } } @@ -4803,31 +5331,31 @@ "value": "number", "raw": "'number'", "range": [ - 2197, - 2205 + 2322, + 2330 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 35 }, "end": { - "line": 63, + "line": 67, "column": 43 } } }, "range": [ - 2185, - 2205 + 2310, + 2330 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 23 }, "end": { - "line": 63, + "line": 67, "column": 43 } } @@ -4846,16 +5374,16 @@ "object": { "type": "ThisExpression", "range": [ - 2225, - 2229 + 2350, + 2354 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 16 }, "end": { - "line": 64, + "line": 68, "column": 20 } } @@ -4864,31 +5392,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 2230, - 2238 + 2355, + 2363 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 21 }, "end": { - "line": 64, + "line": 68, "column": 29 } } }, "range": [ - 2225, - 2238 + 2350, + 2363 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 16 }, "end": { - "line": 64, + "line": 68, "column": 29 } } @@ -4897,62 +5425,62 @@ "type": "Identifier", "name": "arg", "range": [ - 2241, - 2244 + 2366, + 2369 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 32 }, "end": { - "line": 64, + "line": 68, "column": 35 } } }, "range": [ - 2225, - 2244 + 2350, + 2369 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 16 }, "end": { - "line": 64, + "line": 68, "column": 35 } } }, "range": [ - 2225, - 2245 + 2350, + 2370 ], "loc": { "start": { - "line": 64, + "line": 68, "column": 16 }, "end": { - "line": 64, + "line": 68, "column": 36 } } } ], "range": [ - 2207, - 2259 + 2332, + 2384 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 45 }, "end": { - "line": 65, + "line": 69, "column": 13 } } @@ -4966,16 +5494,16 @@ "type": "Identifier", "name": "argtype", "range": [ - 2269, - 2276 + 2394, + 2401 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 23 }, "end": { - "line": 65, + "line": 69, "column": 30 } } @@ -4985,31 +5513,31 @@ "value": "object", "raw": "'object'", "range": [ - 2281, - 2289 + 2406, + 2414 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 35 }, "end": { - "line": 65, + "line": 69, "column": 43 } } }, "range": [ - 2269, - 2289 + 2394, + 2414 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 23 }, "end": { - "line": 65, + "line": 69, "column": 43 } } @@ -5028,16 +5556,16 @@ "object": { "type": "ThisExpression", "range": [ - 2309, - 2313 + 2434, + 2438 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 16 }, "end": { - "line": 66, + "line": 70, "column": 20 } } @@ -5046,31 +5574,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 2314, - 2317 + 2439, + 2442 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 21 }, "end": { - "line": 66, + "line": 70, "column": 24 } } }, "range": [ - 2309, - 2317 + 2434, + 2442 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 16 }, "end": { - "line": 66, + "line": 70, "column": 24 } } @@ -5079,123 +5607,123 @@ "type": "Identifier", "name": "arg", "range": [ - 2320, - 2323 + 2445, + 2448 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 27 }, "end": { - "line": 66, + "line": 70, "column": 30 } } }, "range": [ - 2309, - 2323 + 2434, + 2448 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 16 }, "end": { - "line": 66, + "line": 70, "column": 30 } } }, "range": [ - 2309, - 2324 + 2434, + 2449 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 16 }, "end": { - "line": 66, + "line": 70, "column": 31 } } } ], "range": [ - 2291, - 2338 + 2416, + 2463 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 45 }, "end": { - "line": 67, + "line": 71, "column": 13 } } }, "alternate": null, "range": [ - 2265, - 2338 + 2390, + 2463 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 19 }, "end": { - "line": 67, + "line": 71, "column": 13 } } }, "range": [ - 2181, - 2338 + 2306, + 2463 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 19 }, "end": { - "line": 67, + "line": 71, "column": 13 } } }, "range": [ - 2063, - 2338 + 2188, + 2463 ], "loc": { "start": { - "line": 60, + "line": 64, "column": 19 }, "end": { - "line": 67, + "line": 71, "column": 13 } } }, "range": [ - 1882, - 2338 + 2007, + 2463 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 12 }, "end": { - "line": 67, + "line": 71, "column": 13 } }, @@ -5204,16 +5732,16 @@ "type": "Line", "value": " }", "range": [ - 2351, - 2355 + 2476, + 2480 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 16 } } @@ -5222,16 +5750,16 @@ } ], "range": [ - 1791, - 2365 + 1916, + 2490 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 30 }, "end": { - "line": 69, + "line": 73, "column": 9 } } @@ -5239,47 +5767,47 @@ "generator": false, "expression": false, "range": [ - 1782, - 2365 + 1907, + 2490 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 21 }, "end": { - "line": 69, + "line": 73, "column": 9 } } } ], "range": [ - 1769, - 2366 + 1894, + 2491 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 69, + "line": 73, "column": 10 } } }, "range": [ - 1769, - 2367 + 1894, + 2492 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 69, + "line": 73, "column": 11 } }, @@ -5288,16 +5816,16 @@ "type": "Line", "value": " TODO: use for-of with babel plug-in", "range": [ - 1722, - 1760 + 1847, + 1885 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 46 } } @@ -5321,16 +5849,16 @@ "object": { "type": "ThisExpression", "range": [ - 2382, - 2386 + 2507, + 2511 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 13 }, "end": { - "line": 71, + "line": 75, "column": 17 } } @@ -5339,54 +5867,54 @@ "type": "Identifier", "name": "tbl", "range": [ - 2387, - 2390 + 2512, + 2515 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 18 }, "end": { - "line": 71, + "line": 75, "column": 21 } } }, "range": [ - 2382, - 2390 + 2507, + 2515 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 13 }, "end": { - "line": 71, + "line": 75, "column": 21 } } }, "prefix": true, "range": [ - 2381, - 2390 + 2506, + 2515 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 12 }, "end": { - "line": 71, + "line": 75, "column": 21 } } }, "right": { "type": "BinaryExpression", - "operator": "!=", + "operator": "!==", "left": { "type": "MemberExpression", "computed": false, @@ -5396,16 +5924,16 @@ "object": { "type": "ThisExpression", "range": [ - 2394, - 2398 + 2519, + 2523 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 25 }, "end": { - "line": 71, + "line": 75, "column": 29 } } @@ -5414,31 +5942,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2399, - 2402 + 2524, + 2527 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 30 }, "end": { - "line": 71, + "line": 75, "column": 33 } } }, "range": [ - 2394, - 2402 + 2519, + 2527 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 25 }, "end": { - "line": 71, + "line": 75, "column": 33 } } @@ -5447,31 +5975,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 2403, - 2411 + 2528, + 2536 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 34 }, "end": { - "line": 71, + "line": 75, "column": 42 } } }, "range": [ - 2394, - 2411 + 2519, + 2536 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 25 }, "end": { - "line": 71, + "line": 75, "column": 42 } } @@ -5481,47 +6009,47 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 2415, - 2422 + 2541, + 2548 ], "loc": { "start": { - "line": 71, - "column": 46 + "line": 75, + "column": 47 }, "end": { - "line": 71, - "column": 53 + "line": 75, + "column": 54 } } }, "range": [ - 2394, - 2422 + 2519, + 2548 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 25 }, "end": { - "line": 71, - "column": 53 + "line": 75, + "column": 54 } } }, "range": [ - 2381, - 2422 + 2506, + 2548 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 12 }, "end": { - "line": 71, - "column": 53 + "line": 75, + "column": 54 } } }, @@ -5536,16 +6064,16 @@ "object": { "type": "ThisExpression", "range": [ - 2438, - 2442 + 2564, + 2568 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 16 } } @@ -5554,47 +6082,47 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 2443, - 2452 + 2569, + 2578 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 17 }, "end": { - "line": 72, + "line": 76, "column": 26 } } }, "range": [ - 2438, - 2452 + 2564, + 2578 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 26 } } }, "arguments": [], "range": [ - 2438, - 2454 + 2564, + 2580 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 28 } } @@ -5604,46 +6132,46 @@ "value": 0, "raw": "0", "range": [ - 2459, - 2460 + 2585, + 2586 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 33 }, "end": { - "line": 72, + "line": 76, "column": 34 } } }, "range": [ - 2438, - 2460 + 2564, + 2586 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 34 } } }, "range": [ - 2381, - 2460 + 2506, + 2586 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 34 } } @@ -5659,99 +6187,136 @@ "type": "Identifier", "name": "Error", "range": [ - 2486, - 2491 + 2612, + 2617 ], "loc": { "start": { - "line": 73, + "line": 77, "column": 22 }, "end": { - "line": 73, + "line": 77, "column": 27 } } }, "arguments": [ { - "type": "Literal", - "value": "Could not instantiate TableFilter: HTML table not found.", - "raw": "'Could not instantiate TableFilter: HTML table not found.'", + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "Literal", + "value": "Could not instantiate TableFilter: HTML table ", + "raw": "'Could not instantiate TableFilter: HTML table '", + "range": [ + 2618, + 2666 + ], + "loc": { + "start": { + "line": 77, + "column": 28 + }, + "end": { + "line": 77, + "column": 76 + } + } + }, + "right": { + "type": "Literal", + "value": "DOMElement not found.", + "raw": "'DOMElement not found.'", + "range": [ + 2685, + 2708 + ], + "loc": { + "start": { + "line": 78, + "column": 16 + }, + "end": { + "line": 78, + "column": 39 + } + } + }, "range": [ - 2509, - 2567 + 2618, + 2708 ], "loc": { "start": { - "line": 74, - "column": 16 + "line": 77, + "column": 28 }, "end": { - "line": 74, - "column": 74 + "line": 78, + "column": 39 } } } ], "range": [ - 2482, - 2568 + 2608, + 2709 ], "loc": { "start": { - "line": 73, + "line": 77, "column": 18 }, "end": { - "line": 74, - "column": 75 + "line": 78, + "column": 40 } } }, "range": [ - 2476, - 2569 + 2602, + 2710 ], "loc": { "start": { - "line": 73, + "line": 77, "column": 12 }, "end": { - "line": 74, - "column": 76 + "line": 78, + "column": 41 } } } ], "range": [ - 2462, - 2579 + 2588, + 2720 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 36 }, "end": { - "line": 75, + "line": 79, "column": 9 } } }, "alternate": null, "range": [ - 2377, - 2579 + 2502, + 2720 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 8 }, "end": { - "line": 75, + "line": 79, "column": 9 } }, @@ -5760,16 +6325,16 @@ "type": "Line", "value": " }", "range": [ - 2351, - 2355 + 2476, + 2480 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 16 } } @@ -5780,16 +6345,16 @@ "type": "Line", "value": " configuration object", "range": [ - 2589, - 2612 + 2730, + 2753 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 8 }, "end": { - "line": 77, + "line": 81, "column": 31 } } @@ -5805,16 +6370,16 @@ "type": "Identifier", "name": "f", "range": [ - 2625, - 2626 + 2766, + 2767 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 12 }, "end": { - "line": 78, + "line": 82, "column": 13 } } @@ -5825,16 +6390,16 @@ "object": { "type": "ThisExpression", "range": [ - 2629, - 2633 + 2770, + 2774 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 20 } } @@ -5843,46 +6408,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 2634, - 2637 + 2775, + 2778 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 21 }, "end": { - "line": 78, + "line": 82, "column": 24 } } }, "range": [ - 2629, - 2637 + 2770, + 2778 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 24 } } }, "range": [ - 2625, - 2637 + 2766, + 2778 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 12 }, "end": { - "line": 78, + "line": 82, "column": 24 } } @@ -5890,16 +6455,16 @@ ], "kind": "let", "range": [ - 2621, - 2638 + 2762, + 2779 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 8 }, "end": { - "line": 78, + "line": 82, "column": 25 } }, @@ -5908,16 +6473,16 @@ "type": "Line", "value": " configuration object", "range": [ - 2589, - 2612 + 2730, + 2753 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 8 }, "end": { - "line": 77, + "line": 81, "column": 31 } } @@ -5935,16 +6500,16 @@ "object": { "type": "ThisExpression", "range": [ - 2648, - 2652 + 2789, + 2793 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 8 }, "end": { - "line": 80, + "line": 84, "column": 12 } } @@ -5953,31 +6518,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 2653, - 2660 + 2794, + 2801 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 13 }, "end": { - "line": 80, + "line": 84, "column": 20 } } }, "range": [ - 2648, - 2660 + 2789, + 2801 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 8 }, "end": { - "line": 80, + "line": 84, "column": 20 } } @@ -5988,62 +6553,62 @@ "type": "Identifier", "name": "Emitter", "range": [ - 2667, - 2674 + 2808, + 2815 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 27 }, "end": { - "line": 80, + "line": 84, "column": 34 } } }, "arguments": [], "range": [ - 2663, - 2676 + 2804, + 2817 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 23 }, "end": { - "line": 80, + "line": 84, "column": 36 } } }, "range": [ - 2648, - 2676 + 2789, + 2817 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 8 }, "end": { - "line": 80, + "line": 84, "column": 36 } } }, "range": [ - 2648, - 2677 + 2789, + 2818 ], "loc": { "start": { - "line": 80, + "line": 84, "column": 8 }, "end": { - "line": 80, + "line": 84, "column": 37 } }, @@ -6052,16 +6617,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 2687, - 2709 + 2828, + 2850 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 8 }, "end": { - "line": 82, + "line": 86, "column": 30 } } @@ -6079,16 +6644,16 @@ "object": { "type": "ThisExpression", "range": [ - 2718, - 2722 + 2859, + 2863 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 8 }, "end": { - "line": 83, + "line": 87, "column": 12 } } @@ -6097,31 +6662,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2723, - 2729 + 2864, + 2870 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 13 }, "end": { - "line": 83, + "line": 87, "column": 19 } } }, "range": [ - 2718, - 2729 + 2859, + 2870 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 8 }, "end": { - "line": 83, + "line": 87, "column": 19 } } @@ -6137,16 +6702,16 @@ "object": { "type": "ThisExpression", "range": [ - 2732, - 2736 + 2873, + 2877 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 22 }, "end": { - "line": 83, + "line": 87, "column": 26 } } @@ -6155,31 +6720,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 2737, - 2745 + 2878, + 2886 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 27 }, "end": { - "line": 83, + "line": 87, "column": 35 } } }, "range": [ - 2732, - 2745 + 2873, + 2886 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 22 }, "end": { - "line": 83, + "line": 87, "column": 35 } } @@ -6189,31 +6754,31 @@ "value": null, "raw": "null", "range": [ - 2750, - 2754 + 2891, + 2895 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 40 }, "end": { - "line": 83, + "line": 87, "column": 44 } } }, "range": [ - 2732, - 2754 + 2873, + 2895 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 22 }, "end": { - "line": 83, + "line": 87, "column": 44 } } @@ -6223,16 +6788,16 @@ "value": 2, "raw": "2", "range": [ - 2757, - 2758 + 2898, + 2899 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 47 }, "end": { - "line": 83, + "line": 87, "column": 48 } } @@ -6246,16 +6811,16 @@ "object": { "type": "ThisExpression", "range": [ - 2762, - 2766 + 2903, + 2907 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 52 }, "end": { - "line": 83, + "line": 87, "column": 56 } } @@ -6264,31 +6829,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 2767, - 2775 + 2908, + 2916 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 57 }, "end": { - "line": 83, + "line": 87, "column": 65 } } }, "range": [ - 2762, - 2775 + 2903, + 2916 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 52 }, "end": { - "line": 83, + "line": 87, "column": 65 } } @@ -6298,76 +6863,76 @@ "value": 1, "raw": "1", "range": [ - 2778, - 2779 + 2919, + 2920 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 68 }, "end": { - "line": 83, + "line": 87, "column": 69 } } }, "range": [ - 2762, - 2779 + 2903, + 2920 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 52 }, "end": { - "line": 83, + "line": 87, "column": 69 } } }, "range": [ - 2732, - 2780 + 2873, + 2921 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 22 }, "end": { - "line": 83, + "line": 87, "column": 70 } } }, "range": [ - 2718, - 2780 + 2859, + 2921 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 8 }, "end": { - "line": 83, + "line": 87, "column": 70 } } }, "range": [ - 2718, - 2781 + 2859, + 2922 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 8 }, "end": { - "line": 83, + "line": 87, "column": 71 } }, @@ -6376,16 +6941,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 2687, - 2709 + 2828, + 2850 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 8 }, "end": { - "line": 82, + "line": 86, "column": 30 } } @@ -6408,16 +6973,16 @@ "object": { "type": "ThisExpression", "range": [ - 2796, - 2800 + 2937, + 2941 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 14 }, "end": { - "line": 84, + "line": 88, "column": 18 } } @@ -6426,31 +6991,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 2801, - 2808 + 2942, + 2949 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 19 }, "end": { - "line": 84, + "line": 88, "column": 26 } } }, "range": [ - 2796, - 2808 + 2937, + 2949 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 14 }, "end": { - "line": 84, + "line": 88, "column": 26 } } @@ -6463,16 +7028,16 @@ "object": { "type": "ThisExpression", "range": [ - 2811, - 2815 + 2952, + 2956 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 29 }, "end": { - "line": 84, + "line": 88, "column": 33 } } @@ -6481,31 +7046,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 2816, - 2826 + 2957, + 2967 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 34 }, "end": { - "line": 84, + "line": 88, "column": 44 } } }, "range": [ - 2811, - 2826 + 2952, + 2967 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 29 }, "end": { - "line": 84, + "line": 88, "column": 44 } } @@ -6517,16 +7082,16 @@ "object": { "type": "ThisExpression", "range": [ - 2827, - 2831 + 2968, + 2972 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 45 }, "end": { - "line": 84, + "line": 88, "column": 49 } } @@ -6535,93 +7100,93 @@ "type": "Identifier", "name": "refRow", "range": [ - 2832, - 2838 + 2973, + 2979 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 50 }, "end": { - "line": 84, + "line": 88, "column": 56 } } }, "range": [ - 2827, - 2838 + 2968, + 2979 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 45 }, "end": { - "line": 84, + "line": 88, "column": 56 } } } ], "range": [ - 2811, - 2839 + 2952, + 2980 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 29 }, "end": { - "line": 84, + "line": 88, "column": 57 } } }, "range": [ - 2796, - 2839 + 2937, + 2980 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 14 }, "end": { - "line": 84, + "line": 88, "column": 57 } } }, "range": [ - 2796, - 2840 + 2937, + 2981 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 14 }, "end": { - "line": 84, + "line": 88, "column": 58 } } } ], "range": [ - 2794, - 2842 + 2935, + 2983 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 12 }, "end": { - "line": 84, + "line": 88, "column": 60 } } @@ -6632,16 +7197,16 @@ "type": "Identifier", "name": "e", "range": [ - 2858, - 2859 + 2999, + 3000 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 15 }, "end": { - "line": 85, + "line": 89, "column": 16 } } @@ -6660,16 +7225,16 @@ "object": { "type": "ThisExpression", "range": [ - 2863, - 2867 + 3004, + 3008 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 20 }, "end": { - "line": 85, + "line": 89, "column": 24 } } @@ -6678,31 +7243,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 2868, - 2875 + 3009, + 3016 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 25 }, "end": { - "line": 85, + "line": 89, "column": 32 } } }, "range": [ - 2863, - 2875 + 3004, + 3016 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 20 }, "end": { - "line": 85, + "line": 89, "column": 32 } } @@ -6715,16 +7280,16 @@ "object": { "type": "ThisExpression", "range": [ - 2878, - 2882 + 3019, + 3023 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 35 }, "end": { - "line": 85, + "line": 89, "column": 39 } } @@ -6733,31 +7298,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 2883, - 2893 + 3024, + 3034 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 40 }, "end": { - "line": 85, + "line": 89, "column": 50 } } }, "range": [ - 2878, - 2893 + 3019, + 3034 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 35 }, "end": { - "line": 85, + "line": 89, "column": 50 } } @@ -6768,109 +7333,109 @@ "value": 0, "raw": "0", "range": [ - 2894, - 2895 + 3035, + 3036 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 51 }, "end": { - "line": 85, + "line": 89, "column": 52 } } } ], "range": [ - 2878, - 2896 + 3019, + 3037 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 35 }, "end": { - "line": 85, + "line": 89, "column": 53 } } }, "range": [ - 2863, - 2896 + 3004, + 3037 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 20 }, "end": { - "line": 85, + "line": 89, "column": 53 } } }, "range": [ - 2863, - 2897 + 3004, + 3038 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 20 }, "end": { - "line": 85, + "line": 89, "column": 54 } } } ], "range": [ - 2861, - 2899 + 3002, + 3040 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 18 }, "end": { - "line": 85, + "line": 89, "column": 56 } } }, "range": [ - 2851, - 2899 + 2992, + 3040 ], "loc": { "start": { - "line": 85, + "line": 89, "column": 8 }, "end": { - "line": 85, + "line": 89, "column": 56 } } }, "finalizer": null, "range": [ - 2790, - 2899 + 2931, + 3040 ], "loc": { "start": { - "line": 84, + "line": 88, "column": 8 }, "end": { - "line": 85, + "line": 89, "column": 56 } }, @@ -6879,16 +7444,16 @@ "type": "Line", "value": "default script base path", "range": [ - 2909, - 2935 + 3050, + 3076 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 34 } } @@ -6906,16 +7471,16 @@ "object": { "type": "ThisExpression", "range": [ - 2944, - 2948 + 3085, + 3089 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 8 }, "end": { - "line": 88, + "line": 92, "column": 12 } } @@ -6924,31 +7489,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 2949, - 2957 + 3090, + 3098 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 13 }, "end": { - "line": 88, + "line": 92, "column": 21 } } }, "range": [ - 2944, - 2957 + 3085, + 3098 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 8 }, "end": { - "line": 88, + "line": 92, "column": 21 } } @@ -6963,16 +7528,16 @@ "type": "Identifier", "name": "f", "range": [ - 2960, - 2961 + 3101, + 3102 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 24 }, "end": { - "line": 88, + "line": 92, "column": 25 } } @@ -6981,31 +7546,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 2962, - 2971 + 3103, + 3112 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 26 }, "end": { - "line": 88, + "line": 92, "column": 35 } } }, "range": [ - 2960, - 2971 + 3101, + 3112 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 24 }, "end": { - "line": 88, + "line": 92, "column": 35 } } @@ -7015,61 +7580,61 @@ "value": "tablefilter/", "raw": "'tablefilter/'", "range": [ - 2975, - 2989 + 3116, + 3130 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 39 }, "end": { - "line": 88, + "line": 92, "column": 53 } } }, "range": [ - 2960, - 2989 + 3101, + 3130 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 24 }, "end": { - "line": 88, + "line": 92, "column": 53 } } }, "range": [ - 2944, - 2989 + 3085, + 3130 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 8 }, "end": { - "line": 88, + "line": 92, "column": 53 } } }, "range": [ - 2944, - 2990 + 3085, + 3131 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 8 }, "end": { - "line": 88, + "line": 92, "column": 54 } }, @@ -7078,611 +7643,36 @@ "type": "Line", "value": "default script base path", "range": [ - 2909, - 2935 + 3050, + 3076 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 34 } } } ], - "trailingComments": [ - { - "type": "Block", - "value": "** filter types **", - "range": [ - 3000, - 3022 - ], - "loc": { - "start": { - "line": 90, - "column": 8 - }, - "end": { - "line": 90, - "column": 30 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3031, - 3035 - ], - "loc": { - "start": { - "line": 91, - "column": 8 - }, - "end": { - "line": 91, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 3036, - 3046 - ], - "loc": { - "start": { - "line": 91, - "column": 13 - }, - "end": { - "line": 91, - "column": 23 - } - } - }, - "range": [ - 3031, - 3046 - ], - "loc": { - "start": { - "line": 91, - "column": 8 - }, - "end": { - "line": 91, - "column": 23 - } - } - }, - "right": { - "type": "Literal", - "value": "input", - "raw": "'input'", - "range": [ - 3049, - 3056 - ], - "loc": { - "start": { - "line": 91, - "column": 26 - }, - "end": { - "line": 91, - "column": 33 - } - } - }, - "range": [ - 3031, - 3056 - ], - "loc": { - "start": { - "line": 91, - "column": 8 - }, - "end": { - "line": 91, - "column": 33 - } - } - }, - "range": [ - 3031, - 3057 - ], - "loc": { - "start": { - "line": 91, - "column": 8 - }, - "end": { - "line": 91, - "column": 34 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** filter types **", - "range": [ - 3000, - 3022 - ], - "loc": { - "start": { - "line": 90, - "column": 8 - }, - "end": { - "line": 90, - "column": 30 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3066, - 3070 - ], - "loc": { - "start": { - "line": 92, - "column": 8 - }, - "end": { - "line": 92, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 3071, - 3081 - ], - "loc": { - "start": { - "line": 92, - "column": 13 - }, - "end": { - "line": 92, - "column": 23 - } - } - }, - "range": [ - 3066, - 3081 - ], - "loc": { - "start": { - "line": 92, - "column": 8 - }, - "end": { - "line": 92, - "column": 23 - } - } - }, - "right": { - "type": "Literal", - "value": "select", - "raw": "'select'", - "range": [ - 3084, - 3092 - ], - "loc": { - "start": { - "line": 92, - "column": 26 - }, - "end": { - "line": 92, - "column": 34 - } - } - }, - "range": [ - 3066, - 3092 - ], - "loc": { - "start": { - "line": 92, - "column": 8 - }, - "end": { - "line": 92, - "column": 34 - } - } - }, - "range": [ - 3066, - 3093 - ], - "loc": { - "start": { - "line": 92, - "column": 8 - }, - "end": { - "line": 92, - "column": 35 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3102, - 3106 - ], - "loc": { - "start": { - "line": 93, - "column": 8 - }, - "end": { - "line": 93, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 3107, - 3119 - ], - "loc": { - "start": { - "line": 93, - "column": 13 - }, - "end": { - "line": 93, - "column": 25 - } - } - }, - "range": [ - 3102, - 3119 - ], - "loc": { - "start": { - "line": 93, - "column": 8 - }, - "end": { - "line": 93, - "column": 25 - } - } - }, - "right": { - "type": "Literal", - "value": "multiple", - "raw": "'multiple'", - "range": [ - 3122, - 3132 - ], - "loc": { - "start": { - "line": 93, - "column": 28 - }, - "end": { - "line": 93, - "column": 38 - } - } - }, - "range": [ - 3102, - 3132 - ], - "loc": { - "start": { - "line": 93, - "column": 8 - }, - "end": { - "line": 93, - "column": 38 - } - } - }, - "range": [ - 3102, - 3133 - ], - "loc": { - "start": { - "line": 93, - "column": 8 - }, - "end": { - "line": 93, - "column": 39 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3142, - 3146 - ], - "loc": { - "start": { - "line": 94, - "column": 8 - }, - "end": { - "line": 94, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 3147, - 3163 - ], - "loc": { - "start": { - "line": 94, - "column": 13 - }, - "end": { - "line": 94, - "column": 29 - } - } - }, - "range": [ - 3142, - 3163 - ], - "loc": { - "start": { - "line": 94, - "column": 8 - }, - "end": { - "line": 94, - "column": 29 - } - } - }, - "right": { - "type": "Literal", - "value": "checklist", - "raw": "'checklist'", - "range": [ - 3166, - 3177 - ], - "loc": { - "start": { - "line": 94, - "column": 32 - }, - "end": { - "line": 94, - "column": 43 - } - } - }, - "range": [ - 3142, - 3177 - ], - "loc": { - "start": { - "line": 94, - "column": 8 - }, - "end": { - "line": 94, - "column": 43 - } - } - }, - "range": [ - 3142, - 3178 - ], - "loc": { - "start": { - "line": 94, - "column": 8 - }, - "end": { - "line": 94, - "column": 44 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3187, - 3191 - ], - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeNone", - "range": [ - 3192, - 3203 - ], - "loc": { - "start": { - "line": 95, - "column": 13 - }, - "end": { - "line": 95, - "column": 24 - } - } - }, - "range": [ - 3187, - 3203 - ], - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 24 - } - } - }, - "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", - "range": [ - 3206, - 3212 - ], - "loc": { - "start": { - "line": 95, - "column": 27 - }, - "end": { - "line": 95, - "column": 33 - } - } - }, - "range": [ - 3187, - 3212 - ], - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 33 - } - } - }, - "range": [ - 3187, - 3213 - ], - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 34 - } - }, "trailingComments": [ { "type": "Block", "value": "** filters' grid properties **", "range": [ - 3223, - 3257 + 3141, + 3175 ], "loc": { "start": { - "line": 97, + "line": 94, "column": 8 }, "end": { - "line": 97, + "line": 94, "column": 42 } } @@ -7691,16 +7681,16 @@ "type": "Line", "value": "enables/disables filter grid", "range": [ - 3267, - 3297 + 3184, + 3214 ], "loc": { "start": { - "line": 99, + "line": 95, "column": 8 }, "end": { - "line": 99, + "line": 95, "column": 38 } } @@ -7718,16 +7708,16 @@ "object": { "type": "ThisExpression", "range": [ - 3306, - 3310 + 3223, + 3227 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 8 }, "end": { - "line": 100, + "line": 96, "column": 12 } } @@ -7736,31 +7726,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 3311, - 3318 + 3228, + 3235 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 13 }, "end": { - "line": 100, + "line": 96, "column": 20 } } }, "range": [ - 3306, - 3318 + 3223, + 3235 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 8 }, "end": { - "line": 100, + "line": 96, "column": 20 } } @@ -7777,16 +7767,16 @@ "type": "Identifier", "name": "f", "range": [ - 3321, - 3322 + 3238, + 3239 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 23 }, "end": { - "line": 100, + "line": 96, "column": 24 } } @@ -7795,31 +7785,31 @@ "type": "Identifier", "name": "grid", "range": [ - 3323, - 3327 + 3240, + 3244 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 25 }, "end": { - "line": 100, + "line": 96, "column": 29 } } }, "range": [ - 3321, - 3327 + 3238, + 3244 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 23 }, "end": { - "line": 100, + "line": 96, "column": 29 } } @@ -7829,31 +7819,31 @@ "value": false, "raw": "false", "range": [ - 3332, - 3337 + 3249, + 3254 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 34 }, "end": { - "line": 100, + "line": 96, "column": 39 } } }, "range": [ - 3321, - 3337 + 3238, + 3254 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 23 }, "end": { - "line": 100, + "line": 96, "column": 39 } } @@ -7863,16 +7853,16 @@ "value": false, "raw": "false", "range": [ - 3340, - 3345 + 3257, + 3262 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 42 }, "end": { - "line": 100, + "line": 96, "column": 47 } } @@ -7882,61 +7872,61 @@ "value": true, "raw": "true", "range": [ - 3348, - 3352 + 3265, + 3269 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 50 }, "end": { - "line": 100, + "line": 96, "column": 54 } } }, "range": [ - 3321, - 3352 + 3238, + 3269 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 23 }, "end": { - "line": 100, + "line": 96, "column": 54 } } }, "range": [ - 3306, - 3352 + 3223, + 3269 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 8 }, "end": { - "line": 100, + "line": 96, "column": 54 } } }, "range": [ - 3306, - 3353 + 3223, + 3270 ], "loc": { "start": { - "line": 100, + "line": 96, "column": 8 }, "end": { - "line": 100, + "line": 96, "column": 55 } }, @@ -7945,16 +7935,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 3223, - 3257 + 3141, + 3175 ], "loc": { "start": { - "line": 97, + "line": 94, "column": 8 }, "end": { - "line": 97, + "line": 94, "column": 42 } } @@ -7963,16 +7953,16 @@ "type": "Line", "value": "enables/disables filter grid", "range": [ - 3267, - 3297 + 3184, + 3214 ], "loc": { "start": { - "line": 99, + "line": 95, "column": 8 }, "end": { - "line": 99, + "line": 95, "column": 38 } } @@ -7983,16 +7973,16 @@ "type": "Line", "value": "enables/disables grid layout (fixed headers)", "range": [ - 3363, - 3409 + 3280, + 3326 ], "loc": { "start": { - "line": 102, + "line": 98, "column": 8 }, "end": { - "line": 102, + "line": 98, "column": 54 } } @@ -8010,16 +8000,16 @@ "object": { "type": "ThisExpression", "range": [ - 3418, - 3422 + 3335, + 3339 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 8 }, "end": { - "line": 103, + "line": 99, "column": 12 } } @@ -8028,31 +8018,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3423, - 3433 + 3340, + 3350 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 13 }, "end": { - "line": 103, + "line": 99, "column": 23 } } }, "range": [ - 3418, - 3433 + 3335, + 3350 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 8 }, "end": { - "line": 103, + "line": 99, "column": 23 } } @@ -8063,16 +8053,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 3436, - 3443 + 3353, + 3360 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 26 }, "end": { - "line": 103, + "line": 99, "column": 33 } } @@ -8085,16 +8075,16 @@ "type": "Identifier", "name": "f", "range": [ - 3444, - 3445 + 3361, + 3362 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 34 }, "end": { - "line": 103, + "line": 99, "column": 35 } } @@ -8103,77 +8093,77 @@ "type": "Identifier", "name": "grid_layout", "range": [ - 3446, - 3457 + 3363, + 3374 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 36 }, "end": { - "line": 103, + "line": 99, "column": 47 } } }, "range": [ - 3444, - 3457 + 3361, + 3374 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 34 }, "end": { - "line": 103, + "line": 99, "column": 47 } } } ], "range": [ - 3436, - 3458 + 3353, + 3375 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 26 }, "end": { - "line": 103, + "line": 99, "column": 48 } } }, "range": [ - 3418, - 3458 + 3335, + 3375 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 8 }, "end": { - "line": 103, + "line": 99, "column": 48 } } }, "range": [ - 3418, - 3459 + 3335, + 3376 ], "loc": { "start": { - "line": 103, + "line": 99, "column": 8 }, "end": { - "line": 103, + "line": 99, "column": 49 } }, @@ -8182,16 +8172,16 @@ "type": "Line", "value": "enables/disables grid layout (fixed headers)", "range": [ - 3363, - 3409 + 3280, + 3326 ], "loc": { "start": { - "line": 102, + "line": 98, "column": 8 }, "end": { - "line": 102, + "line": 98, "column": 54 } } @@ -8209,16 +8199,16 @@ "object": { "type": "ThisExpression", "range": [ - 3469, - 3473 + 3386, + 3390 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 8 }, "end": { - "line": 105, + "line": 101, "column": 12 } } @@ -8227,31 +8217,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 3474, - 3489 + 3391, + 3406 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 13 }, "end": { - "line": 105, + "line": 101, "column": 28 } } }, "range": [ - 3469, - 3489 + 3386, + 3406 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 8 }, "end": { - "line": 105, + "line": 101, "column": 28 } } @@ -8264,16 +8254,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 3492, - 3497 + 3409, + 3414 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 31 }, "end": { - "line": 105, + "line": 101, "column": 36 } } @@ -8286,16 +8276,16 @@ "type": "Identifier", "name": "f", "range": [ - 3498, - 3499 + 3415, + 3416 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 37 }, "end": { - "line": 105, + "line": 101, "column": 38 } } @@ -8304,47 +8294,47 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 3500, - 3517 + 3417, + 3434 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 39 }, "end": { - "line": 105, + "line": 101, "column": 56 } } }, "range": [ - 3498, - 3517 + 3415, + 3434 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 37 }, "end": { - "line": 105, + "line": 101, "column": 56 } } } ], "range": [ - 3492, - 3518 + 3409, + 3435 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 31 }, "end": { - "line": 105, + "line": 101, "column": 57 } } @@ -8354,16 +8344,16 @@ "value": 0, "raw": "0", "range": [ - 3533, - 3534 + 3450, + 3451 ], "loc": { "start": { - "line": 106, + "line": 102, "column": 12 }, "end": { - "line": 106, + "line": 102, "column": 13 } } @@ -8375,16 +8365,16 @@ "type": "Identifier", "name": "f", "range": [ - 3537, - 3538 + 3454, + 3455 ], "loc": { "start": { - "line": 106, + "line": 102, "column": 16 }, "end": { - "line": 106, + "line": 102, "column": 17 } } @@ -8393,76 +8383,76 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 3539, - 3556 + 3456, + 3473 ], "loc": { "start": { - "line": 106, + "line": 102, "column": 18 }, "end": { - "line": 106, + "line": 102, "column": 35 } } }, "range": [ - 3537, - 3556 + 3454, + 3473 ], "loc": { "start": { - "line": 106, + "line": 102, "column": 16 }, "end": { - "line": 106, + "line": 102, "column": 35 } } }, "range": [ - 3492, - 3556 + 3409, + 3473 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 31 }, "end": { - "line": 106, + "line": 102, "column": 35 } } }, "range": [ - 3469, - 3556 + 3386, + 3473 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 8 }, "end": { - "line": 106, + "line": 102, "column": 35 } } }, "range": [ - 3469, - 3557 + 3386, + 3474 ], "loc": { "start": { - "line": 105, + "line": 101, "column": 8 }, "end": { - "line": 106, + "line": 102, "column": 36 } } @@ -8478,8 +8468,423 @@ "object": { "type": "ThisExpression", "range": [ - 3566, - 3570 + 3483, + 3487 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 103, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "headersRow", + "range": [ + 3488, + 3498 + ], + "loc": { + "start": { + "line": 103, + "column": 13 + }, + "end": { + "line": 103, + "column": 23 + } + } + }, + "range": [ + 3483, + 3498 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 103, + "column": 23 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isNaN", + "range": [ + 3501, + 3506 + ], + "loc": { + "start": { + "line": 103, + "column": 26 + }, + "end": { + "line": 103, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 3507, + 3508 + ], + "loc": { + "start": { + "line": 103, + "column": 32 + }, + "end": { + "line": 103, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "headers_row_index", + "range": [ + 3509, + 3526 + ], + "loc": { + "start": { + "line": 103, + "column": 34 + }, + "end": { + "line": 103, + "column": 51 + } + } + }, + "range": [ + 3507, + 3526 + ], + "loc": { + "start": { + "line": 103, + "column": 32 + }, + "end": { + "line": 103, + "column": 51 + } + } + } + ], + "range": [ + 3501, + 3527 + ], + "loc": { + "start": { + "line": 103, + "column": 26 + }, + "end": { + "line": 103, + "column": 52 + } + } + }, + "consequent": { + "type": "ConditionalExpression", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 3543, + 3547 + ], + "loc": { + "start": { + "line": 104, + "column": 13 + }, + "end": { + "line": 104, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "filtersRowIndex", + "range": [ + 3548, + 3563 + ], + "loc": { + "start": { + "line": 104, + "column": 18 + }, + "end": { + "line": 104, + "column": 33 + } + } + }, + "range": [ + 3543, + 3563 + ], + "loc": { + "start": { + "line": 104, + "column": 13 + }, + "end": { + "line": 104, + "column": 33 + } + } + }, + "right": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 3568, + 3569 + ], + "loc": { + "start": { + "line": 104, + "column": 38 + }, + "end": { + "line": 104, + "column": 39 + } + } + }, + "range": [ + 3543, + 3569 + ], + "loc": { + "start": { + "line": 104, + "column": 13 + }, + "end": { + "line": 104, + "column": 39 + } + } + }, + "consequent": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 3572, + 3573 + ], + "loc": { + "start": { + "line": 104, + "column": 42 + }, + "end": { + "line": 104, + "column": 43 + } + } + }, + "alternate": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 3576, + 3577 + ], + "loc": { + "start": { + "line": 104, + "column": 46 + }, + "end": { + "line": 104, + "column": 47 + } + } + }, + "range": [ + 3543, + 3577 + ], + "loc": { + "start": { + "line": 104, + "column": 13 + }, + "end": { + "line": 104, + "column": 47 + } + } + }, + "alternate": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 3581, + 3582 + ], + "loc": { + "start": { + "line": 104, + "column": 51 + }, + "end": { + "line": 104, + "column": 52 + } + } + }, + "property": { + "type": "Identifier", + "name": "headers_row_index", + "range": [ + 3583, + 3600 + ], + "loc": { + "start": { + "line": 104, + "column": 53 + }, + "end": { + "line": 104, + "column": 70 + } + } + }, + "range": [ + 3581, + 3600 + ], + "loc": { + "start": { + "line": 104, + "column": 51 + }, + "end": { + "line": 104, + "column": 70 + } + } + }, + "range": [ + 3501, + 3600 + ], + "loc": { + "start": { + "line": 103, + "column": 26 + }, + "end": { + "line": 104, + "column": 70 + } + } + }, + "range": [ + 3483, + 3600 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 104, + "column": 70 + } + } + }, + "range": [ + 3483, + 3601 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 104, + "column": 71 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": "defines tag of the cells containing filters (td/th)", + "range": [ + 3611, + 3664 + ], + "loc": { + "start": { + "line": 106, + "column": 8 + }, + "end": { + "line": 106, + "column": 61 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 3673, + 3677 ], "loc": { "start": { @@ -8494,10 +8899,10 @@ }, "property": { "type": "Identifier", - "name": "headersRow", + "name": "fltCellTag", "range": [ - 3571, - 3581 + 3678, + 3688 ], "loc": { "start": { @@ -8511,8 +8916,8 @@ } }, "range": [ - 3566, - 3581 + 3673, + 3688 ], "loc": { "start": { @@ -8530,11 +8935,47 @@ "test": { "type": "CallExpression", "callee": { - "type": "Identifier", - "name": "isNaN", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Types", + "range": [ + 3691, + 3696 + ], + "loc": { + "start": { + "line": 107, + "column": 26 + }, + "end": { + "line": 107, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "isString", + "range": [ + 3697, + 3705 + ], + "loc": { + "start": { + "line": 107, + "column": 32 + }, + "end": { + "line": 107, + "column": 40 + } + } + }, "range": [ - 3584, - 3589 + 3691, + 3705 ], "loc": { "start": { @@ -8543,7 +8984,7 @@ }, "end": { "line": 107, - "column": 31 + "column": 40 } } }, @@ -8555,57 +8996,57 @@ "type": "Identifier", "name": "f", "range": [ - 3590, - 3591 + 3706, + 3707 ], "loc": { "start": { "line": 107, - "column": 32 + "column": 41 }, "end": { "line": 107, - "column": 33 + "column": 42 } } }, "property": { "type": "Identifier", - "name": "headers_row_index", + "name": "filters_cell_tag", "range": [ - 3592, - 3609 + 3708, + 3724 ], "loc": { "start": { "line": 107, - "column": 34 + "column": 43 }, "end": { "line": 107, - "column": 51 + "column": 59 } } }, "range": [ - 3590, - 3609 + 3706, + 3724 ], "loc": { "start": { "line": 107, - "column": 32 + "column": 41 }, "end": { "line": 107, - "column": 51 + "column": 59 } } } ], "range": [ - 3584, - 3610 + 3691, + 3725 ], "loc": { "start": { @@ -8614,212 +9055,85 @@ }, "end": { "line": 107, - "column": 52 + "column": 60 } } }, "consequent": { - "type": "ConditionalExpression", - "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3626, - 3630 - ], - "loc": { - "start": { - "line": 108, - "column": 13 - }, - "end": { - "line": 108, - "column": 17 - } - } - }, - "property": { - "type": "Identifier", - "name": "filtersRowIndex", - "range": [ - 3631, - 3646 - ], - "loc": { - "start": { - "line": 108, - "column": 18 - }, - "end": { - "line": 108, - "column": 33 - } - } - }, - "range": [ - 3626, - 3646 - ], - "loc": { - "start": { - "line": 108, - "column": 13 - }, - "end": { - "line": 108, - "column": 33 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 3651, - 3652 - ], - "loc": { - "start": { - "line": 108, - "column": 38 - }, - "end": { - "line": 108, - "column": 39 - } - } - }, - "range": [ - 3626, - 3652 - ], - "loc": { - "start": { - "line": 108, - "column": 13 - }, - "end": { - "line": 108, - "column": 39 - } - } - }, - "consequent": { - "type": "Literal", - "value": 1, - "raw": "1", - "range": [ - 3655, - 3656 - ], - "loc": { - "start": { - "line": 108, - "column": 42 - }, - "end": { - "line": 108, - "column": 43 - } - } - }, - "alternate": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 3659, - 3660 - ], - "loc": { - "start": { - "line": 108, - "column": 46 - }, - "end": { - "line": 108, - "column": 47 - } - } - }, - "range": [ - 3626, - 3660 - ], - "loc": { - "start": { - "line": 108, - "column": 13 - }, - "end": { - "line": 108, - "column": 47 - } - } - }, - "alternate": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ - 3664, - 3665 + 3740, + 3741 ], "loc": { "start": { "line": 108, - "column": 51 + "column": 12 }, "end": { "line": 108, - "column": 52 + "column": 13 } } }, "property": { "type": "Identifier", - "name": "headers_row_index", + "name": "filters_cell_tag", "range": [ - 3666, - 3683 + 3742, + 3758 ], "loc": { "start": { "line": 108, - "column": 53 + "column": 14 }, "end": { "line": 108, - "column": 70 + "column": 30 } } }, "range": [ - 3664, - 3683 + 3740, + 3758 ], "loc": { "start": { "line": 108, - "column": 51 + "column": 12 }, "end": { "line": 108, - "column": 70 + "column": 30 + } + } + }, + "alternate": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 3761, + 3769 + ], + "loc": { + "start": { + "line": 108, + "column": 33 + }, + "end": { + "line": 108, + "column": 41 } } }, "range": [ - 3584, - 3683 + 3691, + 3769 ], "loc": { "start": { @@ -8828,13 +9142,13 @@ }, "end": { "line": 108, - "column": 70 + "column": 41 } } }, "range": [ - 3566, - 3683 + 3673, + 3769 ], "loc": { "start": { @@ -8843,13 +9157,13 @@ }, "end": { "line": 108, - "column": 70 + "column": 41 } } }, "range": [ - 3566, - 3684 + 3673, + 3770 ], "loc": { "start": { @@ -8858,405 +9172,7 @@ }, "end": { "line": 108, - "column": 71 - } - }, - "trailingComments": [ - { - "type": "Line", - "value": "defines tag of the cells containing filters (td/th)", - "range": [ - 3694, - 3747 - ], - "loc": { - "start": { - "line": 110, - "column": 8 - }, - "end": { - "line": 110, - "column": 61 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3756, - 3760 - ], - "loc": { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 111, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltCellTag", - "range": [ - 3761, - 3771 - ], - "loc": { - "start": { - "line": 111, - "column": 13 - }, - "end": { - "line": 111, - "column": 23 - } - } - }, - "range": [ - 3756, - 3771 - ], - "loc": { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 111, - "column": 23 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "BinaryExpression", - "operator": "!==", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 3774, - 3775 - ], - "loc": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 111, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "filters_cell_tag", - "range": [ - 3776, - 3792 - ], - "loc": { - "start": { - "line": 111, - "column": 28 - }, - "end": { - "line": 111, - "column": 44 - } - } - }, - "range": [ - 3774, - 3792 - ], - "loc": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 111, - "column": 44 - } - } - }, - "right": { - "type": "Literal", - "value": "th", - "raw": "'th'", - "range": [ - 3797, - 3801 - ], - "loc": { - "start": { - "line": 111, - "column": 49 - }, - "end": { - "line": 111, - "column": 53 - } - } - }, - "range": [ - 3774, - 3801 - ], - "loc": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 111, - "column": 53 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!==", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 3817, - 3818 - ], - "loc": { - "start": { - "line": 112, - "column": 12 - }, - "end": { - "line": 112, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "filters_cell_tag", - "range": [ - 3819, - 3835 - ], - "loc": { - "start": { - "line": 112, - "column": 14 - }, - "end": { - "line": 112, - "column": 30 - } - } - }, - "range": [ - 3817, - 3835 - ], - "loc": { - "start": { - "line": 112, - "column": 12 - }, - "end": { - "line": 112, - "column": 30 - } - } - }, - "right": { - "type": "Literal", - "value": "td", - "raw": "'td'", - "range": [ - 3840, - 3844 - ], - "loc": { - "start": { - "line": 112, - "column": 35 - }, - "end": { - "line": 112, - "column": 39 - } - } - }, - "range": [ - 3817, - 3844 - ], - "loc": { - "start": { - "line": 112, - "column": 12 - }, - "end": { - "line": 112, - "column": 39 - } - } - }, - "range": [ - 3774, - 3844 - ], - "loc": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 112, - "column": 39 - } - } - }, - "consequent": { - "type": "Literal", - "value": "td", - "raw": "'td'", - "range": [ - 3847, - 3851 - ], - "loc": { - "start": { - "line": 112, - "column": 42 - }, - "end": { - "line": 112, - "column": 46 - } - } - }, - "alternate": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 3854, - 3855 - ], - "loc": { - "start": { - "line": 112, - "column": 49 - }, - "end": { - "line": 112, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "filters_cell_tag", - "range": [ - 3856, - 3872 - ], - "loc": { - "start": { - "line": 112, - "column": 51 - }, - "end": { - "line": 112, - "column": 67 - } - } - }, - "range": [ - 3854, - 3872 - ], - "loc": { - "start": { - "line": 112, - "column": 49 - }, - "end": { - "line": 112, - "column": 67 - } - } - }, - "range": [ - 3774, - 3872 - ], - "loc": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 112, - "column": 67 - } - } - }, - "range": [ - 3756, - 3872 - ], - "loc": { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 112, - "column": 67 - } - } - }, - "range": [ - 3756, - 3873 - ], - "loc": { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 112, - "column": 68 + "column": 42 } }, "leadingComments": [ @@ -9264,16 +9180,16 @@ "type": "Line", "value": "defines tag of the cells containing filters (td/th)", "range": [ - 3694, - 3747 + 3611, + 3664 ], "loc": { "start": { - "line": 110, + "line": 106, "column": 8 }, "end": { - "line": 110, + "line": 106, "column": 61 } } @@ -9284,16 +9200,16 @@ "type": "Line", "value": "stores filters ids", "range": [ - 3883, - 3903 + 3780, + 3800 ], "loc": { "start": { - "line": 114, + "line": 110, "column": 8 }, "end": { - "line": 114, + "line": 110, "column": 28 } } @@ -9311,16 +9227,16 @@ "object": { "type": "ThisExpression", "range": [ - 3912, - 3916 + 3809, + 3813 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 8 }, "end": { - "line": 115, + "line": 111, "column": 12 } } @@ -9329,31 +9245,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3917, - 3923 + 3814, + 3820 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 13 }, "end": { - "line": 115, + "line": 111, "column": 19 } } }, "range": [ - 3912, - 3923 + 3809, + 3820 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 8 }, "end": { - "line": 115, + "line": 111, "column": 19 } } @@ -9362,46 +9278,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3926, - 3928 + 3823, + 3825 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 22 }, "end": { - "line": 115, + "line": 111, "column": 24 } } }, "range": [ - 3912, - 3928 + 3809, + 3825 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 8 }, "end": { - "line": 115, + "line": 111, "column": 24 } } }, "range": [ - 3912, - 3929 + 3809, + 3826 ], "loc": { "start": { - "line": 115, + "line": 111, "column": 8 }, "end": { - "line": 115, + "line": 111, "column": 25 } }, @@ -9410,16 +9326,16 @@ "type": "Line", "value": "stores filters ids", "range": [ - 3883, - 3903 + 3780, + 3800 ], "loc": { "start": { - "line": 114, + "line": 110, "column": 8 }, "end": { - "line": 114, + "line": 110, "column": 28 } } @@ -9430,16 +9346,16 @@ "type": "Line", "value": "stores filters DOM elements", "range": [ - 3938, - 3967 + 3835, + 3864 ], "loc": { "start": { - "line": 116, + "line": 112, "column": 8 }, "end": { - "line": 116, + "line": 112, "column": 37 } } @@ -9457,16 +9373,16 @@ "object": { "type": "ThisExpression", "range": [ - 3976, - 3980 + 3873, + 3877 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 8 }, "end": { - "line": 117, + "line": 113, "column": 12 } } @@ -9475,31 +9391,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 3981, - 3988 + 3878, + 3885 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 13 }, "end": { - "line": 117, + "line": 113, "column": 20 } } }, "range": [ - 3976, - 3988 + 3873, + 3885 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 8 }, "end": { - "line": 117, + "line": 113, "column": 20 } } @@ -9508,46 +9424,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3991, - 3993 + 3888, + 3890 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 23 }, "end": { - "line": 117, + "line": 113, "column": 25 } } }, "range": [ - 3976, - 3993 + 3873, + 3890 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 8 }, "end": { - "line": 117, + "line": 113, "column": 25 } } }, "range": [ - 3976, - 3994 + 3873, + 3891 ], "loc": { "start": { - "line": 117, + "line": 113, "column": 8 }, "end": { - "line": 117, + "line": 113, "column": 26 } }, @@ -9556,16 +9472,16 @@ "type": "Line", "value": "stores filters DOM elements", "range": [ - 3938, - 3967 + 3835, + 3864 ], "loc": { "start": { - "line": 116, + "line": 112, "column": 8 }, "end": { - "line": 116, + "line": 112, "column": 37 } } @@ -9576,16 +9492,16 @@ "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 4003, - 4060 + 3900, + 3957 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 65 } } @@ -9603,16 +9519,16 @@ "object": { "type": "ThisExpression", "range": [ - 4069, - 4073 + 3966, + 3970 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 12 } } @@ -9621,31 +9537,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 4074, - 4088 + 3971, + 3985 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 13 }, "end": { - "line": 119, + "line": 115, "column": 27 } } }, "range": [ - 4069, - 4088 + 3966, + 3985 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 27 } } @@ -9654,46 +9570,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4091, - 4093 + 3988, + 3990 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 30 }, "end": { - "line": 119, + "line": 115, "column": 32 } } }, "range": [ - 4069, - 4093 + 3966, + 3990 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 32 } } }, "range": [ - 4069, - 4094 + 3966, + 3991 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 33 } }, @@ -9702,16 +9618,16 @@ "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 4003, - 4060 + 3900, + 3957 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 65 } } @@ -9722,16 +9638,16 @@ "type": "Line", "value": "stores filters row element", "range": [ - 4103, - 4131 + 4000, + 4028 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 36 } } @@ -9749,16 +9665,16 @@ "object": { "type": "ThisExpression", "range": [ - 4140, - 4144 + 4037, + 4041 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 12 } } @@ -9767,31 +9683,31 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 4145, - 4154 + 4042, + 4051 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 13 }, "end": { - "line": 121, + "line": 117, "column": 22 } } }, "range": [ - 4140, - 4154 + 4037, + 4051 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 22 } } @@ -9801,46 +9717,46 @@ "value": null, "raw": "null", "range": [ - 4157, - 4161 + 4054, + 4058 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 25 }, "end": { - "line": 121, + "line": 117, "column": 29 } } }, "range": [ - 4140, - 4161 + 4037, + 4058 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 29 } } }, "range": [ - 4140, - 4162 + 4037, + 4059 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 30 } }, @@ -9849,16 +9765,16 @@ "type": "Line", "value": "stores filters row element", "range": [ - 4103, - 4131 + 4000, + 4028 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 36 } } @@ -9869,16 +9785,16 @@ "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4171, - 4222 + 4068, + 4119 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 59 } } @@ -9896,16 +9812,16 @@ "object": { "type": "ThisExpression", "range": [ - 4231, - 4235 + 4128, + 4132 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 12 } } @@ -9914,31 +9830,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 4236, - 4242 + 4133, + 4139 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 13 }, "end": { - "line": 123, + "line": 119, "column": 19 } } }, "range": [ - 4231, - 4242 + 4128, + 4139 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 19 } } @@ -9948,46 +9864,46 @@ "value": null, "raw": "null", "range": [ - 4245, - 4249 + 4142, + 4146 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 22 }, "end": { - "line": 123, + "line": 119, "column": 26 } } }, "range": [ - 4231, - 4249 + 4128, + 4146 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 26 } } }, "range": [ - 4231, - 4250 + 4128, + 4147 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 27 } }, @@ -9996,16 +9912,16 @@ "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4171, - 4222 + 4068, + 4119 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 59 } } @@ -10016,16 +9932,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4259, - 4281 + 4156, + 4178 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 30 } } @@ -10043,16 +9959,16 @@ "object": { "type": "ThisExpression", "range": [ - 4290, - 4294 + 4187, + 4191 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 12 } } @@ -10061,31 +9977,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 4295, - 4299 + 4192, + 4196 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 13 }, "end": { - "line": 125, + "line": 121, "column": 17 } } }, "range": [ - 4290, - 4299 + 4187, + 4196 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 17 } } @@ -10095,46 +10011,46 @@ "value": null, "raw": "null", "range": [ - 4302, - 4306 + 4199, + 4203 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 20 }, "end": { - "line": 125, + "line": 121, "column": 24 } } }, "range": [ - 4290, - 4306 + 4187, + 4203 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 24 } } }, "range": [ - 4290, - 4307 + 4187, + 4204 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 25 } }, @@ -10143,16 +10059,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4259, - 4281 + 4156, + 4178 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 30 } } @@ -10163,16 +10079,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4316, - 4366 + 4213, + 4263 ], "loc": { "start": { - "line": 126, + "line": 122, "column": 8 }, "end": { - "line": 126, + "line": 122, "column": 58 } } @@ -10190,16 +10106,16 @@ "object": { "type": "ThisExpression", "range": [ - 4375, - 4379 + 4272, + 4276 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 12 } } @@ -10208,31 +10124,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 4380, - 4384 + 4277, + 4281 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 13 }, "end": { - "line": 127, + "line": 123, "column": 17 } } }, "range": [ - 4375, - 4384 + 4272, + 4281 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 17 } } @@ -10242,46 +10158,46 @@ "value": null, "raw": "null", "range": [ - 4387, - 4391 + 4284, + 4288 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 20 }, "end": { - "line": 127, + "line": 123, "column": 24 } } }, "range": [ - 4375, - 4391 + 4272, + 4288 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 24 } } }, "range": [ - 4375, - 4392 + 4272, + 4289 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 25 } }, @@ -10290,16 +10206,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4316, - 4366 + 4213, + 4263 ], "loc": { "start": { - "line": 126, + "line": 122, "column": 8 }, "end": { - "line": 126, + "line": 122, "column": 58 } } @@ -10310,16 +10226,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4401, - 4426 + 4298, + 4323 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 33 } } @@ -10337,16 +10253,16 @@ "object": { "type": "ThisExpression", "range": [ - 4435, - 4439 + 4332, + 4336 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 12 } } @@ -10355,31 +10271,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 4440, - 4444 + 4337, + 4341 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 13 }, "end": { - "line": 129, + "line": 125, "column": 17 } } }, "range": [ - 4435, - 4444 + 4332, + 4341 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 17 } } @@ -10389,46 +10305,46 @@ "value": null, "raw": "null", "range": [ - 4447, - 4451 + 4344, + 4348 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 20 }, "end": { - "line": 129, + "line": 125, "column": 24 } } }, "range": [ - 4435, - 4451 + 4332, + 4348 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 24 } } }, "range": [ - 4435, - 4452 + 4332, + 4349 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 25 } }, @@ -10437,16 +10353,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4401, - 4426 + 4298, + 4323 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 33 } } @@ -10457,16 +10373,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4462, - 4534 + 4359, + 4431 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 80 } } @@ -10484,16 +10400,16 @@ "object": { "type": "ThisExpression", "range": [ - 4543, - 4547 + 4440, + 4444 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 12 } } @@ -10502,31 +10418,31 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 4548, - 4562 + 4445, + 4459 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 13 }, "end": { - "line": 132, + "line": 128, "column": 27 } } }, "range": [ - 4543, - 4562 + 4440, + 4459 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 27 } } @@ -10541,16 +10457,16 @@ "type": "Identifier", "name": "f", "range": [ - 4565, - 4566 + 4462, + 4463 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 30 }, "end": { - "line": 132, + "line": 128, "column": 31 } } @@ -10559,31 +10475,31 @@ "type": "Identifier", "name": "inf_div_css_class", "range": [ - 4567, - 4584 + 4464, + 4481 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 32 }, "end": { - "line": 132, + "line": 128, "column": 49 } } }, "range": [ - 4565, - 4584 + 4462, + 4481 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 30 }, "end": { - "line": 132, + "line": 128, "column": 49 } } @@ -10593,61 +10509,61 @@ "value": "inf", "raw": "'inf'", "range": [ - 4588, - 4593 + 4485, + 4490 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 53 }, "end": { - "line": 132, + "line": 128, "column": 58 } } }, "range": [ - 4565, - 4593 + 4462, + 4490 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 30 }, "end": { - "line": 132, + "line": 128, "column": 58 } } }, "range": [ - 4543, - 4593 + 4440, + 4490 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 58 } } }, "range": [ - 4543, - 4594 + 4440, + 4491 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 59 } }, @@ -10656,16 +10572,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4462, - 4534 + 4359, + 4431 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 80 } } @@ -10676,16 +10592,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4603, - 4635 + 4500, + 4532 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 40 } } @@ -10703,16 +10619,16 @@ "object": { "type": "ThisExpression", "range": [ - 4644, - 4648 + 4541, + 4545 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 12 } } @@ -10721,31 +10637,31 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 4649, - 4661 + 4546, + 4558 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 13 }, "end": { - "line": 134, + "line": 130, "column": 25 } } }, "range": [ - 4644, - 4661 + 4541, + 4558 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 25 } } @@ -10760,16 +10676,16 @@ "type": "Identifier", "name": "f", "range": [ - 4664, - 4665 + 4561, + 4562 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 29 } } @@ -10778,31 +10694,31 @@ "type": "Identifier", "name": "left_div_css_class", "range": [ - 4666, - 4684 + 4563, + 4581 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 30 }, "end": { - "line": 134, + "line": 130, "column": 48 } } }, "range": [ - 4664, - 4684 + 4561, + 4581 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 48 } } @@ -10812,61 +10728,61 @@ "value": "ldiv", "raw": "'ldiv'", "range": [ - 4688, - 4694 + 4585, + 4591 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 52 }, "end": { - "line": 134, + "line": 130, "column": 58 } } }, "range": [ - 4664, - 4694 + 4561, + 4591 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 58 } } }, "range": [ - 4644, - 4694 + 4541, + 4591 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 58 } } }, "range": [ - 4644, - 4695 + 4541, + 4592 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 59 } }, @@ -10875,16 +10791,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4603, - 4635 + 4500, + 4532 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 40 } } @@ -10895,16 +10811,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4704, - 4737 + 4601, + 4634 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 41 } } @@ -10922,16 +10838,16 @@ "object": { "type": "ThisExpression", "range": [ - 4746, - 4750 + 4643, + 4647 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 12 } } @@ -10940,31 +10856,31 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 4751, - 4763 + 4648, + 4660 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 13 }, "end": { - "line": 136, + "line": 132, "column": 25 } } }, "range": [ - 4746, - 4763 + 4643, + 4660 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 25 } } @@ -10979,16 +10895,16 @@ "type": "Identifier", "name": "f", "range": [ - 4766, - 4767 + 4663, + 4664 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 28 }, "end": { - "line": 136, + "line": 132, "column": 29 } } @@ -10997,31 +10913,31 @@ "type": "Identifier", "name": "right_div_css_class", "range": [ - 4768, - 4787 + 4665, + 4684 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 30 }, "end": { - "line": 136, + "line": 132, "column": 49 } } }, "range": [ - 4766, - 4787 + 4663, + 4684 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 28 }, "end": { - "line": 136, + "line": 132, "column": 49 } } @@ -11031,61 +10947,61 @@ "value": "rdiv", "raw": "'rdiv'", "range": [ - 4791, - 4797 + 4688, + 4694 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 53 }, "end": { - "line": 136, + "line": 132, "column": 59 } } }, "range": [ - 4766, - 4797 + 4663, + 4694 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 28 }, "end": { - "line": 136, + "line": 132, "column": 59 } } }, "range": [ - 4746, - 4797 + 4643, + 4694 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 59 } } }, "range": [ - 4746, - 4798 + 4643, + 4695 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 60 } }, @@ -11094,16 +11010,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4704, - 4737 + 4601, + 4634 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 41 } } @@ -11114,16 +11030,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4807, - 4838 + 4704, + 4735 ], "loc": { "start": { - "line": 137, + "line": 133, "column": 8 }, "end": { - "line": 137, + "line": 133, "column": 39 } } @@ -11141,16 +11057,16 @@ "object": { "type": "ThisExpression", "range": [ - 4847, - 4851 + 4744, + 4748 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 12 } } @@ -11159,31 +11075,31 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 4852, - 4864 + 4749, + 4761 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 13 }, "end": { - "line": 138, + "line": 134, "column": 25 } } }, "range": [ - 4847, - 4864 + 4744, + 4761 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 25 } } @@ -11198,16 +11114,16 @@ "type": "Identifier", "name": "f", "range": [ - 4867, - 4868 + 4764, + 4765 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 28 }, "end": { - "line": 138, + "line": 134, "column": 29 } } @@ -11216,31 +11132,31 @@ "type": "Identifier", "name": "middle_div_css_class", "range": [ - 4869, - 4889 + 4766, + 4786 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 30 }, "end": { - "line": 138, + "line": 134, "column": 50 } } }, "range": [ - 4867, - 4889 + 4764, + 4786 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 28 }, "end": { - "line": 138, + "line": 134, "column": 50 } } @@ -11250,61 +11166,61 @@ "value": "mdiv", "raw": "'mdiv'", "range": [ - 4893, - 4899 + 4790, + 4796 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 54 }, "end": { - "line": 138, + "line": 134, "column": 60 } } }, "range": [ - 4867, - 4899 + 4764, + 4796 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 28 }, "end": { - "line": 138, + "line": 134, "column": 60 } } }, "range": [ - 4847, - 4899 + 4744, + 4796 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 60 } } }, "range": [ - 4847, - 4900 + 4744, + 4797 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 61 } }, @@ -11313,16 +11229,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4807, - 4838 + 4704, + 4735 ], "loc": { "start": { - "line": 137, + "line": 133, "column": 8 }, "end": { - "line": 137, + "line": 133, "column": 39 } } @@ -11333,16 +11249,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4909, - 4940 + 4806, + 4837 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 39 } } @@ -11360,16 +11276,16 @@ "object": { "type": "ThisExpression", "range": [ - 4949, - 4953 + 4846, + 4850 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 12 } } @@ -11378,31 +11294,31 @@ "type": "Identifier", "name": "contDivCssClass", "range": [ - 4954, - 4969 + 4851, + 4866 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 13 }, "end": { - "line": 140, + "line": 136, "column": 28 } } }, "range": [ - 4949, - 4969 + 4846, + 4866 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 28 } } @@ -11417,16 +11333,16 @@ "type": "Identifier", "name": "f", "range": [ - 4972, - 4973 + 4869, + 4870 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 31 }, "end": { - "line": 140, + "line": 136, "column": 32 } } @@ -11435,31 +11351,31 @@ "type": "Identifier", "name": "content_div_css_class", "range": [ - 4974, - 4995 + 4871, + 4892 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 33 }, "end": { - "line": 140, + "line": 136, "column": 54 } } }, "range": [ - 4972, - 4995 + 4869, + 4892 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 31 }, "end": { - "line": 140, + "line": 136, "column": 54 } } @@ -11469,61 +11385,61 @@ "value": "cont", "raw": "'cont'", "range": [ - 4999, - 5005 + 4896, + 4902 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 58 }, "end": { - "line": 140, + "line": 136, "column": 64 } } }, "range": [ - 4972, - 5005 + 4869, + 4902 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 31 }, "end": { - "line": 140, + "line": 136, "column": 64 } } }, "range": [ - 4949, - 5005 + 4846, + 4902 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 64 } } }, "range": [ - 4949, - 5006 + 4846, + 4903 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 65 } }, @@ -11532,16 +11448,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4909, - 4940 + 4806, + 4837 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 39 } } @@ -11552,16 +11468,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 5016, - 5050 + 4913, + 4947 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 42 } } @@ -11570,16 +11486,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5059, - 5076 + 4956, + 4973 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 25 } } @@ -11597,16 +11513,16 @@ "object": { "type": "ThisExpression", "range": [ - 5085, - 5089 + 4982, + 4986 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 12 } } @@ -11615,31 +11531,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 5090, - 5099 + 4987, + 4996 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 13 }, "end": { - "line": 144, + "line": 140, "column": 22 } } }, "range": [ - 5085, - 5099 + 4982, + 4996 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 22 } } @@ -11654,16 +11570,16 @@ "type": "Identifier", "name": "f", "range": [ - 5102, - 5103 + 4999, + 5000 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 25 }, "end": { - "line": 144, + "line": 140, "column": 26 } } @@ -11672,31 +11588,31 @@ "type": "Identifier", "name": "style_path", "range": [ - 5104, - 5114 + 5001, + 5011 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 27 }, "end": { - "line": 144, + "line": 140, "column": 37 } } }, "range": [ - 5102, - 5114 + 4999, + 5011 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 25 }, "end": { - "line": 144, + "line": 140, "column": 37 } } @@ -11710,16 +11626,16 @@ "object": { "type": "ThisExpression", "range": [ - 5118, - 5122 + 5015, + 5019 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 41 }, "end": { - "line": 144, + "line": 140, "column": 45 } } @@ -11728,31 +11644,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 5123, - 5131 + 5020, + 5028 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 46 }, "end": { - "line": 144, + "line": 140, "column": 54 } } }, "range": [ - 5118, - 5131 + 5015, + 5028 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 41 }, "end": { - "line": 144, + "line": 140, "column": 54 } } @@ -11762,76 +11678,76 @@ "value": "style/", "raw": "'style/'", "range": [ - 5134, - 5142 + 5031, + 5039 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 57 }, "end": { - "line": 144, + "line": 140, "column": 65 } } }, "range": [ - 5118, - 5142 + 5015, + 5039 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 41 }, "end": { - "line": 144, + "line": 140, "column": 65 } } }, "range": [ - 5102, - 5142 + 4999, + 5039 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 25 }, "end": { - "line": 144, + "line": 140, "column": 65 } } }, "range": [ - 5085, - 5142 + 4982, + 5039 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 65 } } }, "range": [ - 5085, - 5143 + 4982, + 5040 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 66 } }, @@ -11840,16 +11756,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 5016, - 5050 + 4913, + 4947 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 42 } } @@ -11858,16 +11774,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5059, - 5076 + 4956, + 4973 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 25 } } @@ -11885,16 +11801,16 @@ "object": { "type": "ThisExpression", "range": [ - 5152, - 5156 + 5049, + 5053 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 12 } } @@ -11903,31 +11819,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 5157, - 5167 + 5054, + 5064 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 13 }, "end": { - "line": 145, + "line": 141, "column": 23 } } }, "range": [ - 5152, - 5167 + 5049, + 5064 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 23 } } @@ -11942,16 +11858,16 @@ "type": "Identifier", "name": "f", "range": [ - 5170, - 5171 + 5067, + 5068 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 26 }, "end": { - "line": 145, + "line": 141, "column": 27 } } @@ -11960,31 +11876,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 5172, - 5182 + 5069, + 5079 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 28 }, "end": { - "line": 145, + "line": 141, "column": 38 } } }, "range": [ - 5170, - 5182 + 5067, + 5079 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 26 }, "end": { - "line": 145, + "line": 141, "column": 38 } } @@ -11998,16 +11914,16 @@ "object": { "type": "ThisExpression", "range": [ - 5186, - 5190 + 5083, + 5087 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 42 }, "end": { - "line": 145, + "line": 141, "column": 46 } } @@ -12016,31 +11932,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 5191, - 5200 + 5088, + 5097 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 47 }, "end": { - "line": 145, + "line": 141, "column": 56 } } }, "range": [ - 5186, - 5200 + 5083, + 5097 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 42 }, "end": { - "line": 145, + "line": 141, "column": 56 } } @@ -12050,76 +11966,76 @@ "value": "tablefilter.css", "raw": "'tablefilter.css'", "range": [ - 5203, - 5220 + 5100, + 5117 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 59 }, "end": { - "line": 145, + "line": 141, "column": 76 } } }, "range": [ - 5186, - 5220 + 5083, + 5117 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 42 }, "end": { - "line": 145, + "line": 141, "column": 76 } } }, "range": [ - 5170, - 5220 + 5067, + 5117 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 26 }, "end": { - "line": 145, + "line": 141, "column": 76 } } }, "range": [ - 5152, - 5220 + 5049, + 5117 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 76 } } }, "range": [ - 5152, - 5221 + 5049, + 5118 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 77 } } @@ -12135,16 +12051,16 @@ "object": { "type": "ThisExpression", "range": [ - 5230, - 5234 + 5127, + 5131 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 12 } } @@ -12153,31 +12069,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 5235, - 5247 + 5132, + 5144 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 13 }, "end": { - "line": 146, + "line": 142, "column": 25 } } }, "range": [ - 5230, - 5247 + 5127, + 5144 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 25 } } @@ -12191,16 +12107,16 @@ "object": { "type": "ThisExpression", "range": [ - 5250, - 5254 + 5147, + 5151 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 28 }, "end": { - "line": 146, + "line": 142, "column": 32 } } @@ -12209,31 +12125,31 @@ "type": "Identifier", "name": "id", "range": [ - 5255, - 5257 + 5152, + 5154 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 33 }, "end": { - "line": 146, + "line": 142, "column": 35 } } }, "range": [ - 5250, - 5257 + 5147, + 5154 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 28 }, "end": { - "line": 146, + "line": 142, "column": 35 } } @@ -12243,61 +12159,61 @@ "value": "_style", "raw": "'_style'", "range": [ - 5260, - 5268 + 5157, + 5165 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 38 }, "end": { - "line": 146, + "line": 142, "column": 46 } } }, "range": [ - 5250, - 5268 + 5147, + 5165 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 28 }, "end": { - "line": 146, + "line": 142, "column": 46 } } }, "range": [ - 5230, - 5268 + 5127, + 5165 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 46 } } }, "range": [ - 5230, - 5269 + 5127, + 5166 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 47 } }, @@ -12306,16 +12222,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5278, - 5313 + 5175, + 5210 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 43 } } @@ -12333,16 +12249,16 @@ "object": { "type": "ThisExpression", "range": [ - 5322, - 5326 + 5219, + 5223 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 12 } } @@ -12351,31 +12267,31 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 5327, - 5342 + 5224, + 5239 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 13 }, "end": { - "line": 148, + "line": 144, "column": 28 } } }, "range": [ - 5322, - 5342 + 5219, + 5239 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 28 } } @@ -12390,16 +12306,16 @@ "type": "Identifier", "name": "f", "range": [ - 5345, - 5346 + 5242, + 5243 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 31 }, "end": { - "line": 148, + "line": 144, "column": 32 } } @@ -12408,31 +12324,31 @@ "type": "Identifier", "name": "flts_row_css_class", "range": [ - 5347, - 5365 + 5244, + 5262 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 33 }, "end": { - "line": 148, + "line": 144, "column": 51 } } }, "range": [ - 5345, - 5365 + 5242, + 5262 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 31 }, "end": { - "line": 148, + "line": 144, "column": 51 } } @@ -12442,61 +12358,61 @@ "value": "fltrow", "raw": "'fltrow'", "range": [ - 5369, - 5377 + 5266, + 5274 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 55 }, "end": { - "line": 148, + "line": 144, "column": 63 } } }, "range": [ - 5345, - 5377 + 5242, + 5274 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 31 }, "end": { - "line": 148, + "line": 144, "column": 63 } } }, "range": [ - 5322, - 5377 + 5219, + 5274 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 63 } } }, "range": [ - 5322, - 5378 + 5219, + 5275 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 64 } }, @@ -12505,16 +12421,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5278, - 5313 + 5175, + 5210 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 43 } } @@ -12525,16 +12441,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5387, - 5434 + 5284, + 5331 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 55 } } @@ -12552,16 +12468,16 @@ "object": { "type": "ThisExpression", "range": [ - 5443, - 5447 + 5340, + 5344 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 12 } } @@ -12570,31 +12486,31 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 5448, - 5459 + 5345, + 5356 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 13 }, "end": { - "line": 150, + "line": 146, "column": 24 } } }, "range": [ - 5443, - 5459 + 5340, + 5356 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 24 } } @@ -12611,16 +12527,16 @@ "type": "Identifier", "name": "f", "range": [ - 5462, - 5463 + 5359, + 5360 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 27 }, "end": { - "line": 150, + "line": 146, "column": 28 } } @@ -12629,31 +12545,31 @@ "type": "Identifier", "name": "enable_icons", "range": [ - 5464, - 5476 + 5361, + 5373 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 29 }, "end": { - "line": 150, + "line": 146, "column": 41 } } }, "range": [ - 5462, - 5476 + 5359, + 5373 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 27 }, "end": { - "line": 150, + "line": 146, "column": 41 } } @@ -12663,31 +12579,31 @@ "value": false, "raw": "false", "range": [ - 5481, - 5486 + 5378, + 5383 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 46 }, "end": { - "line": 150, + "line": 146, "column": 51 } } }, "range": [ - 5462, - 5486 + 5359, + 5383 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 27 }, "end": { - "line": 150, + "line": 146, "column": 51 } } @@ -12697,16 +12613,16 @@ "value": false, "raw": "false", "range": [ - 5489, - 5494 + 5386, + 5391 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 54 }, "end": { - "line": 150, + "line": 146, "column": 59 } } @@ -12716,61 +12632,61 @@ "value": true, "raw": "true", "range": [ - 5497, - 5501 + 5394, + 5398 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 62 }, "end": { - "line": 150, + "line": 146, "column": 66 } } }, "range": [ - 5462, - 5501 + 5359, + 5398 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 27 }, "end": { - "line": 150, + "line": 146, "column": 66 } } }, "range": [ - 5443, - 5501 + 5340, + 5398 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 66 } } }, "range": [ - 5443, - 5502 + 5340, + 5399 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 67 } }, @@ -12779,16 +12695,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5387, - 5434 + 5284, + 5331 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 55 } } @@ -12799,16 +12715,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5511, - 5555 + 5408, + 5452 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 52 } } @@ -12826,16 +12742,16 @@ "object": { "type": "ThisExpression", "range": [ - 5564, - 5568 + 5461, + 5465 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 12 } } @@ -12844,31 +12760,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 5569, - 5582 + 5466, + 5479 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 13 }, "end": { - "line": 152, + "line": 148, "column": 26 } } }, "range": [ - 5564, - 5582 + 5461, + 5479 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 26 } } @@ -12879,16 +12795,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 5585, - 5592 + 5482, + 5489 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 29 }, "end": { - "line": 152, + "line": 148, "column": 36 } } @@ -12901,16 +12817,16 @@ "type": "Identifier", "name": "f", "range": [ - 5593, - 5594 + 5490, + 5491 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 37 }, "end": { - "line": 152, + "line": 148, "column": 38 } } @@ -12919,77 +12835,77 @@ "type": "Identifier", "name": "alternate_rows", "range": [ - 5595, - 5609 + 5492, + 5506 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 39 }, "end": { - "line": 152, + "line": 148, "column": 53 } } }, "range": [ - 5593, - 5609 + 5490, + 5506 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 37 }, "end": { - "line": 152, + "line": 148, "column": 53 } } } ], "range": [ - 5585, - 5610 + 5482, + 5507 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 29 }, "end": { - "line": 152, + "line": 148, "column": 54 } } }, "range": [ - 5564, - 5610 + 5461, + 5507 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 54 } } }, "range": [ - 5564, - 5611 + 5461, + 5508 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 55 } }, @@ -12998,16 +12914,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5511, - 5555 + 5408, + 5452 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 52 } } @@ -13018,16 +12934,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5620, - 5647 + 5517, + 5544 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 35 } } @@ -13045,16 +12961,16 @@ "object": { "type": "ThisExpression", "range": [ - 5656, - 5660 + 5553, + 5557 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 12 } } @@ -13063,31 +12979,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 5661, - 5673 + 5558, + 5570 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 13 }, "end": { - "line": 154, + "line": 150, "column": 25 } } }, "range": [ - 5656, - 5673 + 5553, + 5570 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 25 } } @@ -13101,16 +13017,16 @@ "type": "Identifier", "name": "Types", "range": [ - 5676, - 5681 + 5573, + 5578 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 28 }, "end": { - "line": 154, + "line": 150, "column": 33 } } @@ -13119,31 +13035,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 5682, - 5689 + 5579, + 5586 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 34 }, "end": { - "line": 154, + "line": 150, "column": 41 } } }, "range": [ - 5676, - 5689 + 5573, + 5586 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 28 }, "end": { - "line": 154, + "line": 150, "column": 41 } } @@ -13156,16 +13072,16 @@ "type": "Identifier", "name": "f", "range": [ - 5690, - 5691 + 5587, + 5588 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 42 }, "end": { - "line": 154, + "line": 150, "column": 43 } } @@ -13174,77 +13090,77 @@ "type": "Identifier", "name": "col_widths", "range": [ - 5692, - 5702 + 5589, + 5599 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 44 }, "end": { - "line": 154, + "line": 150, "column": 54 } } }, "range": [ - 5690, - 5702 + 5587, + 5599 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 42 }, "end": { - "line": 154, + "line": 150, "column": 54 } } } ], "range": [ - 5676, - 5703 + 5573, + 5600 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 28 }, "end": { - "line": 154, + "line": 150, "column": 55 } } }, "range": [ - 5656, - 5703 + 5553, + 5600 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 55 } } }, "range": [ - 5656, - 5704 + 5553, + 5601 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 56 } }, @@ -13253,16 +13169,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5620, - 5647 + 5517, + 5544 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 35 } } @@ -13280,16 +13196,16 @@ "object": { "type": "ThisExpression", "range": [ - 5713, - 5717 + 5610, + 5614 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 12 } } @@ -13298,31 +13214,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 5718, - 5727 + 5615, + 5624 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 13 }, "end": { - "line": 155, + "line": 151, "column": 22 } } }, "range": [ - 5713, - 5727 + 5610, + 5624 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 22 } } @@ -13335,16 +13251,16 @@ "object": { "type": "ThisExpression", "range": [ - 5730, - 5734 + 5627, + 5631 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 25 }, "end": { - "line": 155, + "line": 151, "column": 29 } } @@ -13353,31 +13269,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 5735, - 5747 + 5632, + 5644 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 30 }, "end": { - "line": 155, + "line": 151, "column": 42 } } }, "range": [ - 5730, - 5747 + 5627, + 5644 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 25 }, "end": { - "line": 155, + "line": 151, "column": 42 } } @@ -13389,16 +13305,16 @@ "type": "Identifier", "name": "f", "range": [ - 5750, - 5751 + 5647, + 5648 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 45 }, "end": { - "line": 155, + "line": 151, "column": 46 } } @@ -13407,31 +13323,31 @@ "type": "Identifier", "name": "col_widths", "range": [ - 5752, - 5762 + 5649, + 5659 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 47 }, "end": { - "line": 155, + "line": 151, "column": 57 } } }, "range": [ - 5750, - 5762 + 5647, + 5659 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 45 }, "end": { - "line": 155, + "line": 151, "column": 57 } } @@ -13441,61 +13357,61 @@ "value": null, "raw": "null", "range": [ - 5765, - 5769 + 5662, + 5666 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 60 }, "end": { - "line": 155, + "line": 151, "column": 64 } } }, "range": [ - 5730, - 5769 + 5627, + 5666 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 25 }, "end": { - "line": 155, + "line": 151, "column": 64 } } }, "range": [ - 5713, - 5769 + 5610, + 5666 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 64 } } }, "range": [ - 5713, - 5770 + 5610, + 5667 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 65 } }, @@ -13504,16 +13420,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5779, - 5810 + 5676, + 5707 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -13531,16 +13447,16 @@ "object": { "type": "ThisExpression", "range": [ - 5819, - 5823 + 5716, + 5720 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 12 } } @@ -13549,31 +13465,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 5824, - 5835 + 5721, + 5732 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 13 }, "end": { - "line": 157, + "line": 153, "column": 24 } } }, "range": [ - 5819, - 5835 + 5716, + 5732 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 24 } } @@ -13588,16 +13504,16 @@ "type": "Identifier", "name": "f", "range": [ - 5838, - 5839 + 5735, + 5736 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 27 }, "end": { - "line": 157, + "line": 153, "column": 28 } } @@ -13606,31 +13522,31 @@ "type": "Identifier", "name": "flt_css_class", "range": [ - 5840, - 5853 + 5737, + 5750 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 29 }, "end": { - "line": 157, + "line": 153, "column": 42 } } }, "range": [ - 5838, - 5853 + 5735, + 5750 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 27 }, "end": { - "line": 157, + "line": 153, "column": 42 } } @@ -13640,61 +13556,61 @@ "value": "flt", "raw": "'flt'", "range": [ - 5857, - 5862 + 5754, + 5759 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 46 }, "end": { - "line": 157, + "line": 153, "column": 51 } } }, "range": [ - 5838, - 5862 + 5735, + 5759 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 27 }, "end": { - "line": 157, + "line": 153, "column": 51 } } }, "range": [ - 5819, - 5862 + 5716, + 5759 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 51 } } }, "range": [ - 5819, - 5863 + 5716, + 5760 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 52 } }, @@ -13703,16 +13619,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5779, - 5810 + 5676, + 5707 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -13723,16 +13639,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5872, - 5920 + 5769, + 5817 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 56 } } @@ -13750,16 +13666,16 @@ "object": { "type": "ThisExpression", "range": [ - 5929, - 5933 + 5826, + 5830 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 12 } } @@ -13768,31 +13684,31 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 5934, - 5950 + 5831, + 5847 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 13 }, "end": { - "line": 159, + "line": 155, "column": 29 } } }, "range": [ - 5929, - 5950 + 5826, + 5847 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 29 } } @@ -13807,16 +13723,16 @@ "type": "Identifier", "name": "f", "range": [ - 5953, - 5954 + 5850, + 5851 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 32 }, "end": { - "line": 159, + "line": 155, "column": 33 } } @@ -13825,31 +13741,31 @@ "type": "Identifier", "name": "flt_multi_css_class", "range": [ - 5955, - 5974 + 5852, + 5871 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 34 }, "end": { - "line": 159, + "line": 155, "column": 53 } } }, "range": [ - 5953, - 5974 + 5850, + 5871 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 32 }, "end": { - "line": 159, + "line": 155, "column": 53 } } @@ -13859,61 +13775,61 @@ "value": "flt_multi", "raw": "'flt_multi'", "range": [ - 5978, - 5989 + 5875, + 5886 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 57 }, "end": { - "line": 159, + "line": 155, "column": 68 } } }, "range": [ - 5953, - 5989 + 5850, + 5886 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 32 }, "end": { - "line": 159, + "line": 155, "column": 68 } } }, "range": [ - 5929, - 5989 + 5826, + 5886 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 68 } } }, "range": [ - 5929, - 5990 + 5826, + 5887 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 69 } }, @@ -13922,16 +13838,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5872, - 5920 + 5769, + 5817 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 56 } } @@ -13942,16 +13858,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5999, - 6030 + 5896, + 5927 ], "loc": { "start": { - "line": 160, + "line": 156, "column": 8 }, "end": { - "line": 160, + "line": 156, "column": 39 } } @@ -13969,16 +13885,16 @@ "object": { "type": "ThisExpression", "range": [ - 6039, - 6043 + 5936, + 5940 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 12 } } @@ -13987,31 +13903,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 6044, - 6060 + 5941, + 5957 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 13 }, "end": { - "line": 161, + "line": 157, "column": 29 } } }, "range": [ - 6039, - 6060 + 5936, + 5957 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 29 } } @@ -14026,16 +13942,16 @@ "type": "Identifier", "name": "f", "range": [ - 6063, - 6064 + 5960, + 5961 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 32 }, "end": { - "line": 161, + "line": 157, "column": 33 } } @@ -14044,31 +13960,31 @@ "type": "Identifier", "name": "flt_small_css_class", "range": [ - 6065, - 6084 + 5962, + 5981 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 34 }, "end": { - "line": 161, + "line": 157, "column": 53 } } }, "range": [ - 6063, - 6084 + 5960, + 5981 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 32 }, "end": { - "line": 161, + "line": 157, "column": 53 } } @@ -14078,61 +13994,61 @@ "value": "flt_s", "raw": "'flt_s'", "range": [ - 6088, - 6095 + 5985, + 5992 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 57 }, "end": { - "line": 161, + "line": 157, "column": 64 } } }, "range": [ - 6063, - 6095 + 5960, + 5992 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 32 }, "end": { - "line": 161, + "line": 157, "column": 64 } } }, "range": [ - 6039, - 6095 + 5936, + 5992 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 64 } } }, "range": [ - 6039, - 6096 + 5936, + 5993 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 65 } }, @@ -14141,16 +14057,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5999, - 6030 + 5896, + 5927 ], "loc": { "start": { - "line": 160, + "line": 156, "column": 8 }, "end": { - "line": 160, + "line": 156, "column": 39 } } @@ -14161,16 +14077,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6105, - 6142 + 6002, + 6039 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 45 } } @@ -14188,16 +14104,16 @@ "object": { "type": "ThisExpression", "range": [ - 6151, - 6155 + 6048, + 6052 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 12 } } @@ -14206,31 +14122,31 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 6156, - 6173 + 6053, + 6070 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 13 }, "end": { - "line": 163, + "line": 159, "column": 30 } } }, "range": [ - 6151, - 6173 + 6048, + 6070 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 30 } } @@ -14245,16 +14161,16 @@ "type": "Identifier", "name": "f", "range": [ - 6176, - 6177 + 6073, + 6074 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 33 }, "end": { - "line": 163, + "line": 159, "column": 34 } } @@ -14263,31 +14179,31 @@ "type": "Identifier", "name": "single_flt_css_class", "range": [ - 6178, - 6198 + 6075, + 6095 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 35 }, "end": { - "line": 163, + "line": 159, "column": 55 } } }, "range": [ - 6176, - 6198 + 6073, + 6095 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 33 }, "end": { - "line": 163, + "line": 159, "column": 55 } } @@ -14297,61 +14213,61 @@ "value": "single_flt", "raw": "'single_flt'", "range": [ - 6202, - 6214 + 6099, + 6111 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 59 }, "end": { - "line": 163, + "line": 159, "column": 71 } } }, "range": [ - 6176, - 6214 + 6073, + 6111 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 33 }, "end": { - "line": 163, + "line": 159, "column": 71 } } }, "range": [ - 6151, - 6214 + 6048, + 6111 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 71 } } }, "range": [ - 6151, - 6215 + 6048, + 6112 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 72 } }, @@ -14360,16 +14276,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6105, - 6142 + 6002, + 6039 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 45 } } @@ -14380,16 +14296,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6225, - 6259 + 6122, + 6156 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 161, "column": 42 } } @@ -14398,16 +14314,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6268, - 6296 + 6165, + 6193 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 8 }, "end": { - "line": 166, + "line": 162, "column": 36 } } @@ -14425,16 +14341,16 @@ "object": { "type": "ThisExpression", "range": [ - 6305, - 6309 + 6202, + 6206 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 12 } } @@ -14443,31 +14359,31 @@ "type": "Identifier", "name": "enterKey", "range": [ - 6310, - 6318 + 6207, + 6215 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 13 }, "end": { - "line": 167, + "line": 163, "column": 21 } } }, "range": [ - 6305, - 6318 + 6202, + 6215 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 21 } } @@ -14484,16 +14400,16 @@ "type": "Identifier", "name": "f", "range": [ - 6321, - 6322 + 6218, + 6219 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 24 }, "end": { - "line": 167, + "line": 163, "column": 25 } } @@ -14502,31 +14418,31 @@ "type": "Identifier", "name": "enter_key", "range": [ - 6323, - 6332 + 6220, + 6229 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 26 }, "end": { - "line": 167, + "line": 163, "column": 35 } } }, "range": [ - 6321, - 6332 + 6218, + 6229 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 24 }, "end": { - "line": 167, + "line": 163, "column": 35 } } @@ -14536,31 +14452,31 @@ "value": false, "raw": "false", "range": [ - 6337, - 6342 + 6234, + 6239 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 40 }, "end": { - "line": 167, + "line": 163, "column": 45 } } }, "range": [ - 6321, - 6342 + 6218, + 6239 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 24 }, "end": { - "line": 167, + "line": 163, "column": 45 } } @@ -14570,16 +14486,16 @@ "value": false, "raw": "false", "range": [ - 6345, - 6350 + 6242, + 6247 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 48 }, "end": { - "line": 167, + "line": 163, "column": 53 } } @@ -14589,61 +14505,61 @@ "value": true, "raw": "true", "range": [ - 6353, - 6357 + 6250, + 6254 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 56 }, "end": { - "line": 167, + "line": 163, "column": 60 } } }, "range": [ - 6321, - 6357 + 6218, + 6254 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 24 }, "end": { - "line": 167, + "line": 163, "column": 60 } } }, "range": [ - 6305, - 6357 + 6202, + 6254 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 60 } } }, "range": [ - 6305, - 6358 + 6202, + 6255 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 61 } }, @@ -14652,16 +14568,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6225, - 6259 + 6122, + 6156 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 161, "column": 42 } } @@ -14670,16 +14586,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6268, - 6296 + 6165, + 6193 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 8 }, "end": { - "line": 166, + "line": 162, "column": 36 } } @@ -14690,16 +14606,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6367, - 6407 + 6264, + 6304 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 48 } } @@ -14717,16 +14633,16 @@ "object": { "type": "ThisExpression", "range": [ - 6416, - 6420 + 6313, + 6317 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 169, + "line": 165, "column": 12 } } @@ -14735,31 +14651,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 6421, - 6435 + 6318, + 6332 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 13 }, "end": { - "line": 169, + "line": 165, "column": 27 } } }, "range": [ - 6416, - 6435 + 6313, + 6332 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 169, + "line": 165, "column": 27 } } @@ -14775,16 +14691,16 @@ "type": "Identifier", "name": "Types", "range": [ - 6438, - 6443 + 6335, + 6340 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 30 }, "end": { - "line": 169, + "line": 165, "column": 35 } } @@ -14793,31 +14709,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 6444, - 6448 + 6341, + 6345 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 36 }, "end": { - "line": 169, + "line": 165, "column": 40 } } }, "range": [ - 6438, - 6448 + 6335, + 6345 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 30 }, "end": { - "line": 169, + "line": 165, "column": 40 } } @@ -14830,16 +14746,16 @@ "type": "Identifier", "name": "f", "range": [ - 6449, - 6450 + 6346, + 6347 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 41 }, "end": { - "line": 169, + "line": 165, "column": 42 } } @@ -14848,47 +14764,47 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 6451, - 6467 + 6348, + 6364 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 43 }, "end": { - "line": 169, + "line": 165, "column": 59 } } }, "range": [ - 6449, - 6467 + 6346, + 6364 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 41 }, "end": { - "line": 169, + "line": 165, "column": 59 } } } ], "range": [ - 6438, - 6468 + 6335, + 6365 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 30 }, "end": { - "line": 169, + "line": 165, "column": 60 } } @@ -14900,16 +14816,16 @@ "type": "Identifier", "name": "f", "range": [ - 6483, - 6484 + 6380, + 6381 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 12 }, "end": { - "line": 170, + "line": 166, "column": 13 } } @@ -14918,31 +14834,31 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 6485, - 6501 + 6382, + 6398 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 14 }, "end": { - "line": 170, + "line": 166, "column": 30 } } }, "range": [ - 6483, - 6501 + 6380, + 6398 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 12 }, "end": { - "line": 170, + "line": 166, "column": 30 } } @@ -14952,61 +14868,61 @@ "value": null, "raw": "null", "range": [ - 6504, - 6508 + 6401, + 6405 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 33 }, "end": { - "line": 170, + "line": 166, "column": 37 } } }, "range": [ - 6438, - 6508 + 6335, + 6405 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 30 }, "end": { - "line": 170, + "line": 166, "column": 37 } } }, "range": [ - 6416, - 6508 + 6313, + 6405 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 37 } } }, "range": [ - 6416, - 6509 + 6313, + 6406 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 38 } }, @@ -15015,16 +14931,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6367, - 6407 + 6264, + 6304 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 48 } } @@ -15035,16 +14951,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6518, - 6550 + 6415, + 6447 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 40 } } @@ -15062,16 +14978,16 @@ "object": { "type": "ThisExpression", "range": [ - 6559, - 6563 + 6456, + 6460 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 12 } } @@ -15080,31 +14996,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 6564, - 6577 + 6461, + 6474 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 13 }, "end": { - "line": 172, + "line": 168, "column": 26 } } }, "range": [ - 6559, - 6577 + 6456, + 6474 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 26 } } @@ -15120,16 +15036,16 @@ "type": "Identifier", "name": "Types", "range": [ - 6580, - 6585 + 6477, + 6482 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 29 }, "end": { - "line": 172, + "line": 168, "column": 34 } } @@ -15138,31 +15054,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 6586, - 6590 + 6483, + 6487 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 35 }, "end": { - "line": 172, + "line": 168, "column": 39 } } }, "range": [ - 6580, - 6590 + 6477, + 6487 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 29 }, "end": { - "line": 172, + "line": 168, "column": 39 } } @@ -15175,16 +15091,16 @@ "type": "Identifier", "name": "f", "range": [ - 6591, - 6592 + 6488, + 6489 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 40 }, "end": { - "line": 172, + "line": 168, "column": 41 } } @@ -15193,47 +15109,47 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 6593, - 6608 + 6490, + 6505 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 42 }, "end": { - "line": 172, + "line": 168, "column": 57 } } }, "range": [ - 6591, - 6608 + 6488, + 6505 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 40 }, "end": { - "line": 172, + "line": 168, "column": 57 } } } ], "range": [ - 6580, - 6609 + 6477, + 6506 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 29 }, "end": { - "line": 172, + "line": 168, "column": 58 } } @@ -15245,16 +15161,16 @@ "type": "Identifier", "name": "f", "range": [ - 6624, - 6625 + 6521, + 6522 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 12 }, "end": { - "line": 173, + "line": 169, "column": 13 } } @@ -15263,31 +15179,31 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 6626, - 6641 + 6523, + 6538 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 14 }, "end": { - "line": 173, + "line": 169, "column": 29 } } }, "range": [ - 6624, - 6641 + 6521, + 6538 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 12 }, "end": { - "line": 173, + "line": 169, "column": 29 } } @@ -15297,61 +15213,61 @@ "value": null, "raw": "null", "range": [ - 6644, - 6648 + 6541, + 6545 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 32 }, "end": { - "line": 173, + "line": 169, "column": 36 } } }, "range": [ - 6580, - 6648 + 6477, + 6545 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 29 }, "end": { - "line": 173, + "line": 169, "column": 36 } } }, "range": [ - 6559, - 6648 + 6456, + 6545 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 173, + "line": 169, "column": 36 } } }, "range": [ - 6559, - 6649 + 6456, + 6546 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 173, + "line": 169, "column": 37 } }, @@ -15360,16 +15276,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6518, - 6550 + 6415, + 6447 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 40 } } @@ -15380,16 +15296,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6658, - 6693 + 6555, + 6590 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 8 }, "end": { - "line": 174, + "line": 170, "column": 43 } } @@ -15407,16 +15323,16 @@ "object": { "type": "ThisExpression", "range": [ - 6702, - 6706 + 6599, + 6603 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 12 } } @@ -15425,31 +15341,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 6707, - 6720 + 6604, + 6617 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 13 }, "end": { - "line": 175, + "line": 171, "column": 26 } } }, "range": [ - 6702, - 6720 + 6599, + 6617 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 26 } } @@ -15460,16 +15376,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 6723, - 6730 + 6620, + 6627 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 29 }, "end": { - "line": 175, + "line": 171, "column": 36 } } @@ -15482,16 +15398,16 @@ "type": "Identifier", "name": "f", "range": [ - 6731, - 6732 + 6628, + 6629 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 37 }, "end": { - "line": 175, + "line": 171, "column": 38 } } @@ -15500,77 +15416,77 @@ "type": "Identifier", "name": "case_sensitive", "range": [ - 6733, - 6747 + 6630, + 6644 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 39 }, "end": { - "line": 175, + "line": 171, "column": 53 } } }, "range": [ - 6731, - 6747 + 6628, + 6644 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 37 }, "end": { - "line": 175, + "line": 171, "column": 53 } } } ], "range": [ - 6723, - 6748 + 6620, + 6645 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 29 }, "end": { - "line": 175, + "line": 171, "column": 54 } } }, "range": [ - 6702, - 6748 + 6599, + 6645 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 54 } } }, "range": [ - 6702, - 6749 + 6599, + 6646 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 55 } }, @@ -15579,16 +15495,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6658, - 6693 + 6555, + 6590 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 8 }, "end": { - "line": 174, + "line": 170, "column": 43 } } @@ -15599,16 +15515,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6758, - 6786 + 6655, + 6683 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 36 } } @@ -15626,16 +15542,16 @@ "object": { "type": "ThisExpression", "range": [ - 6795, - 6799 + 6692, + 6696 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 12 } } @@ -15644,31 +15560,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 6800, - 6818 + 6697, + 6715 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 13 }, "end": { - "line": 177, + "line": 173, "column": 31 } } }, "range": [ - 6795, - 6818 + 6692, + 6715 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 31 } } @@ -15682,16 +15598,16 @@ "type": "Identifier", "name": "Types", "range": [ - 6821, - 6826 + 6718, + 6723 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 34 }, "end": { - "line": 177, + "line": 173, "column": 39 } } @@ -15700,31 +15616,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 6827, - 6834 + 6724, + 6731 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 40 }, "end": { - "line": 177, + "line": 173, "column": 47 } } }, "range": [ - 6821, - 6834 + 6718, + 6731 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 34 }, "end": { - "line": 177, + "line": 173, "column": 47 } } @@ -15737,16 +15653,16 @@ "type": "Identifier", "name": "f", "range": [ - 6835, - 6836 + 6732, + 6733 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 48 }, "end": { - "line": 177, + "line": 173, "column": 49 } } @@ -15755,77 +15671,77 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 6837, - 6856 + 6734, + 6753 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 50 }, "end": { - "line": 177, + "line": 173, "column": 69 } } }, "range": [ - 6835, - 6856 + 6732, + 6753 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 48 }, "end": { - "line": 177, + "line": 173, "column": 69 } } } ], "range": [ - 6821, - 6857 + 6718, + 6754 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 34 }, "end": { - "line": 177, + "line": 173, "column": 70 } } }, "range": [ - 6795, - 6857 + 6692, + 6754 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 70 } } }, "range": [ - 6795, - 6858 + 6692, + 6755 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 71 } }, @@ -15834,16 +15750,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6758, - 6786 + 6655, + 6683 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 36 } } @@ -15861,16 +15777,16 @@ "object": { "type": "ThisExpression", "range": [ - 6867, - 6871 + 6764, + 6768 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 12 } } @@ -15879,31 +15795,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 6872, - 6887 + 6769, + 6784 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 13 }, "end": { - "line": 178, + "line": 174, "column": 28 } } }, "range": [ - 6867, - 6887 + 6764, + 6784 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 28 } } @@ -15916,16 +15832,16 @@ "object": { "type": "ThisExpression", "range": [ - 6890, - 6894 + 6787, + 6791 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 31 }, "end": { - "line": 178, + "line": 174, "column": 35 } } @@ -15934,31 +15850,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 6895, - 6913 + 6792, + 6810 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 36 }, "end": { - "line": 178, + "line": 174, "column": 54 } } }, "range": [ - 6890, - 6913 + 6787, + 6810 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 31 }, "end": { - "line": 178, + "line": 174, "column": 54 } } @@ -15970,16 +15886,16 @@ "type": "Identifier", "name": "f", "range": [ - 6928, - 6929 + 6825, + 6826 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 12 }, "end": { - "line": 179, + "line": 175, "column": 13 } } @@ -15988,31 +15904,31 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 6930, - 6949 + 6827, + 6846 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 14 }, "end": { - "line": 179, + "line": 175, "column": 33 } } }, "range": [ - 6928, - 6949 + 6825, + 6846 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 12 }, "end": { - "line": 179, + "line": 175, "column": 33 } } @@ -16021,61 +15937,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6952, - 6954 + 6849, + 6851 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 36 }, "end": { - "line": 179, + "line": 175, "column": 38 } } }, "range": [ - 6890, - 6954 + 6787, + 6851 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 31 }, "end": { - "line": 179, + "line": 175, "column": 38 } } }, "range": [ - 6867, - 6954 + 6764, + 6851 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 179, + "line": 175, "column": 38 } } }, "range": [ - 6867, - 6955 + 6764, + 6852 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 179, + "line": 175, "column": 39 } }, @@ -16084,16 +16000,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6964, - 7004 + 6861, + 6901 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 48 } } @@ -16111,16 +16027,16 @@ "object": { "type": "ThisExpression", "range": [ - 7013, - 7017 + 6910, + 6914 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 12 } } @@ -16129,31 +16045,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 7018, - 7028 + 6915, + 6925 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 13 }, "end": { - "line": 181, + "line": 177, "column": 23 } } }, "range": [ - 7013, - 7028 + 6910, + 6925 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 23 } } @@ -16164,16 +16080,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7031, - 7038 + 6928, + 6935 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 26 }, "end": { - "line": 181, + "line": 177, "column": 33 } } @@ -16186,16 +16102,16 @@ "type": "Identifier", "name": "f", "range": [ - 7039, - 7040 + 6936, + 6937 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 34 }, "end": { - "line": 181, + "line": 177, "column": 35 } } @@ -16204,77 +16120,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 7041, - 7052 + 6938, + 6949 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 36 }, "end": { - "line": 181, + "line": 177, "column": 47 } } }, "range": [ - 7039, - 7052 + 6936, + 6949 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 34 }, "end": { - "line": 181, + "line": 177, "column": 47 } } } ], "range": [ - 7031, - 7053 + 6928, + 6950 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 26 }, "end": { - "line": 181, + "line": 177, "column": 48 } } }, "range": [ - 7013, - 7053 + 6910, + 6950 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 48 } } }, "range": [ - 7013, - 7054 + 6910, + 6951 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 49 } }, @@ -16283,16 +16199,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6964, - 7004 + 6861, + 6901 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 48 } } @@ -16303,17 +16219,236 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 7063, + 6960, + 7003 + ], + "loc": { + "start": { + "line": 178, + "column": 8 + }, + "end": { + "line": 178, + "column": 51 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7012, + 7016 + ], + "loc": { + "start": { + "line": 179, + "column": 8 + }, + "end": { + "line": 179, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "linkedFilters", + "range": [ + 7017, + 7030 + ], + "loc": { + "start": { + "line": 179, + "column": 13 + }, + "end": { + "line": 179, + "column": 26 + } + } + }, + "range": [ + 7012, + 7030 + ], + "loc": { + "start": { + "line": 179, + "column": 8 + }, + "end": { + "line": 179, + "column": 26 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 7033, + 7040 + ], + "loc": { + "start": { + "line": 179, + "column": 29 + }, + "end": { + "line": 179, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 7041, + 7042 + ], + "loc": { + "start": { + "line": 179, + "column": 37 + }, + "end": { + "line": 179, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "linked_filters", + "range": [ + 7043, + 7057 + ], + "loc": { + "start": { + "line": 179, + "column": 39 + }, + "end": { + "line": 179, + "column": 53 + } + } + }, + "range": [ + 7041, + 7057 + ], + "loc": { + "start": { + "line": 179, + "column": 37 + }, + "end": { + "line": 179, + "column": 53 + } + } + } + ], + "range": [ + 7033, + 7058 + ], + "loc": { + "start": { + "line": 179, + "column": 29 + }, + "end": { + "line": 179, + "column": 54 + } + } + }, + "range": [ + 7012, + 7058 + ], + "loc": { + "start": { + "line": 179, + "column": 8 + }, + "end": { + "line": 179, + "column": 54 + } + } + }, + "range": [ + 7012, + 7059 + ], + "loc": { + "start": { + "line": 179, + "column": 8 + }, + "end": { + "line": 179, + "column": 55 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "refreshes drop-down lists upon validation", + "range": [ + 6960, + 7003 + ], + "loc": { + "start": { + "line": 178, + "column": 8 + }, + "end": { + "line": 178, + "column": 51 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "wheter excluded options are disabled", + "range": [ + 7068, 7106 ], "loc": { "start": { - "line": 182, + "line": 180, "column": 8 }, "end": { - "line": 182, - "column": 51 + "line": 180, + "column": 46 } } } @@ -16335,230 +16470,11 @@ ], "loc": { "start": { - "line": 183, + "line": 181, "column": 8 }, "end": { - "line": 183, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "linkedFilters", - "range": [ - 7120, - 7133 - ], - "loc": { - "start": { - "line": 183, - "column": 13 - }, - "end": { - "line": 183, - "column": 26 - } - } - }, - "range": [ - 7115, - 7133 - ], - "loc": { - "start": { - "line": 183, - "column": 8 - }, - "end": { - "line": 183, - "column": 26 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 7136, - 7143 - ], - "loc": { - "start": { - "line": 183, - "column": 29 - }, - "end": { - "line": 183, - "column": 36 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 7144, - 7145 - ], - "loc": { - "start": { - "line": 183, - "column": 37 - }, - "end": { - "line": 183, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "linked_filters", - "range": [ - 7146, - 7160 - ], - "loc": { - "start": { - "line": 183, - "column": 39 - }, - "end": { - "line": 183, - "column": 53 - } - } - }, - "range": [ - 7144, - 7160 - ], - "loc": { - "start": { - "line": 183, - "column": 37 - }, - "end": { - "line": 183, - "column": 53 - } - } - } - ], - "range": [ - 7136, - 7161 - ], - "loc": { - "start": { - "line": 183, - "column": 29 - }, - "end": { - "line": 183, - "column": 54 - } - } - }, - "range": [ - 7115, - 7161 - ], - "loc": { - "start": { - "line": 183, - "column": 8 - }, - "end": { - "line": 183, - "column": 54 - } - } - }, - "range": [ - 7115, - 7162 - ], - "loc": { - "start": { - "line": 183, - "column": 8 - }, - "end": { - "line": 183, - "column": 55 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "refreshes drop-down lists upon validation", - "range": [ - 7063, - 7106 - ], - "loc": { - "start": { - "line": 182, - "column": 8 - }, - "end": { - "line": 182, - "column": 51 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "wheter excluded options are disabled", - "range": [ - 7171, - 7209 - ], - "loc": { - "start": { - "line": 184, - "column": 8 - }, - "end": { - "line": 184, - "column": 46 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 7218, - 7222 - ], - "loc": { - "start": { - "line": 185, - "column": 8 - }, - "end": { - "line": 185, + "line": 181, "column": 12 } } @@ -16567,31 +16483,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 7223, - 7245 + 7120, + 7142 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 13 }, "end": { - "line": 185, + "line": 181, "column": 35 } } }, "range": [ - 7218, - 7245 + 7115, + 7142 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 35 } } @@ -16602,16 +16518,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7248, - 7255 + 7145, + 7152 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 38 }, "end": { - "line": 185, + "line": 181, "column": 45 } } @@ -16624,16 +16540,16 @@ "type": "Identifier", "name": "f", "range": [ - 7256, - 7257 + 7153, + 7154 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 46 }, "end": { - "line": 185, + "line": 181, "column": 47 } } @@ -16642,77 +16558,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 7258, - 7282 + 7155, + 7179 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 48 }, "end": { - "line": 185, + "line": 181, "column": 72 } } }, "range": [ - 7256, - 7282 + 7153, + 7179 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 46 }, "end": { - "line": 185, + "line": 181, "column": 72 } } } ], "range": [ - 7248, - 7283 + 7145, + 7180 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 38 }, "end": { - "line": 185, + "line": 181, "column": 73 } } }, "range": [ - 7218, - 7283 + 7115, + 7180 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 73 } } }, "range": [ - 7218, - 7284 + 7115, + 7181 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 74 } }, @@ -16721,16 +16637,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7171, - 7209 + 7068, + 7106 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 46 } } @@ -16741,16 +16657,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7293, - 7314 + 7190, + 7211 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 29 } } @@ -16768,16 +16684,16 @@ "object": { "type": "ThisExpression", "range": [ - 7323, - 7327 + 7220, + 7224 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 12 } } @@ -16786,31 +16702,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 7328, - 7342 + 7225, + 7239 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 13 }, "end": { - "line": 187, + "line": 183, "column": 27 } } }, "range": [ - 7323, - 7342 + 7220, + 7239 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 27 } } @@ -16820,46 +16736,46 @@ "value": null, "raw": "null", "range": [ - 7345, - 7349 + 7242, + 7246 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 30 }, "end": { - "line": 187, + "line": 183, "column": 34 } } }, "range": [ - 7323, - 7349 + 7220, + 7246 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 34 } } }, "range": [ - 7323, - 7350 + 7220, + 7247 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 35 } }, @@ -16868,16 +16784,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7293, - 7314 + 7190, + 7211 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 29 } } @@ -16888,16 +16804,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7359, - 7388 + 7256, + 7285 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 37 } } @@ -16915,16 +16831,16 @@ "object": { "type": "ThisExpression", "range": [ - 7397, - 7401 + 7294, + 7298 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 12 } } @@ -16933,31 +16849,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7402, - 7416 + 7299, + 7313 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 13 }, "end": { - "line": 189, + "line": 185, "column": 27 } } }, "range": [ - 7397, - 7416 + 7294, + 7313 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 27 } } @@ -16968,16 +16884,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7419, - 7426 + 7316, + 7323 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 30 }, "end": { - "line": 189, + "line": 185, "column": 37 } } @@ -16990,16 +16906,16 @@ "type": "Identifier", "name": "f", "range": [ - 7427, - 7428 + 7324, + 7325 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 38 }, "end": { - "line": 189, + "line": 185, "column": 39 } } @@ -17008,77 +16924,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7429, - 7448 + 7326, + 7345 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 40 }, "end": { - "line": 189, + "line": 185, "column": 59 } } }, "range": [ - 7427, - 7448 + 7324, + 7345 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 38 }, "end": { - "line": 189, + "line": 185, "column": 59 } } } ], "range": [ - 7419, - 7449 + 7316, + 7346 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 30 }, "end": { - "line": 189, + "line": 185, "column": 60 } } }, "range": [ - 7397, - 7449 + 7294, + 7346 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 60 } } }, "range": [ - 7397, - 7450 + 7294, + 7347 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 61 } }, @@ -17087,16 +17003,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7359, - 7388 + 7256, + 7285 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 37 } } @@ -17107,16 +17023,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7459, - 7497 + 7356, + 7394 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 46 } } @@ -17134,16 +17050,16 @@ "object": { "type": "ThisExpression", "range": [ - 7506, - 7510 + 7403, + 7407 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 12 } } @@ -17152,31 +17068,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 7511, - 7522 + 7408, + 7419 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 13 }, "end": { - "line": 191, + "line": 187, "column": 24 } } }, "range": [ - 7506, - 7522 + 7403, + 7419 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 24 } } @@ -17189,16 +17105,16 @@ "object": { "type": "ThisExpression", "range": [ - 7525, - 7529 + 7422, + 7426 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 27 }, "end": { - "line": 191, + "line": 187, "column": 31 } } @@ -17207,31 +17123,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7530, - 7544 + 7427, + 7441 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 32 }, "end": { - "line": 191, + "line": 187, "column": 46 } } }, "range": [ - 7525, - 7544 + 7422, + 7441 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 27 }, "end": { - "line": 191, + "line": 187, "column": 46 } } @@ -17243,16 +17159,16 @@ "type": "Identifier", "name": "f", "range": [ - 7547, - 7548 + 7444, + 7445 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 49 }, "end": { - "line": 191, + "line": 187, "column": 50 } } @@ -17261,31 +17177,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7549, - 7568 + 7446, + 7465 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 51 }, "end": { - "line": 191, + "line": 187, "column": 70 } } }, "range": [ - 7547, - 7568 + 7444, + 7465 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 49 }, "end": { - "line": 191, + "line": 187, "column": 70 } } @@ -17294,61 +17210,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7571, - 7573 + 7468, + 7470 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 73 }, "end": { - "line": 191, + "line": 187, "column": 75 } } }, "range": [ - 7525, - 7573 + 7422, + 7470 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 27 }, "end": { - "line": 191, + "line": 187, "column": 75 } } }, "range": [ - 7506, - 7573 + 7403, + 7470 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 75 } } }, "range": [ - 7506, - 7574 + 7403, + 7471 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 76 } }, @@ -17357,16 +17273,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7459, - 7497 + 7356, + 7394 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 46 } } @@ -17377,16 +17293,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7583, - 7629 + 7480, + 7526 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 54 } } @@ -17404,16 +17320,16 @@ "object": { "type": "ThisExpression", "range": [ - 7638, - 7642 + 7535, + 7539 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 12 } } @@ -17422,31 +17338,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 7643, - 7656 + 7540, + 7553 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 13 }, "end": { - "line": 193, + "line": 189, "column": 26 } } }, "range": [ - 7638, - 7656 + 7535, + 7553 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 26 } } @@ -17457,16 +17373,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7659, - 7666 + 7556, + 7563 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 29 }, "end": { - "line": 193, + "line": 189, "column": 36 } } @@ -17479,16 +17395,16 @@ "type": "Identifier", "name": "f", "range": [ - 7667, - 7668 + 7564, + 7565 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 37 }, "end": { - "line": 193, + "line": 189, "column": 38 } } @@ -17497,77 +17413,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 7669, - 7686 + 7566, + 7583 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 39 }, "end": { - "line": 193, + "line": 189, "column": 56 } } }, "range": [ - 7667, - 7686 + 7564, + 7583 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 37 }, "end": { - "line": 193, + "line": 189, "column": 56 } } } ], "range": [ - 7659, - 7687 + 7556, + 7584 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 29 }, "end": { - "line": 193, + "line": 189, "column": 57 } } }, "range": [ - 7638, - 7687 + 7535, + 7584 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 57 } } }, "range": [ - 7638, - 7688 + 7535, + 7585 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 58 } }, @@ -17576,16 +17492,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7583, - 7629 + 7480, + 7526 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 54 } } @@ -17596,16 +17512,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7697, - 7759 + 7594, + 7656 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 194, + "line": 190, "column": 70 } } @@ -17623,16 +17539,16 @@ "object": { "type": "ThisExpression", "range": [ - 7768, - 7772 + 7665, + 7669 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 12 } } @@ -17641,31 +17557,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 7773, - 7790 + 7670, + 7687 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 13 }, "end": { - "line": 195, + "line": 191, "column": 30 } } }, "range": [ - 7768, - 7790 + 7665, + 7687 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 30 } } @@ -17680,16 +17596,16 @@ "type": "Identifier", "name": "f", "range": [ - 7793, - 7794 + 7690, + 7691 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 33 }, "end": { - "line": 195, + "line": 191, "column": 34 } } @@ -17698,31 +17614,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 7795, - 7816 + 7692, + 7713 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 35 }, "end": { - "line": 195, + "line": 191, "column": 56 } } }, "range": [ - 7793, - 7816 + 7690, + 7713 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 33 }, "end": { - "line": 195, + "line": 191, "column": 56 } } @@ -17731,61 +17647,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7820, - 7822 + 7717, + 7719 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 60 }, "end": { - "line": 195, + "line": 191, "column": 62 } } }, "range": [ - 7793, - 7822 + 7690, + 7719 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 33 }, "end": { - "line": 195, + "line": 191, "column": 62 } } }, "range": [ - 7768, - 7822 + 7665, + 7719 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 62 } } }, "range": [ - 7768, - 7823 + 7665, + 7720 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 63 } }, @@ -17794,16 +17710,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7697, - 7759 + 7594, + 7656 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 194, + "line": 190, "column": 70 } } @@ -17814,16 +17730,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7832, - 7882 + 7729, + 7779 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 58 } } @@ -17841,16 +17757,16 @@ "object": { "type": "ThisExpression", "range": [ - 7891, - 7895 + 7788, + 7792 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 12 } } @@ -17859,31 +17775,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 7896, - 7910 + 7793, + 7807 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 13 }, "end": { - "line": 197, + "line": 193, "column": 27 } } }, "range": [ - 7891, - 7910 + 7788, + 7807 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 27 } } @@ -17892,46 +17808,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7913, - 7915 + 7810, + 7812 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 30 }, "end": { - "line": 197, + "line": 193, "column": 32 } } }, "range": [ - 7891, - 7915 + 7788, + 7812 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 32 } } }, "range": [ - 7891, - 7916 + 7788, + 7813 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 33 } }, @@ -17940,420 +17856,36 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7832, - 7882 + 7729, + 7779 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 58 } } } ], - "trailingComments": [ - { - "type": "Line", - "value": "delays any filtering process if loader true", - "range": [ - 7925, - 7970 - ], - "loc": { - "start": { - "line": 198, - "column": 8 - }, - "end": { - "line": 198, - "column": 53 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 7979, - 7983 - ], - "loc": { - "start": { - "line": 199, - "column": 8 - }, - "end": { - "line": 199, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "execDelay", - "range": [ - 7984, - 7993 - ], - "loc": { - "start": { - "line": 199, - "column": 13 - }, - "end": { - "line": 199, - "column": 22 - } - } - }, - "range": [ - 7979, - 7993 - ], - "loc": { - "start": { - "line": 199, - "column": 8 - }, - "end": { - "line": 199, - "column": 22 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isNaN", - "range": [ - 7997, - 8002 - ], - "loc": { - "start": { - "line": 199, - "column": 26 - }, - "end": { - "line": 199, - "column": 31 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 8003, - 8004 - ], - "loc": { - "start": { - "line": 199, - "column": 32 - }, - "end": { - "line": 199, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "exec_delay", - "range": [ - 8005, - 8015 - ], - "loc": { - "start": { - "line": 199, - "column": 34 - }, - "end": { - "line": 199, - "column": 44 - } - } - }, - "range": [ - 8003, - 8015 - ], - "loc": { - "start": { - "line": 199, - "column": 32 - }, - "end": { - "line": 199, - "column": 44 - } - } - } - ], - "range": [ - 7997, - 8016 - ], - "loc": { - "start": { - "line": 199, - "column": 26 - }, - "end": { - "line": 199, - "column": 45 - } - } - }, - "prefix": true, - "range": [ - 7996, - 8016 - ], - "loc": { - "start": { - "line": 199, - "column": 25 - }, - "end": { - "line": 199, - "column": 45 - } - } - }, - "consequent": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "parseInt", - "range": [ - 8019, - 8027 - ], - "loc": { - "start": { - "line": 199, - "column": 48 - }, - "end": { - "line": 199, - "column": 56 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 8028, - 8029 - ], - "loc": { - "start": { - "line": 199, - "column": 57 - }, - "end": { - "line": 199, - "column": 58 - } - } - }, - "property": { - "type": "Identifier", - "name": "exec_delay", - "range": [ - 8030, - 8040 - ], - "loc": { - "start": { - "line": 199, - "column": 59 - }, - "end": { - "line": 199, - "column": 69 - } - } - }, - "range": [ - 8028, - 8040 - ], - "loc": { - "start": { - "line": 199, - "column": 57 - }, - "end": { - "line": 199, - "column": 69 - } - } - }, - { - "type": "Literal", - "value": 10, - "raw": "10", - "range": [ - 8042, - 8044 - ], - "loc": { - "start": { - "line": 199, - "column": 71 - }, - "end": { - "line": 199, - "column": 73 - } - } - } - ], - "range": [ - 8019, - 8045 - ], - "loc": { - "start": { - "line": 199, - "column": 48 - }, - "end": { - "line": 199, - "column": 74 - } - } - }, - "alternate": { - "type": "Literal", - "value": 100, - "raw": "100", - "range": [ - 8060, - 8063 - ], - "loc": { - "start": { - "line": 200, - "column": 12 - }, - "end": { - "line": 200, - "column": 15 - } - } - }, - "range": [ - 7996, - 8063 - ], - "loc": { - "start": { - "line": 199, - "column": 25 - }, - "end": { - "line": 200, - "column": 15 - } - } - }, - "range": [ - 7979, - 8063 - ], - "loc": { - "start": { - "line": 199, - "column": 8 - }, - "end": { - "line": 200, - "column": 15 - } - } - }, - "range": [ - 7979, - 8064 - ], - "loc": { - "start": { - "line": 199, - "column": 8 - }, - "end": { - "line": 200, - "column": 16 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "delays any filtering process if loader true", - "range": [ - 7925, - 7970 - ], - "loc": { - "start": { - "line": 198, - "column": 8 - }, - "end": { - "line": 198, - "column": 53 - } - } - } - ], "trailingComments": [ { "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8073, - 8114 + 7822, + 7863 ], "loc": { "start": { - "line": 201, + "line": 194, "column": 8 }, "end": { - "line": 201, + "line": 194, "column": 49 } } @@ -18371,16 +17903,16 @@ "object": { "type": "ThisExpression", "range": [ - 8123, - 8127 + 7872, + 7876 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 8 }, "end": { - "line": 202, + "line": 195, "column": 12 } } @@ -18389,31 +17921,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 8128, - 8143 + 7877, + 7892 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 13 }, "end": { - "line": 202, + "line": 195, "column": 28 } } }, "range": [ - 8123, - 8143 + 7872, + 7892 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 8 }, "end": { - "line": 202, + "line": 195, "column": 28 } } @@ -18429,16 +17961,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8146, - 8151 + 7895, + 7900 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 31 }, "end": { - "line": 202, + "line": 195, "column": 36 } } @@ -18447,31 +17979,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8152, - 8156 + 7901, + 7905 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 37 }, "end": { - "line": 202, + "line": 195, "column": 41 } } }, "range": [ - 8146, - 8156 + 7895, + 7905 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 31 }, "end": { - "line": 202, + "line": 195, "column": 41 } } @@ -18484,16 +18016,16 @@ "type": "Identifier", "name": "f", "range": [ - 8157, - 8158 + 7906, + 7907 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 42 }, "end": { - "line": 202, + "line": 195, "column": 43 } } @@ -18502,47 +18034,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 8159, - 8176 + 7908, + 7925 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 44 }, "end": { - "line": 202, + "line": 195, "column": 61 } } }, "range": [ - 8157, - 8176 + 7906, + 7925 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 42 }, "end": { - "line": 202, + "line": 195, "column": 61 } } } ], "range": [ - 8146, - 8177 + 7895, + 7926 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 31 }, "end": { - "line": 202, + "line": 195, "column": 62 } } @@ -18554,16 +18086,16 @@ "type": "Identifier", "name": "f", "range": [ - 8192, - 8193 + 7941, + 7942 ], "loc": { "start": { - "line": 203, + "line": 196, "column": 12 }, "end": { - "line": 203, + "line": 196, "column": 13 } } @@ -18572,31 +18104,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 8194, - 8211 + 7943, + 7960 ], "loc": { "start": { - "line": 203, + "line": 196, "column": 14 }, "end": { - "line": 203, + "line": 196, "column": 31 } } }, "range": [ - 8192, - 8211 + 7941, + 7960 ], "loc": { "start": { - "line": 203, + "line": 196, "column": 12 }, "end": { - "line": 203, + "line": 196, "column": 31 } } @@ -18606,61 +18138,61 @@ "value": null, "raw": "null", "range": [ - 8214, - 8218 + 7963, + 7967 ], "loc": { "start": { - "line": 203, + "line": 196, "column": 34 }, "end": { - "line": 203, + "line": 196, "column": 38 } } }, "range": [ - 8146, - 8218 + 7895, + 7967 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 31 }, "end": { - "line": 203, + "line": 196, "column": 38 } } }, "range": [ - 8123, - 8218 + 7872, + 7967 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 8 }, "end": { - "line": 203, + "line": 196, "column": 38 } } }, "range": [ - 8123, - 8219 + 7872, + 7968 ], "loc": { "start": { - "line": 202, + "line": 195, "column": 8 }, "end": { - "line": 203, + "line": 196, "column": 39 } }, @@ -18669,16 +18201,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8073, - 8114 + 7822, + 7863 ], "loc": { "start": { - "line": 201, + "line": 194, "column": 8 }, "end": { - "line": 201, + "line": 194, "column": 49 } } @@ -18689,16 +18221,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8228, - 8267 + 7977, + 8016 ], "loc": { "start": { - "line": 204, + "line": 197, "column": 8 }, "end": { - "line": 204, + "line": 197, "column": 47 } } @@ -18716,16 +18248,16 @@ "object": { "type": "ThisExpression", "range": [ - 8276, - 8280 + 8025, + 8029 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 8 }, "end": { - "line": 205, + "line": 198, "column": 12 } } @@ -18734,31 +18266,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 8281, - 8296 + 8030, + 8045 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 13 }, "end": { - "line": 205, + "line": 198, "column": 28 } } }, "range": [ - 8276, - 8296 + 8025, + 8045 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 8 }, "end": { - "line": 205, + "line": 198, "column": 28 } } @@ -18769,16 +18301,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8299, - 8306 + 8048, + 8055 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 31 }, "end": { - "line": 205, + "line": 198, "column": 38 } } @@ -18791,16 +18323,16 @@ "type": "Identifier", "name": "f", "range": [ - 8307, - 8308 + 8056, + 8057 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 39 }, "end": { - "line": 205, + "line": 198, "column": 40 } } @@ -18809,77 +18341,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 8309, - 8322 + 8058, + 8071 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 41 }, "end": { - "line": 205, + "line": 198, "column": 54 } } }, "range": [ - 8307, - 8322 + 8056, + 8071 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 39 }, "end": { - "line": 205, + "line": 198, "column": 54 } } } ], "range": [ - 8299, - 8323 + 8048, + 8072 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 31 }, "end": { - "line": 205, + "line": 198, "column": 55 } } }, "range": [ - 8276, - 8323 + 8025, + 8072 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 8 }, "end": { - "line": 205, + "line": 198, "column": 55 } } }, "range": [ - 8276, - 8324 + 8025, + 8073 ], "loc": { "start": { - "line": 205, + "line": 198, "column": 8 }, "end": { - "line": 205, + "line": 198, "column": 56 } }, @@ -18888,16 +18420,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8228, - 8267 + 7977, + 8016 ], "loc": { "start": { - "line": 204, + "line": 197, "column": 8 }, "end": { - "line": 204, + "line": 197, "column": 47 } } @@ -18908,16 +18440,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8333, - 8372 + 8082, + 8121 ], "loc": { "start": { - "line": 206, + "line": 199, "column": 8 }, "end": { - "line": 206, + "line": 199, "column": 47 } } @@ -18935,16 +18467,16 @@ "object": { "type": "ThisExpression", "range": [ - 8381, - 8385 + 8130, + 8134 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 8 }, "end": { - "line": 207, + "line": 200, "column": 12 } } @@ -18953,31 +18485,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 8386, - 8400 + 8135, + 8149 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 13 }, "end": { - "line": 207, + "line": 200, "column": 27 } } }, "range": [ - 8381, - 8400 + 8130, + 8149 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 8 }, "end": { - "line": 207, + "line": 200, "column": 27 } } @@ -18993,16 +18525,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8403, - 8408 + 8152, + 8157 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 30 }, "end": { - "line": 207, + "line": 200, "column": 35 } } @@ -19011,31 +18543,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8409, - 8413 + 8158, + 8162 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 36 }, "end": { - "line": 207, + "line": 200, "column": 40 } } }, "range": [ - 8403, - 8413 + 8152, + 8162 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 30 }, "end": { - "line": 207, + "line": 200, "column": 40 } } @@ -19048,16 +18580,16 @@ "type": "Identifier", "name": "f", "range": [ - 8414, - 8415 + 8163, + 8164 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 41 }, "end": { - "line": 207, + "line": 200, "column": 42 } } @@ -19066,47 +18598,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8416, - 8432 + 8165, + 8181 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 43 }, "end": { - "line": 207, + "line": 200, "column": 59 } } }, "range": [ - 8414, - 8432 + 8163, + 8181 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 41 }, "end": { - "line": 207, + "line": 200, "column": 59 } } } ], "range": [ - 8403, - 8433 + 8152, + 8182 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 30 }, "end": { - "line": 207, + "line": 200, "column": 60 } } @@ -19118,16 +18650,16 @@ "type": "Identifier", "name": "f", "range": [ - 8448, - 8449 + 8197, + 8198 ], "loc": { "start": { - "line": 208, + "line": 201, "column": 12 }, "end": { - "line": 208, + "line": 201, "column": 13 } } @@ -19136,31 +18668,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8450, - 8466 + 8199, + 8215 ], "loc": { "start": { - "line": 208, + "line": 201, "column": 14 }, "end": { - "line": 208, + "line": 201, "column": 30 } } }, "range": [ - 8448, - 8466 + 8197, + 8215 ], "loc": { "start": { - "line": 208, + "line": 201, "column": 12 }, "end": { - "line": 208, + "line": 201, "column": 30 } } @@ -19170,61 +18702,61 @@ "value": null, "raw": "null", "range": [ - 8469, - 8473 + 8218, + 8222 ], "loc": { "start": { - "line": 208, + "line": 201, "column": 33 }, "end": { - "line": 208, + "line": 201, "column": 37 } } }, "range": [ - 8403, - 8473 + 8152, + 8222 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 30 }, "end": { - "line": 208, + "line": 201, "column": 37 } } }, "range": [ - 8381, - 8473 + 8130, + 8222 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 8 }, "end": { - "line": 208, + "line": 201, "column": 37 } } }, "range": [ - 8381, - 8474 + 8130, + 8223 ], "loc": { "start": { - "line": 207, + "line": 200, "column": 8 }, "end": { - "line": 208, + "line": 201, "column": 38 } }, @@ -19233,16 +18765,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8333, - 8372 + 8082, + 8121 ], "loc": { "start": { - "line": 206, + "line": 199, "column": 8 }, "end": { - "line": 206, + "line": 199, "column": 47 } } @@ -19253,16 +18785,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8483, - 8532 + 8232, + 8281 ], "loc": { "start": { - "line": 209, + "line": 202, "column": 8 }, "end": { - "line": 209, + "line": 202, "column": 57 } } @@ -19280,16 +18812,16 @@ "object": { "type": "ThisExpression", "range": [ - 8541, - 8545 + 8290, + 8294 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 8 }, "end": { - "line": 210, + "line": 203, "column": 12 } } @@ -19298,31 +18830,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 8546, - 8564 + 8295, + 8313 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 13 }, "end": { - "line": 210, + "line": 203, "column": 31 } } }, "range": [ - 8541, - 8564 + 8290, + 8313 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 8 }, "end": { - "line": 210, + "line": 203, "column": 31 } } @@ -19336,16 +18868,16 @@ "type": "Identifier", "name": "f", "range": [ - 8567, - 8568 + 8316, + 8317 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 34 }, "end": { - "line": 210, + "line": 203, "column": 35 } } @@ -19354,31 +18886,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8569, - 8590 + 8318, + 8339 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 36 }, "end": { - "line": 210, + "line": 203, "column": 57 } } }, "range": [ - 8567, - 8590 + 8316, + 8339 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 34 }, "end": { - "line": 210, + "line": 203, "column": 57 } } @@ -19390,16 +18922,16 @@ "type": "Identifier", "name": "f", "range": [ - 8605, - 8606 + 8354, + 8355 ], "loc": { "start": { - "line": 211, + "line": 204, "column": 12 }, "end": { - "line": 211, + "line": 204, "column": 13 } } @@ -19408,31 +18940,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8607, - 8628 + 8356, + 8377 ], "loc": { "start": { - "line": 211, + "line": 204, "column": 14 }, "end": { - "line": 211, + "line": 204, "column": 35 } } }, "range": [ - 8605, - 8628 + 8354, + 8377 ], "loc": { "start": { - "line": 211, + "line": 204, "column": 12 }, "end": { - "line": 211, + "line": 204, "column": 35 } } @@ -19441,61 +18973,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8631, - 8633 + 8380, + 8382 ], "loc": { "start": { - "line": 211, + "line": 204, "column": 38 }, "end": { - "line": 211, + "line": 204, "column": 40 } } }, "range": [ - 8567, - 8633 + 8316, + 8382 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 34 }, "end": { - "line": 211, + "line": 204, "column": 40 } } }, "range": [ - 8541, - 8633 + 8290, + 8382 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 8 }, "end": { - "line": 211, + "line": 204, "column": 40 } } }, "range": [ - 8541, - 8634 + 8290, + 8383 ], "loc": { "start": { - "line": 210, + "line": 203, "column": 8 }, "end": { - "line": 211, + "line": 204, "column": 41 } }, @@ -19504,16 +19036,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8483, - 8532 + 8232, + 8281 ], "loc": { "start": { - "line": 209, + "line": 202, "column": 8 }, "end": { - "line": 209, + "line": 202, "column": 57 } } @@ -19524,16 +19056,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8643, - 8691 + 8392, + 8440 ], "loc": { "start": { - "line": 212, + "line": 205, "column": 8 }, "end": { - "line": 212, + "line": 205, "column": 56 } } @@ -19551,16 +19083,16 @@ "object": { "type": "ThisExpression", "range": [ - 8700, - 8704 + 8449, + 8453 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 8 }, "end": { - "line": 213, + "line": 206, "column": 12 } } @@ -19569,31 +19101,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 8705, - 8719 + 8454, + 8468 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 13 }, "end": { - "line": 213, + "line": 206, "column": 27 } } }, "range": [ - 8700, - 8719 + 8449, + 8468 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 8 }, "end": { - "line": 213, + "line": 206, "column": 27 } } @@ -19609,16 +19141,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8722, - 8727 + 8471, + 8476 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 30 }, "end": { - "line": 213, + "line": 206, "column": 35 } } @@ -19627,31 +19159,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8728, - 8732 + 8477, + 8481 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 36 }, "end": { - "line": 213, + "line": 206, "column": 40 } } }, "range": [ - 8722, - 8732 + 8471, + 8481 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 30 }, "end": { - "line": 213, + "line": 206, "column": 40 } } @@ -19664,16 +19196,16 @@ "type": "Identifier", "name": "f", "range": [ - 8733, - 8734 + 8482, + 8483 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 41 }, "end": { - "line": 213, + "line": 206, "column": 42 } } @@ -19682,47 +19214,47 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 8735, - 8751 + 8484, + 8500 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 43 }, "end": { - "line": 213, + "line": 206, "column": 59 } } }, "range": [ - 8733, - 8751 + 8482, + 8500 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 41 }, "end": { - "line": 213, + "line": 206, "column": 59 } } } ], "range": [ - 8722, - 8752 + 8471, + 8501 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 30 }, "end": { - "line": 213, + "line": 206, "column": 60 } } @@ -19734,16 +19266,16 @@ "type": "Identifier", "name": "f", "range": [ - 8767, - 8768 + 8516, + 8517 ], "loc": { "start": { - "line": 214, + "line": 207, "column": 12 }, "end": { - "line": 214, + "line": 207, "column": 13 } } @@ -19752,31 +19284,31 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 8769, - 8785 + 8518, + 8534 ], "loc": { "start": { - "line": 214, + "line": 207, "column": 14 }, "end": { - "line": 214, + "line": 207, "column": 30 } } }, "range": [ - 8767, - 8785 + 8516, + 8534 ], "loc": { "start": { - "line": 214, + "line": 207, "column": 12 }, "end": { - "line": 214, + "line": 207, "column": 30 } } @@ -19786,61 +19318,61 @@ "value": null, "raw": "null", "range": [ - 8788, - 8792 + 8537, + 8541 ], "loc": { "start": { - "line": 214, + "line": 207, "column": 33 }, "end": { - "line": 214, + "line": 207, "column": 37 } } }, "range": [ - 8722, - 8792 + 8471, + 8541 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 30 }, "end": { - "line": 214, + "line": 207, "column": 37 } } }, "range": [ - 8700, - 8792 + 8449, + 8541 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 8 }, "end": { - "line": 214, + "line": 207, "column": 37 } } }, "range": [ - 8700, - 8793 + 8449, + 8542 ], "loc": { "start": { - "line": 213, + "line": 206, "column": 8 }, "end": { - "line": 214, + "line": 207, "column": 38 } }, @@ -19849,16 +19381,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8643, - 8691 + 8392, + 8440 ], "loc": { "start": { - "line": 212, + "line": 205, "column": 8 }, "end": { - "line": 212, + "line": 205, "column": 56 } } @@ -19869,16 +19401,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 8802, - 8830 + 8551, + 8579 ], "loc": { "start": { - "line": 215, + "line": 208, "column": 8 }, "end": { - "line": 215, + "line": 208, "column": 36 } } @@ -19896,16 +19428,16 @@ "object": { "type": "ThisExpression", "range": [ - 8839, - 8843 + 8588, + 8592 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 8 }, "end": { - "line": 216, + "line": 209, "column": 12 } } @@ -19914,31 +19446,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 8844, - 8853 + 8593, + 8602 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 13 }, "end": { - "line": 216, + "line": 209, "column": 22 } } }, "range": [ - 8839, - 8853 + 8588, + 8602 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 8 }, "end": { - "line": 216, + "line": 209, "column": 22 } } @@ -19953,16 +19485,16 @@ "type": "Identifier", "name": "f", "range": [ - 8856, - 8857 + 8605, + 8606 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 25 }, "end": { - "line": 216, + "line": 209, "column": 26 } } @@ -19971,31 +19503,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 8858, - 8867 + 8607, + 8616 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 27 }, "end": { - "line": 216, + "line": 209, "column": 36 } } }, "range": [ - 8856, - 8867 + 8605, + 8616 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 25 }, "end": { - "line": 216, + "line": 209, "column": 36 } } @@ -20005,61 +19537,61 @@ "value": "", "raw": "''", "range": [ - 8871, - 8873 + 8620, + 8622 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 40 }, "end": { - "line": 216, + "line": 209, "column": 42 } } }, "range": [ - 8856, - 8873 + 8605, + 8622 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 25 }, "end": { - "line": 216, + "line": 209, "column": 42 } } }, "range": [ - 8839, - 8873 + 8588, + 8622 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 8 }, "end": { - "line": 216, + "line": 209, "column": 42 } } }, "range": [ - 8839, - 8874 + 8588, + 8623 ], "loc": { "start": { - "line": 216, + "line": 209, "column": 8 }, "end": { - "line": 216, + "line": 209, "column": 43 } }, @@ -20068,16 +19600,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 8802, - 8830 + 8551, + 8579 ], "loc": { "start": { - "line": 215, + "line": 208, "column": 8 }, "end": { - "line": 215, + "line": 208, "column": 36 } } @@ -20095,16 +19627,16 @@ "object": { "type": "ThisExpression", "range": [ - 8883, - 8887 + 8632, + 8636 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 8 }, "end": { - "line": 217, + "line": 210, "column": 12 } } @@ -20113,31 +19645,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 8888, - 8904 + 8637, + 8653 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 13 }, "end": { - "line": 217, + "line": 210, "column": 29 } } }, "range": [ - 8883, - 8904 + 8632, + 8653 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 8 }, "end": { - "line": 217, + "line": 210, "column": 29 } } @@ -20151,16 +19683,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8907, - 8912 + 8656, + 8661 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 32 }, "end": { - "line": 217, + "line": 210, "column": 37 } } @@ -20169,31 +19701,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 8913, - 8920 + 8662, + 8669 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 38 }, "end": { - "line": 217, + "line": 210, "column": 45 } } }, "range": [ - 8907, - 8920 + 8656, + 8669 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 32 }, "end": { - "line": 217, + "line": 210, "column": 45 } } @@ -20205,16 +19737,16 @@ "object": { "type": "ThisExpression", "range": [ - 8921, - 8925 + 8670, + 8674 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 46 }, "end": { - "line": 217, + "line": 210, "column": 50 } } @@ -20223,77 +19755,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 8926, - 8935 + 8675, + 8684 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 51 }, "end": { - "line": 217, + "line": 210, "column": 60 } } }, "range": [ - 8921, - 8935 + 8670, + 8684 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 46 }, "end": { - "line": 217, + "line": 210, "column": 60 } } } ], "range": [ - 8907, - 8936 + 8656, + 8685 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 32 }, "end": { - "line": 217, + "line": 210, "column": 61 } } }, "range": [ - 8883, - 8936 + 8632, + 8685 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 8 }, "end": { - "line": 217, + "line": 210, "column": 61 } } }, "range": [ - 8883, - 8937 + 8632, + 8686 ], "loc": { "start": { - "line": 217, + "line": 210, "column": 8 }, "end": { - "line": 217, + "line": 210, "column": 62 } }, @@ -20302,16 +19834,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8946, - 8979 + 8695, + 8728 ], "loc": { "start": { - "line": 218, + "line": 211, "column": 8 }, "end": { - "line": 218, + "line": 211, "column": 41 } } @@ -20329,16 +19861,16 @@ "object": { "type": "ThisExpression", "range": [ - 8988, - 8992 + 8737, + 8741 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 8 }, "end": { - "line": 219, + "line": 212, "column": 12 } } @@ -20347,31 +19879,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 8993, - 9005 + 8742, + 8754 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 13 }, "end": { - "line": 219, + "line": 212, "column": 25 } } }, "range": [ - 8988, - 9005 + 8737, + 8754 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 8 }, "end": { - "line": 219, + "line": 212, "column": 25 } } @@ -20386,16 +19918,16 @@ "type": "Identifier", "name": "f", "range": [ - 9008, - 9009 + 8757, + 8758 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 28 }, "end": { - "line": 219, + "line": 212, "column": 29 } } @@ -20404,31 +19936,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 9010, - 9027 + 8759, + 8776 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 30 }, "end": { - "line": 219, + "line": 212, "column": 47 } } }, "range": [ - 9008, - 9027 + 8757, + 8776 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 28 }, "end": { - "line": 219, + "line": 212, "column": 47 } } @@ -20438,61 +19970,61 @@ "value": null, "raw": "null", "range": [ - 9031, - 9035 + 8780, + 8784 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 51 }, "end": { - "line": 219, + "line": 212, "column": 55 } } }, "range": [ - 9008, - 9035 + 8757, + 8784 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 28 }, "end": { - "line": 219, + "line": 212, "column": 55 } } }, "range": [ - 8988, - 9035 + 8737, + 8784 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 8 }, "end": { - "line": 219, + "line": 212, "column": 55 } } }, "range": [ - 8988, - 9036 + 8737, + 8785 ], "loc": { "start": { - "line": 219, + "line": 212, "column": 8 }, "end": { - "line": 219, + "line": 212, "column": 56 } }, @@ -20501,16 +20033,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8946, - 8979 + 8695, + 8728 ], "loc": { "start": { - "line": 218, + "line": 211, "column": 8 }, "end": { - "line": 218, + "line": 211, "column": 41 } } @@ -20521,16 +20053,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9045, - 9072 + 8794, + 8821 ], "loc": { "start": { - "line": 220, + "line": 213, "column": 8 }, "end": { - "line": 220, + "line": 213, "column": 35 } } @@ -20548,16 +20080,16 @@ "object": { "type": "ThisExpression", "range": [ - 9081, - 9085 + 8830, + 8834 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 8 }, "end": { - "line": 221, + "line": 214, "column": 12 } } @@ -20566,31 +20098,31 @@ "type": "Identifier", "name": "help", "range": [ - 9086, - 9090 + 8835, + 8839 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 13 }, "end": { - "line": 221, + "line": 214, "column": 17 } } }, "range": [ - 9081, - 9090 + 8830, + 8839 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 8 }, "end": { - "line": 221, + "line": 214, "column": 17 } } @@ -20606,16 +20138,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9093, - 9098 + 8842, + 8847 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 20 }, "end": { - "line": 221, + "line": 214, "column": 25 } } @@ -20624,31 +20156,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 9099, - 9106 + 8848, + 8855 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 26 }, "end": { - "line": 221, + "line": 214, "column": 33 } } }, "range": [ - 9093, - 9106 + 8842, + 8855 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 20 }, "end": { - "line": 221, + "line": 214, "column": 33 } } @@ -20661,16 +20193,16 @@ "type": "Identifier", "name": "f", "range": [ - 9107, - 9108 + 8856, + 8857 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 34 }, "end": { - "line": 221, + "line": 214, "column": 35 } } @@ -20679,47 +20211,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 9109, - 9126 + 8858, + 8875 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 36 }, "end": { - "line": 221, + "line": 214, "column": 53 } } }, "range": [ - 9107, - 9126 + 8856, + 8875 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 34 }, "end": { - "line": 221, + "line": 214, "column": 53 } } } ], "range": [ - 9093, - 9127 + 8842, + 8876 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 20 }, "end": { - "line": 221, + "line": 214, "column": 54 } } @@ -20728,16 +20260,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 9142, - 9151 + 8891, + 8900 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 12 }, "end": { - "line": 222, + "line": 215, "column": 21 } } @@ -20748,16 +20280,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9154, - 9161 + 8903, + 8910 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 24 }, "end": { - "line": 222, + "line": 215, "column": 31 } } @@ -20770,16 +20302,16 @@ "type": "Identifier", "name": "f", "range": [ - 9162, - 9163 + 8911, + 8912 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 32 }, "end": { - "line": 222, + "line": 215, "column": 33 } } @@ -20788,92 +20320,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 9164, - 9181 + 8913, + 8930 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 34 }, "end": { - "line": 222, + "line": 215, "column": 51 } } }, "range": [ - 9162, - 9181 + 8911, + 8930 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 32 }, "end": { - "line": 222, + "line": 215, "column": 51 } } } ], "range": [ - 9154, - 9182 + 8903, + 8931 ], "loc": { "start": { - "line": 222, + "line": 215, "column": 24 }, "end": { - "line": 222, + "line": 215, "column": 52 } } }, "range": [ - 9093, - 9182 + 8842, + 8931 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 20 }, "end": { - "line": 222, + "line": 215, "column": 52 } } }, "range": [ - 9081, - 9182 + 8830, + 8931 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 8 }, "end": { - "line": 222, + "line": 215, "column": 52 } } }, "range": [ - 9081, - 9183 + 8830, + 8932 ], "loc": { "start": { - "line": 221, + "line": 214, "column": 8 }, "end": { - "line": 222, + "line": 215, "column": 53 } }, @@ -20882,16 +20414,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9045, - 9072 + 8794, + 8821 ], "loc": { "start": { - "line": 220, + "line": 213, "column": 8 }, "end": { - "line": 220, + "line": 213, "column": 35 } } @@ -20902,16 +20434,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9192, - 9207 + 8941, + 8956 ], "loc": { "start": { - "line": 223, + "line": 216, "column": 8 }, "end": { - "line": 223, + "line": 216, "column": 23 } } @@ -20929,16 +20461,16 @@ "object": { "type": "ThisExpression", "range": [ - 9216, - 9220 + 8965, + 8969 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 8 }, "end": { - "line": 224, + "line": 217, "column": 12 } } @@ -20947,31 +20479,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 9221, - 9233 + 8970, + 8982 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 13 }, "end": { - "line": 224, + "line": 217, "column": 25 } } }, "range": [ - 9216, - 9233 + 8965, + 8982 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 8 }, "end": { - "line": 224, + "line": 217, "column": 25 } } @@ -20982,16 +20514,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9236, - 9243 + 8985, + 8992 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 28 }, "end": { - "line": 224, + "line": 217, "column": 35 } } @@ -21004,16 +20536,16 @@ "type": "Identifier", "name": "f", "range": [ - 9244, - 9245 + 8993, + 8994 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 36 }, "end": { - "line": 224, + "line": 217, "column": 37 } } @@ -21022,77 +20554,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 9246, - 9259 + 8995, + 9008 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 38 }, "end": { - "line": 224, + "line": 217, "column": 51 } } }, "range": [ - 9244, - 9259 + 8993, + 9008 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 36 }, "end": { - "line": 224, + "line": 217, "column": 51 } } } ], "range": [ - 9236, - 9260 + 8985, + 9009 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 28 }, "end": { - "line": 224, + "line": 217, "column": 52 } } }, "range": [ - 9216, - 9260 + 8965, + 9009 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 8 }, "end": { - "line": 224, + "line": 217, "column": 52 } } }, "range": [ - 9216, - 9261 + 8965, + 9010 ], "loc": { "start": { - "line": 224, + "line": 217, "column": 8 }, "end": { - "line": 224, + "line": 217, "column": 53 } }, @@ -21101,16 +20633,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9192, - 9207 + 8941, + 8956 ], "loc": { "start": { - "line": 223, + "line": 216, "column": 8 }, "end": { - "line": 223, + "line": 216, "column": 23 } } @@ -21121,16 +20653,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9270, - 9292 + 9019, + 9041 ], "loc": { "start": { - "line": 225, + "line": 218, "column": 8 }, "end": { - "line": 225, + "line": 218, "column": 30 } } @@ -21148,16 +20680,16 @@ "object": { "type": "ThisExpression", "range": [ - 9301, - 9305 + 9050, + 9054 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 8 }, "end": { - "line": 226, + "line": 219, "column": 12 } } @@ -21166,31 +20698,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 9306, - 9323 + 9055, + 9072 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 13 }, "end": { - "line": 226, + "line": 219, "column": 30 } } }, "range": [ - 9301, - 9323 + 9050, + 9072 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 8 }, "end": { - "line": 226, + "line": 219, "column": 30 } } @@ -21201,16 +20733,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9326, - 9333 + 9075, + 9082 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 33 }, "end": { - "line": 226, + "line": 219, "column": 40 } } @@ -21223,16 +20755,16 @@ "type": "Identifier", "name": "f", "range": [ - 9334, - 9335 + 9083, + 9084 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 41 }, "end": { - "line": 226, + "line": 219, "column": 42 } } @@ -21241,77 +20773,77 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 9336, - 9355 + 9085, + 9104 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 43 }, "end": { - "line": 226, + "line": 219, "column": 62 } } }, "range": [ - 9334, - 9355 + 9083, + 9104 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 41 }, "end": { - "line": 226, + "line": 219, "column": 62 } } } ], "range": [ - 9326, - 9356 + 9075, + 9105 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 33 }, "end": { - "line": 226, + "line": 219, "column": 63 } } }, "range": [ - 9301, - 9356 + 9050, + 9105 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 8 }, "end": { - "line": 226, + "line": 219, "column": 63 } } }, "range": [ - 9301, - 9357 + 9050, + 9106 ], "loc": { "start": { - "line": 226, + "line": 219, "column": 8 }, "end": { - "line": 226, + "line": 219, "column": 64 } }, @@ -21320,16 +20852,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9270, - 9292 + 9019, + 9041 ], "loc": { "start": { - "line": 225, + "line": 218, "column": 8 }, "end": { - "line": 225, + "line": 218, "column": 30 } } @@ -21340,16 +20872,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9366, - 9410 + 9115, + 9159 ], "loc": { "start": { - "line": 227, + "line": 220, "column": 8 }, "end": { - "line": 227, + "line": 220, "column": 52 } } @@ -21367,16 +20899,16 @@ "object": { "type": "ThisExpression", "range": [ - 9419, - 9423 + 9168, + 9172 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 8 }, "end": { - "line": 228, + "line": 221, "column": 12 } } @@ -21385,31 +20917,31 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 9424, - 9445 + 9173, + 9194 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 13 }, "end": { - "line": 228, + "line": 221, "column": 34 } } }, "range": [ - 9419, - 9445 + 9168, + 9194 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 8 }, "end": { - "line": 228, + "line": 221, "column": 34 } } @@ -21424,16 +20956,16 @@ "type": "Identifier", "name": "f", "range": [ - 9448, - 9449 + 9197, + 9198 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 37 }, "end": { - "line": 228, + "line": 221, "column": 38 } } @@ -21442,31 +20974,31 @@ "type": "Identifier", "name": "active_columns_css_class", "range": [ - 9450, - 9474 + 9199, + 9223 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 39 }, "end": { - "line": 228, + "line": 221, "column": 63 } } }, "range": [ - 9448, - 9474 + 9197, + 9223 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 37 }, "end": { - "line": 228, + "line": 221, "column": 63 } } @@ -21476,61 +21008,61 @@ "value": "activeHeader", "raw": "'activeHeader'", "range": [ - 9490, - 9504 + 9239, + 9253 ], "loc": { "start": { - "line": 229, + "line": 222, "column": 12 }, "end": { - "line": 229, + "line": 222, "column": 26 } } }, "range": [ - 9448, - 9504 + 9197, + 9253 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 37 }, "end": { - "line": 229, + "line": 222, "column": 26 } } }, "range": [ - 9419, - 9504 + 9168, + 9253 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 8 }, "end": { - "line": 229, + "line": 222, "column": 26 } } }, "range": [ - 9419, - 9505 + 9168, + 9254 ], "loc": { "start": { - "line": 228, + "line": 221, "column": 8 }, "end": { - "line": 229, + "line": 222, "column": 27 } }, @@ -21539,16 +21071,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9366, - 9410 + 9115, + 9159 ], "loc": { "start": { - "line": 227, + "line": 220, "column": 8 }, "end": { - "line": 227, + "line": 220, "column": 52 } } @@ -21559,16 +21091,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9514, - 9568 + 9263, + 9317 ], "loc": { "start": { - "line": 230, + "line": 223, "column": 8 }, "end": { - "line": 230, + "line": 223, "column": 62 } } @@ -21586,16 +21118,16 @@ "object": { "type": "ThisExpression", "range": [ - 9577, - 9581 + 9326, + 9330 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 8 }, "end": { - "line": 231, + "line": 224, "column": 12 } } @@ -21604,31 +21136,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 9582, - 9602 + 9331, + 9351 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 13 }, "end": { - "line": 231, + "line": 224, "column": 33 } } }, "range": [ - 9577, - 9602 + 9326, + 9351 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 8 }, "end": { - "line": 231, + "line": 224, "column": 33 } } @@ -21644,16 +21176,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9605, - 9610 + 9354, + 9359 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 36 }, "end": { - "line": 231, + "line": 224, "column": 41 } } @@ -21662,31 +21194,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 9611, - 9615 + 9360, + 9364 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 42 }, "end": { - "line": 231, + "line": 224, "column": 46 } } }, "range": [ - 9605, - 9615 + 9354, + 9364 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 36 }, "end": { - "line": 231, + "line": 224, "column": 46 } } @@ -21699,16 +21231,16 @@ "type": "Identifier", "name": "f", "range": [ - 9616, - 9617 + 9365, + 9366 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 47 }, "end": { - "line": 231, + "line": 224, "column": 48 } } @@ -21717,47 +21249,47 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9618, - 9641 + 9367, + 9390 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 49 }, "end": { - "line": 231, + "line": 224, "column": 72 } } }, "range": [ - 9616, - 9641 + 9365, + 9390 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 47 }, "end": { - "line": 231, + "line": 224, "column": 72 } } } ], "range": [ - 9605, - 9642 + 9354, + 9391 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 36 }, "end": { - "line": 231, + "line": 224, "column": 73 } } @@ -21769,16 +21301,16 @@ "type": "Identifier", "name": "f", "range": [ - 9657, - 9658 + 9406, + 9407 ], "loc": { "start": { - "line": 232, + "line": 225, "column": 12 }, "end": { - "line": 232, + "line": 225, "column": 13 } } @@ -21787,31 +21319,31 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9659, - 9682 + 9408, + 9431 ], "loc": { "start": { - "line": 232, + "line": 225, "column": 14 }, "end": { - "line": 232, + "line": 225, "column": 37 } } }, "range": [ - 9657, - 9682 + 9406, + 9431 ], "loc": { "start": { - "line": 232, + "line": 225, "column": 12 }, "end": { - "line": 232, + "line": 225, "column": 37 } } @@ -21821,61 +21353,61 @@ "value": null, "raw": "null", "range": [ - 9685, - 9689 + 9434, + 9438 ], "loc": { "start": { - "line": 232, + "line": 225, "column": 40 }, "end": { - "line": 232, + "line": 225, "column": 44 } } }, "range": [ - 9605, - 9689 + 9354, + 9438 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 36 }, "end": { - "line": 232, + "line": 225, "column": 44 } } }, "range": [ - 9577, - 9689 + 9326, + 9438 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 8 }, "end": { - "line": 232, + "line": 225, "column": 44 } } }, "range": [ - 9577, - 9690 + 9326, + 9439 ], "loc": { "start": { - "line": 231, + "line": 224, "column": 8 }, "end": { - "line": 232, + "line": 225, "column": 45 } }, @@ -21884,16 +21416,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9514, - 9568 + 9263, + 9317 ], "loc": { "start": { - "line": 230, + "line": 223, "column": 8 }, "end": { - "line": 230, + "line": 223, "column": 62 } } @@ -21904,16 +21436,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9699, - 9752 + 9448, + 9501 ], "loc": { "start": { - "line": 233, + "line": 226, "column": 8 }, "end": { - "line": 233, + "line": 226, "column": 61 } } @@ -21931,16 +21463,16 @@ "object": { "type": "ThisExpression", "range": [ - 9761, - 9765 + 9510, + 9514 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 8 }, "end": { - "line": 234, + "line": 227, "column": 12 } } @@ -21949,31 +21481,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 9766, - 9785 + 9515, + 9534 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 13 }, "end": { - "line": 234, + "line": 227, "column": 32 } } }, "range": [ - 9761, - 9785 + 9510, + 9534 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 8 }, "end": { - "line": 234, + "line": 227, "column": 32 } } @@ -21989,16 +21521,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9788, - 9793 + 9537, + 9542 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 35 }, "end": { - "line": 234, + "line": 227, "column": 40 } } @@ -22007,31 +21539,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 9794, - 9798 + 9543, + 9547 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 41 }, "end": { - "line": 234, + "line": 227, "column": 45 } } }, "range": [ - 9788, - 9798 + 9537, + 9547 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 35 }, "end": { - "line": 234, + "line": 227, "column": 45 } } @@ -22044,16 +21576,16 @@ "type": "Identifier", "name": "f", "range": [ - 9799, - 9800 + 9548, + 9549 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 46 }, "end": { - "line": 234, + "line": 227, "column": 47 } } @@ -22062,47 +21594,47 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 9801, - 9823 + 9550, + 9572 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 48 }, "end": { - "line": 234, + "line": 227, "column": 70 } } }, "range": [ - 9799, - 9823 + 9548, + 9572 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 46 }, "end": { - "line": 234, + "line": 227, "column": 70 } } } ], "range": [ - 9788, - 9824 + 9537, + 9573 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 35 }, "end": { - "line": 234, + "line": 227, "column": 71 } } @@ -22114,16 +21646,16 @@ "type": "Identifier", "name": "f", "range": [ - 9839, - 9840 + 9588, + 9589 ], "loc": { "start": { - "line": 235, + "line": 228, "column": 12 }, "end": { - "line": 235, + "line": 228, "column": 13 } } @@ -22132,31 +21664,31 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 9841, - 9863 + 9590, + 9612 ], "loc": { "start": { - "line": 235, + "line": 228, "column": 14 }, "end": { - "line": 235, + "line": 228, "column": 36 } } }, "range": [ - 9839, - 9863 + 9588, + 9612 ], "loc": { "start": { - "line": 235, + "line": 228, "column": 12 }, "end": { - "line": 235, + "line": 228, "column": 36 } } @@ -22166,61 +21698,61 @@ "value": null, "raw": "null", "range": [ - 9866, - 9870 + 9615, + 9619 ], "loc": { "start": { - "line": 235, + "line": 228, "column": 39 }, "end": { - "line": 235, + "line": 228, "column": 43 } } }, "range": [ - 9788, - 9870 + 9537, + 9619 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 35 }, "end": { - "line": 235, + "line": 228, "column": 43 } } }, "range": [ - 9761, - 9870 + 9510, + 9619 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 8 }, "end": { - "line": 235, + "line": 228, "column": 43 } } }, "range": [ - 9761, - 9871 + 9510, + 9620 ], "loc": { "start": { - "line": 234, + "line": 227, "column": 8 }, "end": { - "line": 235, + "line": 228, "column": 44 } }, @@ -22229,16 +21761,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9699, - 9752 + 9448, + 9501 ], "loc": { "start": { - "line": 233, + "line": 226, "column": 8 }, "end": { - "line": 233, + "line": 226, "column": 61 } } @@ -22249,16 +21781,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9881, - 9935 + 9630, + 9684 ], "loc": { "start": { - "line": 237, + "line": 230, "column": 8 }, "end": { - "line": 237, + "line": 230, "column": 62 } } @@ -22267,16 +21799,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9944, - 9969 + 9693, + 9718 ], "loc": { "start": { - "line": 238, + "line": 231, "column": 8 }, "end": { - "line": 238, + "line": 231, "column": 33 } } @@ -22294,16 +21826,16 @@ "object": { "type": "ThisExpression", "range": [ - 9978, - 9982 + 9727, + 9731 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 8 }, "end": { - "line": 239, + "line": 232, "column": 12 } } @@ -22312,31 +21844,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 9983, - 9997 + 9732, + 9746 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 13 }, "end": { - "line": 239, + "line": 232, "column": 27 } } }, "range": [ - 9978, - 9997 + 9727, + 9746 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 8 }, "end": { - "line": 239, + "line": 232, "column": 27 } } @@ -22351,16 +21883,16 @@ "type": "Identifier", "name": "f", "range": [ - 10000, - 10001 + 9749, + 9750 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 30 }, "end": { - "line": 239, + "line": 232, "column": 31 } } @@ -22369,31 +21901,31 @@ "type": "Identifier", "name": "display_all_text", "range": [ - 10002, - 10018 + 9751, + 9767 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 32 }, "end": { - "line": 239, + "line": 232, "column": 48 } } }, "range": [ - 10000, - 10018 + 9749, + 9767 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 30 }, "end": { - "line": 239, + "line": 232, "column": 48 } } @@ -22403,61 +21935,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 10022, - 10029 + 9771, + 9778 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 52 }, "end": { - "line": 239, + "line": 232, "column": 59 } } }, "range": [ - 10000, - 10029 + 9749, + 9778 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 30 }, "end": { - "line": 239, + "line": 232, "column": 59 } } }, "range": [ - 9978, - 10029 + 9727, + 9778 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 8 }, "end": { - "line": 239, + "line": 232, "column": 59 } } }, "range": [ - 9978, - 10030 + 9727, + 9779 ], "loc": { "start": { - "line": 239, + "line": 232, "column": 8 }, "end": { - "line": 239, + "line": 232, "column": 60 } }, @@ -22466,16 +21998,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9881, - 9935 + 9630, + 9684 ], "loc": { "start": { - "line": 237, + "line": 230, "column": 8 }, "end": { - "line": 237, + "line": 230, "column": 62 } } @@ -22484,16 +22016,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9944, - 9969 + 9693, + 9718 ], "loc": { "start": { - "line": 238, + "line": 231, "column": 8 }, "end": { - "line": 238, + "line": 231, "column": 33 } } @@ -22504,16 +22036,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10039, - 10091 + 9788, + 9840 ], "loc": { "start": { - "line": 240, + "line": 233, "column": 8 }, "end": { - "line": 240, + "line": 233, "column": 60 } } @@ -22531,16 +22063,16 @@ "object": { "type": "ThisExpression", "range": [ - 10100, - 10104 + 9849, + 9853 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 8 }, "end": { - "line": 241, + "line": 234, "column": 12 } } @@ -22549,31 +22081,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 10105, - 10122 + 9854, + 9871 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 13 }, "end": { - "line": 241, + "line": 234, "column": 30 } } }, "range": [ - 10100, - 10122 + 9849, + 9871 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 8 }, "end": { - "line": 241, + "line": 234, "column": 30 } } @@ -22584,16 +22116,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10125, - 10132 + 9874, + 9881 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 33 }, "end": { - "line": 241, + "line": 234, "column": 40 } } @@ -22606,16 +22138,16 @@ "type": "Identifier", "name": "f", "range": [ - 10133, - 10134 + 9882, + 9883 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 41 }, "end": { - "line": 241, + "line": 234, "column": 42 } } @@ -22624,77 +22156,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 10135, - 10154 + 9884, + 9903 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 43 }, "end": { - "line": 241, + "line": 234, "column": 62 } } }, "range": [ - 10133, - 10154 + 9882, + 9903 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 41 }, "end": { - "line": 241, + "line": 234, "column": 62 } } } ], "range": [ - 10125, - 10155 + 9874, + 9904 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 33 }, "end": { - "line": 241, + "line": 234, "column": 63 } } }, "range": [ - 10100, - 10155 + 9849, + 9904 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 8 }, "end": { - "line": 241, + "line": 234, "column": 63 } } }, "range": [ - 10100, - 10156 + 9849, + 9905 ], "loc": { "start": { - "line": 241, + "line": 234, "column": 8 }, "end": { - "line": 241, + "line": 234, "column": 64 } }, @@ -22703,16 +22235,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10039, - 10091 + 9788, + 9840 ], "loc": { "start": { - "line": 240, + "line": 233, "column": 8 }, "end": { - "line": 240, + "line": 233, "column": 60 } } @@ -22723,16 +22255,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10165, - 10192 + 9914, + 9941 ], "loc": { "start": { - "line": 242, + "line": 235, "column": 8 }, "end": { - "line": 242, + "line": 235, "column": 35 } } @@ -22750,16 +22282,16 @@ "object": { "type": "ThisExpression", "range": [ - 10201, - 10205 + 9950, + 9954 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 8 }, "end": { - "line": 243, + "line": 236, "column": 12 } } @@ -22768,31 +22300,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 10206, - 10215 + 9955, + 9964 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 13 }, "end": { - "line": 243, + "line": 236, "column": 22 } } }, "range": [ - 10201, - 10215 + 9950, + 9964 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 8 }, "end": { - "line": 243, + "line": 236, "column": 22 } } @@ -22807,16 +22339,16 @@ "type": "Identifier", "name": "f", "range": [ - 10218, - 10219 + 9967, + 9968 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 25 }, "end": { - "line": 243, + "line": 236, "column": 26 } } @@ -22825,31 +22357,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 10220, - 10230 + 9969, + 9979 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 27 }, "end": { - "line": 243, + "line": 236, "column": 37 } } }, "range": [ - 10218, - 10230 + 9967, + 9979 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 25 }, "end": { - "line": 243, + "line": 236, "column": 37 } } @@ -22859,61 +22391,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 10234, - 10243 + 9983, + 9992 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 41 }, "end": { - "line": 243, + "line": 236, "column": 50 } } }, "range": [ - 10218, - 10243 + 9967, + 9992 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 25 }, "end": { - "line": 243, + "line": 236, "column": 50 } } }, "range": [ - 10201, - 10243 + 9950, + 9992 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 8 }, "end": { - "line": 243, + "line": 236, "column": 50 } } }, "range": [ - 10201, - 10244 + 9950, + 9993 ], "loc": { "start": { - "line": 243, + "line": 236, "column": 8 }, "end": { - "line": 243, + "line": 236, "column": 51 } }, @@ -22922,16 +22454,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10165, - 10192 + 9914, + 9941 ], "loc": { "start": { - "line": 242, + "line": 235, "column": 8 }, "end": { - "line": 242, + "line": 235, "column": 35 } } @@ -22942,16 +22474,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10253, - 10309 + 10002, + 10058 ], "loc": { "start": { - "line": 244, + "line": 237, "column": 8 }, "end": { - "line": 244, + "line": 237, "column": 64 } } @@ -22969,16 +22501,16 @@ "object": { "type": "ThisExpression", "range": [ - 10318, - 10322 + 10067, + 10071 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 8 }, "end": { - "line": 245, + "line": 238, "column": 12 } } @@ -22987,31 +22519,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 10323, - 10343 + 10072, + 10092 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 13 }, "end": { - "line": 245, + "line": 238, "column": 33 } } }, "range": [ - 10318, - 10343 + 10067, + 10092 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 8 }, "end": { - "line": 245, + "line": 238, "column": 33 } } @@ -23022,16 +22554,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10346, - 10353 + 10095, + 10102 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 36 }, "end": { - "line": 245, + "line": 238, "column": 43 } } @@ -23044,16 +22576,16 @@ "type": "Identifier", "name": "f", "range": [ - 10354, - 10355 + 10103, + 10104 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 44 }, "end": { - "line": 245, + "line": 238, "column": 45 } } @@ -23062,77 +22594,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 10356, - 10379 + 10105, + 10128 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 46 }, "end": { - "line": 245, + "line": 238, "column": 69 } } }, "range": [ - 10354, - 10379 + 10103, + 10128 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 44 }, "end": { - "line": 245, + "line": 238, "column": 69 } } } ], "range": [ - 10346, - 10380 + 10095, + 10129 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 36 }, "end": { - "line": 245, + "line": 238, "column": 70 } } }, "range": [ - 10318, - 10380 + 10067, + 10129 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 8 }, "end": { - "line": 245, + "line": 238, "column": 70 } } }, "range": [ - 10318, - 10381 + 10067, + 10130 ], "loc": { "start": { - "line": 245, + "line": 238, "column": 8 }, "end": { - "line": 245, + "line": 238, "column": 71 } }, @@ -23141,16 +22673,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10253, - 10309 + 10002, + 10058 ], "loc": { "start": { - "line": 244, + "line": 237, "column": 8 }, "end": { - "line": 244, + "line": 237, "column": 64 } } @@ -23161,16 +22693,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10390, - 10417 + 10139, + 10166 ], "loc": { "start": { - "line": 246, + "line": 239, "column": 8 }, "end": { - "line": 246, + "line": 239, "column": 35 } } @@ -23188,16 +22720,16 @@ "object": { "type": "ThisExpression", "range": [ - 10426, - 10430 + 10175, + 10179 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 8 }, "end": { - "line": 247, + "line": 240, "column": 12 } } @@ -23206,31 +22738,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 10431, - 10443 + 10180, + 10192 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 13 }, "end": { - "line": 247, + "line": 240, "column": 25 } } }, "range": [ - 10426, - 10443 + 10175, + 10192 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 8 }, "end": { - "line": 247, + "line": 240, "column": 25 } } @@ -23245,16 +22777,16 @@ "type": "Identifier", "name": "f", "range": [ - 10446, - 10447 + 10195, + 10196 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 28 }, "end": { - "line": 247, + "line": 240, "column": 29 } } @@ -23263,31 +22795,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 10448, - 10462 + 10197, + 10211 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 30 }, "end": { - "line": 247, + "line": 240, "column": 44 } } }, "range": [ - 10446, - 10462 + 10195, + 10211 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 28 }, "end": { - "line": 247, + "line": 240, "column": 44 } } @@ -23297,61 +22829,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 10466, - 10479 + 10215, + 10228 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 48 }, "end": { - "line": 247, + "line": 240, "column": 61 } } }, "range": [ - 10446, - 10479 + 10195, + 10228 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 28 }, "end": { - "line": 247, + "line": 240, "column": 61 } } }, "range": [ - 10426, - 10479 + 10175, + 10228 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 8 }, "end": { - "line": 247, + "line": 240, "column": 61 } } }, "range": [ - 10426, - 10480 + 10175, + 10229 ], "loc": { "start": { - "line": 247, + "line": 240, "column": 8 }, "end": { - "line": 247, + "line": 240, "column": 62 } }, @@ -23360,16 +22892,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10390, - 10417 + 10139, + 10166 ], "loc": { "start": { - "line": 246, + "line": 239, "column": 8 }, "end": { - "line": 246, + "line": 239, "column": 35 } } @@ -23380,16 +22912,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10489, - 10535 + 10238, + 10284 ], "loc": { "start": { - "line": 248, + "line": 241, "column": 8 }, "end": { - "line": 248, + "line": 241, "column": 54 } } @@ -23407,16 +22939,16 @@ "object": { "type": "ThisExpression", "range": [ - 10544, - 10548 + 10293, + 10297 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 8 }, "end": { - "line": 249, + "line": 242, "column": 12 } } @@ -23425,31 +22957,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 10549, - 10560 + 10298, + 10309 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 13 }, "end": { - "line": 249, + "line": 242, "column": 24 } } }, "range": [ - 10544, - 10560 + 10293, + 10309 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 8 }, "end": { - "line": 249, + "line": 242, "column": 24 } } @@ -23466,16 +22998,16 @@ "type": "Identifier", "name": "f", "range": [ - 10563, - 10564 + 10312, + 10313 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 27 }, "end": { - "line": 249, + "line": 242, "column": 28 } } @@ -23484,31 +23016,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 10565, - 10574 + 10314, + 10323 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 29 }, "end": { - "line": 249, + "line": 242, "column": 38 } } }, "range": [ - 10563, - 10574 + 10312, + 10323 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 27 }, "end": { - "line": 249, + "line": 242, "column": 38 } } @@ -23518,31 +23050,31 @@ "value": false, "raw": "false", "range": [ - 10579, - 10584 + 10328, + 10333 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 43 }, "end": { - "line": 249, + "line": 242, "column": 48 } } }, "range": [ - 10563, - 10584 + 10312, + 10333 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 27 }, "end": { - "line": 249, + "line": 242, "column": 48 } } @@ -23552,16 +23084,16 @@ "value": false, "raw": "false", "range": [ - 10587, - 10592 + 10336, + 10341 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 51 }, "end": { - "line": 249, + "line": 242, "column": 56 } } @@ -23571,61 +23103,61 @@ "value": true, "raw": "true", "range": [ - 10595, - 10599 + 10344, + 10348 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 59 }, "end": { - "line": 249, + "line": 242, "column": 63 } } }, "range": [ - 10563, - 10599 + 10312, + 10348 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 27 }, "end": { - "line": 249, + "line": 242, "column": 63 } } }, "range": [ - 10544, - 10599 + 10293, + 10348 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 8 }, "end": { - "line": 249, + "line": 242, "column": 63 } } }, "range": [ - 10544, - 10600 + 10293, + 10349 ], "loc": { "start": { - "line": 249, + "line": 242, "column": 8 }, "end": { - "line": 249, + "line": 242, "column": 64 } }, @@ -23634,16 +23166,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10489, - 10535 + 10238, + 10284 ], "loc": { "start": { - "line": 248, + "line": 241, "column": 8 }, "end": { - "line": 248, + "line": 241, "column": 54 } } @@ -23654,16 +23186,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10609, - 10650 + 10358, + 10399 ], "loc": { "start": { - "line": 250, + "line": 243, "column": 8 }, "end": { - "line": 250, + "line": 243, "column": 49 } } @@ -23681,16 +23213,16 @@ "object": { "type": "ThisExpression", "range": [ - 10659, - 10663 + 10408, + 10412 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 8 }, "end": { - "line": 251, + "line": 244, "column": 12 } } @@ -23699,31 +23231,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 10664, - 10671 + 10413, + 10420 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 13 }, "end": { - "line": 251, + "line": 244, "column": 20 } } }, "range": [ - 10659, - 10671 + 10408, + 10420 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 8 }, "end": { - "line": 251, + "line": 244, "column": 20 } } @@ -23740,16 +23272,16 @@ "type": "Identifier", "name": "f", "range": [ - 10674, - 10675 + 10423, + 10424 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 23 }, "end": { - "line": 251, + "line": 244, "column": 24 } } @@ -23758,31 +23290,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 10676, - 10687 + 10425, + 10436 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 25 }, "end": { - "line": 251, + "line": 244, "column": 36 } } }, "range": [ - 10674, - 10687 + 10423, + 10436 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 23 }, "end": { - "line": 251, + "line": 244, "column": 36 } } @@ -23792,31 +23324,31 @@ "value": false, "raw": "false", "range": [ - 10692, - 10697 + 10441, + 10446 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 41 }, "end": { - "line": 251, + "line": 244, "column": 46 } } }, "range": [ - 10674, - 10697 + 10423, + 10446 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 23 }, "end": { - "line": 251, + "line": 244, "column": 46 } } @@ -23826,16 +23358,16 @@ "value": false, "raw": "false", "range": [ - 10700, - 10705 + 10449, + 10454 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 49 }, "end": { - "line": 251, + "line": 244, "column": 54 } } @@ -23845,61 +23377,61 @@ "value": true, "raw": "true", "range": [ - 10708, - 10712 + 10457, + 10461 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 57 }, "end": { - "line": 251, + "line": 244, "column": 61 } } }, "range": [ - 10674, - 10712 + 10423, + 10461 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 23 }, "end": { - "line": 251, + "line": 244, "column": 61 } } }, "range": [ - 10659, - 10712 + 10408, + 10461 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 8 }, "end": { - "line": 251, + "line": 244, "column": 61 } } }, "range": [ - 10659, - 10713 + 10408, + 10462 ], "loc": { "start": { - "line": 251, + "line": 244, "column": 8 }, "end": { - "line": 251, + "line": 244, "column": 62 } }, @@ -23908,16 +23440,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10609, - 10650 + 10358, + 10399 ], "loc": { "start": { - "line": 250, + "line": 243, "column": 8 }, "end": { - "line": 250, + "line": 243, "column": 49 } } @@ -23928,16 +23460,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10722, - 10774 + 10471, + 10523 ], "loc": { "start": { - "line": 252, + "line": 245, "column": 8 }, "end": { - "line": 252, + "line": 245, "column": 60 } } @@ -23955,16 +23487,16 @@ "object": { "type": "ThisExpression", "range": [ - 10783, - 10787 + 10532, + 10536 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 8 }, "end": { - "line": 253, + "line": 246, "column": 12 } } @@ -23973,31 +23505,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 10788, - 10800 + 10537, + 10549 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 13 }, "end": { - "line": 253, + "line": 246, "column": 25 } } }, "range": [ - 10783, - 10800 + 10532, + 10549 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 8 }, "end": { - "line": 253, + "line": 246, "column": 25 } } @@ -24008,16 +23540,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10803, - 10810 + 10552, + 10559 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 28 }, "end": { - "line": 253, + "line": 246, "column": 35 } } @@ -24030,16 +23562,16 @@ "type": "Identifier", "name": "f", "range": [ - 10811, - 10812 + 10560, + 10561 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 36 }, "end": { - "line": 253, + "line": 246, "column": 37 } } @@ -24048,77 +23580,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 10813, - 10825 + 10562, + 10574 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 38 }, "end": { - "line": 253, + "line": 246, "column": 50 } } }, "range": [ - 10811, - 10825 + 10560, + 10574 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 36 }, "end": { - "line": 253, + "line": 246, "column": 50 } } } ], "range": [ - 10803, - 10826 + 10552, + 10575 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 28 }, "end": { - "line": 253, + "line": 246, "column": 51 } } }, "range": [ - 10783, - 10826 + 10532, + 10575 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 8 }, "end": { - "line": 253, + "line": 246, "column": 51 } } }, "range": [ - 10783, - 10827 + 10532, + 10576 ], "loc": { "start": { - "line": 253, + "line": 246, "column": 8 }, "end": { - "line": 253, + "line": 246, "column": 52 } }, @@ -24127,16 +23659,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10722, - 10774 + 10471, + 10523 ], "loc": { "start": { - "line": 252, + "line": 245, "column": 8 }, "end": { - "line": 252, + "line": 245, "column": 60 } } @@ -24154,16 +23686,16 @@ "object": { "type": "ThisExpression", "range": [ - 10836, - 10840 + 10585, + 10589 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 8 }, "end": { - "line": 254, + "line": 247, "column": 12 } } @@ -24172,31 +23704,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 10841, - 10851 + 10590, + 10600 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 13 }, "end": { - "line": 254, + "line": 247, "column": 23 } } }, "range": [ - 10836, - 10851 + 10585, + 10600 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 8 }, "end": { - "line": 254, + "line": 247, "column": 23 } } @@ -24209,16 +23741,16 @@ "object": { "type": "ThisExpression", "range": [ - 10854, - 10858 + 10603, + 10607 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 26 }, "end": { - "line": 254, + "line": 247, "column": 30 } } @@ -24227,31 +23759,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 10859, - 10871 + 10608, + 10620 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 31 }, "end": { - "line": 254, + "line": 247, "column": 43 } } }, "range": [ - 10854, - 10871 + 10603, + 10620 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 26 }, "end": { - "line": 254, + "line": 247, "column": 43 } } @@ -24263,16 +23795,16 @@ "type": "Identifier", "name": "f", "range": [ - 10874, - 10875 + 10623, + 10624 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 46 }, "end": { - "line": 254, + "line": 247, "column": 47 } } @@ -24281,31 +23813,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 10876, - 10888 + 10625, + 10637 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 48 }, "end": { - "line": 254, + "line": 247, "column": 60 } } }, "range": [ - 10874, - 10888 + 10623, + 10637 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 46 }, "end": { - "line": 254, + "line": 247, "column": 60 } } @@ -24314,61 +23846,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10891, - 10893 + 10640, + 10642 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 63 }, "end": { - "line": 254, + "line": 247, "column": 65 } } }, "range": [ - 10854, - 10893 + 10603, + 10642 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 26 }, "end": { - "line": 254, + "line": 247, "column": 65 } } }, "range": [ - 10836, - 10893 + 10585, + 10642 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 8 }, "end": { - "line": 254, + "line": 247, "column": 65 } } }, "range": [ - 10836, - 10894 + 10585, + 10643 ], "loc": { "start": { - "line": 254, + "line": 247, "column": 8 }, "end": { - "line": 254, + "line": 247, "column": 66 } }, @@ -24377,16 +23909,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10903, - 10956 + 10652, + 10705 ], "loc": { "start": { - "line": 255, + "line": 248, "column": 8 }, "end": { - "line": 255, + "line": 248, "column": 61 } } @@ -24404,16 +23936,16 @@ "object": { "type": "ThisExpression", "range": [ - 10965, - 10969 + 10714, + 10718 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 8 }, "end": { - "line": 256, + "line": 249, "column": 12 } } @@ -24422,31 +23954,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 10970, - 10983 + 10719, + 10732 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 13 }, "end": { - "line": 256, + "line": 249, "column": 26 } } }, "range": [ - 10965, - 10983 + 10714, + 10732 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 8 }, "end": { - "line": 256, + "line": 249, "column": 26 } } @@ -24457,16 +23989,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10986, - 10993 + 10735, + 10742 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 29 }, "end": { - "line": 256, + "line": 249, "column": 36 } } @@ -24479,16 +24011,16 @@ "type": "Identifier", "name": "f", "range": [ - 10994, - 10995 + 10743, + 10744 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 37 }, "end": { - "line": 256, + "line": 249, "column": 38 } } @@ -24497,77 +24029,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 10996, - 11009 + 10745, + 10758 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 39 }, "end": { - "line": 256, + "line": 249, "column": 52 } } }, "range": [ - 10994, - 11009 + 10743, + 10758 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 37 }, "end": { - "line": 256, + "line": 249, "column": 52 } } } ], "range": [ - 10986, - 11010 + 10735, + 10759 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 29 }, "end": { - "line": 256, + "line": 249, "column": 53 } } }, "range": [ - 10965, - 11010 + 10714, + 10759 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 8 }, "end": { - "line": 256, + "line": 249, "column": 53 } } }, "range": [ - 10965, - 11011 + 10714, + 10760 ], "loc": { "start": { - "line": 256, + "line": 249, "column": 8 }, "end": { - "line": 256, + "line": 249, "column": 54 } }, @@ -24576,16 +24108,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10903, - 10956 + 10652, + 10705 ], "loc": { "start": { - "line": 255, + "line": 248, "column": 8 }, "end": { - "line": 255, + "line": 248, "column": 61 } } @@ -24603,16 +24135,16 @@ "object": { "type": "ThisExpression", "range": [ - 11020, - 11024 + 10769, + 10773 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 8 }, "end": { - "line": 257, + "line": 250, "column": 12 } } @@ -24621,31 +24153,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 11025, - 11036 + 10774, + 10785 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 13 }, "end": { - "line": 257, + "line": 250, "column": 24 } } }, "range": [ - 11020, - 11036 + 10769, + 10785 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 8 }, "end": { - "line": 257, + "line": 250, "column": 24 } } @@ -24658,16 +24190,16 @@ "object": { "type": "ThisExpression", "range": [ - 11039, - 11043 + 10788, + 10792 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 27 }, "end": { - "line": 257, + "line": 250, "column": 31 } } @@ -24676,31 +24208,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 11044, - 11057 + 10793, + 10806 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 32 }, "end": { - "line": 257, + "line": 250, "column": 45 } } }, "range": [ - 11039, - 11057 + 10788, + 10806 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 27 }, "end": { - "line": 257, + "line": 250, "column": 45 } } @@ -24712,16 +24244,16 @@ "type": "Identifier", "name": "f", "range": [ - 11060, - 11061 + 10809, + 10810 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 48 }, "end": { - "line": 257, + "line": 250, "column": 49 } } @@ -24730,31 +24262,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 11062, - 11075 + 10811, + 10824 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 50 }, "end": { - "line": 257, + "line": 250, "column": 63 } } }, "range": [ - 11060, - 11075 + 10809, + 10824 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 48 }, "end": { - "line": 257, + "line": 250, "column": 63 } } @@ -24763,61 +24295,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11078, - 11080 + 10827, + 10829 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 66 }, "end": { - "line": 257, + "line": 250, "column": 68 } } }, "range": [ - 11039, - 11080 + 10788, + 10829 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 27 }, "end": { - "line": 257, + "line": 250, "column": 68 } } }, "range": [ - 11020, - 11080 + 10769, + 10829 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 8 }, "end": { - "line": 257, + "line": 250, "column": 68 } } }, "range": [ - 11020, - 11081 + 10769, + 10830 ], "loc": { "start": { - "line": 257, + "line": 250, "column": 8 }, "end": { - "line": 257, + "line": 250, "column": 69 } }, @@ -24826,16 +24358,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11090, - 11130 + 10839, + 10879 ], "loc": { "start": { - "line": 258, + "line": 251, "column": 8 }, "end": { - "line": 258, + "line": 251, "column": 48 } } @@ -24853,16 +24385,16 @@ "object": { "type": "ThisExpression", "range": [ - 11139, - 11143 + 10888, + 10892 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 8 }, "end": { - "line": 259, + "line": 252, "column": 12 } } @@ -24871,31 +24403,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 11144, - 11159 + 10893, + 10908 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 13 }, "end": { - "line": 259, + "line": 252, "column": 28 } } }, "range": [ - 11139, - 11159 + 10888, + 10908 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 8 }, "end": { - "line": 259, + "line": 252, "column": 28 } } @@ -24906,16 +24438,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11162, - 11169 + 10911, + 10918 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 31 }, "end": { - "line": 259, + "line": 252, "column": 38 } } @@ -24928,16 +24460,16 @@ "type": "Identifier", "name": "f", "range": [ - 11170, - 11171 + 10919, + 10920 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 39 }, "end": { - "line": 259, + "line": 252, "column": 40 } } @@ -24946,77 +24478,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 11172, - 11194 + 10921, + 10943 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 41 }, "end": { - "line": 259, + "line": 252, "column": 63 } } }, "range": [ - 11170, - 11194 + 10919, + 10943 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 39 }, "end": { - "line": 259, + "line": 252, "column": 63 } } } ], "range": [ - 11162, - 11195 + 10911, + 10944 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 31 }, "end": { - "line": 259, + "line": 252, "column": 64 } } }, "range": [ - 11139, - 11195 + 10888, + 10944 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 8 }, "end": { - "line": 259, + "line": 252, "column": 64 } } }, "range": [ - 11139, - 11196 + 10888, + 10945 ], "loc": { "start": { - "line": 259, + "line": 252, "column": 8 }, "end": { - "line": 259, + "line": 252, "column": 65 } }, @@ -25025,16 +24557,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11090, - 11130 + 10839, + 10879 ], "loc": { "start": { - "line": 258, + "line": 251, "column": 8 }, "end": { - "line": 258, + "line": 251, "column": 48 } } @@ -25052,16 +24584,16 @@ "object": { "type": "ThisExpression", "range": [ - 11205, - 11209 + 10954, + 10958 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 8 }, "end": { - "line": 260, + "line": 253, "column": 12 } } @@ -25070,31 +24602,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 11210, - 11226 + 10959, + 10975 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 13 }, "end": { - "line": 260, + "line": 253, "column": 29 } } }, "range": [ - 11205, - 11226 + 10954, + 10975 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 8 }, "end": { - "line": 260, + "line": 253, "column": 29 } } @@ -25108,16 +24640,16 @@ "type": "Identifier", "name": "Types", "range": [ - 11229, - 11234 + 10978, + 10983 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 32 }, "end": { - "line": 260, + "line": 253, "column": 37 } } @@ -25126,31 +24658,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 11235, - 11240 + 10984, + 10989 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 38 }, "end": { - "line": 260, + "line": 253, "column": 43 } } }, "range": [ - 11229, - 11240 + 10978, + 10989 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 32 }, "end": { - "line": 260, + "line": 253, "column": 43 } } @@ -25163,16 +24695,16 @@ "type": "Identifier", "name": "f", "range": [ - 11241, - 11242 + 10990, + 10991 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 44 }, "end": { - "line": 260, + "line": 253, "column": 45 } } @@ -25181,77 +24713,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11243, - 11257 + 10992, + 11006 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 46 }, "end": { - "line": 260, + "line": 253, "column": 60 } } }, "range": [ - 11241, - 11257 + 10990, + 11006 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 44 }, "end": { - "line": 260, + "line": 253, "column": 60 } } } ], "range": [ - 11229, - 11258 + 10978, + 11007 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 32 }, "end": { - "line": 260, + "line": 253, "column": 61 } } }, "range": [ - 11205, - 11258 + 10954, + 11007 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 8 }, "end": { - "line": 260, + "line": 253, "column": 61 } } }, "range": [ - 11205, - 11259 + 10954, + 11008 ], "loc": { "start": { - "line": 260, + "line": 253, "column": 8 }, "end": { - "line": 260, + "line": 253, "column": 62 } } @@ -25267,16 +24799,16 @@ "object": { "type": "ThisExpression", "range": [ - 11268, - 11272 + 11017, + 11021 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 8 }, "end": { - "line": 261, + "line": 254, "column": 12 } } @@ -25285,31 +24817,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 11273, - 11286 + 11022, + 11035 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 13 }, "end": { - "line": 261, + "line": 254, "column": 26 } } }, "range": [ - 11268, - 11286 + 11017, + 11035 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 8 }, "end": { - "line": 261, + "line": 254, "column": 26 } } @@ -25321,16 +24853,16 @@ "type": "Identifier", "name": "f", "range": [ - 11289, - 11290 + 11038, + 11039 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 29 }, "end": { - "line": 261, + "line": 254, "column": 30 } } @@ -25339,61 +24871,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11291, - 11305 + 11040, + 11054 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 31 }, "end": { - "line": 261, + "line": 254, "column": 45 } } }, "range": [ - 11289, - 11305 + 11038, + 11054 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 29 }, "end": { - "line": 261, + "line": 254, "column": 45 } } }, "range": [ - 11268, - 11305 + 11017, + 11054 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 8 }, "end": { - "line": 261, + "line": 254, "column": 45 } } }, "range": [ - 11268, - 11306 + 11017, + 11055 ], "loc": { "start": { - "line": 261, + "line": 254, "column": 8 }, "end": { - "line": 261, + "line": 254, "column": 46 } }, @@ -25402,16 +24934,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11316, - 11342 + 11065, + 11091 ], "loc": { "start": { - "line": 263, + "line": 256, "column": 8 }, "end": { - "line": 263, + "line": 256, "column": 34 } } @@ -25429,16 +24961,16 @@ "object": { "type": "ThisExpression", "range": [ - 11351, - 11355 + 11100, + 11104 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 8 }, "end": { - "line": 264, + "line": 257, "column": 12 } } @@ -25447,31 +24979,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 11356, - 11367 + 11105, + 11116 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 13 }, "end": { - "line": 264, + "line": 257, "column": 24 } } }, "range": [ - 11351, - 11367 + 11100, + 11116 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 8 }, "end": { - "line": 264, + "line": 257, "column": 24 } } @@ -25486,16 +25018,16 @@ "type": "Identifier", "name": "f", "range": [ - 11370, - 11371 + 11119, + 11120 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 27 }, "end": { - "line": 264, + "line": 257, "column": 28 } } @@ -25504,31 +25036,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 11372, - 11387 + 11121, + 11136 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 29 }, "end": { - "line": 264, + "line": 257, "column": 44 } } }, "range": [ - 11370, - 11387 + 11119, + 11136 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 27 }, "end": { - "line": 264, + "line": 257, "column": 44 } } @@ -25538,61 +25070,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 11391, - 11397 + 11140, + 11146 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 48 }, "end": { - "line": 264, + "line": 257, "column": 54 } } }, "range": [ - 11370, - 11397 + 11119, + 11146 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 27 }, "end": { - "line": 264, + "line": 257, "column": 54 } } }, "range": [ - 11351, - 11397 + 11100, + 11146 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 8 }, "end": { - "line": 264, + "line": 257, "column": 54 } } }, "range": [ - 11351, - 11398 + 11100, + 11147 ], "loc": { "start": { - "line": 264, + "line": 257, "column": 8 }, "end": { - "line": 264, + "line": 257, "column": 55 } }, @@ -25601,16 +25133,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11316, - 11342 + 11065, + 11091 ], "loc": { "start": { - "line": 263, + "line": 256, "column": 8 }, "end": { - "line": 263, + "line": 256, "column": 34 } } @@ -25628,16 +25160,16 @@ "object": { "type": "ThisExpression", "range": [ - 11407, - 11411 + 11156, + 11160 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 8 }, "end": { - "line": 265, + "line": 258, "column": 12 } } @@ -25646,31 +25178,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11412, - 11422 + 11161, + 11171 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 13 }, "end": { - "line": 265, + "line": 258, "column": 23 } } }, "range": [ - 11407, - 11422 + 11156, + 11171 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 8 }, "end": { - "line": 265, + "line": 258, "column": 23 } } @@ -25685,16 +25217,16 @@ "type": "Identifier", "name": "f", "range": [ - 11425, - 11426 + 11174, + 11175 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 26 }, "end": { - "line": 265, + "line": 258, "column": 27 } } @@ -25703,31 +25235,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 11427, - 11441 + 11176, + 11190 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 28 }, "end": { - "line": 265, + "line": 258, "column": 42 } } }, "range": [ - 11425, - 11441 + 11174, + 11190 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 26 }, "end": { - "line": 265, + "line": 258, "column": 42 } } @@ -25737,61 +25269,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 11445, - 11454 + 11194, + 11203 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 46 }, "end": { - "line": 265, + "line": 258, "column": 55 } } }, "range": [ - 11425, - 11454 + 11174, + 11203 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 26 }, "end": { - "line": 265, + "line": 258, "column": 55 } } }, "range": [ - 11407, - 11454 + 11156, + 11203 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 8 }, "end": { - "line": 265, + "line": 258, "column": 55 } } }, "range": [ - 11407, - 11455 + 11156, + 11204 ], "loc": { "start": { - "line": 265, + "line": 258, "column": 8 }, "end": { - "line": 265, + "line": 258, "column": 56 } } @@ -25807,16 +25339,16 @@ "object": { "type": "ThisExpression", "range": [ - 11464, - 11468 + 11213, + 11217 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 8 }, "end": { - "line": 266, + "line": 259, "column": 12 } } @@ -25825,31 +25357,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11469, - 11479 + 11218, + 11228 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 13 }, "end": { - "line": 266, + "line": 259, "column": 23 } } }, "range": [ - 11464, - 11479 + 11213, + 11228 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 8 }, "end": { - "line": 266, + "line": 259, "column": 23 } } @@ -25864,16 +25396,16 @@ "type": "Identifier", "name": "f", "range": [ - 11482, - 11483 + 11231, + 11232 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 26 }, "end": { - "line": 266, + "line": 259, "column": 27 } } @@ -25882,31 +25414,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 11484, - 11501 + 11233, + 11250 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 28 }, "end": { - "line": 266, + "line": 259, "column": 45 } } }, "range": [ - 11482, - 11501 + 11231, + 11250 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 26 }, "end": { - "line": 266, + "line": 259, "column": 45 } } @@ -25916,61 +25448,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 11505, - 11517 + 11254, + 11266 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 49 }, "end": { - "line": 266, + "line": 259, "column": 61 } } }, "range": [ - 11482, - 11517 + 11231, + 11266 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 26 }, "end": { - "line": 266, + "line": 259, "column": 61 } } }, "range": [ - 11464, - 11517 + 11213, + 11266 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 8 }, "end": { - "line": 266, + "line": 259, "column": 61 } } }, "range": [ - 11464, - 11518 + 11213, + 11267 ], "loc": { "start": { - "line": 266, + "line": 259, "column": 8 }, "end": { - "line": 266, + "line": 259, "column": 62 } } @@ -25986,16 +25518,16 @@ "object": { "type": "ThisExpression", "range": [ - 11527, - 11531 + 11276, + 11280 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 8 }, "end": { - "line": 267, + "line": 260, "column": 12 } } @@ -26004,31 +25536,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 11532, - 11542 + 11281, + 11291 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 13 }, "end": { - "line": 267, + "line": 260, "column": 23 } } }, "range": [ - 11527, - 11542 + 11276, + 11291 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 8 }, "end": { - "line": 267, + "line": 260, "column": 23 } } @@ -26043,16 +25575,16 @@ "type": "Identifier", "name": "f", "range": [ - 11545, - 11546 + 11294, + 11295 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 26 }, "end": { - "line": 267, + "line": 260, "column": 27 } } @@ -26061,31 +25593,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 11547, - 11558 + 11296, + 11307 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 28 }, "end": { - "line": 267, + "line": 260, "column": 39 } } }, "range": [ - 11545, - 11558 + 11294, + 11307 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 26 }, "end": { - "line": 267, + "line": 260, "column": 39 } } @@ -26095,61 +25627,61 @@ "value": "||", "raw": "'||'", "range": [ - 11562, - 11566 + 11311, + 11315 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 43 }, "end": { - "line": 267, + "line": 260, "column": 47 } } }, "range": [ - 11545, - 11566 + 11294, + 11315 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 26 }, "end": { - "line": 267, + "line": 260, "column": 47 } } }, "range": [ - 11527, - 11566 + 11276, + 11315 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 8 }, "end": { - "line": 267, + "line": 260, "column": 47 } } }, "range": [ - 11527, - 11567 + 11276, + 11316 ], "loc": { "start": { - "line": 267, + "line": 260, "column": 8 }, "end": { - "line": 267, + "line": 260, "column": 48 } } @@ -26165,16 +25697,16 @@ "object": { "type": "ThisExpression", "range": [ - 11576, - 11580 + 11325, + 11329 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 8 }, "end": { - "line": 268, + "line": 261, "column": 12 } } @@ -26183,31 +25715,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 11581, - 11591 + 11330, + 11340 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 13 }, "end": { - "line": 268, + "line": 261, "column": 23 } } }, "range": [ - 11576, - 11591 + 11325, + 11340 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 8 }, "end": { - "line": 268, + "line": 261, "column": 23 } } @@ -26222,16 +25754,16 @@ "type": "Identifier", "name": "f", "range": [ - 11594, - 11595 + 11343, + 11344 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 26 }, "end": { - "line": 268, + "line": 261, "column": 27 } } @@ -26240,31 +25772,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 11596, - 11608 + 11345, + 11357 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 28 }, "end": { - "line": 268, + "line": 261, "column": 40 } } }, "range": [ - 11594, - 11608 + 11343, + 11357 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 26 }, "end": { - "line": 268, + "line": 261, "column": 40 } } @@ -26274,61 +25806,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 11612, - 11616 + 11361, + 11365 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 44 }, "end": { - "line": 268, + "line": 261, "column": 48 } } }, "range": [ - 11594, - 11616 + 11343, + 11365 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 26 }, "end": { - "line": 268, + "line": 261, "column": 48 } } }, "range": [ - 11576, - 11616 + 11325, + 11365 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 8 }, "end": { - "line": 268, + "line": 261, "column": 48 } } }, "range": [ - 11576, - 11617 + 11325, + 11366 ], "loc": { "start": { - "line": 268, + "line": 261, "column": 8 }, "end": { - "line": 268, + "line": 261, "column": 49 } } @@ -26344,16 +25876,16 @@ "object": { "type": "ThisExpression", "range": [ - 11626, - 11630 + 11375, + 11379 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 8 }, "end": { - "line": 269, + "line": 262, "column": 12 } } @@ -26362,31 +25894,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 11631, - 11641 + 11380, + 11390 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 13 }, "end": { - "line": 269, + "line": 262, "column": 23 } } }, "range": [ - 11626, - 11641 + 11375, + 11390 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 8 }, "end": { - "line": 269, + "line": 262, "column": 23 } } @@ -26401,16 +25933,16 @@ "type": "Identifier", "name": "f", "range": [ - 11644, - 11645 + 11393, + 11394 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 26 }, "end": { - "line": 269, + "line": 262, "column": 27 } } @@ -26419,31 +25951,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 11646, - 11662 + 11395, + 11411 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 28 }, "end": { - "line": 269, + "line": 262, "column": 44 } } }, "range": [ - 11644, - 11662 + 11393, + 11411 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 26 }, "end": { - "line": 269, + "line": 262, "column": 44 } } @@ -26453,61 +25985,61 @@ "value": ">", "raw": "'>'", "range": [ - 11666, - 11669 + 11415, + 11418 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 48 }, "end": { - "line": 269, + "line": 262, "column": 51 } } }, "range": [ - 11644, - 11669 + 11393, + 11418 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 26 }, "end": { - "line": 269, + "line": 262, "column": 51 } } }, "range": [ - 11626, - 11669 + 11375, + 11418 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 8 }, "end": { - "line": 269, + "line": 262, "column": 51 } } }, "range": [ - 11626, - 11670 + 11375, + 11419 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 8 }, "end": { - "line": 269, + "line": 262, "column": 52 } } @@ -26523,16 +26055,16 @@ "object": { "type": "ThisExpression", "range": [ - 11679, - 11683 + 11428, + 11432 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 8 }, "end": { - "line": 270, + "line": 263, "column": 12 } } @@ -26541,31 +26073,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 11684, - 11694 + 11433, + 11443 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 13 }, "end": { - "line": 270, + "line": 263, "column": 23 } } }, "range": [ - 11679, - 11694 + 11428, + 11443 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 8 }, "end": { - "line": 270, + "line": 263, "column": 23 } } @@ -26580,16 +26112,16 @@ "type": "Identifier", "name": "f", "range": [ - 11697, - 11698 + 11446, + 11447 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 26 }, "end": { - "line": 270, + "line": 263, "column": 27 } } @@ -26598,31 +26130,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 11699, - 11713 + 11448, + 11462 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 28 }, "end": { - "line": 270, + "line": 263, "column": 42 } } }, "range": [ - 11697, - 11713 + 11446, + 11462 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 26 }, "end": { - "line": 270, + "line": 263, "column": 42 } } @@ -26632,61 +26164,61 @@ "value": "<", "raw": "'<'", "range": [ - 11717, - 11720 + 11466, + 11469 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 46 }, "end": { - "line": 270, + "line": 263, "column": 49 } } }, "range": [ - 11697, - 11720 + 11446, + 11469 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 26 }, "end": { - "line": 270, + "line": 263, "column": 49 } } }, "range": [ - 11679, - 11720 + 11428, + 11469 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 8 }, "end": { - "line": 270, + "line": 263, "column": 49 } } }, "range": [ - 11679, - 11721 + 11428, + 11470 ], "loc": { "start": { - "line": 270, + "line": 263, "column": 8 }, "end": { - "line": 270, + "line": 263, "column": 50 } } @@ -26702,16 +26234,16 @@ "object": { "type": "ThisExpression", "range": [ - 11730, - 11734 + 11479, + 11483 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 8 }, "end": { - "line": 271, + "line": 264, "column": 12 } } @@ -26720,31 +26252,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 11735, - 11745 + 11484, + 11494 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 13 }, "end": { - "line": 271, + "line": 264, "column": 23 } } }, "range": [ - 11730, - 11745 + 11479, + 11494 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 8 }, "end": { - "line": 271, + "line": 264, "column": 23 } } @@ -26759,16 +26291,16 @@ "type": "Identifier", "name": "f", "range": [ - 11748, - 11749 + 11497, + 11498 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 26 }, "end": { - "line": 271, + "line": 264, "column": 27 } } @@ -26777,31 +26309,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 11750, - 11770 + 11499, + 11519 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 28 }, "end": { - "line": 271, + "line": 264, "column": 48 } } }, "range": [ - 11748, - 11770 + 11497, + 11519 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 26 }, "end": { - "line": 271, + "line": 264, "column": 48 } } @@ -26811,61 +26343,61 @@ "value": "<=", "raw": "'<='", "range": [ - 11774, - 11778 + 11523, + 11527 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 52 }, "end": { - "line": 271, + "line": 264, "column": 56 } } }, "range": [ - 11748, - 11778 + 11497, + 11527 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 26 }, "end": { - "line": 271, + "line": 264, "column": 56 } } }, "range": [ - 11730, - 11778 + 11479, + 11527 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 8 }, "end": { - "line": 271, + "line": 264, "column": 56 } } }, "range": [ - 11730, - 11779 + 11479, + 11528 ], "loc": { "start": { - "line": 271, + "line": 264, "column": 8 }, "end": { - "line": 271, + "line": 264, "column": 57 } } @@ -26881,16 +26413,16 @@ "object": { "type": "ThisExpression", "range": [ - 11788, - 11792 + 11537, + 11541 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 12 } } @@ -26899,31 +26431,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 11793, - 11803 + 11542, + 11552 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 13 }, "end": { - "line": 272, + "line": 265, "column": 23 } } }, "range": [ - 11788, - 11803 + 11537, + 11552 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 23 } } @@ -26938,16 +26470,16 @@ "type": "Identifier", "name": "f", "range": [ - 11806, - 11807 + 11555, + 11556 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 26 }, "end": { - "line": 272, + "line": 265, "column": 27 } } @@ -26956,31 +26488,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 11808, - 11830 + 11557, + 11579 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 28 }, "end": { - "line": 272, + "line": 265, "column": 50 } } }, "range": [ - 11806, - 11830 + 11555, + 11579 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 26 }, "end": { - "line": 272, + "line": 265, "column": 50 } } @@ -26990,61 +26522,61 @@ "value": ">=", "raw": "'>='", "range": [ - 11834, - 11838 + 11583, + 11587 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 54 }, "end": { - "line": 272, + "line": 265, "column": 58 } } }, "range": [ - 11806, - 11838 + 11555, + 11587 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 26 }, "end": { - "line": 272, + "line": 265, "column": 58 } } }, "range": [ - 11788, - 11838 + 11537, + 11587 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 58 } } }, "range": [ - 11788, - 11839 + 11537, + 11588 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 59 } } @@ -27060,16 +26592,16 @@ "object": { "type": "ThisExpression", "range": [ - 11848, - 11852 + 11597, + 11601 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 12 } } @@ -27078,31 +26610,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 11853, - 11863 + 11602, + 11612 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 13 }, "end": { - "line": 273, + "line": 266, "column": 23 } } }, "range": [ - 11848, - 11863 + 11597, + 11612 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 23 } } @@ -27117,16 +26649,16 @@ "type": "Identifier", "name": "f", "range": [ - 11866, - 11867 + 11615, + 11616 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 26 }, "end": { - "line": 273, + "line": 266, "column": 27 } } @@ -27135,31 +26667,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 11868, - 11886 + 11617, + 11635 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 28 }, "end": { - "line": 273, + "line": 266, "column": 46 } } }, "range": [ - 11866, - 11886 + 11615, + 11635 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 26 }, "end": { - "line": 273, + "line": 266, "column": 46 } } @@ -27169,61 +26701,61 @@ "value": "!", "raw": "'!'", "range": [ - 11890, - 11893 + 11639, + 11642 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 50 }, "end": { - "line": 273, + "line": 266, "column": 53 } } }, "range": [ - 11866, - 11893 + 11615, + 11642 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 26 }, "end": { - "line": 273, + "line": 266, "column": 53 } } }, "range": [ - 11848, - 11893 + 11597, + 11642 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 53 } } }, "range": [ - 11848, - 11894 + 11597, + 11643 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 54 } } @@ -27239,16 +26771,16 @@ "object": { "type": "ThisExpression", "range": [ - 11903, - 11907 + 11652, + 11656 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 8 }, "end": { - "line": 274, + "line": 267, "column": 12 } } @@ -27257,31 +26789,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 11908, - 11918 + 11657, + 11667 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 13 }, "end": { - "line": 274, + "line": 267, "column": 23 } } }, "range": [ - 11903, - 11918 + 11652, + 11667 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 8 }, "end": { - "line": 274, + "line": 267, "column": 23 } } @@ -27296,16 +26828,16 @@ "type": "Identifier", "name": "f", "range": [ - 11921, - 11922 + 11670, + 11671 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 26 }, "end": { - "line": 274, + "line": 267, "column": 27 } } @@ -27314,31 +26846,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 11923, - 11936 + 11672, + 11685 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 28 }, "end": { - "line": 274, + "line": 267, "column": 41 } } }, "range": [ - 11921, - 11936 + 11670, + 11685 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 26 }, "end": { - "line": 274, + "line": 267, "column": 41 } } @@ -27348,61 +26880,61 @@ "value": "*", "raw": "'*'", "range": [ - 11940, - 11943 + 11689, + 11692 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 45 }, "end": { - "line": 274, + "line": 267, "column": 48 } } }, "range": [ - 11921, - 11943 + 11670, + 11692 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 26 }, "end": { - "line": 274, + "line": 267, "column": 48 } } }, "range": [ - 11903, - 11943 + 11652, + 11692 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 8 }, "end": { - "line": 274, + "line": 267, "column": 48 } } }, "range": [ - 11903, - 11944 + 11652, + 11693 ], "loc": { "start": { - "line": 274, + "line": 267, "column": 8 }, "end": { - "line": 274, + "line": 267, "column": 49 } } @@ -27418,16 +26950,16 @@ "object": { "type": "ThisExpression", "range": [ - 11953, - 11957 + 11702, + 11706 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 12 } } @@ -27436,31 +26968,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 11958, - 11968 + 11707, + 11717 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 13 }, "end": { - "line": 275, + "line": 268, "column": 23 } } }, "range": [ - 11953, - 11968 + 11702, + 11717 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 23 } } @@ -27475,16 +27007,16 @@ "type": "Identifier", "name": "f", "range": [ - 11971, - 11972 + 11720, + 11721 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 26 }, "end": { - "line": 275, + "line": 268, "column": 27 } } @@ -27493,31 +27025,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 11973, - 11987 + 11722, + 11736 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 28 }, "end": { - "line": 275, + "line": 268, "column": 42 } } }, "range": [ - 11971, - 11987 + 11720, + 11736 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 26 }, "end": { - "line": 275, + "line": 268, "column": 42 } } @@ -27527,61 +27059,61 @@ "value": "=", "raw": "'='", "range": [ - 11991, - 11994 + 11740, + 11743 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 46 }, "end": { - "line": 275, + "line": 268, "column": 49 } } }, "range": [ - 11971, - 11994 + 11720, + 11743 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 26 }, "end": { - "line": 275, + "line": 268, "column": 49 } } }, "range": [ - 11953, - 11994 + 11702, + 11743 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 49 } } }, "range": [ - 11953, - 11995 + 11702, + 11744 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 50 } } @@ -27597,16 +27129,16 @@ "object": { "type": "ThisExpression", "range": [ - 12004, - 12008 + 11753, + 11757 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 8 }, "end": { - "line": 276, + "line": 269, "column": 12 } } @@ -27615,31 +27147,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 12009, - 12019 + 11758, + 11768 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 13 }, "end": { - "line": 276, + "line": 269, "column": 23 } } }, "range": [ - 12004, - 12019 + 11753, + 11768 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 8 }, "end": { - "line": 276, + "line": 269, "column": 23 } } @@ -27654,16 +27186,16 @@ "type": "Identifier", "name": "f", "range": [ - 12022, - 12023 + 11771, + 11772 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 26 }, "end": { - "line": 276, + "line": 269, "column": 27 } } @@ -27672,31 +27204,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 12024, - 12043 + 11773, + 11792 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 28 }, "end": { - "line": 276, + "line": 269, "column": 47 } } }, "range": [ - 12022, - 12043 + 11771, + 11792 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 26 }, "end": { - "line": 276, + "line": 269, "column": 47 } } @@ -27706,61 +27238,61 @@ "value": "{", "raw": "'{'", "range": [ - 12047, - 12050 + 11796, + 11799 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 51 }, "end": { - "line": 276, + "line": 269, "column": 54 } } }, "range": [ - 12022, - 12050 + 11771, + 11799 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 26 }, "end": { - "line": 276, + "line": 269, "column": 54 } } }, "range": [ - 12004, - 12050 + 11753, + 11799 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 8 }, "end": { - "line": 276, + "line": 269, "column": 54 } } }, "range": [ - 12004, - 12051 + 11753, + 11800 ], "loc": { "start": { - "line": 276, + "line": 269, "column": 8 }, "end": { - "line": 276, + "line": 269, "column": 55 } } @@ -27776,16 +27308,16 @@ "object": { "type": "ThisExpression", "range": [ - 12060, - 12064 + 11809, + 11813 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 8 }, "end": { - "line": 277, + "line": 270, "column": 12 } } @@ -27794,31 +27326,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 12065, - 12075 + 11814, + 11824 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 13 }, "end": { - "line": 277, + "line": 270, "column": 23 } } }, "range": [ - 12060, - 12075 + 11809, + 11824 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 8 }, "end": { - "line": 277, + "line": 270, "column": 23 } } @@ -27833,16 +27365,16 @@ "type": "Identifier", "name": "f", "range": [ - 12078, - 12079 + 11827, + 11828 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 26 }, "end": { - "line": 277, + "line": 270, "column": 27 } } @@ -27851,31 +27383,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 12080, - 12097 + 11829, + 11846 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 28 }, "end": { - "line": 277, + "line": 270, "column": 45 } } }, "range": [ - 12078, - 12097 + 11827, + 11846 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 26 }, "end": { - "line": 277, + "line": 270, "column": 45 } } @@ -27885,61 +27417,61 @@ "value": "}", "raw": "'}'", "range": [ - 12101, - 12104 + 11850, + 11853 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 49 }, "end": { - "line": 277, + "line": 270, "column": 52 } } }, "range": [ - 12078, - 12104 + 11827, + 11853 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 26 }, "end": { - "line": 277, + "line": 270, "column": 52 } } }, "range": [ - 12060, - 12104 + 11809, + 11853 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 8 }, "end": { - "line": 277, + "line": 270, "column": 52 } } }, "range": [ - 12060, - 12105 + 11809, + 11854 ], "loc": { "start": { - "line": 277, + "line": 270, "column": 8 }, "end": { - "line": 277, + "line": 270, "column": 53 } } @@ -27955,16 +27487,16 @@ "object": { "type": "ThisExpression", "range": [ - 12114, - 12118 + 11863, + 11867 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 8 }, "end": { - "line": 278, + "line": 271, "column": 12 } } @@ -27973,31 +27505,31 @@ "type": "Identifier", "name": "curExp", "range": [ - 12119, - 12125 + 11868, + 11874 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 13 }, "end": { - "line": 278, + "line": 271, "column": 19 } } }, "range": [ - 12114, - 12125 + 11863, + 11874 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 8 }, "end": { - "line": 278, + "line": 271, "column": 19 } } @@ -28012,16 +27544,16 @@ "type": "Identifier", "name": "f", "range": [ - 12128, - 12129 + 11877, + 11878 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 22 }, "end": { - "line": 278, + "line": 271, "column": 23 } } @@ -28030,31 +27562,31 @@ "type": "Identifier", "name": "cur_exp", "range": [ - 12130, - 12137 + 11879, + 11886 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 24 }, "end": { - "line": 278, + "line": 271, "column": 31 } } }, "range": [ - 12128, - 12137 + 11877, + 11886 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 22 }, "end": { - "line": 278, + "line": 271, "column": 31 } } @@ -28064,61 +27596,61 @@ "value": "^[¥£€$]", "raw": "'^[¥£€$]'", "range": [ - 12141, - 12150 + 11890, + 11899 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 35 }, "end": { - "line": 278, + "line": 271, "column": 44 } } }, "range": [ - 12128, - 12150 + 11877, + 11899 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 22 }, "end": { - "line": 278, + "line": 271, "column": 44 } } }, "range": [ - 12114, - 12150 + 11863, + 11899 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 8 }, "end": { - "line": 278, + "line": 271, "column": 44 } } }, "range": [ - 12114, - 12151 + 11863, + 11900 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 8 }, "end": { - "line": 278, + "line": 271, "column": 45 } } @@ -28134,16 +27666,16 @@ "object": { "type": "ThisExpression", "range": [ - 12160, - 12164 + 11909, + 11913 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 8 }, "end": { - "line": 279, + "line": 272, "column": 12 } } @@ -28152,31 +27684,31 @@ "type": "Identifier", "name": "separator", "range": [ - 12165, - 12174 + 11914, + 11923 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 13 }, "end": { - "line": 279, + "line": 272, "column": 22 } } }, "range": [ - 12160, - 12174 + 11909, + 11923 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 8 }, "end": { - "line": 279, + "line": 272, "column": 22 } } @@ -28191,16 +27723,16 @@ "type": "Identifier", "name": "f", "range": [ - 12177, - 12178 + 11926, + 11927 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 25 }, "end": { - "line": 279, + "line": 272, "column": 26 } } @@ -28209,31 +27741,31 @@ "type": "Identifier", "name": "separator", "range": [ - 12179, - 12188 + 11928, + 11937 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 27 }, "end": { - "line": 279, + "line": 272, "column": 36 } } }, "range": [ - 12177, - 12188 + 11926, + 11937 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 25 }, "end": { - "line": 279, + "line": 272, "column": 36 } } @@ -28243,61 +27775,61 @@ "value": ",", "raw": "','", "range": [ - 12192, - 12195 + 11941, + 11944 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 40 }, "end": { - "line": 279, + "line": 272, "column": 43 } } }, "range": [ - 12177, - 12195 + 11926, + 11944 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 25 }, "end": { - "line": 279, + "line": 272, "column": 43 } } }, "range": [ - 12160, - 12195 + 11909, + 11944 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 8 }, "end": { - "line": 279, + "line": 272, "column": 43 } } }, "range": [ - 12160, - 12196 + 11909, + 11945 ], "loc": { "start": { - "line": 279, + "line": 272, "column": 8 }, "end": { - "line": 279, + "line": 272, "column": 44 } }, @@ -28306,16 +27838,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12206, - 12228 + 11955, + 11977 ], "loc": { "start": { - "line": 281, + "line": 274, "column": 8 }, "end": { - "line": 281, + "line": 274, "column": 30 } } @@ -28324,16 +27856,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12237, - 12262 + 11986, + 12011 ], "loc": { "start": { - "line": 282, + "line": 275, "column": 8 }, "end": { - "line": 282, + "line": 275, "column": 33 } } @@ -28351,16 +27883,16 @@ "object": { "type": "ThisExpression", "range": [ - 12271, - 12275 + 12020, + 12024 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 8 }, "end": { - "line": 283, + "line": 276, "column": 12 } } @@ -28369,31 +27901,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 12276, - 12287 + 12025, + 12036 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 13 }, "end": { - "line": 283, + "line": 276, "column": 24 } } }, "range": [ - 12271, - 12287 + 12020, + 12036 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 8 }, "end": { - "line": 283, + "line": 276, "column": 24 } } @@ -28404,16 +27936,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12290, - 12297 + 12039, + 12046 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 27 }, "end": { - "line": 283, + "line": 276, "column": 34 } } @@ -28426,16 +27958,16 @@ "type": "Identifier", "name": "f", "range": [ - 12298, - 12299 + 12047, + 12048 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 35 }, "end": { - "line": 283, + "line": 276, "column": 36 } } @@ -28444,77 +27976,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 12300, - 12312 + 12049, + 12061 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 37 }, "end": { - "line": 283, + "line": 276, "column": 49 } } }, "range": [ - 12298, - 12312 + 12047, + 12061 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 35 }, "end": { - "line": 283, + "line": 276, "column": 49 } } } ], "range": [ - 12290, - 12313 + 12039, + 12062 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 27 }, "end": { - "line": 283, + "line": 276, "column": 50 } } }, "range": [ - 12271, - 12313 + 12020, + 12062 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 8 }, "end": { - "line": 283, + "line": 276, "column": 50 } } }, "range": [ - 12271, - 12314 + 12020, + 12063 ], "loc": { "start": { - "line": 283, + "line": 276, "column": 8 }, "end": { - "line": 283, + "line": 276, "column": 51 } }, @@ -28523,16 +28055,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12206, - 12228 + 11955, + 11977 ], "loc": { "start": { - "line": 281, + "line": 274, "column": 8 }, "end": { - "line": 281, + "line": 274, "column": 30 } } @@ -28541,16 +28073,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12237, - 12262 + 11986, + 12011 ], "loc": { "start": { - "line": 282, + "line": 275, "column": 8 }, "end": { - "line": 282, + "line": 275, "column": 33 } } @@ -28561,16 +28093,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12324, - 12344 + 12073, + 12093 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 8 }, "end": { - "line": 285, + "line": 278, "column": 28 } } @@ -28579,16 +28111,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12353, - 12376 + 12102, + 12125 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 8 }, "end": { - "line": 286, + "line": 279, "column": 31 } } @@ -28606,16 +28138,16 @@ "object": { "type": "ThisExpression", "range": [ - 12385, - 12389 + 12134, + 12138 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 8 }, "end": { - "line": 287, + "line": 280, "column": 12 } } @@ -28624,31 +28156,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 12390, - 12399 + 12139, + 12148 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 13 }, "end": { - "line": 287, + "line": 280, "column": 22 } } }, "range": [ - 12385, - 12399 + 12134, + 12148 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 8 }, "end": { - "line": 287, + "line": 280, "column": 22 } } @@ -28659,16 +28191,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12402, - 12409 + 12151, + 12158 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 25 }, "end": { - "line": 287, + "line": 280, "column": 32 } } @@ -28681,16 +28213,16 @@ "type": "Identifier", "name": "f", "range": [ - 12410, - 12411 + 12159, + 12160 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 33 }, "end": { - "line": 287, + "line": 280, "column": 34 } } @@ -28699,77 +28231,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 12412, - 12422 + 12161, + 12171 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 35 }, "end": { - "line": 287, + "line": 280, "column": 45 } } }, "range": [ - 12410, - 12422 + 12159, + 12171 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 33 }, "end": { - "line": 287, + "line": 280, "column": 45 } } } ], "range": [ - 12402, - 12423 + 12151, + 12172 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 25 }, "end": { - "line": 287, + "line": 280, "column": 46 } } }, "range": [ - 12385, - 12423 + 12134, + 12172 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 8 }, "end": { - "line": 287, + "line": 280, "column": 46 } } }, "range": [ - 12385, - 12424 + 12134, + 12173 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 8 }, "end": { - "line": 287, + "line": 280, "column": 47 } }, @@ -28778,16 +28310,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12324, - 12344 + 12073, + 12093 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 8 }, "end": { - "line": 285, + "line": 278, "column": 28 } } @@ -28796,16 +28328,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12353, - 12376 + 12102, + 12125 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 8 }, "end": { - "line": 286, + "line": 279, "column": 31 } } @@ -28816,16 +28348,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12434, - 12450 + 12183, + 12199 ], "loc": { "start": { - "line": 289, + "line": 282, "column": 8 }, "end": { - "line": 289, + "line": 282, "column": 24 } } @@ -28834,16 +28366,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12459, - 12502 + 12208, + 12251 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 51 } } @@ -28861,16 +28393,16 @@ "object": { "type": "ThisExpression", "range": [ - 12511, - 12515 + 12260, + 12264 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 12 } } @@ -28879,31 +28411,31 @@ "type": "Identifier", "name": "loader", "range": [ - 12516, - 12522 + 12265, + 12271 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 13 }, "end": { - "line": 291, + "line": 284, "column": 19 } } }, "range": [ - 12511, - 12522 + 12260, + 12271 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 19 } } @@ -28914,16 +28446,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12525, - 12532 + 12274, + 12281 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 22 }, "end": { - "line": 291, + "line": 284, "column": 29 } } @@ -28936,16 +28468,16 @@ "type": "Identifier", "name": "f", "range": [ - 12533, - 12534 + 12282, + 12283 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 30 }, "end": { - "line": 291, + "line": 284, "column": 31 } } @@ -28954,77 +28486,77 @@ "type": "Identifier", "name": "loader", "range": [ - 12535, - 12541 + 12284, + 12290 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 32 }, "end": { - "line": 291, + "line": 284, "column": 38 } } }, "range": [ - 12533, - 12541 + 12282, + 12290 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 30 }, "end": { - "line": 291, + "line": 284, "column": 38 } } } ], "range": [ - 12525, - 12542 + 12274, + 12291 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 22 }, "end": { - "line": 291, + "line": 284, "column": 39 } } }, "range": [ - 12511, - 12542 + 12260, + 12291 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 39 } } }, "range": [ - 12511, - 12543 + 12260, + 12292 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 40 } }, @@ -29033,16 +28565,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12434, - 12450 + 12183, + 12199 ], "loc": { "start": { - "line": 289, + "line": 282, "column": 8 }, "end": { - "line": 289, + "line": 282, "column": 24 } } @@ -29051,16 +28583,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12459, - 12502 + 12208, + 12251 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 51 } } @@ -29071,16 +28603,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12553, - 12595 + 12302, + 12344 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 8 }, "end": { - "line": 293, + "line": 286, "column": 50 } } @@ -29089,16 +28621,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12604, - 12643 + 12353, + 12392 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 8 }, "end": { - "line": 294, + "line": 287, "column": 47 } } @@ -29116,16 +28648,16 @@ "object": { "type": "ThisExpression", "range": [ - 12652, - 12656 + 12401, + 12405 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 8 }, "end": { - "line": 295, + "line": 288, "column": 12 } } @@ -29134,31 +28666,31 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 12657, - 12667 + 12406, + 12416 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 13 }, "end": { - "line": 295, + "line": 288, "column": 23 } } }, "range": [ - 12652, - 12667 + 12401, + 12416 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 8 }, "end": { - "line": 295, + "line": 288, "column": 23 } } @@ -29169,16 +28701,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12670, - 12677 + 12419, + 12426 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 26 }, "end": { - "line": 295, + "line": 288, "column": 33 } } @@ -29191,16 +28723,16 @@ "type": "Identifier", "name": "f", "range": [ - 12678, - 12679 + 12427, + 12428 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 34 }, "end": { - "line": 295, + "line": 288, "column": 35 } } @@ -29209,77 +28741,77 @@ "type": "Identifier", "name": "btn", "range": [ - 12680, - 12683 + 12429, + 12432 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 36 }, "end": { - "line": 295, + "line": 288, "column": 39 } } }, "range": [ - 12678, - 12683 + 12427, + 12432 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 34 }, "end": { - "line": 295, + "line": 288, "column": 39 } } } ], "range": [ - 12670, - 12684 + 12419, + 12433 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 26 }, "end": { - "line": 295, + "line": 288, "column": 40 } } }, "range": [ - 12652, - 12684 + 12401, + 12433 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 8 }, "end": { - "line": 295, + "line": 288, "column": 40 } } }, "range": [ - 12652, - 12685 + 12401, + 12434 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 8 }, "end": { - "line": 295, + "line": 288, "column": 41 } }, @@ -29288,16 +28820,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12553, - 12595 + 12302, + 12344 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 8 }, "end": { - "line": 293, + "line": 286, "column": 50 } } @@ -29306,16 +28838,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12604, - 12643 + 12353, + 12392 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 8 }, "end": { - "line": 294, + "line": 287, "column": 47 } } @@ -29326,16 +28858,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12694, - 12726 + 12443, + 12475 ], "loc": { "start": { - "line": 296, + "line": 289, "column": 8 }, "end": { - "line": 296, + "line": 289, "column": 40 } } @@ -29353,16 +28885,16 @@ "object": { "type": "ThisExpression", "range": [ - 12735, - 12739 + 12484, + 12488 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 8 }, "end": { - "line": 297, + "line": 290, "column": 12 } } @@ -29371,31 +28903,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 12740, - 12747 + 12489, + 12496 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 13 }, "end": { - "line": 297, + "line": 290, "column": 20 } } }, "range": [ - 12735, - 12747 + 12484, + 12496 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 8 }, "end": { - "line": 297, + "line": 290, "column": 20 } } @@ -29410,16 +28942,16 @@ "type": "Identifier", "name": "f", "range": [ - 12750, - 12751 + 12499, + 12500 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 23 }, "end": { - "line": 297, + "line": 290, "column": 24 } } @@ -29428,31 +28960,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 12752, - 12760 + 12501, + 12509 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 25 }, "end": { - "line": 297, + "line": 290, "column": 33 } } }, "range": [ - 12750, - 12760 + 12499, + 12509 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 23 }, "end": { - "line": 297, + "line": 290, "column": 33 } } @@ -29468,16 +29000,16 @@ "object": { "type": "ThisExpression", "range": [ - 12766, - 12770 + 12515, + 12519 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 39 }, "end": { - "line": 297, + "line": 290, "column": 43 } } @@ -29486,47 +29018,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12771, - 12782 + 12520, + 12531 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 44 }, "end": { - "line": 297, + "line": 290, "column": 55 } } }, "range": [ - 12766, - 12782 + 12515, + 12531 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 39 }, "end": { - "line": 297, + "line": 290, "column": 55 } } }, "prefix": true, "range": [ - 12765, - 12782 + 12514, + 12531 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 38 }, "end": { - "line": 297, + "line": 290, "column": 55 } } @@ -29536,16 +29068,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 12785, - 12789 + 12534, + 12538 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 58 }, "end": { - "line": 297, + "line": 290, "column": 62 } } @@ -29555,76 +29087,76 @@ "value": "", "raw": "''", "range": [ - 12792, - 12794 + 12541, + 12543 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 65 }, "end": { - "line": 297, + "line": 290, "column": 67 } } }, "range": [ - 12765, - 12794 + 12514, + 12543 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 38 }, "end": { - "line": 297, + "line": 290, "column": 67 } } }, "range": [ - 12750, - 12795 + 12499, + 12544 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 23 }, "end": { - "line": 297, + "line": 290, "column": 68 } } }, "range": [ - 12735, - 12795 + 12484, + 12544 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 8 }, "end": { - "line": 297, + "line": 290, "column": 68 } } }, "range": [ - 12735, - 12796 + 12484, + 12545 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 8 }, "end": { - "line": 297, + "line": 290, "column": 69 } }, @@ -29633,16 +29165,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12694, - 12726 + 12443, + 12475 ], "loc": { "start": { - "line": 296, + "line": 289, "column": 8 }, "end": { - "line": 296, + "line": 289, "column": 40 } } @@ -29653,16 +29185,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12805, - 12846 + 12554, + 12595 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 8 }, "end": { - "line": 298, + "line": 291, "column": 49 } } @@ -29680,16 +29212,16 @@ "object": { "type": "ThisExpression", "range": [ - 12855, - 12859 + 12604, + 12608 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 8 }, "end": { - "line": 299, + "line": 292, "column": 12 } } @@ -29698,31 +29230,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 12860, - 12871 + 12609, + 12620 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 13 }, "end": { - "line": 299, + "line": 292, "column": 24 } } }, "range": [ - 12855, - 12871 + 12604, + 12620 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 8 }, "end": { - "line": 299, + "line": 292, "column": 24 } } @@ -29737,16 +29269,16 @@ "type": "Identifier", "name": "f", "range": [ - 12874, - 12875 + 12623, + 12624 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 27 }, "end": { - "line": 299, + "line": 292, "column": 28 } } @@ -29755,31 +29287,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 12876, - 12889 + 12625, + 12638 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 29 }, "end": { - "line": 299, + "line": 292, "column": 42 } } }, "range": [ - 12874, - 12889 + 12623, + 12638 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 27 }, "end": { - "line": 299, + "line": 292, "column": 42 } } @@ -29795,16 +29327,16 @@ "object": { "type": "ThisExpression", "range": [ - 12907, - 12911 + 12656, + 12660 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 14 }, "end": { - "line": 300, + "line": 293, "column": 18 } } @@ -29813,47 +29345,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12912, - 12923 + 12661, + 12672 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 19 }, "end": { - "line": 300, + "line": 293, "column": 30 } } }, "range": [ - 12907, - 12923 + 12656, + 12672 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 14 }, "end": { - "line": 300, + "line": 293, "column": 30 } } }, "prefix": true, "range": [ - 12906, - 12923 + 12655, + 12672 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 13 }, "end": { - "line": 300, + "line": 293, "column": 30 } } @@ -29863,16 +29395,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 12926, - 12934 + 12675, + 12683 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 33 }, "end": { - "line": 300, + "line": 293, "column": 41 } } @@ -29882,76 +29414,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 12937, - 12950 + 12686, + 12699 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 44 }, "end": { - "line": 300, + "line": 293, "column": 57 } } }, "range": [ - 12906, - 12950 + 12655, + 12699 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 13 }, "end": { - "line": 300, + "line": 293, "column": 57 } } }, "range": [ - 12874, - 12951 + 12623, + 12700 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 27 }, "end": { - "line": 300, + "line": 293, "column": 58 } } }, "range": [ - 12855, - 12951 + 12604, + 12700 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 8 }, "end": { - "line": 300, + "line": 293, "column": 58 } } }, "range": [ - 12855, - 12952 + 12604, + 12701 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 8 }, "end": { - "line": 300, + "line": 293, "column": 59 } }, @@ -29960,16 +29492,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12805, - 12846 + 12554, + 12595 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 8 }, "end": { - "line": 298, + "line": 291, "column": 49 } } @@ -29980,16 +29512,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12961, - 12984 + 12710, + 12733 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 8 }, "end": { - "line": 301, + "line": 294, "column": 31 } } @@ -30007,16 +29539,16 @@ "object": { "type": "ThisExpression", "range": [ - 12993, - 12997 + 12742, + 12746 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 8 }, "end": { - "line": 302, + "line": 295, "column": 12 } } @@ -30025,31 +29557,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 12998, - 13006 + 12747, + 12755 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 13 }, "end": { - "line": 302, + "line": 295, "column": 21 } } }, "range": [ - 12993, - 13006 + 12742, + 12755 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 8 }, "end": { - "line": 302, + "line": 295, "column": 21 } } @@ -30060,16 +29592,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13009, - 13016 + 12758, + 12765 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 24 }, "end": { - "line": 302, + "line": 295, "column": 31 } } @@ -30082,16 +29614,16 @@ "type": "Identifier", "name": "f", "range": [ - 13017, - 13018 + 12766, + 12767 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 32 }, "end": { - "line": 302, + "line": 295, "column": 33 } } @@ -30100,77 +29632,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 13019, - 13028 + 12768, + 12777 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 34 }, "end": { - "line": 302, + "line": 295, "column": 43 } } }, "range": [ - 13017, - 13028 + 12766, + 12777 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 32 }, "end": { - "line": 302, + "line": 295, "column": 43 } } } ], "range": [ - 13009, - 13029 + 12758, + 12778 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 24 }, "end": { - "line": 302, + "line": 295, "column": 44 } } }, "range": [ - 12993, - 13029 + 12742, + 12778 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 8 }, "end": { - "line": 302, + "line": 295, "column": 44 } } }, "range": [ - 12993, - 13030 + 12742, + 12779 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 8 }, "end": { - "line": 302, + "line": 295, "column": 45 } }, @@ -30179,16 +29711,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12961, - 12984 + 12710, + 12733 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 8 }, "end": { - "line": 301, + "line": 294, "column": 31 } } @@ -30199,16 +29731,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13039, - 13075 + 12788, + 12824 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 8 }, "end": { - "line": 303, + "line": 296, "column": 44 } } @@ -30226,16 +29758,16 @@ "object": { "type": "ThisExpression", "range": [ - 13084, - 13088 + 12833, + 12837 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 8 }, "end": { - "line": 304, + "line": 297, "column": 12 } } @@ -30244,31 +29776,31 @@ "type": "Identifier", "name": "btnResetCssClass", "range": [ - 13089, - 13105 + 12838, + 12854 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 13 }, "end": { - "line": 304, + "line": 297, "column": 29 } } }, "range": [ - 13084, - 13105 + 12833, + 12854 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 8 }, "end": { - "line": 304, + "line": 297, "column": 29 } } @@ -30283,16 +29815,16 @@ "type": "Identifier", "name": "f", "range": [ - 13108, - 13109 + 12857, + 12858 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 32 }, "end": { - "line": 304, + "line": 297, "column": 33 } } @@ -30301,31 +29833,31 @@ "type": "Identifier", "name": "btn_reset_css_class", "range": [ - 13110, - 13129 + 12859, + 12878 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 34 }, "end": { - "line": 304, + "line": 297, "column": 53 } } }, "range": [ - 13108, - 13129 + 12857, + 12878 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 32 }, "end": { - "line": 304, + "line": 297, "column": 53 } } @@ -30335,61 +29867,61 @@ "value": "reset", "raw": "'reset'", "range": [ - 13133, - 13140 + 12882, + 12889 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 57 }, "end": { - "line": 304, + "line": 297, "column": 64 } } }, "range": [ - 13108, - 13140 + 12857, + 12889 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 32 }, "end": { - "line": 304, + "line": 297, "column": 64 } } }, "range": [ - 13084, - 13140 + 12833, + 12889 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 8 }, "end": { - "line": 304, + "line": 297, "column": 64 } } }, "range": [ - 13084, - 13141 + 12833, + 12890 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 8 }, "end": { - "line": 304, + "line": 297, "column": 65 } }, @@ -30398,16 +29930,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13039, - 13075 + 12788, + 12824 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 8 }, "end": { - "line": 303, + "line": 296, "column": 44 } } @@ -30418,16 +29950,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13150, - 13196 + 12899, + 12945 ], "loc": { "start": { - "line": 305, + "line": 298, "column": 8 }, "end": { - "line": 305, + "line": 298, "column": 54 } } @@ -30445,16 +29977,16 @@ "object": { "type": "ThisExpression", "range": [ - 13205, - 13209 + 12954, + 12958 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 8 }, "end": { - "line": 306, + "line": 299, "column": 12 } } @@ -30463,31 +29995,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 13210, - 13223 + 12959, + 12972 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 13 }, "end": { - "line": 306, + "line": 299, "column": 26 } } }, "range": [ - 13205, - 13223 + 12954, + 12972 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 8 }, "end": { - "line": 306, + "line": 299, "column": 26 } } @@ -30503,16 +30035,16 @@ "type": "Identifier", "name": "Types", "range": [ - 13226, - 13231 + 12975, + 12980 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 29 }, "end": { - "line": 306, + "line": 299, "column": 34 } } @@ -30521,31 +30053,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 13232, - 13236 + 12981, + 12985 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 35 }, "end": { - "line": 306, + "line": 299, "column": 39 } } }, "range": [ - 13226, - 13236 + 12975, + 12985 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 29 }, "end": { - "line": 306, + "line": 299, "column": 39 } } @@ -30558,16 +30090,16 @@ "type": "Identifier", "name": "f", "range": [ - 13237, - 13238 + 12986, + 12987 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 40 }, "end": { - "line": 306, + "line": 299, "column": 41 } } @@ -30576,47 +30108,47 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13239, - 13254 + 12988, + 13003 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 42 }, "end": { - "line": 306, + "line": 299, "column": 57 } } }, "range": [ - 13237, - 13254 + 12986, + 13003 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 40 }, "end": { - "line": 306, + "line": 299, "column": 57 } } } ], "range": [ - 13226, - 13255 + 12975, + 13004 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 29 }, "end": { - "line": 306, + "line": 299, "column": 58 } } @@ -30628,16 +30160,16 @@ "type": "Identifier", "name": "f", "range": [ - 13270, - 13271 + 13019, + 13020 ], "loc": { "start": { - "line": 307, + "line": 300, "column": 12 }, "end": { - "line": 307, + "line": 300, "column": 13 } } @@ -30646,31 +30178,31 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13272, - 13287 + 13021, + 13036 ], "loc": { "start": { - "line": 307, + "line": 300, "column": 14 }, "end": { - "line": 307, + "line": 300, "column": 29 } } }, "range": [ - 13270, - 13287 + 13019, + 13036 ], "loc": { "start": { - "line": 307, + "line": 300, "column": 12 }, "end": { - "line": 307, + "line": 300, "column": 29 } } @@ -30680,61 +30212,61 @@ "value": null, "raw": "null", "range": [ - 13290, - 13294 + 13039, + 13043 ], "loc": { "start": { - "line": 307, + "line": 300, "column": 32 }, "end": { - "line": 307, + "line": 300, "column": 36 } } }, "range": [ - 13226, - 13294 + 12975, + 13043 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 29 }, "end": { - "line": 307, + "line": 300, "column": 36 } } }, "range": [ - 13205, - 13294 + 12954, + 13043 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 8 }, "end": { - "line": 307, + "line": 300, "column": 36 } } }, "range": [ - 13205, - 13295 + 12954, + 13044 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 8 }, "end": { - "line": 307, + "line": 300, "column": 37 } }, @@ -30743,16 +30275,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13150, - 13196 + 12899, + 12945 ], "loc": { "start": { - "line": 305, + "line": 298, "column": 8 }, "end": { - "line": 305, + "line": 298, "column": 54 } } @@ -30763,16 +30295,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13304, - 13349 + 13053, + 13098 ], "loc": { "start": { - "line": 308, + "line": 301, "column": 8 }, "end": { - "line": 308, + "line": 301, "column": 53 } } @@ -30790,16 +30322,16 @@ "object": { "type": "ThisExpression", "range": [ - 13358, - 13362 + 13107, + 13111 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 8 }, "end": { - "line": 309, + "line": 302, "column": 12 } } @@ -30808,31 +30340,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 13363, - 13375 + 13112, + 13124 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 13 }, "end": { - "line": 309, + "line": 302, "column": 25 } } }, "range": [ - 13358, - 13375 + 13107, + 13124 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 8 }, "end": { - "line": 309, + "line": 302, "column": 25 } } @@ -30848,16 +30380,16 @@ "type": "Identifier", "name": "Types", "range": [ - 13378, - 13383 + 13127, + 13132 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 28 }, "end": { - "line": 309, + "line": 302, "column": 33 } } @@ -30866,31 +30398,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 13384, - 13388 + 13133, + 13137 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 34 }, "end": { - "line": 309, + "line": 302, "column": 38 } } }, "range": [ - 13378, - 13388 + 13127, + 13137 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 28 }, "end": { - "line": 309, + "line": 302, "column": 38 } } @@ -30903,16 +30435,16 @@ "type": "Identifier", "name": "f", "range": [ - 13389, - 13390 + 13138, + 13139 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 39 }, "end": { - "line": 309, + "line": 302, "column": 40 } } @@ -30921,47 +30453,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13391, - 13405 + 13140, + 13154 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 41 }, "end": { - "line": 309, + "line": 302, "column": 55 } } }, "range": [ - 13389, - 13405 + 13138, + 13154 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 39 }, "end": { - "line": 309, + "line": 302, "column": 55 } } } ], "range": [ - 13378, - 13406 + 13127, + 13155 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 28 }, "end": { - "line": 309, + "line": 302, "column": 56 } } @@ -30973,16 +30505,16 @@ "type": "Identifier", "name": "f", "range": [ - 13421, - 13422 + 13170, + 13171 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 12 }, "end": { - "line": 310, + "line": 303, "column": 13 } } @@ -30991,31 +30523,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13423, - 13437 + 13172, + 13186 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 14 }, "end": { - "line": 310, + "line": 303, "column": 28 } } }, "range": [ - 13421, - 13437 + 13170, + 13186 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 12 }, "end": { - "line": 310, + "line": 303, "column": 28 } } @@ -31025,61 +30557,61 @@ "value": null, "raw": "null", "range": [ - 13440, - 13444 + 13189, + 13193 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 31 }, "end": { - "line": 310, + "line": 303, "column": 35 } } }, "range": [ - 13378, - 13444 + 13127, + 13193 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 28 }, "end": { - "line": 310, + "line": 303, "column": 35 } } }, "range": [ - 13358, - 13444 + 13107, + 13193 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 8 }, "end": { - "line": 310, + "line": 303, "column": 35 } } }, "range": [ - 13358, - 13445 + 13107, + 13194 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 8 }, "end": { - "line": 310, + "line": 303, "column": 36 } }, @@ -31088,16 +30620,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13304, - 13349 + 13053, + 13098 ], "loc": { "start": { - "line": 308, + "line": 301, "column": 8 }, "end": { - "line": 308, + "line": 301, "column": 53 } } @@ -31108,16 +30640,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13455, - 13471 + 13204, + 13220 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 8 }, "end": { - "line": 312, + "line": 305, "column": 24 } } @@ -31126,16 +30658,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13480, - 13511 + 13229, + 13260 ], "loc": { "start": { - "line": 313, + "line": 306, "column": 8 }, "end": { - "line": 313, + "line": 306, "column": 39 } } @@ -31153,16 +30685,16 @@ "object": { "type": "ThisExpression", "range": [ - 13520, - 13524 + 13269, + 13273 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 8 }, "end": { - "line": 314, + "line": 307, "column": 12 } } @@ -31171,31 +30703,31 @@ "type": "Identifier", "name": "paging", "range": [ - 13525, - 13531 + 13274, + 13280 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 13 }, "end": { - "line": 314, + "line": 307, "column": 19 } } }, "range": [ - 13520, - 13531 + 13269, + 13280 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 8 }, "end": { - "line": 314, + "line": 307, "column": 19 } } @@ -31206,16 +30738,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13534, - 13541 + 13283, + 13290 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 22 }, "end": { - "line": 314, + "line": 307, "column": 29 } } @@ -31228,16 +30760,16 @@ "type": "Identifier", "name": "f", "range": [ - 13542, - 13543 + 13291, + 13292 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 30 }, "end": { - "line": 314, + "line": 307, "column": 31 } } @@ -31246,77 +30778,77 @@ "type": "Identifier", "name": "paging", "range": [ - 13544, - 13550 + 13293, + 13299 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 32 }, "end": { - "line": 314, + "line": 307, "column": 38 } } }, "range": [ - 13542, - 13550 + 13291, + 13299 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 30 }, "end": { - "line": 314, + "line": 307, "column": 38 } } } ], "range": [ - 13534, - 13551 + 13283, + 13300 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 22 }, "end": { - "line": 314, + "line": 307, "column": 39 } } }, "range": [ - 13520, - 13551 + 13269, + 13300 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 8 }, "end": { - "line": 314, + "line": 307, "column": 39 } } }, "range": [ - 13520, - 13552 + 13269, + 13301 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 8 }, "end": { - "line": 314, + "line": 307, "column": 40 } }, @@ -31325,16 +30857,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13455, - 13471 + 13204, + 13220 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 8 }, "end": { - "line": 312, + "line": 305, "column": 24 } } @@ -31343,16 +30875,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13480, - 13511 + 13229, + 13260 ], "loc": { "start": { - "line": 313, + "line": 306, "column": 8 }, "end": { - "line": 313, + "line": 306, "column": 39 } } @@ -31370,16 +30902,16 @@ "object": { "type": "ThisExpression", "range": [ - 13561, - 13565 + 13310, + 13314 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 8 }, "end": { - "line": 315, + "line": 308, "column": 12 } } @@ -31388,31 +30920,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 13566, - 13579 + 13315, + 13328 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 13 }, "end": { - "line": 315, + "line": 308, "column": 26 } } }, "range": [ - 13561, - 13579 + 13310, + 13328 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 8 }, "end": { - "line": 315, + "line": 308, "column": 26 } } @@ -31422,46 +30954,46 @@ "value": 0, "raw": "0", "range": [ - 13582, - 13583 + 13331, + 13332 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 29 }, "end": { - "line": 315, + "line": 308, "column": 30 } } }, "range": [ - 13561, - 13583 + 13310, + 13332 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 8 }, "end": { - "line": 315, + "line": 308, "column": 30 } } }, "range": [ - 13561, - 13584 + 13310, + 13333 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 8 }, "end": { - "line": 315, + "line": 308, "column": 31 } }, @@ -31470,16 +31002,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13585, - 13602 + 13334, + 13351 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 32 }, "end": { - "line": 315, + "line": 308, "column": 49 } } @@ -31497,16 +31029,16 @@ "object": { "type": "ThisExpression", "range": [ - 13611, - 13615 + 13360, + 13364 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 8 }, "end": { - "line": 316, + "line": 309, "column": 12 } } @@ -31515,31 +31047,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 13616, - 13628 + 13365, + 13377 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 13 }, "end": { - "line": 316, + "line": 309, "column": 25 } } }, "range": [ - 13611, - 13628 + 13360, + 13377 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 8 }, "end": { - "line": 316, + "line": 309, "column": 25 } } @@ -31549,46 +31081,46 @@ "value": 0, "raw": "0", "range": [ - 13631, - 13632 + 13380, + 13381 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 28 }, "end": { - "line": 316, + "line": 309, "column": 29 } } }, "range": [ - 13611, - 13632 + 13360, + 13381 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 8 }, "end": { - "line": 316, + "line": 309, "column": 29 } } }, "range": [ - 13611, - 13633 + 13360, + 13382 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 8 }, "end": { - "line": 316, + "line": 309, "column": 30 } }, @@ -31597,16 +31129,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13585, - 13602 + 13334, + 13351 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 32 }, "end": { - "line": 315, + "line": 308, "column": 49 } } @@ -31617,16 +31149,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13634, - 13650 + 13383, + 13399 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 31 }, "end": { - "line": 316, + "line": 309, "column": 47 } } @@ -31635,16 +31167,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13660, - 13690 + 13409, + 13439 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 8 }, "end": { - "line": 318, + "line": 311, "column": 38 } } @@ -31653,16 +31185,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13699, - 13757 + 13448, + 13506 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 8 }, "end": { - "line": 319, + "line": 312, "column": 66 } } @@ -31680,16 +31212,16 @@ "object": { "type": "ThisExpression", "range": [ - 13766, - 13770 + 13515, + 13519 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 8 }, "end": { - "line": 320, + "line": 313, "column": 12 } } @@ -31698,31 +31230,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 13771, - 13781 + 13520, + 13530 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 13 }, "end": { - "line": 320, + "line": 313, "column": 23 } } }, "range": [ - 13766, - 13781 + 13515, + 13530 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 8 }, "end": { - "line": 320, + "line": 313, "column": 23 } } @@ -31733,16 +31265,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13784, - 13791 + 13533, + 13540 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 26 }, "end": { - "line": 320, + "line": 313, "column": 33 } } @@ -31755,16 +31287,16 @@ "type": "Identifier", "name": "f", "range": [ - 13792, - 13793 + 13541, + 13542 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 34 }, "end": { - "line": 320, + "line": 313, "column": 35 } } @@ -31773,77 +31305,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 13794, - 13805 + 13543, + 13554 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 36 }, "end": { - "line": 320, + "line": 313, "column": 47 } } }, "range": [ - 13792, - 13805 + 13541, + 13554 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 34 }, "end": { - "line": 320, + "line": 313, "column": 47 } } } ], "range": [ - 13784, - 13806 + 13533, + 13555 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 26 }, "end": { - "line": 320, + "line": 313, "column": 48 } } }, "range": [ - 13766, - 13806 + 13515, + 13555 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 8 }, "end": { - "line": 320, + "line": 313, "column": 48 } } }, "range": [ - 13766, - 13807 + 13515, + 13556 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 8 }, "end": { - "line": 320, + "line": 313, "column": 49 } }, @@ -31852,16 +31384,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13634, - 13650 + 13383, + 13399 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 31 }, "end": { - "line": 316, + "line": 309, "column": 47 } } @@ -31870,16 +31402,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13660, - 13690 + 13409, + 13439 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 8 }, "end": { - "line": 318, + "line": 311, "column": 38 } } @@ -31888,16 +31420,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13699, - 13757 + 13448, + 13506 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 8 }, "end": { - "line": 319, + "line": 312, "column": 66 } } @@ -31908,16 +31440,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13816, - 13845 + 13565, + 13594 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 8 }, "end": { - "line": 321, + "line": 314, "column": 37 } } @@ -31935,16 +31467,16 @@ "object": { "type": "ThisExpression", "range": [ - 13854, - 13858 + 13603, + 13607 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 8 }, "end": { - "line": 322, + "line": 315, "column": 12 } } @@ -31953,31 +31485,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 13859, - 13874 + 13608, + 13623 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 13 }, "end": { - "line": 322, + "line": 315, "column": 28 } } }, "range": [ - 13854, - 13874 + 13603, + 13623 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 8 }, "end": { - "line": 322, + "line": 315, "column": 28 } } @@ -31993,16 +31525,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 13878, - 13883 + 13627, + 13632 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 32 }, "end": { - "line": 322, + "line": 315, "column": 37 } } @@ -32015,16 +31547,16 @@ "type": "Identifier", "name": "f", "range": [ - 13884, - 13885 + 13633, + 13634 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 38 }, "end": { - "line": 322, + "line": 315, "column": 39 } } @@ -32033,63 +31565,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13886, - 13903 + 13635, + 13652 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 40 }, "end": { - "line": 322, + "line": 315, "column": 57 } } }, "range": [ - 13884, - 13903 + 13633, + 13652 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 38 }, "end": { - "line": 322, + "line": 315, "column": 57 } } } ], "range": [ - 13878, - 13904 + 13627, + 13653 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 32 }, "end": { - "line": 322, + "line": 315, "column": 58 } } }, "prefix": true, "range": [ - 13877, - 13904 + 13626, + 13653 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 31 }, "end": { - "line": 322, + "line": 315, "column": 58 } } @@ -32101,16 +31633,16 @@ "type": "Identifier", "name": "f", "range": [ - 13919, - 13920 + 13668, + 13669 ], "loc": { "start": { - "line": 323, + "line": 316, "column": 12 }, "end": { - "line": 323, + "line": 316, "column": 13 } } @@ -32119,96 +31651,95 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13921, - 13938 + 13670, + 13687 ], "loc": { "start": { - "line": 323, + "line": 316, "column": 14 }, "end": { - "line": 323, + "line": 316, "column": 31 } } }, "range": [ - 13919, - 13938 + 13668, + 13687 ], "loc": { "start": { - "line": 323, + "line": 316, "column": 12 }, "end": { - "line": 323, + "line": 316, "column": 31 } } }, "alternate": { - "type": "Literal", - "value": 900, - "raw": "900", + "type": "Identifier", + "name": "AUTO_FILTER_DELAY", "range": [ - 13941, - 13944 + 13690, + 13707 ], "loc": { "start": { - "line": 323, + "line": 316, "column": 34 }, "end": { - "line": 323, - "column": 37 + "line": 316, + "column": 51 } } }, "range": [ - 13877, - 13944 + 13626, + 13707 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 31 }, "end": { - "line": 323, - "column": 37 + "line": 316, + "column": 51 } } }, "range": [ - 13854, - 13944 + 13603, + 13707 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 8 }, "end": { - "line": 323, - "column": 37 + "line": 316, + "column": 51 } } }, "range": [ - 13854, - 13945 + 13603, + 13708 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 8 }, "end": { - "line": 323, - "column": 38 + "line": 316, + "column": 52 } }, "leadingComments": [ @@ -32216,16 +31747,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13816, - 13845 + 13565, + 13594 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 8 }, "end": { - "line": 321, + "line": 314, "column": 37 } } @@ -32236,16 +31767,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13954, - 13972 + 13717, + 13735 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 8 }, "end": { - "line": 324, + "line": 317, "column": 26 } } @@ -32263,16 +31794,16 @@ "object": { "type": "ThisExpression", "range": [ - 13981, - 13985 + 13744, + 13748 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 8 }, "end": { - "line": 325, + "line": 318, "column": 12 } } @@ -32281,31 +31812,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 13986, - 13998 + 13749, + 13761 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 13 }, "end": { - "line": 325, + "line": 318, "column": 25 } } }, "range": [ - 13981, - 13998 + 13744, + 13761 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 8 }, "end": { - "line": 325, + "line": 318, "column": 25 } } @@ -32315,46 +31846,46 @@ "value": null, "raw": "null", "range": [ - 14001, - 14005 + 13764, + 13768 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 28 }, "end": { - "line": 325, + "line": 318, "column": 32 } } }, "range": [ - 13981, - 14005 + 13744, + 13768 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 8 }, "end": { - "line": 325, + "line": 318, "column": 32 } } }, "range": [ - 13981, - 14006 + 13744, + 13769 ], "loc": { "start": { - "line": 325, + "line": 318, "column": 8 }, "end": { - "line": 325, + "line": 318, "column": 33 } }, @@ -32363,16 +31894,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13954, - 13972 + 13717, + 13735 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 8 }, "end": { - "line": 324, + "line": 317, "column": 26 } } @@ -32390,16 +31921,16 @@ "object": { "type": "ThisExpression", "range": [ - 14015, - 14019 + 13778, + 13782 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 8 }, "end": { - "line": 326, + "line": 319, "column": 12 } } @@ -32408,31 +31939,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 14020, - 14035 + 13783, + 13798 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 13 }, "end": { - "line": 326, + "line": 319, "column": 28 } } }, "range": [ - 14015, - 14035 + 13778, + 13798 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 8 }, "end": { - "line": 326, + "line": 319, "column": 28 } } @@ -32442,46 +31973,46 @@ "value": null, "raw": "null", "range": [ - 14038, - 14042 + 13801, + 13805 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 31 }, "end": { - "line": 326, + "line": 319, "column": 35 } } }, "range": [ - 14015, - 14042 + 13778, + 13805 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 8 }, "end": { - "line": 326, + "line": 319, "column": 35 } } }, "range": [ - 14015, - 14043 + 13778, + 13806 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 8 }, "end": { - "line": 326, + "line": 319, "column": 36 } }, @@ -32490,16 +32021,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14053, - 14083 + 13816, + 13846 ], "loc": { "start": { - "line": 328, + "line": 321, "column": 8 }, "end": { - "line": 328, + "line": 321, "column": 38 } } @@ -32508,16 +32039,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14092, - 14131 + 13855, + 13894 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 8 }, "end": { - "line": 329, + "line": 322, "column": 47 } } @@ -32535,16 +32066,16 @@ "object": { "type": "ThisExpression", "range": [ - 14140, - 14144 + 13903, + 13907 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 8 }, "end": { - "line": 330, + "line": 323, "column": 12 } } @@ -32553,31 +32084,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 14145, - 14162 + 13908, + 13925 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 13 }, "end": { - "line": 330, + "line": 323, "column": 30 } } }, "range": [ - 14140, - 14162 + 13903, + 13925 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 8 }, "end": { - "line": 330, + "line": 323, "column": 30 } } @@ -32588,16 +32119,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14165, - 14172 + 13928, + 13935 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 33 }, "end": { - "line": 330, + "line": 323, "column": 40 } } @@ -32610,16 +32141,16 @@ "type": "Identifier", "name": "f", "range": [ - 14173, - 14174 + 13936, + 13937 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 41 }, "end": { - "line": 330, + "line": 323, "column": 42 } } @@ -32628,77 +32159,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 14175, - 14193 + 13938, + 13956 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 43 }, "end": { - "line": 330, + "line": 323, "column": 61 } } }, "range": [ - 14173, - 14193 + 13936, + 13956 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 41 }, "end": { - "line": 330, + "line": 323, "column": 61 } } } ], "range": [ - 14165, - 14194 + 13928, + 13957 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 33 }, "end": { - "line": 330, + "line": 323, "column": 62 } } }, "range": [ - 14140, - 14194 + 13903, + 13957 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 8 }, "end": { - "line": 330, + "line": 323, "column": 62 } } }, "range": [ - 14140, - 14195 + 13903, + 13958 ], "loc": { "start": { - "line": 330, + "line": 323, "column": 8 }, "end": { - "line": 330, + "line": 323, "column": 63 } }, @@ -32707,16 +32238,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14053, - 14083 + 13816, + 13846 ], "loc": { "start": { - "line": 328, + "line": 321, "column": 8 }, "end": { - "line": 328, + "line": 321, "column": 38 } } @@ -32725,16 +32256,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14092, - 14131 + 13855, + 13894 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 8 }, "end": { - "line": 329, + "line": 322, "column": 47 } } @@ -32745,16 +32276,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14205, - 14233 + 13968, + 13996 ], "loc": { "start": { - "line": 332, + "line": 325, "column": 8 }, "end": { - "line": 332, + "line": 325, "column": 36 } } @@ -32772,16 +32303,16 @@ "object": { "type": "ThisExpression", "range": [ - 14242, - 14246 + 14005, + 14009 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 8 }, "end": { - "line": 333, + "line": 326, "column": 12 } } @@ -32790,31 +32321,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 14247, - 14256 + 14010, + 14019 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 13 }, "end": { - "line": 333, + "line": 326, "column": 22 } } }, "range": [ - 14242, - 14256 + 14005, + 14019 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 8 }, "end": { - "line": 333, + "line": 326, "column": 22 } } @@ -32831,16 +32362,16 @@ "type": "Identifier", "name": "Types", "range": [ - 14259, - 14264 + 14022, + 14027 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 25 }, "end": { - "line": 333, + "line": 326, "column": 30 } } @@ -32849,31 +32380,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 14265, - 14270 + 14028, + 14033 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 31 }, "end": { - "line": 333, + "line": 326, "column": 36 } } }, "range": [ - 14259, - 14270 + 14022, + 14033 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 25 }, "end": { - "line": 333, + "line": 326, "column": 36 } } @@ -32886,16 +32417,16 @@ "type": "Identifier", "name": "f", "range": [ - 14271, - 14272 + 14034, + 14035 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 37 }, "end": { - "line": 333, + "line": 326, "column": 38 } } @@ -32904,47 +32435,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 14273, - 14291 + 14036, + 14054 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 39 }, "end": { - "line": 333, + "line": 326, "column": 57 } } }, "range": [ - 14271, - 14291 + 14034, + 14054 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 37 }, "end": { - "line": 333, + "line": 326, "column": 57 } } } ], "range": [ - 14259, - 14292 + 14022, + 14055 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 25 }, "end": { - "line": 333, + "line": 326, "column": 58 } } @@ -32955,16 +32486,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14308, - 14315 + 14071, + 14078 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 19 } } @@ -32977,16 +32508,16 @@ "type": "Identifier", "name": "f", "range": [ - 14316, - 14317 + 14079, + 14080 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 20 }, "end": { - "line": 334, + "line": 327, "column": 21 } } @@ -32995,92 +32526,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 14318, - 14336 + 14081, + 14099 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 22 }, "end": { - "line": 334, + "line": 327, "column": 40 } } }, "range": [ - 14316, - 14336 + 14079, + 14099 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 20 }, "end": { - "line": 334, + "line": 327, "column": 40 } } } ], "range": [ - 14308, - 14337 + 14071, + 14100 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 41 } } }, "range": [ - 14259, - 14337 + 14022, + 14100 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 25 }, "end": { - "line": 334, + "line": 327, "column": 41 } } }, "range": [ - 14242, - 14337 + 14005, + 14100 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 8 }, "end": { - "line": 334, + "line": 327, "column": 41 } } }, "range": [ - 14242, - 14338 + 14005, + 14101 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 8 }, "end": { - "line": 334, + "line": 327, "column": 42 } }, @@ -33089,16 +32620,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14205, - 14233 + 13968, + 13996 ], "loc": { "start": { - "line": 332, + "line": 325, "column": 8 }, "end": { - "line": 332, + "line": 325, "column": 36 } } @@ -33109,16 +32640,16 @@ "type": "Line", "value": " stateful", "range": [ - 14348, - 14359 + 14111, + 14122 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 19 } } @@ -33136,16 +32667,16 @@ "object": { "type": "ThisExpression", "range": [ - 14368, - 14372 + 14131, + 14135 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 8 }, "end": { - "line": 337, + "line": 330, "column": 12 } } @@ -33154,31 +32685,31 @@ "type": "Identifier", "name": "state", "range": [ - 14373, - 14378 + 14136, + 14141 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 13 }, "end": { - "line": 337, + "line": 330, "column": 18 } } }, "range": [ - 14368, - 14378 + 14131, + 14141 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 8 }, "end": { - "line": 337, + "line": 330, "column": 18 } } @@ -33195,16 +32726,16 @@ "type": "Identifier", "name": "Types", "range": [ - 14381, - 14386 + 14144, + 14149 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 21 }, "end": { - "line": 337, + "line": 330, "column": 26 } } @@ -33213,31 +32744,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 14387, - 14392 + 14150, + 14155 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 27 }, "end": { - "line": 337, + "line": 330, "column": 32 } } }, "range": [ - 14381, - 14392 + 14144, + 14155 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 21 }, "end": { - "line": 337, + "line": 330, "column": 32 } } @@ -33250,16 +32781,16 @@ "type": "Identifier", "name": "f", "range": [ - 14393, - 14394 + 14156, + 14157 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 33 }, "end": { - "line": 337, + "line": 330, "column": 34 } } @@ -33268,47 +32799,47 @@ "type": "Identifier", "name": "state", "range": [ - 14395, - 14400 + 14158, + 14163 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 35 }, "end": { - "line": 337, + "line": 330, "column": 40 } } }, "range": [ - 14393, - 14400 + 14156, + 14163 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 33 }, "end": { - "line": 337, + "line": 330, "column": 40 } } } ], "range": [ - 14381, - 14401 + 14144, + 14164 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 21 }, "end": { - "line": 337, + "line": 330, "column": 41 } } @@ -33319,16 +32850,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14405, - 14412 + 14168, + 14175 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 45 }, "end": { - "line": 337, + "line": 330, "column": 52 } } @@ -33341,16 +32872,16 @@ "type": "Identifier", "name": "f", "range": [ - 14413, - 14414 + 14176, + 14177 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 53 }, "end": { - "line": 337, + "line": 330, "column": 54 } } @@ -33359,92 +32890,92 @@ "type": "Identifier", "name": "state", "range": [ - 14415, - 14420 + 14178, + 14183 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 55 }, "end": { - "line": 337, + "line": 330, "column": 60 } } }, "range": [ - 14413, - 14420 + 14176, + 14183 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 53 }, "end": { - "line": 337, + "line": 330, "column": 60 } } } ], "range": [ - 14405, - 14421 + 14168, + 14184 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 45 }, "end": { - "line": 337, + "line": 330, "column": 61 } } }, "range": [ - 14381, - 14421 + 14144, + 14184 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 21 }, "end": { - "line": 337, + "line": 330, "column": 61 } } }, "range": [ - 14368, - 14421 + 14131, + 14184 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 8 }, "end": { - "line": 337, + "line": 330, "column": 61 } } }, "range": [ - 14368, - 14422 + 14131, + 14185 ], "loc": { "start": { - "line": 337, + "line": 330, "column": 8 }, "end": { - "line": 337, + "line": 330, "column": 62 } }, @@ -33453,16 +32984,16 @@ "type": "Line", "value": " stateful", "range": [ - 14348, - 14359 + 14111, + 14122 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 19 } } @@ -33473,16 +33004,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14432, - 14452 + 14195, + 14215 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 8 }, "end": { - "line": 339, + "line": 332, "column": 28 } } @@ -33491,16 +33022,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14461, - 14503 + 14224, + 14266 ], "loc": { "start": { - "line": 340, + "line": 333, "column": 8 }, "end": { - "line": 340, + "line": 333, "column": 50 } } @@ -33518,16 +33049,16 @@ "object": { "type": "ThisExpression", "range": [ - 14512, - 14516 + 14275, + 14279 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 8 }, "end": { - "line": 341, + "line": 334, "column": 12 } } @@ -33536,31 +33067,31 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 14517, - 14532 + 14280, + 14295 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 13 }, "end": { - "line": 341, + "line": 334, "column": 28 } } }, "range": [ - 14512, - 14532 + 14275, + 14295 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 8 }, "end": { - "line": 341, + "line": 334, "column": 28 } } @@ -33575,16 +33106,16 @@ "type": "Identifier", "name": "f", "range": [ - 14535, - 14536 + 14298, + 14299 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 31 }, "end": { - "line": 341, + "line": 334, "column": 32 } } @@ -33593,31 +33124,31 @@ "type": "Identifier", "name": "default_date_type", "range": [ - 14537, - 14554 + 14300, + 14317 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 33 }, "end": { - "line": 341, + "line": 334, "column": 50 } } }, "range": [ - 14535, - 14554 + 14298, + 14317 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 31 }, "end": { - "line": 341, + "line": 334, "column": 50 } } @@ -33627,61 +33158,61 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 14558, - 14563 + 14321, + 14326 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 54 }, "end": { - "line": 341, + "line": 334, "column": 59 } } }, "range": [ - 14535, - 14563 + 14298, + 14326 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 31 }, "end": { - "line": 341, + "line": 334, "column": 59 } } }, "range": [ - 14512, - 14563 + 14275, + 14326 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 8 }, "end": { - "line": 341, + "line": 334, "column": 59 } } }, "range": [ - 14512, - 14564 + 14275, + 14327 ], "loc": { "start": { - "line": 341, + "line": 334, "column": 8 }, "end": { - "line": 341, + "line": 334, "column": 60 } }, @@ -33690,16 +33221,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14432, - 14452 + 14195, + 14215 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 8 }, "end": { - "line": 339, + "line": 332, "column": 28 } } @@ -33708,16 +33239,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14461, - 14503 + 14224, + 14266 ], "loc": { "start": { - "line": 340, + "line": 333, "column": 8 }, "end": { - "line": 340, + "line": 333, "column": 50 } } @@ -33728,16 +33259,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14573, - 14628 + 14336, + 14391 ], "loc": { "start": { - "line": 342, + "line": 335, "column": 8 }, "end": { - "line": 342, + "line": 335, "column": 63 } } @@ -33755,16 +33286,16 @@ "object": { "type": "ThisExpression", "range": [ - 14637, - 14641 + 14400, + 14404 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 8 }, "end": { - "line": 343, + "line": 336, "column": 12 } } @@ -33773,31 +33304,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 14642, - 14660 + 14405, + 14423 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 13 }, "end": { - "line": 343, + "line": 336, "column": 31 } } }, "range": [ - 14637, - 14660 + 14400, + 14423 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 8 }, "end": { - "line": 343, + "line": 336, "column": 31 } } @@ -33812,16 +33343,16 @@ "type": "Identifier", "name": "f", "range": [ - 14663, - 14664 + 14426, + 14427 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 34 }, "end": { - "line": 343, + "line": 336, "column": 35 } } @@ -33830,31 +33361,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 14665, - 14684 + 14428, + 14447 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 36 }, "end": { - "line": 343, + "line": 336, "column": 55 } } }, "range": [ - 14663, - 14684 + 14426, + 14447 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 34 }, "end": { - "line": 343, + "line": 336, "column": 55 } } @@ -33864,61 +33395,61 @@ "value": ",", "raw": "','", "range": [ - 14688, - 14691 + 14451, + 14454 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 59 }, "end": { - "line": 343, + "line": 336, "column": 62 } } }, "range": [ - 14663, - 14691 + 14426, + 14454 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 34 }, "end": { - "line": 343, + "line": 336, "column": 62 } } }, "range": [ - 14637, - 14691 + 14400, + 14454 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 8 }, "end": { - "line": 343, + "line": 336, "column": 62 } } }, "range": [ - 14637, - 14692 + 14400, + 14455 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 8 }, "end": { - "line": 343, + "line": 336, "column": 63 } }, @@ -33927,16 +33458,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14573, - 14628 + 14336, + 14391 ], "loc": { "start": { - "line": 342, + "line": 335, "column": 8 }, "end": { - "line": 342, + "line": 335, "column": 63 } } @@ -33947,16 +33478,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14701, - 14736 + 14464, + 14499 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 8 }, "end": { - "line": 344, + "line": 337, "column": 43 } } @@ -33965,16 +33496,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14745, - 14777 + 14508, + 14540 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 8 }, "end": { - "line": 345, + "line": 338, "column": 40 } } @@ -33992,16 +33523,16 @@ "object": { "type": "ThisExpression", "range": [ - 14786, - 14790 + 14549, + 14553 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 8 }, "end": { - "line": 346, + "line": 339, "column": 12 } } @@ -34010,31 +33541,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 14791, - 14807 + 14554, + 14570 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 13 }, "end": { - "line": 346, + "line": 339, "column": 29 } } }, "range": [ - 14786, - 14807 + 14549, + 14570 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 8 }, "end": { - "line": 346, + "line": 339, "column": 29 } } @@ -34049,16 +33580,16 @@ "type": "Identifier", "name": "f", "range": [ - 14810, - 14811 + 14573, + 14574 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 32 }, "end": { - "line": 346, + "line": 339, "column": 33 } } @@ -34067,31 +33598,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 14812, - 14829 + 14575, + 14592 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 34 }, "end": { - "line": 346, + "line": 339, "column": 51 } } }, "range": [ - 14810, - 14829 + 14573, + 14592 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 32 }, "end": { - "line": 346, + "line": 339, "column": 51 } } @@ -34101,61 +33632,61 @@ "value": ".", "raw": "'.'", "range": [ - 14833, - 14836 + 14596, + 14599 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 55 }, "end": { - "line": 346, + "line": 339, "column": 58 } } }, "range": [ - 14810, - 14836 + 14573, + 14599 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 32 }, "end": { - "line": 346, + "line": 339, "column": 58 } } }, "range": [ - 14786, - 14836 + 14549, + 14599 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 8 }, "end": { - "line": 346, + "line": 339, "column": 58 } } }, "range": [ - 14786, - 14837 + 14549, + 14600 ], "loc": { "start": { - "line": 346, + "line": 339, "column": 8 }, "end": { - "line": 346, + "line": 339, "column": 59 } }, @@ -34164,16 +33695,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14701, - 14736 + 14464, + 14499 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 8 }, "end": { - "line": 344, + "line": 337, "column": 43 } } @@ -34182,16 +33713,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14745, - 14777 + 14508, + 14540 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 8 }, "end": { - "line": 345, + "line": 338, "column": 40 } } @@ -34202,16 +33733,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14846, - 14880 + 14609, + 14643 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 8 }, "end": { - "line": 347, + "line": 340, "column": 42 } } @@ -34229,16 +33760,16 @@ "object": { "type": "ThisExpression", "range": [ - 14889, - 14893 + 14652, + 14656 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 8 }, "end": { - "line": 348, + "line": 341, "column": 12 } } @@ -34247,31 +33778,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 14894, - 14908 + 14657, + 14671 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 13 }, "end": { - "line": 348, + "line": 341, "column": 27 } } }, "range": [ - 14889, - 14908 + 14652, + 14671 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 8 }, "end": { - "line": 348, + "line": 341, "column": 27 } } @@ -34285,16 +33816,16 @@ "type": "Identifier", "name": "Types", "range": [ - 14911, - 14916 + 14674, + 14679 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 30 }, "end": { - "line": 348, + "line": 341, "column": 35 } } @@ -34303,31 +33834,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 14917, - 14924 + 14680, + 14687 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 36 }, "end": { - "line": 348, + "line": 341, "column": 43 } } }, "range": [ - 14911, - 14924 + 14674, + 14687 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 30 }, "end": { - "line": 348, + "line": 341, "column": 43 } } @@ -34340,16 +33871,16 @@ "type": "Identifier", "name": "f", "range": [ - 14925, - 14926 + 14688, + 14689 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 44 }, "end": { - "line": 348, + "line": 341, "column": 45 } } @@ -34358,77 +33889,77 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 14927, - 14944 + 14690, + 14707 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 46 }, "end": { - "line": 348, + "line": 341, "column": 63 } } }, "range": [ - 14925, - 14944 + 14688, + 14707 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 44 }, "end": { - "line": 348, + "line": 341, "column": 63 } } } ], "range": [ - 14911, - 14945 + 14674, + 14708 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 30 }, "end": { - "line": 348, + "line": 341, "column": 64 } } }, "range": [ - 14889, - 14945 + 14652, + 14708 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 8 }, "end": { - "line": 348, + "line": 341, "column": 64 } } }, "range": [ - 14889, - 14946 + 14652, + 14709 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 8 }, "end": { - "line": 348, + "line": 341, "column": 65 } }, @@ -34437,16 +33968,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14846, - 14880 + 14609, + 14643 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 8 }, "end": { - "line": 347, + "line": 340, "column": 42 } } @@ -34457,16 +33988,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14955, - 14992 + 14718, + 14755 ], "loc": { "start": { - "line": 349, + "line": 342, "column": 8 }, "end": { - "line": 349, + "line": 342, "column": 45 } } @@ -34484,16 +34015,16 @@ "object": { "type": "ThisExpression", "range": [ - 15001, - 15005 + 14764, + 14768 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 8 }, "end": { - "line": 350, + "line": 343, "column": 12 } } @@ -34502,31 +34033,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 15006, - 15017 + 14769, + 14780 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 13 }, "end": { - "line": 350, + "line": 343, "column": 24 } } }, "range": [ - 15001, - 15017 + 14764, + 14780 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 8 }, "end": { - "line": 350, + "line": 343, "column": 24 } } @@ -34539,16 +34070,16 @@ "object": { "type": "ThisExpression", "range": [ - 15020, - 15024 + 14783, + 14787 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 27 }, "end": { - "line": 350, + "line": 343, "column": 31 } } @@ -34557,31 +34088,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 15025, - 15039 + 14788, + 14802 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 32 }, "end": { - "line": 350, + "line": 343, "column": 46 } } }, "range": [ - 15020, - 15039 + 14783, + 14802 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 27 }, "end": { - "line": 350, + "line": 343, "column": 46 } } @@ -34593,16 +34124,16 @@ "type": "Identifier", "name": "f", "range": [ - 15042, - 15043 + 14805, + 14806 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 49 }, "end": { - "line": 350, + "line": 343, "column": 50 } } @@ -34611,31 +34142,31 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 15044, - 15061 + 14807, + 14824 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 51 }, "end": { - "line": 350, + "line": 343, "column": 68 } } }, "range": [ - 15042, - 15061 + 14805, + 14824 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 49 }, "end": { - "line": 350, + "line": 343, "column": 68 } } @@ -34645,61 +34176,61 @@ "value": null, "raw": "null", "range": [ - 15064, - 15068 + 14827, + 14831 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 71 }, "end": { - "line": 350, + "line": 343, "column": 75 } } }, "range": [ - 15020, - 15068 + 14783, + 14831 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 27 }, "end": { - "line": 350, + "line": 343, "column": 75 } } }, "range": [ - 15001, - 15068 + 14764, + 14831 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 8 }, "end": { - "line": 350, + "line": 343, "column": 75 } } }, "range": [ - 15001, - 15069 + 14764, + 14832 ], "loc": { "start": { - "line": 350, + "line": 343, "column": 8 }, "end": { - "line": 350, + "line": 343, "column": 76 } }, @@ -34708,16 +34239,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14955, - 14992 + 14718, + 14755 ], "loc": { "start": { - "line": 349, + "line": 342, "column": 8 }, "end": { - "line": 349, + "line": 342, "column": 45 } } @@ -34728,16 +34259,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15078, - 15108 + 14841, + 14871 ], "loc": { "start": { - "line": 351, + "line": 344, "column": 8 }, "end": { - "line": 351, + "line": 344, "column": 38 } } @@ -34755,16 +34286,16 @@ "object": { "type": "ThisExpression", "range": [ - 15117, - 15121 + 14880, + 14884 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 8 }, "end": { - "line": 352, + "line": 345, "column": 12 } } @@ -34773,31 +34304,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15122, - 15136 + 14885, + 14899 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 13 }, "end": { - "line": 352, + "line": 345, "column": 27 } } }, "range": [ - 15117, - 15136 + 14880, + 14899 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 8 }, "end": { - "line": 352, + "line": 345, "column": 27 } } @@ -34811,16 +34342,16 @@ "type": "Identifier", "name": "Types", "range": [ - 15139, - 15144 + 14902, + 14907 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 30 }, "end": { - "line": 352, + "line": 345, "column": 35 } } @@ -34829,31 +34360,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 15145, - 15152 + 14908, + 14915 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 36 }, "end": { - "line": 352, + "line": 345, "column": 43 } } }, "range": [ - 15139, - 15152 + 14902, + 14915 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 30 }, "end": { - "line": 352, + "line": 345, "column": 43 } } @@ -34866,16 +34397,16 @@ "type": "Identifier", "name": "f", "range": [ - 15153, - 15154 + 14916, + 14917 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 44 }, "end": { - "line": 352, + "line": 345, "column": 45 } } @@ -34884,77 +34415,77 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15155, - 15168 + 14918, + 14931 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 46 }, "end": { - "line": 352, + "line": 345, "column": 59 } } }, "range": [ - 15153, - 15168 + 14916, + 14931 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 44 }, "end": { - "line": 352, + "line": 345, "column": 59 } } } ], "range": [ - 15139, - 15169 + 14902, + 14932 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 30 }, "end": { - "line": 352, + "line": 345, "column": 60 } } }, "range": [ - 15117, - 15169 + 14880, + 14932 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 8 }, "end": { - "line": 352, + "line": 345, "column": 60 } } }, "range": [ - 15117, - 15170 + 14880, + 14933 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 8 }, "end": { - "line": 352, + "line": 345, "column": 61 } }, @@ -34963,16 +34494,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15078, - 15108 + 14841, + 14871 ], "loc": { "start": { - "line": 351, + "line": 344, "column": 8 }, "end": { - "line": 351, + "line": 344, "column": 38 } } @@ -34983,16 +34514,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15179, - 15215 + 14942, + 14978 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 8 }, "end": { - "line": 353, + "line": 346, "column": 44 } } @@ -35010,16 +34541,16 @@ "object": { "type": "ThisExpression", "range": [ - 15224, - 15228 + 14987, + 14991 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 8 }, "end": { - "line": 354, + "line": 347, "column": 12 } } @@ -35028,31 +34559,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 15229, - 15240 + 14992, + 15003 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 13 }, "end": { - "line": 354, + "line": 347, "column": 24 } } }, "range": [ - 15224, - 15240 + 14987, + 15003 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 8 }, "end": { - "line": 354, + "line": 347, "column": 24 } } @@ -35065,16 +34596,16 @@ "object": { "type": "ThisExpression", "range": [ - 15243, - 15247 + 15006, + 15010 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 27 }, "end": { - "line": 354, + "line": 347, "column": 31 } } @@ -35083,31 +34614,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15248, - 15262 + 15011, + 15025 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 32 }, "end": { - "line": 354, + "line": 347, "column": 46 } } }, "range": [ - 15243, - 15262 + 15006, + 15025 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 27 }, "end": { - "line": 354, + "line": 347, "column": 46 } } @@ -35119,16 +34650,16 @@ "type": "Identifier", "name": "f", "range": [ - 15265, - 15266 + 15028, + 15029 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 49 }, "end": { - "line": 354, + "line": 347, "column": 50 } } @@ -35137,31 +34668,31 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15267, - 15280 + 15030, + 15043 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 51 }, "end": { - "line": 354, + "line": 347, "column": 64 } } }, "range": [ - 15265, - 15280 + 15028, + 15043 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 49 }, "end": { - "line": 354, + "line": 347, "column": 64 } } @@ -35171,61 +34702,61 @@ "value": null, "raw": "null", "range": [ - 15283, - 15287 + 15046, + 15050 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 67 }, "end": { - "line": 354, + "line": 347, "column": 71 } } }, "range": [ - 15243, - 15287 + 15006, + 15050 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 27 }, "end": { - "line": 354, + "line": 347, "column": 71 } } }, "range": [ - 15224, - 15287 + 14987, + 15050 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 8 }, "end": { - "line": 354, + "line": 347, "column": 71 } } }, "range": [ - 15224, - 15288 + 14987, + 15051 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 8 }, "end": { - "line": 354, + "line": 347, "column": 72 } }, @@ -35234,16 +34765,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15179, - 15215 + 14942, + 14978 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 8 }, "end": { - "line": 353, + "line": 346, "column": 44 } } @@ -35254,16 +34785,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15298, - 15320 + 15061, + 15083 ], "loc": { "start": { - "line": 356, + "line": 349, "column": 8 }, "end": { - "line": 356, + "line": 349, "column": 30 } } @@ -35272,16 +34803,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15329, - 15360 + 15092, + 15123 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 8 }, "end": { - "line": 357, + "line": 350, "column": 39 } } @@ -35299,16 +34830,16 @@ "object": { "type": "ThisExpression", "range": [ - 15369, - 15373 + 15132, + 15136 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 8 }, "end": { - "line": 358, + "line": 351, "column": 12 } } @@ -35317,31 +34848,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 15374, - 15380 + 15137, + 15143 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 13 }, "end": { - "line": 358, + "line": 351, "column": 19 } } }, "range": [ - 15369, - 15380 + 15132, + 15143 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 8 }, "end": { - "line": 358, + "line": 351, "column": 19 } } @@ -35351,46 +34882,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 15383, - 15387 + 15146, + 15150 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 22 }, "end": { - "line": 358, + "line": 351, "column": 26 } } }, "range": [ - 15369, - 15387 + 15132, + 15150 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 8 }, "end": { - "line": 358, + "line": 351, "column": 26 } } }, "range": [ - 15369, - 15388 + 15132, + 15151 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 8 }, "end": { - "line": 358, + "line": 351, "column": 27 } }, @@ -35399,16 +34930,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15298, - 15320 + 15061, + 15083 ], "loc": { "start": { - "line": 356, + "line": 349, "column": 8 }, "end": { - "line": 356, + "line": 349, "column": 30 } } @@ -35417,16 +34948,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15329, - 15360 + 15092, + 15123 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 8 }, "end": { - "line": 357, + "line": 350, "column": 39 } } @@ -35437,16 +34968,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15397, - 15425 + 15160, + 15188 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 8 }, "end": { - "line": 359, + "line": 352, "column": 36 } } @@ -35464,16 +34995,16 @@ "object": { "type": "ThisExpression", "range": [ - 15434, - 15438 + 15197, + 15201 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 8 }, "end": { - "line": 360, + "line": 353, "column": 12 } } @@ -35482,31 +35013,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 15439, - 15446 + 15202, + 15209 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 13 }, "end": { - "line": 360, + "line": 353, "column": 20 } } }, "range": [ - 15434, - 15446 + 15197, + 15209 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 8 }, "end": { - "line": 360, + "line": 353, "column": 20 } } @@ -35516,46 +35047,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 15449, - 15454 + 15212, + 15217 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 23 }, "end": { - "line": 360, + "line": 353, "column": 28 } } }, "range": [ - 15434, - 15454 + 15197, + 15217 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 8 }, "end": { - "line": 360, + "line": 353, "column": 28 } } }, "range": [ - 15434, - 15455 + 15197, + 15218 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 8 }, "end": { - "line": 360, + "line": 353, "column": 29 } }, @@ -35564,16 +35095,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15397, - 15425 + 15160, + 15188 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 8 }, "end": { - "line": 359, + "line": 352, "column": 36 } } @@ -35584,16 +35115,16 @@ "type": "Line", "value": "validation button", "range": [ - 15464, - 15483 + 15227, + 15246 ], "loc": { "start": { - "line": 361, + "line": 354, "column": 8 }, "end": { - "line": 361, + "line": 354, "column": 27 } } @@ -35611,16 +35142,16 @@ "object": { "type": "ThisExpression", "range": [ - 15492, - 15496 + 15255, + 15259 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 8 }, "end": { - "line": 362, + "line": 355, "column": 12 } } @@ -35629,31 +35160,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 15497, - 15510 + 15260, + 15273 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 13 }, "end": { - "line": 362, + "line": 355, "column": 26 } } }, "range": [ - 15492, - 15510 + 15255, + 15273 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 8 }, "end": { - "line": 362, + "line": 355, "column": 26 } } @@ -35663,46 +35194,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 15513, - 15518 + 15276, + 15281 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 29 }, "end": { - "line": 362, + "line": 355, "column": 34 } } }, "range": [ - 15492, - 15518 + 15255, + 15281 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 8 }, "end": { - "line": 362, + "line": 355, "column": 34 } } }, "range": [ - 15492, - 15519 + 15255, + 15282 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 8 }, "end": { - "line": 362, + "line": 355, "column": 35 } }, @@ -35711,16 +35242,16 @@ "type": "Line", "value": "validation button", "range": [ - 15464, - 15483 + 15227, + 15246 ], "loc": { "start": { - "line": 361, + "line": 354, "column": 8 }, "end": { - "line": 361, + "line": 354, "column": 27 } } @@ -35731,16 +35262,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15528, - 15582 + 15291, + 15345 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 8 }, "end": { - "line": 363, + "line": 356, "column": 62 } } @@ -35758,16 +35289,16 @@ "object": { "type": "ThisExpression", "range": [ - 15591, - 15595 + 15354, + 15358 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 8 }, "end": { - "line": 364, + "line": 357, "column": 12 } } @@ -35776,31 +35307,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 15596, - 15606 + 15359, + 15369 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 13 }, "end": { - "line": 364, + "line": 357, "column": 23 } } }, "range": [ - 15591, - 15606 + 15354, + 15369 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 8 }, "end": { - "line": 364, + "line": 357, "column": 23 } } @@ -35810,46 +35341,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 15609, - 15615 + 15372, + 15378 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 26 }, "end": { - "line": 364, + "line": 357, "column": 32 } } }, "range": [ - 15591, - 15615 + 15354, + 15378 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 8 }, "end": { - "line": 364, + "line": 357, "column": 32 } } }, "range": [ - 15591, - 15616 + 15354, + 15379 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 8 }, "end": { - "line": 364, + "line": 357, "column": 33 } }, @@ -35858,16 +35389,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15528, - 15582 + 15291, + 15345 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 8 }, "end": { - "line": 363, + "line": 356, "column": 62 } } @@ -35878,16 +35409,16 @@ "type": "Line", "value": "left div", "range": [ - 15625, - 15635 + 15388, + 15398 ], "loc": { "start": { - "line": 365, + "line": 358, "column": 8 }, "end": { - "line": 365, + "line": 358, "column": 18 } } @@ -35905,16 +35436,16 @@ "object": { "type": "ThisExpression", "range": [ - 15644, - 15648 + 15407, + 15411 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 8 }, "end": { - "line": 366, + "line": 359, "column": 12 } } @@ -35923,31 +35454,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 15649, - 15657 + 15412, + 15420 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 13 }, "end": { - "line": 366, + "line": 359, "column": 21 } } }, "range": [ - 15644, - 15657 + 15407, + 15420 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 8 }, "end": { - "line": 366, + "line": 359, "column": 21 } } @@ -35957,46 +35488,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 15660, - 15667 + 15423, + 15430 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 24 }, "end": { - "line": 366, + "line": 359, "column": 31 } } }, "range": [ - 15644, - 15667 + 15407, + 15430 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 8 }, "end": { - "line": 366, + "line": 359, "column": 31 } } }, "range": [ - 15644, - 15668 + 15407, + 15431 ], "loc": { "start": { - "line": 366, + "line": 359, "column": 8 }, "end": { - "line": 366, + "line": 359, "column": 32 } }, @@ -36005,16 +35536,16 @@ "type": "Line", "value": "left div", "range": [ - 15625, - 15635 + 15388, + 15398 ], "loc": { "start": { - "line": 365, + "line": 358, "column": 8 }, "end": { - "line": 365, + "line": 358, "column": 18 } } @@ -36025,16 +35556,16 @@ "type": "Line", "value": "right div", "range": [ - 15677, - 15688 + 15440, + 15451 ], "loc": { "start": { - "line": 367, + "line": 360, "column": 8 }, "end": { - "line": 367, + "line": 360, "column": 19 } } @@ -36052,16 +35583,16 @@ "object": { "type": "ThisExpression", "range": [ - 15697, - 15701 + 15460, + 15464 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 8 }, "end": { - "line": 368, + "line": 361, "column": 12 } } @@ -36070,31 +35601,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 15702, - 15710 + 15465, + 15473 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 13 }, "end": { - "line": 368, + "line": 361, "column": 21 } } }, "range": [ - 15697, - 15710 + 15460, + 15473 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 8 }, "end": { - "line": 368, + "line": 361, "column": 21 } } @@ -36104,46 +35635,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 15713, - 15720 + 15476, + 15483 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 24 }, "end": { - "line": 368, + "line": 361, "column": 31 } } }, "range": [ - 15697, - 15720 + 15460, + 15483 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 8 }, "end": { - "line": 368, + "line": 361, "column": 31 } } }, "range": [ - 15697, - 15721 + 15460, + 15484 ], "loc": { "start": { - "line": 368, + "line": 361, "column": 8 }, "end": { - "line": 368, + "line": 361, "column": 32 } }, @@ -36152,16 +35683,16 @@ "type": "Line", "value": "right div", "range": [ - 15677, - 15688 + 15440, + 15451 ], "loc": { "start": { - "line": 367, + "line": 360, "column": 8 }, "end": { - "line": 367, + "line": 360, "column": 19 } } @@ -36172,16 +35703,16 @@ "type": "Line", "value": "middle div", "range": [ - 15730, - 15742 + 15493, + 15505 ], "loc": { "start": { - "line": 369, + "line": 362, "column": 8 }, "end": { - "line": 369, + "line": 362, "column": 20 } } @@ -36199,16 +35730,16 @@ "object": { "type": "ThisExpression", "range": [ - 15751, - 15755 + 15514, + 15518 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 8 }, "end": { - "line": 370, + "line": 363, "column": 12 } } @@ -36217,31 +35748,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 15756, - 15764 + 15519, + 15527 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 13 }, "end": { - "line": 370, + "line": 363, "column": 21 } } }, "range": [ - 15751, - 15764 + 15514, + 15527 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 8 }, "end": { - "line": 370, + "line": 363, "column": 21 } } @@ -36251,46 +35782,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 15767, - 15774 + 15530, + 15537 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 24 }, "end": { - "line": 370, + "line": 363, "column": 31 } } }, "range": [ - 15751, - 15774 + 15514, + 15537 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 8 }, "end": { - "line": 370, + "line": 363, "column": 31 } } }, "range": [ - 15751, - 15775 + 15514, + 15538 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 8 }, "end": { - "line": 370, + "line": 363, "column": 32 } }, @@ -36299,16 +35830,16 @@ "type": "Line", "value": "middle div", "range": [ - 15730, - 15742 + 15493, + 15505 ], "loc": { "start": { - "line": 369, + "line": 362, "column": 8 }, "end": { - "line": 369, + "line": 362, "column": 20 } } @@ -36319,16 +35850,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15784, - 15806 + 15547, + 15569 ], "loc": { "start": { - "line": 371, + "line": 364, "column": 8 }, "end": { - "line": 371, + "line": 364, "column": 30 } } @@ -36346,16 +35877,16 @@ "object": { "type": "ThisExpression", "range": [ - 15815, - 15819 + 15578, + 15582 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 8 }, "end": { - "line": 372, + "line": 365, "column": 12 } } @@ -36364,31 +35895,31 @@ "type": "Identifier", "name": "prfxCookieFltsValues", "range": [ - 15820, - 15840 + 15583, + 15603 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 13 }, "end": { - "line": 372, + "line": 365, "column": 33 } } }, "range": [ - 15815, - 15840 + 15578, + 15603 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 8 }, "end": { - "line": 372, + "line": 365, "column": 33 } } @@ -36398,46 +35929,46 @@ "value": "tf_flts_", "raw": "'tf_flts_'", "range": [ - 15843, - 15853 + 15606, + 15616 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 36 }, "end": { - "line": 372, + "line": 365, "column": 46 } } }, "range": [ - 15815, - 15853 + 15578, + 15616 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 8 }, "end": { - "line": 372, + "line": 365, "column": 46 } } }, "range": [ - 15815, - 15854 + 15578, + 15617 ], "loc": { "start": { - "line": 372, + "line": 365, "column": 8 }, "end": { - "line": 372, + "line": 365, "column": 47 } }, @@ -36446,16 +35977,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15784, - 15806 + 15547, + 15569 ], "loc": { "start": { - "line": 371, + "line": 364, "column": 8 }, "end": { - "line": 371, + "line": 364, "column": 30 } } @@ -36466,16 +35997,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15863, - 15879 + 15626, + 15642 ], "loc": { "start": { - "line": 373, + "line": 366, "column": 8 }, "end": { - "line": 373, + "line": 366, "column": 24 } } @@ -36493,16 +36024,16 @@ "object": { "type": "ThisExpression", "range": [ - 15888, - 15892 + 15651, + 15655 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 8 }, "end": { - "line": 374, + "line": 367, "column": 12 } } @@ -36511,31 +36042,31 @@ "type": "Identifier", "name": "prfxCookiePageNb", "range": [ - 15893, - 15909 + 15656, + 15672 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 13 }, "end": { - "line": 374, + "line": 367, "column": 29 } } }, "range": [ - 15888, - 15909 + 15651, + 15672 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 8 }, "end": { - "line": 374, + "line": 367, "column": 29 } } @@ -36545,46 +36076,46 @@ "value": "tf_pgnb_", "raw": "'tf_pgnb_'", "range": [ - 15912, - 15922 + 15675, + 15685 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 32 }, "end": { - "line": 374, + "line": 367, "column": 42 } } }, "range": [ - 15888, - 15922 + 15651, + 15685 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 8 }, "end": { - "line": 374, + "line": 367, "column": 42 } } }, "range": [ - 15888, - 15923 + 15651, + 15686 ], "loc": { "start": { - "line": 374, + "line": 367, "column": 8 }, "end": { - "line": 374, + "line": 367, "column": 43 } }, @@ -36593,16 +36124,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15863, - 15879 + 15626, + 15642 ], "loc": { "start": { - "line": 373, + "line": 366, "column": 8 }, "end": { - "line": 373, + "line": 366, "column": 24 } } @@ -36613,16 +36144,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 15932, - 15952 + 15695, + 15715 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 8 }, "end": { - "line": 375, + "line": 368, "column": 28 } } @@ -36640,16 +36171,16 @@ "object": { "type": "ThisExpression", "range": [ - 15961, - 15965 + 15724, + 15728 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 8 }, "end": { - "line": 376, + "line": 369, "column": 12 } } @@ -36658,31 +36189,31 @@ "type": "Identifier", "name": "prfxCookiePageLen", "range": [ - 15966, - 15983 + 15729, + 15746 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 13 }, "end": { - "line": 376, + "line": 369, "column": 30 } } }, "range": [ - 15961, - 15983 + 15724, + 15746 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 8 }, "end": { - "line": 376, + "line": 369, "column": 30 } } @@ -36692,46 +36223,46 @@ "value": "tf_pglen_", "raw": "'tf_pglen_'", "range": [ - 15986, - 15997 + 15749, + 15760 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 33 }, "end": { - "line": 376, + "line": 369, "column": 44 } } }, "range": [ - 15961, - 15997 + 15724, + 15760 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 8 }, "end": { - "line": 376, + "line": 369, "column": 44 } } }, "range": [ - 15961, - 15998 + 15724, + 15761 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 8 }, "end": { - "line": 376, + "line": 369, "column": 45 } }, @@ -36740,16 +36271,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 15932, - 15952 + 15695, + 15715 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 8 }, "end": { - "line": 375, + "line": 368, "column": 28 } } @@ -36767,16 +36298,16 @@ "object": { "type": "ThisExpression", "range": [ - 16007, - 16011 + 15770, + 15774 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 8 }, "end": { - "line": 377, + "line": 370, "column": 12 } } @@ -36785,31 +36316,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 16012, - 16026 + 15775, + 15789 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 13 }, "end": { - "line": 377, + "line": 370, "column": 27 } } }, "range": [ - 16007, - 16026 + 15770, + 15789 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 8 }, "end": { - "line": 377, + "line": 370, "column": 27 } } @@ -36819,46 +36350,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 16029, - 16035 + 15792, + 15798 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 30 }, "end": { - "line": 377, + "line": 370, "column": 36 } } }, "range": [ - 16007, - 16035 + 15770, + 15798 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 8 }, "end": { - "line": 377, + "line": 370, "column": 36 } } }, "range": [ - 16007, - 16036 + 15770, + 15799 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 8 }, "end": { - "line": 377, + "line": 370, "column": 37 } }, @@ -36867,16 +36398,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 16046, - 16066 + 15809, + 15829 ], "loc": { "start": { - "line": 379, + "line": 372, "column": 8 }, "end": { - "line": 379, + "line": 372, "column": 28 } } @@ -36885,16 +36416,16 @@ "type": "Line", "value": "imports external script", "range": [ - 16075, - 16100 + 15838, + 15863 ], "loc": { "start": { - "line": 380, + "line": 373, "column": 8 }, "end": { - "line": 380, + "line": 373, "column": 33 } } @@ -36912,16 +36443,16 @@ "object": { "type": "ThisExpression", "range": [ - 16109, - 16113 + 15872, + 15876 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 8 }, "end": { - "line": 381, + "line": 374, "column": 12 } } @@ -36930,31 +36461,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 16114, - 16124 + 15877, + 15887 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 13 }, "end": { - "line": 381, + "line": 374, "column": 23 } } }, "range": [ - 16109, - 16124 + 15872, + 15887 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 8 }, "end": { - "line": 381, + "line": 374, "column": 23 } } @@ -36966,16 +36497,16 @@ "type": "Identifier", "name": "f", "range": [ - 16127, - 16128 + 15890, + 15891 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 26 }, "end": { - "line": 381, + "line": 374, "column": 27 } } @@ -36984,61 +36515,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 16129, - 16139 + 15892, + 15902 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 28 }, "end": { - "line": 381, + "line": 374, "column": 38 } } }, "range": [ - 16127, - 16139 + 15890, + 15902 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 26 }, "end": { - "line": 381, + "line": 374, "column": 38 } } }, "range": [ - 16109, - 16139 + 15872, + 15902 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 8 }, "end": { - "line": 381, + "line": 374, "column": 38 } } }, "range": [ - 16109, - 16140 + 15872, + 15903 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 8 }, "end": { - "line": 381, + "line": 374, "column": 39 } }, @@ -37047,16 +36578,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 16046, - 16066 + 15809, + 15829 ], "loc": { "start": { - "line": 379, + "line": 372, "column": 8 }, "end": { - "line": 379, + "line": 372, "column": 28 } } @@ -37065,16 +36596,16 @@ "type": "Line", "value": "imports external script", "range": [ - 16075, - 16100 + 15838, + 15863 ], "loc": { "start": { - "line": 380, + "line": 373, "column": 8 }, "end": { - "line": 380, + "line": 373, "column": 33 } } @@ -37092,16 +36623,16 @@ "object": { "type": "ThisExpression", "range": [ - 16149, - 16153 + 15912, + 15916 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 12 } } @@ -37110,31 +36641,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 16154, - 16167 + 15917, + 15930 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 13 }, "end": { - "line": 382, + "line": 375, "column": 26 } } }, "range": [ - 16149, - 16167 + 15912, + 15930 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 26 } } @@ -37148,16 +36679,16 @@ "type": "Identifier", "name": "Types", "range": [ - 16170, - 16175 + 15933, + 15938 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 29 }, "end": { - "line": 382, + "line": 375, "column": 34 } } @@ -37166,31 +36697,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 16176, - 16183 + 15939, + 15946 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 35 }, "end": { - "line": 382, + "line": 375, "column": 42 } } }, "range": [ - 16170, - 16183 + 15933, + 15946 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 29 }, "end": { - "line": 382, + "line": 375, "column": 42 } } @@ -37202,16 +36733,16 @@ "object": { "type": "ThisExpression", "range": [ - 16184, - 16188 + 15947, + 15951 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 43 }, "end": { - "line": 382, + "line": 375, "column": 47 } } @@ -37220,77 +36751,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 16189, - 16199 + 15952, + 15962 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 48 }, "end": { - "line": 382, + "line": 375, "column": 58 } } }, "range": [ - 16184, - 16199 + 15947, + 15962 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 43 }, "end": { - "line": 382, + "line": 375, "column": 58 } } } ], "range": [ - 16170, - 16200 + 15933, + 15963 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 29 }, "end": { - "line": 382, + "line": 375, "column": 59 } } }, "range": [ - 16149, - 16200 + 15912, + 15963 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 59 } } }, "range": [ - 16149, - 16201 + 15912, + 15964 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 60 } }, @@ -37299,16 +36830,16 @@ "type": "Block", "value": "** themes **", "range": [ - 16211, - 16227 + 15974, + 15990 ], "loc": { "start": { - "line": 384, + "line": 377, "column": 8 }, "end": { - "line": 384, + "line": 377, "column": 24 } } @@ -37326,16 +36857,16 @@ "object": { "type": "ThisExpression", "range": [ - 16236, - 16240 + 15999, + 16003 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 8 }, "end": { - "line": 385, + "line": 378, "column": 12 } } @@ -37344,31 +36875,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 16241, - 16259 + 16004, + 16022 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 13 }, "end": { - "line": 385, + "line": 378, "column": 31 } } }, "range": [ - 16236, - 16259 + 15999, + 16022 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 8 }, "end": { - "line": 385, + "line": 378, "column": 31 } } @@ -37379,16 +36910,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16262, - 16269 + 16025, + 16032 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 34 }, "end": { - "line": 385, + "line": 378, "column": 41 } } @@ -37401,16 +36932,16 @@ "type": "Identifier", "name": "f", "range": [ - 16270, - 16271 + 16033, + 16034 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 42 }, "end": { - "line": 385, + "line": 378, "column": 43 } } @@ -37419,77 +36950,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 16272, - 16292 + 16035, + 16055 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 44 }, "end": { - "line": 385, + "line": 378, "column": 64 } } }, "range": [ - 16270, - 16292 + 16033, + 16055 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 42 }, "end": { - "line": 385, + "line": 378, "column": 64 } } } ], "range": [ - 16262, - 16293 + 16025, + 16056 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 34 }, "end": { - "line": 385, + "line": 378, "column": 65 } } }, "range": [ - 16236, - 16293 + 15999, + 16056 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 8 }, "end": { - "line": 385, + "line": 378, "column": 65 } } }, "range": [ - 16236, - 16294 + 15999, + 16057 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 8 }, "end": { - "line": 385, + "line": 378, "column": 66 } }, @@ -37498,16 +37029,16 @@ "type": "Block", "value": "** themes **", "range": [ - 16211, - 16227 + 15974, + 15990 ], "loc": { "start": { - "line": 384, + "line": 377, "column": 8 }, "end": { - "line": 384, + "line": 377, "column": 24 } } @@ -37518,16 +37049,16 @@ "type": "Line", "value": "imports themes", "range": [ - 16303, - 16319 + 16066, + 16082 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 8 }, "end": { - "line": 386, + "line": 379, "column": 24 } } @@ -37545,16 +37076,16 @@ "object": { "type": "ThisExpression", "range": [ - 16328, - 16332 + 16091, + 16095 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 8 }, "end": { - "line": 387, + "line": 380, "column": 12 } } @@ -37563,31 +37094,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 16333, - 16342 + 16096, + 16105 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 13 }, "end": { - "line": 387, + "line": 380, "column": 22 } } }, "range": [ - 16328, - 16342 + 16091, + 16105 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 8 }, "end": { - "line": 387, + "line": 380, "column": 22 } } @@ -37601,16 +37132,16 @@ "object": { "type": "ThisExpression", "range": [ - 16346, - 16350 + 16109, + 16113 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 26 }, "end": { - "line": 387, + "line": 380, "column": 30 } } @@ -37619,31 +37150,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 16351, - 16369 + 16114, + 16132 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 31 }, "end": { - "line": 387, + "line": 380, "column": 49 } } }, "range": [ - 16346, - 16369 + 16109, + 16132 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 26 }, "end": { - "line": 387, + "line": 380, "column": 49 } } @@ -37657,16 +37188,16 @@ "type": "Identifier", "name": "Types", "range": [ - 16373, - 16378 + 16136, + 16141 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 53 }, "end": { - "line": 387, + "line": 380, "column": 58 } } @@ -37675,31 +37206,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 16379, - 16386 + 16142, + 16149 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 59 }, "end": { - "line": 387, + "line": 380, "column": 66 } } }, "range": [ - 16373, - 16386 + 16136, + 16149 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 53 }, "end": { - "line": 387, + "line": 380, "column": 66 } } @@ -37712,16 +37243,16 @@ "type": "Identifier", "name": "f", "range": [ - 16387, - 16388 + 16150, + 16151 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 67 }, "end": { - "line": 387, + "line": 380, "column": 68 } } @@ -37730,92 +37261,92 @@ "type": "Identifier", "name": "themes", "range": [ - 16389, - 16395 + 16152, + 16158 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 69 }, "end": { - "line": 387, + "line": 380, "column": 75 } } }, "range": [ - 16387, - 16395 + 16150, + 16158 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 67 }, "end": { - "line": 387, + "line": 380, "column": 75 } } } ], "range": [ - 16373, - 16396 + 16136, + 16159 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 53 }, "end": { - "line": 387, + "line": 380, "column": 76 } } }, "range": [ - 16346, - 16396 + 16109, + 16159 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 26 }, "end": { - "line": 387, + "line": 380, "column": 76 } } }, "range": [ - 16328, - 16397 + 16091, + 16160 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 8 }, "end": { - "line": 387, + "line": 380, "column": 77 } } }, "range": [ - 16328, - 16398 + 16091, + 16161 ], "loc": { "start": { - "line": 387, + "line": 380, "column": 8 }, "end": { - "line": 387, + "line": 380, "column": 78 } }, @@ -37824,16 +37355,16 @@ "type": "Line", "value": "imports themes", "range": [ - 16303, - 16319 + 16066, + 16082 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 8 }, "end": { - "line": 386, + "line": 379, "column": 24 } } @@ -37851,16 +37382,16 @@ "object": { "type": "ThisExpression", "range": [ - 16407, - 16411 + 16170, + 16174 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 8 }, "end": { - "line": 388, + "line": 381, "column": 12 } } @@ -37869,31 +37400,31 @@ "type": "Identifier", "name": "themes", "range": [ - 16412, - 16418 + 16175, + 16181 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 13 }, "end": { - "line": 388, + "line": 381, "column": 19 } } }, "range": [ - 16407, - 16418 + 16170, + 16181 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 8 }, "end": { - "line": 388, + "line": 381, "column": 19 } } @@ -37908,16 +37439,16 @@ "type": "Identifier", "name": "f", "range": [ - 16421, - 16422 + 16184, + 16185 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 22 }, "end": { - "line": 388, + "line": 381, "column": 23 } } @@ -37926,31 +37457,31 @@ "type": "Identifier", "name": "themes", "range": [ - 16423, - 16429 + 16186, + 16192 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 24 }, "end": { - "line": 388, + "line": 381, "column": 30 } } }, "range": [ - 16421, - 16429 + 16184, + 16192 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 22 }, "end": { - "line": 388, + "line": 381, "column": 30 } } @@ -37959,61 +37490,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16433, - 16435 + 16196, + 16198 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 34 }, "end": { - "line": 388, + "line": 381, "column": 36 } } }, "range": [ - 16421, - 16435 + 16184, + 16198 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 22 }, "end": { - "line": 388, + "line": 381, "column": 36 } } }, "range": [ - 16407, - 16435 + 16170, + 16198 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 8 }, "end": { - "line": 388, + "line": 381, "column": 36 } } }, "range": [ - 16407, - 16436 + 16170, + 16199 ], "loc": { "start": { - "line": 388, + "line": 381, "column": 8 }, "end": { - "line": 388, + "line": 381, "column": 37 } }, @@ -38022,16 +37553,16 @@ "type": "Line", "value": "themes path", "range": [ - 16445, - 16458 + 16208, + 16221 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 8 }, "end": { - "line": 389, + "line": 382, "column": 21 } } @@ -38049,16 +37580,16 @@ "object": { "type": "ThisExpression", "range": [ - 16467, - 16471 + 16230, + 16234 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 8 }, "end": { - "line": 390, + "line": 383, "column": 12 } } @@ -38067,31 +37598,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 16472, - 16482 + 16235, + 16245 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 13 }, "end": { - "line": 390, + "line": 383, "column": 23 } } }, "range": [ - 16467, - 16482 + 16230, + 16245 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 8 }, "end": { - "line": 390, + "line": 383, "column": 23 } } @@ -38106,16 +37637,16 @@ "type": "Identifier", "name": "f", "range": [ - 16485, - 16486 + 16248, + 16249 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 26 }, "end": { - "line": 390, + "line": 383, "column": 27 } } @@ -38124,31 +37655,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 16487, - 16498 + 16250, + 16261 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 28 }, "end": { - "line": 390, + "line": 383, "column": 39 } } }, "range": [ - 16485, - 16498 + 16248, + 16261 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 26 }, "end": { - "line": 390, + "line": 383, "column": 39 } } @@ -38162,16 +37693,16 @@ "object": { "type": "ThisExpression", "range": [ - 16502, - 16506 + 16265, + 16269 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 43 }, "end": { - "line": 390, + "line": 383, "column": 47 } } @@ -38180,31 +37711,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 16507, - 16516 + 16270, + 16279 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 48 }, "end": { - "line": 390, + "line": 383, "column": 57 } } }, "range": [ - 16502, - 16516 + 16265, + 16279 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 43 }, "end": { - "line": 390, + "line": 383, "column": 57 } } @@ -38214,76 +37745,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 16519, - 16528 + 16282, + 16291 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 60 }, "end": { - "line": 390, + "line": 383, "column": 69 } } }, "range": [ - 16502, - 16528 + 16265, + 16291 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 43 }, "end": { - "line": 390, + "line": 383, "column": 69 } } }, "range": [ - 16485, - 16528 + 16248, + 16291 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 26 }, "end": { - "line": 390, + "line": 383, "column": 69 } } }, "range": [ - 16467, - 16528 + 16230, + 16291 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 8 }, "end": { - "line": 390, + "line": 383, "column": 69 } } }, "range": [ - 16467, - 16529 + 16230, + 16292 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 8 }, "end": { - "line": 390, + "line": 383, "column": 70 } }, @@ -38292,16 +37823,16 @@ "type": "Line", "value": "themes path", "range": [ - 16445, - 16458 + 16208, + 16221 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 8 }, "end": { - "line": 389, + "line": 382, "column": 21 } } @@ -38312,16 +37843,16 @@ "type": "Line", "value": "responsive table", "range": [ - 16539, - 16557 + 16302, + 16320 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 8 }, "end": { - "line": 392, + "line": 385, "column": 26 } } @@ -38339,16 +37870,16 @@ "object": { "type": "ThisExpression", "range": [ - 16566, - 16570 + 16329, + 16333 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 12 } } @@ -38357,31 +37888,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 16571, - 16581 + 16334, + 16344 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 13 }, "end": { - "line": 393, + "line": 386, "column": 23 } } }, "range": [ - 16566, - 16581 + 16329, + 16344 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 23 } } @@ -38392,16 +37923,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16584, - 16591 + 16347, + 16354 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 26 }, "end": { - "line": 393, + "line": 386, "column": 33 } } @@ -38414,16 +37945,16 @@ "type": "Identifier", "name": "f", "range": [ - 16592, - 16593 + 16355, + 16356 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 34 }, "end": { - "line": 393, + "line": 386, "column": 35 } } @@ -38432,77 +37963,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 16594, - 16604 + 16357, + 16367 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 36 }, "end": { - "line": 393, + "line": 386, "column": 46 } } }, "range": [ - 16592, - 16604 + 16355, + 16367 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 34 }, "end": { - "line": 393, + "line": 386, "column": 46 } } } ], "range": [ - 16584, - 16605 + 16347, + 16368 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 26 }, "end": { - "line": 393, + "line": 386, "column": 47 } } }, "range": [ - 16566, - 16605 + 16329, + 16368 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 47 } } }, "range": [ - 16566, - 16606 + 16329, + 16369 ], "loc": { "start": { - "line": 393, + "line": 386, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 48 } }, @@ -38511,16 +38042,16 @@ "type": "Line", "value": "responsive table", "range": [ - 16539, - 16557 + 16302, + 16320 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 8 }, "end": { - "line": 392, + "line": 385, "column": 26 } } @@ -38531,16 +38062,16 @@ "type": "Line", "value": " Features registry", "range": [ - 16616, - 16636 + 16379, + 16399 ], "loc": { "start": { - "line": 395, + "line": 388, "column": 8 }, "end": { - "line": 395, + "line": 388, "column": 28 } } @@ -38558,16 +38089,16 @@ "object": { "type": "ThisExpression", "range": [ - 16645, - 16649 + 16408, + 16412 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 8 }, "end": { - "line": 396, + "line": 389, "column": 12 } } @@ -38576,31 +38107,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 16650, - 16653 + 16413, + 16416 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 13 }, "end": { - "line": 396, + "line": 389, "column": 16 } } }, "range": [ - 16645, - 16653 + 16408, + 16416 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 8 }, "end": { - "line": 396, + "line": 389, "column": 16 } } @@ -38609,46 +38140,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 16656, - 16658 + 16419, + 16421 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 19 }, "end": { - "line": 396, + "line": 389, "column": 21 } } }, "range": [ - 16645, - 16658 + 16408, + 16421 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 8 }, "end": { - "line": 396, + "line": 389, "column": 21 } } }, "range": [ - 16645, - 16659 + 16408, + 16422 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 8 }, "end": { - "line": 396, + "line": 389, "column": 22 } }, @@ -38657,16 +38188,16 @@ "type": "Line", "value": " Features registry", "range": [ - 16616, - 16636 + 16379, + 16399 ], "loc": { "start": { - "line": 395, + "line": 388, "column": 8 }, "end": { - "line": 395, + "line": 388, "column": 28 } } @@ -38677,16 +38208,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16669, - 16691 + 16432, + 16454 ], "loc": { "start": { - "line": 398, + "line": 391, "column": 8 }, "end": { - "line": 398, + "line": 391, "column": 30 } } @@ -38704,16 +38235,16 @@ "object": { "type": "ThisExpression", "range": [ - 16700, - 16704 + 16463, + 16467 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 8 }, "end": { - "line": 399, + "line": 392, "column": 12 } } @@ -38722,31 +38253,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 16705, - 16716 + 16468, + 16479 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 13 }, "end": { - "line": 399, + "line": 392, "column": 24 } } }, "range": [ - 16700, - 16716 + 16463, + 16479 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 8 }, "end": { - "line": 399, + "line": 392, "column": 24 } } @@ -38755,46 +38286,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 16719, - 16721 + 16482, + 16484 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 27 }, "end": { - "line": 399, + "line": 392, "column": 29 } } }, "range": [ - 16700, - 16721 + 16463, + 16484 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 8 }, "end": { - "line": 399, + "line": 392, "column": 29 } } }, "range": [ - 16700, - 16722 + 16463, + 16485 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 8 }, "end": { - "line": 399, + "line": 392, "column": 30 } }, @@ -38803,16 +38334,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16669, - 16691 + 16432, + 16454 ], "loc": { "start": { - "line": 398, + "line": 391, "column": 8 }, "end": { - "line": 398, + "line": 391, "column": 30 } } @@ -38821,16 +38352,16 @@ } ], "range": [ - 1297, - 16728 + 1466, + 16491 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 25 }, "end": { - "line": 400, + "line": 393, "column": 5 } } @@ -38838,16 +38369,16 @@ "generator": false, "expression": false, "range": [ - 1287, - 16728 + 1456, + 16491 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 15 }, "end": { - "line": 400, + "line": 393, "column": 5 } } @@ -38855,16 +38386,16 @@ "kind": "constructor", "computed": false, "range": [ - 1276, - 16728 + 1445, + 16491 ], "loc": { "start": { - "line": 37, + "line": 43, "column": 4 }, "end": { - "line": 400, + "line": 393, "column": 5 } }, @@ -38873,16 +38404,16 @@ "type": "Block", "value": "*\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 958, - 1271 + 1127, + 1440 ], "loc": { "start": { - "line": 29, + "line": 35, "column": 4 }, "end": { - "line": 36, + "line": 42, "column": 7 } } @@ -38893,16 +38424,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16734, - 16783 + 16497, + 16546 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 4 }, "end": { - "line": 404, + "line": 397, "column": 7 } } @@ -38916,16 +38447,16 @@ "type": "Identifier", "name": "init", "range": [ - 16788, - 16792 + 16551, + 16555 ], "loc": { "start": { - "line": 405, + "line": 398, "column": 4 }, "end": { - "line": 405, + "line": 398, "column": 8 } } @@ -38945,16 +38476,16 @@ "object": { "type": "ThisExpression", "range": [ - 16809, - 16813 + 16572, + 16576 ], "loc": { "start": { - "line": 406, + "line": 399, "column": 12 }, "end": { - "line": 406, + "line": 399, "column": 16 } } @@ -38963,31 +38494,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 16814, - 16822 + 16577, + 16585 ], "loc": { "start": { - "line": 406, + "line": 399, "column": 17 }, "end": { - "line": 406, + "line": 399, "column": 25 } } }, "range": [ - 16809, - 16822 + 16572, + 16585 ], "loc": { "start": { - "line": 406, + "line": 399, "column": 12 }, "end": { - "line": 406, + "line": 399, "column": 25 } } @@ -38999,48 +38530,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 16838, - 16845 + 16601, + 16608 ], "loc": { "start": { - "line": 407, + "line": 400, "column": 12 }, "end": { - "line": 407, + "line": 400, "column": 19 } } } ], "range": [ - 16824, - 16855 + 16587, + 16618 ], "loc": { "start": { - "line": 406, + "line": 399, "column": 27 }, "end": { - "line": 408, + "line": 401, "column": 9 } } }, "alternate": null, "range": [ - 16805, - 16855 + 16568, + 16618 ], "loc": { "start": { - "line": 406, + "line": 399, "column": 8 }, "end": { - "line": 408, + "line": 401, "column": 9 } } @@ -39054,16 +38585,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16869, - 16872 + 16632, + 16635 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 12 }, "end": { - "line": 410, + "line": 403, "column": 15 } } @@ -39074,16 +38605,16 @@ "object": { "type": "ThisExpression", "range": [ - 16875, - 16879 + 16638, + 16642 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 18 }, "end": { - "line": 410, + "line": 403, "column": 22 } } @@ -39092,46 +38623,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 16880, - 16883 + 16643, + 16646 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 23 }, "end": { - "line": 410, + "line": 403, "column": 26 } } }, "range": [ - 16875, - 16883 + 16638, + 16646 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 18 }, "end": { - "line": 410, + "line": 403, "column": 26 } } }, "range": [ - 16869, - 16883 + 16632, + 16646 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 12 }, "end": { - "line": 410, + "line": 403, "column": 26 } } @@ -39139,16 +38670,16 @@ ], "kind": "let", "range": [ - 16865, - 16884 + 16628, + 16647 ], "loc": { "start": { - "line": 410, + "line": 403, "column": 8 }, "end": { - "line": 410, + "line": 403, "column": 27 } } @@ -39162,16 +38693,16 @@ "type": "Identifier", "name": "n", "range": [ - 16897, - 16898 + 16660, + 16661 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 12 }, "end": { - "line": 411, + "line": 404, "column": 13 } } @@ -39184,16 +38715,16 @@ "object": { "type": "ThisExpression", "range": [ - 16901, - 16905 + 16664, + 16668 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 16 }, "end": { - "line": 411, + "line": 404, "column": 20 } } @@ -39202,31 +38733,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 16906, - 16921 + 16669, + 16684 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 21 }, "end": { - "line": 411, + "line": 404, "column": 36 } } }, "range": [ - 16901, - 16921 + 16664, + 16684 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 16 }, "end": { - "line": 411, + "line": 404, "column": 36 } } @@ -39236,16 +38767,16 @@ "value": 1, "raw": "1", "range": [ - 16924, - 16925 + 16687, + 16688 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 39 }, "end": { - "line": 411, + "line": 404, "column": 40 } } @@ -39256,16 +38787,16 @@ "object": { "type": "ThisExpression", "range": [ - 16928, - 16932 + 16691, + 16695 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 43 }, "end": { - "line": 411, + "line": 404, "column": 47 } } @@ -39274,61 +38805,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 16933, - 16940 + 16696, + 16703 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 48 }, "end": { - "line": 411, + "line": 404, "column": 55 } } }, "range": [ - 16928, - 16940 + 16691, + 16703 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 43 }, "end": { - "line": 411, + "line": 404, "column": 55 } } }, "range": [ - 16901, - 16940 + 16664, + 16703 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 16 }, "end": { - "line": 411, + "line": 404, "column": 55 } } }, "range": [ - 16897, - 16940 + 16660, + 16703 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 12 }, "end": { - "line": 411, + "line": 404, "column": 55 } } @@ -39336,16 +38867,16 @@ ], "kind": "let", "range": [ - 16893, - 16941 + 16656, + 16704 ], "loc": { "start": { - "line": 411, + "line": 404, "column": 8 }, "end": { - "line": 411, + "line": 404, "column": 56 } } @@ -39359,32 +38890,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 16954, - 16962 + 16717, + 16725 ], "loc": { "start": { - "line": 412, + "line": 405, "column": 12 }, "end": { - "line": 412, + "line": 405, "column": 20 } } }, "init": null, "range": [ - 16954, - 16962 + 16717, + 16725 ], "loc": { "start": { - "line": 412, + "line": 405, "column": 12 }, "end": { - "line": 412, + "line": 405, "column": 20 } } @@ -39392,16 +38923,16 @@ ], "kind": "let", "range": [ - 16950, - 16963 + 16713, + 16726 ], "loc": { "start": { - "line": 412, + "line": 405, "column": 8 }, "end": { - "line": 412, + "line": 405, "column": 21 } }, @@ -39410,16 +38941,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16973, - 17007 + 16736, + 16770 ], "loc": { "start": { - "line": 414, + "line": 407, "column": 8 }, "end": { - "line": 414, + "line": 407, "column": 42 } } @@ -39436,16 +38967,16 @@ "object": { "type": "ThisExpression", "range": [ - 17016, - 17020 + 16779, + 16783 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 8 }, "end": { - "line": 415, + "line": 408, "column": 12 } } @@ -39454,31 +38985,31 @@ "type": "Identifier", "name": "import", "range": [ - 17021, - 17027 + 16784, + 16790 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 13 }, "end": { - "line": 415, + "line": 408, "column": 19 } } }, "range": [ - 17016, - 17027 + 16779, + 16790 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 8 }, "end": { - "line": 415, + "line": 408, "column": 19 } } @@ -39490,16 +39021,16 @@ "object": { "type": "ThisExpression", "range": [ - 17028, - 17032 + 16791, + 16795 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 20 }, "end": { - "line": 415, + "line": 408, "column": 24 } } @@ -39508,31 +39039,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 17033, - 17045 + 16796, + 16808 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 25 }, "end": { - "line": 415, + "line": 408, "column": 37 } } }, "range": [ - 17028, - 17045 + 16791, + 16808 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 20 }, "end": { - "line": 415, + "line": 408, "column": 37 } } @@ -39543,16 +39074,16 @@ "object": { "type": "ThisExpression", "range": [ - 17047, - 17051 + 16810, + 16814 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 39 }, "end": { - "line": 415, + "line": 408, "column": 43 } } @@ -39561,31 +39092,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 17052, - 17062 + 16815, + 16825 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 44 }, "end": { - "line": 415, + "line": 408, "column": 54 } } }, "range": [ - 17047, - 17062 + 16810, + 16825 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 39 }, "end": { - "line": 415, + "line": 408, "column": 54 } } @@ -39595,16 +39126,16 @@ "value": null, "raw": "null", "range": [ - 17064, - 17068 + 16827, + 16831 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 56 }, "end": { - "line": 415, + "line": 408, "column": 60 } } @@ -39614,47 +39145,47 @@ "value": "link", "raw": "'link'", "range": [ - 17070, - 17076 + 16833, + 16839 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 62 }, "end": { - "line": 415, + "line": 408, "column": 68 } } } ], "range": [ - 17016, - 17077 + 16779, + 16840 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 8 }, "end": { - "line": 415, + "line": 408, "column": 69 } } }, "range": [ - 17016, - 17078 + 16779, + 16841 ], "loc": { "start": { - "line": 415, + "line": 408, "column": 8 }, "end": { - "line": 415, + "line": 408, "column": 70 } }, @@ -39663,16 +39194,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16973, - 17007 + 16736, + 16770 ], "loc": { "start": { - "line": 414, + "line": 407, "column": 8 }, "end": { - "line": 414, + "line": 407, "column": 42 } } @@ -39683,16 +39214,16 @@ "type": "Line", "value": "loads theme", "range": [ - 17088, - 17101 + 16851, + 16864 ], "loc": { "start": { - "line": 417, + "line": 410, "column": 8 }, "end": { - "line": 417, + "line": 410, "column": 21 } } @@ -39707,16 +39238,16 @@ "object": { "type": "ThisExpression", "range": [ - 17114, - 17118 + 16877, + 16881 ], "loc": { "start": { - "line": 418, + "line": 411, "column": 12 }, "end": { - "line": 418, + "line": 411, "column": 16 } } @@ -39725,31 +39256,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 17119, - 17128 + 16882, + 16891 ], "loc": { "start": { - "line": 418, + "line": 411, "column": 17 }, "end": { - "line": 418, + "line": 411, "column": 26 } } }, "range": [ - 17114, - 17128 + 16877, + 16891 ], "loc": { "start": { - "line": 418, + "line": 411, "column": 12 }, "end": { - "line": 418, + "line": 411, "column": 26 } } @@ -39767,16 +39298,16 @@ "object": { "type": "ThisExpression", "range": [ - 17144, - 17148 + 16907, + 16911 ], "loc": { "start": { - "line": 419, + "line": 412, "column": 12 }, "end": { - "line": 419, + "line": 412, "column": 16 } } @@ -39785,94 +39316,94 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 17149, - 17159 + 16912, + 16922 ], "loc": { "start": { - "line": 419, + "line": 412, "column": 17 }, "end": { - "line": 419, + "line": 412, "column": 27 } } }, "range": [ - 17144, - 17159 + 16907, + 16922 ], "loc": { "start": { - "line": 419, + "line": 412, "column": 12 }, "end": { - "line": 419, + "line": 412, "column": 27 } } }, "arguments": [], "range": [ - 17144, - 17161 + 16907, + 16924 ], "loc": { "start": { - "line": 419, + "line": 412, "column": 12 }, "end": { - "line": 419, + "line": 412, "column": 29 } } }, "range": [ - 17144, - 17162 + 16907, + 16925 ], "loc": { "start": { - "line": 419, + "line": 412, "column": 12 }, "end": { - "line": 419, + "line": 412, "column": 30 } } } ], "range": [ - 17130, - 17172 + 16893, + 16935 ], "loc": { "start": { - "line": 418, + "line": 411, "column": 28 }, "end": { - "line": 420, + "line": 413, "column": 9 } } }, "alternate": null, "range": [ - 17110, - 17172 + 16873, + 16935 ], "loc": { "start": { - "line": 418, + "line": 411, "column": 8 }, "end": { - "line": 420, + "line": 413, "column": 9 } }, @@ -39881,16 +39412,16 @@ "type": "Line", "value": "loads theme", "range": [ - 17088, - 17101 + 16851, + 16864 ], "loc": { "start": { - "line": 417, + "line": 410, "column": 8 }, "end": { - "line": 417, + "line": 410, "column": 21 } } @@ -39901,16 +39432,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 17182, - 17241 + 16945, + 17004 ], "loc": { "start": { - "line": 422, + "line": 415, "column": 8 }, "end": { - "line": 422, + "line": 415, "column": 67 } } @@ -39929,16 +39460,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17255, - 17258 + 17018, + 17021 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 13 }, "end": { - "line": 423, + "line": 416, "column": 16 } } @@ -39947,47 +39478,47 @@ "type": "Identifier", "name": "help", "range": [ - 17259, - 17263 + 17022, + 17026 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 17 }, "end": { - "line": 423, + "line": 416, "column": 21 } } }, "range": [ - 17255, - 17263 + 17018, + 17026 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 13 }, "end": { - "line": 423, + "line": 416, "column": 21 } } }, "prefix": true, "range": [ - 17254, - 17263 + 17017, + 17026 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 12 }, "end": { - "line": 423, + "line": 416, "column": 21 } } @@ -40007,16 +39538,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17279, - 17282 + 17042, + 17045 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 12 }, "end": { - "line": 424, + "line": 417, "column": 15 } } @@ -40025,31 +39556,31 @@ "type": "Identifier", "name": "help", "range": [ - 17283, - 17287 + 17046, + 17050 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 16 }, "end": { - "line": 424, + "line": 417, "column": 20 } } }, "range": [ - 17279, - 17287 + 17042, + 17050 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 12 }, "end": { - "line": 424, + "line": 417, "column": 20 } } @@ -40060,16 +39591,16 @@ "type": "Identifier", "name": "Help", "range": [ - 17294, - 17298 + 17057, + 17061 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 27 }, "end": { - "line": 424, + "line": 417, "column": 31 } } @@ -40078,94 +39609,94 @@ { "type": "ThisExpression", "range": [ - 17299, - 17303 + 17062, + 17066 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 32 }, "end": { - "line": 424, + "line": 417, "column": 36 } } } ], "range": [ - 17290, - 17304 + 17053, + 17067 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 23 }, "end": { - "line": 424, + "line": 417, "column": 37 } } }, "range": [ - 17279, - 17304 + 17042, + 17067 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 12 }, "end": { - "line": 424, + "line": 417, "column": 37 } } }, "range": [ - 17279, - 17305 + 17042, + 17068 ], "loc": { "start": { - "line": 424, + "line": 417, "column": 12 }, "end": { - "line": 424, + "line": 417, "column": 38 } } } ], "range": [ - 17265, - 17315 + 17028, + 17078 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 23 }, "end": { - "line": 425, + "line": 418, "column": 9 } } }, "alternate": null, "range": [ - 17250, - 17315 + 17013, + 17078 ], "loc": { "start": { - "line": 423, + "line": 416, "column": 8 }, "end": { - "line": 425, + "line": 418, "column": 9 } }, @@ -40174,16 +39705,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 17182, - 17241 + 16945, + 17004 ], "loc": { "start": { - "line": 422, + "line": 415, "column": 8 }, "end": { - "line": 422, + "line": 415, "column": 67 } } @@ -40198,16 +39729,16 @@ "object": { "type": "ThisExpression", "range": [ - 17328, - 17332 + 17091, + 17095 ], "loc": { "start": { - "line": 426, + "line": 419, "column": 12 }, "end": { - "line": 426, + "line": 419, "column": 16 } } @@ -40216,31 +39747,31 @@ "type": "Identifier", "name": "help", "range": [ - 17333, - 17337 + 17096, + 17100 ], "loc": { "start": { - "line": 426, + "line": 419, "column": 17 }, "end": { - "line": 426, + "line": 419, "column": 21 } } }, "range": [ - 17328, - 17337 + 17091, + 17100 ], "loc": { "start": { - "line": 426, + "line": 419, "column": 12 }, "end": { - "line": 426, + "line": 419, "column": 21 } } @@ -40262,16 +39793,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17353, - 17356 + 17116, + 17119 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 12 }, "end": { - "line": 427, + "line": 420, "column": 15 } } @@ -40280,31 +39811,31 @@ "type": "Identifier", "name": "help", "range": [ - 17357, - 17361 + 17120, + 17124 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 16 }, "end": { - "line": 427, + "line": 420, "column": 20 } } }, "range": [ - 17353, - 17361 + 17116, + 17124 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 12 }, "end": { - "line": 427, + "line": 420, "column": 20 } } @@ -40313,94 +39844,94 @@ "type": "Identifier", "name": "init", "range": [ - 17362, - 17366 + 17125, + 17129 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 21 }, "end": { - "line": 427, + "line": 420, "column": 25 } } }, "range": [ - 17353, - 17366 + 17116, + 17129 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 12 }, "end": { - "line": 427, + "line": 420, "column": 25 } } }, "arguments": [], "range": [ - 17353, - 17368 + 17116, + 17131 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 12 }, "end": { - "line": 427, + "line": 420, "column": 27 } } }, "range": [ - 17353, - 17369 + 17116, + 17132 ], "loc": { "start": { - "line": 427, + "line": 420, "column": 12 }, "end": { - "line": 427, + "line": 420, "column": 28 } } } ], "range": [ - 17339, - 17379 + 17102, + 17142 ], "loc": { "start": { - "line": 426, + "line": 419, "column": 23 }, "end": { - "line": 428, + "line": 421, "column": 9 } } }, "alternate": null, "range": [ - 17324, - 17379 + 17087, + 17142 ], "loc": { "start": { - "line": 426, + "line": 419, "column": 8 }, "end": { - "line": 428, + "line": 421, "column": 9 } } @@ -40413,16 +39944,16 @@ "object": { "type": "ThisExpression", "range": [ - 17393, - 17397 + 17156, + 17160 ], "loc": { "start": { - "line": 430, + "line": 423, "column": 12 }, "end": { - "line": 430, + "line": 423, "column": 16 } } @@ -40431,31 +39962,31 @@ "type": "Identifier", "name": "state", "range": [ - 17398, - 17403 + 17161, + 17166 ], "loc": { "start": { - "line": 430, + "line": 423, "column": 17 }, "end": { - "line": 430, + "line": 423, "column": 22 } } }, "range": [ - 17393, - 17403 + 17156, + 17166 ], "loc": { "start": { - "line": 430, + "line": 423, "column": 12 }, "end": { - "line": 430, + "line": 423, "column": 22 } } @@ -40475,16 +40006,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17424, - 17427 + 17187, + 17190 ], "loc": { "start": { - "line": 431, + "line": 424, "column": 17 }, "end": { - "line": 431, + "line": 424, "column": 20 } } @@ -40493,47 +40024,47 @@ "type": "Identifier", "name": "state", "range": [ - 17428, - 17433 + 17191, + 17196 ], "loc": { "start": { - "line": 431, + "line": 424, "column": 21 }, "end": { - "line": 431, + "line": 424, "column": 26 } } }, "range": [ - 17424, - 17433 + 17187, + 17196 ], "loc": { "start": { - "line": 431, + "line": 424, "column": 17 }, "end": { - "line": 431, + "line": 424, "column": 26 } } }, "prefix": true, "range": [ - 17423, - 17433 + 17186, + 17196 ], "loc": { "start": { - "line": 431, + "line": 424, "column": 16 }, "end": { - "line": 431, + "line": 424, "column": 26 } } @@ -40553,8 +40084,476 @@ "type": "Identifier", "name": "Mod", "range": [ - 17453, - 17456 + 17216, + 17219 + ], + "loc": { + "start": { + "line": 425, + "column": 16 + }, + "end": { + "line": 425, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "state", + "range": [ + 17220, + 17225 + ], + "loc": { + "start": { + "line": 425, + "column": 20 + }, + "end": { + "line": 425, + "column": 25 + } + } + }, + "range": [ + 17216, + 17225 + ], + "loc": { + "start": { + "line": 425, + "column": 16 + }, + "end": { + "line": 425, + "column": 25 + } + } + }, + "right": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "State", + "range": [ + 17232, + 17237 + ], + "loc": { + "start": { + "line": 425, + "column": 32 + }, + "end": { + "line": 425, + "column": 37 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 17238, + 17242 + ], + "loc": { + "start": { + "line": 425, + "column": 38 + }, + "end": { + "line": 425, + "column": 42 + } + } + } + ], + "range": [ + 17228, + 17243 + ], + "loc": { + "start": { + "line": 425, + "column": 28 + }, + "end": { + "line": 425, + "column": 43 + } + } + }, + "range": [ + 17216, + 17243 + ], + "loc": { + "start": { + "line": 425, + "column": 16 + }, + "end": { + "line": 425, + "column": 43 + } + } + }, + "range": [ + 17216, + 17244 + ], + "loc": { + "start": { + "line": 425, + "column": 16 + }, + "end": { + "line": 425, + "column": 44 + } + } + } + ], + "range": [ + 17198, + 17258 + ], + "loc": { + "start": { + "line": 424, + "column": 28 + }, + "end": { + "line": 426, + "column": 13 + } + } + }, + "alternate": null, + "range": [ + 17182, + 17258 + ], + "loc": { + "start": { + "line": 424, + "column": 12 + }, + "end": { + "line": 426, + "column": 13 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 17271, + 17274 + ], + "loc": { + "start": { + "line": 427, + "column": 12 + }, + "end": { + "line": 427, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "state", + "range": [ + 17275, + 17280 + ], + "loc": { + "start": { + "line": 427, + "column": 16 + }, + "end": { + "line": 427, + "column": 21 + } + } + }, + "range": [ + 17271, + 17280 + ], + "loc": { + "start": { + "line": 427, + "column": 12 + }, + "end": { + "line": 427, + "column": 21 + } + } + }, + "property": { + "type": "Identifier", + "name": "init", + "range": [ + 17281, + 17285 + ], + "loc": { + "start": { + "line": 427, + "column": 22 + }, + "end": { + "line": 427, + "column": 26 + } + } + }, + "range": [ + 17271, + 17285 + ], + "loc": { + "start": { + "line": 427, + "column": 12 + }, + "end": { + "line": 427, + "column": 26 + } + } + }, + "arguments": [], + "range": [ + 17271, + 17287 + ], + "loc": { + "start": { + "line": 427, + "column": 12 + }, + "end": { + "line": 427, + "column": 28 + } + } + }, + "range": [ + 17271, + 17288 + ], + "loc": { + "start": { + "line": 427, + "column": 12 + }, + "end": { + "line": 427, + "column": 29 + } + } + } + ], + "range": [ + 17168, + 17298 + ], + "loc": { + "start": { + "line": 423, + "column": 24 + }, + "end": { + "line": 428, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 17152, + 17298 + ], + "loc": { + "start": { + "line": 423, + "column": 8 + }, + "end": { + "line": 428, + "column": 9 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 17312, + 17316 + ], + "loc": { + "start": { + "line": 430, + "column": 12 + }, + "end": { + "line": 430, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 17317, + 17327 + ], + "loc": { + "start": { + "line": 430, + "column": 17 + }, + "end": { + "line": 430, + "column": 27 + } + } + }, + "range": [ + 17312, + 17327 + ], + "loc": { + "start": { + "line": 430, + "column": 12 + }, + "end": { + "line": 430, + "column": 27 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 17348, + 17351 + ], + "loc": { + "start": { + "line": 431, + "column": 17 + }, + "end": { + "line": 431, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 17352, + 17362 + ], + "loc": { + "start": { + "line": 431, + "column": 21 + }, + "end": { + "line": 431, + "column": 31 + } + } + }, + "range": [ + 17348, + 17362 + ], + "loc": { + "start": { + "line": 431, + "column": 17 + }, + "end": { + "line": 431, + "column": 31 + } + } + }, + "prefix": true, + "range": [ + 17347, + 17362 + ], + "loc": { + "start": { + "line": 431, + "column": 16 + }, + "end": { + "line": 431, + "column": 31 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 17382, + 17385 ], "loc": { "start": { @@ -40569,10 +40568,10 @@ }, "property": { "type": "Identifier", - "name": "state", + "name": "gridLayout", "range": [ - 17457, - 17462 + 17386, + 17396 ], "loc": { "start": { @@ -40581,13 +40580,13 @@ }, "end": { "line": 432, - "column": 25 + "column": 30 } } }, "range": [ - 17453, - 17462 + 17382, + 17396 ], "loc": { "start": { @@ -40596,7 +40595,7 @@ }, "end": { "line": 432, - "column": 25 + "column": 30 } } }, @@ -40604,19 +40603,19 @@ "type": "NewExpression", "callee": { "type": "Identifier", - "name": "State", + "name": "GridLayout", "range": [ - 17469, - 17474 + 17403, + 17413 ], "loc": { "start": { "line": 432, - "column": 32 + "column": 37 }, "end": { "line": 432, - "column": 37 + "column": 47 } } }, @@ -40624,39 +40623,39 @@ { "type": "ThisExpression", "range": [ - 17475, - 17479 + 17414, + 17418 ], "loc": { "start": { "line": 432, - "column": 38 + "column": 48 }, "end": { "line": 432, - "column": 42 + "column": 52 } } } ], "range": [ - 17465, - 17480 + 17399, + 17419 ], "loc": { "start": { "line": 432, - "column": 28 + "column": 33 }, "end": { "line": 432, - "column": 43 + "column": 53 } } }, "range": [ - 17453, - 17480 + 17382, + 17419 ], "loc": { "start": { @@ -40665,13 +40664,13 @@ }, "end": { "line": 432, - "column": 43 + "column": 53 } } }, "range": [ - 17453, - 17481 + 17382, + 17420 ], "loc": { "start": { @@ -40680,19 +40679,19 @@ }, "end": { "line": 432, - "column": 44 + "column": 54 } } } ], "range": [ - 17435, - 17495 + 17364, + 17434 ], "loc": { "start": { "line": 431, - "column": 28 + "column": 33 }, "end": { "line": 433, @@ -40702,8 +40701,8 @@ }, "alternate": null, "range": [ - 17419, - 17495 + 17343, + 17434 ], "loc": { "start": { @@ -40730,8 +40729,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 17508, - 17511 + 17447, + 17450 ], "loc": { "start": { @@ -40746,10 +40745,10 @@ }, "property": { "type": "Identifier", - "name": "state", + "name": "gridLayout", "range": [ - 17512, - 17517 + 17451, + 17461 ], "loc": { "start": { @@ -40758,13 +40757,13 @@ }, "end": { "line": 434, - "column": 21 + "column": 26 } } }, "range": [ - 17508, - 17517 + 17447, + 17461 ], "loc": { "start": { @@ -40773,7 +40772,7 @@ }, "end": { "line": 434, - "column": 21 + "column": 26 } } }, @@ -40781,23 +40780,23 @@ "type": "Identifier", "name": "init", "range": [ - 17518, - 17522 + 17462, + 17466 ], "loc": { "start": { "line": 434, - "column": 22 + "column": 27 }, "end": { "line": 434, - "column": 26 + "column": 31 } } }, "range": [ - 17508, - 17522 + 17447, + 17466 ], "loc": { "start": { @@ -40806,14 +40805,14 @@ }, "end": { "line": 434, - "column": 26 + "column": 31 } } }, "arguments": [], "range": [ - 17508, - 17524 + 17447, + 17468 ], "loc": { "start": { @@ -40822,13 +40821,13 @@ }, "end": { "line": 434, - "column": 28 + "column": 33 } } }, "range": [ - 17508, - 17525 + 17447, + 17469 ], "loc": { "start": { @@ -40837,19 +40836,19 @@ }, "end": { "line": 434, - "column": 29 + "column": 34 } } } ], "range": [ - 17405, - 17535 + 17329, + 17479 ], "loc": { "start": { "line": 430, - "column": 24 + "column": 29 }, "end": { "line": 435, @@ -40859,8 +40858,8 @@ }, "alternate": null, "range": [ - 17389, - 17535 + 17308, + 17479 ], "loc": { "start": { @@ -40881,8 +40880,8 @@ "object": { "type": "ThisExpression", "range": [ - 17549, - 17553 + 17493, + 17497 ], "loc": { "start": { @@ -40897,10 +40896,10 @@ }, "property": { "type": "Identifier", - "name": "gridLayout", + "name": "loader", "range": [ - 17554, - 17564 + 17498, + 17504 ], "loc": { "start": { @@ -40909,13 +40908,13 @@ }, "end": { "line": 437, - "column": 27 + "column": 23 } } }, "range": [ - 17549, - 17564 + 17493, + 17504 ], "loc": { "start": { @@ -40924,7 +40923,7 @@ }, "end": { "line": 437, - "column": 27 + "column": 23 } } }, @@ -40943,8 +40942,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 17585, - 17588 + 17525, + 17528 ], "loc": { "start": { @@ -40959,10 +40958,10 @@ }, "property": { "type": "Identifier", - "name": "gridLayout", + "name": "loader", "range": [ - 17589, - 17599 + 17529, + 17535 ], "loc": { "start": { @@ -40971,13 +40970,13 @@ }, "end": { "line": 438, - "column": 31 + "column": 27 } } }, "range": [ - 17585, - 17599 + 17525, + 17535 ], "loc": { "start": { @@ -40986,14 +40985,14 @@ }, "end": { "line": 438, - "column": 31 + "column": 27 } } }, "prefix": true, "range": [ - 17584, - 17599 + 17524, + 17535 ], "loc": { "start": { @@ -41002,7 +41001,7 @@ }, "end": { "line": 438, - "column": 31 + "column": 27 } } }, @@ -41021,8 +41020,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 17619, - 17622 + 17555, + 17558 ], "loc": { "start": { @@ -41037,10 +41036,10 @@ }, "property": { "type": "Identifier", - "name": "gridLayout", + "name": "loader", "range": [ - 17623, - 17633 + 17559, + 17565 ], "loc": { "start": { @@ -41049,13 +41048,13 @@ }, "end": { "line": 439, - "column": 30 + "column": 26 } } }, "range": [ - 17619, - 17633 + 17555, + 17565 ], "loc": { "start": { @@ -41064,7 +41063,7 @@ }, "end": { "line": 439, - "column": 30 + "column": 26 } } }, @@ -41072,19 +41071,19 @@ "type": "NewExpression", "callee": { "type": "Identifier", - "name": "GridLayout", + "name": "Loader", "range": [ - 17640, - 17650 + 17572, + 17578 ], "loc": { "start": { "line": 439, - "column": 37 + "column": 33 }, "end": { "line": 439, - "column": 47 + "column": 39 } } }, @@ -41092,39 +41091,39 @@ { "type": "ThisExpression", "range": [ - 17651, - 17655 + 17579, + 17583 ], "loc": { "start": { "line": 439, - "column": 48 + "column": 40 }, "end": { "line": 439, - "column": 52 + "column": 44 } } } ], "range": [ - 17636, - 17656 + 17568, + 17584 ], "loc": { "start": { "line": 439, - "column": 33 + "column": 29 }, "end": { "line": 439, - "column": 53 + "column": 45 } } }, "range": [ - 17619, - 17656 + 17555, + 17584 ], "loc": { "start": { @@ -41133,13 +41132,13 @@ }, "end": { "line": 439, - "column": 53 + "column": 45 } } }, "range": [ - 17619, - 17657 + 17555, + 17585 ], "loc": { "start": { @@ -41148,19 +41147,19 @@ }, "end": { "line": 439, - "column": 54 + "column": 46 } } } ], "range": [ - 17601, - 17671 + 17537, + 17599 ], "loc": { "start": { "line": 438, - "column": 33 + "column": 29 }, "end": { "line": 440, @@ -41170,8 +41169,8 @@ }, "alternate": null, "range": [ - 17580, - 17671 + 17520, + 17599 ], "loc": { "start": { @@ -41198,8 +41197,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 17684, - 17687 + 17612, + 17615 ], "loc": { "start": { @@ -41214,10 +41213,10 @@ }, "property": { "type": "Identifier", - "name": "gridLayout", + "name": "loader", "range": [ - 17688, - 17698 + 17616, + 17622 ], "loc": { "start": { @@ -41226,13 +41225,13 @@ }, "end": { "line": 441, - "column": 26 + "column": 22 } } }, "range": [ - 17684, - 17698 + 17612, + 17622 ], "loc": { "start": { @@ -41241,7 +41240,7 @@ }, "end": { "line": 441, - "column": 26 + "column": 22 } } }, @@ -41249,23 +41248,23 @@ "type": "Identifier", "name": "init", "range": [ - 17699, - 17703 + 17623, + 17627 ], "loc": { "start": { "line": 441, - "column": 27 + "column": 23 }, "end": { "line": 441, - "column": 31 + "column": 27 } } }, "range": [ - 17684, - 17703 + 17612, + 17627 ], "loc": { "start": { @@ -41274,14 +41273,14 @@ }, "end": { "line": 441, - "column": 31 + "column": 27 } } }, "arguments": [], "range": [ - 17684, - 17705 + 17612, + 17629 ], "loc": { "start": { @@ -41290,13 +41289,13 @@ }, "end": { "line": 441, - "column": 33 + "column": 29 } } }, "range": [ - 17684, - 17706 + 17612, + 17630 ], "loc": { "start": { @@ -41305,19 +41304,19 @@ }, "end": { "line": 441, - "column": 34 + "column": 30 } } } ], "range": [ - 17566, - 17716 + 17506, + 17640 ], "loc": { "start": { "line": 437, - "column": 29 + "column": 25 }, "end": { "line": 442, @@ -41327,8 +41326,8 @@ }, "alternate": null, "range": [ - 17545, - 17716 + 17489, + 17640 ], "loc": { "start": { @@ -41349,8 +41348,8 @@ "object": { "type": "ThisExpression", "range": [ - 17730, - 17734 + 17654, + 17658 ], "loc": { "start": { @@ -41363,503 +41362,35 @@ } } }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 17735, - 17741 - ], - "loc": { - "start": { - "line": 444, - "column": 17 - }, - "end": { - "line": 444, - "column": 23 - } - } - }, - "range": [ - 17730, - 17741 - ], - "loc": { - "start": { - "line": 444, - "column": 12 - }, - "end": { - "line": 444, - "column": 23 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "IfStatement", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 17762, - 17765 - ], - "loc": { - "start": { - "line": 445, - "column": 17 - }, - "end": { - "line": 445, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 17766, - 17772 - ], - "loc": { - "start": { - "line": 445, - "column": 21 - }, - "end": { - "line": 445, - "column": 27 - } - } - }, - "range": [ - 17762, - 17772 - ], - "loc": { - "start": { - "line": 445, - "column": 17 - }, - "end": { - "line": 445, - "column": 27 - } - } - }, - "prefix": true, - "range": [ - 17761, - 17772 - ], - "loc": { - "start": { - "line": 445, - "column": 16 - }, - "end": { - "line": 445, - "column": 27 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 17792, - 17795 - ], - "loc": { - "start": { - "line": 446, - "column": 16 - }, - "end": { - "line": 446, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 17796, - 17802 - ], - "loc": { - "start": { - "line": 446, - "column": 20 - }, - "end": { - "line": 446, - "column": 26 - } - } - }, - "range": [ - 17792, - 17802 - ], - "loc": { - "start": { - "line": 446, - "column": 16 - }, - "end": { - "line": 446, - "column": 26 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "Loader", - "range": [ - 17809, - 17815 - ], - "loc": { - "start": { - "line": 446, - "column": 33 - }, - "end": { - "line": 446, - "column": 39 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 17816, - 17820 - ], - "loc": { - "start": { - "line": 446, - "column": 40 - }, - "end": { - "line": 446, - "column": 44 - } - } - } - ], - "range": [ - 17805, - 17821 - ], - "loc": { - "start": { - "line": 446, - "column": 29 - }, - "end": { - "line": 446, - "column": 45 - } - } - }, - "range": [ - 17792, - 17821 - ], - "loc": { - "start": { - "line": 446, - "column": 16 - }, - "end": { - "line": 446, - "column": 45 - } - } - }, - "range": [ - 17792, - 17822 - ], - "loc": { - "start": { - "line": 446, - "column": 16 - }, - "end": { - "line": 446, - "column": 46 - } - } - } - ], - "range": [ - 17774, - 17836 - ], - "loc": { - "start": { - "line": 445, - "column": 29 - }, - "end": { - "line": 447, - "column": 13 - } - } - }, - "alternate": null, - "range": [ - 17757, - 17836 - ], - "loc": { - "start": { - "line": 445, - "column": 12 - }, - "end": { - "line": 447, - "column": 13 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 17849, - 17852 - ], - "loc": { - "start": { - "line": 448, - "column": 12 - }, - "end": { - "line": 448, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 17853, - 17859 - ], - "loc": { - "start": { - "line": 448, - "column": 16 - }, - "end": { - "line": 448, - "column": 22 - } - } - }, - "range": [ - 17849, - 17859 - ], - "loc": { - "start": { - "line": 448, - "column": 12 - }, - "end": { - "line": 448, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 17860, - 17864 - ], - "loc": { - "start": { - "line": 448, - "column": 23 - }, - "end": { - "line": 448, - "column": 27 - } - } - }, - "range": [ - 17849, - 17864 - ], - "loc": { - "start": { - "line": 448, - "column": 12 - }, - "end": { - "line": 448, - "column": 27 - } - } - }, - "arguments": [], - "range": [ - 17849, - 17866 - ], - "loc": { - "start": { - "line": 448, - "column": 12 - }, - "end": { - "line": 448, - "column": 29 - } - } - }, - "range": [ - 17849, - 17867 - ], - "loc": { - "start": { - "line": 448, - "column": 12 - }, - "end": { - "line": 448, - "column": 30 - } - } - } - ], - "range": [ - 17743, - 17877 - ], - "loc": { - "start": { - "line": 444, - "column": 25 - }, - "end": { - "line": 449, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 17726, - 17877 - ], - "loc": { - "start": { - "line": 444, - "column": 8 - }, - "end": { - "line": 449, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17891, - 17895 - ], - "loc": { - "start": { - "line": 451, - "column": 12 - }, - "end": { - "line": 451, - "column": 16 - } - } - }, "property": { "type": "Identifier", "name": "highlightKeywords", "range": [ - 17896, - 17913 + 17659, + 17676 ], "loc": { "start": { - "line": 451, + "line": 444, "column": 17 }, "end": { - "line": 451, + "line": 444, "column": 34 } } }, "range": [ - 17891, - 17913 + 17654, + 17676 ], "loc": { "start": { - "line": 451, + "line": 444, "column": 12 }, "end": { - "line": 451, + "line": 444, "column": 34 } } @@ -41879,16 +41410,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17929, - 17932 + 17692, + 17695 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 12 }, "end": { - "line": 452, + "line": 445, "column": 15 } } @@ -41897,31 +41428,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 17933, - 17949 + 17696, + 17712 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 16 }, "end": { - "line": 452, + "line": 445, "column": 32 } } }, "range": [ - 17929, - 17949 + 17692, + 17712 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 12 }, "end": { - "line": 452, + "line": 445, "column": 32 } } @@ -41932,16 +41463,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 17956, - 17972 + 17719, + 17735 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 39 }, "end": { - "line": 452, + "line": 445, "column": 55 } } @@ -41950,62 +41481,62 @@ { "type": "ThisExpression", "range": [ - 17973, - 17977 + 17736, + 17740 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 56 }, "end": { - "line": 452, + "line": 445, "column": 60 } } } ], "range": [ - 17952, - 17978 + 17715, + 17741 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 35 }, "end": { - "line": 452, + "line": 445, "column": 61 } } }, "range": [ - 17929, - 17978 + 17692, + 17741 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 12 }, "end": { - "line": 452, + "line": 445, "column": 61 } } }, "range": [ - 17929, - 17979 + 17692, + 17742 ], "loc": { "start": { - "line": 452, + "line": 445, "column": 12 }, "end": { - "line": 452, + "line": 445, "column": 62 } } @@ -42024,16 +41555,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17992, - 17995 + 17755, + 17758 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 12 }, "end": { - "line": 453, + "line": 446, "column": 15 } } @@ -42042,31 +41573,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 17996, - 18012 + 17759, + 17775 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 16 }, "end": { - "line": 453, + "line": 446, "column": 32 } } }, "range": [ - 17992, - 18012 + 17755, + 17775 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 12 }, "end": { - "line": 453, + "line": 446, "column": 32 } } @@ -42075,94 +41606,94 @@ "type": "Identifier", "name": "init", "range": [ - 18013, - 18017 + 17776, + 17780 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 33 }, "end": { - "line": 453, + "line": 446, "column": 37 } } }, "range": [ - 17992, - 18017 + 17755, + 17780 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 12 }, "end": { - "line": 453, + "line": 446, "column": 37 } } }, "arguments": [], "range": [ - 17992, - 18019 + 17755, + 17782 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 12 }, "end": { - "line": 453, + "line": 446, "column": 39 } } }, "range": [ - 17992, - 18020 + 17755, + 17783 ], "loc": { "start": { - "line": 453, + "line": 446, "column": 12 }, "end": { - "line": 453, + "line": 446, "column": 40 } } } ], "range": [ - 17915, - 18030 + 17678, + 17793 ], "loc": { "start": { - "line": 451, + "line": 444, "column": 36 }, "end": { - "line": 454, + "line": 447, "column": 9 } } }, "alternate": null, "range": [ - 17887, - 18030 + 17650, + 17793 ], "loc": { "start": { - "line": 451, + "line": 444, "column": 8 }, "end": { - "line": 454, + "line": 447, "column": 9 } } @@ -42175,16 +41706,16 @@ "object": { "type": "ThisExpression", "range": [ - 18044, - 18048 + 17807, + 17811 ], "loc": { "start": { - "line": 456, + "line": 449, "column": 12 }, "end": { - "line": 456, + "line": 449, "column": 16 } } @@ -42193,31 +41724,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 18049, - 18061 + 17812, + 17824 ], "loc": { "start": { - "line": 456, + "line": 449, "column": 17 }, "end": { - "line": 456, + "line": 449, "column": 29 } } }, "range": [ - 18044, - 18061 + 17807, + 17824 ], "loc": { "start": { - "line": 456, + "line": 449, "column": 12 }, "end": { - "line": 456, + "line": 449, "column": 29 } } @@ -42237,16 +41768,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18082, - 18085 + 17845, + 17848 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 17 }, "end": { - "line": 457, + "line": 450, "column": 20 } } @@ -42255,47 +41786,47 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 18086, - 18097 + 17849, + 17860 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 21 }, "end": { - "line": 457, + "line": 450, "column": 32 } } }, "range": [ - 18082, - 18097 + 17845, + 17860 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 17 }, "end": { - "line": 457, + "line": 450, "column": 32 } } }, "prefix": true, "range": [ - 18081, - 18097 + 17844, + 17860 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 16 }, "end": { - "line": 457, + "line": 450, "column": 32 } } @@ -42315,16 +41846,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18117, - 18120 + 17880, + 17883 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 16 }, "end": { - "line": 458, + "line": 451, "column": 19 } } @@ -42333,31 +41864,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 18121, - 18132 + 17884, + 17895 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 20 }, "end": { - "line": 458, + "line": 451, "column": 31 } } }, "range": [ - 18117, - 18132 + 17880, + 17895 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 16 }, "end": { - "line": 458, + "line": 451, "column": 31 } } @@ -42368,16 +41899,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 18139, - 18150 + 17902, + 17913 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 38 }, "end": { - "line": 458, + "line": 451, "column": 49 } } @@ -42386,94 +41917,94 @@ { "type": "ThisExpression", "range": [ - 18151, - 18155 + 17914, + 17918 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 50 }, "end": { - "line": 458, + "line": 451, "column": 54 } } } ], "range": [ - 18135, - 18156 + 17898, + 17919 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 34 }, "end": { - "line": 458, + "line": 451, "column": 55 } } }, "range": [ - 18117, - 18156 + 17880, + 17919 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 16 }, "end": { - "line": 458, + "line": 451, "column": 55 } } }, "range": [ - 18117, - 18157 + 17880, + 17920 ], "loc": { "start": { - "line": 458, + "line": 451, "column": 16 }, "end": { - "line": 458, + "line": 451, "column": 56 } } } ], "range": [ - 18099, - 18171 + 17862, + 17934 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 34 }, "end": { - "line": 459, + "line": 452, "column": 13 } } }, "alternate": null, "range": [ - 18077, - 18171 + 17840, + 17934 ], "loc": { "start": { - "line": 457, + "line": 450, "column": 12 }, "end": { - "line": 459, + "line": 452, "column": 13 } } @@ -42492,16 +42023,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18184, - 18187 + 17947, + 17950 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 12 }, "end": { - "line": 460, + "line": 453, "column": 15 } } @@ -42510,31 +42041,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 18188, - 18199 + 17951, + 17962 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 16 }, "end": { - "line": 460, + "line": 453, "column": 27 } } }, "range": [ - 18184, - 18199 + 17947, + 17962 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 12 }, "end": { - "line": 460, + "line": 453, "column": 27 } } @@ -42543,94 +42074,94 @@ "type": "Identifier", "name": "init", "range": [ - 18200, - 18204 + 17963, + 17967 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 28 }, "end": { - "line": 460, + "line": 453, "column": 32 } } }, "range": [ - 18184, - 18204 + 17947, + 17967 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 12 }, "end": { - "line": 460, + "line": 453, "column": 32 } } }, "arguments": [], "range": [ - 18184, - 18206 + 17947, + 17969 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 12 }, "end": { - "line": 460, + "line": 453, "column": 34 } } }, "range": [ - 18184, - 18207 + 17947, + 17970 ], "loc": { "start": { - "line": 460, + "line": 453, "column": 12 }, "end": { - "line": 460, + "line": 453, "column": 35 } } } ], "range": [ - 18063, - 18217 + 17826, + 17980 ], "loc": { "start": { - "line": 456, + "line": 449, "column": 31 }, "end": { - "line": 461, + "line": 454, "column": 9 } } }, "alternate": null, "range": [ - 18040, - 18217 + 17803, + 17980 ], "loc": { "start": { - "line": 456, + "line": 449, "column": 8 }, "end": { - "line": 461, + "line": 454, "column": 9 } }, @@ -42639,16 +42170,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 18227, - 18258 + 17990, + 18021 ], "loc": { "start": { - "line": 463, + "line": 456, "column": 8 }, "end": { - "line": 463, + "line": 456, "column": 39 } } @@ -42666,16 +42197,16 @@ "object": { "type": "ThisExpression", "range": [ - 18272, - 18276 + 18035, + 18039 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 13 }, "end": { - "line": 464, + "line": 457, "column": 17 } } @@ -42684,47 +42215,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 18277, - 18284 + 18040, + 18047 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 18 }, "end": { - "line": 464, + "line": 457, "column": 25 } } }, "range": [ - 18272, - 18284 + 18035, + 18047 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 13 }, "end": { - "line": 464, + "line": 457, "column": 25 } } }, "prefix": true, "range": [ - 18271, - 18284 + 18034, + 18047 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 12 }, "end": { - "line": 464, + "line": 457, "column": 25 } } @@ -42742,16 +42273,16 @@ "object": { "type": "ThisExpression", "range": [ - 18300, - 18304 + 18063, + 18067 ], "loc": { "start": { - "line": 465, + "line": 458, "column": 12 }, "end": { - "line": 465, + "line": 458, "column": 16 } } @@ -42760,78 +42291,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 18305, - 18319 + 18068, + 18082 ], "loc": { "start": { - "line": 465, + "line": 458, "column": 17 }, "end": { - "line": 465, + "line": 458, "column": 31 } } }, "range": [ - 18300, - 18319 + 18063, + 18082 ], "loc": { "start": { - "line": 465, + "line": 458, "column": 12 }, "end": { - "line": 465, + "line": 458, "column": 31 } } }, "arguments": [], "range": [ - 18300, - 18321 + 18063, + 18084 ], "loc": { "start": { - "line": 465, + "line": 458, "column": 12 }, "end": { - "line": 465, + "line": 458, "column": 33 } } }, "range": [ - 18300, - 18322 + 18063, + 18085 ], "loc": { "start": { - "line": 465, + "line": 458, "column": 12 }, "end": { - "line": 465, + "line": 458, "column": 34 } } } ], "range": [ - 18286, - 18332 + 18049, + 18095 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 27 }, "end": { - "line": 466, + "line": 459, "column": 9 } } @@ -42848,16 +42379,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 18356, - 18362 + 18119, + 18125 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 16 }, "end": { - "line": 467, + "line": 460, "column": 22 } } @@ -42870,16 +42401,16 @@ "object": { "type": "ThisExpression", "range": [ - 18365, - 18369 + 18128, + 18132 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 25 }, "end": { - "line": 467, + "line": 460, "column": 29 } } @@ -42888,62 +42419,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 18370, - 18387 + 18133, + 18150 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 30 }, "end": { - "line": 467, + "line": 460, "column": 47 } } }, "range": [ - 18365, - 18387 + 18128, + 18150 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 25 }, "end": { - "line": 467, + "line": 460, "column": 47 } } }, "arguments": [], "range": [ - 18365, - 18389 + 18128, + 18152 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 25 }, "end": { - "line": 467, + "line": 460, "column": 49 } } }, "range": [ - 18356, - 18389 + 18119, + 18152 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 16 }, "end": { - "line": 467, + "line": 460, "column": 49 } } @@ -42951,16 +42482,16 @@ ], "kind": "let", "range": [ - 18352, - 18390 + 18115, + 18153 ], "loc": { "start": { - "line": 467, + "line": 460, "column": 12 }, "end": { - "line": 467, + "line": 460, "column": 50 } } @@ -42976,16 +42507,16 @@ "object": { "type": "ThisExpression", "range": [ - 18404, - 18408 + 18167, + 18171 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 12 }, "end": { - "line": 469, + "line": 462, "column": 16 } } @@ -42994,31 +42525,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 18409, - 18425 + 18172, + 18188 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 17 }, "end": { - "line": 469, + "line": 462, "column": 33 } } }, "range": [ - 18404, - 18425 + 18167, + 18188 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 12 }, "end": { - "line": 469, + "line": 462, "column": 33 } } @@ -43031,16 +42562,16 @@ "object": { "type": "ThisExpression", "range": [ - 18428, - 18432 + 18191, + 18195 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 36 }, "end": { - "line": 469, + "line": 462, "column": 40 } } @@ -43049,77 +42580,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 18433, - 18442 + 18196, + 18205 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 41 }, "end": { - "line": 469, + "line": 462, "column": 50 } } }, "range": [ - 18428, - 18442 + 18191, + 18205 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 36 }, "end": { - "line": 469, + "line": 462, "column": 50 } } }, "arguments": [], "range": [ - 18428, - 18444 + 18191, + 18207 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 36 }, "end": { - "line": 469, + "line": 462, "column": 52 } } }, "range": [ - 18404, - 18444 + 18167, + 18207 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 12 }, "end": { - "line": 469, + "line": 462, "column": 52 } } }, "range": [ - 18404, - 18445 + 18167, + 18208 ], "loc": { "start": { - "line": 469, + "line": 462, "column": 12 }, "end": { - "line": 469, + "line": 462, "column": 53 } } @@ -43135,16 +42666,16 @@ "object": { "type": "ThisExpression", "range": [ - 18458, - 18462 + 18221, + 18225 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 12 }, "end": { - "line": 470, + "line": 463, "column": 16 } } @@ -43153,31 +42684,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 18463, - 18476 + 18226, + 18239 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 17 }, "end": { - "line": 470, + "line": 463, "column": 30 } } }, "range": [ - 18458, - 18476 + 18221, + 18239 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 12 }, "end": { - "line": 470, + "line": 463, "column": 30 } } @@ -43188,16 +42719,16 @@ "object": { "type": "ThisExpression", "range": [ - 18479, - 18483 + 18242, + 18246 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 33 }, "end": { - "line": 470, + "line": 463, "column": 37 } } @@ -43206,61 +42737,61 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 18484, - 18500 + 18247, + 18263 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 38 }, "end": { - "line": 470, + "line": 463, "column": 54 } } }, "range": [ - 18479, - 18500 + 18242, + 18263 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 33 }, "end": { - "line": 470, + "line": 463, "column": 54 } } }, "range": [ - 18458, - 18500 + 18221, + 18263 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 12 }, "end": { - "line": 470, + "line": 463, "column": 54 } } }, "range": [ - 18458, - 18501 + 18221, + 18264 ], "loc": { "start": { - "line": 470, + "line": 463, "column": 12 }, "end": { - "line": 470, + "line": 463, "column": 55 } } @@ -43276,16 +42807,16 @@ "object": { "type": "ThisExpression", "range": [ - 18514, - 18518 + 18277, + 18281 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 12 }, "end": { - "line": 471, + "line": 464, "column": 16 } } @@ -43294,31 +42825,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 18519, - 18525 + 18282, + 18288 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 17 }, "end": { - "line": 471, + "line": 464, "column": 23 } } }, "range": [ - 18514, - 18525 + 18277, + 18288 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 12 }, "end": { - "line": 471, + "line": 464, "column": 23 } } @@ -43335,16 +42866,16 @@ "object": { "type": "ThisExpression", "range": [ - 18528, - 18532 + 18291, + 18295 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 26 }, "end": { - "line": 471, + "line": 464, "column": 30 } } @@ -43353,31 +42884,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 18533, - 18536 + 18296, + 18299 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 31 }, "end": { - "line": 471, + "line": 464, "column": 34 } } }, "range": [ - 18528, - 18536 + 18291, + 18299 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 26 }, "end": { - "line": 471, + "line": 464, "column": 34 } } @@ -43386,31 +42917,31 @@ "type": "Identifier", "name": "rows", "range": [ - 18537, - 18541 + 18300, + 18304 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 35 }, "end": { - "line": 471, + "line": 464, "column": 39 } } }, "range": [ - 18528, - 18541 + 18291, + 18304 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 26 }, "end": { - "line": 471, + "line": 464, "column": 39 } } @@ -43419,61 +42950,61 @@ "type": "Identifier", "name": "length", "range": [ - 18542, - 18548 + 18305, + 18311 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 40 }, "end": { - "line": 471, + "line": 464, "column": 46 } } }, "range": [ - 18528, - 18548 + 18291, + 18311 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 26 }, "end": { - "line": 471, + "line": 464, "column": 46 } } }, "range": [ - 18514, - 18548 + 18277, + 18311 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 12 }, "end": { - "line": 471, + "line": 464, "column": 46 } } }, "range": [ - 18514, - 18549 + 18277, + 18312 ], "loc": { "start": { - "line": 471, + "line": 464, "column": 12 }, "end": { - "line": 471, + "line": 464, "column": 47 } }, @@ -43482,16 +43013,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 18563, - 18582 + 18326, + 18345 ], "loc": { "start": { - "line": 473, + "line": 466, "column": 12 }, "end": { - "line": 473, + "line": 466, "column": 31 } } @@ -43509,16 +43040,16 @@ "type": "Identifier", "name": "i", "range": [ - 18604, - 18605 + 18367, + 18368 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 21 }, "end": { - "line": 474, + "line": 467, "column": 22 } } @@ -43528,31 +43059,31 @@ "value": 0, "raw": "0", "range": [ - 18608, - 18609 + 18371, + 18372 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 25 }, "end": { - "line": 474, + "line": 467, "column": 26 } } }, "range": [ - 18604, - 18609 + 18367, + 18372 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 21 }, "end": { - "line": 474, + "line": 467, "column": 26 } } @@ -43560,16 +43091,16 @@ ], "kind": "let", "range": [ - 18600, - 18609 + 18363, + 18372 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 17 }, "end": { - "line": 474, + "line": 467, "column": 26 } } @@ -43581,16 +43112,16 @@ "type": "Identifier", "name": "i", "range": [ - 18611, - 18612 + 18374, + 18375 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 28 }, "end": { - "line": 474, + "line": 467, "column": 29 } } @@ -43599,31 +43130,31 @@ "type": "Identifier", "name": "n", "range": [ - 18615, - 18616 + 18378, + 18379 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 32 }, "end": { - "line": 474, + "line": 467, "column": 33 } } }, "range": [ - 18611, - 18616 + 18374, + 18379 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 28 }, "end": { - "line": 474, + "line": 467, "column": 33 } } @@ -43635,32 +43166,32 @@ "type": "Identifier", "name": "i", "range": [ - 18618, - 18619 + 18381, + 18382 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 35 }, "end": { - "line": 474, + "line": 467, "column": 36 } } }, "prefix": false, "range": [ - 18618, - 18621 + 18381, + 18384 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 35 }, "end": { - "line": 474, + "line": 467, "column": 38 } } @@ -43681,16 +43212,16 @@ "object": { "type": "ThisExpression", "range": [ - 18641, - 18645 + 18404, + 18408 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 16 }, "end": { - "line": 475, + "line": 468, "column": 20 } } @@ -43699,31 +43230,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 18646, - 18653 + 18409, + 18416 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 21 }, "end": { - "line": 475, + "line": 468, "column": 28 } } }, "range": [ - 18641, - 18653 + 18404, + 18416 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 16 }, "end": { - "line": 475, + "line": 468, "column": 28 } } @@ -43732,31 +43263,31 @@ "type": "Identifier", "name": "emit", "range": [ - 18654, - 18658 + 18417, + 18421 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 29 }, "end": { - "line": 475, + "line": 468, "column": 33 } } }, "range": [ - 18641, - 18658 + 18404, + 18421 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 16 }, "end": { - "line": 475, + "line": 468, "column": 33 } } @@ -43767,16 +43298,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 18659, - 18679 + 18422, + 18442 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 34 }, "end": { - "line": 475, + "line": 468, "column": 54 } } @@ -43784,16 +43315,16 @@ { "type": "ThisExpression", "range": [ - 18681, - 18685 + 18444, + 18448 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 56 }, "end": { - "line": 475, + "line": 468, "column": 60 } } @@ -43802,47 +43333,47 @@ "type": "Identifier", "name": "i", "range": [ - 18687, - 18688 + 18450, + 18451 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 62 }, "end": { - "line": 475, + "line": 468, "column": 63 } } } ], "range": [ - 18641, - 18689 + 18404, + 18452 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 16 }, "end": { - "line": 475, + "line": 468, "column": 64 } } }, "range": [ - 18641, - 18690 + 18404, + 18453 ], "loc": { "start": { - "line": 475, + "line": 468, "column": 16 }, "end": { - "line": 475, + "line": 468, "column": 65 } } @@ -43856,16 +43387,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18712, - 18719 + 18475, + 18482 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 20 }, "end": { - "line": 477, + "line": 470, "column": 27 } } @@ -43879,16 +43410,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 18722, - 18725 + 18485, + 18488 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 30 }, "end": { - "line": 477, + "line": 470, "column": 33 } } @@ -43897,31 +43428,31 @@ "type": "Identifier", "name": "create", "range": [ - 18726, - 18732 + 18489, + 18495 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 34 }, "end": { - "line": 477, + "line": 470, "column": 40 } } }, "range": [ - 18722, - 18732 + 18485, + 18495 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 30 }, "end": { - "line": 477, + "line": 470, "column": 40 } } @@ -43933,16 +43464,16 @@ "object": { "type": "ThisExpression", "range": [ - 18733, - 18737 + 18496, + 18500 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 41 }, "end": { - "line": 477, + "line": 470, "column": 45 } } @@ -43951,62 +43482,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 18738, - 18748 + 18501, + 18511 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 46 }, "end": { - "line": 477, + "line": 470, "column": 56 } } }, "range": [ - 18733, - 18748 + 18496, + 18511 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 41 }, "end": { - "line": 477, + "line": 470, "column": 56 } } } ], "range": [ - 18722, - 18749 + 18485, + 18512 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 30 }, "end": { - "line": 477, + "line": 470, "column": 57 } } }, "range": [ - 18712, - 18749 + 18475, + 18512 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 20 }, "end": { - "line": 477, + "line": 470, "column": 57 } } @@ -44017,16 +43548,16 @@ "type": "Identifier", "name": "col", "range": [ - 18771, - 18774 + 18534, + 18537 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 20 }, "end": { - "line": 478, + "line": 471, "column": 23 } } @@ -44039,16 +43570,16 @@ "object": { "type": "ThisExpression", "range": [ - 18777, - 18781 + 18540, + 18544 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 26 }, "end": { - "line": 478, + "line": 471, "column": 30 } } @@ -44057,31 +43588,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 18782, - 18795 + 18545, + 18558 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 31 }, "end": { - "line": 478, + "line": 471, "column": 44 } } }, "range": [ - 18777, - 18795 + 18540, + 18558 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 26 }, "end": { - "line": 478, + "line": 471, "column": 44 } } @@ -44091,47 +43622,47 @@ "type": "Identifier", "name": "i", "range": [ - 18796, - 18797 + 18559, + 18560 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 45 }, "end": { - "line": 478, + "line": 471, "column": 46 } } } ], "range": [ - 18777, - 18798 + 18540, + 18561 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 26 }, "end": { - "line": 478, + "line": 471, "column": 47 } } }, "range": [ - 18771, - 18798 + 18534, + 18561 ], "loc": { "start": { - "line": 478, + "line": 471, "column": 20 }, "end": { - "line": 478, + "line": 471, "column": 47 } } @@ -44139,16 +43670,16 @@ ], "kind": "let", "range": [ - 18708, - 18799 + 18471, + 18562 ], "loc": { "start": { - "line": 477, + "line": 470, "column": 16 }, "end": { - "line": 478, + "line": 471, "column": 48 } } @@ -44161,16 +43692,16 @@ "object": { "type": "ThisExpression", "range": [ - 18821, - 18825 + 18584, + 18588 ], "loc": { "start": { - "line": 480, + "line": 473, "column": 20 }, "end": { - "line": 480, + "line": 473, "column": 24 } } @@ -44179,31 +43710,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 18826, - 18841 + 18589, + 18604 ], "loc": { "start": { - "line": 480, + "line": 473, "column": 25 }, "end": { - "line": 480, + "line": 473, "column": 40 } } }, "range": [ - 18821, - 18841 + 18584, + 18604 ], "loc": { "start": { - "line": 480, + "line": 473, "column": 20 }, "end": { - "line": 480, + "line": 473, "column": 40 } } @@ -44223,16 +43754,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18865, - 18872 + 18628, + 18635 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 20 }, "end": { - "line": 481, + "line": 474, "column": 27 } } @@ -44241,31 +43772,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 18873, - 18880 + 18636, + 18643 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 28 }, "end": { - "line": 481, + "line": 474, "column": 35 } } }, "range": [ - 18865, - 18880 + 18628, + 18643 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 20 }, "end": { - "line": 481, + "line": 474, "column": 35 } } @@ -44276,16 +43807,16 @@ "object": { "type": "ThisExpression", "range": [ - 18883, - 18887 + 18646, + 18650 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 38 }, "end": { - "line": 481, + "line": 474, "column": 42 } } @@ -44294,93 +43825,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 18888, - 18895 + 18651, + 18658 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 43 }, "end": { - "line": 481, + "line": 474, "column": 50 } } }, "range": [ - 18883, - 18895 + 18646, + 18658 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 38 }, "end": { - "line": 481, + "line": 474, "column": 50 } } }, "range": [ - 18865, - 18895 + 18628, + 18658 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 20 }, "end": { - "line": 481, + "line": 474, "column": 50 } } }, "range": [ - 18865, - 18896 + 18628, + 18659 ], "loc": { "start": { - "line": 481, + "line": 474, "column": 20 }, "end": { - "line": 481, + "line": 474, "column": 51 } } } ], "range": [ - 18843, - 18914 + 18606, + 18677 ], "loc": { "start": { - "line": 480, + "line": 473, "column": 42 }, "end": { - "line": 482, + "line": 475, "column": 17 } } }, "alternate": null, "range": [ - 18817, - 18914 + 18580, + 18677 ], "loc": { "start": { - "line": 480, + "line": 473, "column": 16 }, "end": { - "line": 482, + "line": 475, "column": 17 } } @@ -44396,16 +43927,16 @@ "object": { "type": "ThisExpression", "range": [ - 18936, - 18940 + 18699, + 18703 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 21 }, "end": { - "line": 483, + "line": 476, "column": 25 } } @@ -44414,47 +43945,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 18941, - 18951 + 18704, + 18714 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 26 }, "end": { - "line": 483, + "line": 476, "column": 36 } } }, "range": [ - 18936, - 18951 + 18699, + 18714 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 21 }, "end": { - "line": 483, + "line": 476, "column": 36 } } }, "prefix": true, "range": [ - 18935, - 18951 + 18698, + 18714 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 20 }, "end": { - "line": 483, + "line": 476, "column": 36 } } @@ -44473,16 +44004,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 18975, - 18981 + 18738, + 18744 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 20 }, "end": { - "line": 484, + "line": 477, "column": 26 } } @@ -44491,31 +44022,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 18982, - 18993 + 18745, + 18756 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 27 }, "end": { - "line": 484, + "line": 477, "column": 38 } } }, "range": [ - 18975, - 18993 + 18738, + 18756 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 20 }, "end": { - "line": 484, + "line": 477, "column": 38 } } @@ -44525,79 +44056,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18994, - 19001 + 18757, + 18764 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 39 }, "end": { - "line": 484, + "line": 477, "column": 46 } } } ], "range": [ - 18975, - 19002 + 18738, + 18765 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 20 }, "end": { - "line": 484, + "line": 477, "column": 47 } } }, "range": [ - 18975, - 19003 + 18738, + 18766 ], "loc": { "start": { - "line": 484, + "line": 477, "column": 20 }, "end": { - "line": 484, + "line": 477, "column": 48 } } } ], "range": [ - 18953, - 19021 + 18716, + 18784 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 38 }, "end": { - "line": 485, + "line": 478, "column": 17 } } }, "alternate": null, "range": [ - 18931, - 19021 + 18694, + 18784 ], "loc": { "start": { - "line": 483, + "line": 476, "column": 16 }, "end": { - "line": 485, + "line": 478, "column": 17 } } @@ -44611,16 +44142,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 19038, - 19046 + 18801, + 18809 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 16 }, "end": { - "line": 486, + "line": 479, "column": 24 } } @@ -44637,16 +44168,16 @@ "type": "Identifier", "name": "i", "range": [ - 19050, - 19051 + 18813, + 18814 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 28 }, "end": { - "line": 486, + "line": 479, "column": 29 } } @@ -44658,16 +44189,16 @@ "type": "Identifier", "name": "n", "range": [ - 19055, - 19056 + 18818, + 18819 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 33 }, "end": { - "line": 486, + "line": 479, "column": 34 } } @@ -44677,46 +44208,46 @@ "value": 1, "raw": "1", "range": [ - 19059, - 19060 + 18822, + 18823 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 37 }, "end": { - "line": 486, + "line": 479, "column": 38 } } }, "range": [ - 19055, - 19060 + 18818, + 18823 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 33 }, "end": { - "line": 486, + "line": 479, "column": 38 } } }, "range": [ - 19050, - 19060 + 18813, + 18823 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 28 }, "end": { - "line": 486, + "line": 479, "column": 38 } } @@ -44727,16 +44258,16 @@ "object": { "type": "ThisExpression", "range": [ - 19064, - 19068 + 18827, + 18831 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 42 }, "end": { - "line": 486, + "line": 479, "column": 46 } } @@ -44745,46 +44276,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 19069, - 19079 + 18832, + 18842 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 47 }, "end": { - "line": 486, + "line": 479, "column": 57 } } }, "range": [ - 19064, - 19079 + 18827, + 18842 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 42 }, "end": { - "line": 486, + "line": 479, "column": 57 } } }, "range": [ - 19050, - 19079 + 18813, + 18842 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 28 }, "end": { - "line": 486, + "line": 479, "column": 57 } } @@ -44795,16 +44326,16 @@ "object": { "type": "ThisExpression", "range": [ - 19103, - 19107 + 18866, + 18870 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 20 }, "end": { - "line": 487, + "line": 480, "column": 24 } } @@ -44813,31 +44344,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 19108, - 19124 + 18871, + 18887 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 25 }, "end": { - "line": 487, + "line": 480, "column": 41 } } }, "range": [ - 19103, - 19124 + 18866, + 18887 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 20 }, "end": { - "line": 487, + "line": 480, "column": 41 } } @@ -44848,16 +44379,16 @@ "object": { "type": "ThisExpression", "range": [ - 19127, - 19131 + 18890, + 18894 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 44 }, "end": { - "line": 487, + "line": 480, "column": 48 } } @@ -44866,76 +44397,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 19132, - 19143 + 18895, + 18906 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 49 }, "end": { - "line": 487, + "line": 480, "column": 60 } } }, "range": [ - 19127, - 19143 + 18890, + 18906 ], "loc": { "start": { - "line": 487, + "line": 480, "column": 44 }, "end": { - "line": 487, + "line": 480, "column": 60 } } }, "range": [ - 19049, - 19143 + 18812, + 18906 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 27 }, "end": { - "line": 487, + "line": 480, "column": 60 } } }, "range": [ - 19038, - 19143 + 18801, + 18906 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 16 }, "end": { - "line": 487, + "line": 480, "column": 60 } } }, "range": [ - 19038, - 19144 + 18801, + 18907 ], "loc": { "start": { - "line": 486, + "line": 479, "column": 16 }, "end": { - "line": 487, + "line": 480, "column": 61 } }, @@ -44944,16 +44475,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 19162, - 19194 + 18925, + 18957 ], "loc": { "start": { - "line": 489, + "line": 482, "column": 16 }, "end": { - "line": 489, + "line": 482, "column": 48 } } @@ -44968,16 +44499,16 @@ "object": { "type": "ThisExpression", "range": [ - 19215, - 19219 + 18978, + 18982 ], "loc": { "start": { - "line": 490, + "line": 483, "column": 20 }, "end": { - "line": 490, + "line": 483, "column": 24 } } @@ -44986,31 +44517,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 19220, - 19235 + 18983, + 18998 ], "loc": { "start": { - "line": 490, + "line": 483, "column": 25 }, "end": { - "line": 490, + "line": 483, "column": 40 } } }, "range": [ - 19215, - 19235 + 18978, + 18998 ], "loc": { "start": { - "line": 490, + "line": 483, "column": 20 }, "end": { - "line": 490, + "line": 483, "column": 40 } } @@ -45027,100 +44558,65 @@ "type": "Identifier", "name": "col", "range": [ - 19259, - 19262 + 19022, + 19025 ], "loc": { "start": { - "line": 491, + "line": 484, "column": 20 }, "end": { - "line": 491, + "line": 484, "column": 23 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 19265, - 19269 - ], - "loc": { - "start": { - "line": 491, - "column": 26 - }, - "end": { - "line": 491, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 19270, - 19280 - ], - "loc": { - "start": { - "line": 491, - "column": 31 - }, - "end": { - "line": 491, - "column": 41 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 19265, - 19280 + 19028, + 19033 ], "loc": { "start": { - "line": 491, + "line": 484, "column": 26 }, "end": { - "line": 491, - "column": 41 + "line": 484, + "column": 31 } } }, "range": [ - 19259, - 19280 + 19022, + 19033 ], "loc": { "start": { - "line": 491, + "line": 484, "column": 20 }, "end": { - "line": 491, - "column": 41 + "line": 484, + "column": 31 } } }, "range": [ - 19259, - 19281 + 19022, + 19034 ], "loc": { "start": { - "line": 491, + "line": 484, "column": 20 }, "end": { - "line": 491, - "column": 42 + "line": 484, + "column": 32 } } }, @@ -45133,16 +44629,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 19302, - 19310 + 19055, + 19063 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 20 }, "end": { - "line": 492, + "line": 485, "column": 28 } } @@ -45153,16 +44649,16 @@ "object": { "type": "ThisExpression", "range": [ - 19313, - 19317 + 19066, + 19070 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 31 }, "end": { - "line": 492, + "line": 485, "column": 35 } } @@ -45171,93 +44667,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 19318, - 19335 + 19071, + 19088 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 36 }, "end": { - "line": 492, + "line": 485, "column": 53 } } }, "range": [ - 19313, - 19335 + 19066, + 19088 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 31 }, "end": { - "line": 492, + "line": 485, "column": 53 } } }, "range": [ - 19302, - 19335 + 19055, + 19088 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 20 }, "end": { - "line": 492, + "line": 485, "column": 53 } } }, "range": [ - 19302, - 19336 + 19055, + 19089 ], "loc": { "start": { - "line": 492, + "line": 485, "column": 20 }, "end": { - "line": 492, + "line": 485, "column": 54 } } } ], "range": [ - 19237, - 19354 + 19000, + 19107 ], "loc": { "start": { - "line": 490, + "line": 483, "column": 42 }, "end": { - "line": 493, + "line": 486, "column": 17 } } }, "alternate": null, "range": [ - 19211, - 19354 + 18974, + 19107 ], "loc": { "start": { - "line": 490, + "line": 483, "column": 16 }, "end": { - "line": 493, + "line": 486, "column": 17 } }, @@ -45266,16 +44762,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 19162, - 19194 + 18925, + 18957 ], "loc": { "start": { - "line": 489, + "line": 482, "column": 16 }, "end": { - "line": 489, + "line": 482, "column": 48 } } @@ -45286,16 +44782,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 19372, - 19391 + 19125, + 19144 ], "loc": { "start": { - "line": 495, + "line": 488, "column": 16 }, "end": { - "line": 495, + "line": 488, "column": 35 } } @@ -45314,85 +44810,50 @@ "type": "Identifier", "name": "col", "range": [ - 19412, - 19415 + 19165, + 19168 ], "loc": { "start": { - "line": 496, + "line": 489, "column": 20 }, "end": { - "line": 496, + "line": 489, "column": 23 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 19420, - 19424 - ], - "loc": { - "start": { - "line": 496, - "column": 28 - }, - "end": { - "line": 496, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 19425, - 19435 - ], - "loc": { - "start": { - "line": 496, - "column": 33 - }, - "end": { - "line": 496, - "column": 43 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 19420, - 19435 + 19173, + 19179 ], "loc": { "start": { - "line": 496, + "line": 489, "column": 28 }, "end": { - "line": 496, - "column": 43 + "line": 489, + "column": 34 } } }, "range": [ - 19412, - 19435 + 19165, + 19179 ], "loc": { "start": { - "line": 496, + "line": 489, "column": 20 }, "end": { - "line": 496, - "column": 43 + "line": 489, + "column": 34 } } }, @@ -45403,100 +44864,65 @@ "type": "Identifier", "name": "col", "range": [ - 19439, - 19442 + 19183, + 19186 ], "loc": { "start": { - "line": 496, - "column": 47 + "line": 489, + "column": 38 }, "end": { - "line": 496, - "column": 50 + "line": 489, + "column": 41 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 19447, - 19451 - ], - "loc": { - "start": { - "line": 496, - "column": 55 - }, - "end": { - "line": 496, - "column": 59 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 19452, - 19464 - ], - "loc": { - "start": { - "line": 496, - "column": 60 - }, - "end": { - "line": 496, - "column": 72 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 19447, - 19464 + 19191, + 19199 ], "loc": { "start": { - "line": 496, - "column": 55 + "line": 489, + "column": 46 }, "end": { - "line": 496, - "column": 72 + "line": 489, + "column": 54 } } }, "range": [ - 19439, - 19464 + 19183, + 19199 ], "loc": { "start": { - "line": 496, - "column": 47 + "line": 489, + "column": 38 }, "end": { - "line": 496, - "column": 72 + "line": 489, + "column": 54 } } }, "range": [ - 19412, - 19464 + 19165, + 19199 ], "loc": { "start": { - "line": 496, + "line": 489, "column": 20 }, "end": { - "line": 496, - "column": 72 + "line": 489, + "column": 54 } } }, @@ -45515,16 +44941,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19493, - 19496 + 19228, + 19231 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 25 }, "end": { - "line": 497, + "line": 490, "column": 28 } } @@ -45533,47 +44959,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 19497, - 19505 + 19232, + 19240 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 29 }, "end": { - "line": 497, + "line": 490, "column": 37 } } }, "range": [ - 19493, - 19505 + 19228, + 19240 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 25 }, "end": { - "line": 497, + "line": 490, "column": 37 } } }, "prefix": true, "range": [ - 19492, - 19505 + 19227, + 19240 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 24 }, "end": { - "line": 497, + "line": 490, "column": 37 } } @@ -45593,16 +45019,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19533, - 19536 + 19268, + 19271 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 24 }, "end": { - "line": 498, + "line": 491, "column": 27 } } @@ -45611,31 +45037,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 19537, - 19545 + 19272, + 19280 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 28 }, "end": { - "line": 498, + "line": 491, "column": 36 } } }, "range": [ - 19533, - 19545 + 19268, + 19280 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 24 }, "end": { - "line": 498, + "line": 491, "column": 36 } } @@ -45646,16 +45072,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 19552, - 19560 + 19287, + 19295 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 43 }, "end": { - "line": 498, + "line": 491, "column": 51 } } @@ -45664,94 +45090,94 @@ { "type": "ThisExpression", "range": [ - 19561, - 19565 + 19296, + 19300 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 52 }, "end": { - "line": 498, + "line": 491, "column": 56 } } } ], "range": [ - 19548, - 19566 + 19283, + 19301 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 39 }, "end": { - "line": 498, + "line": 491, "column": 57 } } }, "range": [ - 19533, - 19566 + 19268, + 19301 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 24 }, "end": { - "line": 498, + "line": 491, "column": 57 } } }, "range": [ - 19533, - 19567 + 19268, + 19302 ], "loc": { "start": { - "line": 498, + "line": 491, "column": 24 }, "end": { - "line": 498, + "line": 491, "column": 58 } } } ], "range": [ - 19507, - 19589 + 19242, + 19324 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 39 }, "end": { - "line": 499, + "line": 492, "column": 21 } } }, "alternate": null, "range": [ - 19488, - 19589 + 19223, + 19324 ], "loc": { "start": { - "line": 497, + "line": 490, "column": 20 }, "end": { - "line": 499, + "line": 492, "column": 21 } } @@ -45770,16 +45196,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19610, - 19613 + 19345, + 19348 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 20 }, "end": { - "line": 500, + "line": 493, "column": 23 } } @@ -45788,31 +45214,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 19614, - 19622 + 19349, + 19357 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 24 }, "end": { - "line": 500, + "line": 493, "column": 32 } } }, "range": [ - 19610, - 19622 + 19345, + 19357 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 20 }, "end": { - "line": 500, + "line": 493, "column": 32 } } @@ -45821,31 +45247,31 @@ "type": "Identifier", "name": "init", "range": [ - 19623, - 19627 + 19358, + 19362 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 33 }, "end": { - "line": 500, + "line": 493, "column": 37 } } }, "range": [ - 19610, - 19627 + 19345, + 19362 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 20 }, "end": { - "line": 500, + "line": 493, "column": 37 } } @@ -45855,16 +45281,16 @@ "type": "Identifier", "name": "i", "range": [ - 19628, - 19629 + 19363, + 19364 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 38 }, "end": { - "line": 500, + "line": 493, "column": 39 } } @@ -45875,16 +45301,16 @@ "object": { "type": "ThisExpression", "range": [ - 19631, - 19635 + 19366, + 19370 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 41 }, "end": { - "line": 500, + "line": 493, "column": 45 } } @@ -45893,31 +45319,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 19636, - 19649 + 19371, + 19384 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 46 }, "end": { - "line": 500, + "line": 493, "column": 59 } } }, "range": [ - 19631, - 19649 + 19366, + 19384 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 41 }, "end": { - "line": 500, + "line": 493, "column": 59 } } @@ -45926,63 +45352,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 19651, - 19658 + 19386, + 19393 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 61 }, "end": { - "line": 500, + "line": 493, "column": 68 } } } ], "range": [ - 19610, - 19659 + 19345, + 19394 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 20 }, "end": { - "line": 500, + "line": 493, "column": 69 } } }, "range": [ - 19610, - 19660 + 19345, + 19395 ], "loc": { "start": { - "line": 500, + "line": 493, "column": 20 }, "end": { - "line": 500, + "line": 493, "column": 70 } } } ], "range": [ - 19466, - 19678 + 19201, + 19413 ], "loc": { "start": { - "line": 496, - "column": 74 + "line": 489, + "column": 56 }, "end": { - "line": 501, + "line": 494, "column": 17 } }, @@ -45991,16 +45417,16 @@ "type": "Line", "value": " checklist", "range": [ - 19695, - 19707 + 19430, + 19442 ], "loc": { "start": { - "line": 502, + "line": 495, "column": 16 }, "end": { - "line": 502, + "line": 495, "column": 28 } } @@ -46016,85 +45442,50 @@ "type": "Identifier", "name": "col", "range": [ - 19733, - 19736 + 19468, + 19471 ], "loc": { "start": { - "line": 503, + "line": 496, "column": 25 }, "end": { - "line": 503, + "line": 496, "column": 28 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 19741, - 19745 - ], - "loc": { - "start": { - "line": 503, - "column": 33 - }, - "end": { - "line": 503, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 19746, - 19762 - ], - "loc": { - "start": { - "line": 503, - "column": 38 - }, - "end": { - "line": 503, - "column": 54 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 19741, - 19762 + 19476, + 19485 ], "loc": { "start": { - "line": 503, + "line": 496, "column": 33 }, "end": { - "line": 503, - "column": 54 + "line": 496, + "column": 42 } } }, "range": [ - 19733, - 19762 + 19468, + 19485 ], "loc": { "start": { - "line": 503, + "line": 496, "column": 25 }, "end": { - "line": 503, - "column": 54 + "line": 496, + "column": 42 } } }, @@ -46113,16 +45504,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19791, - 19794 + 19514, + 19517 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 25 }, "end": { - "line": 504, + "line": 497, "column": 28 } } @@ -46131,47 +45522,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 19795, - 19804 + 19518, + 19527 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 29 }, "end": { - "line": 504, + "line": 497, "column": 38 } } }, "range": [ - 19791, - 19804 + 19514, + 19527 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 25 }, "end": { - "line": 504, + "line": 497, "column": 38 } } }, "prefix": true, "range": [ - 19790, - 19804 + 19513, + 19527 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 24 }, "end": { - "line": 504, + "line": 497, "column": 38 } } @@ -46191,16 +45582,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19832, - 19835 + 19555, + 19558 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 24 }, "end": { - "line": 505, + "line": 498, "column": 27 } } @@ -46209,31 +45600,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 19836, - 19845 + 19559, + 19568 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 28 }, "end": { - "line": 505, + "line": 498, "column": 37 } } }, "range": [ - 19832, - 19845 + 19555, + 19568 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 24 }, "end": { - "line": 505, + "line": 498, "column": 37 } } @@ -46244,16 +45635,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 19852, - 19861 + 19575, + 19584 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 44 }, "end": { - "line": 505, + "line": 498, "column": 53 } } @@ -46262,94 +45653,94 @@ { "type": "ThisExpression", "range": [ - 19862, - 19866 + 19585, + 19589 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 54 }, "end": { - "line": 505, + "line": 498, "column": 58 } } } ], "range": [ - 19848, - 19867 + 19571, + 19590 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 40 }, "end": { - "line": 505, + "line": 498, "column": 59 } } }, "range": [ - 19832, - 19867 + 19555, + 19590 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 24 }, "end": { - "line": 505, + "line": 498, "column": 59 } } }, "range": [ - 19832, - 19868 + 19555, + 19591 ], "loc": { "start": { - "line": 505, + "line": 498, "column": 24 }, "end": { - "line": 505, + "line": 498, "column": 60 } } } ], "range": [ - 19806, - 19890 + 19529, + 19613 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 40 }, "end": { - "line": 506, + "line": 499, "column": 21 } } }, "alternate": null, "range": [ - 19786, - 19890 + 19509, + 19613 ], "loc": { "start": { - "line": 504, + "line": 497, "column": 20 }, "end": { - "line": 506, + "line": 499, "column": 21 } } @@ -46368,16 +45759,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19911, - 19914 + 19634, + 19637 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 20 }, "end": { - "line": 507, + "line": 500, "column": 23 } } @@ -46386,31 +45777,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 19915, - 19924 + 19638, + 19647 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 24 }, "end": { - "line": 507, + "line": 500, "column": 33 } } }, "range": [ - 19911, - 19924 + 19634, + 19647 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 20 }, "end": { - "line": 507, + "line": 500, "column": 33 } } @@ -46419,31 +45810,31 @@ "type": "Identifier", "name": "init", "range": [ - 19925, - 19929 + 19648, + 19652 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 34 }, "end": { - "line": 507, + "line": 500, "column": 38 } } }, "range": [ - 19911, - 19929 + 19634, + 19652 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 20 }, "end": { - "line": 507, + "line": 500, "column": 38 } } @@ -46453,16 +45844,16 @@ "type": "Identifier", "name": "i", "range": [ - 19930, - 19931 + 19653, + 19654 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 39 }, "end": { - "line": 507, + "line": 500, "column": 40 } } @@ -46473,16 +45864,16 @@ "object": { "type": "ThisExpression", "range": [ - 19933, - 19937 + 19656, + 19660 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 42 }, "end": { - "line": 507, + "line": 500, "column": 46 } } @@ -46491,31 +45882,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 19938, - 19951 + 19661, + 19674 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 47 }, "end": { - "line": 507, + "line": 500, "column": 60 } } }, "range": [ - 19933, - 19951 + 19656, + 19674 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 42 }, "end": { - "line": 507, + "line": 500, "column": 60 } } @@ -46524,63 +45915,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 19953, - 19960 + 19676, + 19683 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 62 }, "end": { - "line": 507, + "line": 500, "column": 69 } } } ], "range": [ - 19911, - 19961 + 19634, + 19684 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 20 }, "end": { - "line": 507, + "line": 500, "column": 70 } } }, "range": [ - 19911, - 19962 + 19634, + 19685 ], "loc": { "start": { - "line": 507, + "line": 500, "column": 20 }, "end": { - "line": 507, + "line": 500, "column": 71 } } } ], "range": [ - 19764, - 19980 + 19487, + 19703 ], "loc": { "start": { - "line": 503, - "column": 56 + "line": 496, + "column": 44 }, "end": { - "line": 508, + "line": 501, "column": 17 } } @@ -46598,16 +45989,16 @@ "object": { "type": "ThisExpression", "range": [ - 20008, - 20012 + 19731, + 19735 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 20 }, "end": { - "line": 509, + "line": 502, "column": 24 } } @@ -46616,31 +46007,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 20013, - 20030 + 19736, + 19753 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 25 }, "end": { - "line": 509, + "line": 502, "column": 42 } } }, "range": [ - 20008, - 20030 + 19731, + 19753 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 20 }, "end": { - "line": 509, + "line": 502, "column": 42 } } @@ -46650,16 +46041,16 @@ "type": "Identifier", "name": "i", "range": [ - 20031, - 20032 + 19754, + 19755 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 43 }, "end": { - "line": 509, + "line": 502, "column": 44 } } @@ -46668,16 +46059,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 20034, - 20042 + 19757, + 19765 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 46 }, "end": { - "line": 509, + "line": 502, "column": 54 } } @@ -46686,78 +46077,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 20044, - 20051 + 19767, + 19774 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 56 }, "end": { - "line": 509, + "line": 502, "column": 63 } } } ], "range": [ - 20008, - 20052 + 19731, + 19775 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 20 }, "end": { - "line": 509, + "line": 502, "column": 64 } } }, "range": [ - 20008, - 20053 + 19731, + 19776 ], "loc": { "start": { - "line": 509, + "line": 502, "column": 20 }, "end": { - "line": 509, + "line": 502, "column": 65 } } } ], "range": [ - 19986, - 20071 + 19709, + 19794 ], "loc": { "start": { - "line": 508, + "line": 501, "column": 23 }, "end": { - "line": 510, + "line": 503, "column": 17 } } }, "range": [ - 19729, - 20071 + 19464, + 19794 ], "loc": { "start": { - "line": 503, + "line": 496, "column": 21 }, "end": { - "line": 510, + "line": 503, "column": 17 } }, @@ -46766,16 +46157,16 @@ "type": "Line", "value": " checklist", "range": [ - 19695, - 19707 + 19430, + 19442 ], "loc": { "start": { - "line": 502, + "line": 495, "column": 16 }, "end": { - "line": 502, + "line": 495, "column": 28 } } @@ -46783,16 +46174,16 @@ ] }, "range": [ - 19408, - 20071 + 19161, + 19794 ], "loc": { "start": { - "line": 496, + "line": 489, "column": 16 }, "end": { - "line": 510, + "line": 503, "column": 17 } }, @@ -46801,16 +46192,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 19372, - 19391 + 19125, + 19144 ], "loc": { "start": { - "line": 495, + "line": 488, "column": 16 }, "end": { - "line": 495, + "line": 488, "column": 35 } } @@ -46821,16 +46212,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 20089, - 20115 + 19812, + 19838 ], "loc": { "start": { - "line": 512, + "line": 505, "column": 16 }, "end": { - "line": 512, + "line": 505, "column": 42 } } @@ -46849,16 +46240,16 @@ "type": "Identifier", "name": "i", "range": [ - 20136, - 20137 + 19859, + 19860 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 20 }, "end": { - "line": 513, + "line": 506, "column": 21 } } @@ -46870,16 +46261,16 @@ "type": "Identifier", "name": "n", "range": [ - 20141, - 20142 + 19864, + 19865 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 25 }, "end": { - "line": 513, + "line": 506, "column": 26 } } @@ -46889,46 +46280,46 @@ "value": 1, "raw": "1", "range": [ - 20145, - 20146 + 19868, + 19869 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 29 }, "end": { - "line": 513, + "line": 506, "column": 30 } } }, "range": [ - 20141, - 20146 + 19864, + 19869 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 25 }, "end": { - "line": 513, + "line": 506, "column": 30 } } }, "range": [ - 20136, - 20146 + 19859, + 19869 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 20 }, "end": { - "line": 513, + "line": 506, "column": 30 } } @@ -46939,16 +46330,16 @@ "object": { "type": "ThisExpression", "range": [ - 20150, - 20154 + 19873, + 19877 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 34 }, "end": { - "line": 513, + "line": 506, "column": 38 } } @@ -46957,46 +46348,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 20155, - 20165 + 19878, + 19888 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 39 }, "end": { - "line": 513, + "line": 506, "column": 49 } } }, "range": [ - 20150, - 20165 + 19873, + 19888 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 34 }, "end": { - "line": 513, + "line": 506, "column": 49 } } }, "range": [ - 20136, - 20165 + 19859, + 19888 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 20 }, "end": { - "line": 513, + "line": 506, "column": 49 } } @@ -47014,16 +46405,16 @@ "object": { "type": "ThisExpression", "range": [ - 20189, - 20193 + 19912, + 19916 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 20 }, "end": { - "line": 514, + "line": 507, "column": 24 } } @@ -47032,31 +46423,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 20194, - 20212 + 19917, + 19935 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 25 }, "end": { - "line": 514, + "line": 507, "column": 43 } } }, "range": [ - 20189, - 20212 + 19912, + 19935 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 20 }, "end": { - "line": 514, + "line": 507, "column": 43 } } @@ -47066,16 +46457,16 @@ "type": "Identifier", "name": "i", "range": [ - 20213, - 20214 + 19936, + 19937 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 44 }, "end": { - "line": 514, + "line": 507, "column": 45 } } @@ -47084,79 +46475,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 20216, - 20223 + 19939, + 19946 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 47 }, "end": { - "line": 514, + "line": 507, "column": 54 } } } ], "range": [ - 20189, - 20224 + 19912, + 19947 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 20 }, "end": { - "line": 514, + "line": 507, "column": 55 } } }, "range": [ - 20189, - 20225 + 19912, + 19948 ], "loc": { "start": { - "line": 514, + "line": 507, "column": 20 }, "end": { - "line": 514, + "line": 507, "column": 56 } } } ], "range": [ - 20167, - 20243 + 19890, + 19966 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 51 }, "end": { - "line": 515, + "line": 508, "column": 17 } } }, "alternate": null, "range": [ - 20132, - 20243 + 19855, + 19966 ], "loc": { "start": { - "line": 513, + "line": 506, "column": 16 }, "end": { - "line": 515, + "line": 508, "column": 17 } }, @@ -47165,16 +46556,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 20089, - 20115 + 19812, + 19838 ], "loc": { "start": { - "line": 512, + "line": 505, "column": 16 }, "end": { - "line": 512, + "line": 505, "column": 42 } } @@ -47194,16 +46585,16 @@ "object": { "type": "ThisExpression", "range": [ - 20261, - 20265 + 19984, + 19988 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 16 }, "end": { - "line": 517, + "line": 510, "column": 20 } } @@ -47212,31 +46603,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 20266, - 20273 + 19989, + 19996 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 21 }, "end": { - "line": 517, + "line": 510, "column": 28 } } }, "range": [ - 20261, - 20273 + 19984, + 19996 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 16 }, "end": { - "line": 517, + "line": 510, "column": 28 } } @@ -47245,31 +46636,31 @@ "type": "Identifier", "name": "emit", "range": [ - 20274, - 20278 + 19997, + 20001 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 29 }, "end": { - "line": 517, + "line": 510, "column": 33 } } }, "range": [ - 20261, - 20278 + 19984, + 20001 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 16 }, "end": { - "line": 517, + "line": 510, "column": 33 } } @@ -47280,16 +46671,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 20279, - 20298 + 20002, + 20021 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 34 }, "end": { - "line": 517, + "line": 510, "column": 53 } } @@ -47297,16 +46688,16 @@ { "type": "ThisExpression", "range": [ - 20300, - 20304 + 20023, + 20027 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 55 }, "end": { - "line": 517, + "line": 510, "column": 59 } } @@ -47315,78 +46706,78 @@ "type": "Identifier", "name": "i", "range": [ - 20306, - 20307 + 20029, + 20030 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 61 }, "end": { - "line": 517, + "line": 510, "column": 62 } } } ], "range": [ - 20261, - 20308 + 19984, + 20031 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 16 }, "end": { - "line": 517, + "line": 510, "column": 63 } } }, "range": [ - 20261, - 20309 + 19984, + 20032 ], "loc": { "start": { - "line": 517, + "line": 510, "column": 16 }, "end": { - "line": 517, + "line": 510, "column": 64 } } } ], "range": [ - 18623, - 20323 + 18386, + 20046 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 40 }, "end": { - "line": 518, + "line": 511, "column": 13 } } }, "range": [ - 18595, - 20323 + 18358, + 20046 ], "loc": { "start": { - "line": 474, + "line": 467, "column": 12 }, "end": { - "line": 518, + "line": 511, "column": 13 } }, @@ -47395,16 +46786,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 18563, - 18582 + 18326, + 18345 ], "loc": { "start": { - "line": 473, + "line": 466, "column": 12 }, "end": { - "line": 473, + "line": 466, "column": 31 } } @@ -47424,16 +46815,16 @@ "object": { "type": "ThisExpression", "range": [ - 20337, - 20341 + 20060, + 20064 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 12 }, "end": { - "line": 520, + "line": 513, "column": 16 } } @@ -47442,31 +46833,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 20342, - 20349 + 20065, + 20072 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 17 }, "end": { - "line": 520, + "line": 513, "column": 24 } } }, "range": [ - 20337, - 20349 + 20060, + 20072 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 12 }, "end": { - "line": 520, + "line": 513, "column": 24 } } @@ -47475,31 +46866,31 @@ "type": "Identifier", "name": "on", "range": [ - 20350, - 20352 + 20073, + 20075 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 25 }, "end": { - "line": 520, + "line": 513, "column": 27 } } }, "range": [ - 20337, - 20352 + 20060, + 20075 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 12 }, "end": { - "line": 520, + "line": 513, "column": 27 } } @@ -47513,32 +46904,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 20354, - 20368 + 20077, + 20091 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 29 }, "end": { - "line": 520, + "line": 513, "column": 43 } } } ], "range": [ - 20353, - 20369 + 20076, + 20092 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 28 }, "end": { - "line": 520, + "line": 513, "column": 44 } } @@ -47551,16 +46942,16 @@ "type": "Identifier", "name": "tf", "range": [ - 20388, - 20390 + 20111, + 20113 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 17 }, "end": { - "line": 521, + "line": 514, "column": 19 } } @@ -47569,16 +46960,16 @@ "type": "Identifier", "name": "filter", "range": [ - 20392, - 20398 + 20115, + 20121 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 21 }, "end": { - "line": 521, + "line": 514, "column": 27 } } @@ -47592,16 +46983,16 @@ "object": { "type": "ThisExpression", "range": [ - 20403, - 20407 + 20126, + 20130 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 32 }, "end": { - "line": 521, + "line": 514, "column": 36 } } @@ -47610,31 +47001,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 20408, - 20425 + 20131, + 20148 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 37 }, "end": { - "line": 521, + "line": 514, "column": 54 } } }, "range": [ - 20403, - 20425 + 20126, + 20148 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 32 }, "end": { - "line": 521, + "line": 514, "column": 54 } } @@ -47647,16 +47038,16 @@ "type": "Identifier", "name": "filter", "range": [ - 20426, - 20432 + 20149, + 20155 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 55 }, "end": { - "line": 521, + "line": 514, "column": 61 } } @@ -47665,47 +47056,47 @@ "type": "Identifier", "name": "id", "range": [ - 20433, - 20435 + 20156, + 20158 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 62 }, "end": { - "line": 521, + "line": 514, "column": 64 } } }, "range": [ - 20426, - 20435 + 20149, + 20158 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 55 }, "end": { - "line": 521, + "line": 514, "column": 64 } } } ], "range": [ - 20403, - 20436 + 20126, + 20159 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 32 }, "end": { - "line": 521, + "line": 514, "column": 65 } } @@ -47713,78 +47104,78 @@ "generator": false, "expression": true, "range": [ - 20387, - 20436 + 20110, + 20159 ], "loc": { "start": { - "line": 521, + "line": 514, "column": 16 }, "end": { - "line": 521, + "line": 514, "column": 65 } } } ], "range": [ - 20337, - 20437 + 20060, + 20160 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 12 }, "end": { - "line": 521, + "line": 514, "column": 66 } } }, "range": [ - 20337, - 20438 + 20060, + 20161 ], "loc": { "start": { - "line": 520, + "line": 513, "column": 12 }, "end": { - "line": 521, + "line": 514, "column": 67 } } } ], "range": [ - 18338, - 20449 + 18101, + 20172 ], "loc": { "start": { - "line": 466, + "line": 459, "column": 15 }, "end": { - "line": 523, + "line": 516, "column": 9 } } }, "range": [ - 18267, - 20449 + 18030, + 20172 ], "loc": { "start": { - "line": 464, + "line": 457, "column": 8 }, "end": { - "line": 523, + "line": 516, "column": 9 } }, @@ -47793,16 +47184,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 18227, - 18258 + 17990, + 18021 ], "loc": { "start": { - "line": 463, + "line": 456, "column": 8 }, "end": { - "line": 463, + "line": 456, "column": 39 } } @@ -47813,16 +47204,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 20449, - 20466 + 20172, + 20189 ], "loc": { "start": { - "line": 523, + "line": 516, "column": 9 }, "end": { - "line": 523, + "line": 516, "column": 26 } } @@ -47831,16 +47222,16 @@ "type": "Block", "value": " Features ", "range": [ - 20476, - 20490 + 20199, + 20213 ], "loc": { "start": { - "line": 525, + "line": 518, "column": 8 }, "end": { - "line": 525, + "line": 518, "column": 22 } } @@ -47855,16 +47246,16 @@ "object": { "type": "ThisExpression", "range": [ - 20503, - 20507 + 20226, + 20230 ], "loc": { "start": { - "line": 526, + "line": 519, "column": 12 }, "end": { - "line": 526, + "line": 519, "column": 16 } } @@ -47873,31 +47264,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 20508, - 20522 + 20231, + 20245 ], "loc": { "start": { - "line": 526, + "line": 519, "column": 17 }, "end": { - "line": 526, + "line": 519, "column": 31 } } }, "range": [ - 20503, - 20522 + 20226, + 20245 ], "loc": { "start": { - "line": 526, + "line": 519, "column": 12 }, "end": { - "line": 526, + "line": 519, "column": 31 } } @@ -47918,16 +47309,16 @@ "object": { "type": "ThisExpression", "range": [ - 20538, - 20542 + 20261, + 20265 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 12 }, "end": { - "line": 527, + "line": 520, "column": 16 } } @@ -47936,31 +47327,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 20543, - 20550 + 20266, + 20273 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 17 }, "end": { - "line": 527, + "line": 520, "column": 24 } } }, "range": [ - 20538, - 20550 + 20261, + 20273 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 12 }, "end": { - "line": 527, + "line": 520, "column": 24 } } @@ -47969,31 +47360,31 @@ "type": "Identifier", "name": "on", "range": [ - 20551, - 20553 + 20274, + 20276 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 25 }, "end": { - "line": 527, + "line": 520, "column": 27 } } }, "range": [ - 20538, - 20553 + 20261, + 20276 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 12 }, "end": { - "line": 527, + "line": 520, "column": 27 } } @@ -48007,32 +47398,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 20555, - 20572 + 20278, + 20295 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 29 }, "end": { - "line": 527, + "line": 520, "column": 46 } } } ], "range": [ - 20554, - 20573 + 20277, + 20296 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 28 }, "end": { - "line": 527, + "line": 520, "column": 47 } } @@ -48049,16 +47440,16 @@ "object": { "type": "ThisExpression", "range": [ - 20597, - 20601 + 20320, + 20324 ], "loc": { "start": { - "line": 528, + "line": 521, "column": 22 }, "end": { - "line": 528, + "line": 521, "column": 26 } } @@ -48067,47 +47458,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 20602, - 20619 + 20325, + 20342 ], "loc": { "start": { - "line": 528, + "line": 521, "column": 27 }, "end": { - "line": 528, + "line": 521, "column": 44 } } }, "range": [ - 20597, - 20619 + 20320, + 20342 ], "loc": { "start": { - "line": 528, + "line": 521, "column": 22 }, "end": { - "line": 528, + "line": 521, "column": 44 } } }, "arguments": [], "range": [ - 20597, - 20621 + 20320, + 20344 ], "loc": { "start": { - "line": 528, + "line": 521, "column": 22 }, "end": { - "line": 528, + "line": 521, "column": 46 } } @@ -48115,47 +47506,47 @@ "generator": false, "expression": true, "range": [ - 20591, - 20621 + 20314, + 20344 ], "loc": { "start": { - "line": 528, + "line": 521, "column": 16 }, "end": { - "line": 528, + "line": 521, "column": 46 } } } ], "range": [ - 20538, - 20622 + 20261, + 20345 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 12 }, "end": { - "line": 528, + "line": 521, "column": 47 } } }, "range": [ - 20538, - 20623 + 20261, + 20346 ], "loc": { "start": { - "line": 527, + "line": 520, "column": 12 }, "end": { - "line": 528, + "line": 521, "column": 48 } } @@ -48170,16 +47561,16 @@ "object": { "type": "ThisExpression", "range": [ - 20636, - 20640 + 20359, + 20363 ], "loc": { "start": { - "line": 529, + "line": 522, "column": 12 }, "end": { - "line": 529, + "line": 522, "column": 16 } } @@ -48188,94 +47579,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 20641, - 20658 + 20364, + 20381 ], "loc": { "start": { - "line": 529, + "line": 522, "column": 17 }, "end": { - "line": 529, + "line": 522, "column": 34 } } }, "range": [ - 20636, - 20658 + 20359, + 20381 ], "loc": { "start": { - "line": 529, + "line": 522, "column": 12 }, "end": { - "line": 529, + "line": 522, "column": 34 } } }, "arguments": [], "range": [ - 20636, - 20660 + 20359, + 20383 ], "loc": { "start": { - "line": 529, + "line": 522, "column": 12 }, "end": { - "line": 529, + "line": 522, "column": 36 } } }, "range": [ - 20636, - 20661 + 20359, + 20384 ], "loc": { "start": { - "line": 529, + "line": 522, "column": 12 }, "end": { - "line": 529, + "line": 522, "column": 37 } } } ], "range": [ - 20524, - 20671 + 20247, + 20394 ], "loc": { "start": { - "line": 526, + "line": 519, "column": 33 }, "end": { - "line": 530, + "line": 523, "column": 9 } } }, "alternate": null, "range": [ - 20499, - 20671 + 20222, + 20394 ], "loc": { "start": { - "line": 526, + "line": 519, "column": 8 }, "end": { - "line": 530, + "line": 523, "column": 9 } }, @@ -48284,16 +47675,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 20449, - 20466 + 20172, + 20189 ], "loc": { "start": { - "line": 523, + "line": 516, "column": 9 }, "end": { - "line": 523, + "line": 516, "column": 26 } } @@ -48302,16 +47693,16 @@ "type": "Block", "value": " Features ", "range": [ - 20476, - 20490 + 20199, + 20213 ], "loc": { "start": { - "line": 525, + "line": 518, "column": 8 }, "end": { - "line": 525, + "line": 518, "column": 22 } } @@ -48326,16 +47717,16 @@ "object": { "type": "ThisExpression", "range": [ - 20684, - 20688 + 20407, + 20411 ], "loc": { "start": { - "line": 531, + "line": 524, "column": 12 }, "end": { - "line": 531, + "line": 524, "column": 16 } } @@ -48344,31 +47735,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20689, - 20700 + 20412, + 20423 ], "loc": { "start": { - "line": 531, + "line": 524, "column": 17 }, "end": { - "line": 531, + "line": 524, "column": 28 } } }, "range": [ - 20684, - 20700 + 20407, + 20423 ], "loc": { "start": { - "line": 531, + "line": 524, "column": 12 }, "end": { - "line": 531, + "line": 524, "column": 28 } } @@ -48388,16 +47779,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20716, - 20719 + 20439, + 20442 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 12 }, "end": { - "line": 532, + "line": 525, "column": 15 } } @@ -48406,31 +47797,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20720, - 20731 + 20443, + 20454 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 16 }, "end": { - "line": 532, + "line": 525, "column": 27 } } }, "range": [ - 20716, - 20731 + 20439, + 20454 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 12 }, "end": { - "line": 532, + "line": 525, "column": 27 } } @@ -48441,16 +47832,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 20738, - 20749 + 20461, + 20472 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 34 }, "end": { - "line": 532, + "line": 525, "column": 45 } } @@ -48459,62 +47850,62 @@ { "type": "ThisExpression", "range": [ - 20750, - 20754 + 20473, + 20477 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 46 }, "end": { - "line": 532, + "line": 525, "column": 50 } } } ], "range": [ - 20734, - 20755 + 20457, + 20478 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 30 }, "end": { - "line": 532, + "line": 525, "column": 51 } } }, "range": [ - 20716, - 20755 + 20439, + 20478 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 12 }, "end": { - "line": 532, + "line": 525, "column": 51 } } }, "range": [ - 20716, - 20756 + 20439, + 20479 ], "loc": { "start": { - "line": 532, + "line": 525, "column": 12 }, "end": { - "line": 532, + "line": 525, "column": 52 } } @@ -48533,16 +47924,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20769, - 20772 + 20492, + 20495 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 12 }, "end": { - "line": 533, + "line": 526, "column": 15 } } @@ -48551,31 +47942,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20773, - 20784 + 20496, + 20507 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 16 }, "end": { - "line": 533, + "line": 526, "column": 27 } } }, "range": [ - 20769, - 20784 + 20492, + 20507 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 12 }, "end": { - "line": 533, + "line": 526, "column": 27 } } @@ -48584,94 +47975,94 @@ "type": "Identifier", "name": "init", "range": [ - 20785, - 20789 + 20508, + 20512 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 28 }, "end": { - "line": 533, + "line": 526, "column": 32 } } }, "range": [ - 20769, - 20789 + 20492, + 20512 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 12 }, "end": { - "line": 533, + "line": 526, "column": 32 } } }, "arguments": [], "range": [ - 20769, - 20791 + 20492, + 20514 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 12 }, "end": { - "line": 533, + "line": 526, "column": 34 } } }, "range": [ - 20769, - 20792 + 20492, + 20515 ], "loc": { "start": { - "line": 533, + "line": 526, "column": 12 }, "end": { - "line": 533, + "line": 526, "column": 35 } } } ], "range": [ - 20702, - 20802 + 20425, + 20525 ], "loc": { "start": { - "line": 531, + "line": 524, "column": 30 }, "end": { - "line": 534, + "line": 527, "column": 9 } } }, "alternate": null, "range": [ - 20680, - 20802 + 20403, + 20525 ], "loc": { "start": { - "line": 531, + "line": 524, "column": 8 }, "end": { - "line": 534, + "line": 527, "column": 9 } } @@ -48684,16 +48075,16 @@ "object": { "type": "ThisExpression", "range": [ - 20815, - 20819 + 20538, + 20542 ], "loc": { "start": { - "line": 535, + "line": 528, "column": 12 }, "end": { - "line": 535, + "line": 528, "column": 16 } } @@ -48702,31 +48093,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20820, - 20829 + 20543, + 20552 ], "loc": { "start": { - "line": 535, + "line": 528, "column": 17 }, "end": { - "line": 535, + "line": 528, "column": 26 } } }, "range": [ - 20815, - 20829 + 20538, + 20552 ], "loc": { "start": { - "line": 535, + "line": 528, "column": 12 }, "end": { - "line": 535, + "line": 528, "column": 26 } } @@ -48746,16 +48137,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20845, - 20848 + 20568, + 20571 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 12 }, "end": { - "line": 536, + "line": 529, "column": 15 } } @@ -48764,31 +48155,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20849, - 20858 + 20572, + 20581 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 16 }, "end": { - "line": 536, + "line": 529, "column": 25 } } }, "range": [ - 20845, - 20858 + 20568, + 20581 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 12 }, "end": { - "line": 536, + "line": 529, "column": 25 } } @@ -48799,16 +48190,16 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 20865, - 20874 + 20588, + 20597 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 32 }, "end": { - "line": 536, + "line": 529, "column": 41 } } @@ -48817,62 +48208,62 @@ { "type": "ThisExpression", "range": [ - 20875, - 20879 + 20598, + 20602 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 42 }, "end": { - "line": 536, + "line": 529, "column": 46 } } } ], "range": [ - 20861, - 20880 + 20584, + 20603 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 28 }, "end": { - "line": 536, + "line": 529, "column": 47 } } }, "range": [ - 20845, - 20880 + 20568, + 20603 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 12 }, "end": { - "line": 536, + "line": 529, "column": 47 } } }, "range": [ - 20845, - 20881 + 20568, + 20604 ], "loc": { "start": { - "line": 536, + "line": 529, "column": 12 }, "end": { - "line": 536, + "line": 529, "column": 48 } } @@ -48891,16 +48282,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20894, - 20897 + 20617, + 20620 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 12 }, "end": { - "line": 537, + "line": 530, "column": 15 } } @@ -48909,31 +48300,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20898, - 20907 + 20621, + 20630 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 16 }, "end": { - "line": 537, + "line": 530, "column": 25 } } }, "range": [ - 20894, - 20907 + 20617, + 20630 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 12 }, "end": { - "line": 537, + "line": 530, "column": 25 } } @@ -48942,94 +48333,94 @@ "type": "Identifier", "name": "init", "range": [ - 20908, - 20912 + 20631, + 20635 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 26 }, "end": { - "line": 537, + "line": 530, "column": 30 } } }, "range": [ - 20894, - 20912 + 20617, + 20635 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 12 }, "end": { - "line": 537, + "line": 530, "column": 30 } } }, "arguments": [], "range": [ - 20894, - 20914 + 20617, + 20637 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 12 }, "end": { - "line": 537, + "line": 530, "column": 32 } } }, "range": [ - 20894, - 20915 + 20617, + 20638 ], "loc": { "start": { - "line": 537, + "line": 530, "column": 12 }, "end": { - "line": 537, + "line": 530, "column": 33 } } } ], "range": [ - 20831, - 20925 + 20554, + 20648 ], "loc": { "start": { - "line": 535, + "line": 528, "column": 28 }, "end": { - "line": 538, + "line": 531, "column": 9 } } }, "alternate": null, "range": [ - 20811, - 20925 + 20534, + 20648 ], "loc": { "start": { - "line": 535, + "line": 528, "column": 8 }, "end": { - "line": 538, + "line": 531, "column": 9 } } @@ -49042,16 +48433,16 @@ "object": { "type": "ThisExpression", "range": [ - 20938, - 20942 + 20661, + 20665 ], "loc": { "start": { - "line": 539, + "line": 532, "column": 12 }, "end": { - "line": 539, + "line": 532, "column": 16 } } @@ -49060,31 +48451,31 @@ "type": "Identifier", "name": "paging", "range": [ - 20943, - 20949 + 20666, + 20672 ], "loc": { "start": { - "line": 539, + "line": 532, "column": 17 }, "end": { - "line": 539, + "line": 532, "column": 23 } } }, "range": [ - 20938, - 20949 + 20661, + 20672 ], "loc": { "start": { - "line": 539, + "line": 532, "column": 12 }, "end": { - "line": 539, + "line": 532, "column": 23 } } @@ -49104,16 +48495,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20970, - 20973 + 20693, + 20696 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 17 }, "end": { - "line": 540, + "line": 533, "column": 20 } } @@ -49122,47 +48513,47 @@ "type": "Identifier", "name": "paging", "range": [ - 20974, - 20980 + 20697, + 20703 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 21 }, "end": { - "line": 540, + "line": 533, "column": 27 } } }, "range": [ - 20970, - 20980 + 20693, + 20703 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 17 }, "end": { - "line": 540, + "line": 533, "column": 27 } } }, "prefix": true, "range": [ - 20969, - 20980 + 20692, + 20703 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 16 }, "end": { - "line": 540, + "line": 533, "column": 27 } } @@ -49182,16 +48573,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21000, - 21003 + 20723, + 20726 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 16 }, "end": { - "line": 541, + "line": 534, "column": 19 } } @@ -49200,31 +48591,31 @@ "type": "Identifier", "name": "paging", "range": [ - 21004, - 21010 + 20727, + 20733 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 20 }, "end": { - "line": 541, + "line": 534, "column": 26 } } }, "range": [ - 21000, - 21010 + 20723, + 20733 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 16 }, "end": { - "line": 541, + "line": 534, "column": 26 } } @@ -49235,16 +48626,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 21017, - 21023 + 20740, + 20746 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 33 }, "end": { - "line": 541, + "line": 534, "column": 39 } } @@ -49253,62 +48644,62 @@ { "type": "ThisExpression", "range": [ - 21024, - 21028 + 20747, + 20751 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 40 }, "end": { - "line": 541, + "line": 534, "column": 44 } } } ], "range": [ - 21013, - 21029 + 20736, + 20752 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 29 }, "end": { - "line": 541, + "line": 534, "column": 45 } } }, "range": [ - 21000, - 21029 + 20723, + 20752 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 16 }, "end": { - "line": 541, + "line": 534, "column": 45 } } }, "range": [ - 21000, - 21030 + 20723, + 20753 ], "loc": { "start": { - "line": 541, + "line": 534, "column": 16 }, "end": { - "line": 541, + "line": 534, "column": 46 } } @@ -49327,16 +48718,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21047, - 21050 + 20770, + 20773 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 16 }, "end": { - "line": 542, + "line": 535, "column": 19 } } @@ -49345,31 +48736,31 @@ "type": "Identifier", "name": "paging", "range": [ - 21051, - 21057 + 20774, + 20780 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 20 }, "end": { - "line": 542, + "line": 535, "column": 26 } } }, "range": [ - 21047, - 21057 + 20770, + 20780 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 16 }, "end": { - "line": 542, + "line": 535, "column": 26 } } @@ -49378,78 +48769,78 @@ "type": "Identifier", "name": "init", "range": [ - 21058, - 21062 + 20781, + 20785 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 27 }, "end": { - "line": 542, + "line": 535, "column": 31 } } }, "range": [ - 21047, - 21062 + 20770, + 20785 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 16 }, "end": { - "line": 542, + "line": 535, "column": 31 } } }, "arguments": [], "range": [ - 21047, - 21064 + 20770, + 20787 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 16 }, "end": { - "line": 542, + "line": 535, "column": 33 } } }, "range": [ - 21047, - 21065 + 20770, + 20788 ], "loc": { "start": { - "line": 542, + "line": 535, "column": 16 }, "end": { - "line": 542, + "line": 535, "column": 34 } } } ], "range": [ - 20982, - 21079 + 20705, + 20802 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 29 }, "end": { - "line": 543, + "line": 536, "column": 13 } } @@ -49471,16 +48862,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21103, - 21106 + 20826, + 20829 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 16 }, "end": { - "line": 544, + "line": 537, "column": 19 } } @@ -49489,31 +48880,31 @@ "type": "Identifier", "name": "paging", "range": [ - 21107, - 21113 + 20830, + 20836 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 20 }, "end": { - "line": 544, + "line": 537, "column": 26 } } }, "range": [ - 21103, - 21113 + 20826, + 20836 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 16 }, "end": { - "line": 544, + "line": 537, "column": 26 } } @@ -49522,125 +48913,125 @@ "type": "Identifier", "name": "reset", "range": [ - 21114, - 21119 + 20837, + 20842 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 27 }, "end": { - "line": 544, + "line": 537, "column": 32 } } }, "range": [ - 21103, - 21119 + 20826, + 20842 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 16 }, "end": { - "line": 544, + "line": 537, "column": 32 } } }, "arguments": [], "range": [ - 21103, - 21121 + 20826, + 20844 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 16 }, "end": { - "line": 544, + "line": 537, "column": 34 } } }, "range": [ - 21103, - 21122 + 20826, + 20845 ], "loc": { "start": { - "line": 544, + "line": 537, "column": 16 }, "end": { - "line": 544, + "line": 537, "column": 35 } } } ], "range": [ - 21085, - 21136 + 20808, + 20859 ], "loc": { "start": { - "line": 543, + "line": 536, "column": 19 }, "end": { - "line": 545, + "line": 538, "column": 13 } } }, "range": [ - 20965, - 21136 + 20688, + 20859 ], "loc": { "start": { - "line": 540, + "line": 533, "column": 12 }, "end": { - "line": 545, + "line": 538, "column": 13 } } } ], "range": [ - 20951, - 21146 + 20674, + 20869 ], "loc": { "start": { - "line": 539, + "line": 532, "column": 25 }, "end": { - "line": 546, + "line": 539, "column": 9 } } }, "alternate": null, "range": [ - 20934, - 21146 + 20657, + 20869 ], "loc": { "start": { - "line": 539, + "line": 532, "column": 8 }, "end": { - "line": 546, + "line": 539, "column": 9 } } @@ -49653,16 +49044,16 @@ "object": { "type": "ThisExpression", "range": [ - 21159, - 21163 + 20882, + 20886 ], "loc": { "start": { - "line": 547, + "line": 540, "column": 12 }, "end": { - "line": 547, + "line": 540, "column": 16 } } @@ -49671,31 +49062,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 21164, - 21172 + 20887, + 20895 ], "loc": { "start": { - "line": 547, + "line": 540, "column": 17 }, "end": { - "line": 547, + "line": 540, "column": 25 } } }, "range": [ - 21159, - 21172 + 20882, + 20895 ], "loc": { "start": { - "line": 547, + "line": 540, "column": 12 }, "end": { - "line": 547, + "line": 540, "column": 25 } } @@ -49715,16 +49106,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21188, - 21191 + 20911, + 20914 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 12 }, "end": { - "line": 548, + "line": 541, "column": 15 } } @@ -49733,31 +49124,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 21192, - 21203 + 20915, + 20926 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 16 }, "end": { - "line": 548, + "line": 541, "column": 27 } } }, "range": [ - 21188, - 21203 + 20911, + 20926 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 12 }, "end": { - "line": 548, + "line": 541, "column": 27 } } @@ -49768,16 +49159,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 21210, - 21221 + 20933, + 20944 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 34 }, "end": { - "line": 548, + "line": 541, "column": 45 } } @@ -49786,62 +49177,62 @@ { "type": "ThisExpression", "range": [ - 21222, - 21226 + 20945, + 20949 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 46 }, "end": { - "line": 548, + "line": 541, "column": 50 } } } ], "range": [ - 21206, - 21227 + 20929, + 20950 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 30 }, "end": { - "line": 548, + "line": 541, "column": 51 } } }, "range": [ - 21188, - 21227 + 20911, + 20950 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 12 }, "end": { - "line": 548, + "line": 541, "column": 51 } } }, "range": [ - 21188, - 21228 + 20911, + 20951 ], "loc": { "start": { - "line": 548, + "line": 541, "column": 12 }, "end": { - "line": 548, + "line": 541, "column": 52 } } @@ -49860,16 +49251,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21241, - 21244 + 20964, + 20967 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 12 }, "end": { - "line": 549, + "line": 542, "column": 15 } } @@ -49878,31 +49269,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 21245, - 21256 + 20968, + 20979 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 16 }, "end": { - "line": 549, + "line": 542, "column": 27 } } }, "range": [ - 21241, - 21256 + 20964, + 20979 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 12 }, "end": { - "line": 549, + "line": 542, "column": 27 } } @@ -49911,94 +49302,94 @@ "type": "Identifier", "name": "init", "range": [ - 21257, - 21261 + 20980, + 20984 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 28 }, "end": { - "line": 549, + "line": 542, "column": 32 } } }, "range": [ - 21241, - 21261 + 20964, + 20984 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 12 }, "end": { - "line": 549, + "line": 542, "column": 32 } } }, "arguments": [], "range": [ - 21241, - 21263 + 20964, + 20986 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 12 }, "end": { - "line": 549, + "line": 542, "column": 34 } } }, "range": [ - 21241, - 21264 + 20964, + 20987 ], "loc": { "start": { - "line": 549, + "line": 542, "column": 12 }, "end": { - "line": 549, + "line": 542, "column": 35 } } } ], "range": [ - 21174, - 21274 + 20897, + 20997 ], "loc": { "start": { - "line": 547, + "line": 540, "column": 27 }, "end": { - "line": 550, + "line": 543, "column": 9 } } }, "alternate": null, "range": [ - 21155, - 21274 + 20878, + 20997 ], "loc": { "start": { - "line": 547, + "line": 540, "column": 8 }, "end": { - "line": 550, + "line": 543, "column": 9 } } @@ -50014,16 +49405,16 @@ "object": { "type": "ThisExpression", "range": [ - 21288, - 21292 + 21011, + 21015 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 12 }, "end": { - "line": 552, + "line": 545, "column": 16 } } @@ -50032,31 +49423,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 21293, - 21305 + 21016, + 21028 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 17 }, "end": { - "line": 552, + "line": 545, "column": 29 } } }, "range": [ - 21288, - 21305 + 21011, + 21028 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 12 }, "end": { - "line": 552, + "line": 545, "column": 29 } } @@ -50070,16 +49461,16 @@ "object": { "type": "ThisExpression", "range": [ - 21310, - 21314 + 21033, + 21037 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 34 }, "end": { - "line": 552, + "line": 545, "column": 38 } } @@ -50088,62 +49479,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 21315, - 21325 + 21038, + 21048 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 39 }, "end": { - "line": 552, + "line": 545, "column": 49 } } }, "range": [ - 21310, - 21325 + 21033, + 21048 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 34 }, "end": { - "line": 552, + "line": 545, "column": 49 } } }, "prefix": true, "range": [ - 21309, - 21325 + 21032, + 21048 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 33 }, "end": { - "line": 552, + "line": 545, "column": 49 } } }, "range": [ - 21288, - 21325 + 21011, + 21048 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 12 }, "end": { - "line": 552, + "line": 545, "column": 49 } } @@ -50161,16 +49552,16 @@ "object": { "type": "ThisExpression", "range": [ - 21341, - 21345 + 21064, + 21068 ], "loc": { "start": { - "line": 553, + "line": 546, "column": 12 }, "end": { - "line": 553, + "line": 546, "column": 16 } } @@ -50179,94 +49570,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 21346, - 21358 + 21069, + 21081 ], "loc": { "start": { - "line": 553, + "line": 546, "column": 17 }, "end": { - "line": 553, + "line": 546, "column": 29 } } }, "range": [ - 21341, - 21358 + 21064, + 21081 ], "loc": { "start": { - "line": 553, + "line": 546, "column": 12 }, "end": { - "line": 553, + "line": 546, "column": 29 } } }, "arguments": [], "range": [ - 21341, - 21360 + 21064, + 21083 ], "loc": { "start": { - "line": 553, + "line": 546, "column": 12 }, "end": { - "line": 553, + "line": 546, "column": 31 } } }, "range": [ - 21341, - 21361 + 21064, + 21084 ], "loc": { "start": { - "line": 553, + "line": 546, "column": 12 }, "end": { - "line": 553, + "line": 546, "column": 32 } } } ], "range": [ - 21327, - 21371 + 21050, + 21094 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 51 }, "end": { - "line": 554, + "line": 547, "column": 9 } } }, "alternate": null, "range": [ - 21284, - 21371 + 21007, + 21094 ], "loc": { "start": { - "line": 552, + "line": 545, "column": 8 }, "end": { - "line": 554, + "line": 547, "column": 9 } } @@ -50279,16 +49670,16 @@ "object": { "type": "ThisExpression", "range": [ - 21384, - 21388 + 21107, + 21111 ], "loc": { "start": { - "line": 555, + "line": 548, "column": 12 }, "end": { - "line": 555, + "line": 548, "column": 16 } } @@ -50297,31 +49688,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 21389, - 21402 + 21112, + 21125 ], "loc": { "start": { - "line": 555, + "line": 548, "column": 17 }, "end": { - "line": 555, + "line": 548, "column": 30 } } }, "range": [ - 21384, - 21402 + 21107, + 21125 ], "loc": { "start": { - "line": 555, + "line": 548, "column": 12 }, "end": { - "line": 555, + "line": 548, "column": 30 } } @@ -50341,16 +49732,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21418, - 21421 + 21141, + 21144 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 12 }, "end": { - "line": 556, + "line": 549, "column": 15 } } @@ -50359,31 +49750,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 21422, - 21435 + 21145, + 21158 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 16 }, "end": { - "line": 556, + "line": 549, "column": 29 } } }, "range": [ - 21418, - 21435 + 21141, + 21158 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 12 }, "end": { - "line": 556, + "line": 549, "column": 29 } } @@ -50394,16 +49785,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 21442, - 21455 + 21165, + 21178 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 36 }, "end": { - "line": 556, + "line": 549, "column": 49 } } @@ -50412,62 +49803,62 @@ { "type": "ThisExpression", "range": [ - 21456, - 21460 + 21179, + 21183 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 50 }, "end": { - "line": 556, + "line": 549, "column": 54 } } } ], "range": [ - 21438, - 21461 + 21161, + 21184 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 32 }, "end": { - "line": 556, + "line": 549, "column": 55 } } }, "range": [ - 21418, - 21461 + 21141, + 21184 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 12 }, "end": { - "line": 556, + "line": 549, "column": 55 } } }, "range": [ - 21418, - 21462 + 21141, + 21185 ], "loc": { "start": { - "line": 556, + "line": 549, "column": 12 }, "end": { - "line": 556, + "line": 549, "column": 56 } } @@ -50486,16 +49877,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21475, - 21478 + 21198, + 21201 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 12 }, "end": { - "line": 557, + "line": 550, "column": 15 } } @@ -50504,31 +49895,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 21479, - 21492 + 21202, + 21215 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 16 }, "end": { - "line": 557, + "line": 550, "column": 29 } } }, "range": [ - 21475, - 21492 + 21198, + 21215 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 12 }, "end": { - "line": 557, + "line": 550, "column": 29 } } @@ -50537,94 +49928,94 @@ "type": "Identifier", "name": "init", "range": [ - 21493, - 21497 + 21216, + 21220 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 30 }, "end": { - "line": 557, + "line": 550, "column": 34 } } }, "range": [ - 21475, - 21497 + 21198, + 21220 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 12 }, "end": { - "line": 557, + "line": 550, "column": 34 } } }, "arguments": [], "range": [ - 21475, - 21499 + 21198, + 21222 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 12 }, "end": { - "line": 557, + "line": 550, "column": 36 } } }, "range": [ - 21475, - 21500 + 21198, + 21223 ], "loc": { "start": { - "line": 557, + "line": 550, "column": 12 }, "end": { - "line": 557, + "line": 550, "column": 37 } } } ], "range": [ - 21404, - 21510 + 21127, + 21233 ], "loc": { "start": { - "line": 555, + "line": 548, "column": 32 }, "end": { - "line": 558, + "line": 551, "column": 9 } } }, "alternate": null, "range": [ - 21380, - 21510 + 21103, + 21233 ], "loc": { "start": { - "line": 555, + "line": 548, "column": 8 }, "end": { - "line": 558, + "line": 551, "column": 9 } } @@ -50637,16 +50028,16 @@ "object": { "type": "ThisExpression", "range": [ - 21523, - 21527 + 21246, + 21250 ], "loc": { "start": { - "line": 559, + "line": 552, "column": 12 }, "end": { - "line": 559, + "line": 552, "column": 16 } } @@ -50655,31 +50046,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 21528, - 21537 + 21251, + 21260 ], "loc": { "start": { - "line": 559, + "line": 552, "column": 17 }, "end": { - "line": 559, + "line": 552, "column": 26 } } }, "range": [ - 21523, - 21537 + 21246, + 21260 ], "loc": { "start": { - "line": 559, + "line": 552, "column": 12 }, "end": { - "line": 559, + "line": 552, "column": 26 } } @@ -50699,16 +50090,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21558, - 21561 + 21281, + 21284 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 17 }, "end": { - "line": 560, + "line": 553, "column": 20 } } @@ -50717,47 +50108,47 @@ "type": "Identifier", "name": "noResults", "range": [ - 21562, - 21571 + 21285, + 21294 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 21 }, "end": { - "line": 560, + "line": 553, "column": 30 } } }, "range": [ - 21558, - 21571 + 21281, + 21294 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 17 }, "end": { - "line": 560, + "line": 553, "column": 30 } } }, "prefix": true, "range": [ - 21557, - 21571 + 21280, + 21294 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 16 }, "end": { - "line": 560, + "line": 553, "column": 30 } } @@ -50777,16 +50168,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21591, - 21594 + 21314, + 21317 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 16 }, "end": { - "line": 561, + "line": 554, "column": 19 } } @@ -50795,31 +50186,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 21595, - 21604 + 21318, + 21327 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 20 }, "end": { - "line": 561, + "line": 554, "column": 29 } } }, "range": [ - 21591, - 21604 + 21314, + 21327 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 16 }, "end": { - "line": 561, + "line": 554, "column": 29 } } @@ -50830,16 +50221,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 21611, - 21620 + 21334, + 21343 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 36 }, "end": { - "line": 561, + "line": 554, "column": 45 } } @@ -50848,94 +50239,94 @@ { "type": "ThisExpression", "range": [ - 21621, - 21625 + 21344, + 21348 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 46 }, "end": { - "line": 561, + "line": 554, "column": 50 } } } ], "range": [ - 21607, - 21626 + 21330, + 21349 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 32 }, "end": { - "line": 561, + "line": 554, "column": 51 } } }, "range": [ - 21591, - 21626 + 21314, + 21349 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 16 }, "end": { - "line": 561, + "line": 554, "column": 51 } } }, "range": [ - 21591, - 21627 + 21314, + 21350 ], "loc": { "start": { - "line": 561, + "line": 554, "column": 16 }, "end": { - "line": 561, + "line": 554, "column": 52 } } } ], "range": [ - 21573, - 21641 + 21296, + 21364 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 32 }, "end": { - "line": 562, + "line": 555, "column": 13 } } }, "alternate": null, "range": [ - 21553, - 21641 + 21276, + 21364 ], "loc": { "start": { - "line": 560, + "line": 553, "column": 12 }, "end": { - "line": 562, + "line": 555, "column": 13 } } @@ -50954,16 +50345,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 21654, - 21657 + 21377, + 21380 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 12 }, "end": { - "line": 563, + "line": 556, "column": 15 } } @@ -50972,31 +50363,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 21658, - 21667 + 21381, + 21390 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 16 }, "end": { - "line": 563, + "line": 556, "column": 25 } } }, "range": [ - 21654, - 21667 + 21377, + 21390 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 12 }, "end": { - "line": 563, + "line": 556, "column": 25 } } @@ -51005,94 +50396,94 @@ "type": "Identifier", "name": "init", "range": [ - 21668, - 21672 + 21391, + 21395 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 26 }, "end": { - "line": 563, + "line": 556, "column": 30 } } }, "range": [ - 21654, - 21672 + 21377, + 21395 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 12 }, "end": { - "line": 563, + "line": 556, "column": 30 } } }, "arguments": [], "range": [ - 21654, - 21674 + 21377, + 21397 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 12 }, "end": { - "line": 563, + "line": 556, "column": 32 } } }, "range": [ - 21654, - 21675 + 21377, + 21398 ], "loc": { "start": { - "line": 563, + "line": 556, "column": 12 }, "end": { - "line": 563, + "line": 556, "column": 33 } } } ], "range": [ - 21539, - 21685 + 21262, + 21408 ], "loc": { "start": { - "line": 559, + "line": 552, "column": 28 }, "end": { - "line": 564, + "line": 557, "column": 9 } } }, "alternate": null, "range": [ - 21519, - 21685 + 21242, + 21408 ], "loc": { "start": { - "line": 559, + "line": 552, "column": 8 }, "end": { - "line": 564, + "line": 557, "column": 9 } } @@ -51108,16 +50499,16 @@ "object": { "type": "ThisExpression", "range": [ - 21695, - 21699 + 21418, + 21422 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 8 }, "end": { - "line": 566, + "line": 559, "column": 12 } } @@ -51126,31 +50517,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 21700, - 21708 + 21423, + 21431 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 13 }, "end": { - "line": 566, + "line": 559, "column": 21 } } }, "range": [ - 21695, - 21708 + 21418, + 21431 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 8 }, "end": { - "line": 566, + "line": 559, "column": 21 } } @@ -51160,46 +50551,46 @@ "value": true, "raw": "true", "range": [ - 21711, - 21715 + 21434, + 21438 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 24 }, "end": { - "line": 566, + "line": 559, "column": 28 } } }, "range": [ - 21695, - 21715 + 21418, + 21438 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 8 }, "end": { - "line": 566, + "line": 559, "column": 28 } } }, "range": [ - 21695, - 21716 + 21418, + 21439 ], "loc": { "start": { - "line": 566, + "line": 559, "column": 8 }, "end": { - "line": 566, + "line": 559, "column": 29 } }, @@ -51208,16 +50599,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 21726, - 21758 + 21449, + 21481 ], "loc": { "start": { - "line": 568, + "line": 561, "column": 8 }, "end": { - "line": 568, + "line": 561, "column": 40 } } @@ -51235,16 +50626,16 @@ "object": { "type": "ThisExpression", "range": [ - 21772, - 21776 + 21495, + 21499 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 13 }, "end": { - "line": 569, + "line": 562, "column": 17 } } @@ -51253,47 +50644,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 21777, - 21787 + 21500, + 21510 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 18 }, "end": { - "line": 569, + "line": 562, "column": 28 } } }, "range": [ - 21772, - 21787 + 21495, + 21510 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 13 }, "end": { - "line": 569, + "line": 562, "column": 28 } } }, "prefix": true, "range": [ - 21771, - 21787 + 21494, + 21510 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 12 }, "end": { - "line": 569, + "line": 562, "column": 28 } } @@ -51312,16 +50703,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 21803, - 21806 + 21526, + 21529 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 12 }, "end": { - "line": 570, + "line": 563, "column": 15 } } @@ -51330,31 +50721,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 21807, - 21815 + 21530, + 21538 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 16 }, "end": { - "line": 570, + "line": 563, "column": 24 } } }, "range": [ - 21803, - 21815 + 21526, + 21538 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 12 }, "end": { - "line": 570, + "line": 563, "column": 24 } } @@ -51366,16 +50757,16 @@ "object": { "type": "ThisExpression", "range": [ - 21816, - 21820 + 21539, + 21543 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 25 }, "end": { - "line": 570, + "line": 563, "column": 29 } } @@ -51384,31 +50775,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 21821, - 21824 + 21544, + 21547 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 30 }, "end": { - "line": 570, + "line": 563, "column": 33 } } }, "range": [ - 21816, - 21824 + 21539, + 21547 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 25 }, "end": { - "line": 570, + "line": 563, "column": 33 } } @@ -51419,16 +50810,16 @@ "object": { "type": "ThisExpression", "range": [ - 21826, - 21830 + 21549, + 21553 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 35 }, "end": { - "line": 570, + "line": 563, "column": 39 } } @@ -51437,62 +50828,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 21831, - 21837 + 21554, + 21560 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 40 }, "end": { - "line": 570, + "line": 563, "column": 46 } } }, "range": [ - 21826, - 21837 + 21549, + 21560 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 35 }, "end": { - "line": 570, + "line": 563, "column": 46 } } } ], "range": [ - 21803, - 21838 + 21526, + 21561 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 12 }, "end": { - "line": 570, + "line": 563, "column": 47 } } }, "range": [ - 21803, - 21839 + 21526, + 21562 ], "loc": { "start": { - "line": 570, + "line": 563, "column": 12 }, "end": { - "line": 570, + "line": 563, "column": 48 } } @@ -51505,16 +50896,16 @@ "object": { "type": "ThisExpression", "range": [ - 21856, - 21860 + 21579, + 21583 ], "loc": { "start": { - "line": 571, + "line": 564, "column": 16 }, "end": { - "line": 571, + "line": 564, "column": 20 } } @@ -51523,31 +50914,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 21861, - 21871 + 21584, + 21594 ], "loc": { "start": { - "line": 571, + "line": 564, "column": 21 }, "end": { - "line": 571, + "line": 564, "column": 31 } } }, "range": [ - 21856, - 21871 + 21579, + 21594 ], "loc": { "start": { - "line": 571, + "line": 564, "column": 16 }, "end": { - "line": 571, + "line": 564, "column": 31 } } @@ -51566,16 +50957,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 21891, - 21894 + 21614, + 21617 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 16 }, "end": { - "line": 572, + "line": 565, "column": 19 } } @@ -51584,31 +50975,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 21895, - 21903 + 21618, + 21626 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 20 }, "end": { - "line": 572, + "line": 565, "column": 28 } } }, "range": [ - 21891, - 21903 + 21614, + 21626 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 16 }, "end": { - "line": 572, + "line": 565, "column": 28 } } @@ -51620,16 +51011,16 @@ "object": { "type": "ThisExpression", "range": [ - 21904, - 21908 + 21627, + 21631 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 29 }, "end": { - "line": 572, + "line": 565, "column": 33 } } @@ -51638,31 +51029,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 21909, - 21912 + 21632, + 21635 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 34 }, "end": { - "line": 572, + "line": 565, "column": 37 } } }, "range": [ - 21904, - 21912 + 21627, + 21635 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 29 }, "end": { - "line": 572, + "line": 565, "column": 37 } } @@ -51673,16 +51064,16 @@ "object": { "type": "ThisExpression", "range": [ - 21914, - 21918 + 21637, + 21641 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 39 }, "end": { - "line": 572, + "line": 565, "column": 43 } } @@ -51691,126 +51082,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 21919, - 21933 + 21642, + 21656 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 44 }, "end": { - "line": 572, + "line": 565, "column": 58 } } }, "range": [ - 21914, - 21933 + 21637, + 21656 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 39 }, "end": { - "line": 572, + "line": 565, "column": 58 } } } ], "range": [ - 21891, - 21934 + 21614, + 21657 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 16 }, "end": { - "line": 572, + "line": 565, "column": 59 } } }, "range": [ - 21891, - 21935 + 21614, + 21658 ], "loc": { "start": { - "line": 572, + "line": 565, "column": 16 }, "end": { - "line": 572, + "line": 565, "column": 60 } } } ], "range": [ - 21873, - 21949 + 21596, + 21672 ], "loc": { "start": { - "line": 571, + "line": 564, "column": 33 }, "end": { - "line": 573, + "line": 566, "column": 13 } } }, "alternate": null, "range": [ - 21852, - 21949 + 21575, + 21672 ], "loc": { "start": { - "line": 571, + "line": 564, "column": 12 }, "end": { - "line": 573, + "line": 566, "column": 13 } } } ], "range": [ - 21789, - 21959 + 21512, + 21682 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 30 }, "end": { - "line": 574, + "line": 567, "column": 9 } } }, "alternate": null, "range": [ - 21767, - 21959 + 21490, + 21682 ], "loc": { "start": { - "line": 569, + "line": 562, "column": 8 }, "end": { - "line": 574, + "line": 567, "column": 9 } }, @@ -51819,16 +51210,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 21726, - 21758 + 21449, + 21481 ], "loc": { "start": { - "line": 568, + "line": 561, "column": 8 }, "end": { - "line": 568, + "line": 561, "column": 40 } } @@ -51839,16 +51230,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21969, - 21991 + 21692, + 21714 ], "loc": { "start": { - "line": 576, + "line": 569, "column": 8 }, "end": { - "line": 576, + "line": 569, "column": 30 } } @@ -51863,16 +51254,16 @@ "object": { "type": "ThisExpression", "range": [ - 22004, - 22008 + 21727, + 21731 ], "loc": { "start": { - "line": 577, + "line": 570, "column": 12 }, "end": { - "line": 577, + "line": 570, "column": 16 } } @@ -51881,31 +51272,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 22009, - 22022 + 21732, + 21745 ], "loc": { "start": { - "line": 577, + "line": 570, "column": 17 }, "end": { - "line": 577, + "line": 570, "column": 30 } } }, "range": [ - 22004, - 22022 + 21727, + 21745 ], "loc": { "start": { - "line": 577, + "line": 570, "column": 12 }, "end": { - "line": 577, + "line": 570, "column": 30 } } @@ -51923,16 +51314,16 @@ "object": { "type": "ThisExpression", "range": [ - 22038, - 22042 + 21761, + 21765 ], "loc": { "start": { - "line": 578, + "line": 571, "column": 12 }, "end": { - "line": 578, + "line": 571, "column": 16 } } @@ -51941,94 +51332,94 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 22043, - 22057 + 21766, + 21780 ], "loc": { "start": { - "line": 578, + "line": 571, "column": 17 }, "end": { - "line": 578, + "line": 571, "column": 31 } } }, "range": [ - 22038, - 22057 + 21761, + 21780 ], "loc": { "start": { - "line": 578, + "line": 571, "column": 12 }, "end": { - "line": 578, + "line": 571, "column": 31 } } }, "arguments": [], "range": [ - 22038, - 22059 + 21761, + 21782 ], "loc": { "start": { - "line": 578, + "line": 571, "column": 12 }, "end": { - "line": 578, + "line": 571, "column": 33 } } }, "range": [ - 22038, - 22060 + 21761, + 21783 ], "loc": { "start": { - "line": 578, + "line": 571, "column": 12 }, "end": { - "line": 578, + "line": 571, "column": 34 } } } ], "range": [ - 22024, - 22070 + 21747, + 21793 ], "loc": { "start": { - "line": 577, + "line": 570, "column": 32 }, "end": { - "line": 579, + "line": 572, "column": 9 } } }, "alternate": null, "range": [ - 22000, - 22070 + 21723, + 21793 ], "loc": { "start": { - "line": 577, + "line": 570, "column": 8 }, "end": { - "line": 579, + "line": 572, "column": 9 } }, @@ -52037,16 +51428,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21969, - 21991 + 21692, + 21714 ], "loc": { "start": { - "line": 576, + "line": 569, "column": 8 }, "end": { - "line": 576, + "line": 569, "column": 30 } } @@ -52057,16 +51448,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 22080, - 22102 + 21803, + 21825 ], "loc": { "start": { - "line": 581, + "line": 574, "column": 8 }, "end": { - "line": 581, + "line": 574, "column": 30 } } @@ -52081,16 +51472,16 @@ "object": { "type": "ThisExpression", "range": [ - 22115, - 22119 + 21838, + 21842 ], "loc": { "start": { - "line": 582, + "line": 575, "column": 12 }, "end": { - "line": 582, + "line": 575, "column": 16 } } @@ -52099,31 +51490,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 22120, - 22137 + 21843, + 21860 ], "loc": { "start": { - "line": 582, + "line": 575, "column": 17 }, "end": { - "line": 582, + "line": 575, "column": 34 } } }, "range": [ - 22115, - 22137 + 21838, + 21860 ], "loc": { "start": { - "line": 582, + "line": 575, "column": 12 }, "end": { - "line": 582, + "line": 575, "column": 34 } } @@ -52144,16 +51535,16 @@ "object": { "type": "ThisExpression", "range": [ - 22153, - 22157 + 21876, + 21880 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 12 }, "end": { - "line": 583, + "line": 576, "column": 16 } } @@ -52162,31 +51553,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 22158, - 22165 + 21881, + 21888 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 17 }, "end": { - "line": 583, + "line": 576, "column": 24 } } }, "range": [ - 22153, - 22165 + 21876, + 21888 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 12 }, "end": { - "line": 583, + "line": 576, "column": 24 } } @@ -52195,31 +51586,31 @@ "type": "Identifier", "name": "on", "range": [ - 22166, - 22168 + 21889, + 21891 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 25 }, "end": { - "line": 583, + "line": 576, "column": 27 } } }, "range": [ - 22153, - 22168 + 21876, + 21891 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 12 }, "end": { - "line": 583, + "line": 576, "column": 27 } } @@ -52233,32 +51624,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 22170, - 22188 + 21893, + 21911 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 29 }, "end": { - "line": 583, + "line": 576, "column": 47 } } } ], "range": [ - 22169, - 22189 + 21892, + 21912 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 28 }, "end": { - "line": 583, + "line": 576, "column": 48 } } @@ -52275,16 +51666,16 @@ "object": { "type": "ThisExpression", "range": [ - 22213, - 22217 + 21936, + 21940 ], "loc": { "start": { - "line": 584, + "line": 577, "column": 22 }, "end": { - "line": 584, + "line": 577, "column": 26 } } @@ -52293,47 +51684,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 22218, - 22236 + 21941, + 21959 ], "loc": { "start": { - "line": 584, + "line": 577, "column": 27 }, "end": { - "line": 584, + "line": 577, "column": 45 } } }, "range": [ - 22213, - 22236 + 21936, + 21959 ], "loc": { "start": { - "line": 584, + "line": 577, "column": 22 }, "end": { - "line": 584, + "line": 577, "column": 45 } } }, "arguments": [], "range": [ - 22213, - 22238 + 21936, + 21961 ], "loc": { "start": { - "line": 584, + "line": 577, "column": 22 }, "end": { - "line": 584, + "line": 577, "column": 47 } } @@ -52341,47 +51732,47 @@ "generator": false, "expression": true, "range": [ - 22207, - 22238 + 21930, + 21961 ], "loc": { "start": { - "line": 584, + "line": 577, "column": 16 }, "end": { - "line": 584, + "line": 577, "column": 47 } } } ], "range": [ - 22153, - 22239 + 21876, + 21962 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 12 }, "end": { - "line": 584, + "line": 577, "column": 48 } } }, "range": [ - 22153, - 22240 + 21876, + 21963 ], "loc": { "start": { - "line": 583, + "line": 576, "column": 12 }, "end": { - "line": 584, + "line": 577, "column": 49 } } @@ -52399,16 +51790,16 @@ "object": { "type": "ThisExpression", "range": [ - 22253, - 22257 + 21976, + 21980 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 12 }, "end": { - "line": 585, + "line": 578, "column": 16 } } @@ -52417,31 +51808,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 22258, - 22265 + 21981, + 21988 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 17 }, "end": { - "line": 585, + "line": 578, "column": 24 } } }, "range": [ - 22253, - 22265 + 21976, + 21988 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 12 }, "end": { - "line": 585, + "line": 578, "column": 24 } } @@ -52450,31 +51841,31 @@ "type": "Identifier", "name": "on", "range": [ - 22266, - 22268 + 21989, + 21991 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 25 }, "end": { - "line": 585, + "line": 578, "column": 27 } } }, "range": [ - 22253, - 22268 + 21976, + 21991 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 12 }, "end": { - "line": 585, + "line": 578, "column": 27 } } @@ -52488,32 +51879,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 22270, - 22286 + 21993, + 22009 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 29 }, "end": { - "line": 585, + "line": 578, "column": 45 } } } ], "range": [ - 22269, - 22287 + 21992, + 22010 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 28 }, "end": { - "line": 585, + "line": 578, "column": 46 } } @@ -52526,16 +51917,16 @@ "type": "Identifier", "name": "tf", "range": [ - 22306, - 22308 + 22029, + 22031 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 17 }, "end": { - "line": 586, + "line": 579, "column": 19 } } @@ -52544,16 +51935,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 22310, - 22318 + 22033, + 22041 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 21 }, "end": { - "line": 586, + "line": 579, "column": 29 } } @@ -52567,16 +51958,16 @@ "object": { "type": "ThisExpression", "range": [ - 22323, - 22327 + 22046, + 22050 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 34 }, "end": { - "line": 586, + "line": 579, "column": 38 } } @@ -52585,31 +51976,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 22328, - 22344 + 22051, + 22067 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 39 }, "end": { - "line": 586, + "line": 579, "column": 55 } } }, "range": [ - 22323, - 22344 + 22046, + 22067 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 34 }, "end": { - "line": 586, + "line": 579, "column": 55 } } @@ -52619,32 +52010,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 22345, - 22353 + 22068, + 22076 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 56 }, "end": { - "line": 586, + "line": 579, "column": 64 } } } ], "range": [ - 22323, - 22354 + 22046, + 22077 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 34 }, "end": { - "line": 586, + "line": 579, "column": 65 } } @@ -52652,79 +52043,79 @@ "generator": false, "expression": true, "range": [ - 22305, - 22354 + 22028, + 22077 ], "loc": { "start": { - "line": 586, + "line": 579, "column": 16 }, "end": { - "line": 586, + "line": 579, "column": 65 } } } ], "range": [ - 22253, - 22355 + 21976, + 22078 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 12 }, "end": { - "line": 586, + "line": 579, "column": 66 } } }, "range": [ - 22253, - 22356 + 21976, + 22079 ], "loc": { "start": { - "line": 585, + "line": 578, "column": 12 }, "end": { - "line": 586, + "line": 579, "column": 67 } } } ], "range": [ - 22139, - 22366 + 21862, + 22089 ], "loc": { "start": { - "line": 582, + "line": 575, "column": 36 }, "end": { - "line": 587, + "line": 580, "column": 9 } } }, "alternate": null, "range": [ - 22111, - 22366 + 21834, + 22089 ], "loc": { "start": { - "line": 582, + "line": 575, "column": 8 }, "end": { - "line": 587, + "line": 580, "column": 9 } }, @@ -52733,16 +52124,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 22080, - 22102 + 21803, + 21825 ], "loc": { "start": { - "line": 581, + "line": 574, "column": 8 }, "end": { - "line": 581, + "line": 574, "column": 30 } } @@ -52757,16 +52148,16 @@ "object": { "type": "ThisExpression", "range": [ - 22379, - 22383 + 22102, + 22106 ], "loc": { "start": { - "line": 588, + "line": 581, "column": 12 }, "end": { - "line": 588, + "line": 581, "column": 16 } } @@ -52775,31 +52166,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 22384, - 22397 + 22107, + 22120 ], "loc": { "start": { - "line": 588, + "line": 581, "column": 17 }, "end": { - "line": 588, + "line": 581, "column": 30 } } }, "range": [ - 22379, - 22397 + 22102, + 22120 ], "loc": { "start": { - "line": 588, + "line": 581, "column": 12 }, "end": { - "line": 588, + "line": 581, "column": 30 } } @@ -52820,16 +52211,16 @@ "object": { "type": "ThisExpression", "range": [ - 22413, - 22417 + 22136, + 22140 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 12 }, "end": { - "line": 589, + "line": 582, "column": 16 } } @@ -52838,31 +52229,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 22418, - 22425 + 22141, + 22148 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 17 }, "end": { - "line": 589, + "line": 582, "column": 24 } } }, "range": [ - 22413, - 22425 + 22136, + 22148 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 12 }, "end": { - "line": 589, + "line": 582, "column": 24 } } @@ -52871,31 +52262,31 @@ "type": "Identifier", "name": "on", "range": [ - 22426, - 22428 + 22149, + 22151 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 25 }, "end": { - "line": 589, + "line": 582, "column": 27 } } }, "range": [ - 22413, - 22428 + 22136, + 22151 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 12 }, "end": { - "line": 589, + "line": 582, "column": 27 } } @@ -52909,32 +52300,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 22430, - 22447 + 22153, + 22170 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 29 }, "end": { - "line": 589, + "line": 582, "column": 46 } } } ], "range": [ - 22429, - 22448 + 22152, + 22171 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 28 }, "end": { - "line": 589, + "line": 582, "column": 47 } } @@ -52951,16 +52342,16 @@ "object": { "type": "ThisExpression", "range": [ - 22456, - 22460 + 22179, + 22183 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 55 }, "end": { - "line": 589, + "line": 582, "column": 59 } } @@ -52969,47 +52360,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 22461, - 22472 + 22184, + 22195 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 60 }, "end": { - "line": 589, + "line": 582, "column": 71 } } }, "range": [ - 22456, - 22472 + 22179, + 22195 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 55 }, "end": { - "line": 589, + "line": 582, "column": 71 } } }, "arguments": [], "range": [ - 22456, - 22474 + 22179, + 22197 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 55 }, "end": { - "line": 589, + "line": 582, "column": 73 } } @@ -53017,79 +52408,79 @@ "generator": false, "expression": true, "range": [ - 22450, - 22474 + 22173, + 22197 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 49 }, "end": { - "line": 589, + "line": 582, "column": 73 } } } ], "range": [ - 22413, - 22475 + 22136, + 22198 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 12 }, "end": { - "line": 589, + "line": 582, "column": 74 } } }, "range": [ - 22413, - 22476 + 22136, + 22199 ], "loc": { "start": { - "line": 589, + "line": 582, "column": 12 }, "end": { - "line": 589, + "line": 582, "column": 75 } } } ], "range": [ - 22399, - 22486 + 22122, + 22209 ], "loc": { "start": { - "line": 588, + "line": 581, "column": 32 }, "end": { - "line": 590, + "line": 583, "column": 9 } } }, "alternate": null, "range": [ - 22375, - 22486 + 22098, + 22209 ], "loc": { "start": { - "line": 588, + "line": 581, "column": 8 }, "end": { - "line": 590, + "line": 583, "column": 9 } } @@ -53102,16 +52493,16 @@ "object": { "type": "ThisExpression", "range": [ - 22500, - 22504 + 22223, + 22227 ], "loc": { "start": { - "line": 592, + "line": 585, "column": 12 }, "end": { - "line": 592, + "line": 585, "column": 16 } } @@ -53120,31 +52511,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 22505, - 22520 + 22228, + 22243 ], "loc": { "start": { - "line": 592, + "line": 585, "column": 17 }, "end": { - "line": 592, + "line": 585, "column": 32 } } }, "range": [ - 22500, - 22520 + 22223, + 22243 ], "loc": { "start": { - "line": 592, + "line": 585, "column": 12 }, "end": { - "line": 592, + "line": 585, "column": 32 } } @@ -53165,16 +52556,16 @@ "object": { "type": "ThisExpression", "range": [ - 22536, - 22540 + 22259, + 22263 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 12 }, "end": { - "line": 593, + "line": 586, "column": 16 } } @@ -53183,31 +52574,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 22541, - 22556 + 22264, + 22279 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 17 }, "end": { - "line": 593, + "line": 586, "column": 32 } } }, "range": [ - 22536, - 22556 + 22259, + 22279 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 12 }, "end": { - "line": 593, + "line": 586, "column": 32 } } @@ -53216,31 +52607,31 @@ "type": "Identifier", "name": "call", "range": [ - 22557, - 22561 + 22280, + 22284 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 33 }, "end": { - "line": 593, + "line": 586, "column": 37 } } }, "range": [ - 22536, - 22561 + 22259, + 22284 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 12 }, "end": { - "line": 593, + "line": 586, "column": 37 } } @@ -53251,16 +52642,16 @@ "value": null, "raw": "null", "range": [ - 22562, - 22566 + 22285, + 22289 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 38 }, "end": { - "line": 593, + "line": 586, "column": 42 } } @@ -53268,79 +52659,79 @@ { "type": "ThisExpression", "range": [ - 22568, - 22572 + 22291, + 22295 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 44 }, "end": { - "line": 593, + "line": 586, "column": 48 } } } ], "range": [ - 22536, - 22573 + 22259, + 22296 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 12 }, "end": { - "line": 593, + "line": 586, "column": 49 } } }, "range": [ - 22536, - 22574 + 22259, + 22297 ], "loc": { "start": { - "line": 593, + "line": 586, "column": 12 }, "end": { - "line": 593, + "line": 586, "column": 50 } } } ], "range": [ - 22522, - 22584 + 22245, + 22307 ], "loc": { "start": { - "line": 592, + "line": 585, "column": 34 }, "end": { - "line": 594, + "line": 587, "column": 9 } } }, "alternate": null, "range": [ - 22496, - 22584 + 22219, + 22307 ], "loc": { "start": { - "line": 592, + "line": 585, "column": 8 }, "end": { - "line": 594, + "line": 587, "column": 9 } } @@ -53356,16 +52747,16 @@ "object": { "type": "ThisExpression", "range": [ - 22594, - 22598 + 22317, + 22321 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 8 }, "end": { - "line": 596, + "line": 589, "column": 12 } } @@ -53374,31 +52765,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 22599, - 22610 + 22322, + 22333 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 13 }, "end": { - "line": 596, + "line": 589, "column": 24 } } }, "range": [ - 22594, - 22610 + 22317, + 22333 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 8 }, "end": { - "line": 596, + "line": 589, "column": 24 } } @@ -53408,46 +52799,46 @@ "value": true, "raw": "true", "range": [ - 22613, - 22617 + 22336, + 22340 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 27 }, "end": { - "line": 596, + "line": 589, "column": 31 } } }, "range": [ - 22594, - 22617 + 22317, + 22340 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 8 }, "end": { - "line": 596, + "line": 589, "column": 31 } } }, "range": [ - 22594, - 22618 + 22317, + 22341 ], "loc": { "start": { - "line": 596, + "line": 589, "column": 8 }, "end": { - "line": 596, + "line": 589, "column": 32 } } @@ -53465,16 +52856,16 @@ "object": { "type": "ThisExpression", "range": [ - 22627, - 22631 + 22350, + 22354 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 8 }, "end": { - "line": 597, + "line": 590, "column": 12 } } @@ -53483,31 +52874,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 22632, - 22639 + 22355, + 22362 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 13 }, "end": { - "line": 597, + "line": 590, "column": 20 } } }, "range": [ - 22627, - 22639 + 22350, + 22362 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 8 }, "end": { - "line": 597, + "line": 590, "column": 20 } } @@ -53516,31 +52907,31 @@ "type": "Identifier", "name": "emit", "range": [ - 22640, - 22644 + 22363, + 22367 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 21 }, "end": { - "line": 597, + "line": 590, "column": 25 } } }, "range": [ - 22627, - 22644 + 22350, + 22367 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 8 }, "end": { - "line": 597, + "line": 590, "column": 25 } } @@ -53551,16 +52942,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 22645, - 22658 + 22368, + 22381 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 26 }, "end": { - "line": 597, + "line": 590, "column": 39 } } @@ -53568,63 +52959,63 @@ { "type": "ThisExpression", "range": [ - 22660, - 22664 + 22383, + 22387 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 41 }, "end": { - "line": 597, + "line": 590, "column": 45 } } } ], "range": [ - 22627, - 22665 + 22350, + 22388 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 8 }, "end": { - "line": 597, + "line": 590, "column": 46 } } }, "range": [ - 22627, - 22666 + 22350, + 22389 ], "loc": { "start": { - "line": 597, + "line": 590, "column": 8 }, "end": { - "line": 597, + "line": 590, "column": 47 } } } ], "range": [ - 16795, - 22672 + 16558, + 22395 ], "loc": { "start": { - "line": 405, + "line": 398, "column": 11 }, "end": { - "line": 598, + "line": 591, "column": 5 } } @@ -53632,16 +53023,16 @@ "generator": false, "expression": false, "range": [ - 16792, - 22672 + 16555, + 22395 ], "loc": { "start": { - "line": 405, + "line": 398, "column": 8 }, "end": { - "line": 598, + "line": 591, "column": 5 } } @@ -53649,16 +53040,16 @@ "kind": "method", "computed": false, "range": [ - 16788, - 22672 + 16551, + 22395 ], "loc": { "start": { - "line": 405, + "line": 398, "column": 4 }, "end": { - "line": 598, + "line": 591, "column": 5 } }, @@ -53667,16 +53058,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16734, - 16783 + 16497, + 16546 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 4 }, "end": { - "line": 404, + "line": 397, "column": 7 } } @@ -53687,16 +53078,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 22678, - 22741 + 22401, + 22464 ], "loc": { "start": { - "line": 600, + "line": 593, "column": 4 }, "end": { - "line": 603, + "line": 596, "column": 7 } } @@ -53710,16 +53101,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 22746, - 22755 + 22469, + 22478 ], "loc": { "start": { - "line": 604, + "line": 597, "column": 4 }, "end": { - "line": 604, + "line": 597, "column": 13 } } @@ -53732,16 +53123,16 @@ "type": "Identifier", "name": "evt", "range": [ - 22756, - 22759 + 22479, + 22482 ], "loc": { "start": { - "line": 604, + "line": 597, "column": 14 }, "end": { - "line": 604, + "line": 597, "column": 17 } } @@ -53761,16 +53152,16 @@ "object": { "type": "ThisExpression", "range": [ - 22776, - 22780 + 22499, + 22503 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 13 }, "end": { - "line": 605, + "line": 598, "column": 17 } } @@ -53779,47 +53170,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 22781, - 22789 + 22504, + 22512 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 18 }, "end": { - "line": 605, + "line": 598, "column": 26 } } }, "range": [ - 22776, - 22789 + 22499, + 22512 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 13 }, "end": { - "line": 605, + "line": 598, "column": 26 } } }, "prefix": true, "range": [ - 22775, - 22789 + 22498, + 22512 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 12 }, "end": { - "line": 605, + "line": 598, "column": 26 } } @@ -53831,48 +53222,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 22805, - 22812 + 22528, + 22535 ], "loc": { "start": { - "line": 606, + "line": 599, "column": 12 }, "end": { - "line": 606, + "line": 599, "column": 19 } } } ], "range": [ - 22791, - 22822 + 22514, + 22545 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 28 }, "end": { - "line": 607, + "line": 600, "column": 9 } } }, "alternate": null, "range": [ - 22771, - 22822 + 22494, + 22545 ], "loc": { "start": { - "line": 605, + "line": 598, "column": 8 }, "end": { - "line": 607, + "line": 600, "column": 9 } } @@ -53883,16 +53274,16 @@ "type": "Identifier", "name": "evt", "range": [ - 22835, - 22838 + 22558, + 22561 ], "loc": { "start": { - "line": 608, + "line": 601, "column": 12 }, "end": { - "line": 608, + "line": 601, "column": 15 } } @@ -53909,16 +53300,16 @@ "type": "Identifier", "name": "key", "range": [ - 22858, - 22861 + 22581, + 22584 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 16 }, "end": { - "line": 609, + "line": 602, "column": 19 } } @@ -53932,16 +53323,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22864, - 22869 + 22587, + 22592 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 22 }, "end": { - "line": 609, + "line": 602, "column": 27 } } @@ -53950,31 +53341,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 22870, - 22877 + 22593, + 22600 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 28 }, "end": { - "line": 609, + "line": 602, "column": 35 } } }, "range": [ - 22864, - 22877 + 22587, + 22600 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 22 }, "end": { - "line": 609, + "line": 602, "column": 35 } } @@ -53984,47 +53375,47 @@ "type": "Identifier", "name": "evt", "range": [ - 22878, - 22881 + 22601, + 22604 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 36 }, "end": { - "line": 609, + "line": 602, "column": 39 } } } ], "range": [ - 22864, - 22882 + 22587, + 22605 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 22 }, "end": { - "line": 609, + "line": 602, "column": 40 } } }, "range": [ - 22858, - 22882 + 22581, + 22605 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 16 }, "end": { - "line": 609, + "line": 602, "column": 40 } } @@ -54032,16 +53423,16 @@ ], "kind": "let", "range": [ - 22854, - 22883 + 22577, + 22606 ], "loc": { "start": { - "line": 609, + "line": 602, "column": 12 }, "end": { - "line": 609, + "line": 602, "column": 41 } } @@ -54055,51 +53446,50 @@ "type": "Identifier", "name": "key", "range": [ - 22900, - 22903 + 22623, + 22626 ], "loc": { "start": { - "line": 610, + "line": 603, "column": 16 }, "end": { - "line": 610, + "line": 603, "column": 19 } } }, "right": { - "type": "Literal", - "value": 13, - "raw": "13", + "type": "Identifier", + "name": "ENTER_KEY", "range": [ - 22908, - 22910 + 22631, + 22640 ], "loc": { "start": { - "line": 610, + "line": 603, "column": 24 }, "end": { - "line": 610, - "column": 26 + "line": 603, + "column": 33 } } }, "range": [ - 22900, - 22910 + 22623, + 22640 ], "loc": { "start": { - "line": 610, + "line": 603, "column": 16 }, "end": { - "line": 610, - "column": 26 + "line": 603, + "column": 33 } } }, @@ -54116,16 +53506,16 @@ "object": { "type": "ThisExpression", "range": [ - 22930, - 22934 + 22660, + 22664 ], "loc": { "start": { - "line": 611, + "line": 604, "column": 16 }, "end": { - "line": 611, + "line": 604, "column": 20 } } @@ -54134,62 +53524,62 @@ "type": "Identifier", "name": "filter", "range": [ - 22935, - 22941 + 22665, + 22671 ], "loc": { "start": { - "line": 611, + "line": 604, "column": 21 }, "end": { - "line": 611, + "line": 604, "column": 27 } } }, "range": [ - 22930, - 22941 + 22660, + 22671 ], "loc": { "start": { - "line": 611, + "line": 604, "column": 16 }, "end": { - "line": 611, + "line": 604, "column": 27 } } }, "arguments": [], "range": [ - 22930, - 22943 + 22660, + 22673 ], "loc": { "start": { - "line": 611, + "line": 604, "column": 16 }, "end": { - "line": 611, + "line": 604, "column": 29 } } }, "range": [ - 22930, - 22944 + 22660, + 22674 ], "loc": { "start": { - "line": 611, + "line": 604, "column": 16 }, "end": { - "line": 611, + "line": 604, "column": 30 } } @@ -54205,16 +53595,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22961, - 22966 + 22691, + 22696 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 16 }, "end": { - "line": 612, + "line": 605, "column": 21 } } @@ -54223,31 +53613,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 22967, - 22973 + 22697, + 22703 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 22 }, "end": { - "line": 612, + "line": 605, "column": 28 } } }, "range": [ - 22961, - 22973 + 22691, + 22703 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 16 }, "end": { - "line": 612, + "line": 605, "column": 28 } } @@ -54257,47 +53647,47 @@ "type": "Identifier", "name": "evt", "range": [ - 22974, - 22977 + 22704, + 22707 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 29 }, "end": { - "line": 612, + "line": 605, "column": 32 } } } ], "range": [ - 22961, - 22978 + 22691, + 22708 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 16 }, "end": { - "line": 612, + "line": 605, "column": 33 } } }, "range": [ - 22961, - 22979 + 22691, + 22709 ], "loc": { "start": { - "line": 612, + "line": 605, "column": 16 }, "end": { - "line": 612, + "line": 605, "column": 34 } } @@ -54313,16 +53703,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22996, - 23001 + 22726, + 22731 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 16 }, "end": { - "line": 613, + "line": 606, "column": 21 } } @@ -54331,31 +53721,31 @@ "type": "Identifier", "name": "stop", "range": [ - 23002, - 23006 + 22732, + 22736 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 22 }, "end": { - "line": 613, + "line": 606, "column": 26 } } }, "range": [ - 22996, - 23006 + 22726, + 22736 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 16 }, "end": { - "line": 613, + "line": 606, "column": 26 } } @@ -54365,63 +53755,63 @@ "type": "Identifier", "name": "evt", "range": [ - 23007, - 23010 + 22737, + 22740 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 27 }, "end": { - "line": 613, + "line": 606, "column": 30 } } } ], "range": [ - 22996, - 23011 + 22726, + 22741 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 16 }, "end": { - "line": 613, + "line": 606, "column": 31 } } }, "range": [ - 22996, - 23012 + 22726, + 22742 ], "loc": { "start": { - "line": 613, + "line": 606, "column": 16 }, "end": { - "line": 613, + "line": 606, "column": 32 } } } ], "range": [ - 22912, - 23026 + 22642, + 22756 ], "loc": { "start": { - "line": 610, - "column": 28 + "line": 603, + "column": 35 }, "end": { - "line": 614, + "line": 607, "column": 13 } } @@ -54440,16 +53830,16 @@ "object": { "type": "ThisExpression", "range": [ - 23050, - 23054 + 22780, + 22784 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 16 }, "end": { - "line": 615, + "line": 608, "column": 20 } } @@ -54458,31 +53848,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23055, - 23067 + 22785, + 22797 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 21 }, "end": { - "line": 615, + "line": 608, "column": 33 } } }, "range": [ - 23050, - 23067 + 22780, + 22797 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 16 }, "end": { - "line": 615, + "line": 608, "column": 33 } } @@ -54492,46 +53882,46 @@ "value": true, "raw": "true", "range": [ - 23070, - 23074 + 22800, + 22804 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 36 }, "end": { - "line": 615, + "line": 608, "column": 40 } } }, "range": [ - 23050, - 23074 + 22780, + 22804 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 16 }, "end": { - "line": 615, + "line": 608, "column": 40 } } }, "range": [ - 23050, - 23075 + 22780, + 22805 ], "loc": { "start": { - "line": 615, + "line": 608, "column": 16 }, "end": { - "line": 615, + "line": 608, "column": 41 } } @@ -54547,16 +53937,16 @@ "type": "Identifier", "name": "global", "range": [ - 23092, - 23098 + 22822, + 22828 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 16 }, "end": { - "line": 616, + "line": 609, "column": 22 } } @@ -54565,31 +53955,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 23099, - 23112 + 22829, + 22842 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 23 }, "end": { - "line": 616, + "line": 609, "column": 36 } } }, "range": [ - 23092, - 23112 + 22822, + 22842 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 16 }, "end": { - "line": 616, + "line": 609, "column": 36 } } @@ -54601,16 +53991,16 @@ "object": { "type": "ThisExpression", "range": [ - 23113, - 23117 + 22843, + 22847 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 37 }, "end": { - "line": 616, + "line": 609, "column": 41 } } @@ -54619,62 +54009,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23118, - 23133 + 22848, + 22863 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 42 }, "end": { - "line": 616, + "line": 609, "column": 57 } } }, "range": [ - 23113, - 23133 + 22843, + 22863 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 37 }, "end": { - "line": 616, + "line": 609, "column": 57 } } } ], "range": [ - 23092, - 23134 + 22822, + 22864 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 16 }, "end": { - "line": 616, + "line": 609, "column": 58 } } }, "range": [ - 23092, - 23135 + 22822, + 22865 ], "loc": { "start": { - "line": 616, + "line": 609, "column": 16 }, "end": { - "line": 616, + "line": 609, "column": 59 } } @@ -54690,16 +54080,16 @@ "object": { "type": "ThisExpression", "range": [ - 23152, - 23156 + 22882, + 22886 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 16 }, "end": { - "line": 617, + "line": 610, "column": 20 } } @@ -54708,31 +54098,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23157, - 23172 + 22887, + 22902 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 21 }, "end": { - "line": 617, + "line": 610, "column": 36 } } }, "range": [ - 23152, - 23172 + 22882, + 22902 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 16 }, "end": { - "line": 617, + "line": 610, "column": 36 } } @@ -54742,125 +54132,125 @@ "value": null, "raw": "null", "range": [ - 23175, - 23179 + 22905, + 22909 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 39 }, "end": { - "line": 617, + "line": 610, "column": 43 } } }, "range": [ - 23152, - 23179 + 22882, + 22909 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 16 }, "end": { - "line": 617, + "line": 610, "column": 43 } } }, "range": [ - 23152, - 23180 + 22882, + 22910 ], "loc": { "start": { - "line": 617, + "line": 610, "column": 16 }, "end": { - "line": 617, + "line": 610, "column": 44 } } } ], "range": [ - 23032, - 23194 + 22762, + 22924 ], "loc": { "start": { - "line": 614, + "line": 607, "column": 19 }, "end": { - "line": 618, + "line": 611, "column": 13 } } }, "range": [ - 22896, - 23194 + 22619, + 22924 ], "loc": { "start": { - "line": 610, + "line": 603, "column": 12 }, "end": { - "line": 618, + "line": 611, "column": 13 } } } ], "range": [ - 22840, - 23204 + 22563, + 22934 ], "loc": { "start": { - "line": 608, + "line": 601, "column": 17 }, "end": { - "line": 619, + "line": 612, "column": 9 } } }, "alternate": null, "range": [ - 22831, - 23204 + 22554, + 22934 ], "loc": { "start": { - "line": 608, + "line": 601, "column": 8 }, "end": { - "line": 619, + "line": 612, "column": 9 } } } ], "range": [ - 22761, - 23210 + 22484, + 22940 ], "loc": { "start": { - "line": 604, + "line": 597, "column": 19 }, "end": { - "line": 620, + "line": 613, "column": 5 } } @@ -54868,16 +54258,16 @@ "generator": false, "expression": false, "range": [ - 22755, - 23210 + 22478, + 22940 ], "loc": { "start": { - "line": 604, + "line": 597, "column": 13 }, "end": { - "line": 620, + "line": 613, "column": 5 } } @@ -54885,16 +54275,16 @@ "kind": "method", "computed": false, "range": [ - 22746, - 23210 + 22469, + 22940 ], "loc": { "start": { - "line": 604, + "line": 597, "column": 4 }, "end": { - "line": 620, + "line": 613, "column": 5 } }, @@ -54903,16 +54293,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 22678, - 22741 + 22401, + 22464 ], "loc": { "start": { - "line": 600, + "line": 593, "column": 4 }, "end": { - "line": 603, + "line": 596, "column": 7 } } @@ -54923,16 +54313,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 23216, - 23349 + 22946, + 23079 ], "loc": { "start": { - "line": 622, + "line": 615, "column": 4 }, "end": { - "line": 626, + "line": 619, "column": 7 } } @@ -54946,16 +54336,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 23354, - 23361 + 23084, + 23091 ], "loc": { "start": { - "line": 627, + "line": 620, "column": 4 }, "end": { - "line": 627, + "line": 620, "column": 11 } } @@ -54968,16 +54358,16 @@ "type": "Identifier", "name": "evt", "range": [ - 23362, - 23365 + 23092, + 23095 ], "loc": { "start": { - "line": 627, + "line": 620, "column": 12 }, "end": { - "line": 627, + "line": 620, "column": 15 } } @@ -54997,16 +54387,16 @@ "object": { "type": "ThisExpression", "range": [ - 23382, - 23386 + 23112, + 23116 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 13 }, "end": { - "line": 628, + "line": 621, "column": 17 } } @@ -55015,47 +54405,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 23387, - 23397 + 23117, + 23127 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 18 }, "end": { - "line": 628, + "line": 621, "column": 28 } } }, "range": [ - 23382, - 23397 + 23112, + 23127 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 13 }, "end": { - "line": 628, + "line": 621, "column": 28 } } }, "prefix": true, "range": [ - 23381, - 23397 + 23111, + 23127 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 12 }, "end": { - "line": 628, + "line": 621, "column": 28 } } @@ -55067,48 +54457,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23413, - 23420 + 23143, + 23150 ], "loc": { "start": { - "line": 629, + "line": 622, "column": 12 }, "end": { - "line": 629, + "line": 622, "column": 19 } } } ], "range": [ - 23399, - 23430 + 23129, + 23160 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 30 }, "end": { - "line": 630, + "line": 623, "column": 9 } } }, "alternate": null, "range": [ - 23377, - 23430 + 23107, + 23160 ], "loc": { "start": { - "line": 628, + "line": 621, "column": 8 }, "end": { - "line": 630, + "line": 623, "column": 9 } } @@ -55122,16 +54512,16 @@ "type": "Identifier", "name": "key", "range": [ - 23443, - 23446 + 23173, + 23176 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 12 }, "end": { - "line": 631, + "line": 624, "column": 15 } } @@ -55145,16 +54535,16 @@ "type": "Identifier", "name": "Event", "range": [ - 23449, - 23454 + 23179, + 23184 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 18 }, "end": { - "line": 631, + "line": 624, "column": 23 } } @@ -55163,31 +54553,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 23455, - 23462 + 23185, + 23192 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 24 }, "end": { - "line": 631, + "line": 624, "column": 31 } } }, "range": [ - 23449, - 23462 + 23179, + 23192 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 18 }, "end": { - "line": 631, + "line": 624, "column": 31 } } @@ -55197,47 +54587,47 @@ "type": "Identifier", "name": "evt", "range": [ - 23463, - 23466 + 23193, + 23196 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 32 }, "end": { - "line": 631, + "line": 624, "column": 35 } } } ], "range": [ - 23449, - 23467 + 23179, + 23197 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 18 }, "end": { - "line": 631, + "line": 624, "column": 36 } } }, "range": [ - 23443, - 23467 + 23173, + 23197 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 12 }, "end": { - "line": 631, + "line": 624, "column": 36 } } @@ -55245,16 +54635,16 @@ ], "kind": "let", "range": [ - 23439, - 23468 + 23169, + 23198 ], "loc": { "start": { - "line": 631, + "line": 624, "column": 8 }, "end": { - "line": 631, + "line": 624, "column": 37 } } @@ -55270,16 +54660,16 @@ "object": { "type": "ThisExpression", "range": [ - 23477, - 23481 + 23207, + 23211 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 8 }, "end": { - "line": 632, + "line": 625, "column": 12 } } @@ -55288,31 +54678,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23482, - 23494 + 23212, + 23224 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 13 }, "end": { - "line": 632, + "line": 625, "column": 25 } } }, "range": [ - 23477, - 23494 + 23207, + 23224 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 8 }, "end": { - "line": 632, + "line": 625, "column": 25 } } @@ -55322,46 +54712,46 @@ "value": false, "raw": "false", "range": [ - 23497, - 23502 + 23227, + 23232 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 28 }, "end": { - "line": 632, + "line": 625, "column": 33 } } }, "range": [ - 23477, - 23502 + 23207, + 23232 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 8 }, "end": { - "line": 632, + "line": 625, "column": 33 } } }, "range": [ - 23477, - 23503 + 23207, + 23233 ], "loc": { "start": { - "line": 632, + "line": 625, "column": 8 }, "end": { - "line": 632, + "line": 625, "column": 34 } } @@ -55372,16 +54762,16 @@ "type": "Identifier", "name": "filter", "range": [ - 23522, - 23528 + 23252, + 23258 ], "loc": { "start": { - "line": 634, + "line": 627, "column": 17 }, "end": { - "line": 634, + "line": 627, "column": 23 } } @@ -55401,16 +54791,16 @@ "type": "Identifier", "name": "global", "range": [ - 23545, - 23551 + 23275, + 23281 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 12 }, "end": { - "line": 635, + "line": 628, "column": 18 } } @@ -55419,31 +54809,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 23552, - 23565 + 23282, + 23295 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 19 }, "end": { - "line": 635, + "line": 628, "column": 32 } } }, "range": [ - 23545, - 23565 + 23275, + 23295 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 12 }, "end": { - "line": 635, + "line": 628, "column": 32 } } @@ -55455,16 +54845,16 @@ "object": { "type": "ThisExpression", "range": [ - 23566, - 23570 + 23296, + 23300 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 33 }, "end": { - "line": 635, + "line": 628, "column": 37 } } @@ -55473,62 +54863,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23571, - 23586 + 23301, + 23316 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 38 }, "end": { - "line": 635, + "line": 628, "column": 53 } } }, "range": [ - 23566, - 23586 + 23296, + 23316 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 33 }, "end": { - "line": 635, + "line": 628, "column": 53 } } } ], "range": [ - 23545, - 23587 + 23275, + 23317 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 12 }, "end": { - "line": 635, + "line": 628, "column": 54 } } }, "range": [ - 23545, - 23588 + 23275, + 23318 ], "loc": { "start": { - "line": 635, + "line": 628, "column": 12 }, "end": { - "line": 635, + "line": 628, "column": 55 } } @@ -55544,16 +54934,16 @@ "object": { "type": "ThisExpression", "range": [ - 23601, - 23605 + 23331, + 23335 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 12 }, "end": { - "line": 636, + "line": 629, "column": 16 } } @@ -55562,31 +54952,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23606, - 23621 + 23336, + 23351 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 17 }, "end": { - "line": 636, + "line": 629, "column": 32 } } }, "range": [ - 23601, - 23621 + 23331, + 23351 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 12 }, "end": { - "line": 636, + "line": 629, "column": 32 } } @@ -55596,46 +54986,46 @@ "value": null, "raw": "null", "range": [ - 23624, - 23628 + 23354, + 23358 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 35 }, "end": { - "line": 636, + "line": 629, "column": 39 } } }, "range": [ - 23601, - 23628 + 23331, + 23358 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 12 }, "end": { - "line": 636, + "line": 629, "column": 39 } } }, "range": [ - 23601, - 23629 + 23331, + 23359 ], "loc": { "start": { - "line": 636, + "line": 629, "column": 12 }, "end": { - "line": 636, + "line": 629, "column": 40 } } @@ -55651,16 +55041,16 @@ "object": { "type": "ThisExpression", "range": [ - 23647, - 23651 + 23377, + 23381 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 17 }, "end": { - "line": 637, + "line": 630, "column": 21 } } @@ -55669,47 +55059,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23652, - 23664 + 23382, + 23394 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 22 }, "end": { - "line": 637, + "line": 630, "column": 34 } } }, "range": [ - 23647, - 23664 + 23377, + 23394 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 17 }, "end": { - "line": 637, + "line": 630, "column": 34 } } }, "prefix": true, "range": [ - 23646, - 23664 + 23376, + 23394 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 16 }, "end": { - "line": 637, + "line": 630, "column": 34 } } @@ -55727,16 +55117,16 @@ "object": { "type": "ThisExpression", "range": [ - 23684, - 23688 + 23414, + 23418 ], "loc": { "start": { - "line": 638, + "line": 631, "column": 16 }, "end": { - "line": 638, + "line": 631, "column": 20 } } @@ -55745,62 +55135,62 @@ "type": "Identifier", "name": "filter", "range": [ - 23689, - 23695 + 23419, + 23425 ], "loc": { "start": { - "line": 638, + "line": 631, "column": 21 }, "end": { - "line": 638, + "line": 631, "column": 27 } } }, "range": [ - 23684, - 23695 + 23414, + 23425 ], "loc": { "start": { - "line": 638, + "line": 631, "column": 16 }, "end": { - "line": 638, + "line": 631, "column": 27 } } }, "arguments": [], "range": [ - 23684, - 23697 + 23414, + 23427 ], "loc": { "start": { - "line": 638, + "line": 631, "column": 16 }, "end": { - "line": 638, + "line": 631, "column": 29 } } }, "range": [ - 23684, - 23698 + 23414, + 23428 ], "loc": { "start": { - "line": 638, + "line": 631, "column": 16 }, "end": { - "line": 638, + "line": 631, "column": 30 } } @@ -55816,16 +55206,16 @@ "object": { "type": "ThisExpression", "range": [ - 23715, - 23719 + 23445, + 23449 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 16 }, "end": { - "line": 639, + "line": 632, "column": 20 } } @@ -55834,31 +55224,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23720, - 23732 + 23450, + 23462 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 21 }, "end": { - "line": 639, + "line": 632, "column": 33 } } }, "range": [ - 23715, - 23732 + 23445, + 23462 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 16 }, "end": { - "line": 639, + "line": 632, "column": 33 } } @@ -55868,94 +55258,94 @@ "value": null, "raw": "null", "range": [ - 23735, - 23739 + 23465, + 23469 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 36 }, "end": { - "line": 639, + "line": 632, "column": 40 } } }, "range": [ - 23715, - 23739 + 23445, + 23469 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 16 }, "end": { - "line": 639, + "line": 632, "column": 40 } } }, "range": [ - 23715, - 23740 + 23445, + 23470 ], "loc": { "start": { - "line": 639, + "line": 632, "column": 16 }, "end": { - "line": 639, + "line": 632, "column": 41 } } } ], "range": [ - 23666, - 23754 + 23396, + 23484 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 36 }, "end": { - "line": 640, + "line": 633, "column": 13 } } }, "alternate": null, "range": [ - 23642, - 23754 + 23372, + 23484 ], "loc": { "start": { - "line": 637, + "line": 630, "column": 12 }, "end": { - "line": 640, + "line": 633, "column": 13 } } } ], "range": [ - 23531, - 23764 + 23261, + 23494 ], "loc": { "start": { - "line": 634, + "line": 627, "column": 26 }, "end": { - "line": 641, + "line": 634, "column": 9 } } @@ -55963,39 +55353,19 @@ "generator": false, "expression": false, "range": [ - 23513, - 23764 + 23243, + 23494 ], "loc": { "start": { - "line": 634, + "line": 627, "column": 8 }, "end": { - "line": 641, + "line": 634, "column": 9 } - }, - "trailingComments": [ - { - "type": "Line", - "value": " TODO: define constants for keys", - "range": [ - 23773, - 23807 - ], - "loc": { - "start": { - "line": 642, - "column": 8 - }, - "end": { - "line": 642, - "column": 42 - } - } - } - ] + } }, { "type": "IfStatement", @@ -56018,51 +55388,50 @@ "type": "Identifier", "name": "key", "range": [ - 23820, - 23823 + 23508, + 23511 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, + "line": 636, "column": 15 } } }, "right": { - "type": "Literal", - "value": 13, - "raw": "13", + "type": "Identifier", + "name": "ENTER_KEY", "range": [ - 23828, - 23830 + 23516, + 23525 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 20 }, "end": { - "line": 643, - "column": 22 + "line": 636, + "column": 29 } } }, "range": [ - 23820, - 23830 + 23508, + 23525 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, - "column": 22 + "line": 636, + "column": 29 } } }, @@ -56073,66 +55442,65 @@ "type": "Identifier", "name": "key", "range": [ - 23834, - 23837 + 23529, + 23532 ], "loc": { "start": { - "line": 643, - "column": 26 + "line": 636, + "column": 33 }, "end": { - "line": 643, - "column": 29 + "line": 636, + "column": 36 } } }, "right": { - "type": "Literal", - "value": 9, - "raw": "9", + "type": "Identifier", + "name": "TAB_KEY", "range": [ - 23842, - 23843 + 23537, + 23544 ], "loc": { "start": { - "line": 643, - "column": 34 + "line": 636, + "column": 41 }, "end": { - "line": 643, - "column": 35 + "line": 636, + "column": 48 } } }, "range": [ - 23834, - 23843 + 23529, + 23544 ], "loc": { "start": { - "line": 643, - "column": 26 + "line": 636, + "column": 33 }, "end": { - "line": 643, - "column": 35 + "line": 636, + "column": 48 } } }, "range": [ - 23820, - 23843 + 23508, + 23544 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, - "column": 35 + "line": 636, + "column": 48 } } }, @@ -56143,66 +55511,65 @@ "type": "Identifier", "name": "key", "range": [ - 23847, - 23850 + 23548, + 23551 ], "loc": { "start": { - "line": 643, - "column": 39 + "line": 636, + "column": 52 }, "end": { - "line": 643, - "column": 42 + "line": 636, + "column": 55 } } }, "right": { - "type": "Literal", - "value": 27, - "raw": "27", + "type": "Identifier", + "name": "ESC_KEY", "range": [ - 23855, - 23857 + 23556, + 23563 ], "loc": { "start": { - "line": 643, - "column": 47 + "line": 636, + "column": 60 }, "end": { - "line": 643, - "column": 49 + "line": 636, + "column": 67 } } }, "range": [ - 23847, - 23857 + 23548, + 23563 ], "loc": { "start": { - "line": 643, - "column": 39 + "line": 636, + "column": 52 }, "end": { - "line": 643, - "column": 49 + "line": 636, + "column": 67 } } }, "range": [ - 23820, - 23857 + 23508, + 23563 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, - "column": 49 + "line": 636, + "column": 67 } } }, @@ -56213,66 +55580,65 @@ "type": "Identifier", "name": "key", "range": [ - 23861, - 23864 + 23579, + 23582 ], "loc": { "start": { - "line": 643, - "column": 53 + "line": 637, + "column": 12 }, "end": { - "line": 643, - "column": 56 + "line": 637, + "column": 15 } } }, "right": { - "type": "Literal", - "value": 38, - "raw": "38", + "type": "Identifier", + "name": "UP_ARROW_KEY", "range": [ - 23869, - 23871 + 23587, + 23599 ], "loc": { "start": { - "line": 643, - "column": 61 + "line": 637, + "column": 20 }, "end": { - "line": 643, - "column": 63 + "line": 637, + "column": 32 } } }, "range": [ - 23861, - 23871 + 23579, + 23599 ], "loc": { "start": { - "line": 643, - "column": 53 + "line": 637, + "column": 12 }, "end": { - "line": 643, - "column": 63 + "line": 637, + "column": 32 } } }, "range": [ - 23820, - 23871 + 23508, + 23599 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, - "column": 63 + "line": 637, + "column": 32 } } }, @@ -56283,66 +55649,65 @@ "type": "Identifier", "name": "key", "range": [ - 23875, - 23878 + 23603, + 23606 ], "loc": { "start": { - "line": 643, - "column": 67 + "line": 637, + "column": 36 }, "end": { - "line": 643, - "column": 70 + "line": 637, + "column": 39 } } }, "right": { - "type": "Literal", - "value": 40, - "raw": "40", + "type": "Identifier", + "name": "DOWN_ARROW_KEY", "range": [ - 23883, - 23885 + 23611, + 23625 ], "loc": { "start": { - "line": 643, - "column": 75 + "line": 637, + "column": 44 }, "end": { - "line": 643, - "column": 77 + "line": 637, + "column": 58 } } }, "range": [ - 23875, - 23885 + 23603, + 23625 ], "loc": { "start": { - "line": 643, - "column": 67 + "line": 637, + "column": 36 }, "end": { - "line": 643, - "column": 77 + "line": 637, + "column": 58 } } }, "range": [ - 23820, - 23885 + 23508, + 23625 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 12 }, "end": { - "line": 643, - "column": 77 + "line": 637, + "column": 58 } } }, @@ -56360,16 +55725,16 @@ "object": { "type": "ThisExpression", "range": [ - 23905, - 23909 + 23645, + 23649 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 16 }, "end": { - "line": 644, + "line": 638, "column": 20 } } @@ -56378,31 +55743,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23910, - 23925 + 23650, + 23665 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 21 }, "end": { - "line": 644, + "line": 638, "column": 36 } } }, "range": [ - 23905, - 23925 + 23645, + 23665 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 16 }, "end": { - "line": 644, + "line": 638, "column": 36 } } @@ -56412,31 +55777,31 @@ "value": null, "raw": "null", "range": [ - 23930, - 23934 + 23670, + 23674 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 41 }, "end": { - "line": 644, + "line": 638, "column": 45 } } }, "range": [ - 23905, - 23934 + 23645, + 23674 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 16 }, "end": { - "line": 644, + "line": 638, "column": 45 } } @@ -56455,16 +55820,16 @@ "object": { "type": "ThisExpression", "range": [ - 23954, - 23958 + 23694, + 23698 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 16 }, "end": { - "line": 645, + "line": 639, "column": 20 } } @@ -56473,31 +55838,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23959, - 23974 + 23699, + 23714 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 21 }, "end": { - "line": 645, + "line": 639, "column": 36 } } }, "range": [ - 23954, - 23974 + 23694, + 23714 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 16 }, "end": { - "line": 645, + "line": 639, "column": 36 } } @@ -56511,16 +55876,16 @@ "type": "Identifier", "name": "global", "range": [ - 23977, - 23983 + 23717, + 23723 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 39 }, "end": { - "line": 645, + "line": 639, "column": 45 } } @@ -56529,31 +55894,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 23984, - 23995 + 23724, + 23735 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 46 }, "end": { - "line": 645, + "line": 639, "column": 57 } } }, "range": [ - 23977, - 23995 + 23717, + 23735 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 39 }, "end": { - "line": 645, + "line": 639, "column": 57 } } @@ -56568,16 +55933,16 @@ "type": "Identifier", "name": "filter", "range": [ - 23996, - 24002 + 23736, + 23742 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 58 }, "end": { - "line": 645, + "line": 639, "column": 64 } } @@ -56586,31 +55951,31 @@ "type": "Identifier", "name": "bind", "range": [ - 24003, - 24007 + 23743, + 23747 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 65 }, "end": { - "line": 645, + "line": 639, "column": 69 } } }, "range": [ - 23996, - 24007 + 23736, + 23747 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 58 }, "end": { - "line": 645, + "line": 639, "column": 69 } } @@ -56619,32 +55984,32 @@ { "type": "ThisExpression", "range": [ - 24008, - 24012 + 23748, + 23752 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 70 }, "end": { - "line": 645, + "line": 639, "column": 74 } } } ], "range": [ - 23996, - 24013 + 23736, + 23753 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 58 }, "end": { - "line": 645, + "line": 639, "column": 75 } } @@ -56655,16 +56020,16 @@ "object": { "type": "ThisExpression", "range": [ - 24035, - 24039 + 23775, + 23779 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 20 }, "end": { - "line": 646, + "line": 640, "column": 24 } } @@ -56673,125 +56038,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 24040, - 24055 + 23780, + 23795 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 25 }, "end": { - "line": 646, + "line": 640, "column": 40 } } }, "range": [ - 24035, - 24055 + 23775, + 23795 ], "loc": { "start": { - "line": 646, + "line": 640, "column": 20 }, "end": { - "line": 646, + "line": 640, "column": 40 } } } ], "range": [ - 23977, - 24056 + 23717, + 23796 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 39 }, "end": { - "line": 646, + "line": 640, "column": 41 } } }, "range": [ - 23954, - 24056 + 23694, + 23796 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 41 } } }, "range": [ - 23954, - 24057 + 23694, + 23797 ], "loc": { "start": { - "line": 645, + "line": 639, "column": 16 }, "end": { - "line": 646, + "line": 640, "column": 42 } } } ], "range": [ - 23936, - 24071 + 23676, + 23811 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 47 }, "end": { - "line": 647, + "line": 641, "column": 13 } } }, "alternate": null, "range": [ - 23901, - 24071 + 23641, + 23811 ], "loc": { "start": { - "line": 644, + "line": 638, "column": 12 }, "end": { - "line": 647, + "line": 641, "column": 13 } } } ], "range": [ - 23887, - 24081 + 23627, + 23821 ], "loc": { "start": { - "line": 643, - "column": 79 + "line": 637, + "column": 60 }, "end": { - "line": 648, + "line": 642, "column": 9 } } @@ -56810,16 +56175,16 @@ "type": "Identifier", "name": "global", "range": [ - 24101, - 24107 + 23841, + 23847 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 12 }, "end": { - "line": 649, + "line": 643, "column": 18 } } @@ -56828,31 +56193,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 24108, - 24121 + 23848, + 23861 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 19 }, "end": { - "line": 649, + "line": 643, "column": 32 } } }, "range": [ - 24101, - 24121 + 23841, + 23861 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 12 }, "end": { - "line": 649, + "line": 643, "column": 32 } } @@ -56864,16 +56229,16 @@ "object": { "type": "ThisExpression", "range": [ - 24122, - 24126 + 23862, + 23866 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 33 }, "end": { - "line": 649, + "line": 643, "column": 37 } } @@ -56882,62 +56247,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 24127, - 24142 + 23867, + 23882 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 38 }, "end": { - "line": 649, + "line": 643, "column": 53 } } }, "range": [ - 24122, - 24142 + 23862, + 23882 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 33 }, "end": { - "line": 649, + "line": 643, "column": 53 } } } ], "range": [ - 24101, - 24143 + 23841, + 23883 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 12 }, "end": { - "line": 649, + "line": 643, "column": 54 } } }, "range": [ - 24101, - 24144 + 23841, + 23884 ], "loc": { "start": { - "line": 649, + "line": 643, "column": 12 }, "end": { - "line": 649, + "line": 643, "column": 55 } } @@ -56953,16 +56318,16 @@ "object": { "type": "ThisExpression", "range": [ - 24157, - 24161 + 23897, + 23901 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 12 }, "end": { - "line": 650, + "line": 644, "column": 16 } } @@ -56971,31 +56336,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 24162, - 24177 + 23902, + 23917 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 17 }, "end": { - "line": 650, + "line": 644, "column": 32 } } }, "range": [ - 24157, - 24177 + 23897, + 23917 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 12 }, "end": { - "line": 650, + "line": 644, "column": 32 } } @@ -57005,113 +56370,93 @@ "value": null, "raw": "null", "range": [ - 24180, - 24184 + 23920, + 23924 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 35 }, "end": { - "line": 650, + "line": 644, "column": 39 } } }, "range": [ - 24157, - 24184 + 23897, + 23924 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 12 }, "end": { - "line": 650, + "line": 644, "column": 39 } } }, "range": [ - 24157, - 24185 + 23897, + 23925 ], "loc": { "start": { - "line": 650, + "line": 644, "column": 12 }, "end": { - "line": 650, + "line": 644, "column": 40 } } } ], "range": [ - 24087, - 24195 + 23827, + 23935 ], "loc": { "start": { - "line": 648, + "line": 642, "column": 15 }, "end": { - "line": 651, + "line": 645, "column": 9 } } }, "range": [ - 23816, - 24195 + 23504, + 23935 ], "loc": { "start": { - "line": 643, + "line": 636, "column": 8 }, "end": { - "line": 651, + "line": 645, "column": 9 } - }, - "leadingComments": [ - { - "type": "Line", - "value": " TODO: define constants for keys", - "range": [ - 23773, - 23807 - ], - "loc": { - "start": { - "line": 642, - "column": 8 - }, - "end": { - "line": 642, - "column": 42 - } - } - } - ] + } } ], "range": [ - 23367, - 24201 + 23097, + 23941 ], "loc": { "start": { - "line": 627, + "line": 620, "column": 17 }, "end": { - "line": 652, + "line": 646, "column": 5 } } @@ -57119,16 +56464,16 @@ "generator": false, "expression": false, "range": [ - 23361, - 24201 + 23091, + 23941 ], "loc": { "start": { - "line": 627, + "line": 620, "column": 11 }, "end": { - "line": 652, + "line": 646, "column": 5 } } @@ -57136,16 +56481,16 @@ "kind": "method", "computed": false, "range": [ - 23354, - 24201 + 23084, + 23941 ], "loc": { "start": { - "line": 627, + "line": 620, "column": 4 }, "end": { - "line": 652, + "line": 646, "column": 5 } }, @@ -57154,16 +56499,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 23216, - 23349 + 22946, + 23079 ], "loc": { "start": { - "line": 622, + "line": 615, "column": 4 }, "end": { - "line": 626, + "line": 619, "column": 7 } } @@ -57174,16 +56519,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 24207, - 24290 + 23947, + 24030 ], "loc": { "start": { - "line": 654, + "line": 648, "column": 4 }, "end": { - "line": 656, + "line": 650, "column": 7 } } @@ -57197,16 +56542,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 24295, - 24304 + 24035, + 24044 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 4 }, "end": { - "line": 657, + "line": 651, "column": 13 } } @@ -57226,16 +56571,16 @@ "object": { "type": "ThisExpression", "range": [ - 24321, - 24325 + 24061, + 24065 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 12 }, "end": { - "line": 658, + "line": 652, "column": 16 } } @@ -57244,31 +56589,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 24326, - 24336 + 24066, + 24076 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 17 }, "end": { - "line": 658, + "line": 652, "column": 27 } } }, "range": [ - 24321, - 24336 + 24061, + 24076 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 12 }, "end": { - "line": 658, + "line": 652, "column": 27 } } @@ -57287,16 +56632,16 @@ "object": { "type": "ThisExpression", "range": [ - 24352, - 24356 + 24092, + 24096 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 12 }, "end": { - "line": 659, + "line": 653, "column": 16 } } @@ -57305,31 +56650,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 24357, - 24369 + 24097, + 24109 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 17 }, "end": { - "line": 659, + "line": 653, "column": 29 } } }, "range": [ - 24352, - 24369 + 24092, + 24109 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 12 }, "end": { - "line": 659, + "line": 653, "column": 29 } } @@ -57339,94 +56684,94 @@ "value": true, "raw": "true", "range": [ - 24372, - 24376 + 24112, + 24116 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 32 }, "end": { - "line": 659, + "line": 653, "column": 36 } } }, "range": [ - 24352, - 24376 + 24092, + 24116 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 12 }, "end": { - "line": 659, + "line": 653, "column": 36 } } }, "range": [ - 24352, - 24377 + 24092, + 24117 ], "loc": { "start": { - "line": 659, + "line": 653, "column": 12 }, "end": { - "line": 659, + "line": 653, "column": 37 } } } ], "range": [ - 24338, - 24387 + 24078, + 24127 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 29 }, "end": { - "line": 660, + "line": 654, "column": 9 } } }, "alternate": null, "range": [ - 24317, - 24387 + 24057, + 24127 ], "loc": { "start": { - "line": 658, + "line": 652, "column": 8 }, "end": { - "line": 660, + "line": 654, "column": 9 } } } ], "range": [ - 24307, - 24393 + 24047, + 24133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 16 }, "end": { - "line": 661, + "line": 655, "column": 5 } } @@ -57434,16 +56779,16 @@ "generator": false, "expression": false, "range": [ - 24304, - 24393 + 24044, + 24133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 13 }, "end": { - "line": 661, + "line": 655, "column": 5 } } @@ -57451,16 +56796,16 @@ "kind": "method", "computed": false, "range": [ - 24295, - 24393 + 24035, + 24133 ], "loc": { "start": { - "line": 657, + "line": 651, "column": 4 }, "end": { - "line": 661, + "line": 655, "column": 5 } }, @@ -57469,16 +56814,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 24207, - 24290 + 23947, + 24030 ], "loc": { "start": { - "line": 654, + "line": 648, "column": 4 }, "end": { - "line": 656, + "line": 650, "column": 7 } } @@ -57489,16 +56834,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 24399, - 24464 + 24139, + 24204 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 4 }, "end": { - "line": 666, + "line": 660, "column": 7 } } @@ -57512,16 +56857,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 24469, - 24479 + 24209, + 24219 ], "loc": { "start": { - "line": 667, + "line": 661, "column": 4 }, "end": { - "line": 667, + "line": 661, "column": 14 } } @@ -57534,16 +56879,16 @@ "type": "Identifier", "name": "evt", "range": [ - 24480, - 24483 + 24220, + 24223 ], "loc": { "start": { - "line": 667, + "line": 661, "column": 15 }, "end": { - "line": 667, + "line": 661, "column": 18 } } @@ -57561,16 +56906,16 @@ "type": "Identifier", "name": "elm", "range": [ - 24499, - 24502 + 24239, + 24242 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 12 }, "end": { - "line": 668, + "line": 662, "column": 15 } } @@ -57584,16 +56929,16 @@ "type": "Identifier", "name": "Event", "range": [ - 24505, - 24510 + 24245, + 24250 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 18 }, "end": { - "line": 668, + "line": 662, "column": 23 } } @@ -57602,31 +56947,31 @@ "type": "Identifier", "name": "target", "range": [ - 24511, - 24517 + 24251, + 24257 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 24 }, "end": { - "line": 668, + "line": 662, "column": 30 } } }, "range": [ - 24505, - 24517 + 24245, + 24257 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 18 }, "end": { - "line": 668, + "line": 662, "column": 30 } } @@ -57636,47 +56981,47 @@ "type": "Identifier", "name": "evt", "range": [ - 24518, - 24521 + 24258, + 24261 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 31 }, "end": { - "line": 668, + "line": 662, "column": 34 } } } ], "range": [ - 24505, - 24522 + 24245, + 24262 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 18 }, "end": { - "line": 668, + "line": 662, "column": 35 } } }, "range": [ - 24499, - 24522 + 24239, + 24262 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 12 }, "end": { - "line": 668, + "line": 662, "column": 35 } } @@ -57684,16 +57029,16 @@ ], "kind": "let", "range": [ - 24495, - 24523 + 24235, + 24263 ], "loc": { "start": { - "line": 668, + "line": 662, "column": 8 }, "end": { - "line": 668, + "line": 662, "column": 36 } } @@ -57711,16 +57056,16 @@ "object": { "type": "ThisExpression", "range": [ - 24532, - 24536 + 24272, + 24276 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 8 }, "end": { - "line": 669, + "line": 663, "column": 12 } } @@ -57729,31 +57074,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24537, - 24544 + 24277, + 24284 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 13 }, "end": { - "line": 669, + "line": 663, "column": 20 } } }, "range": [ - 24532, - 24544 + 24272, + 24284 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 8 }, "end": { - "line": 669, + "line": 663, "column": 20 } } @@ -57762,31 +57107,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24545, - 24549 + 24285, + 24289 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 21 }, "end": { - "line": 669, + "line": 663, "column": 25 } } }, "range": [ - 24532, - 24549 + 24272, + 24289 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 8 }, "end": { - "line": 669, + "line": 663, "column": 25 } } @@ -57797,16 +57142,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 24550, - 24564 + 24290, + 24304 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 26 }, "end": { - "line": 669, + "line": 663, "column": 40 } } @@ -57814,16 +57159,16 @@ { "type": "ThisExpression", "range": [ - 24566, - 24570 + 24306, + 24310 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 42 }, "end": { - "line": 669, + "line": 663, "column": 46 } } @@ -57832,63 +57177,63 @@ "type": "Identifier", "name": "elm", "range": [ - 24572, - 24575 + 24312, + 24315 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 48 }, "end": { - "line": 669, + "line": 663, "column": 51 } } } ], "range": [ - 24532, - 24576 + 24272, + 24316 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 8 }, "end": { - "line": 669, + "line": 663, "column": 52 } } }, "range": [ - 24532, - 24577 + 24272, + 24317 ], "loc": { "start": { - "line": 669, + "line": 663, "column": 8 }, "end": { - "line": 669, + "line": 663, "column": 53 } } } ], "range": [ - 24485, - 24583 + 24225, + 24323 ], "loc": { "start": { - "line": 667, + "line": 661, "column": 20 }, "end": { - "line": 670, + "line": 664, "column": 5 } } @@ -57896,16 +57241,16 @@ "generator": false, "expression": false, "range": [ - 24479, - 24583 + 24219, + 24323 ], "loc": { "start": { - "line": 667, + "line": 661, "column": 14 }, "end": { - "line": 670, + "line": 664, "column": 5 } } @@ -57913,16 +57258,16 @@ "kind": "method", "computed": false, "range": [ - 24469, - 24583 + 24209, + 24323 ], "loc": { "start": { - "line": 667, + "line": 661, "column": 4 }, "end": { - "line": 670, + "line": 664, "column": 5 } }, @@ -57931,16 +57276,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 24399, - 24464 + 24139, + 24204 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 4 }, "end": { - "line": 666, + "line": 660, "column": 7 } } @@ -57951,16 +57296,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 24589, - 24677 + 24329, + 24417 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 4 }, "end": { - "line": 674, + "line": 668, "column": 7 } } @@ -57974,16 +57319,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 24682, - 24691 + 24422, + 24431 ], "loc": { "start": { - "line": 675, + "line": 669, "column": 4 }, "end": { - "line": 675, + "line": 669, "column": 13 } } @@ -58003,16 +57348,16 @@ "object": { "type": "ThisExpression", "range": [ - 24708, - 24712 + 24448, + 24452 ], "loc": { "start": { - "line": 676, + "line": 670, "column": 12 }, "end": { - "line": 676, + "line": 670, "column": 16 } } @@ -58021,31 +57366,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 24713, - 24723 + 24453, + 24463 ], "loc": { "start": { - "line": 676, + "line": 670, "column": 17 }, "end": { - "line": 676, + "line": 670, "column": 27 } } }, "range": [ - 24708, - 24723 + 24448, + 24463 ], "loc": { "start": { - "line": 676, + "line": 670, "column": 12 }, "end": { - "line": 676, + "line": 670, "column": 27 } } @@ -58064,16 +57409,16 @@ "object": { "type": "ThisExpression", "range": [ - 24739, - 24743 + 24479, + 24483 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 12 }, "end": { - "line": 677, + "line": 671, "column": 16 } } @@ -58082,31 +57427,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 24744, - 24756 + 24484, + 24496 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 17 }, "end": { - "line": 677, + "line": 671, "column": 29 } } }, "range": [ - 24739, - 24756 + 24479, + 24496 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 12 }, "end": { - "line": 677, + "line": 671, "column": 29 } } @@ -58116,46 +57461,46 @@ "value": false, "raw": "false", "range": [ - 24759, - 24764 + 24499, + 24504 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 32 }, "end": { - "line": 677, + "line": 671, "column": 37 } } }, "range": [ - 24739, - 24764 + 24479, + 24504 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 12 }, "end": { - "line": 677, + "line": 671, "column": 37 } } }, "range": [ - 24739, - 24765 + 24479, + 24505 ], "loc": { "start": { - "line": 677, + "line": 671, "column": 12 }, "end": { - "line": 677, + "line": 671, "column": 38 } } @@ -58171,16 +57516,16 @@ "type": "Identifier", "name": "global", "range": [ - 24778, - 24784 + 24518, + 24524 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 18 } } @@ -58189,31 +57534,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 24785, - 24798 + 24525, + 24538 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 19 }, "end": { - "line": 678, + "line": 672, "column": 32 } } }, "range": [ - 24778, - 24798 + 24518, + 24538 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 32 } } @@ -58225,16 +57570,16 @@ "object": { "type": "ThisExpression", "range": [ - 24799, - 24803 + 24539, + 24543 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 33 }, "end": { - "line": 678, + "line": 672, "column": 37 } } @@ -58243,94 +57588,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 24804, - 24819 + 24544, + 24559 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 38 }, "end": { - "line": 678, + "line": 672, "column": 53 } } }, "range": [ - 24799, - 24819 + 24539, + 24559 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 33 }, "end": { - "line": 678, + "line": 672, "column": 53 } } } ], "range": [ - 24778, - 24820 + 24518, + 24560 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 54 } } }, "range": [ - 24778, - 24821 + 24518, + 24561 ], "loc": { "start": { - "line": 678, + "line": 672, "column": 12 }, "end": { - "line": 678, + "line": 672, "column": 55 } } } ], "range": [ - 24725, - 24831 + 24465, + 24571 ], "loc": { "start": { - "line": 676, + "line": 670, "column": 29 }, "end": { - "line": 679, + "line": 673, "column": 9 } } }, "alternate": null, "range": [ - 24704, - 24831 + 24444, + 24571 ], "loc": { "start": { - "line": 676, + "line": 670, "column": 8 }, "end": { - "line": 679, + "line": 673, "column": 9 } } @@ -58348,16 +57693,16 @@ "object": { "type": "ThisExpression", "range": [ - 24840, - 24844 + 24580, + 24584 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 680, + "line": 674, "column": 12 } } @@ -58366,31 +57711,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24845, - 24852 + 24585, + 24592 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 13 }, "end": { - "line": 680, + "line": 674, "column": 20 } } }, "range": [ - 24840, - 24852 + 24580, + 24592 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 680, + "line": 674, "column": 20 } } @@ -58399,31 +57744,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24853, - 24857 + 24593, + 24597 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 21 }, "end": { - "line": 680, + "line": 674, "column": 25 } } }, "range": [ - 24840, - 24857 + 24580, + 24597 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 680, + "line": 674, "column": 25 } } @@ -58434,16 +57779,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 24858, - 24871 + 24598, + 24611 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 26 }, "end": { - "line": 680, + "line": 674, "column": 39 } } @@ -58451,63 +57796,63 @@ { "type": "ThisExpression", "range": [ - 24873, - 24877 + 24613, + 24617 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 41 }, "end": { - "line": 680, + "line": 674, "column": 45 } } } ], "range": [ - 24840, - 24878 + 24580, + 24618 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 680, + "line": 674, "column": 46 } } }, "range": [ - 24840, - 24879 + 24580, + 24619 ], "loc": { "start": { - "line": 680, + "line": 674, "column": 8 }, "end": { - "line": 680, + "line": 674, "column": 47 } } } ], "range": [ - 24694, - 24885 + 24434, + 24625 ], "loc": { "start": { - "line": 675, + "line": 669, "column": 16 }, "end": { - "line": 681, + "line": 675, "column": 5 } } @@ -58515,16 +57860,16 @@ "generator": false, "expression": false, "range": [ - 24691, - 24885 + 24431, + 24625 ], "loc": { "start": { - "line": 675, + "line": 669, "column": 13 }, "end": { - "line": 681, + "line": 675, "column": 5 } } @@ -58532,16 +57877,16 @@ "kind": "method", "computed": false, "range": [ - 24682, - 24885 + 24422, + 24625 ], "loc": { "start": { - "line": 675, + "line": 669, "column": 4 }, "end": { - "line": 681, + "line": 675, "column": 5 } }, @@ -58550,16 +57895,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 24589, - 24677 + 24329, + 24417 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 4 }, "end": { - "line": 674, + "line": 668, "column": 7 } } @@ -58570,16 +57915,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24891, - 24946 + 24631, + 24686 ], "loc": { "start": { - "line": 683, + "line": 677, "column": 4 }, "end": { - "line": 685, + "line": 679, "column": 7 } } @@ -58593,16 +57938,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 24951, - 24968 + 24691, + 24708 ], "loc": { "start": { - "line": 686, + "line": 680, "column": 4 }, "end": { - "line": 686, + "line": 680, "column": 21 } } @@ -58622,16 +57967,16 @@ "object": { "type": "ThisExpression", "range": [ - 24985, - 24989 + 24725, + 24729 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 12 }, "end": { - "line": 687, + "line": 681, "column": 16 } } @@ -58640,31 +57985,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 24990, - 25000 + 24730, + 24740 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 17 }, "end": { - "line": 687, + "line": 681, "column": 27 } } }, "range": [ - 24985, - 25000 + 24725, + 24740 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 12 }, "end": { - "line": 687, + "line": 681, "column": 27 } } @@ -58676,48 +58021,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 25016, - 25023 + 24756, + 24763 ], "loc": { "start": { - "line": 688, + "line": 682, "column": 12 }, "end": { - "line": 688, + "line": 682, "column": 19 } } } ], "range": [ - 25002, - 25033 + 24742, + 24773 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 29 }, "end": { - "line": 689, + "line": 683, "column": 9 } } }, "alternate": null, "range": [ - 24981, - 25033 + 24721, + 24773 ], "loc": { "start": { - "line": 687, + "line": 681, "column": 8 }, "end": { - "line": 689, + "line": 683, "column": 9 } } @@ -58731,32 +58076,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25046, - 25052 + 24786, + 24792 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 12 }, "end": { - "line": 690, + "line": 684, "column": 18 } } }, "init": null, "range": [ - 25046, - 25052 + 24786, + 24792 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 12 }, "end": { - "line": 690, + "line": 684, "column": 18 } } @@ -58764,16 +58109,16 @@ ], "kind": "let", "range": [ - 25042, - 25053 + 24782, + 24793 ], "loc": { "start": { - "line": 690, + "line": 684, "column": 8 }, "end": { - "line": 690, + "line": 684, "column": 19 } } @@ -58787,16 +58132,16 @@ "type": "Identifier", "name": "thead", "range": [ - 25067, - 25072 + 24807, + 24812 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 12 }, "end": { - "line": 692, + "line": 686, "column": 17 } } @@ -58810,16 +58155,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25075, - 25078 + 24815, + 24818 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 20 }, "end": { - "line": 692, + "line": 686, "column": 23 } } @@ -58828,31 +58173,31 @@ "type": "Identifier", "name": "tag", "range": [ - 25079, - 25082 + 24819, + 24822 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 24 }, "end": { - "line": 692, + "line": 686, "column": 27 } } }, "range": [ - 25075, - 25082 + 24815, + 24822 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 20 }, "end": { - "line": 692, + "line": 686, "column": 27 } } @@ -58864,16 +58209,16 @@ "object": { "type": "ThisExpression", "range": [ - 25083, - 25087 + 24823, + 24827 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 28 }, "end": { - "line": 692, + "line": 686, "column": 32 } } @@ -58882,31 +58227,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 25088, - 25091 + 24828, + 24831 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 33 }, "end": { - "line": 692, + "line": 686, "column": 36 } } }, "range": [ - 25083, - 25091 + 24823, + 24831 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 28 }, "end": { - "line": 692, + "line": 686, "column": 36 } } @@ -58916,47 +58261,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 25093, - 25100 + 24833, + 24840 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 38 }, "end": { - "line": 692, + "line": 686, "column": 45 } } } ], "range": [ - 25075, - 25101 + 24815, + 24841 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 20 }, "end": { - "line": 692, + "line": 686, "column": 46 } } }, "range": [ - 25067, - 25101 + 24807, + 24841 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 12 }, "end": { - "line": 692, + "line": 686, "column": 46 } } @@ -58964,16 +58309,16 @@ ], "kind": "let", "range": [ - 25063, - 25102 + 24803, + 24842 ], "loc": { "start": { - "line": 692, + "line": 686, "column": 8 }, "end": { - "line": 692, + "line": 686, "column": 47 } } @@ -58990,16 +58335,16 @@ "type": "Identifier", "name": "thead", "range": [ - 25115, - 25120 + 24855, + 24860 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 12 }, "end": { - "line": 693, + "line": 687, "column": 17 } } @@ -59008,31 +58353,31 @@ "type": "Identifier", "name": "length", "range": [ - 25121, - 25127 + 24861, + 24867 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 18 }, "end": { - "line": 693, + "line": 687, "column": 24 } } }, "range": [ - 25115, - 25127 + 24855, + 24867 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 12 }, "end": { - "line": 693, + "line": 687, "column": 24 } } @@ -59042,31 +58387,31 @@ "value": 0, "raw": "0", "range": [ - 25130, - 25131 + 24870, + 24871 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 27 }, "end": { - "line": 693, + "line": 687, "column": 28 } } }, "range": [ - 25115, - 25131 + 24855, + 24871 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 12 }, "end": { - "line": 693, + "line": 687, "column": 28 } } @@ -59083,16 +58428,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25147, - 25153 + 24887, + 24893 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 12 }, "end": { - "line": 694, + "line": 688, "column": 18 } } @@ -59109,16 +58454,16 @@ "type": "Identifier", "name": "thead", "range": [ - 25156, - 25161 + 24896, + 24901 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 21 }, "end": { - "line": 694, + "line": 688, "column": 26 } } @@ -59128,31 +58473,31 @@ "value": 0, "raw": "0", "range": [ - 25162, - 25163 + 24902, + 24903 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 27 }, "end": { - "line": 694, + "line": 688, "column": 28 } } }, "range": [ - 25156, - 25164 + 24896, + 24904 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 21 }, "end": { - "line": 694, + "line": 688, "column": 29 } } @@ -59161,31 +58506,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 25165, - 25174 + 24905, + 24914 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 30 }, "end": { - "line": 694, + "line": 688, "column": 39 } } }, "range": [ - 25156, - 25174 + 24896, + 24914 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 21 }, "end": { - "line": 694, + "line": 688, "column": 39 } } @@ -59197,16 +58542,16 @@ "object": { "type": "ThisExpression", "range": [ - 25175, - 25179 + 24915, + 24919 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 40 }, "end": { - "line": 694, + "line": 688, "column": 44 } } @@ -59215,93 +58560,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 25180, - 25195 + 24920, + 24935 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 45 }, "end": { - "line": 694, + "line": 688, "column": 60 } } }, "range": [ - 25175, - 25195 + 24915, + 24935 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 40 }, "end": { - "line": 694, + "line": 688, "column": 60 } } } ], "range": [ - 25156, - 25196 + 24896, + 24936 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 21 }, "end": { - "line": 694, + "line": 688, "column": 61 } } }, "range": [ - 25147, - 25196 + 24887, + 24936 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 12 }, "end": { - "line": 694, + "line": 688, "column": 61 } } }, "range": [ - 25147, - 25197 + 24887, + 24937 ], "loc": { "start": { - "line": 694, + "line": 688, "column": 12 }, "end": { - "line": 694, + "line": 688, "column": 62 } } } ], "range": [ - 25133, - 25207 + 24873, + 24947 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 30 }, "end": { - "line": 695, + "line": 689, "column": 9 } } @@ -59318,16 +58663,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25227, - 25233 + 24967, + 24973 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 12 }, "end": { - "line": 696, + "line": 690, "column": 18 } } @@ -59343,16 +58688,16 @@ "object": { "type": "ThisExpression", "range": [ - 25236, - 25240 + 24976, + 24980 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 21 }, "end": { - "line": 696, + "line": 690, "column": 25 } } @@ -59361,31 +58706,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 25241, - 25244 + 24981, + 24984 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 26 }, "end": { - "line": 696, + "line": 690, "column": 29 } } }, "range": [ - 25236, - 25244 + 24976, + 24984 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 21 }, "end": { - "line": 696, + "line": 690, "column": 29 } } @@ -59394,31 +58739,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 25245, - 25254 + 24985, + 24994 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 30 }, "end": { - "line": 696, + "line": 690, "column": 39 } } }, "range": [ - 25236, - 25254 + 24976, + 24994 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 21 }, "end": { - "line": 696, + "line": 690, "column": 39 } } @@ -59430,16 +58775,16 @@ "object": { "type": "ThisExpression", "range": [ - 25255, - 25259 + 24995, + 24999 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 40 }, "end": { - "line": 696, + "line": 690, "column": 44 } } @@ -59448,108 +58793,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 25260, - 25275 + 25000, + 25015 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 45 }, "end": { - "line": 696, + "line": 690, "column": 60 } } }, "range": [ - 25255, - 25275 + 24995, + 25015 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 40 }, "end": { - "line": 696, + "line": 690, "column": 60 } } } ], "range": [ - 25236, - 25276 + 24976, + 25016 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 21 }, "end": { - "line": 696, + "line": 690, "column": 61 } } }, "range": [ - 25227, - 25276 + 24967, + 25016 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 12 }, "end": { - "line": 696, + "line": 690, "column": 61 } } }, "range": [ - 25227, - 25277 + 24967, + 25017 ], "loc": { "start": { - "line": 696, + "line": 690, "column": 12 }, "end": { - "line": 696, + "line": 690, "column": 62 } } } ], "range": [ - 25213, - 25287 + 24953, + 25027 ], "loc": { "start": { - "line": 695, + "line": 689, "column": 15 }, "end": { - "line": 697, + "line": 691, "column": 9 } } }, "range": [ - 25111, - 25287 + 24851, + 25027 ], "loc": { "start": { - "line": 693, + "line": 687, "column": 8 }, "end": { - "line": 697, + "line": 691, "column": 9 } } @@ -59566,16 +58911,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25297, - 25303 + 25037, + 25043 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 8 }, "end": { - "line": 699, + "line": 693, "column": 14 } } @@ -59584,31 +58929,31 @@ "type": "Identifier", "name": "className", "range": [ - 25304, - 25313 + 25044, + 25053 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 15 }, "end": { - "line": 699, + "line": 693, "column": 24 } } }, "range": [ - 25297, - 25313 + 25037, + 25053 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 8 }, "end": { - "line": 699, + "line": 693, "column": 24 } } @@ -59619,16 +58964,16 @@ "object": { "type": "ThisExpression", "range": [ - 25316, - 25320 + 25056, + 25060 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 27 }, "end": { - "line": 699, + "line": 693, "column": 31 } } @@ -59637,61 +58982,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 25321, - 25336 + 25061, + 25076 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 32 }, "end": { - "line": 699, + "line": 693, "column": 47 } } }, "range": [ - 25316, - 25336 + 25056, + 25076 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 27 }, "end": { - "line": 699, + "line": 693, "column": 47 } } }, "range": [ - 25297, - 25336 + 25037, + 25076 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 8 }, "end": { - "line": 699, + "line": 693, "column": 47 } } }, "range": [ - 25297, - 25337 + 25037, + 25077 ], "loc": { "start": { - "line": 699, + "line": 693, "column": 8 }, "end": { - "line": 699, + "line": 693, "column": 48 } } @@ -59704,16 +59049,16 @@ "object": { "type": "ThisExpression", "range": [ - 25351, - 25355 + 25091, + 25095 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 12 }, "end": { - "line": 701, + "line": 695, "column": 16 } } @@ -59722,31 +59067,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 25356, - 25369 + 25096, + 25109 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 17 }, "end": { - "line": 701, + "line": 695, "column": 30 } } }, "range": [ - 25351, - 25369 + 25091, + 25109 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 12 }, "end": { - "line": 701, + "line": 695, "column": 30 } } @@ -59769,16 +59114,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25385, - 25391 + 25125, + 25131 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, + "line": 696, "column": 18 } } @@ -59787,31 +59132,31 @@ "type": "Identifier", "name": "style", "range": [ - 25392, - 25397 + 25132, + 25137 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 19 }, "end": { - "line": 702, + "line": 696, "column": 24 } } }, "range": [ - 25385, - 25397 + 25125, + 25137 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, + "line": 696, "column": 24 } } @@ -59820,112 +59165,111 @@ "type": "Identifier", "name": "display", "range": [ - 25398, - 25405 + 25138, + 25145 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 25 }, "end": { - "line": 702, + "line": 696, "column": 32 } } }, "range": [ - 25385, - 25405 + 25125, + 25145 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, + "line": 696, "column": 32 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 25408, - 25414 + 25148, + 25152 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 35 }, "end": { - "line": 702, - "column": 41 + "line": 696, + "column": 39 } } }, "range": [ - 25385, - 25414 + 25125, + 25152 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, - "column": 41 + "line": 696, + "column": 39 } } }, "range": [ - 25385, - 25415 + 25125, + 25153 ], "loc": { "start": { - "line": 702, + "line": 696, "column": 12 }, "end": { - "line": 702, - "column": 42 + "line": 696, + "column": 40 } } } ], "range": [ - 25371, - 25425 + 25111, + 25163 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 32 }, "end": { - "line": 703, + "line": 697, "column": 9 } } }, "alternate": null, "range": [ - 25347, - 25425 + 25087, + 25163 ], "loc": { "start": { - "line": 701, + "line": 695, "column": 8 }, "end": { - "line": 703, + "line": 697, "column": 9 } } @@ -59943,16 +59287,16 @@ "object": { "type": "ThisExpression", "range": [ - 25435, - 25439 + 25173, + 25177 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 12 } } @@ -59961,31 +59305,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 25440, - 25447 + 25178, + 25185 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 13 }, "end": { - "line": 705, + "line": 699, "column": 20 } } }, "range": [ - 25435, - 25447 + 25173, + 25185 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 20 } } @@ -59994,31 +59338,31 @@ "type": "Identifier", "name": "emit", "range": [ - 25448, - 25452 + 25186, + 25190 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 21 }, "end": { - "line": 705, + "line": 699, "column": 25 } } }, "range": [ - 25435, - 25452 + 25173, + 25190 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 25 } } @@ -60029,16 +59373,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 25453, - 25475 + 25191, + 25213 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 26 }, "end": { - "line": 705, + "line": 699, "column": 48 } } @@ -60046,16 +59390,16 @@ { "type": "ThisExpression", "range": [ - 25477, - 25481 + 25215, + 25219 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 50 }, "end": { - "line": 705, + "line": 699, "column": 54 } } @@ -60064,47 +59408,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25483, - 25489 + 25221, + 25227 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 56 }, "end": { - "line": 705, + "line": 699, "column": 62 } } } ], "range": [ - 25435, - 25490 + 25173, + 25228 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 63 } } }, "range": [ - 25435, - 25491 + 25173, + 25229 ], "loc": { "start": { - "line": 705, + "line": 699, "column": 8 }, "end": { - "line": 705, + "line": 699, "column": 64 } } @@ -60115,47 +59459,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25507, - 25513 + 25245, + 25251 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 15 }, "end": { - "line": 706, + "line": 700, "column": 21 } } }, "range": [ - 25500, - 25514 + 25238, + 25252 ], "loc": { "start": { - "line": 706, + "line": 700, "column": 8 }, "end": { - "line": 706, + "line": 700, "column": 22 } } } ], "range": [ - 24971, - 25520 + 24711, + 25258 ], "loc": { "start": { - "line": 686, + "line": 680, "column": 24 }, "end": { - "line": 707, + "line": 701, "column": 5 } } @@ -60163,16 +59507,16 @@ "generator": false, "expression": false, "range": [ - 24968, - 25520 + 24708, + 25258 ], "loc": { "start": { - "line": 686, + "line": 680, "column": 21 }, "end": { - "line": 707, + "line": 701, "column": 5 } } @@ -60180,16 +59524,16 @@ "kind": "method", "computed": false, "range": [ - 24951, - 25520 + 24691, + 25258 ], "loc": { "start": { - "line": 686, + "line": 680, "column": 4 }, "end": { - "line": 707, + "line": 701, "column": 5 } }, @@ -60198,16 +59542,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24891, - 24946 + 24631, + 24686 ], "loc": { "start": { - "line": 683, + "line": 677, "column": 4 }, "end": { - "line": 685, + "line": 679, "column": 7 } } @@ -60218,16 +59562,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 25526, - 25573 + 25264, + 25311 ], "loc": { "start": { - "line": 709, + "line": 703, "column": 4 }, "end": { - "line": 711, + "line": 705, "column": 7 } } @@ -60241,16 +59585,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 25578, - 25592 + 25316, + 25330 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 4 }, "end": { - "line": 712, + "line": 706, "column": 18 } } @@ -60270,16 +59614,16 @@ "object": { "type": "ThisExpression", "range": [ - 25609, - 25613 + 25347, + 25351 ], "loc": { "start": { - "line": 713, + "line": 707, "column": 12 }, "end": { - "line": 713, + "line": 707, "column": 16 } } @@ -60288,31 +59632,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 25614, - 25621 + 25352, + 25359 ], "loc": { "start": { - "line": 713, + "line": 707, "column": 17 }, "end": { - "line": 713, + "line": 707, "column": 24 } } }, "range": [ - 25609, - 25621 + 25347, + 25359 ], "loc": { "start": { - "line": 713, + "line": 707, "column": 12 }, "end": { - "line": 713, + "line": 707, "column": 24 } } @@ -60324,48 +59668,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 25637, - 25644 + 25375, + 25382 ], "loc": { "start": { - "line": 714, + "line": 708, "column": 12 }, "end": { - "line": 714, + "line": 708, "column": 19 } } } ], "range": [ - 25623, - 25654 + 25361, + 25392 ], "loc": { "start": { - "line": 713, + "line": 707, "column": 26 }, "end": { - "line": 715, + "line": 709, "column": 9 } } }, "alternate": null, "range": [ - 25605, - 25654 + 25343, + 25392 ], "loc": { "start": { - "line": 713, + "line": 707, "column": 8 }, "end": { - "line": 715, + "line": 709, "column": 9 } } @@ -60381,16 +59725,16 @@ "object": { "type": "ThisExpression", "range": [ - 25663, - 25667 + 25401, + 25405 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 8 }, "end": { - "line": 716, + "line": 710, "column": 12 } } @@ -60399,31 +59743,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 25668, - 25674 + 25406, + 25412 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 13 }, "end": { - "line": 716, + "line": 710, "column": 19 } } }, "range": [ - 25663, - 25674 + 25401, + 25412 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 8 }, "end": { - "line": 716, + "line": 710, "column": 19 } } @@ -60439,16 +59783,16 @@ "object": { "type": "ThisExpression", "range": [ - 25677, - 25681 + 25415, + 25419 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 22 }, "end": { - "line": 716, + "line": 710, "column": 26 } } @@ -60457,31 +59801,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 25682, - 25688 + 25420, + 25426 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 27 }, "end": { - "line": 716, + "line": 710, "column": 33 } } }, "range": [ - 25677, - 25688 + 25415, + 25426 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 22 }, "end": { - "line": 716, + "line": 710, "column": 33 } } @@ -60491,31 +59835,31 @@ "value": 0, "raw": "0", "range": [ - 25691, - 25692 + 25429, + 25430 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 36 }, "end": { - "line": 716, + "line": 710, "column": 37 } } }, "range": [ - 25677, - 25692 + 25415, + 25430 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 22 }, "end": { - "line": 716, + "line": 710, "column": 37 } } @@ -60529,16 +59873,16 @@ "object": { "type": "ThisExpression", "range": [ - 25695, - 25699 + 25433, + 25437 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 40 }, "end": { - "line": 716, + "line": 710, "column": 44 } } @@ -60547,31 +59891,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 25700, - 25706 + 25438, + 25444 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 45 }, "end": { - "line": 716, + "line": 710, "column": 51 } } }, "range": [ - 25695, - 25706 + 25433, + 25444 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 40 }, "end": { - "line": 716, + "line": 710, "column": 51 } } @@ -60581,31 +59925,31 @@ "value": 1, "raw": "1", "range": [ - 25709, - 25710 + 25447, + 25448 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 54 }, "end": { - "line": 716, + "line": 710, "column": 55 } } }, "range": [ - 25695, - 25710 + 25433, + 25448 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 40 }, "end": { - "line": 716, + "line": 710, "column": 55 } } @@ -60615,61 +59959,61 @@ "value": 0, "raw": "0", "range": [ - 25713, - 25714 + 25451, + 25452 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 58 }, "end": { - "line": 716, + "line": 710, "column": 59 } } }, "range": [ - 25677, - 25714 + 25415, + 25452 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 22 }, "end": { - "line": 716, + "line": 710, "column": 59 } } }, "range": [ - 25663, - 25714 + 25401, + 25452 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 8 }, "end": { - "line": 716, + "line": 710, "column": 59 } } }, "range": [ - 25663, - 25715 + 25401, + 25453 ], "loc": { "start": { - "line": 716, + "line": 710, "column": 8 }, "end": { - "line": 716, + "line": 710, "column": 60 } } @@ -60685,16 +60029,16 @@ "object": { "type": "ThisExpression", "range": [ - 25724, - 25728 + 25462, + 25466 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 8 }, "end": { - "line": 717, + "line": 711, "column": 12 } } @@ -60703,31 +60047,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 25729, - 25745 + 25467, + 25483 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 13 }, "end": { - "line": 717, + "line": 711, "column": 29 } } }, "range": [ - 25724, - 25745 + 25462, + 25483 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 8 }, "end": { - "line": 717, + "line": 711, "column": 29 } } @@ -60740,16 +60084,16 @@ "object": { "type": "ThisExpression", "range": [ - 25748, - 25752 + 25486, + 25490 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 32 }, "end": { - "line": 717, + "line": 711, "column": 36 } } @@ -60758,77 +60102,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 25753, - 25762 + 25491, + 25500 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 37 }, "end": { - "line": 717, + "line": 711, "column": 46 } } }, "range": [ - 25748, - 25762 + 25486, + 25500 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 32 }, "end": { - "line": 717, + "line": 711, "column": 46 } } }, "arguments": [], "range": [ - 25748, - 25764 + 25486, + 25502 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 32 }, "end": { - "line": 717, + "line": 711, "column": 48 } } }, "range": [ - 25724, - 25764 + 25462, + 25502 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 8 }, "end": { - "line": 717, + "line": 711, "column": 48 } } }, "range": [ - 25724, - 25765 + 25462, + 25503 ], "loc": { "start": { - "line": 717, + "line": 711, "column": 8 }, "end": { - "line": 717, + "line": 711, "column": 49 } } @@ -60844,16 +60188,16 @@ "object": { "type": "ThisExpression", "range": [ - 25774, - 25778 + 25512, + 25516 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 8 }, "end": { - "line": 718, + "line": 712, "column": 12 } } @@ -60862,31 +60206,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 25779, - 25792 + 25517, + 25530 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 13 }, "end": { - "line": 718, + "line": 712, "column": 26 } } }, "range": [ - 25774, - 25792 + 25512, + 25530 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 8 }, "end": { - "line": 718, + "line": 712, "column": 26 } } @@ -60897,16 +60241,16 @@ "object": { "type": "ThisExpression", "range": [ - 25795, - 25799 + 25533, + 25537 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 29 }, "end": { - "line": 718, + "line": 712, "column": 33 } } @@ -60915,61 +60259,61 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 25800, - 25816 + 25538, + 25554 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 34 }, "end": { - "line": 718, + "line": 712, "column": 50 } } }, "range": [ - 25795, - 25816 + 25533, + 25554 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 29 }, "end": { - "line": 718, + "line": 712, "column": 50 } } }, "range": [ - 25774, - 25816 + 25512, + 25554 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 8 }, "end": { - "line": 718, + "line": 712, "column": 50 } } }, "range": [ - 25774, - 25817 + 25512, + 25555 ], "loc": { "start": { - "line": 718, + "line": 712, "column": 8 }, "end": { - "line": 718, + "line": 712, "column": 51 } } @@ -60985,16 +60329,16 @@ "object": { "type": "ThisExpression", "range": [ - 25826, - 25830 + 25564, + 25568 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 8 }, "end": { - "line": 719, + "line": 713, "column": 12 } } @@ -61003,31 +60347,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 25831, - 25837 + 25569, + 25575 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 13 }, "end": { - "line": 719, + "line": 713, "column": 19 } } }, "range": [ - 25826, - 25837 + 25564, + 25575 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 8 }, "end": { - "line": 719, + "line": 713, "column": 19 } } @@ -61041,16 +60385,16 @@ "object": { "type": "ThisExpression", "range": [ - 25840, - 25844 + 25578, + 25582 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 22 }, "end": { - "line": 719, + "line": 713, "column": 26 } } @@ -61059,31 +60403,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 25845, - 25861 + 25583, + 25599 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 27 }, "end": { - "line": 719, + "line": 713, "column": 43 } } }, "range": [ - 25840, - 25861 + 25578, + 25599 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 22 }, "end": { - "line": 719, + "line": 713, "column": 43 } } @@ -61094,16 +60438,16 @@ "object": { "type": "ThisExpression", "range": [ - 25864, - 25868 + 25602, + 25606 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 46 }, "end": { - "line": 719, + "line": 713, "column": 50 } } @@ -61112,92 +60456,92 @@ "type": "Identifier", "name": "refRow", "range": [ - 25869, - 25875 + 25607, + 25613 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 51 }, "end": { - "line": 719, + "line": 713, "column": 57 } } }, "range": [ - 25864, - 25875 + 25602, + 25613 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 46 }, "end": { - "line": 719, + "line": 713, "column": 57 } } }, "range": [ - 25840, - 25875 + 25578, + 25613 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 22 }, "end": { - "line": 719, + "line": 713, "column": 57 } } }, "range": [ - 25826, - 25875 + 25564, + 25613 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 8 }, "end": { - "line": 719, + "line": 713, "column": 57 } } }, "range": [ - 25826, - 25876 + 25564, + 25614 ], "loc": { "start": { - "line": 719, + "line": 713, "column": 8 }, "end": { - "line": 719, + "line": 713, "column": 58 } } } ], "range": [ - 25595, - 25882 + 25333, + 25620 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 21 }, "end": { - "line": 720, + "line": 714, "column": 5 } } @@ -61205,16 +60549,16 @@ "generator": false, "expression": false, "range": [ - 25592, - 25882 + 25330, + 25620 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 18 }, "end": { - "line": 720, + "line": 714, "column": 5 } } @@ -61222,16 +60566,16 @@ "kind": "method", "computed": false, "range": [ - 25578, - 25882 + 25316, + 25620 ], "loc": { "start": { - "line": 712, + "line": 706, "column": 4 }, "end": { - "line": 720, + "line": 714, "column": 5 } }, @@ -61240,16 +60584,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 25526, - 25573 + 25264, + 25311 ], "loc": { "start": { - "line": 709, + "line": 703, "column": 4 }, "end": { - "line": 711, + "line": 705, "column": 7 } } @@ -61260,16 +60604,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 25888, - 26107 + 25626, + 25845 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 4 }, "end": { - "line": 727, + "line": 721, "column": 7 } } @@ -61283,16 +60627,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 26112, - 26129 + 25850, + 25867 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 4 }, "end": { - "line": 728, + "line": 722, "column": 21 } } @@ -61305,16 +60649,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26130, - 26138 + 25868, + 25876 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 22 }, "end": { - "line": 728, + "line": 722, "column": 30 } } @@ -61323,16 +60667,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 26140, - 26148 + 25878, + 25886 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 32 }, "end": { - "line": 728, + "line": 722, "column": 40 } } @@ -61341,16 +60685,16 @@ "type": "Identifier", "name": "container", "range": [ - 26150, - 26159 + 25888, + 25897 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 42 }, "end": { - "line": 728, + "line": 722, "column": 51 } } @@ -61368,16 +60712,16 @@ "type": "Identifier", "name": "col", "range": [ - 26175, - 26178 + 25913, + 25916 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 12 }, "end": { - "line": 729, + "line": 723, "column": 15 } } @@ -61390,16 +60734,16 @@ "object": { "type": "ThisExpression", "range": [ - 26181, - 26185 + 25919, + 25923 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 18 }, "end": { - "line": 729, + "line": 723, "column": 22 } } @@ -61408,31 +60752,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 26186, - 26199 + 25924, + 25937 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 23 }, "end": { - "line": 729, + "line": 723, "column": 36 } } }, "range": [ - 26181, - 26199 + 25919, + 25937 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 18 }, "end": { - "line": 729, + "line": 723, "column": 36 } } @@ -61442,47 +60786,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26200, - 26208 + 25938, + 25946 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 37 }, "end": { - "line": 729, + "line": 723, "column": 45 } } } ], "range": [ - 26181, - 26209 + 25919, + 25947 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 18 }, "end": { - "line": 729, + "line": 723, "column": 46 } } }, "range": [ - 26175, - 26209 + 25913, + 25947 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 12 }, "end": { - "line": 729, + "line": 723, "column": 46 } } @@ -61490,16 +60834,16 @@ ], "kind": "let", "range": [ - 26171, - 26210 + 25909, + 25948 ], "loc": { "start": { - "line": 729, + "line": 723, "column": 8 }, "end": { - "line": 729, + "line": 723, "column": 47 } } @@ -61513,16 +60857,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26223, - 26239 + 25961, + 25977 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 12 }, "end": { - "line": 730, + "line": 724, "column": 28 } } @@ -61535,16 +60879,16 @@ "object": { "type": "ThisExpression", "range": [ - 26242, - 26246 + 25980, + 25984 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 31 }, "end": { - "line": 730, + "line": 724, "column": 35 } } @@ -61553,31 +60897,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 26247, - 26260 + 25985, + 25998 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 36 }, "end": { - "line": 730, + "line": 724, "column": 49 } } }, "range": [ - 26242, - 26260 + 25980, + 25998 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 31 }, "end": { - "line": 730, + "line": 724, "column": 49 } } @@ -61591,16 +60935,16 @@ "object": { "type": "ThisExpression", "range": [ - 26275, - 26279 + 26013, + 26017 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 16 } } @@ -61609,31 +60953,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 26280, - 26297 + 26018, + 26035 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 17 }, "end": { - "line": 731, + "line": 725, "column": 34 } } }, "range": [ - 26275, - 26297 + 26013, + 26035 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 34 } } @@ -61642,31 +60986,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26298, - 26306 + 26036, + 26044 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 35 }, "end": { - "line": 731, + "line": 725, "column": 43 } } }, "range": [ - 26275, - 26307 + 26013, + 26045 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 44 } } @@ -61676,46 +61020,46 @@ "value": null, "raw": "null", "range": [ - 26310, - 26314 + 26048, + 26052 ], "loc": { "start": { - "line": 731, + "line": 725, "column": 47 }, "end": { - "line": 731, + "line": 725, "column": 51 } } }, "range": [ - 26242, - 26314 + 25980, + 26052 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 31 }, "end": { - "line": 731, + "line": 725, "column": 51 } } }, "range": [ - 26223, - 26314 + 25961, + 26052 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 12 }, "end": { - "line": 731, + "line": 725, "column": 51 } } @@ -61723,16 +61067,16 @@ ], "kind": "let", "range": [ - 26219, - 26315 + 25957, + 26053 ], "loc": { "start": { - "line": 730, + "line": 724, "column": 8 }, "end": { - "line": 731, + "line": 725, "column": 52 } } @@ -61746,16 +61090,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 26328, - 26335 + 26066, + 26073 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, + "line": 726, "column": 19 } } @@ -61769,85 +61113,50 @@ "type": "Identifier", "name": "col", "range": [ - 26338, - 26341 + 26076, + 26079 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 22 }, "end": { - "line": 732, + "line": 726, "column": 25 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 26346, - 26350 - ], - "loc": { - "start": { - "line": 732, - "column": 30 - }, - "end": { - "line": 732, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 26351, - 26361 - ], - "loc": { - "start": { - "line": 732, - "column": 35 - }, - "end": { - "line": 732, - "column": 45 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 26346, - 26361 + 26084, + 26089 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 30 }, "end": { - "line": 732, - "column": 45 + "line": 726, + "column": 35 } } }, "range": [ - 26338, - 26361 + 26076, + 26089 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 22 }, "end": { - "line": 732, - "column": 45 + "line": 726, + "column": 35 } } }, @@ -61856,17 +61165,17 @@ "value": "text", "raw": "'text'", "range": [ - 26364, - 26370 + 26092, + 26098 ], "loc": { "start": { - "line": 732, - "column": 48 + "line": 726, + "column": 38 }, "end": { - "line": 732, - "column": 54 + "line": 726, + "column": 44 } } }, @@ -61875,64 +61184,64 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 26373, - 26381 + 26101, + 26109 ], "loc": { "start": { - "line": 732, - "column": 57 + "line": 726, + "column": 47 }, "end": { - "line": 732, - "column": 65 + "line": 726, + "column": 55 } } }, "range": [ - 26338, - 26381 + 26076, + 26109 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 22 }, "end": { - "line": 732, - "column": 65 + "line": 726, + "column": 55 } } }, "range": [ - 26328, - 26381 + 26066, + 26109 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 12 }, "end": { - "line": 732, - "column": 65 + "line": 726, + "column": 55 } } } ], "kind": "let", "range": [ - 26324, - 26382 + 26062, + 26110 ], "loc": { "start": { - "line": 732, + "line": 726, "column": 8 }, "end": { - "line": 732, - "column": 66 + "line": 726, + "column": 56 } } }, @@ -61945,16 +61254,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26395, - 26398 + 26123, + 26126 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 12 }, "end": { - "line": 733, + "line": 727, "column": 15 } } @@ -61968,16 +61277,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 26401, - 26404 + 26129, + 26132 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 18 }, "end": { - "line": 733, + "line": 727, "column": 21 } } @@ -61986,86 +61295,51 @@ "type": "Identifier", "name": "create", "range": [ - 26405, - 26411 + 26133, + 26139 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 22 }, "end": { - "line": 733, + "line": 727, "column": 28 } } }, "range": [ - 26401, - 26411 + 26129, + 26139 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 18 }, "end": { - "line": 733, + "line": 727, "column": 28 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 26412, - 26416 - ], - "loc": { - "start": { - "line": 733, - "column": 29 - }, - "end": { - "line": 733, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 26417, - 26427 - ], - "loc": { - "start": { - "line": 733, - "column": 34 - }, - "end": { - "line": 733, - "column": 44 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 26412, - 26427 + 26140, + 26145 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 29 }, "end": { - "line": 733, - "column": 44 + "line": 727, + "column": 34 } } }, @@ -62077,16 +61351,16 @@ "value": "id", "raw": "'id'", "range": [ - 26442, - 26446 + 26160, + 26164 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 13 }, "end": { - "line": 734, + "line": 728, "column": 17 } } @@ -62106,16 +61380,16 @@ "object": { "type": "ThisExpression", "range": [ - 26448, - 26452 + 26166, + 26170 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 19 }, "end": { - "line": 734, + "line": 728, "column": 23 } } @@ -62124,31 +61398,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 26453, - 26460 + 26171, + 26178 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 24 }, "end": { - "line": 734, + "line": 728, "column": 31 } } }, "range": [ - 26448, - 26460 + 26166, + 26178 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 19 }, "end": { - "line": 734, + "line": 728, "column": 31 } } @@ -62157,31 +61431,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26463, - 26471 + 26181, + 26189 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 34 }, "end": { - "line": 734, + "line": 728, "column": 42 } } }, "range": [ - 26448, - 26471 + 26166, + 26189 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 19 }, "end": { - "line": 734, + "line": 728, "column": 42 } } @@ -62191,31 +61465,31 @@ "value": "_", "raw": "'_'", "range": [ - 26474, - 26477 + 26192, + 26195 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 45 }, "end": { - "line": 734, + "line": 728, "column": 48 } } }, "range": [ - 26448, - 26477 + 26166, + 26195 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 19 }, "end": { - "line": 734, + "line": 728, "column": 48 } } @@ -62226,16 +61500,16 @@ "object": { "type": "ThisExpression", "range": [ - 26480, - 26484 + 26198, + 26202 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 51 }, "end": { - "line": 734, + "line": 728, "column": 55 } } @@ -62244,62 +61518,62 @@ "type": "Identifier", "name": "id", "range": [ - 26485, - 26487 + 26203, + 26205 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 56 }, "end": { - "line": 734, + "line": 728, "column": 58 } } }, "range": [ - 26480, - 26487 + 26198, + 26205 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 51 }, "end": { - "line": 734, + "line": 728, "column": 58 } } }, "range": [ - 26448, - 26487 + 26166, + 26205 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 19 }, "end": { - "line": 734, + "line": 728, "column": 58 } } } ], "range": [ - 26441, - 26488 + 26159, + 26206 ], "loc": { "start": { - "line": 734, + "line": 728, "column": 12 }, "end": { - "line": 734, + "line": 728, "column": 59 } } @@ -62312,16 +61586,16 @@ "value": "type", "raw": "'type'", "range": [ - 26503, - 26509 + 26221, + 26227 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 13 }, "end": { - "line": 735, + "line": 729, "column": 19 } } @@ -62330,32 +61604,32 @@ "type": "Identifier", "name": "inptype", "range": [ - 26511, - 26518 + 26229, + 26236 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 21 }, "end": { - "line": 735, + "line": 729, "column": 28 } } } ], "range": [ - 26502, - 26519 + 26220, + 26237 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 12 }, "end": { - "line": 735, + "line": 729, "column": 29 } } @@ -62368,16 +61642,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 26522, - 26526 + 26240, + 26244 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 32 }, "end": { - "line": 735, + "line": 729, "column": 36 } } @@ -62386,63 +61660,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26528, - 26536 + 26246, + 26254 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 38 }, "end": { - "line": 735, + "line": 729, "column": 46 } } } ], "range": [ - 26521, - 26537 + 26239, + 26255 ], "loc": { "start": { - "line": 735, + "line": 729, "column": 31 }, "end": { - "line": 735, + "line": 729, "column": 47 } } } ], "range": [ - 26401, - 26538 + 26129, + 26256 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 18 }, "end": { - "line": 735, + "line": 729, "column": 48 } } }, "range": [ - 26395, - 26538 + 26123, + 26256 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 12 }, "end": { - "line": 735, + "line": 729, "column": 48 } } @@ -62450,16 +61724,16 @@ ], "kind": "let", "range": [ - 26391, - 26539 + 26119, + 26257 ], "loc": { "start": { - "line": 733, + "line": 727, "column": 8 }, "end": { - "line": 735, + "line": 729, "column": 49 } } @@ -62476,16 +61750,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 26553, - 26560 + 26271, + 26278 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 19 } } @@ -62495,31 +61769,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 26565, - 26573 + 26283, + 26291 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 24 }, "end": { - "line": 737, + "line": 731, "column": 32 } } }, "range": [ - 26553, - 26573 + 26271, + 26291 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 32 } } @@ -62530,16 +61804,16 @@ "object": { "type": "ThisExpression", "range": [ - 26577, - 26581 + 26295, + 26299 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 36 }, "end": { - "line": 737, + "line": 731, "column": 40 } } @@ -62548,46 +61822,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 26582, - 26591 + 26300, + 26309 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 41 }, "end": { - "line": 737, + "line": 731, "column": 50 } } }, "range": [ - 26577, - 26591 + 26295, + 26309 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 36 }, "end": { - "line": 737, + "line": 731, "column": 50 } } }, "range": [ - 26553, - 26591 + 26271, + 26309 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 12 }, "end": { - "line": 737, + "line": 731, "column": 50 } } @@ -62606,16 +61880,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26607, - 26610 + 26325, + 26328 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 12 }, "end": { - "line": 738, + "line": 732, "column": 15 } } @@ -62624,31 +61898,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 26611, - 26623 + 26329, + 26341 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 16 }, "end": { - "line": 738, + "line": 732, "column": 28 } } }, "range": [ - 26607, - 26623 + 26325, + 26341 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 12 }, "end": { - "line": 738, + "line": 732, "column": 28 } } @@ -62659,16 +61933,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 26624, - 26637 + 26342, + 26355 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 29 }, "end": { - "line": 738, + "line": 732, "column": 42 } } @@ -62681,16 +61955,16 @@ "object": { "type": "ThisExpression", "range": [ - 26655, - 26659 + 26373, + 26377 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 16 }, "end": { - "line": 739, + "line": 733, "column": 20 } } @@ -62699,31 +61973,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 26660, - 26676 + 26378, + 26394 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 21 }, "end": { - "line": 739, + "line": 733, "column": 37 } } }, "range": [ - 26655, - 26676 + 26373, + 26394 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 16 }, "end": { - "line": 739, + "line": 733, "column": 37 } } @@ -62740,16 +62014,16 @@ "object": { "type": "ThisExpression", "range": [ - 26680, - 26684 + 26398, + 26402 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 41 }, "end": { - "line": 739, + "line": 733, "column": 45 } } @@ -62758,31 +62032,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 26685, - 26694 + 26403, + 26412 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 46 }, "end": { - "line": 739, + "line": 733, "column": 55 } } }, "range": [ - 26680, - 26694 + 26398, + 26412 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 41 }, "end": { - "line": 739, + "line": 733, "column": 55 } } @@ -62791,31 +62065,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26695, - 26703 + 26413, + 26421 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 56 }, "end": { - "line": 739, + "line": 733, "column": 64 } } }, "range": [ - 26680, - 26704 + 26398, + 26422 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 41 }, "end": { - "line": 739, + "line": 733, "column": 65 } } @@ -62825,31 +62099,31 @@ "value": "", "raw": "''", "range": [ - 26708, - 26710 + 26426, + 26428 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 69 }, "end": { - "line": 739, + "line": 733, "column": 71 } } }, "range": [ - 26680, - 26710 + 26398, + 26428 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 41 }, "end": { - "line": 739, + "line": 733, "column": 71 } } @@ -62860,16 +62134,16 @@ "object": { "type": "ThisExpression", "range": [ - 26734, - 26738 + 26452, + 26456 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 20 }, "end": { - "line": 740, + "line": 734, "column": 24 } } @@ -62878,109 +62152,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 26739, - 26748 + 26457, + 26466 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 25 }, "end": { - "line": 740, + "line": 734, "column": 34 } } }, "range": [ - 26734, - 26748 + 26452, + 26466 ], "loc": { "start": { - "line": 740, + "line": 734, "column": 20 }, "end": { - "line": 740, + "line": 734, "column": 34 } } }, "range": [ - 26655, - 26748 + 26373, + 26466 ], "loc": { "start": { - "line": 739, + "line": 733, "column": 16 }, "end": { - "line": 740, + "line": 734, "column": 34 } } } ], "range": [ - 26607, - 26762 + 26325, + 26480 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 13 } } }, "range": [ - 26607, - 26763 + 26325, + 26481 ], "loc": { "start": { - "line": 738, + "line": 732, "column": 12 }, "end": { - "line": 741, + "line": 735, "column": 14 } } } ], "range": [ - 26593, - 26773 + 26311, + 26491 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 52 }, "end": { - "line": 742, + "line": 736, "column": 9 } } }, "alternate": null, "range": [ - 26549, - 26773 + 26267, + 26491 ], "loc": { "start": { - "line": 737, + "line": 731, "column": 8 }, "end": { - "line": 742, + "line": 736, "column": 9 } } @@ -62997,16 +62271,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26782, - 26785 + 26500, + 26503 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 8 }, "end": { - "line": 743, + "line": 737, "column": 11 } } @@ -63015,31 +62289,31 @@ "type": "Identifier", "name": "className", "range": [ - 26786, - 26795 + 26504, + 26513 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 12 }, "end": { - "line": 743, + "line": 737, "column": 21 } } }, "range": [ - 26782, - 26795 + 26500, + 26513 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 8 }, "end": { - "line": 743, + "line": 737, "column": 21 } } @@ -63051,16 +62325,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 26798, - 26806 + 26516, + 26524 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 24 }, "end": { - "line": 743, + "line": 737, "column": 32 } } @@ -63071,16 +62345,16 @@ "object": { "type": "ThisExpression", "range": [ - 26810, - 26814 + 26528, + 26532 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 36 }, "end": { - "line": 743, + "line": 737, "column": 40 } } @@ -63089,76 +62363,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 26815, - 26826 + 26533, + 26544 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 41 }, "end": { - "line": 743, + "line": 737, "column": 52 } } }, "range": [ - 26810, - 26826 + 26528, + 26544 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 36 }, "end": { - "line": 743, + "line": 737, "column": 52 } } }, "range": [ - 26798, - 26826 + 26516, + 26544 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 24 }, "end": { - "line": 743, + "line": 737, "column": 52 } } }, "range": [ - 26782, - 26826 + 26500, + 26544 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 8 }, "end": { - "line": 743, + "line": 737, "column": 52 } } }, "range": [ - 26782, - 26827 + 26500, + 26545 ], "loc": { "start": { - "line": 743, + "line": 737, "column": 8 }, "end": { - "line": 743, + "line": 737, "column": 53 } } @@ -63174,16 +62448,16 @@ "type": "Identifier", "name": "Event", "range": [ - 26836, - 26841 + 26554, + 26559 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 8 }, "end": { - "line": 744, + "line": 738, "column": 13 } } @@ -63192,31 +62466,31 @@ "type": "Identifier", "name": "add", "range": [ - 26842, - 26845 + 26560, + 26563 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 14 }, "end": { - "line": 744, + "line": 738, "column": 17 } } }, "range": [ - 26836, - 26845 + 26554, + 26563 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 8 }, "end": { - "line": 744, + "line": 738, "column": 17 } } @@ -63226,16 +62500,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26846, - 26849 + 26564, + 26567 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 18 }, "end": { - "line": 744, + "line": 738, "column": 21 } } @@ -63245,16 +62519,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 26851, - 26858 + 26569, + 26576 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 23 }, "end": { - "line": 744, + "line": 738, "column": 30 } } @@ -63267,16 +62541,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26861, - 26864 + 26579, + 26582 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 33 }, "end": { - "line": 744, + "line": 738, "column": 36 } } @@ -63290,16 +62564,16 @@ "object": { "type": "ThisExpression", "range": [ - 26869, - 26873 + 26587, + 26591 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 41 }, "end": { - "line": 744, + "line": 738, "column": 45 } } @@ -63308,31 +62582,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 26874, - 26884 + 26592, + 26602 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 46 }, "end": { - "line": 744, + "line": 738, "column": 56 } } }, "range": [ - 26869, - 26884 + 26587, + 26602 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 41 }, "end": { - "line": 744, + "line": 738, "column": 56 } } @@ -63342,32 +62616,32 @@ "type": "Identifier", "name": "evt", "range": [ - 26885, - 26888 + 26603, + 26606 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 57 }, "end": { - "line": 744, + "line": 738, "column": 60 } } } ], "range": [ - 26869, - 26889 + 26587, + 26607 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 41 }, "end": { - "line": 744, + "line": 738, "column": 61 } } @@ -63375,47 +62649,47 @@ "generator": false, "expression": true, "range": [ - 26860, - 26889 + 26578, + 26607 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 32 }, "end": { - "line": 744, + "line": 738, "column": 61 } } } ], "range": [ - 26836, - 26890 + 26554, + 26608 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 8 }, "end": { - "line": 744, + "line": 738, "column": 62 } } }, "range": [ - 26836, - 26891 + 26554, + 26609 ], "loc": { "start": { - "line": 744, + "line": 738, "column": 8 }, "end": { - "line": 744, + "line": 738, "column": 63 } }, @@ -63424,16 +62698,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26901, - 26939 + 26619, + 26657 ], "loc": { "start": { - "line": 746, + "line": 740, "column": 8 }, "end": { - "line": 746, + "line": 740, "column": 46 } } @@ -63446,16 +62720,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26952, - 26968 + 26670, + 26686 ], "loc": { "start": { - "line": 747, + "line": 741, "column": 12 }, "end": { - "line": 747, + "line": 741, "column": 28 } } @@ -63479,16 +62753,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 26984, - 26987 + 26702, + 26705 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 15 } } @@ -63497,31 +62771,31 @@ "type": "Identifier", "name": "id", "range": [ - 26988, - 26990 + 26706, + 26708 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 16 }, "end": { - "line": 748, + "line": 742, "column": 18 } } }, "range": [ - 26984, - 26990 + 26702, + 26708 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 18 } } @@ -63531,32 +62805,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26991, - 27007 + 26709, + 26725 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 19 }, "end": { - "line": 748, + "line": 742, "column": 35 } } } ], "range": [ - 26984, - 27008 + 26702, + 26726 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 36 } } @@ -63565,31 +62839,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27009, - 27020 + 26727, + 26738 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 37 }, "end": { - "line": 748, + "line": 742, "column": 48 } } }, "range": [ - 26984, - 27020 + 26702, + 26738 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 48 } } @@ -63599,47 +62873,47 @@ "type": "Identifier", "name": "inp", "range": [ - 27021, - 27024 + 26739, + 26742 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 49 }, "end": { - "line": 748, + "line": 742, "column": 52 } } } ], "range": [ - 26984, - 27025 + 26702, + 26743 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 53 } } }, "range": [ - 26984, - 27026 + 26702, + 26744 ], "loc": { "start": { - "line": 748, + "line": 742, "column": 12 }, "end": { - "line": 748, + "line": 742, "column": 54 } } @@ -63657,16 +62931,16 @@ "object": { "type": "ThisExpression", "range": [ - 27039, - 27043 + 26757, + 26761 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 16 } } @@ -63675,31 +62949,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 27044, - 27058 + 26762, + 26776 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 17 }, "end": { - "line": 749, + "line": 743, "column": 31 } } }, "range": [ - 27039, - 27058 + 26757, + 26776 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 31 } } @@ -63708,31 +62982,31 @@ "type": "Identifier", "name": "push", "range": [ - 27059, - 27063 + 26777, + 26781 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 32 }, "end": { - "line": 749, + "line": 743, "column": 36 } } }, "range": [ - 27039, - 27063 + 26757, + 26781 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 36 } } @@ -63742,63 +63016,63 @@ "type": "Identifier", "name": "inp", "range": [ - 27064, - 27067 + 26782, + 26785 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 37 }, "end": { - "line": 749, + "line": 743, "column": 40 } } } ], "range": [ - 27039, - 27068 + 26757, + 26786 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 41 } } }, "range": [ - 27039, - 27069 + 26757, + 26787 ], "loc": { "start": { - "line": 749, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 743, "column": 42 } } } ], "range": [ - 26970, - 27079 + 26688, + 26797 ], "loc": { "start": { - "line": 747, + "line": 741, "column": 30 }, "end": { - "line": 750, + "line": 744, "column": 9 } } @@ -63817,16 +63091,16 @@ "type": "Identifier", "name": "container", "range": [ - 27099, - 27108 + 26817, + 26826 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 12 }, "end": { - "line": 751, + "line": 745, "column": 21 } } @@ -63835,31 +63109,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27109, - 27120 + 26827, + 26838 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 22 }, "end": { - "line": 751, + "line": 745, "column": 33 } } }, "range": [ - 27099, - 27120 + 26817, + 26838 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 12 }, "end": { - "line": 751, + "line": 745, "column": 33 } } @@ -63869,78 +63143,78 @@ "type": "Identifier", "name": "inp", "range": [ - 27121, - 27124 + 26839, + 26842 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 34 }, "end": { - "line": 751, + "line": 745, "column": 37 } } } ], "range": [ - 27099, - 27125 + 26817, + 26843 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 12 }, "end": { - "line": 751, + "line": 745, "column": 38 } } }, "range": [ - 27099, - 27126 + 26817, + 26844 ], "loc": { "start": { - "line": 751, + "line": 745, "column": 12 }, "end": { - "line": 751, + "line": 745, "column": 39 } } } ], "range": [ - 27085, - 27136 + 26803, + 26854 ], "loc": { "start": { - "line": 750, + "line": 744, "column": 15 }, "end": { - "line": 752, + "line": 746, "column": 9 } } }, "range": [ - 26948, - 27136 + 26666, + 26854 ], "loc": { "start": { - "line": 747, + "line": 741, "column": 8 }, "end": { - "line": 752, + "line": 746, "column": 9 } }, @@ -63949,16 +63223,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26901, - 26939 + 26619, + 26657 ], "loc": { "start": { - "line": 746, + "line": 740, "column": 8 }, "end": { - "line": 746, + "line": 740, "column": 46 } } @@ -63978,16 +63252,16 @@ "object": { "type": "ThisExpression", "range": [ - 27146, - 27150 + 26864, + 26868 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 12 } } @@ -63996,31 +63270,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 27151, - 27157 + 26869, + 26875 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 13 }, "end": { - "line": 754, + "line": 748, "column": 19 } } }, "range": [ - 27146, - 27157 + 26864, + 26875 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 19 } } @@ -64029,31 +63303,31 @@ "type": "Identifier", "name": "push", "range": [ - 27158, - 27162 + 26876, + 26880 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 20 }, "end": { - "line": 754, + "line": 748, "column": 24 } } }, "range": [ - 27146, - 27162 + 26864, + 26880 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 24 } } @@ -64066,16 +63340,16 @@ "type": "Identifier", "name": "inp", "range": [ - 27163, - 27166 + 26881, + 26884 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 25 }, "end": { - "line": 754, + "line": 748, "column": 28 } } @@ -64084,62 +63358,62 @@ "type": "Identifier", "name": "id", "range": [ - 27167, - 27169 + 26885, + 26887 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 29 }, "end": { - "line": 754, + "line": 748, "column": 31 } } }, "range": [ - 27163, - 27169 + 26881, + 26887 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 25 }, "end": { - "line": 754, + "line": 748, "column": 31 } } } ], "range": [ - 27146, - 27170 + 26864, + 26888 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 32 } } }, "range": [ - 27146, - 27171 + 26864, + 26889 ], "loc": { "start": { - "line": 754, + "line": 748, "column": 8 }, "end": { - "line": 754, + "line": 748, "column": 33 } } @@ -64155,16 +63429,16 @@ "type": "Identifier", "name": "Event", "range": [ - 27181, - 27186 + 26899, + 26904 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 13 } } @@ -64173,31 +63447,31 @@ "type": "Identifier", "name": "add", "range": [ - 27187, - 27190 + 26905, + 26908 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 14 }, "end": { - "line": 756, + "line": 750, "column": 17 } } }, "range": [ - 27181, - 27190 + 26899, + 26908 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 17 } } @@ -64207,16 +63481,16 @@ "type": "Identifier", "name": "inp", "range": [ - 27191, - 27194 + 26909, + 26912 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 18 }, "end": { - "line": 756, + "line": 750, "column": 21 } } @@ -64226,16 +63500,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 27196, - 27206 + 26914, + 26924 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 23 }, "end": { - "line": 756, + "line": 750, "column": 33 } } @@ -64248,16 +63522,16 @@ "type": "Identifier", "name": "evt", "range": [ - 27209, - 27212 + 26927, + 26930 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 36 }, "end": { - "line": 756, + "line": 750, "column": 39 } } @@ -64271,16 +63545,16 @@ "object": { "type": "ThisExpression", "range": [ - 27217, - 27221 + 26935, + 26939 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 44 }, "end": { - "line": 756, + "line": 750, "column": 48 } } @@ -64289,31 +63563,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 27222, - 27231 + 26940, + 26949 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 49 }, "end": { - "line": 756, + "line": 750, "column": 58 } } }, "range": [ - 27217, - 27231 + 26935, + 26949 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 44 }, "end": { - "line": 756, + "line": 750, "column": 58 } } @@ -64323,32 +63597,32 @@ "type": "Identifier", "name": "evt", "range": [ - 27232, - 27235 + 26950, + 26953 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 59 }, "end": { - "line": 756, + "line": 750, "column": 62 } } } ], "range": [ - 27217, - 27236 + 26935, + 26954 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 44 }, "end": { - "line": 756, + "line": 750, "column": 63 } } @@ -64356,47 +63630,47 @@ "generator": false, "expression": true, "range": [ - 27208, - 27236 + 26926, + 26954 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 35 }, "end": { - "line": 756, + "line": 750, "column": 63 } } } ], "range": [ - 27181, - 27237 + 26899, + 26955 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 64 } } }, "range": [ - 27181, - 27238 + 26899, + 26956 ], "loc": { "start": { - "line": 756, + "line": 750, "column": 8 }, "end": { - "line": 756, + "line": 750, "column": 65 } } @@ -64412,16 +63686,16 @@ "type": "Identifier", "name": "Event", "range": [ - 27247, - 27252 + 26965, + 26970 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 13 } } @@ -64430,31 +63704,31 @@ "type": "Identifier", "name": "add", "range": [ - 27253, - 27256 + 26971, + 26974 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 14 }, "end": { - "line": 757, + "line": 751, "column": 17 } } }, "range": [ - 27247, - 27256 + 26965, + 26974 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 17 } } @@ -64464,16 +63738,16 @@ "type": "Identifier", "name": "inp", "range": [ - 27257, - 27260 + 26975, + 26978 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 18 }, "end": { - "line": 757, + "line": 751, "column": 21 } } @@ -64483,16 +63757,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 27262, - 27271 + 26980, + 26989 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 23 }, "end": { - "line": 757, + "line": 751, "column": 32 } } @@ -64509,16 +63783,16 @@ "object": { "type": "ThisExpression", "range": [ - 27279, - 27283 + 26997, + 27001 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 40 }, "end": { - "line": 757, + "line": 751, "column": 44 } } @@ -64527,47 +63801,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 27284, - 27293 + 27002, + 27011 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 45 }, "end": { - "line": 757, + "line": 751, "column": 54 } } }, "range": [ - 27279, - 27293 + 26997, + 27011 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 40 }, "end": { - "line": 757, + "line": 751, "column": 54 } } }, "arguments": [], "range": [ - 27279, - 27295 + 26997, + 27013 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 40 }, "end": { - "line": 757, + "line": 751, "column": 56 } } @@ -64575,47 +63849,47 @@ "generator": false, "expression": true, "range": [ - 27273, - 27295 + 26991, + 27013 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 34 }, "end": { - "line": 757, + "line": 751, "column": 56 } } } ], "range": [ - 27247, - 27296 + 26965, + 27014 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 57 } } }, "range": [ - 27247, - 27297 + 26965, + 27015 ], "loc": { "start": { - "line": 757, + "line": 751, "column": 8 }, "end": { - "line": 757, + "line": 751, "column": 58 } } @@ -64631,16 +63905,16 @@ "type": "Identifier", "name": "Event", "range": [ - 27306, - 27311 + 27024, + 27029 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 13 } } @@ -64649,31 +63923,31 @@ "type": "Identifier", "name": "add", "range": [ - 27312, - 27315 + 27030, + 27033 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 14 }, "end": { - "line": 758, + "line": 752, "column": 17 } } }, "range": [ - 27306, - 27315 + 27024, + 27033 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 17 } } @@ -64683,16 +63957,16 @@ "type": "Identifier", "name": "inp", "range": [ - 27316, - 27319 + 27034, + 27037 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 18 }, "end": { - "line": 758, + "line": 752, "column": 21 } } @@ -64702,16 +63976,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 27321, - 27328 + 27039, + 27046 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 23 }, "end": { - "line": 758, + "line": 752, "column": 30 } } @@ -64724,16 +63998,16 @@ "type": "Identifier", "name": "evt", "range": [ - 27331, - 27334 + 27049, + 27052 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 33 }, "end": { - "line": 758, + "line": 752, "column": 36 } } @@ -64747,16 +64021,16 @@ "object": { "type": "ThisExpression", "range": [ - 27339, - 27343 + 27057, + 27061 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 41 }, "end": { - "line": 758, + "line": 752, "column": 45 } } @@ -64765,31 +64039,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 27344, - 27351 + 27062, + 27069 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 46 }, "end": { - "line": 758, + "line": 752, "column": 53 } } }, "range": [ - 27339, - 27351 + 27057, + 27069 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 41 }, "end": { - "line": 758, + "line": 752, "column": 53 } } @@ -64799,32 +64073,32 @@ "type": "Identifier", "name": "evt", "range": [ - 27352, - 27355 + 27070, + 27073 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 54 }, "end": { - "line": 758, + "line": 752, "column": 57 } } } ], "range": [ - 27339, - 27356 + 27057, + 27074 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 41 }, "end": { - "line": 758, + "line": 752, "column": 58 } } @@ -64832,47 +64106,47 @@ "generator": false, "expression": true, "range": [ - 27330, - 27356 + 27048, + 27074 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 32 }, "end": { - "line": 758, + "line": 752, "column": 58 } } } ], "range": [ - 27306, - 27357 + 27024, + 27075 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 59 } } }, "range": [ - 27306, - 27358 + 27024, + 27076 ], "loc": { "start": { - "line": 758, + "line": 752, "column": 8 }, "end": { - "line": 758, + "line": 752, "column": 60 } } @@ -64888,16 +64162,16 @@ "type": "Identifier", "name": "Event", "range": [ - 27367, - 27372 + 27085, + 27090 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 13 } } @@ -64906,31 +64180,31 @@ "type": "Identifier", "name": "add", "range": [ - 27373, - 27376 + 27091, + 27094 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 14 }, "end": { - "line": 759, + "line": 753, "column": 17 } } }, "range": [ - 27367, - 27376 + 27085, + 27094 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 17 } } @@ -64940,16 +64214,16 @@ "type": "Identifier", "name": "inp", "range": [ - 27377, - 27380 + 27095, + 27098 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 18 }, "end": { - "line": 759, + "line": 753, "column": 21 } } @@ -64959,16 +64233,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 27382, - 27388 + 27100, + 27106 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 23 }, "end": { - "line": 759, + "line": 753, "column": 29 } } @@ -64985,16 +64259,16 @@ "object": { "type": "ThisExpression", "range": [ - 27396, - 27400 + 27114, + 27118 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 37 }, "end": { - "line": 759, + "line": 753, "column": 41 } } @@ -65003,47 +64277,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 27401, - 27410 + 27119, + 27128 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 42 }, "end": { - "line": 759, + "line": 753, "column": 51 } } }, "range": [ - 27396, - 27410 + 27114, + 27128 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 37 }, "end": { - "line": 759, + "line": 753, "column": 51 } } }, "arguments": [], "range": [ - 27396, - 27412 + 27114, + 27130 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 37 }, "end": { - "line": 759, + "line": 753, "column": 53 } } @@ -65051,63 +64325,63 @@ "generator": false, "expression": true, "range": [ - 27390, - 27412 + 27108, + 27130 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 31 }, "end": { - "line": 759, + "line": 753, "column": 53 } } } ], "range": [ - 27367, - 27413 + 27085, + 27131 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 54 } } }, "range": [ - 27367, - 27414 + 27085, + 27132 ], "loc": { "start": { - "line": 759, + "line": 753, "column": 8 }, "end": { - "line": 759, + "line": 753, "column": 55 } } } ], "range": [ - 26161, - 27420 + 25899, + 27138 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 53 }, "end": { - "line": 760, + "line": 754, "column": 5 } } @@ -65115,16 +64389,16 @@ "generator": false, "expression": false, "range": [ - 26129, - 27420 + 25867, + 27138 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 21 }, "end": { - "line": 760, + "line": 754, "column": 5 } } @@ -65132,16 +64406,16 @@ "kind": "method", "computed": false, "range": [ - 26112, - 27420 + 25850, + 27138 ], "loc": { "start": { - "line": 728, + "line": 722, "column": 4 }, "end": { - "line": 760, + "line": 754, "column": 5 } }, @@ -65150,16 +64424,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 25888, - 26107 + 25626, + 25845 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 4 }, "end": { - "line": 727, + "line": 721, "column": 7 } } @@ -65170,16 +64444,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 27426, - 27575 + 27144, + 27293 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 4 }, "end": { - "line": 766, + "line": 760, "column": 7 } } @@ -65193,16 +64467,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 27580, - 27598 + 27298, + 27316 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 4 }, "end": { - "line": 767, + "line": 761, "column": 22 } } @@ -65215,16 +64489,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27599, - 27607 + 27317, + 27325 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 23 }, "end": { - "line": 767, + "line": 761, "column": 31 } } @@ -65233,16 +64507,16 @@ "type": "Identifier", "name": "container", "range": [ - 27609, - 27618 + 27327, + 27336 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 33 }, "end": { - "line": 767, + "line": 761, "column": 42 } } @@ -65260,16 +64534,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27634, - 27650 + 27352, + 27368 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 12 }, "end": { - "line": 768, + "line": 762, "column": 28 } } @@ -65282,16 +64556,16 @@ "object": { "type": "ThisExpression", "range": [ - 27653, - 27657 + 27371, + 27375 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 31 }, "end": { - "line": 768, + "line": 762, "column": 35 } } @@ -65300,31 +64574,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 27658, - 27671 + 27376, + 27389 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 36 }, "end": { - "line": 768, + "line": 762, "column": 49 } } }, "range": [ - 27653, - 27671 + 27371, + 27389 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 31 }, "end": { - "line": 768, + "line": 762, "column": 49 } } @@ -65338,16 +64612,16 @@ "object": { "type": "ThisExpression", "range": [ - 27686, - 27690 + 27404, + 27408 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 12 }, "end": { - "line": 769, + "line": 763, "column": 16 } } @@ -65356,31 +64630,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 27691, - 27708 + 27409, + 27426 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 17 }, "end": { - "line": 769, + "line": 763, "column": 34 } } }, "range": [ - 27686, - 27708 + 27404, + 27426 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 12 }, "end": { - "line": 769, + "line": 763, "column": 34 } } @@ -65389,31 +64663,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27709, - 27717 + 27427, + 27435 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 35 }, "end": { - "line": 769, + "line": 763, "column": 43 } } }, "range": [ - 27686, - 27718 + 27404, + 27436 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 12 }, "end": { - "line": 769, + "line": 763, "column": 44 } } @@ -65423,46 +64697,46 @@ "value": null, "raw": "null", "range": [ - 27721, - 27725 + 27439, + 27443 ], "loc": { "start": { - "line": 769, + "line": 763, "column": 47 }, "end": { - "line": 769, + "line": 763, "column": 51 } } }, "range": [ - 27653, - 27725 + 27371, + 27443 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 31 }, "end": { - "line": 769, + "line": 763, "column": 51 } } }, "range": [ - 27634, - 27725 + 27352, + 27443 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 12 }, "end": { - "line": 769, + "line": 763, "column": 51 } } @@ -65470,16 +64744,16 @@ ], "kind": "let", "range": [ - 27630, - 27726 + 27348, + 27444 ], "loc": { "start": { - "line": 768, + "line": 762, "column": 8 }, "end": { - "line": 769, + "line": 763, "column": 52 } } @@ -65493,16 +64767,16 @@ "type": "Identifier", "name": "btn", "range": [ - 27739, - 27742 + 27457, + 27460 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 12 }, "end": { - "line": 770, + "line": 764, "column": 15 } } @@ -65516,16 +64790,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 27745, - 27748 + 27463, + 27466 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 18 }, "end": { - "line": 770, + "line": 764, "column": 21 } } @@ -65534,86 +64808,51 @@ "type": "Identifier", "name": "create", "range": [ - 27749, - 27755 + 27467, + 27473 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 22 }, "end": { - "line": 770, + "line": 764, "column": 28 } } }, "range": [ - 27745, - 27755 + 27463, + 27473 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 18 }, "end": { - "line": 770, + "line": 764, "column": 28 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 27756, - 27760 - ], - "loc": { - "start": { - "line": 770, - "column": 29 - }, - "end": { - "line": 770, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 27761, - 27771 - ], - "loc": { - "start": { - "line": 770, - "column": 34 - }, - "end": { - "line": 770, - "column": 44 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 27756, - 27771 + 27474, + 27479 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 29 }, "end": { - "line": 770, - "column": 44 + "line": 764, + "column": 34 } } }, @@ -65625,16 +64864,16 @@ "value": "id", "raw": "'id'", "range": [ - 27786, - 27790 + 27494, + 27498 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 13 }, "end": { - "line": 771, + "line": 765, "column": 17 } } @@ -65654,16 +64893,16 @@ "object": { "type": "ThisExpression", "range": [ - 27792, - 27796 + 27500, + 27504 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 19 }, "end": { - "line": 771, + "line": 765, "column": 23 } } @@ -65672,31 +64911,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 27797, - 27810 + 27505, + 27518 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 24 }, "end": { - "line": 771, + "line": 765, "column": 37 } } }, "range": [ - 27792, - 27810 + 27500, + 27518 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 19 }, "end": { - "line": 771, + "line": 765, "column": 37 } } @@ -65705,31 +64944,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27813, - 27821 + 27521, + 27529 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 40 }, "end": { - "line": 771, + "line": 765, "column": 48 } } }, "range": [ - 27792, - 27821 + 27500, + 27529 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 19 }, "end": { - "line": 771, + "line": 765, "column": 48 } } @@ -65739,31 +64978,31 @@ "value": "_", "raw": "'_'", "range": [ - 27824, - 27827 + 27532, + 27535 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 51 }, "end": { - "line": 771, + "line": 765, "column": 54 } } }, "range": [ - 27792, - 27827 + 27500, + 27535 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 19 }, "end": { - "line": 771, + "line": 765, "column": 54 } } @@ -65774,16 +65013,16 @@ "object": { "type": "ThisExpression", "range": [ - 27830, - 27834 + 27538, + 27542 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 57 }, "end": { - "line": 771, + "line": 765, "column": 61 } } @@ -65792,62 +65031,62 @@ "type": "Identifier", "name": "id", "range": [ - 27835, - 27837 + 27543, + 27545 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 62 }, "end": { - "line": 771, + "line": 765, "column": 64 } } }, "range": [ - 27830, - 27837 + 27538, + 27545 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 57 }, "end": { - "line": 771, + "line": 765, "column": 64 } } }, "range": [ - 27792, - 27837 + 27500, + 27545 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 19 }, "end": { - "line": 771, + "line": 765, "column": 64 } } } ], "range": [ - 27785, - 27838 + 27493, + 27546 ], "loc": { "start": { - "line": 771, + "line": 765, "column": 12 }, "end": { - "line": 771, + "line": 765, "column": 65 } } @@ -65860,16 +65099,16 @@ "value": "type", "raw": "'type'", "range": [ - 27853, - 27859 + 27561, + 27567 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 13 }, "end": { - "line": 772, + "line": 766, "column": 19 } } @@ -65879,32 +65118,32 @@ "value": "button", "raw": "'button'", "range": [ - 27861, - 27869 + 27569, + 27577 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 21 }, "end": { - "line": 772, + "line": 766, "column": 29 } } } ], "range": [ - 27852, - 27870 + 27560, + 27578 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 12 }, "end": { - "line": 772, + "line": 766, "column": 30 } } @@ -65917,16 +65156,16 @@ "value": "value", "raw": "'value'", "range": [ - 27873, - 27880 + 27581, + 27588 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 33 }, "end": { - "line": 772, + "line": 766, "column": 40 } } @@ -65937,16 +65176,16 @@ "object": { "type": "ThisExpression", "range": [ - 27882, - 27886 + 27590, + 27594 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 42 }, "end": { - "line": 772, + "line": 766, "column": 46 } } @@ -65955,78 +65194,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 27887, - 27894 + 27595, + 27602 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 47 }, "end": { - "line": 772, + "line": 766, "column": 54 } } }, "range": [ - 27882, - 27894 + 27590, + 27602 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 42 }, "end": { - "line": 772, + "line": 766, "column": 54 } } } ], "range": [ - 27872, - 27895 + 27580, + 27603 ], "loc": { "start": { - "line": 772, + "line": 766, "column": 32 }, "end": { - "line": 772, + "line": 766, "column": 55 } } } ], "range": [ - 27745, - 27896 + 27463, + 27604 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 18 }, "end": { - "line": 772, + "line": 766, "column": 56 } } }, "range": [ - 27739, - 27896 + 27457, + 27604 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 12 }, "end": { - "line": 772, + "line": 766, "column": 56 } } @@ -66034,16 +65273,16 @@ ], "kind": "let", "range": [ - 27735, - 27897 + 27453, + 27605 ], "loc": { "start": { - "line": 770, + "line": 764, "column": 8 }, "end": { - "line": 772, + "line": 766, "column": 57 } } @@ -66060,16 +65299,16 @@ "type": "Identifier", "name": "btn", "range": [ - 27906, - 27909 + 27614, + 27617 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 8 }, "end": { - "line": 773, + "line": 767, "column": 11 } } @@ -66078,31 +65317,31 @@ "type": "Identifier", "name": "className", "range": [ - 27910, - 27919 + 27618, + 27627 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 12 }, "end": { - "line": 773, + "line": 767, "column": 21 } } }, "range": [ - 27906, - 27919 + 27614, + 27627 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 8 }, "end": { - "line": 773, + "line": 767, "column": 21 } } @@ -66113,16 +65352,16 @@ "object": { "type": "ThisExpression", "range": [ - 27922, - 27926 + 27630, + 27634 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 24 }, "end": { - "line": 773, + "line": 767, "column": 28 } } @@ -66131,61 +65370,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 27927, - 27938 + 27635, + 27646 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 29 }, "end": { - "line": 773, + "line": 767, "column": 40 } } }, "range": [ - 27922, - 27938 + 27630, + 27646 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 24 }, "end": { - "line": 773, + "line": 767, "column": 40 } } }, "range": [ - 27906, - 27938 + 27614, + 27646 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 8 }, "end": { - "line": 773, + "line": 767, "column": 40 } } }, "range": [ - 27906, - 27939 + 27614, + 27647 ], "loc": { "start": { - "line": 773, + "line": 767, "column": 8 }, "end": { - "line": 773, + "line": 767, "column": 41 } }, @@ -66194,16 +65433,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27949, - 27987 + 27657, + 27695 ], "loc": { "start": { - "line": 775, + "line": 769, "column": 8 }, "end": { - "line": 775, + "line": 769, "column": 46 } } @@ -66216,16 +65455,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28000, - 28016 + 27708, + 27724 ], "loc": { "start": { - "line": 776, + "line": 770, "column": 12 }, "end": { - "line": 776, + "line": 770, "column": 28 } } @@ -66249,16 +65488,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 28032, - 28035 + 27740, + 27743 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 15 } } @@ -66267,31 +65506,31 @@ "type": "Identifier", "name": "id", "range": [ - 28036, - 28038 + 27744, + 27746 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 16 }, "end": { - "line": 777, + "line": 771, "column": 18 } } }, "range": [ - 28032, - 28038 + 27740, + 27746 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 18 } } @@ -66301,32 +65540,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28039, - 28055 + 27747, + 27763 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 19 }, "end": { - "line": 777, + "line": 771, "column": 35 } } } ], "range": [ - 28032, - 28056 + 27740, + 27764 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 36 } } @@ -66335,31 +65574,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 28057, - 28068 + 27765, + 27776 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 37 }, "end": { - "line": 777, + "line": 771, "column": 48 } } }, "range": [ - 28032, - 28068 + 27740, + 27776 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 48 } } @@ -66369,63 +65608,63 @@ "type": "Identifier", "name": "btn", "range": [ - 28069, - 28072 + 27777, + 27780 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 49 }, "end": { - "line": 777, + "line": 771, "column": 52 } } } ], "range": [ - 28032, - 28073 + 27740, + 27781 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 53 } } }, "range": [ - 28032, - 28074 + 27740, + 27782 ], "loc": { "start": { - "line": 777, + "line": 771, "column": 12 }, "end": { - "line": 777, + "line": 771, "column": 54 } } } ], "range": [ - 28018, - 28084 + 27726, + 27792 ], "loc": { "start": { - "line": 776, + "line": 770, "column": 30 }, "end": { - "line": 778, + "line": 772, "column": 9 } } @@ -66444,16 +65683,16 @@ "type": "Identifier", "name": "container", "range": [ - 28104, - 28113 + 27812, + 27821 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 12 }, "end": { - "line": 779, + "line": 773, "column": 21 } } @@ -66462,31 +65701,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 28114, - 28125 + 27822, + 27833 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 22 }, "end": { - "line": 779, + "line": 773, "column": 33 } } }, "range": [ - 28104, - 28125 + 27812, + 27833 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 12 }, "end": { - "line": 779, + "line": 773, "column": 33 } } @@ -66496,78 +65735,78 @@ "type": "Identifier", "name": "btn", "range": [ - 28126, - 28129 + 27834, + 27837 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 34 }, "end": { - "line": 779, + "line": 773, "column": 37 } } } ], "range": [ - 28104, - 28130 + 27812, + 27838 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 12 }, "end": { - "line": 779, + "line": 773, "column": 38 } } }, "range": [ - 28104, - 28131 + 27812, + 27839 ], "loc": { "start": { - "line": 779, + "line": 773, "column": 12 }, "end": { - "line": 779, + "line": 773, "column": 39 } } } ], "range": [ - 28090, - 28141 + 27798, + 27849 ], "loc": { "start": { - "line": 778, + "line": 772, "column": 15 }, "end": { - "line": 780, + "line": 774, "column": 9 } } }, "range": [ - 27996, - 28141 + 27704, + 27849 ], "loc": { "start": { - "line": 776, + "line": 770, "column": 8 }, "end": { - "line": 780, + "line": 774, "column": 9 } }, @@ -66576,16 +65815,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27949, - 27987 + 27657, + 27695 ], "loc": { "start": { - "line": 775, + "line": 769, "column": 8 }, "end": { - "line": 775, + "line": 769, "column": 46 } } @@ -66603,16 +65842,16 @@ "type": "Identifier", "name": "Event", "range": [ - 28151, - 28156 + 27859, + 27864 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 8 }, "end": { - "line": 782, + "line": 776, "column": 13 } } @@ -66621,31 +65860,31 @@ "type": "Identifier", "name": "add", "range": [ - 28157, - 28160 + 27865, + 27868 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 14 }, "end": { - "line": 782, + "line": 776, "column": 17 } } }, "range": [ - 28151, - 28160 + 27859, + 27868 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 8 }, "end": { - "line": 782, + "line": 776, "column": 17 } } @@ -66655,16 +65894,16 @@ "type": "Identifier", "name": "btn", "range": [ - 28161, - 28164 + 27869, + 27872 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 18 }, "end": { - "line": 782, + "line": 776, "column": 21 } } @@ -66674,16 +65913,16 @@ "value": "click", "raw": "'click'", "range": [ - 28166, - 28173 + 27874, + 27881 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 23 }, "end": { - "line": 782, + "line": 776, "column": 30 } } @@ -66700,16 +65939,16 @@ "object": { "type": "ThisExpression", "range": [ - 28181, - 28185 + 27889, + 27893 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 38 }, "end": { - "line": 782, + "line": 776, "column": 42 } } @@ -66718,47 +65957,47 @@ "type": "Identifier", "name": "filter", "range": [ - 28186, - 28192 + 27894, + 27900 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 43 }, "end": { - "line": 782, + "line": 776, "column": 49 } } }, "range": [ - 28181, - 28192 + 27889, + 27900 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 38 }, "end": { - "line": 782, + "line": 776, "column": 49 } } }, "arguments": [], "range": [ - 28181, - 28194 + 27889, + 27902 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 38 }, "end": { - "line": 782, + "line": 776, "column": 51 } } @@ -66766,63 +66005,63 @@ "generator": false, "expression": true, "range": [ - 28175, - 28194 + 27883, + 27902 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 32 }, "end": { - "line": 782, + "line": 776, "column": 51 } } } ], "range": [ - 28151, - 28195 + 27859, + 27903 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 8 }, "end": { - "line": 782, + "line": 776, "column": 52 } } }, "range": [ - 28151, - 28196 + 27859, + 27904 ], "loc": { "start": { - "line": 782, + "line": 776, "column": 8 }, "end": { - "line": 782, + "line": 776, "column": 53 } } } ], "range": [ - 27620, - 28202 + 27338, + 27910 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 44 }, "end": { - "line": 783, + "line": 777, "column": 5 } } @@ -66830,16 +66069,16 @@ "generator": false, "expression": false, "range": [ - 27598, - 28202 + 27316, + 27910 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 22 }, "end": { - "line": 783, + "line": 777, "column": 5 } } @@ -66847,16 +66086,16 @@ "kind": "method", "computed": false, "range": [ - 27580, - 28202 + 27298, + 27910 ], "loc": { "start": { - "line": 767, + "line": 761, "column": 4 }, "end": { - "line": 783, + "line": 777, "column": 5 } }, @@ -66865,16 +66104,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 27426, - 27575 + 27144, + 27293 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 4 }, "end": { - "line": 766, + "line": 760, "column": 7 } } @@ -66885,16 +66124,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 28208, - 28342 + 27916, + 28050 ], "loc": { "start": { - "line": 785, + "line": 779, "column": 4 }, "end": { - "line": 789, + "line": 783, "column": 7 } } @@ -66908,16 +66147,16 @@ "type": "Identifier", "name": "feature", "range": [ - 28347, - 28354 + 28055, + 28062 ], "loc": { "start": { - "line": 790, + "line": 784, "column": 4 }, "end": { - "line": 790, + "line": 784, "column": 11 } } @@ -66930,16 +66169,16 @@ "type": "Identifier", "name": "name", "range": [ - 28355, - 28359 + 28063, + 28067 ], "loc": { "start": { - "line": 790, + "line": 784, "column": 12 }, "end": { - "line": 790, + "line": 784, "column": 16 } } @@ -66959,16 +66198,16 @@ "object": { "type": "ThisExpression", "range": [ - 28378, - 28382 + 28086, + 28090 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 15 }, "end": { - "line": 791, + "line": 785, "column": 19 } } @@ -66977,31 +66216,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 28383, - 28386 + 28091, + 28094 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 20 }, "end": { - "line": 791, + "line": 785, "column": 23 } } }, "range": [ - 28378, - 28386 + 28086, + 28094 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 15 }, "end": { - "line": 791, + "line": 785, "column": 23 } } @@ -67010,62 +66249,62 @@ "type": "Identifier", "name": "name", "range": [ - 28387, - 28391 + 28095, + 28099 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 24 }, "end": { - "line": 791, + "line": 785, "column": 28 } } }, "range": [ - 28378, - 28392 + 28086, + 28100 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 15 }, "end": { - "line": 791, + "line": 785, "column": 29 } } }, "range": [ - 28371, - 28393 + 28079, + 28101 ], "loc": { "start": { - "line": 791, + "line": 785, "column": 8 }, "end": { - "line": 791, + "line": 785, "column": 30 } } } ], "range": [ - 28361, - 28399 + 28069, + 28107 ], "loc": { "start": { - "line": 790, + "line": 784, "column": 18 }, "end": { - "line": 792, + "line": 786, "column": 5 } } @@ -67073,16 +66312,16 @@ "generator": false, "expression": false, "range": [ - 28354, - 28399 + 28062, + 28107 ], "loc": { "start": { - "line": 790, + "line": 784, "column": 11 }, "end": { - "line": 792, + "line": 786, "column": 5 } } @@ -67090,16 +66329,16 @@ "kind": "method", "computed": false, "range": [ - 28347, - 28399 + 28055, + 28107 ], "loc": { "start": { - "line": 790, + "line": 784, "column": 4 }, "end": { - "line": 792, + "line": 786, "column": 5 } }, @@ -67108,16 +66347,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 28208, - 28342 + 27916, + 28050 ], "loc": { "start": { - "line": 785, + "line": 779, "column": 4 }, "end": { - "line": 789, + "line": 783, "column": 7 } } @@ -67128,16 +66367,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 28405, - 28489 + 28113, + 28197 ], "loc": { "start": { - "line": 794, + "line": 788, "column": 4 }, "end": { - "line": 796, + "line": 790, "column": 7 } } @@ -67151,16 +66390,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 28494, - 28508 + 28202, + 28216 ], "loc": { "start": { - "line": 797, + "line": 791, "column": 4 }, "end": { - "line": 797, + "line": 791, "column": 18 } } @@ -67181,16 +66420,16 @@ "type": "Identifier", "name": "exts", "range": [ - 28525, - 28529 + 28233, + 28237 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 12 }, "end": { - "line": 798, + "line": 792, "column": 16 } } @@ -67201,16 +66440,16 @@ "object": { "type": "ThisExpression", "range": [ - 28532, - 28536 + 28240, + 28244 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 19 }, "end": { - "line": 798, + "line": 792, "column": 23 } } @@ -67219,46 +66458,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 28537, - 28547 + 28245, + 28255 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 24 }, "end": { - "line": 798, + "line": 792, "column": 34 } } }, "range": [ - 28532, - 28547 + 28240, + 28255 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 19 }, "end": { - "line": 798, + "line": 792, "column": 34 } } }, "range": [ - 28525, - 28547 + 28233, + 28255 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 12 }, "end": { - "line": 798, + "line": 792, "column": 34 } } @@ -67266,16 +66505,16 @@ ], "kind": "let", "range": [ - 28521, - 28548 + 28229, + 28256 ], "loc": { "start": { - "line": 798, + "line": 792, "column": 8 }, "end": { - "line": 798, + "line": 792, "column": 35 } }, @@ -67284,16 +66523,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 28557, - 28610 + 28265, + 28318 ], "loc": { "start": { - "line": 799, + "line": 793, "column": 8 }, "end": { - "line": 799, + "line": 793, "column": 61 } } @@ -67309,16 +66548,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 28619, - 28642 + 28327, + 28350 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 8 }, "end": { - "line": 800, + "line": 794, "column": 31 } } @@ -67329,16 +66568,16 @@ "object": { "type": "ThisExpression", "range": [ - 28645, - 28649 + 28353, + 28357 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 34 }, "end": { - "line": 800, + "line": 794, "column": 38 } } @@ -67347,61 +66586,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 28650, - 28658 + 28358, + 28366 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 39 }, "end": { - "line": 800, + "line": 794, "column": 47 } } }, "range": [ - 28645, - 28658 + 28353, + 28366 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 34 }, "end": { - "line": 800, + "line": 794, "column": 47 } } }, "range": [ - 28619, - 28658 + 28327, + 28366 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 8 }, "end": { - "line": 800, + "line": 794, "column": 47 } } }, "range": [ - 28619, - 28659 + 28327, + 28367 ], "loc": { "start": { - "line": 800, + "line": 794, "column": 8 }, "end": { - "line": 800, + "line": 794, "column": 48 } }, @@ -67410,16 +66649,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 28557, - 28610 + 28265, + 28318 ], "loc": { "start": { - "line": 799, + "line": 793, "column": 8 }, "end": { - "line": 799, + "line": 793, "column": 61 } } @@ -67439,16 +66678,16 @@ "object": { "type": "ThisExpression", "range": [ - 28669, - 28673 + 28377, + 28381 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 8 }, "end": { - "line": 802, + "line": 796, "column": 12 } } @@ -67457,31 +66696,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 28674, - 28681 + 28382, + 28389 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 13 }, "end": { - "line": 802, + "line": 796, "column": 20 } } }, "range": [ - 28669, - 28681 + 28377, + 28389 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 8 }, "end": { - "line": 802, + "line": 796, "column": 20 } } @@ -67490,31 +66729,31 @@ "type": "Identifier", "name": "emit", "range": [ - 28682, - 28686 + 28390, + 28394 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 21 }, "end": { - "line": 802, + "line": 796, "column": 25 } } }, "range": [ - 28669, - 28686 + 28377, + 28394 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 8 }, "end": { - "line": 802, + "line": 796, "column": 25 } } @@ -67525,16 +66764,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 28687, - 28714 + 28395, + 28422 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 26 }, "end": { - "line": 802, + "line": 796, "column": 53 } } @@ -67542,47 +66781,47 @@ { "type": "ThisExpression", "range": [ - 28716, - 28720 + 28424, + 28428 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 55 }, "end": { - "line": 802, + "line": 796, "column": 59 } } } ], "range": [ - 28669, - 28721 + 28377, + 28429 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 8 }, "end": { - "line": 802, + "line": 796, "column": 60 } } }, "range": [ - 28669, - 28722 + 28377, + 28430 ], "loc": { "start": { - "line": 802, + "line": 796, "column": 8 }, "end": { - "line": 802, + "line": 796, "column": 61 } } @@ -67598,16 +66837,16 @@ "type": "Identifier", "name": "i", "range": [ - 28740, - 28741 + 28448, + 28449 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 17 }, "end": { - "line": 803, + "line": 797, "column": 18 } } @@ -67617,31 +66856,31 @@ "value": 0, "raw": "0", "range": [ - 28744, - 28745 + 28452, + 28453 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 21 }, "end": { - "line": 803, + "line": 797, "column": 22 } } }, "range": [ - 28740, - 28745 + 28448, + 28453 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 17 }, "end": { - "line": 803, + "line": 797, "column": 22 } } @@ -67652,16 +66891,16 @@ "type": "Identifier", "name": "len", "range": [ - 28747, - 28750 + 28455, + 28458 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 24 }, "end": { - "line": 803, + "line": 797, "column": 27 } } @@ -67673,16 +66912,16 @@ "type": "Identifier", "name": "exts", "range": [ - 28753, - 28757 + 28461, + 28465 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 30 }, "end": { - "line": 803, + "line": 797, "column": 34 } } @@ -67691,46 +66930,46 @@ "type": "Identifier", "name": "length", "range": [ - 28758, - 28764 + 28466, + 28472 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 35 }, "end": { - "line": 803, + "line": 797, "column": 41 } } }, "range": [ - 28753, - 28764 + 28461, + 28472 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 30 }, "end": { - "line": 803, + "line": 797, "column": 41 } } }, "range": [ - 28747, - 28764 + 28455, + 28472 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 24 }, "end": { - "line": 803, + "line": 797, "column": 41 } } @@ -67738,16 +66977,16 @@ ], "kind": "let", "range": [ - 28736, - 28764 + 28444, + 28472 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 13 }, "end": { - "line": 803, + "line": 797, "column": 41 } } @@ -67759,16 +66998,16 @@ "type": "Identifier", "name": "i", "range": [ - 28766, - 28767 + 28474, + 28475 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 43 }, "end": { - "line": 803, + "line": 797, "column": 44 } } @@ -67777,31 +67016,31 @@ "type": "Identifier", "name": "len", "range": [ - 28770, - 28773 + 28478, + 28481 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 47 }, "end": { - "line": 803, + "line": 797, "column": 50 } } }, "range": [ - 28766, - 28773 + 28474, + 28481 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 43 }, "end": { - "line": 803, + "line": 797, "column": 50 } } @@ -67813,32 +67052,32 @@ "type": "Identifier", "name": "i", "range": [ - 28775, - 28776 + 28483, + 28484 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 52 }, "end": { - "line": 803, + "line": 797, "column": 53 } } }, "prefix": false, "range": [ - 28775, - 28778 + 28483, + 28486 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 52 }, "end": { - "line": 803, + "line": 797, "column": 55 } } @@ -67855,16 +67094,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28798, - 28801 + 28506, + 28509 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 16 }, "end": { - "line": 804, + "line": 798, "column": 19 } } @@ -67876,16 +67115,16 @@ "type": "Identifier", "name": "exts", "range": [ - 28804, - 28808 + 28512, + 28516 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 22 }, "end": { - "line": 804, + "line": 798, "column": 26 } } @@ -67894,46 +67133,46 @@ "type": "Identifier", "name": "i", "range": [ - 28809, - 28810 + 28517, + 28518 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 27 }, "end": { - "line": 804, + "line": 798, "column": 28 } } }, "range": [ - 28804, - 28811 + 28512, + 28519 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 22 }, "end": { - "line": 804, + "line": 798, "column": 29 } } }, "range": [ - 28798, - 28811 + 28506, + 28519 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 16 }, "end": { - "line": 804, + "line": 798, "column": 29 } } @@ -67941,16 +67180,16 @@ ], "kind": "let", "range": [ - 28794, - 28812 + 28502, + 28520 ], "loc": { "start": { - "line": 804, + "line": 798, "column": 12 }, "end": { - "line": 804, + "line": 798, "column": 30 } } @@ -67969,16 +67208,16 @@ "object": { "type": "ThisExpression", "range": [ - 28830, - 28834 + 28538, + 28542 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 17 }, "end": { - "line": 805, + "line": 799, "column": 21 } } @@ -67987,31 +67226,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 28835, - 28846 + 28543, + 28554 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 22 }, "end": { - "line": 805, + "line": 799, "column": 33 } } }, "range": [ - 28830, - 28846 + 28538, + 28554 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 17 }, "end": { - "line": 805, + "line": 799, "column": 33 } } @@ -68023,16 +67262,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28847, - 28850 + 28555, + 28558 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 34 }, "end": { - "line": 805, + "line": 799, "column": 37 } } @@ -68041,62 +67280,62 @@ "type": "Identifier", "name": "name", "range": [ - 28851, - 28855 + 28559, + 28563 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 38 }, "end": { - "line": 805, + "line": 799, "column": 42 } } }, "range": [ - 28847, - 28855 + 28555, + 28563 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 34 }, "end": { - "line": 805, + "line": 799, "column": 42 } } }, "range": [ - 28830, - 28856 + 28538, + 28564 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 17 }, "end": { - "line": 805, + "line": 799, "column": 43 } } }, "prefix": true, "range": [ - 28829, - 28856 + 28537, + 28564 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 16 }, "end": { - "line": 805, + "line": 799, "column": 43 } } @@ -68114,16 +67353,16 @@ "object": { "type": "ThisExpression", "range": [ - 28876, - 28880 + 28584, + 28588 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 16 }, "end": { - "line": 806, + "line": 800, "column": 20 } } @@ -68132,31 +67371,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 28881, - 28894 + 28589, + 28602 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 21 }, "end": { - "line": 806, + "line": 800, "column": 34 } } }, "range": [ - 28876, - 28894 + 28584, + 28602 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 16 }, "end": { - "line": 806, + "line": 800, "column": 34 } } @@ -68166,110 +67405,110 @@ "type": "Identifier", "name": "ext", "range": [ - 28895, - 28898 + 28603, + 28606 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 35 }, "end": { - "line": 806, + "line": 800, "column": 38 } } } ], "range": [ - 28876, - 28899 + 28584, + 28607 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 16 }, "end": { - "line": 806, + "line": 800, "column": 39 } } }, "range": [ - 28876, - 28900 + 28584, + 28608 ], "loc": { "start": { - "line": 806, + "line": 800, "column": 16 }, "end": { - "line": 806, + "line": 800, "column": 40 } } } ], "range": [ - 28858, - 28914 + 28566, + 28622 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 45 }, "end": { - "line": 807, + "line": 801, "column": 13 } } }, "alternate": null, "range": [ - 28825, - 28914 + 28533, + 28622 ], "loc": { "start": { - "line": 805, + "line": 799, "column": 12 }, "end": { - "line": 807, + "line": 801, "column": 13 } } } ], "range": [ - 28780, - 28924 + 28488, + 28632 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 57 }, "end": { - "line": 808, + "line": 802, "column": 9 } } }, "range": [ - 28731, - 28924 + 28439, + 28632 ], "loc": { "start": { - "line": 803, + "line": 797, "column": 8 }, "end": { - "line": 808, + "line": 802, "column": 9 } } @@ -68287,16 +67526,16 @@ "object": { "type": "ThisExpression", "range": [ - 28933, - 28937 + 28641, + 28645 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 8 }, "end": { - "line": 809, + "line": 803, "column": 12 } } @@ -68305,31 +67544,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 28938, - 28945 + 28646, + 28653 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 13 }, "end": { - "line": 809, + "line": 803, "column": 20 } } }, "range": [ - 28933, - 28945 + 28641, + 28653 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 8 }, "end": { - "line": 809, + "line": 803, "column": 20 } } @@ -68338,31 +67577,31 @@ "type": "Identifier", "name": "emit", "range": [ - 28946, - 28950 + 28654, + 28658 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 21 }, "end": { - "line": 809, + "line": 803, "column": 25 } } }, "range": [ - 28933, - 28950 + 28641, + 28658 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 8 }, "end": { - "line": 809, + "line": 803, "column": 25 } } @@ -68373,16 +67612,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 28951, - 28977 + 28659, + 28685 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 26 }, "end": { - "line": 809, + "line": 803, "column": 52 } } @@ -68390,63 +67629,63 @@ { "type": "ThisExpression", "range": [ - 28979, - 28983 + 28687, + 28691 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 54 }, "end": { - "line": 809, + "line": 803, "column": 58 } } } ], "range": [ - 28933, - 28984 + 28641, + 28692 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 8 }, "end": { - "line": 809, + "line": 803, "column": 59 } } }, "range": [ - 28933, - 28985 + 28641, + 28693 ], "loc": { "start": { - "line": 809, + "line": 803, "column": 8 }, "end": { - "line": 809, + "line": 803, "column": 60 } } } ], "range": [ - 28511, - 28991 + 28219, + 28699 ], "loc": { "start": { - "line": 797, + "line": 791, "column": 21 }, "end": { - "line": 810, + "line": 804, "column": 5 } } @@ -68454,16 +67693,16 @@ "generator": false, "expression": false, "range": [ - 28508, - 28991 + 28216, + 28699 ], "loc": { "start": { - "line": 797, + "line": 791, "column": 18 }, "end": { - "line": 810, + "line": 804, "column": 5 } } @@ -68471,16 +67710,16 @@ "kind": "method", "computed": false, "range": [ - 28494, - 28991 + 28202, + 28699 ], "loc": { "start": { - "line": 797, + "line": 791, "column": 4 }, "end": { - "line": 810, + "line": 804, "column": 5 } }, @@ -68489,16 +67728,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 28405, - 28489 + 28113, + 28197 ], "loc": { "start": { - "line": 794, + "line": 788, "column": 4 }, "end": { - "line": 796, + "line": 790, "column": 7 } } @@ -68509,16 +67748,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28997, - 29092 + 28705, + 28800 ], "loc": { "start": { - "line": 812, + "line": 806, "column": 4 }, "end": { - "line": 815, + "line": 809, "column": 7 } } @@ -68532,16 +67771,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 29097, - 29110 + 28805, + 28818 ], "loc": { "start": { - "line": 816, + "line": 810, "column": 4 }, "end": { - "line": 816, + "line": 810, "column": 17 } } @@ -68554,16 +67793,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29111, - 29114 + 28819, + 28822 ], "loc": { "start": { - "line": 816, + "line": 810, "column": 18 }, "end": { - "line": 816, + "line": 810, "column": 21 } } @@ -68584,32 +67823,32 @@ "type": "Identifier", "name": "ext", "range": [ - 29131, - 29134 + 28839, + 28842 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 13 }, "end": { - "line": 817, + "line": 811, "column": 16 } } }, "prefix": true, "range": [ - 29130, - 29134 + 28838, + 28842 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 12 }, "end": { - "line": 817, + "line": 811, "column": 16 } } @@ -68624,16 +67863,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29139, - 29142 + 28847, + 28850 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 21 }, "end": { - "line": 817, + "line": 811, "column": 24 } } @@ -68642,62 +67881,62 @@ "type": "Identifier", "name": "name", "range": [ - 29143, - 29147 + 28851, + 28855 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 25 }, "end": { - "line": 817, + "line": 811, "column": 29 } } }, "range": [ - 29139, - 29147 + 28847, + 28855 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 21 }, "end": { - "line": 817, + "line": 811, "column": 29 } } }, "prefix": true, "range": [ - 29138, - 29147 + 28846, + 28855 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 20 }, "end": { - "line": 817, + "line": 811, "column": 29 } } }, "range": [ - 29130, - 29147 + 28838, + 28855 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 12 }, "end": { - "line": 817, + "line": 811, "column": 29 } } @@ -68709,48 +67948,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 29163, - 29170 + 28871, + 28878 ], "loc": { "start": { - "line": 818, + "line": 812, "column": 12 }, "end": { - "line": 818, + "line": 812, "column": 19 } } } ], "range": [ - 29149, - 29180 + 28857, + 28888 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 31 }, "end": { - "line": 819, + "line": 813, "column": 9 } } }, "alternate": null, "range": [ - 29126, - 29180 + 28834, + 28888 ], "loc": { "start": { - "line": 817, + "line": 811, "column": 8 }, "end": { - "line": 819, + "line": 813, "column": 9 } } @@ -68764,16 +68003,16 @@ "type": "Identifier", "name": "name", "range": [ - 29194, - 29198 + 28902, + 28906 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 12 }, "end": { - "line": 821, + "line": 815, "column": 16 } } @@ -68785,16 +68024,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29201, - 29204 + 28909, + 28912 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 19 }, "end": { - "line": 821, + "line": 815, "column": 22 } } @@ -68803,46 +68042,46 @@ "type": "Identifier", "name": "name", "range": [ - 29205, - 29209 + 28913, + 28917 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 23 }, "end": { - "line": 821, + "line": 815, "column": 27 } } }, "range": [ - 29201, - 29209 + 28909, + 28917 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 19 }, "end": { - "line": 821, + "line": 815, "column": 27 } } }, "range": [ - 29194, - 29209 + 28902, + 28917 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 12 }, "end": { - "line": 821, + "line": 815, "column": 27 } } @@ -68850,16 +68089,16 @@ ], "kind": "let", "range": [ - 29190, - 29210 + 28898, + 28918 ], "loc": { "start": { - "line": 821, + "line": 815, "column": 8 }, "end": { - "line": 821, + "line": 815, "column": 28 } } @@ -68873,16 +68112,16 @@ "type": "Identifier", "name": "path", "range": [ - 29223, - 29227 + 28931, + 28935 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 12 }, "end": { - "line": 822, + "line": 816, "column": 16 } } @@ -68894,16 +68133,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29230, - 29233 + 28938, + 28941 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 19 }, "end": { - "line": 822, + "line": 816, "column": 22 } } @@ -68912,46 +68151,46 @@ "type": "Identifier", "name": "path", "range": [ - 29234, - 29238 + 28942, + 28946 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 23 }, "end": { - "line": 822, + "line": 816, "column": 27 } } }, "range": [ - 29230, - 29238 + 28938, + 28946 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 19 }, "end": { - "line": 822, + "line": 816, "column": 27 } } }, "range": [ - 29223, - 29238 + 28931, + 28946 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 12 }, "end": { - "line": 822, + "line": 816, "column": 27 } } @@ -68959,16 +68198,16 @@ ], "kind": "let", "range": [ - 29219, - 29239 + 28927, + 28947 ], "loc": { "start": { - "line": 822, + "line": 816, "column": 8 }, "end": { - "line": 822, + "line": 816, "column": 28 } } @@ -68982,32 +68221,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 29252, - 29262 + 28960, + 28970 ], "loc": { "start": { - "line": 823, + "line": 817, "column": 12 }, "end": { - "line": 823, + "line": 817, "column": 22 } } }, "init": null, "range": [ - 29252, - 29262 + 28960, + 28970 ], "loc": { "start": { - "line": 823, + "line": 817, "column": 12 }, "end": { - "line": 823, + "line": 817, "column": 22 } } @@ -69015,16 +68254,16 @@ ], "kind": "let", "range": [ - 29248, - 29263 + 28956, + 28971 ], "loc": { "start": { - "line": 823, + "line": 817, "column": 8 }, "end": { - "line": 823, + "line": 817, "column": 23 } } @@ -69038,16 +68277,16 @@ "type": "Identifier", "name": "name", "range": [ - 29277, - 29281 + 28985, + 28989 ], "loc": { "start": { - "line": 825, + "line": 819, "column": 12 }, "end": { - "line": 825, + "line": 819, "column": 16 } } @@ -69056,31 +68295,31 @@ "type": "Identifier", "name": "path", "range": [ - 29285, - 29289 + 28993, + 28997 ], "loc": { "start": { - "line": 825, + "line": 819, "column": 20 }, "end": { - "line": 825, + "line": 819, "column": 24 } } }, "range": [ - 29277, - 29289 + 28985, + 28997 ], "loc": { "start": { - "line": 825, + "line": 819, "column": 12 }, "end": { - "line": 825, + "line": 819, "column": 24 } } @@ -69097,16 +68336,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 29305, - 29315 + 29013, + 29023 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 12 }, "end": { - "line": 826, + "line": 820, "column": 22 } } @@ -69121,16 +68360,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29318, - 29321 + 29026, + 29029 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 25 }, "end": { - "line": 826, + "line": 820, "column": 28 } } @@ -69139,31 +68378,31 @@ "type": "Identifier", "name": "path", "range": [ - 29322, - 29326 + 29030, + 29034 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 29 }, "end": { - "line": 826, + "line": 820, "column": 33 } } }, "range": [ - 29318, - 29326 + 29026, + 29034 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 25 }, "end": { - "line": 826, + "line": 820, "column": 33 } } @@ -69172,77 +68411,77 @@ "type": "Identifier", "name": "name", "range": [ - 29329, - 29333 + 29037, + 29041 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 36 }, "end": { - "line": 826, + "line": 820, "column": 40 } } }, "range": [ - 29318, - 29333 + 29026, + 29041 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 25 }, "end": { - "line": 826, + "line": 820, "column": 40 } } }, "range": [ - 29305, - 29333 + 29013, + 29041 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 12 }, "end": { - "line": 826, + "line": 820, "column": 40 } } }, "range": [ - 29305, - 29334 + 29013, + 29042 ], "loc": { "start": { - "line": 826, + "line": 820, "column": 12 }, "end": { - "line": 826, + "line": 820, "column": 41 } } } ], "range": [ - 29291, - 29344 + 28999, + 29052 ], "loc": { "start": { - "line": 825, + "line": 819, "column": 26 }, "end": { - "line": 827, + "line": 821, "column": 9 } } @@ -69259,16 +68498,16 @@ "type": "Identifier", "name": "name", "range": [ - 29364, - 29368 + 29072, + 29076 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 12 }, "end": { - "line": 828, + "line": 822, "column": 16 } } @@ -69282,16 +68521,16 @@ "type": "Identifier", "name": "name", "range": [ - 29371, - 29375 + 29079, + 29083 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 19 }, "end": { - "line": 828, + "line": 822, "column": 23 } } @@ -69300,31 +68539,31 @@ "type": "Identifier", "name": "replace", "range": [ - 29376, - 29383 + 29084, + 29091 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 24 }, "end": { - "line": 828, + "line": 822, "column": 31 } } }, "range": [ - 29371, - 29383 + 29079, + 29091 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 19 }, "end": { - "line": 828, + "line": 822, "column": 31 } } @@ -69335,16 +68574,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 29384, - 29389 + 29092, + 29097 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 32 }, "end": { - "line": 828, + "line": 822, "column": 37 } } @@ -69354,62 +68593,62 @@ "value": "", "raw": "''", "range": [ - 29391, - 29393 + 29099, + 29101 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 39 }, "end": { - "line": 828, + "line": 822, "column": 41 } } } ], "range": [ - 29371, - 29394 + 29079, + 29102 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 19 }, "end": { - "line": 828, + "line": 822, "column": 42 } } }, "range": [ - 29364, - 29394 + 29072, + 29102 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 12 }, "end": { - "line": 828, + "line": 822, "column": 42 } } }, "range": [ - 29364, - 29395 + 29072, + 29103 ], "loc": { "start": { - "line": 828, + "line": 822, "column": 12 }, "end": { - "line": 828, + "line": 822, "column": 43 } } @@ -69423,16 +68662,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 29408, - 29418 + 29116, + 29126 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 12 }, "end": { - "line": 829, + "line": 823, "column": 22 } } @@ -69447,16 +68686,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 29421, - 29439 + 29129, + 29147 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 25 }, "end": { - "line": 829, + "line": 823, "column": 43 } } @@ -69465,31 +68704,31 @@ "type": "Identifier", "name": "replace", "range": [ - 29440, - 29447 + 29148, + 29155 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 44 }, "end": { - "line": 829, + "line": 823, "column": 51 } } }, "range": [ - 29421, - 29447 + 29129, + 29155 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 25 }, "end": { - "line": 829, + "line": 823, "column": 51 } } @@ -69504,16 +68743,16 @@ "flags": "g" }, "range": [ - 29448, - 29453 + 29156, + 29161 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 52 }, "end": { - "line": 829, + "line": 823, "column": 57 } } @@ -69522,93 +68761,93 @@ "type": "Identifier", "name": "name", "range": [ - 29455, - 29459 + 29163, + 29167 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 59 }, "end": { - "line": 829, + "line": 823, "column": 63 } } } ], "range": [ - 29421, - 29460 + 29129, + 29168 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 25 }, "end": { - "line": 829, + "line": 823, "column": 64 } } }, "range": [ - 29408, - 29460 + 29116, + 29168 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 12 }, "end": { - "line": 829, + "line": 823, "column": 64 } } }, "range": [ - 29408, - 29461 + 29116, + 29169 ], "loc": { "start": { - "line": 829, + "line": 823, "column": 12 }, "end": { - "line": 829, + "line": 823, "column": 65 } } } ], "range": [ - 29350, - 29471 + 29058, + 29179 ], "loc": { "start": { - "line": 827, + "line": 821, "column": 15 }, "end": { - "line": 830, + "line": 824, "column": 9 } } }, "range": [ - 29273, - 29471 + 28981, + 29179 ], "loc": { "start": { - "line": 825, + "line": 819, "column": 8 }, "end": { - "line": 830, + "line": 824, "column": 9 } }, @@ -69617,16 +68856,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 29481, - 29511 + 29189, + 29219 ], "loc": { "start": { - "line": 832, + "line": 826, "column": 8 }, "end": { - "line": 832, + "line": 826, "column": 38 } } @@ -69641,16 +68880,16 @@ "type": "Identifier", "name": "require", "range": [ - 29520, - 29527 + 29228, + 29235 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 8 }, "end": { - "line": 833, + "line": 827, "column": 15 } } @@ -69667,16 +68906,16 @@ "value": "./", "raw": "'./'", "range": [ - 29529, - 29533 + 29237, + 29241 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 17 }, "end": { - "line": 833, + "line": 827, "column": 21 } } @@ -69685,47 +68924,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 29536, - 29546 + 29244, + 29254 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 24 }, "end": { - "line": 833, + "line": 827, "column": 34 } } }, "range": [ - 29529, - 29546 + 29237, + 29254 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 17 }, "end": { - "line": 833, + "line": 827, "column": 34 } } } ], "range": [ - 29528, - 29547 + 29236, + 29255 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 16 }, "end": { - "line": 833, + "line": 827, "column": 35 } } @@ -69738,16 +68977,16 @@ "type": "Identifier", "name": "mod", "range": [ - 29550, - 29553 + 29258, + 29261 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 38 }, "end": { - "line": 833, + "line": 827, "column": 41 } } @@ -69765,16 +69004,16 @@ "type": "Identifier", "name": "inst", "range": [ - 29609, - 29613 + 29317, + 29321 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 16 }, "end": { - "line": 835, + "line": 829, "column": 20 } } @@ -69788,16 +69027,16 @@ "type": "Identifier", "name": "mod", "range": [ - 29620, - 29623 + 29328, + 29331 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 27 }, "end": { - "line": 835, + "line": 829, "column": 30 } } @@ -69806,31 +69045,31 @@ "type": "Identifier", "name": "default", "range": [ - 29624, - 29631 + 29332, + 29339 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 31 }, "end": { - "line": 835, + "line": 829, "column": 38 } } }, "range": [ - 29620, - 29631 + 29328, + 29339 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 27 }, "end": { - "line": 835, + "line": 829, "column": 38 } } @@ -69839,16 +69078,16 @@ { "type": "ThisExpression", "range": [ - 29632, - 29636 + 29340, + 29344 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 39 }, "end": { - "line": 835, + "line": 829, "column": 43 } } @@ -69857,47 +69096,47 @@ "type": "Identifier", "name": "ext", "range": [ - 29638, - 29641 + 29346, + 29349 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 45 }, "end": { - "line": 835, + "line": 829, "column": 48 } } } ], "range": [ - 29616, - 29642 + 29324, + 29350 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 23 }, "end": { - "line": 835, + "line": 829, "column": 49 } } }, "range": [ - 29609, - 29642 + 29317, + 29350 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 16 }, "end": { - "line": 835, + "line": 829, "column": 49 } } @@ -69905,16 +69144,16 @@ ], "kind": "let", "range": [ - 29605, - 29643 + 29313, + 29351 ], "loc": { "start": { - "line": 835, + "line": 829, "column": 12 }, "end": { - "line": 835, + "line": 829, "column": 50 } }, @@ -69923,16 +69162,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 29572, - 29592 + 29280, + 29300 ], "loc": { "start": { - "line": 834, + "line": 828, "column": 12 }, "end": { - "line": 834, + "line": 828, "column": 32 } } @@ -69943,16 +69182,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 29656, - 29675 + 29364, + 29383 ], "loc": { "start": { - "line": 836, + "line": 830, "column": 12 }, "end": { - "line": 836, + "line": 830, "column": 31 } } @@ -69970,16 +69209,16 @@ "type": "Identifier", "name": "inst", "range": [ - 29688, - 29692 + 29396, + 29400 ], "loc": { "start": { - "line": 837, + "line": 831, "column": 12 }, "end": { - "line": 837, + "line": 831, "column": 16 } } @@ -69988,62 +69227,62 @@ "type": "Identifier", "name": "init", "range": [ - 29693, - 29697 + 29401, + 29405 ], "loc": { "start": { - "line": 837, + "line": 831, "column": 17 }, "end": { - "line": 837, + "line": 831, "column": 21 } } }, "range": [ - 29688, - 29697 + 29396, + 29405 ], "loc": { "start": { - "line": 837, + "line": 831, "column": 12 }, "end": { - "line": 837, + "line": 831, "column": 21 } } }, "arguments": [], "range": [ - 29688, - 29699 + 29396, + 29407 ], "loc": { "start": { - "line": 837, + "line": 831, "column": 12 }, "end": { - "line": 837, + "line": 831, "column": 23 } } }, "range": [ - 29688, - 29700 + 29396, + 29408 ], "loc": { "start": { - "line": 837, + "line": 831, "column": 12 }, "end": { - "line": 837, + "line": 831, "column": 24 } }, @@ -70052,16 +69291,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 29656, - 29675 + 29364, + 29383 ], "loc": { "start": { - "line": 836, + "line": 830, "column": 12 }, "end": { - "line": 836, + "line": 830, "column": 31 } } @@ -70082,16 +69321,16 @@ "object": { "type": "ThisExpression", "range": [ - 29713, - 29717 + 29421, + 29425 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 12 }, "end": { - "line": 838, + "line": 832, "column": 16 } } @@ -70100,31 +69339,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29718, - 29729 + 29426, + 29437 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 17 }, "end": { - "line": 838, + "line": 832, "column": 28 } } }, "range": [ - 29713, - 29729 + 29421, + 29437 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 12 }, "end": { - "line": 838, + "line": 832, "column": 28 } } @@ -70133,31 +69372,31 @@ "type": "Identifier", "name": "name", "range": [ - 29730, - 29734 + 29438, + 29442 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 29 }, "end": { - "line": 838, + "line": 832, "column": 33 } } }, "range": [ - 29713, - 29735 + 29421, + 29443 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 12 }, "end": { - "line": 838, + "line": 832, "column": 34 } } @@ -70166,62 +69405,62 @@ "type": "Identifier", "name": "inst", "range": [ - 29738, - 29742 + 29446, + 29450 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 37 }, "end": { - "line": 838, + "line": 832, "column": 41 } } }, "range": [ - 29713, - 29742 + 29421, + 29450 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 12 }, "end": { - "line": 838, + "line": 832, "column": 41 } } }, "range": [ - 29713, - 29743 + 29421, + 29451 ], "loc": { "start": { - "line": 838, + "line": 832, "column": 12 }, "end": { - "line": 838, + "line": 832, "column": 42 } } } ], "range": [ - 29558, - 29753 + 29266, + 29461 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 46 }, "end": { - "line": 839, + "line": 833, "column": 9 } } @@ -70229,47 +69468,47 @@ "generator": false, "expression": false, "range": [ - 29549, - 29753 + 29257, + 29461 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 37 }, "end": { - "line": 839, + "line": 833, "column": 9 } } } ], "range": [ - 29520, - 29754 + 29228, + 29462 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 8 }, "end": { - "line": 839, + "line": 833, "column": 10 } } }, "range": [ - 29520, - 29755 + 29228, + 29463 ], "loc": { "start": { - "line": 833, + "line": 827, "column": 8 }, "end": { - "line": 839, + "line": 833, "column": 11 } }, @@ -70278,16 +69517,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 29481, - 29511 + 29189, + 29219 ], "loc": { "start": { - "line": 832, + "line": 826, "column": 8 }, "end": { - "line": 832, + "line": 826, "column": 38 } } @@ -70296,16 +69535,16 @@ } ], "range": [ - 29116, - 29761 + 28824, + 29469 ], "loc": { "start": { - "line": 816, + "line": 810, "column": 23 }, "end": { - "line": 840, + "line": 834, "column": 5 } } @@ -70313,16 +69552,16 @@ "generator": false, "expression": false, "range": [ - 29110, - 29761 + 28818, + 29469 ], "loc": { "start": { - "line": 816, + "line": 810, "column": 17 }, "end": { - "line": 840, + "line": 834, "column": 5 } } @@ -70330,16 +69569,16 @@ "kind": "method", "computed": false, "range": [ - 29097, - 29761 + 28805, + 29469 ], "loc": { "start": { - "line": 816, + "line": 810, "column": 4 }, "end": { - "line": 840, + "line": 834, "column": 5 } }, @@ -70348,16 +69587,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28997, - 29092 + 28705, + 28800 ], "loc": { "start": { - "line": 812, + "line": 806, "column": 4 }, "end": { - "line": 815, + "line": 809, "column": 7 } } @@ -70368,16 +69607,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 29767, - 29910 + 29475, + 29618 ], "loc": { "start": { - "line": 842, + "line": 836, "column": 4 }, "end": { - "line": 846, + "line": 840, "column": 7 } } @@ -70391,16 +69630,16 @@ "type": "Identifier", "name": "extension", "range": [ - 29915, - 29924 + 29623, + 29632 ], "loc": { "start": { - "line": 847, + "line": 841, "column": 4 }, "end": { - "line": 847, + "line": 841, "column": 13 } } @@ -70413,16 +69652,16 @@ "type": "Identifier", "name": "name", "range": [ - 29925, - 29929 + 29633, + 29637 ], "loc": { "start": { - "line": 847, + "line": 841, "column": 14 }, "end": { - "line": 847, + "line": 841, "column": 18 } } @@ -70442,16 +69681,16 @@ "object": { "type": "ThisExpression", "range": [ - 29948, - 29952 + 29656, + 29660 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 15 }, "end": { - "line": 848, + "line": 842, "column": 19 } } @@ -70460,31 +69699,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29953, - 29964 + 29661, + 29672 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 20 }, "end": { - "line": 848, + "line": 842, "column": 31 } } }, "range": [ - 29948, - 29964 + 29656, + 29672 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 15 }, "end": { - "line": 848, + "line": 842, "column": 31 } } @@ -70493,62 +69732,62 @@ "type": "Identifier", "name": "name", "range": [ - 29965, - 29969 + 29673, + 29677 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 32 }, "end": { - "line": 848, + "line": 842, "column": 36 } } }, "range": [ - 29948, - 29970 + 29656, + 29678 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 15 }, "end": { - "line": 848, + "line": 842, "column": 37 } } }, "range": [ - 29941, - 29971 + 29649, + 29679 ], "loc": { "start": { - "line": 848, + "line": 842, "column": 8 }, "end": { - "line": 848, + "line": 842, "column": 38 } } } ], "range": [ - 29931, - 29977 + 29639, + 29685 ], "loc": { "start": { - "line": 847, + "line": 841, "column": 20 }, "end": { - "line": 849, + "line": 843, "column": 5 } } @@ -70556,16 +69795,16 @@ "generator": false, "expression": false, "range": [ - 29924, - 29977 + 29632, + 29685 ], "loc": { "start": { - "line": 847, + "line": 841, "column": 13 }, "end": { - "line": 849, + "line": 843, "column": 5 } } @@ -70573,16 +69812,16 @@ "kind": "method", "computed": false, "range": [ - 29915, - 29977 + 29623, + 29685 ], "loc": { "start": { - "line": 847, + "line": 841, "column": 4 }, "end": { - "line": 849, + "line": 843, "column": 5 } }, @@ -70591,16 +69830,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 29767, - 29910 + 29475, + 29618 ], "loc": { "start": { - "line": 842, + "line": 836, "column": 4 }, "end": { - "line": 846, + "line": 840, "column": 7 } } @@ -70611,16 +69850,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29983, - 30113 + 29691, + 29821 ], "loc": { "start": { - "line": 851, + "line": 845, "column": 4 }, "end": { - "line": 855, + "line": 849, "column": 7 } } @@ -70634,16 +69873,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 30118, - 30130 + 29826, + 29838 ], "loc": { "start": { - "line": 856, + "line": 850, "column": 4 }, "end": { - "line": 856, + "line": 850, "column": 16 } } @@ -70656,16 +69895,16 @@ "type": "Identifier", "name": "name", "range": [ - 30131, - 30135 + 29839, + 29843 ], "loc": { "start": { - "line": 856, + "line": 850, "column": 17 }, "end": { - "line": 856, + "line": 850, "column": 21 } } @@ -70688,16 +69927,16 @@ "type": "Identifier", "name": "Types", "range": [ - 30155, - 30160 + 29863, + 29868 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 16 }, "end": { - "line": 857, + "line": 851, "column": 21 } } @@ -70706,31 +69945,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 30161, - 30168 + 29869, + 29876 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 22 }, "end": { - "line": 857, + "line": 851, "column": 29 } } }, "range": [ - 30155, - 30168 + 29863, + 29876 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 16 }, "end": { - "line": 857, + "line": 851, "column": 29 } } @@ -70745,16 +69984,16 @@ "object": { "type": "ThisExpression", "range": [ - 30169, - 30173 + 29877, + 29881 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 30 }, "end": { - "line": 857, + "line": 851, "column": 34 } } @@ -70763,31 +70002,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30174, - 30185 + 29882, + 29893 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 35 }, "end": { - "line": 857, + "line": 851, "column": 46 } } }, "range": [ - 30169, - 30185 + 29877, + 29893 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 30 }, "end": { - "line": 857, + "line": 851, "column": 46 } } @@ -70796,94 +70035,94 @@ "type": "Identifier", "name": "name", "range": [ - 30186, - 30190 + 29894, + 29898 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 47 }, "end": { - "line": 857, + "line": 851, "column": 51 } } }, "range": [ - 30169, - 30191 + 29877, + 29899 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 30 }, "end": { - "line": 857, + "line": 851, "column": 52 } } } ], "range": [ - 30155, - 30192 + 29863, + 29900 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 16 }, "end": { - "line": 857, + "line": 851, "column": 53 } } }, "prefix": true, "range": [ - 30154, - 30192 + 29862, + 29900 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 15 }, "end": { - "line": 857, + "line": 851, "column": 53 } } }, "range": [ - 30147, - 30193 + 29855, + 29901 ], "loc": { "start": { - "line": 857, + "line": 851, "column": 8 }, "end": { - "line": 857, + "line": 851, "column": 54 } } } ], "range": [ - 30137, - 30199 + 29845, + 29907 ], "loc": { "start": { - "line": 856, + "line": 850, "column": 23 }, "end": { - "line": 858, + "line": 852, "column": 5 } } @@ -70891,16 +70130,16 @@ "generator": false, "expression": false, "range": [ - 30130, - 30199 + 29838, + 29907 ], "loc": { "start": { - "line": 856, + "line": 850, "column": 16 }, "end": { - "line": 858, + "line": 852, "column": 5 } } @@ -70908,16 +70147,16 @@ "kind": "method", "computed": false, "range": [ - 30118, - 30199 + 29826, + 29907 ], "loc": { "start": { - "line": 856, + "line": 850, "column": 4 }, "end": { - "line": 858, + "line": 852, "column": 5 } }, @@ -70926,16 +70165,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29983, - 30113 + 29691, + 29821 ], "loc": { "start": { - "line": 851, + "line": 845, "column": 4 }, "end": { - "line": 855, + "line": 849, "column": 7 } } @@ -70946,16 +70185,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30205, - 30286 + 29913, + 29994 ], "loc": { "start": { - "line": 860, + "line": 854, "column": 4 }, "end": { - "line": 862, + "line": 856, "column": 7 } } @@ -70969,16 +70208,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 30291, - 30308 + 29999, + 30016 ], "loc": { "start": { - "line": 863, + "line": 857, "column": 4 }, "end": { - "line": 863, + "line": 857, "column": 21 } } @@ -70999,16 +70238,16 @@ "type": "Identifier", "name": "exts", "range": [ - 30325, - 30329 + 30033, + 30037 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 12 }, "end": { - "line": 864, + "line": 858, "column": 16 } } @@ -71019,16 +70258,16 @@ "object": { "type": "ThisExpression", "range": [ - 30332, - 30336 + 30040, + 30044 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 19 }, "end": { - "line": 864, + "line": 858, "column": 23 } } @@ -71037,46 +70276,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 30337, - 30347 + 30045, + 30055 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 24 }, "end": { - "line": 864, + "line": 858, "column": 34 } } }, "range": [ - 30332, - 30347 + 30040, + 30055 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 19 }, "end": { - "line": 864, + "line": 858, "column": 34 } } }, "range": [ - 30325, - 30347 + 30033, + 30055 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 12 }, "end": { - "line": 864, + "line": 858, "column": 34 } } @@ -71084,16 +70323,16 @@ ], "kind": "let", "range": [ - 30321, - 30348 + 30029, + 30056 ], "loc": { "start": { - "line": 864, + "line": 858, "column": 8 }, "end": { - "line": 864, + "line": 858, "column": 35 } } @@ -71109,16 +70348,16 @@ "type": "Identifier", "name": "i", "range": [ - 30367, - 30368 + 30075, + 30076 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 17 }, "end": { - "line": 866, + "line": 860, "column": 18 } } @@ -71128,31 +70367,31 @@ "value": 0, "raw": "0", "range": [ - 30371, - 30372 + 30079, + 30080 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 21 }, "end": { - "line": 866, + "line": 860, "column": 22 } } }, "range": [ - 30367, - 30372 + 30075, + 30080 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 17 }, "end": { - "line": 866, + "line": 860, "column": 22 } } @@ -71163,16 +70402,16 @@ "type": "Identifier", "name": "len", "range": [ - 30374, - 30377 + 30082, + 30085 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 24 }, "end": { - "line": 866, + "line": 860, "column": 27 } } @@ -71184,16 +70423,16 @@ "type": "Identifier", "name": "exts", "range": [ - 30380, - 30384 + 30088, + 30092 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 30 }, "end": { - "line": 866, + "line": 860, "column": 34 } } @@ -71202,46 +70441,46 @@ "type": "Identifier", "name": "length", "range": [ - 30385, - 30391 + 30093, + 30099 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 35 }, "end": { - "line": 866, + "line": 860, "column": 41 } } }, "range": [ - 30380, - 30391 + 30088, + 30099 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 30 }, "end": { - "line": 866, + "line": 860, "column": 41 } } }, "range": [ - 30374, - 30391 + 30082, + 30099 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 24 }, "end": { - "line": 866, + "line": 860, "column": 41 } } @@ -71249,16 +70488,16 @@ ], "kind": "let", "range": [ - 30363, - 30391 + 30071, + 30099 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 13 }, "end": { - "line": 866, + "line": 860, "column": 41 } } @@ -71270,16 +70509,16 @@ "type": "Identifier", "name": "i", "range": [ - 30393, - 30394 + 30101, + 30102 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 43 }, "end": { - "line": 866, + "line": 860, "column": 44 } } @@ -71288,31 +70527,31 @@ "type": "Identifier", "name": "len", "range": [ - 30397, - 30400 + 30105, + 30108 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 47 }, "end": { - "line": 866, + "line": 860, "column": 50 } } }, "range": [ - 30393, - 30400 + 30101, + 30108 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 43 }, "end": { - "line": 866, + "line": 860, "column": 50 } } @@ -71324,32 +70563,32 @@ "type": "Identifier", "name": "i", "range": [ - 30402, - 30403 + 30110, + 30111 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 52 }, "end": { - "line": 866, + "line": 860, "column": 53 } } }, "prefix": false, "range": [ - 30402, - 30405 + 30110, + 30113 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 52 }, "end": { - "line": 866, + "line": 860, "column": 55 } } @@ -71366,16 +70605,16 @@ "type": "Identifier", "name": "ext", "range": [ - 30425, - 30428 + 30133, + 30136 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 16 }, "end": { - "line": 867, + "line": 861, "column": 19 } } @@ -71387,16 +70626,16 @@ "type": "Identifier", "name": "exts", "range": [ - 30431, - 30435 + 30139, + 30143 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 22 }, "end": { - "line": 867, + "line": 861, "column": 26 } } @@ -71405,46 +70644,46 @@ "type": "Identifier", "name": "i", "range": [ - 30436, - 30437 + 30144, + 30145 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 27 }, "end": { - "line": 867, + "line": 861, "column": 28 } } }, "range": [ - 30431, - 30438 + 30139, + 30146 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 22 }, "end": { - "line": 867, + "line": 861, "column": 29 } } }, "range": [ - 30425, - 30438 + 30133, + 30146 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 16 }, "end": { - "line": 867, + "line": 861, "column": 29 } } @@ -71452,16 +70691,16 @@ ], "kind": "let", "range": [ - 30421, - 30439 + 30129, + 30147 ], "loc": { "start": { - "line": 867, + "line": 861, "column": 12 }, "end": { - "line": 867, + "line": 861, "column": 30 } } @@ -71475,16 +70714,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 30456, - 30467 + 30164, + 30175 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 16 }, "end": { - "line": 868, + "line": 862, "column": 27 } } @@ -71498,16 +70737,16 @@ "object": { "type": "ThisExpression", "range": [ - 30470, - 30474 + 30178, + 30182 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 30 }, "end": { - "line": 868, + "line": 862, "column": 34 } } @@ -71516,31 +70755,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30475, - 30486 + 30183, + 30194 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 35 }, "end": { - "line": 868, + "line": 862, "column": 46 } } }, "range": [ - 30470, - 30486 + 30178, + 30194 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 30 }, "end": { - "line": 868, + "line": 862, "column": 46 } } @@ -71552,16 +70791,16 @@ "type": "Identifier", "name": "ext", "range": [ - 30487, - 30490 + 30195, + 30198 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 47 }, "end": { - "line": 868, + "line": 862, "column": 50 } } @@ -71570,61 +70809,61 @@ "type": "Identifier", "name": "name", "range": [ - 30491, - 30495 + 30199, + 30203 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 51 }, "end": { - "line": 868, + "line": 862, "column": 55 } } }, "range": [ - 30487, - 30495 + 30195, + 30203 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 47 }, "end": { - "line": 868, + "line": 862, "column": 55 } } }, "range": [ - 30470, - 30496 + 30178, + 30204 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 30 }, "end": { - "line": 868, + "line": 862, "column": 56 } } }, "range": [ - 30456, - 30496 + 30164, + 30204 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 16 }, "end": { - "line": 868, + "line": 862, "column": 56 } } @@ -71632,16 +70871,16 @@ ], "kind": "let", "range": [ - 30452, - 30497 + 30160, + 30205 ], "loc": { "start": { - "line": 868, + "line": 862, "column": 12 }, "end": { - "line": 868, + "line": 862, "column": 57 } } @@ -71652,16 +70891,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 30514, - 30525 + 30222, + 30233 ], "loc": { "start": { - "line": 869, + "line": 863, "column": 16 }, "end": { - "line": 869, + "line": 863, "column": 27 } } @@ -71680,16 +70919,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 30545, - 30556 + 30253, + 30264 ], "loc": { "start": { - "line": 870, + "line": 864, "column": 16 }, "end": { - "line": 870, + "line": 864, "column": 27 } } @@ -71698,62 +70937,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 30557, - 30564 + 30265, + 30272 ], "loc": { "start": { - "line": 870, + "line": 864, "column": 28 }, "end": { - "line": 870, + "line": 864, "column": 35 } } }, "range": [ - 30545, - 30564 + 30253, + 30272 ], "loc": { "start": { - "line": 870, + "line": 864, "column": 16 }, "end": { - "line": 870, + "line": 864, "column": 35 } } }, "arguments": [], "range": [ - 30545, - 30566 + 30253, + 30274 ], "loc": { "start": { - "line": 870, + "line": 864, "column": 16 }, "end": { - "line": 870, + "line": 864, "column": 37 } } }, "range": [ - 30545, - 30567 + 30253, + 30275 ], "loc": { "start": { - "line": 870, + "line": 864, "column": 16 }, "end": { - "line": 870, + "line": 864, "column": 38 } } @@ -71772,16 +71011,16 @@ "object": { "type": "ThisExpression", "range": [ - 30584, - 30588 + 30292, + 30296 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 16 }, "end": { - "line": 871, + "line": 865, "column": 20 } } @@ -71790,31 +71029,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30589, - 30600 + 30297, + 30308 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 21 }, "end": { - "line": 871, + "line": 865, "column": 32 } } }, "range": [ - 30584, - 30600 + 30292, + 30308 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 16 }, "end": { - "line": 871, + "line": 865, "column": 32 } } @@ -71826,16 +71065,16 @@ "type": "Identifier", "name": "ext", "range": [ - 30601, - 30604 + 30309, + 30312 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 33 }, "end": { - "line": 871, + "line": 865, "column": 36 } } @@ -71844,46 +71083,46 @@ "type": "Identifier", "name": "name", "range": [ - 30605, - 30609 + 30313, + 30317 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 37 }, "end": { - "line": 871, + "line": 865, "column": 41 } } }, "range": [ - 30601, - 30609 + 30309, + 30317 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 33 }, "end": { - "line": 871, + "line": 865, "column": 41 } } }, "range": [ - 30584, - 30610 + 30292, + 30318 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 16 }, "end": { - "line": 871, + "line": 865, "column": 42 } } @@ -71893,125 +71132,125 @@ "value": null, "raw": "null", "range": [ - 30613, - 30617 + 30321, + 30325 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 45 }, "end": { - "line": 871, + "line": 865, "column": 49 } } }, "range": [ - 30584, - 30617 + 30292, + 30325 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 16 }, "end": { - "line": 871, + "line": 865, "column": 49 } } }, "range": [ - 30584, - 30618 + 30292, + 30326 ], "loc": { "start": { - "line": 871, + "line": 865, "column": 16 }, "end": { - "line": 871, + "line": 865, "column": 50 } } } ], "range": [ - 30527, - 30632 + 30235, + 30340 ], "loc": { "start": { - "line": 869, + "line": 863, "column": 29 }, "end": { - "line": 872, + "line": 866, "column": 13 } } }, "alternate": null, "range": [ - 30510, - 30632 + 30218, + 30340 ], "loc": { "start": { - "line": 869, + "line": 863, "column": 12 }, "end": { - "line": 872, + "line": 866, "column": 13 } } } ], "range": [ - 30407, - 30642 + 30115, + 30350 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 57 }, "end": { - "line": 873, + "line": 867, "column": 9 } } }, "range": [ - 30358, - 30642 + 30066, + 30350 ], "loc": { "start": { - "line": 866, + "line": 860, "column": 8 }, "end": { - "line": 873, + "line": 867, "column": 9 } } } ], "range": [ - 30311, - 30648 + 30019, + 30356 ], "loc": { "start": { - "line": 863, + "line": 857, "column": 24 }, "end": { - "line": 874, + "line": 868, "column": 5 } } @@ -72019,16 +71258,16 @@ "generator": false, "expression": false, "range": [ - 30308, - 30648 + 30016, + 30356 ], "loc": { "start": { - "line": 863, + "line": 857, "column": 21 }, "end": { - "line": 874, + "line": 868, "column": 5 } } @@ -72036,16 +71275,16 @@ "kind": "method", "computed": false, "range": [ - 30291, - 30648 + 29999, + 30356 ], "loc": { "start": { - "line": 863, + "line": 857, "column": 4 }, "end": { - "line": 874, + "line": 868, "column": 5 } }, @@ -72054,16 +71293,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30205, - 30286 + 29913, + 29994 ], "loc": { "start": { - "line": 860, + "line": 854, "column": 4 }, "end": { - "line": 862, + "line": 856, "column": 7 } } @@ -72074,16 +71313,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30654, - 30720 + 30362, + 30428 ], "loc": { "start": { - "line": 876, + "line": 870, "column": 4 }, "end": { - "line": 878, + "line": 872, "column": 7 } } @@ -72097,16 +71336,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 30725, - 30735 + 30433, + 30443 ], "loc": { "start": { - "line": 879, + "line": 873, "column": 4 }, "end": { - "line": 879, + "line": 873, "column": 14 } } @@ -72127,16 +71366,16 @@ "type": "Identifier", "name": "themes", "range": [ - 30752, - 30758 + 30460, + 30466 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 12 }, "end": { - "line": 880, + "line": 874, "column": 18 } } @@ -72147,16 +71386,16 @@ "object": { "type": "ThisExpression", "range": [ - 30761, - 30765 + 30469, + 30473 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 21 }, "end": { - "line": 880, + "line": 874, "column": 25 } } @@ -72165,46 +71404,46 @@ "type": "Identifier", "name": "themes", "range": [ - 30766, - 30772 + 30474, + 30480 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 26 }, "end": { - "line": 880, + "line": 874, "column": 32 } } }, "range": [ - 30761, - 30772 + 30469, + 30480 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 21 }, "end": { - "line": 880, + "line": 874, "column": 32 } } }, "range": [ - 30752, - 30772 + 30460, + 30480 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 12 }, "end": { - "line": 880, + "line": 874, "column": 32 } } @@ -72212,16 +71451,16 @@ ], "kind": "let", "range": [ - 30748, - 30773 + 30456, + 30481 ], "loc": { "start": { - "line": 880, + "line": 874, "column": 8 }, "end": { - "line": 880, + "line": 874, "column": 33 } } @@ -72239,16 +71478,16 @@ "object": { "type": "ThisExpression", "range": [ - 30782, - 30786 + 30490, + 30494 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 8 }, "end": { - "line": 881, + "line": 875, "column": 12 } } @@ -72257,31 +71496,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30787, - 30794 + 30495, + 30502 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 13 }, "end": { - "line": 881, + "line": 875, "column": 20 } } }, "range": [ - 30782, - 30794 + 30490, + 30502 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 8 }, "end": { - "line": 881, + "line": 875, "column": 20 } } @@ -72290,31 +71529,31 @@ "type": "Identifier", "name": "emit", "range": [ - 30795, - 30799 + 30503, + 30507 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 21 }, "end": { - "line": 881, + "line": 875, "column": 25 } } }, "range": [ - 30782, - 30799 + 30490, + 30507 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 8 }, "end": { - "line": 881, + "line": 875, "column": 25 } } @@ -72325,16 +71564,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 30800, - 30823 + 30508, + 30531 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 26 }, "end": { - "line": 881, + "line": 875, "column": 49 } } @@ -72342,47 +71581,47 @@ { "type": "ThisExpression", "range": [ - 30825, - 30829 + 30533, + 30537 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 51 }, "end": { - "line": 881, + "line": 875, "column": 55 } } } ], "range": [ - 30782, - 30830 + 30490, + 30538 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 8 }, "end": { - "line": 881, + "line": 875, "column": 56 } } }, "range": [ - 30782, - 30831 + 30490, + 30539 ], "loc": { "start": { - "line": 881, + "line": 875, "column": 8 }, "end": { - "line": 881, + "line": 875, "column": 57 } }, @@ -72391,16 +71630,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 30841, - 30863 + 30549, + 30571 ], "loc": { "start": { - "line": 883, + "line": 877, "column": 8 }, "end": { - "line": 883, + "line": 877, "column": 30 } } @@ -72415,16 +71654,16 @@ "object": { "type": "ThisExpression", "range": [ - 30876, - 30880 + 30584, + 30588 ], "loc": { "start": { - "line": 884, + "line": 878, "column": 12 }, "end": { - "line": 884, + "line": 878, "column": 16 } } @@ -72433,31 +71672,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 30881, - 30899 + 30589, + 30607 ], "loc": { "start": { - "line": 884, + "line": 878, "column": 17 }, "end": { - "line": 884, + "line": 878, "column": 35 } } }, "range": [ - 30876, - 30899 + 30584, + 30607 ], "loc": { "start": { - "line": 884, + "line": 878, "column": 12 }, "end": { - "line": 884, + "line": 878, "column": 35 } } @@ -72474,16 +71713,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 30919, - 30931 + 30627, + 30639 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 16 }, "end": { - "line": 885, + "line": 879, "column": 28 } } @@ -72497,16 +71736,16 @@ "type": "Identifier", "name": "name", "range": [ - 30936, - 30940 + 30644, + 30648 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 33 }, "end": { - "line": 885, + "line": 879, "column": 37 } } @@ -72516,16 +71755,16 @@ "value": "default", "raw": "'default'", "range": [ - 30942, - 30951 + 30650, + 30659 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 39 }, "end": { - "line": 885, + "line": 879, "column": 48 } } @@ -72535,47 +71774,47 @@ "shorthand": false, "computed": false, "range": [ - 30936, - 30951 + 30644, + 30659 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 33 }, "end": { - "line": 885, + "line": 879, "column": 48 } } } ], "range": [ - 30934, - 30953 + 30642, + 30661 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 31 }, "end": { - "line": 885, + "line": 879, "column": 50 } } }, "range": [ - 30919, - 30953 + 30627, + 30661 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 16 }, "end": { - "line": 885, + "line": 879, "column": 50 } } @@ -72583,16 +71822,16 @@ ], "kind": "let", "range": [ - 30915, - 30954 + 30623, + 30662 ], "loc": { "start": { - "line": 885, + "line": 879, "column": 12 }, "end": { - "line": 885, + "line": 879, "column": 51 } } @@ -72610,16 +71849,16 @@ "object": { "type": "ThisExpression", "range": [ - 30967, - 30971 + 30675, + 30679 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 12 }, "end": { - "line": 886, + "line": 880, "column": 16 } } @@ -72628,31 +71867,31 @@ "type": "Identifier", "name": "themes", "range": [ - 30972, - 30978 + 30680, + 30686 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 17 }, "end": { - "line": 886, + "line": 880, "column": 23 } } }, "range": [ - 30967, - 30978 + 30675, + 30686 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 12 }, "end": { - "line": 886, + "line": 880, "column": 23 } } @@ -72661,31 +71900,31 @@ "type": "Identifier", "name": "push", "range": [ - 30979, - 30983 + 30687, + 30691 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 24 }, "end": { - "line": 886, + "line": 880, "column": 28 } } }, "range": [ - 30967, - 30983 + 30675, + 30691 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 12 }, "end": { - "line": 886, + "line": 880, "column": 28 } } @@ -72695,79 +71934,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 30984, - 30996 + 30692, + 30704 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 29 }, "end": { - "line": 886, + "line": 880, "column": 41 } } } ], "range": [ - 30967, - 30997 + 30675, + 30705 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 12 }, "end": { - "line": 886, + "line": 880, "column": 42 } } }, "range": [ - 30967, - 30998 + 30675, + 30706 ], "loc": { "start": { - "line": 886, + "line": 880, "column": 12 }, "end": { - "line": 886, + "line": 880, "column": 43 } } } ], "range": [ - 30901, - 31008 + 30609, + 30716 ], "loc": { "start": { - "line": 884, + "line": 878, "column": 37 }, "end": { - "line": 887, + "line": 881, "column": 9 } } }, "alternate": null, "range": [ - 30872, - 31008 + 30580, + 30716 ], "loc": { "start": { - "line": 884, + "line": 878, "column": 8 }, "end": { - "line": 887, + "line": 881, "column": 9 } }, @@ -72776,16 +72015,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 30841, - 30863 + 30549, + 30571 ], "loc": { "start": { - "line": 883, + "line": 877, "column": 8 }, "end": { - "line": 883, + "line": 877, "column": 30 } } @@ -72803,16 +72042,16 @@ "type": "Identifier", "name": "Types", "range": [ - 31021, - 31026 + 30729, + 30734 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 12 }, "end": { - "line": 888, + "line": 882, "column": 17 } } @@ -72821,31 +72060,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 31027, - 31034 + 30735, + 30742 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 18 }, "end": { - "line": 888, + "line": 882, "column": 25 } } }, "range": [ - 31021, - 31034 + 30729, + 30742 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 12 }, "end": { - "line": 888, + "line": 882, "column": 25 } } @@ -72855,32 +72094,32 @@ "type": "Identifier", "name": "themes", "range": [ - 31035, - 31041 + 30743, + 30749 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 26 }, "end": { - "line": 888, + "line": 882, "column": 32 } } } ], "range": [ - 31021, - 31042 + 30729, + 30750 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 12 }, "end": { - "line": 888, + "line": 882, "column": 33 } } @@ -72899,16 +72138,16 @@ "type": "Identifier", "name": "i", "range": [ - 31067, - 31068 + 30775, + 30776 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 21 }, "end": { - "line": 889, + "line": 883, "column": 22 } } @@ -72918,31 +72157,31 @@ "value": 0, "raw": "0", "range": [ - 31071, - 31072 + 30779, + 30780 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 25 }, "end": { - "line": 889, + "line": 883, "column": 26 } } }, "range": [ - 31067, - 31072 + 30775, + 30780 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 21 }, "end": { - "line": 889, + "line": 883, "column": 26 } } @@ -72953,16 +72192,16 @@ "type": "Identifier", "name": "len", "range": [ - 31074, - 31077 + 30782, + 30785 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 28 }, "end": { - "line": 889, + "line": 883, "column": 31 } } @@ -72974,16 +72213,16 @@ "type": "Identifier", "name": "themes", "range": [ - 31080, - 31086 + 30788, + 30794 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 34 }, "end": { - "line": 889, + "line": 883, "column": 40 } } @@ -72992,46 +72231,46 @@ "type": "Identifier", "name": "length", "range": [ - 31087, - 31093 + 30795, + 30801 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 41 }, "end": { - "line": 889, + "line": 883, "column": 47 } } }, "range": [ - 31080, - 31093 + 30788, + 30801 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 34 }, "end": { - "line": 889, + "line": 883, "column": 47 } } }, "range": [ - 31074, - 31093 + 30782, + 30801 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 28 }, "end": { - "line": 889, + "line": 883, "column": 47 } } @@ -73039,16 +72278,16 @@ ], "kind": "let", "range": [ - 31063, - 31093 + 30771, + 30801 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 17 }, "end": { - "line": 889, + "line": 883, "column": 47 } } @@ -73060,16 +72299,16 @@ "type": "Identifier", "name": "i", "range": [ - 31095, - 31096 + 30803, + 30804 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 49 }, "end": { - "line": 889, + "line": 883, "column": 50 } } @@ -73078,31 +72317,31 @@ "type": "Identifier", "name": "len", "range": [ - 31099, - 31102 + 30807, + 30810 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 53 }, "end": { - "line": 889, + "line": 883, "column": 56 } } }, "range": [ - 31095, - 31102 + 30803, + 30810 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 49 }, "end": { - "line": 889, + "line": 883, "column": 56 } } @@ -73114,32 +72353,32 @@ "type": "Identifier", "name": "i", "range": [ - 31104, - 31105 + 30812, + 30813 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 58 }, "end": { - "line": 889, + "line": 883, "column": 59 } } }, "prefix": false, "range": [ - 31104, - 31107 + 30812, + 30815 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 58 }, "end": { - "line": 889, + "line": 883, "column": 61 } } @@ -73156,16 +72395,16 @@ "type": "Identifier", "name": "theme", "range": [ - 31131, - 31136 + 30839, + 30844 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 20 }, "end": { - "line": 890, + "line": 884, "column": 25 } } @@ -73177,16 +72416,16 @@ "type": "Identifier", "name": "themes", "range": [ - 31139, - 31145 + 30847, + 30853 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 28 }, "end": { - "line": 890, + "line": 884, "column": 34 } } @@ -73195,46 +72434,46 @@ "type": "Identifier", "name": "i", "range": [ - 31146, - 31147 + 30854, + 30855 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 35 }, "end": { - "line": 890, + "line": 884, "column": 36 } } }, "range": [ - 31139, - 31148 + 30847, + 30856 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 28 }, "end": { - "line": 890, + "line": 884, "column": 37 } } }, "range": [ - 31131, - 31148 + 30839, + 30856 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 20 }, "end": { - "line": 890, + "line": 884, "column": 37 } } @@ -73242,16 +72481,16 @@ ], "kind": "let", "range": [ - 31127, - 31149 + 30835, + 30857 ], "loc": { "start": { - "line": 890, + "line": 884, "column": 16 }, "end": { - "line": 890, + "line": 884, "column": 38 } } @@ -73265,16 +72504,16 @@ "type": "Identifier", "name": "name", "range": [ - 31170, - 31174 + 30878, + 30882 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 20 }, "end": { - "line": 891, + "line": 885, "column": 24 } } @@ -73286,16 +72525,16 @@ "type": "Identifier", "name": "theme", "range": [ - 31177, - 31182 + 30885, + 30890 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 27 }, "end": { - "line": 891, + "line": 885, "column": 32 } } @@ -73304,46 +72543,46 @@ "type": "Identifier", "name": "name", "range": [ - 31183, - 31187 + 30891, + 30895 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 33 }, "end": { - "line": 891, + "line": 885, "column": 37 } } }, "range": [ - 31177, - 31187 + 30885, + 30895 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 27 }, "end": { - "line": 891, + "line": 885, "column": 37 } } }, "range": [ - 31170, - 31187 + 30878, + 30895 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 20 }, "end": { - "line": 891, + "line": 885, "column": 37 } } @@ -73351,16 +72590,16 @@ ], "kind": "let", "range": [ - 31166, - 31188 + 30874, + 30896 ], "loc": { "start": { - "line": 891, + "line": 885, "column": 16 }, "end": { - "line": 891, + "line": 885, "column": 38 } } @@ -73374,16 +72613,16 @@ "type": "Identifier", "name": "path", "range": [ - 31209, - 31213 + 30917, + 30921 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 20 }, "end": { - "line": 892, + "line": 886, "column": 24 } } @@ -73395,16 +72634,16 @@ "type": "Identifier", "name": "theme", "range": [ - 31216, - 31221 + 30924, + 30929 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 27 }, "end": { - "line": 892, + "line": 886, "column": 32 } } @@ -73413,46 +72652,46 @@ "type": "Identifier", "name": "path", "range": [ - 31222, - 31226 + 30930, + 30934 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 33 }, "end": { - "line": 892, + "line": 886, "column": 37 } } }, "range": [ - 31216, - 31226 + 30924, + 30934 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 27 }, "end": { - "line": 892, + "line": 886, "column": 37 } } }, "range": [ - 31209, - 31226 + 30917, + 30934 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 20 }, "end": { - "line": 892, + "line": 886, "column": 37 } } @@ -73460,16 +72699,16 @@ ], "kind": "let", "range": [ - 31205, - 31227 + 30913, + 30935 ], "loc": { "start": { - "line": 892, + "line": 886, "column": 16 }, "end": { - "line": 892, + "line": 886, "column": 38 } } @@ -73483,16 +72722,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 31248, - 31255 + 30956, + 30963 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 20 }, "end": { - "line": 893, + "line": 887, "column": 27 } } @@ -73506,16 +72745,16 @@ "object": { "type": "ThisExpression", "range": [ - 31258, - 31262 + 30966, + 30970 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 30 }, "end": { - "line": 893, + "line": 887, "column": 34 } } @@ -73524,31 +72763,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 31263, - 31269 + 30971, + 30977 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 35 }, "end": { - "line": 893, + "line": 887, "column": 41 } } }, "range": [ - 31258, - 31269 + 30966, + 30977 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 30 }, "end": { - "line": 893, + "line": 887, "column": 41 } } @@ -73557,46 +72796,46 @@ "type": "Identifier", "name": "name", "range": [ - 31272, - 31276 + 30980, + 30984 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 44 }, "end": { - "line": 893, + "line": 887, "column": 48 } } }, "range": [ - 31258, - 31276 + 30966, + 30984 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 30 }, "end": { - "line": 893, + "line": 887, "column": 48 } } }, "range": [ - 31248, - 31276 + 30956, + 30984 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 20 }, "end": { - "line": 893, + "line": 887, "column": 48 } } @@ -73604,16 +72843,16 @@ ], "kind": "let", "range": [ - 31244, - 31277 + 30952, + 30985 ], "loc": { "start": { - "line": 893, + "line": 887, "column": 16 }, "end": { - "line": 893, + "line": 887, "column": 49 } } @@ -73627,16 +72866,16 @@ "type": "Identifier", "name": "name", "range": [ - 31298, - 31302 + 31006, + 31010 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 20 }, "end": { - "line": 894, + "line": 888, "column": 24 } } @@ -73648,47 +72887,47 @@ "type": "Identifier", "name": "path", "range": [ - 31307, - 31311 + 31015, + 31019 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 29 }, "end": { - "line": 894, + "line": 888, "column": 33 } } }, "prefix": true, "range": [ - 31306, - 31311 + 31014, + 31019 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 28 }, "end": { - "line": 894, + "line": 888, "column": 33 } } }, "range": [ - 31298, - 31311 + 31006, + 31019 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 20 }, "end": { - "line": 894, + "line": 888, "column": 33 } } @@ -73705,16 +72944,16 @@ "type": "Identifier", "name": "path", "range": [ - 31335, - 31339 + 31043, + 31047 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 20 }, "end": { - "line": 895, + "line": 889, "column": 24 } } @@ -73737,16 +72976,16 @@ "object": { "type": "ThisExpression", "range": [ - 31342, - 31346 + 31050, + 31054 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 31 } } @@ -73755,31 +72994,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 31347, - 31357 + 31055, + 31065 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 32 }, "end": { - "line": 895, + "line": 889, "column": 42 } } }, "range": [ - 31342, - 31357 + 31050, + 31065 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 42 } } @@ -73788,31 +73027,31 @@ "type": "Identifier", "name": "name", "range": [ - 31360, - 31364 + 31068, + 31072 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 45 }, "end": { - "line": 895, + "line": 889, "column": 49 } } }, "range": [ - 31342, - 31364 + 31050, + 31072 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 49 } } @@ -73822,31 +73061,31 @@ "value": "/", "raw": "'/'", "range": [ - 31367, - 31370 + 31075, + 31078 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 52 }, "end": { - "line": 895, + "line": 889, "column": 55 } } }, "range": [ - 31342, - 31370 + 31050, + 31078 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 55 } } @@ -73855,31 +73094,31 @@ "type": "Identifier", "name": "name", "range": [ - 31373, - 31377 + 31081, + 31085 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 58 }, "end": { - "line": 895, + "line": 889, "column": 62 } } }, "range": [ - 31342, - 31377 + 31050, + 31085 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 62 } } @@ -73889,77 +73128,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 31380, - 31386 + 31088, + 31094 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 65 }, "end": { - "line": 895, + "line": 889, "column": 71 } } }, "range": [ - 31342, - 31386 + 31050, + 31094 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 27 }, "end": { - "line": 895, + "line": 889, "column": 71 } } }, "range": [ - 31335, - 31386 + 31043, + 31094 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 20 }, "end": { - "line": 895, + "line": 889, "column": 71 } } }, "range": [ - 31335, - 31387 + 31043, + 31095 ], "loc": { "start": { - "line": 895, + "line": 889, "column": 20 }, "end": { - "line": 895, + "line": 889, "column": 72 } } } ], "range": [ - 31313, - 31405 + 31021, + 31113 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 35 }, "end": { - "line": 896, + "line": 890, "column": 17 } } @@ -73976,32 +73215,32 @@ "type": "Identifier", "name": "name", "range": [ - 31432, - 31436 + 31140, + 31144 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 26 }, "end": { - "line": 897, + "line": 891, "column": 30 } } }, "prefix": true, "range": [ - 31431, - 31436 + 31139, + 31144 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 25 }, "end": { - "line": 897, + "line": 891, "column": 30 } } @@ -74013,16 +73252,16 @@ "type": "Identifier", "name": "theme", "range": [ - 31440, - 31445 + 31148, + 31153 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 34 }, "end": { - "line": 897, + "line": 891, "column": 39 } } @@ -74031,46 +73270,46 @@ "type": "Identifier", "name": "path", "range": [ - 31446, - 31450 + 31154, + 31158 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 40 }, "end": { - "line": 897, + "line": 891, "column": 44 } } }, "range": [ - 31440, - 31450 + 31148, + 31158 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 34 }, "end": { - "line": 897, + "line": 891, "column": 44 } } }, "range": [ - 31431, - 31450 + 31139, + 31158 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 25 }, "end": { - "line": 897, + "line": 891, "column": 44 } } @@ -74087,16 +73326,16 @@ "type": "Identifier", "name": "name", "range": [ - 31474, - 31478 + 31182, + 31186 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 20 }, "end": { - "line": 898, + "line": 892, "column": 24 } } @@ -74111,16 +73350,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 31481, - 31491 + 31189, + 31199 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 27 }, "end": { - "line": 898, + "line": 892, "column": 37 } } @@ -74129,31 +73368,31 @@ "type": "Identifier", "name": "replace", "range": [ - 31492, - 31499 + 31200, + 31207 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 38 }, "end": { - "line": 898, + "line": 892, "column": 45 } } }, "range": [ - 31481, - 31499 + 31189, + 31207 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 27 }, "end": { - "line": 898, + "line": 892, "column": 45 } } @@ -74164,16 +73403,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 31500, - 31505 + 31208, + 31213 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 46 }, "end": { - "line": 898, + "line": 892, "column": 51 } } @@ -74182,109 +73421,109 @@ "type": "Identifier", "name": "i", "range": [ - 31507, - 31508 + 31215, + 31216 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 53 }, "end": { - "line": 898, + "line": 892, "column": 54 } } } ], "range": [ - 31481, - 31509 + 31189, + 31217 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 27 }, "end": { - "line": 898, + "line": 892, "column": 55 } } }, "range": [ - 31474, - 31509 + 31182, + 31217 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 20 }, "end": { - "line": 898, + "line": 892, "column": 55 } } }, "range": [ - 31474, - 31510 + 31182, + 31218 ], "loc": { "start": { - "line": 898, + "line": 892, "column": 20 }, "end": { - "line": 898, + "line": 892, "column": 56 } } } ], "range": [ - 31452, - 31528 + 31160, + 31236 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 46 }, "end": { - "line": 899, + "line": 893, "column": 17 } } }, "alternate": null, "range": [ - 31427, - 31528 + 31135, + 31236 ], "loc": { "start": { - "line": 897, + "line": 891, "column": 21 }, "end": { - "line": 899, + "line": 893, "column": 17 } } }, "range": [ - 31294, - 31528 + 31002, + 31236 ], "loc": { "start": { - "line": 894, + "line": 888, "column": 16 }, "end": { - "line": 899, + "line": 893, "column": 17 } } @@ -74302,16 +73541,16 @@ "object": { "type": "ThisExpression", "range": [ - 31551, - 31555 + 31259, + 31263 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 21 }, "end": { - "line": 901, + "line": 895, "column": 25 } } @@ -74320,31 +73559,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 31556, - 31566 + 31264, + 31274 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 26 }, "end": { - "line": 901, + "line": 895, "column": 36 } } }, "range": [ - 31551, - 31566 + 31259, + 31274 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 21 }, "end": { - "line": 901, + "line": 895, "column": 36 } } @@ -74354,16 +73593,16 @@ "type": "Identifier", "name": "path", "range": [ - 31567, - 31571 + 31275, + 31279 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 37 }, "end": { - "line": 901, + "line": 895, "column": 41 } } @@ -74373,48 +73612,48 @@ "value": "link", "raw": "'link'", "range": [ - 31573, - 31579 + 31281, + 31287 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 43 }, "end": { - "line": 901, + "line": 895, "column": 49 } } } ], "range": [ - 31551, - 31580 + 31259, + 31288 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 21 }, "end": { - "line": 901, + "line": 895, "column": 50 } } }, "prefix": true, "range": [ - 31550, - 31580 + 31258, + 31288 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 20 }, "end": { - "line": 901, + "line": 895, "column": 50 } } @@ -74432,16 +73671,16 @@ "object": { "type": "ThisExpression", "range": [ - 31604, - 31608 + 31312, + 31316 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 20 }, "end": { - "line": 902, + "line": 896, "column": 24 } } @@ -74450,31 +73689,31 @@ "type": "Identifier", "name": "import", "range": [ - 31609, - 31615 + 31317, + 31323 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 25 }, "end": { - "line": 902, + "line": 896, "column": 31 } } }, "range": [ - 31604, - 31615 + 31312, + 31323 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 20 }, "end": { - "line": 902, + "line": 896, "column": 31 } } @@ -74484,16 +73723,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 31616, - 31623 + 31324, + 31331 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 32 }, "end": { - "line": 902, + "line": 896, "column": 39 } } @@ -74502,16 +73741,16 @@ "type": "Identifier", "name": "path", "range": [ - 31625, - 31629 + 31333, + 31337 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 41 }, "end": { - "line": 902, + "line": 896, "column": 45 } } @@ -74521,16 +73760,16 @@ "value": null, "raw": "null", "range": [ - 31631, - 31635 + 31339, + 31343 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 47 }, "end": { - "line": 902, + "line": 896, "column": 51 } } @@ -74540,142 +73779,142 @@ "value": "link", "raw": "'link'", "range": [ - 31637, - 31643 + 31345, + 31351 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 53 }, "end": { - "line": 902, + "line": 896, "column": 59 } } } ], "range": [ - 31604, - 31644 + 31312, + 31352 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 20 }, "end": { - "line": 902, + "line": 896, "column": 60 } } }, "range": [ - 31604, - 31645 + 31312, + 31353 ], "loc": { "start": { - "line": 902, + "line": 896, "column": 20 }, "end": { - "line": 902, + "line": 896, "column": 61 } } } ], "range": [ - 31582, - 31663 + 31290, + 31371 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 52 }, "end": { - "line": 903, + "line": 897, "column": 17 } } }, "alternate": null, "range": [ - 31546, - 31663 + 31254, + 31371 ], "loc": { "start": { - "line": 901, + "line": 895, "column": 16 }, "end": { - "line": 903, + "line": 897, "column": 17 } } } ], "range": [ - 31109, - 31677 + 30817, + 31385 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 63 }, "end": { - "line": 904, + "line": 898, "column": 13 } } }, "range": [ - 31058, - 31677 + 30766, + 31385 ], "loc": { "start": { - "line": 889, + "line": 883, "column": 12 }, "end": { - "line": 904, + "line": 898, "column": 13 } } } ], "range": [ - 31044, - 31687 + 30752, + 31395 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 35 }, "end": { - "line": 905, + "line": 899, "column": 9 } } }, "alternate": null, "range": [ - 31017, - 31687 + 30725, + 31395 ], "loc": { "start": { - "line": 888, + "line": 882, "column": 8 }, "end": { - "line": 905, + "line": 899, "column": 9 } }, @@ -74684,16 +73923,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31697, - 31751 + 31405, + 31459 ], "loc": { "start": { - "line": 907, + "line": 901, "column": 8 }, "end": { - "line": 907, + "line": 901, "column": 62 } } @@ -74702,16 +73941,16 @@ "type": "Line", "value": "Reset button", "range": [ - 31760, - 31774 + 31468, + 31482 ], "loc": { "start": { - "line": 908, + "line": 902, "column": 8 }, "end": { - "line": 908, + "line": 902, "column": 22 } } @@ -74729,16 +73968,16 @@ "object": { "type": "ThisExpression", "range": [ - 31783, - 31787 + 31491, + 31495 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 8 }, "end": { - "line": 909, + "line": 903, "column": 12 } } @@ -74747,31 +73986,31 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 31788, - 31800 + 31496, + 31508 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 13 }, "end": { - "line": 909, + "line": 903, "column": 25 } } }, "range": [ - 31783, - 31800 + 31491, + 31508 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 8 }, "end": { - "line": 909, + "line": 903, "column": 25 } } @@ -74781,46 +74020,46 @@ "value": null, "raw": "null", "range": [ - 31803, - 31807 + 31511, + 31515 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 28 }, "end": { - "line": 909, + "line": 903, "column": 32 } } }, "range": [ - 31783, - 31807 + 31491, + 31515 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 8 }, "end": { - "line": 909, + "line": 903, "column": 32 } } }, "range": [ - 31783, - 31808 + 31491, + 31516 ], "loc": { "start": { - "line": 909, + "line": 903, "column": 8 }, "end": { - "line": 909, + "line": 903, "column": 33 } }, @@ -74829,16 +74068,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31697, - 31751 + 31405, + 31459 ], "loc": { "start": { - "line": 907, + "line": 901, "column": 8 }, "end": { - "line": 907, + "line": 901, "column": 62 } } @@ -74847,16 +74086,16 @@ "type": "Line", "value": "Reset button", "range": [ - 31760, - 31774 + 31468, + 31482 ], "loc": { "start": { - "line": 908, + "line": 902, "column": 8 }, "end": { - "line": 908, + "line": 902, "column": 22 } } @@ -74874,16 +74113,16 @@ "object": { "type": "ThisExpression", "range": [ - 31817, - 31821 + 31525, + 31529 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 8 }, "end": { - "line": 910, + "line": 904, "column": 12 } } @@ -74892,31 +74131,31 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 31822, - 31834 + 31530, + 31542 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 13 }, "end": { - "line": 910, + "line": 904, "column": 25 } } }, "range": [ - 31817, - 31834 + 31525, + 31542 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 8 }, "end": { - "line": 910, + "line": 904, "column": 25 } } @@ -74932,16 +74171,16 @@ "value": "", "raw": "'\" title=\"Clear filters\" />'", "range": [ - 31915, - 31943 + 31623, + 31651 ], "loc": { "start": { - "line": 911, + "line": 905, "column": 36 }, "end": { - "line": 911, + "line": 905, "column": 64 } } }, "range": [ - 31837, - 31943 + 31545, + 31651 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 28 }, "end": { - "line": 911, + "line": 905, "column": 64 } } }, "range": [ - 31817, - 31943 + 31525, + 31651 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 8 }, "end": { - "line": 911, + "line": 905, "column": 64 } } }, "range": [ - 31817, - 31944 + 31525, + 31652 ], "loc": { "start": { - "line": 910, + "line": 904, "column": 8 }, "end": { - "line": 911, + "line": 905, "column": 65 } }, @@ -75082,16 +74321,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31954, - 31970 + 31662, + 31678 ], "loc": { "start": { - "line": 913, + "line": 907, "column": 8 }, "end": { - "line": 913, + "line": 907, "column": 24 } } @@ -75109,16 +74348,16 @@ "object": { "type": "ThisExpression", "range": [ - 31979, - 31983 + 31687, + 31691 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 8 }, "end": { - "line": 914, + "line": 908, "column": 12 } } @@ -75127,31 +74366,31 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 31984, - 31999 + 31692, + 31707 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 13 }, "end": { - "line": 914, + "line": 908, "column": 28 } } }, "range": [ - 31979, - 31999 + 31687, + 31707 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 8 }, "end": { - "line": 914, + "line": 908, "column": 28 } } @@ -75167,16 +74406,16 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 32079, - 32120 + 31787, + 31828 ], "loc": { "start": { - "line": 915, + "line": 909, "column": 35 }, "end": { - "line": 915, + "line": 909, "column": 76 } } }, "range": [ - 32002, - 32120 + 31710, + 31828 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 31 }, "end": { - "line": 915, + "line": 909, "column": 76 } } }, "range": [ - 31979, - 32120 + 31687, + 31828 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 8 }, "end": { - "line": 915, + "line": 909, "column": 76 } } }, "range": [ - 31979, - 32121 + 31687, + 31829 ], "loc": { "start": { - "line": 914, + "line": 908, "column": 8 }, "end": { - "line": 915, + "line": 909, "column": 77 } }, @@ -75317,16 +74556,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31954, - 31970 + 31662, + 31678 ], "loc": { "start": { - "line": 913, + "line": 907, "column": 8 }, "end": { - "line": 913, + "line": 907, "column": 24 } } @@ -75344,16 +74583,16 @@ "object": { "type": "ThisExpression", "range": [ - 32130, - 32134 + 31838, + 31842 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 8 }, "end": { - "line": 916, + "line": 910, "column": 12 } } @@ -75362,31 +74601,31 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 32135, - 32150 + 31843, + 31858 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 13 }, "end": { - "line": 916, + "line": 910, "column": 28 } } }, "range": [ - 32130, - 32150 + 31838, + 31858 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 8 }, "end": { - "line": 916, + "line": 910, "column": 28 } } @@ -75402,16 +74641,16 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 32230, - 32263 + 31938, + 31971 ], "loc": { "start": { - "line": 917, + "line": 911, "column": 35 }, "end": { - "line": 917, + "line": 911, "column": 68 } } }, "range": [ - 32153, - 32263 + 31861, + 31971 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 31 }, "end": { - "line": 917, + "line": 911, "column": 68 } } }, "range": [ - 32130, - 32263 + 31838, + 31971 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 8 }, "end": { - "line": 917, + "line": 911, "column": 68 } } }, "range": [ - 32130, - 32264 + 31838, + 31972 ], "loc": { "start": { - "line": 916, + "line": 910, "column": 8 }, "end": { - "line": 917, + "line": 911, "column": 69 } } @@ -75559,16 +74798,16 @@ "object": { "type": "ThisExpression", "range": [ - 32273, - 32277 + 31981, + 31985 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 8 }, "end": { - "line": 918, + "line": 912, "column": 12 } } @@ -75577,31 +74816,31 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 32278, - 32294 + 31986, + 32002 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 13 }, "end": { - "line": 918, + "line": 912, "column": 29 } } }, "range": [ - 32273, - 32294 + 31981, + 32002 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 8 }, "end": { - "line": 918, + "line": 912, "column": 29 } } @@ -75617,16 +74856,16 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 32374, - 32409 + 32082, + 32117 ], "loc": { "start": { - "line": 919, + "line": 913, "column": 35 }, "end": { - "line": 919, + "line": 913, "column": 70 } } }, "range": [ - 32297, - 32409 + 32005, + 32117 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 32 }, "end": { - "line": 919, + "line": 913, "column": 70 } } }, "range": [ - 32273, - 32409 + 31981, + 32117 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 8 }, "end": { - "line": 919, + "line": 913, "column": 70 } } }, "range": [ - 32273, - 32410 + 31981, + 32118 ], "loc": { "start": { - "line": 918, + "line": 912, "column": 8 }, "end": { - "line": 919, + "line": 913, "column": 71 } } @@ -75774,16 +75013,16 @@ "object": { "type": "ThisExpression", "range": [ - 32419, - 32423 + 32127, + 32131 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 8 }, "end": { - "line": 920, + "line": 914, "column": 12 } } @@ -75792,31 +75031,31 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 32424, - 32439 + 32132, + 32147 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 13 }, "end": { - "line": 920, + "line": 914, "column": 28 } } }, "range": [ - 32419, - 32439 + 32127, + 32147 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 8 }, "end": { - "line": 920, + "line": 914, "column": 28 } } @@ -75832,16 +75071,16 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 32519, - 32552 + 32227, + 32260 ], "loc": { "start": { - "line": 921, + "line": 915, "column": 35 }, "end": { - "line": 921, + "line": 915, "column": 68 } } }, "range": [ - 32442, - 32552 + 32150, + 32260 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 31 }, "end": { - "line": 921, + "line": 915, "column": 68 } } }, "range": [ - 32419, - 32552 + 32127, + 32260 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 8 }, "end": { - "line": 921, + "line": 915, "column": 68 } } }, "range": [ - 32419, - 32553 + 32127, + 32261 ], "loc": { "start": { - "line": 920, + "line": 914, "column": 8 }, "end": { - "line": 921, + "line": 915, "column": 69 } }, @@ -75982,16 +75221,16 @@ "type": "Line", "value": "Loader", "range": [ - 32563, - 32571 + 32271, + 32279 ], "loc": { "start": { - "line": 923, + "line": 917, "column": 8 }, "end": { - "line": 923, + "line": 917, "column": 16 } } @@ -76009,16 +75248,16 @@ "object": { "type": "ThisExpression", "range": [ - 32580, - 32584 + 32288, + 32292 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 8 }, "end": { - "line": 924, + "line": 918, "column": 12 } } @@ -76027,31 +75266,31 @@ "type": "Identifier", "name": "loader", "range": [ - 32585, - 32591 + 32293, + 32299 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 13 }, "end": { - "line": 924, + "line": 918, "column": 19 } } }, "range": [ - 32580, - 32591 + 32288, + 32299 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 8 }, "end": { - "line": 924, + "line": 918, "column": 19 } } @@ -76061,46 +75300,46 @@ "value": true, "raw": "true", "range": [ - 32594, - 32598 + 32302, + 32306 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 22 }, "end": { - "line": 924, + "line": 918, "column": 26 } } }, "range": [ - 32580, - 32598 + 32288, + 32306 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 8 }, "end": { - "line": 924, + "line": 918, "column": 26 } } }, "range": [ - 32580, - 32599 + 32288, + 32307 ], "loc": { "start": { - "line": 924, + "line": 918, "column": 8 }, "end": { - "line": 924, + "line": 918, "column": 27 } }, @@ -76109,16 +75348,16 @@ "type": "Line", "value": "Loader", "range": [ - 32563, - 32571 + 32271, + 32279 ], "loc": { "start": { - "line": 923, + "line": 917, "column": 8 }, "end": { - "line": 923, + "line": 917, "column": 16 } } @@ -76136,16 +75375,16 @@ "object": { "type": "ThisExpression", "range": [ - 32608, - 32612 + 32316, + 32320 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 8 }, "end": { - "line": 925, + "line": 919, "column": 12 } } @@ -76154,31 +75393,31 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 32613, - 32623 + 32321, + 32331 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 13 }, "end": { - "line": 925, + "line": 919, "column": 23 } } }, "range": [ - 32608, - 32623 + 32316, + 32331 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 8 }, "end": { - "line": 925, + "line": 919, "column": 23 } } @@ -76188,46 +75427,46 @@ "value": "
", "raw": "'
'", "range": [ - 32626, - 32661 + 32334, + 32369 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 26 }, "end": { - "line": 925, + "line": 919, "column": 61 } } }, "range": [ - 32608, - 32661 + 32316, + 32369 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 8 }, "end": { - "line": 925, + "line": 919, "column": 61 } } }, "range": [ - 32608, - 32662 + 32316, + 32370 ], "loc": { "start": { - "line": 925, + "line": 919, "column": 8 }, "end": { - "line": 925, + "line": 919, "column": 62 } } @@ -76243,16 +75482,16 @@ "object": { "type": "ThisExpression", "range": [ - 32671, - 32675 + 32379, + 32383 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 8 }, "end": { - "line": 926, + "line": 920, "column": 12 } } @@ -76261,31 +75500,31 @@ "type": "Identifier", "name": "loaderText", "range": [ - 32676, - 32686 + 32384, + 32394 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 13 }, "end": { - "line": 926, + "line": 920, "column": 23 } } }, "range": [ - 32671, - 32686 + 32379, + 32394 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 8 }, "end": { - "line": 926, + "line": 920, "column": 23 } } @@ -76295,46 +75534,46 @@ "value": null, "raw": "null", "range": [ - 32689, - 32693 + 32397, + 32401 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 26 }, "end": { - "line": 926, + "line": 920, "column": 30 } } }, "range": [ - 32671, - 32693 + 32379, + 32401 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 8 }, "end": { - "line": 926, + "line": 920, "column": 30 } } }, "range": [ - 32671, - 32694 + 32379, + 32402 ], "loc": { "start": { - "line": 926, + "line": 920, "column": 8 }, "end": { - "line": 926, + "line": 920, "column": 31 } } @@ -76352,16 +75591,16 @@ "object": { "type": "ThisExpression", "range": [ - 32704, - 32708 + 32412, + 32416 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 8 }, "end": { - "line": 928, + "line": 922, "column": 12 } } @@ -76370,31 +75609,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32709, - 32716 + 32417, + 32424 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 13 }, "end": { - "line": 928, + "line": 922, "column": 20 } } }, "range": [ - 32704, - 32716 + 32412, + 32424 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 8 }, "end": { - "line": 928, + "line": 922, "column": 20 } } @@ -76403,31 +75642,31 @@ "type": "Identifier", "name": "emit", "range": [ - 32717, - 32721 + 32425, + 32429 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 21 }, "end": { - "line": 928, + "line": 922, "column": 25 } } }, "range": [ - 32704, - 32721 + 32412, + 32429 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 8 }, "end": { - "line": 928, + "line": 922, "column": 25 } } @@ -76438,16 +75677,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 32722, - 32744 + 32430, + 32452 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 26 }, "end": { - "line": 928, + "line": 922, "column": 48 } } @@ -76455,63 +75694,63 @@ { "type": "ThisExpression", "range": [ - 32746, - 32750 + 32454, + 32458 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 50 }, "end": { - "line": 928, + "line": 922, "column": 54 } } } ], "range": [ - 32704, - 32751 + 32412, + 32459 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 8 }, "end": { - "line": 928, + "line": 922, "column": 55 } } }, "range": [ - 32704, - 32752 + 32412, + 32460 ], "loc": { "start": { - "line": 928, + "line": 922, "column": 8 }, "end": { - "line": 928, + "line": 922, "column": 56 } } } ], "range": [ - 30738, - 32758 + 30446, + 32466 ], "loc": { "start": { - "line": 879, + "line": 873, "column": 17 }, "end": { - "line": 929, + "line": 923, "column": 5 } } @@ -76519,16 +75758,16 @@ "generator": false, "expression": false, "range": [ - 30735, - 32758 + 30443, + 32466 ], "loc": { "start": { - "line": 879, + "line": 873, "column": 14 }, "end": { - "line": 929, + "line": 923, "column": 5 } } @@ -76536,16 +75775,16 @@ "kind": "method", "computed": false, "range": [ - 30725, - 32758 + 30433, + 32466 ], "loc": { "start": { - "line": 879, + "line": 873, "column": 4 }, "end": { - "line": 929, + "line": 923, "column": 5 } }, @@ -76554,16 +75793,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30654, - 30720 + 30362, + 30428 ], "loc": { "start": { - "line": 876, + "line": 870, "column": 4 }, "end": { - "line": 878, + "line": 872, "column": 7 } } @@ -76574,16 +75813,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32764, - 32882 + 32472, + 32590 ], "loc": { "start": { - "line": 931, + "line": 925, "column": 4 }, "end": { - "line": 934, + "line": 928, "column": 7 } } @@ -76597,16 +75836,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 32887, - 32900 + 32595, + 32608 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 4 }, "end": { - "line": 935, + "line": 929, "column": 17 } } @@ -76621,16 +75860,16 @@ "type": "Identifier", "name": "name", "range": [ - 32901, - 32905 + 32609, + 32613 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 18 }, "end": { - "line": 935, + "line": 929, "column": 22 } } @@ -76640,31 +75879,31 @@ "value": "default", "raw": "'default'", "range": [ - 32908, - 32917 + 32616, + 32625 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 25 }, "end": { - "line": 935, + "line": 929, "column": 34 } } }, "range": [ - 32901, - 32917 + 32609, + 32625 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 18 }, "end": { - "line": 935, + "line": 929, "column": 34 } } @@ -76684,16 +75923,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 32936, - 32939 + 32644, + 32647 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 15 }, "end": { - "line": 936, + "line": 930, "column": 18 } } @@ -76702,31 +75941,31 @@ "type": "Identifier", "name": "id", "range": [ - 32940, - 32942 + 32648, + 32650 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 19 }, "end": { - "line": 936, + "line": 930, "column": 21 } } }, "range": [ - 32936, - 32942 + 32644, + 32650 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 15 }, "end": { - "line": 936, + "line": 930, "column": 21 } } @@ -76741,16 +75980,16 @@ "object": { "type": "ThisExpression", "range": [ - 32943, - 32947 + 32651, + 32655 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 22 }, "end": { - "line": 936, + "line": 930, "column": 26 } } @@ -76759,31 +75998,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32948, - 32954 + 32656, + 32662 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 27 }, "end": { - "line": 936, + "line": 930, "column": 33 } } }, "range": [ - 32943, - 32954 + 32651, + 32662 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 22 }, "end": { - "line": 936, + "line": 930, "column": 33 } } @@ -76792,78 +76031,78 @@ "type": "Identifier", "name": "name", "range": [ - 32957, - 32961 + 32665, + 32669 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 36 }, "end": { - "line": 936, + "line": 930, "column": 40 } } }, "range": [ - 32943, - 32961 + 32651, + 32669 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 22 }, "end": { - "line": 936, + "line": 930, "column": 40 } } } ], "range": [ - 32936, - 32962 + 32644, + 32670 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 15 }, "end": { - "line": 936, + "line": 930, "column": 41 } } }, "range": [ - 32929, - 32963 + 32637, + 32671 ], "loc": { "start": { - "line": 936, + "line": 930, "column": 8 }, "end": { - "line": 936, + "line": 930, "column": 42 } } } ], "range": [ - 32919, - 32969 + 32627, + 32677 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 36 }, "end": { - "line": 937, + "line": 931, "column": 5 } } @@ -76871,16 +76110,16 @@ "generator": false, "expression": false, "range": [ - 32900, - 32969 + 32608, + 32677 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 17 }, "end": { - "line": 937, + "line": 931, "column": 5 } } @@ -76888,16 +76127,16 @@ "kind": "method", "computed": false, "range": [ - 32887, - 32969 + 32595, + 32677 ], "loc": { "start": { - "line": 935, + "line": 929, "column": 4 }, "end": { - "line": 937, + "line": 931, "column": 5 } }, @@ -76906,16 +76145,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32764, - 32882 + 32472, + 32590 ], "loc": { "start": { - "line": 931, + "line": 925, "column": 4 }, "end": { - "line": 934, + "line": 928, "column": 7 } } @@ -76926,16 +76165,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32975, - 33013 + 32683, + 32721 ], "loc": { "start": { - "line": 939, + "line": 933, "column": 4 }, "end": { - "line": 941, + "line": 935, "column": 7 } } @@ -76949,16 +76188,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 33018, - 33025 + 32726, + 32733 ], "loc": { "start": { - "line": 942, + "line": 936, "column": 4 }, "end": { - "line": 942, + "line": 936, "column": 11 } } @@ -76981,16 +76220,16 @@ "object": { "type": "ThisExpression", "range": [ - 33043, - 33047 + 32751, + 32755 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 13 }, "end": { - "line": 943, + "line": 937, "column": 17 } } @@ -76999,47 +76238,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 33048, - 33056 + 32756, + 32764 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 18 }, "end": { - "line": 943, + "line": 937, "column": 26 } } }, "range": [ - 33043, - 33056 + 32751, + 32764 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 13 }, "end": { - "line": 943, + "line": 937, "column": 26 } } }, "prefix": true, "range": [ - 33042, - 33056 + 32750, + 32764 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 12 }, "end": { - "line": 943, + "line": 937, "column": 26 } } @@ -77051,48 +76290,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33072, - 33079 + 32780, + 32787 ], "loc": { "start": { - "line": 944, + "line": 938, "column": 12 }, "end": { - "line": 944, + "line": 938, "column": 19 } } } ], "range": [ - 33058, - 33089 + 32766, + 32797 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 28 }, "end": { - "line": 945, + "line": 939, "column": 9 } } }, "alternate": null, "range": [ - 33038, - 33089 + 32746, + 32797 ], "loc": { "start": { - "line": 943, + "line": 937, "column": 8 }, "end": { - "line": 945, + "line": 939, "column": 9 } } @@ -77106,16 +76345,16 @@ "type": "Identifier", "name": "rows", "range": [ - 33102, - 33106 + 32810, + 32814 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 12 }, "end": { - "line": 946, + "line": 940, "column": 16 } } @@ -77129,16 +76368,16 @@ "object": { "type": "ThisExpression", "range": [ - 33109, - 33113 + 32817, + 32821 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 19 }, "end": { - "line": 946, + "line": 940, "column": 23 } } @@ -77147,31 +76386,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 33114, - 33117 + 32822, + 32825 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 24 }, "end": { - "line": 946, + "line": 940, "column": 27 } } }, "range": [ - 33109, - 33117 + 32817, + 32825 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 19 }, "end": { - "line": 946, + "line": 940, "column": 27 } } @@ -77180,46 +76419,46 @@ "type": "Identifier", "name": "rows", "range": [ - 33118, - 33122 + 32826, + 32830 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 28 }, "end": { - "line": 946, + "line": 940, "column": 32 } } }, "range": [ - 33109, - 33122 + 32817, + 32830 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 19 }, "end": { - "line": 946, + "line": 940, "column": 32 } } }, "range": [ - 33102, - 33122 + 32810, + 32830 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 12 }, "end": { - "line": 946, + "line": 940, "column": 32 } } @@ -77230,16 +76469,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 33136, - 33139 + 32844, + 32847 ], "loc": { "start": { - "line": 947, + "line": 941, "column": 12 }, "end": { - "line": 947, + "line": 941, "column": 15 } } @@ -77250,16 +76489,16 @@ "object": { "type": "ThisExpression", "range": [ - 33142, - 33146 + 32850, + 32854 ], "loc": { "start": { - "line": 947, + "line": 941, "column": 18 }, "end": { - "line": 947, + "line": 941, "column": 22 } } @@ -77268,46 +76507,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 33147, - 33150 + 32855, + 32858 ], "loc": { "start": { - "line": 947, + "line": 941, "column": 23 }, "end": { - "line": 947, + "line": 941, "column": 26 } } }, "range": [ - 33142, - 33150 + 32850, + 32858 ], "loc": { "start": { - "line": 947, + "line": 941, "column": 18 }, "end": { - "line": 947, + "line": 941, "column": 26 } } }, "range": [ - 33136, - 33150 + 32844, + 32858 ], "loc": { "start": { - "line": 947, + "line": 941, "column": 12 }, "end": { - "line": 947, + "line": 941, "column": 26 } } @@ -77318,16 +76557,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33164, - 33171 + 32872, + 32879 ], "loc": { "start": { - "line": 948, + "line": 942, "column": 12 }, "end": { - "line": 948, + "line": 942, "column": 19 } } @@ -77338,16 +76577,16 @@ "object": { "type": "ThisExpression", "range": [ - 33174, - 33178 + 32882, + 32886 ], "loc": { "start": { - "line": 948, + "line": 942, "column": 22 }, "end": { - "line": 948, + "line": 942, "column": 26 } } @@ -77356,46 +76595,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 33179, - 33186 + 32887, + 32894 ], "loc": { "start": { - "line": 948, + "line": 942, "column": 27 }, "end": { - "line": 948, + "line": 942, "column": 34 } } }, "range": [ - 33174, - 33186 + 32882, + 32894 ], "loc": { "start": { - "line": 948, + "line": 942, "column": 22 }, "end": { - "line": 948, + "line": 942, "column": 34 } } }, "range": [ - 33164, - 33186 + 32872, + 32894 ], "loc": { "start": { - "line": 948, + "line": 942, "column": 12 }, "end": { - "line": 948, + "line": 942, "column": 34 } } @@ -77403,16 +76642,16 @@ ], "kind": "let", "range": [ - 33098, - 33187 + 32806, + 32895 ], "loc": { "start": { - "line": 946, + "line": 940, "column": 8 }, "end": { - "line": 948, + "line": 942, "column": 35 } } @@ -77428,16 +76667,16 @@ "object": { "type": "ThisExpression", "range": [ - 33201, - 33205 + 32909, + 32913 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 12 }, "end": { - "line": 950, + "line": 944, "column": 16 } } @@ -77446,31 +76685,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 33206, - 33219 + 32914, + 32927 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 17 }, "end": { - "line": 950, + "line": 944, "column": 30 } } }, "range": [ - 33201, - 33219 + 32909, + 32927 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 12 }, "end": { - "line": 950, + "line": 944, "column": 30 } } @@ -77484,16 +76723,16 @@ "object": { "type": "ThisExpression", "range": [ - 33224, - 33228 + 32932, + 32936 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 35 }, "end": { - "line": 950, + "line": 944, "column": 39 } } @@ -77502,62 +76741,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 33229, - 33241 + 32937, + 32949 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 40 }, "end": { - "line": 950, + "line": 944, "column": 52 } } }, "range": [ - 33224, - 33241 + 32932, + 32949 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 35 }, "end": { - "line": 950, + "line": 944, "column": 52 } } }, "prefix": true, "range": [ - 33223, - 33241 + 32931, + 32949 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 34 }, "end": { - "line": 950, + "line": 944, "column": 52 } } }, "range": [ - 33201, - 33241 + 32909, + 32949 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 12 }, "end": { - "line": 950, + "line": 944, "column": 52 } } @@ -77575,16 +76814,16 @@ "object": { "type": "ThisExpression", "range": [ - 33257, - 33261 + 32965, + 32969 ], "loc": { "start": { - "line": 951, + "line": 945, "column": 12 }, "end": { - "line": 951, + "line": 945, "column": 16 } } @@ -77593,94 +76832,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 33262, - 33280 + 32970, + 32988 ], "loc": { "start": { - "line": 951, + "line": 945, "column": 17 }, "end": { - "line": 951, + "line": 945, "column": 35 } } }, "range": [ - 33257, - 33280 + 32965, + 32988 ], "loc": { "start": { - "line": 951, + "line": 945, "column": 12 }, "end": { - "line": 951, + "line": 945, "column": 35 } } }, "arguments": [], "range": [ - 33257, - 33282 + 32965, + 32990 ], "loc": { "start": { - "line": 951, + "line": 945, "column": 12 }, "end": { - "line": 951, + "line": 945, "column": 37 } } }, "range": [ - 33257, - 33283 + 32965, + 32991 ], "loc": { "start": { - "line": 951, + "line": 945, "column": 12 }, "end": { - "line": 951, + "line": 945, "column": 38 } } } ], "range": [ - 33243, - 33293 + 32951, + 33001 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 54 }, "end": { - "line": 952, + "line": 946, "column": 9 } } }, "alternate": null, "range": [ - 33197, - 33293 + 32905, + 33001 ], "loc": { "start": { - "line": 950, + "line": 944, "column": 8 }, "end": { - "line": 952, + "line": 946, "column": 9 } } @@ -77693,16 +76932,16 @@ "object": { "type": "ThisExpression", "range": [ - 33306, - 33310 + 33014, + 33018 ], "loc": { "start": { - "line": 953, + "line": 947, "column": 12 }, "end": { - "line": 953, + "line": 947, "column": 16 } } @@ -77711,31 +76950,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 33311, - 33317 + 33019, + 33025 ], "loc": { "start": { - "line": 953, + "line": 947, "column": 17 }, "end": { - "line": 953, + "line": 947, "column": 23 } } }, "range": [ - 33306, - 33317 + 33014, + 33025 ], "loc": { "start": { - "line": 953, + "line": 947, "column": 12 }, "end": { - "line": 953, + "line": 947, "column": 23 } } @@ -77753,16 +76992,16 @@ "object": { "type": "ThisExpression", "range": [ - 33333, - 33337 + 33041, + 33045 ], "loc": { "start": { - "line": 954, + "line": 948, "column": 12 }, "end": { - "line": 954, + "line": 948, "column": 16 } } @@ -77771,94 +77010,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 33338, - 33351 + 33046, + 33059 ], "loc": { "start": { - "line": 954, + "line": 948, "column": 17 }, "end": { - "line": 954, + "line": 948, "column": 30 } } }, "range": [ - 33333, - 33351 + 33041, + 33059 ], "loc": { "start": { - "line": 954, + "line": 948, "column": 12 }, "end": { - "line": 954, + "line": 948, "column": 30 } } }, "arguments": [], "range": [ - 33333, - 33353 + 33041, + 33061 ], "loc": { "start": { - "line": 954, + "line": 948, "column": 12 }, "end": { - "line": 954, + "line": 948, "column": 32 } } }, "range": [ - 33333, - 33354 + 33041, + 33062 ], "loc": { "start": { - "line": 954, + "line": 948, "column": 12 }, "end": { - "line": 954, + "line": 948, "column": 33 } } } ], "range": [ - 33319, - 33364 + 33027, + 33072 ], "loc": { "start": { - "line": 953, + "line": 947, "column": 25 }, "end": { - "line": 955, + "line": 949, "column": 9 } } }, "alternate": null, "range": [ - 33302, - 33364 + 33010, + 33072 ], "loc": { "start": { - "line": 953, + "line": 947, "column": 8 }, "end": { - "line": 955, + "line": 949, "column": 9 } } @@ -77871,16 +77110,16 @@ "object": { "type": "ThisExpression", "range": [ - 33377, - 33381 + 33085, + 33089 ], "loc": { "start": { - "line": 956, + "line": 950, "column": 12 }, "end": { - "line": 956, + "line": 950, "column": 16 } } @@ -77889,31 +77128,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 33382, - 33399 + 33090, + 33107 ], "loc": { "start": { - "line": 956, + "line": 950, "column": 17 }, "end": { - "line": 956, + "line": 950, "column": 34 } } }, "range": [ - 33377, - 33399 + 33085, + 33107 ], "loc": { "start": { - "line": 956, + "line": 950, "column": 12 }, "end": { - "line": 956, + "line": 950, "column": 34 } } @@ -77931,16 +77170,16 @@ "object": { "type": "ThisExpression", "range": [ - 33415, - 33419 + 33123, + 33127 ], "loc": { "start": { - "line": 957, + "line": 951, "column": 12 }, "end": { - "line": 957, + "line": 951, "column": 16 } } @@ -77949,62 +77188,62 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 33420, - 33438 + 33128, + 33146 ], "loc": { "start": { - "line": 957, + "line": 951, "column": 17 }, "end": { - "line": 957, + "line": 951, "column": 35 } } }, "range": [ - 33415, - 33438 + 33123, + 33146 ], "loc": { "start": { - "line": 957, + "line": 951, "column": 12 }, "end": { - "line": 957, + "line": 951, "column": 35 } } }, "arguments": [], "range": [ - 33415, - 33440 + 33123, + 33148 ], "loc": { "start": { - "line": 957, + "line": 951, "column": 12 }, "end": { - "line": 957, + "line": 951, "column": 37 } } }, "range": [ - 33415, - 33441 + 33123, + 33149 ], "loc": { "start": { - "line": 957, + "line": 951, "column": 12 }, "end": { - "line": 957, + "line": 951, "column": 38 } } @@ -78020,16 +77259,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33454, - 33461 + 33162, + 33169 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 12 }, "end": { - "line": 958, + "line": 952, "column": 19 } } @@ -78038,31 +77277,31 @@ "type": "Identifier", "name": "off", "range": [ - 33462, - 33465 + 33170, + 33173 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 20 }, "end": { - "line": 958, + "line": 952, "column": 23 } } }, "range": [ - 33454, - 33465 + 33162, + 33173 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 12 }, "end": { - "line": 958, + "line": 952, "column": 23 } } @@ -78076,32 +77315,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 33467, - 33485 + 33175, + 33193 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 25 }, "end": { - "line": 958, + "line": 952, "column": 43 } } } ], "range": [ - 33466, - 33486 + 33174, + 33194 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 24 }, "end": { - "line": 958, + "line": 952, "column": 44 } } @@ -78118,16 +77357,16 @@ "object": { "type": "ThisExpression", "range": [ - 33494, - 33498 + 33202, + 33206 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 52 }, "end": { - "line": 958, + "line": 952, "column": 56 } } @@ -78136,47 +77375,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 33499, - 33517 + 33207, + 33225 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 57 }, "end": { - "line": 958, + "line": 952, "column": 75 } } }, "range": [ - 33494, - 33517 + 33202, + 33225 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 52 }, "end": { - "line": 958, + "line": 952, "column": 75 } } }, "arguments": [], "range": [ - 33494, - 33519 + 33202, + 33227 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 52 }, "end": { - "line": 958, + "line": 952, "column": 77 } } @@ -78184,47 +77423,47 @@ "generator": false, "expression": true, "range": [ - 33488, - 33519 + 33196, + 33227 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 46 }, "end": { - "line": 958, + "line": 952, "column": 77 } } } ], "range": [ - 33454, - 33520 + 33162, + 33228 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 12 }, "end": { - "line": 958, + "line": 952, "column": 78 } } }, "range": [ - 33454, - 33521 + 33162, + 33229 ], "loc": { "start": { - "line": 958, + "line": 952, "column": 12 }, "end": { - "line": 958, + "line": 952, "column": 79 } } @@ -78240,16 +77479,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33534, - 33541 + 33242, + 33249 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 12 }, "end": { - "line": 959, + "line": 953, "column": 19 } } @@ -78258,31 +77497,31 @@ "type": "Identifier", "name": "off", "range": [ - 33542, - 33545 + 33250, + 33253 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 20 }, "end": { - "line": 959, + "line": 953, "column": 23 } } }, "range": [ - 33534, - 33545 + 33242, + 33253 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 12 }, "end": { - "line": 959, + "line": 953, "column": 23 } } @@ -78296,32 +77535,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 33547, - 33563 + 33255, + 33271 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 25 }, "end": { - "line": 959, + "line": 953, "column": 41 } } } ], "range": [ - 33546, - 33564 + 33254, + 33272 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 24 }, "end": { - "line": 959, + "line": 953, "column": 42 } } @@ -78334,16 +77573,16 @@ "type": "Identifier", "name": "tf", "range": [ - 33583, - 33585 + 33291, + 33293 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 17 }, "end": { - "line": 960, + "line": 954, "column": 19 } } @@ -78352,16 +77591,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 33587, - 33595 + 33295, + 33303 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 21 }, "end": { - "line": 960, + "line": 954, "column": 29 } } @@ -78375,16 +77614,16 @@ "object": { "type": "ThisExpression", "range": [ - 33600, - 33604 + 33308, + 33312 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 34 }, "end": { - "line": 960, + "line": 954, "column": 38 } } @@ -78393,31 +77632,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 33605, - 33621 + 33313, + 33329 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 39 }, "end": { - "line": 960, + "line": 954, "column": 55 } } }, "range": [ - 33600, - 33621 + 33308, + 33329 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 34 }, "end": { - "line": 960, + "line": 954, "column": 55 } } @@ -78427,32 +77666,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 33622, - 33630 + 33330, + 33338 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 56 }, "end": { - "line": 960, + "line": 954, "column": 64 } } } ], "range": [ - 33600, - 33631 + 33308, + 33339 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 34 }, "end": { - "line": 960, + "line": 954, "column": 65 } } @@ -78460,79 +77699,79 @@ "generator": false, "expression": true, "range": [ - 33582, - 33631 + 33290, + 33339 ], "loc": { "start": { - "line": 960, + "line": 954, "column": 16 }, "end": { - "line": 960, + "line": 954, "column": 65 } } } ], "range": [ - 33534, - 33632 + 33242, + 33340 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 12 }, "end": { - "line": 960, + "line": 954, "column": 66 } } }, "range": [ - 33534, - 33633 + 33242, + 33341 ], "loc": { "start": { - "line": 959, + "line": 953, "column": 12 }, "end": { - "line": 960, + "line": 954, "column": 67 } } } ], "range": [ - 33401, - 33643 + 33109, + 33351 ], "loc": { "start": { - "line": 956, + "line": 950, "column": 36 }, "end": { - "line": 961, + "line": 955, "column": 9 } } }, "alternate": null, "range": [ - 33373, - 33643 + 33081, + 33351 ], "loc": { "start": { - "line": 956, + "line": 950, "column": 8 }, "end": { - "line": 961, + "line": 955, "column": 9 } } @@ -78545,16 +77784,16 @@ "object": { "type": "ThisExpression", "range": [ - 33656, - 33660 + 33364, + 33368 ], "loc": { "start": { - "line": 962, + "line": 956, "column": 12 }, "end": { - "line": 962, + "line": 956, "column": 16 } } @@ -78563,31 +77802,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 33661, - 33674 + 33369, + 33382 ], "loc": { "start": { - "line": 962, + "line": 956, "column": 17 }, "end": { - "line": 962, + "line": 956, "column": 30 } } }, "range": [ - 33656, - 33674 + 33364, + 33382 ], "loc": { "start": { - "line": 962, + "line": 956, "column": 12 }, "end": { - "line": 962, + "line": 956, "column": 30 } } @@ -78605,16 +77844,16 @@ "object": { "type": "ThisExpression", "range": [ - 33690, - 33694 + 33398, + 33402 ], "loc": { "start": { - "line": 963, + "line": 957, "column": 12 }, "end": { - "line": 963, + "line": 957, "column": 16 } } @@ -78623,94 +77862,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 33695, - 33712 + 33403, + 33420 ], "loc": { "start": { - "line": 963, + "line": 957, "column": 17 }, "end": { - "line": 963, + "line": 957, "column": 34 } } }, "range": [ - 33690, - 33712 + 33398, + 33420 ], "loc": { "start": { - "line": 963, + "line": 957, "column": 12 }, "end": { - "line": 963, + "line": 957, "column": 34 } } }, "arguments": [], "range": [ - 33690, - 33714 + 33398, + 33422 ], "loc": { "start": { - "line": 963, + "line": 957, "column": 12 }, "end": { - "line": 963, + "line": 957, "column": 36 } } }, "range": [ - 33690, - 33715 + 33398, + 33423 ], "loc": { "start": { - "line": 963, + "line": 957, "column": 12 }, "end": { - "line": 963, + "line": 957, "column": 37 } } } ], "range": [ - 33676, - 33725 + 33384, + 33433 ], "loc": { "start": { - "line": 962, + "line": 956, "column": 32 }, "end": { - "line": 964, + "line": 958, "column": 9 } } }, "alternate": null, "range": [ - 33652, - 33725 + 33360, + 33433 ], "loc": { "start": { - "line": 962, + "line": 956, "column": 8 }, "end": { - "line": 964, + "line": 958, "column": 9 } } @@ -78725,16 +77964,16 @@ "object": { "type": "ThisExpression", "range": [ - 33735, - 33739 + 33443, + 33447 ], "loc": { "start": { - "line": 966, + "line": 960, "column": 8 }, "end": { - "line": 966, + "line": 960, "column": 12 } } @@ -78743,62 +77982,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 33740, - 33755 + 33448, + 33463 ], "loc": { "start": { - "line": 966, + "line": 960, "column": 13 }, "end": { - "line": 966, + "line": 960, "column": 28 } } }, "range": [ - 33735, - 33755 + 33443, + 33463 ], "loc": { "start": { - "line": 966, + "line": 960, "column": 8 }, "end": { - "line": 966, + "line": 960, "column": 28 } } }, "arguments": [], "range": [ - 33735, - 33757 + 33443, + 33465 ], "loc": { "start": { - "line": 966, + "line": 960, "column": 8 }, "end": { - "line": 966, + "line": 960, "column": 30 } } }, "range": [ - 33735, - 33758 + 33443, + 33466 ], "loc": { "start": { - "line": 966, + "line": 960, "column": 8 }, "end": { - "line": 966, + "line": 960, "column": 31 } } @@ -78814,16 +78053,16 @@ "object": { "type": "ThisExpression", "range": [ - 33772, - 33776 + 33480, + 33484 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 12 }, "end": { - "line": 968, + "line": 962, "column": 16 } } @@ -78832,31 +78071,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 33777, - 33784 + 33485, + 33492 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 17 }, "end": { - "line": 968, + "line": 962, "column": 24 } } }, "range": [ - 33772, - 33784 + 33480, + 33492 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 12 }, "end": { - "line": 968, + "line": 962, "column": 24 } } @@ -78870,16 +78109,16 @@ "object": { "type": "ThisExpression", "range": [ - 33789, - 33793 + 33497, + 33501 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 29 }, "end": { - "line": 968, + "line": 962, "column": 33 } } @@ -78888,62 +78127,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 33794, - 33804 + 33502, + 33512 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 34 }, "end": { - "line": 968, + "line": 962, "column": 44 } } }, "range": [ - 33789, - 33804 + 33497, + 33512 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 29 }, "end": { - "line": 968, + "line": 962, "column": 44 } } }, "prefix": true, "range": [ - 33788, - 33804 + 33496, + 33512 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 28 }, "end": { - "line": 968, + "line": 962, "column": 44 } } }, "range": [ - 33772, - 33804 + 33480, + 33512 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 12 }, "end": { - "line": 968, + "line": 962, "column": 44 } } @@ -78962,16 +78201,16 @@ "object": { "type": "ThisExpression", "range": [ - 33820, - 33824 + 33528, + 33532 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 12 }, "end": { - "line": 969, + "line": 963, "column": 16 } } @@ -78980,31 +78219,31 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 33825, - 33834 + 33533, + 33542 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 17 }, "end": { - "line": 969, + "line": 963, "column": 26 } } }, "range": [ - 33820, - 33834 + 33528, + 33542 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 12 }, "end": { - "line": 969, + "line": 963, "column": 26 } } @@ -79016,16 +78255,16 @@ "type": "Identifier", "name": "rows", "range": [ - 33837, - 33841 + 33545, + 33549 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 29 }, "end": { - "line": 969, + "line": 963, "column": 33 } } @@ -79036,16 +78275,16 @@ "object": { "type": "ThisExpression", "range": [ - 33842, - 33846 + 33550, + 33554 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 34 }, "end": { - "line": 969, + "line": 963, "column": 38 } } @@ -79054,76 +78293,76 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 33847, - 33862 + 33555, + 33570 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 39 }, "end": { - "line": 969, + "line": 963, "column": 54 } } }, "range": [ - 33842, - 33862 + 33550, + 33570 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 34 }, "end": { - "line": 969, + "line": 963, "column": 54 } } }, "range": [ - 33837, - 33863 + 33545, + 33571 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 29 }, "end": { - "line": 969, + "line": 963, "column": 55 } } }, "range": [ - 33820, - 33863 + 33528, + 33571 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 12 }, "end": { - "line": 969, + "line": 963, "column": 55 } } }, "range": [ - 33820, - 33864 + 33528, + 33572 ], "loc": { "start": { - "line": 969, + "line": 963, "column": 12 }, "end": { - "line": 969, + "line": 963, "column": 56 } } @@ -79141,16 +78380,16 @@ "object": { "type": "ThisExpression", "range": [ - 33877, - 33881 + 33585, + 33589 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 12 }, "end": { - "line": 970, + "line": 964, "column": 16 } } @@ -79159,31 +78398,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 33882, - 33885 + 33590, + 33593 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 17 }, "end": { - "line": 970, + "line": 964, "column": 20 } } }, "range": [ - 33877, - 33885 + 33585, + 33593 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 12 }, "end": { - "line": 970, + "line": 964, "column": 20 } } @@ -79192,31 +78431,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 33886, - 33895 + 33594, + 33603 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 21 }, "end": { - "line": 970, + "line": 964, "column": 30 } } }, "range": [ - 33877, - 33895 + 33585, + 33603 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 12 }, "end": { - "line": 970, + "line": 964, "column": 30 } } @@ -79228,16 +78467,16 @@ "object": { "type": "ThisExpression", "range": [ - 33896, - 33900 + 33604, + 33608 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 31 }, "end": { - "line": 970, + "line": 964, "column": 35 } } @@ -79246,94 +78485,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 33901, - 33916 + 33609, + 33624 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 36 }, "end": { - "line": 970, + "line": 964, "column": 51 } } }, "range": [ - 33896, - 33916 + 33604, + 33624 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 31 }, "end": { - "line": 970, + "line": 964, "column": 51 } } } ], "range": [ - 33877, - 33917 + 33585, + 33625 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 12 }, "end": { - "line": 970, + "line": 964, "column": 52 } } }, "range": [ - 33877, - 33918 + 33585, + 33626 ], "loc": { "start": { - "line": 970, + "line": 964, "column": 12 }, "end": { - "line": 970, + "line": 964, "column": 53 } } } ], "range": [ - 33806, - 33928 + 33514, + 33636 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 46 }, "end": { - "line": 971, + "line": 965, "column": 9 } } }, "alternate": null, "range": [ - 33768, - 33928 + 33476, + 33636 ], "loc": { "start": { - "line": 968, + "line": 962, "column": 8 }, "end": { - "line": 971, + "line": 965, "column": 9 } }, @@ -79342,16 +78581,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33938, - 33964 + 33646, + 33672 ], "loc": { "start": { - "line": 973, + "line": 967, "column": 8 }, "end": { - "line": 973, + "line": 967, "column": 34 } } @@ -79369,16 +78608,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33973, - 33980 + 33681, + 33688 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 8 }, "end": { - "line": 974, + "line": 968, "column": 15 } } @@ -79387,31 +78626,31 @@ "type": "Identifier", "name": "emit", "range": [ - 33981, - 33985 + 33689, + 33693 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 16 }, "end": { - "line": 974, + "line": 968, "column": 20 } } }, "range": [ - 33973, - 33985 + 33681, + 33693 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 8 }, "end": { - "line": 974, + "line": 968, "column": 20 } } @@ -79422,16 +78661,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 33986, - 33995 + 33694, + 33703 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 21 }, "end": { - "line": 974, + "line": 968, "column": 30 } } @@ -79439,47 +78678,47 @@ { "type": "ThisExpression", "range": [ - 33997, - 34001 + 33705, + 33709 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 32 }, "end": { - "line": 974, + "line": 968, "column": 36 } } } ], "range": [ - 33973, - 34002 + 33681, + 33710 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 8 }, "end": { - "line": 974, + "line": 968, "column": 37 } } }, "range": [ - 33973, - 34003 + 33681, + 33711 ], "loc": { "start": { - "line": 974, + "line": 968, "column": 8 }, "end": { - "line": 974, + "line": 968, "column": 38 } }, @@ -79488,16 +78727,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33938, - 33964 + 33646, + 33672 ], "loc": { "start": { - "line": 973, + "line": 967, "column": 8 }, "end": { - "line": 973, + "line": 967, "column": 34 } } @@ -79508,16 +78747,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34013, - 34031 + 33721, + 33739 ], "loc": { "start": { - "line": 976, + "line": 970, "column": 8 }, "end": { - "line": 976, + "line": 970, "column": 26 } } @@ -79526,16 +78765,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34040, - 34090 + 33748, + 33798 ], "loc": { "start": { - "line": 977, + "line": 971, "column": 8 }, "end": { - "line": 977, + "line": 971, "column": 58 } } @@ -79558,16 +78797,16 @@ "type": "Identifier", "name": "Object", "range": [ - 34099, - 34105 + 33807, + 33813 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 978, + "line": 972, "column": 14 } } @@ -79576,31 +78815,31 @@ "type": "Identifier", "name": "keys", "range": [ - 34106, - 34110 + 33814, + 33818 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 15 }, "end": { - "line": 978, + "line": 972, "column": 19 } } }, "range": [ - 34099, - 34110 + 33807, + 33818 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 978, + "line": 972, "column": 19 } } @@ -79610,32 +78849,32 @@ "type": "Identifier", "name": "Mod", "range": [ - 34111, - 34114 + 33819, + 33822 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 20 }, "end": { - "line": 978, + "line": 972, "column": 23 } } } ], "range": [ - 34099, - 34115 + 33807, + 33823 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 978, + "line": 972, "column": 24 } } @@ -79644,31 +78883,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 34116, - 34123 + 33824, + 33831 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 25 }, "end": { - "line": 978, + "line": 972, "column": 32 } } }, "range": [ - 34099, - 34123 + 33807, + 33831 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 978, + "line": 972, "column": 32 } } @@ -79682,16 +78921,16 @@ "type": "Identifier", "name": "key", "range": [ - 34134, - 34137 + 33842, + 33845 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 43 }, "end": { - "line": 978, + "line": 972, "column": 46 } } @@ -79709,16 +78948,16 @@ "type": "Identifier", "name": "feature", "range": [ - 34157, - 34164 + 33865, + 33872 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 16 }, "end": { - "line": 979, + "line": 973, "column": 23 } } @@ -79730,16 +78969,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 34167, - 34170 + 33875, + 33878 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 26 }, "end": { - "line": 979, + "line": 973, "column": 29 } } @@ -79748,63 +78987,63 @@ "type": "Identifier", "name": "key", "range": [ - 34171, - 34174 + 33879, + 33882 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 30 }, "end": { - "line": 979, + "line": 973, "column": 33 } } }, "range": [ - 34167, - 34175 + 33875, + 33883 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 26 }, "end": { - "line": 979, + "line": 973, "column": 34 } } }, "range": [ - 34157, - 34175 + 33865, + 33883 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 16 }, "end": { - "line": 979, + "line": 973, "column": 34 } } } ], - "kind": "var", + "kind": "let", "range": [ - 34153, - 34176 + 33861, + 33884 ], "loc": { "start": { - "line": 979, + "line": 973, "column": 12 }, "end": { - "line": 979, + "line": 973, "column": 35 } } @@ -79818,16 +79057,16 @@ "type": "Identifier", "name": "feature", "range": [ - 34193, - 34200 + 33901, + 33908 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 16 }, "end": { - "line": 980, + "line": 974, "column": 23 } } @@ -79841,16 +79080,16 @@ "type": "Identifier", "name": "Types", "range": [ - 34204, - 34209 + 33912, + 33917 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 27 }, "end": { - "line": 980, + "line": 974, "column": 32 } } @@ -79859,31 +79098,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 34210, - 34214 + 33918, + 33922 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 33 }, "end": { - "line": 980, + "line": 974, "column": 37 } } }, "range": [ - 34204, - 34214 + 33912, + 33922 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 27 }, "end": { - "line": 980, + "line": 974, "column": 37 } } @@ -79896,16 +79135,16 @@ "type": "Identifier", "name": "feature", "range": [ - 34215, - 34222 + 33923, + 33930 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 38 }, "end": { - "line": 980, + "line": 974, "column": 45 } } @@ -79914,62 +79153,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 34223, - 34230 + 33931, + 33938 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 46 }, "end": { - "line": 980, + "line": 974, "column": 53 } } }, "range": [ - 34215, - 34230 + 33923, + 33938 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 38 }, "end": { - "line": 980, + "line": 974, "column": 53 } } } ], "range": [ - 34204, - 34231 + 33912, + 33939 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 27 }, "end": { - "line": 980, + "line": 974, "column": 54 } } }, "range": [ - 34193, - 34231 + 33901, + 33939 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 16 }, "end": { - "line": 980, + "line": 974, "column": 54 } } @@ -79988,16 +79227,16 @@ "type": "Identifier", "name": "feature", "range": [ - 34251, - 34258 + 33959, + 33966 ], "loc": { "start": { - "line": 981, + "line": 975, "column": 16 }, "end": { - "line": 981, + "line": 975, "column": 23 } } @@ -80006,110 +79245,110 @@ "type": "Identifier", "name": "destroy", "range": [ - 34259, - 34266 + 33967, + 33974 ], "loc": { "start": { - "line": 981, + "line": 975, "column": 24 }, "end": { - "line": 981, + "line": 975, "column": 31 } } }, "range": [ - 34251, - 34266 + 33959, + 33974 ], "loc": { "start": { - "line": 981, + "line": 975, "column": 16 }, "end": { - "line": 981, + "line": 975, "column": 31 } } }, "arguments": [], "range": [ - 34251, - 34268 + 33959, + 33976 ], "loc": { "start": { - "line": 981, + "line": 975, "column": 16 }, "end": { - "line": 981, + "line": 975, "column": 33 } } }, "range": [ - 34251, - 34269 + 33959, + 33977 ], "loc": { "start": { - "line": 981, + "line": 975, "column": 16 }, "end": { - "line": 981, + "line": 975, "column": 34 } } } ], "range": [ - 34233, - 34283 + 33941, + 33991 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 56 }, "end": { - "line": 982, + "line": 976, "column": 13 } } }, "alternate": null, "range": [ - 34189, - 34283 + 33897, + 33991 ], "loc": { "start": { - "line": 980, + "line": 974, "column": 12 }, "end": { - "line": 982, + "line": 976, "column": 13 } } } ], "range": [ - 34139, - 34293 + 33847, + 34001 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 48 }, "end": { - "line": 983, + "line": 977, "column": 9 } } @@ -80117,47 +79356,47 @@ "generator": false, "expression": false, "range": [ - 34124, - 34293 + 33832, + 34001 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 33 }, "end": { - "line": 983, + "line": 977, "column": 9 } } } ], "range": [ - 34099, - 34294 + 33807, + 34002 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 983, + "line": 977, "column": 10 } } }, "range": [ - 34099, - 34295 + 33807, + 34003 ], "loc": { "start": { - "line": 978, + "line": 972, "column": 8 }, "end": { - "line": 983, + "line": 977, "column": 11 } }, @@ -80166,16 +79405,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34013, - 34031 + 33721, + 33739 ], "loc": { "start": { - "line": 976, + "line": 970, "column": 8 }, "end": { - "line": 976, + "line": 970, "column": 26 } } @@ -80184,16 +79423,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34040, - 34090 + 33748, + 33798 ], "loc": { "start": { - "line": 977, + "line": 971, "column": 8 }, "end": { - "line": 977, + "line": 971, "column": 58 } } @@ -80204,16 +79443,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34305, - 34329 + 34013, + 34037 ], "loc": { "start": { - "line": 985, + "line": 979, "column": 8 }, "end": { - "line": 985, + "line": 979, "column": 32 } } @@ -80228,16 +79467,16 @@ "object": { "type": "ThisExpression", "range": [ - 34342, - 34346 + 34050, + 34054 ], "loc": { "start": { - "line": 986, + "line": 980, "column": 12 }, "end": { - "line": 986, + "line": 980, "column": 16 } } @@ -80246,31 +79485,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 34347, - 34361 + 34055, + 34069 ], "loc": { "start": { - "line": 986, + "line": 980, "column": 17 }, "end": { - "line": 986, + "line": 980, "column": 31 } } }, "range": [ - 34342, - 34361 + 34050, + 34069 ], "loc": { "start": { - "line": 986, + "line": 980, "column": 12 }, "end": { - "line": 986, + "line": 980, "column": 31 } } @@ -80289,16 +79528,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 34377, - 34384 + 34085, + 34092 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 12 }, "end": { - "line": 987, + "line": 981, "column": 19 } } @@ -80307,31 +79546,31 @@ "type": "Identifier", "name": "off", "range": [ - 34385, - 34388 + 34093, + 34096 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 20 }, "end": { - "line": 987, + "line": 981, "column": 23 } } }, "range": [ - 34377, - 34388 + 34085, + 34096 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 12 }, "end": { - "line": 987, + "line": 981, "column": 23 } } @@ -80345,32 +79584,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 34390, - 34407 + 34098, + 34115 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 25 }, "end": { - "line": 987, + "line": 981, "column": 42 } } } ], "range": [ - 34389, - 34408 + 34097, + 34116 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 24 }, "end": { - "line": 987, + "line": 981, "column": 43 } } @@ -80387,16 +79626,16 @@ "object": { "type": "ThisExpression", "range": [ - 34416, - 34420 + 34124, + 34128 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 51 }, "end": { - "line": 987, + "line": 981, "column": 55 } } @@ -80405,47 +79644,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 34421, - 34438 + 34129, + 34146 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 56 }, "end": { - "line": 987, + "line": 981, "column": 73 } } }, "range": [ - 34416, - 34438 + 34124, + 34146 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 51 }, "end": { - "line": 987, + "line": 981, "column": 73 } } }, "arguments": [], "range": [ - 34416, - 34440 + 34124, + 34148 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 51 }, "end": { - "line": 987, + "line": 981, "column": 75 } } @@ -80453,79 +79692,79 @@ "generator": false, "expression": true, "range": [ - 34410, - 34440 + 34118, + 34148 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 45 }, "end": { - "line": 987, + "line": 981, "column": 75 } } } ], "range": [ - 34377, - 34441 + 34085, + 34149 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 12 }, "end": { - "line": 987, + "line": 981, "column": 76 } } }, "range": [ - 34377, - 34442 + 34085, + 34150 ], "loc": { "start": { - "line": 987, + "line": 981, "column": 12 }, "end": { - "line": 987, + "line": 981, "column": 77 } } } ], "range": [ - 34363, - 34452 + 34071, + 34160 ], "loc": { "start": { - "line": 986, + "line": 980, "column": 33 }, "end": { - "line": 988, + "line": 982, "column": 9 } } }, "alternate": null, "range": [ - 34338, - 34452 + 34046, + 34160 ], "loc": { "start": { - "line": 986, + "line": 980, "column": 8 }, "end": { - "line": 988, + "line": 982, "column": 9 } }, @@ -80534,16 +79773,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34305, - 34329 + 34013, + 34037 ], "loc": { "start": { - "line": 985, + "line": 979, "column": 8 }, "end": { - "line": 985, + "line": 979, "column": 32 } } @@ -80558,16 +79797,16 @@ "object": { "type": "ThisExpression", "range": [ - 34465, - 34469 + 34173, + 34177 ], "loc": { "start": { - "line": 989, + "line": 983, "column": 12 }, "end": { - "line": 989, + "line": 983, "column": 16 } } @@ -80576,31 +79815,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 34470, - 34483 + 34178, + 34191 ], "loc": { "start": { - "line": 989, + "line": 983, "column": 17 }, "end": { - "line": 989, + "line": 983, "column": 30 } } }, "range": [ - 34465, - 34483 + 34173, + 34191 ], "loc": { "start": { - "line": 989, + "line": 983, "column": 12 }, "end": { - "line": 989, + "line": 983, "column": 30 } } @@ -80619,16 +79858,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 34499, - 34506 + 34207, + 34214 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 12 }, "end": { - "line": 990, + "line": 984, "column": 19 } } @@ -80637,31 +79876,31 @@ "type": "Identifier", "name": "off", "range": [ - 34507, - 34510 + 34215, + 34218 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 20 }, "end": { - "line": 990, + "line": 984, "column": 23 } } }, "range": [ - 34499, - 34510 + 34207, + 34218 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 12 }, "end": { - "line": 990, + "line": 984, "column": 23 } } @@ -80675,32 +79914,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 34512, - 34529 + 34220, + 34237 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 25 }, "end": { - "line": 990, + "line": 984, "column": 42 } } } ], "range": [ - 34511, - 34530 + 34219, + 34238 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 24 }, "end": { - "line": 990, + "line": 984, "column": 43 } } @@ -80717,16 +79956,16 @@ "object": { "type": "ThisExpression", "range": [ - 34538, - 34542 + 34246, + 34250 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 51 }, "end": { - "line": 990, + "line": 984, "column": 55 } } @@ -80735,47 +79974,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 34543, - 34554 + 34251, + 34262 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 56 }, "end": { - "line": 990, + "line": 984, "column": 67 } } }, "range": [ - 34538, - 34554 + 34246, + 34262 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 51 }, "end": { - "line": 990, + "line": 984, "column": 67 } } }, "arguments": [], "range": [ - 34538, - 34556 + 34246, + 34264 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 51 }, "end": { - "line": 990, + "line": 984, "column": 69 } } @@ -80783,79 +80022,79 @@ "generator": false, "expression": true, "range": [ - 34532, - 34556 + 34240, + 34264 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 45 }, "end": { - "line": 990, + "line": 984, "column": 69 } } } ], "range": [ - 34499, - 34557 + 34207, + 34265 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 12 }, "end": { - "line": 990, + "line": 984, "column": 70 } } }, "range": [ - 34499, - 34558 + 34207, + 34266 ], "loc": { "start": { - "line": 990, + "line": 984, "column": 12 }, "end": { - "line": 990, + "line": 984, "column": 71 } } } ], "range": [ - 34485, - 34568 + 34193, + 34276 ], "loc": { "start": { - "line": 989, + "line": 983, "column": 32 }, "end": { - "line": 991, + "line": 985, "column": 9 } } }, "alternate": null, "range": [ - 34461, - 34568 + 34169, + 34276 ], "loc": { "start": { - "line": 989, + "line": 983, "column": 8 }, "end": { - "line": 991, + "line": 985, "column": 9 } } @@ -80873,16 +80112,16 @@ "object": { "type": "ThisExpression", "range": [ - 34577, - 34581 + 34285, + 34289 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 8 }, "end": { - "line": 992, + "line": 986, "column": 12 } } @@ -80891,31 +80130,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 34582, - 34589 + 34290, + 34297 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 13 }, "end": { - "line": 992, + "line": 986, "column": 20 } } }, "range": [ - 34577, - 34589 + 34285, + 34297 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 8 }, "end": { - "line": 992, + "line": 986, "column": 20 } } @@ -80924,31 +80163,31 @@ "type": "Identifier", "name": "off", "range": [ - 34590, - 34593 + 34298, + 34301 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 21 }, "end": { - "line": 992, + "line": 986, "column": 24 } } }, "range": [ - 34577, - 34593 + 34285, + 34301 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 8 }, "end": { - "line": 992, + "line": 986, "column": 24 } } @@ -80962,32 +80201,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 34595, - 34609 + 34303, + 34317 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 26 }, "end": { - "line": 992, + "line": 986, "column": 40 } } } ], "range": [ - 34594, - 34610 + 34302, + 34318 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 25 }, "end": { - "line": 992, + "line": 986, "column": 41 } } @@ -81000,16 +80239,16 @@ "type": "Identifier", "name": "tf", "range": [ - 34625, - 34627 + 34333, + 34335 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 13 }, "end": { - "line": 993, + "line": 987, "column": 15 } } @@ -81018,16 +80257,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34629, - 34635 + 34337, + 34343 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 17 }, "end": { - "line": 993, + "line": 987, "column": 23 } } @@ -81041,16 +80280,16 @@ "object": { "type": "ThisExpression", "range": [ - 34640, - 34644 + 34348, + 34352 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 28 }, "end": { - "line": 993, + "line": 987, "column": 32 } } @@ -81059,31 +80298,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 34645, - 34662 + 34353, + 34370 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 33 }, "end": { - "line": 993, + "line": 987, "column": 50 } } }, "range": [ - 34640, - 34662 + 34348, + 34370 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 28 }, "end": { - "line": 993, + "line": 987, "column": 50 } } @@ -81096,16 +80335,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34663, - 34669 + 34371, + 34377 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 51 }, "end": { - "line": 993, + "line": 987, "column": 57 } } @@ -81114,47 +80353,47 @@ "type": "Identifier", "name": "id", "range": [ - 34670, - 34672 + 34378, + 34380 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 58 }, "end": { - "line": 993, + "line": 987, "column": 60 } } }, "range": [ - 34663, - 34672 + 34371, + 34380 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 51 }, "end": { - "line": 993, + "line": 987, "column": 60 } } } ], "range": [ - 34640, - 34673 + 34348, + 34381 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 28 }, "end": { - "line": 993, + "line": 987, "column": 61 } } @@ -81162,47 +80401,47 @@ "generator": false, "expression": true, "range": [ - 34624, - 34673 + 34332, + 34381 ], "loc": { "start": { - "line": 993, + "line": 987, "column": 12 }, "end": { - "line": 993, + "line": 987, "column": 61 } } } ], "range": [ - 34577, - 34674 + 34285, + 34382 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 8 }, "end": { - "line": 993, + "line": 987, "column": 62 } } }, "range": [ - 34577, - 34675 + 34285, + 34383 ], "loc": { "start": { - "line": 992, + "line": 986, "column": 8 }, "end": { - "line": 993, + "line": 987, "column": 63 } } @@ -81218,16 +80457,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 34685, - 34688 + 34393, + 34396 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 8 }, "end": { - "line": 995, + "line": 989, "column": 11 } } @@ -81236,31 +80475,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 34689, - 34700 + 34397, + 34408 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 12 }, "end": { - "line": 995, + "line": 989, "column": 23 } } }, "range": [ - 34685, - 34700 + 34393, + 34408 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 8 }, "end": { - "line": 995, + "line": 989, "column": 23 } } @@ -81272,16 +80511,16 @@ "object": { "type": "ThisExpression", "range": [ - 34701, - 34705 + 34409, + 34413 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 24 }, "end": { - "line": 995, + "line": 989, "column": 28 } } @@ -81290,31 +80529,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 34706, - 34709 + 34414, + 34417 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 29 }, "end": { - "line": 995, + "line": 989, "column": 32 } } }, "range": [ - 34701, - 34709 + 34409, + 34417 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 24 }, "end": { - "line": 995, + "line": 989, "column": 32 } } @@ -81325,16 +80564,16 @@ "object": { "type": "ThisExpression", "range": [ - 34711, - 34715 + 34419, + 34423 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 34 }, "end": { - "line": 995, + "line": 989, "column": 38 } } @@ -81343,62 +80582,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 34716, - 34722 + 34424, + 34430 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 39 }, "end": { - "line": 995, + "line": 989, "column": 45 } } }, "range": [ - 34711, - 34722 + 34419, + 34430 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 34 }, "end": { - "line": 995, + "line": 989, "column": 45 } } } ], "range": [ - 34685, - 34723 + 34393, + 34431 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 8 }, "end": { - "line": 995, + "line": 989, "column": 46 } } }, "range": [ - 34685, - 34724 + 34393, + 34432 ], "loc": { "start": { - "line": 995, + "line": 989, "column": 8 }, "end": { - "line": 995, + "line": 989, "column": 47 } } @@ -81414,16 +80653,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 34733, - 34736 + 34441, + 34444 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 8 }, "end": { - "line": 996, + "line": 990, "column": 11 } } @@ -81432,31 +80671,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 34737, - 34748 + 34445, + 34456 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 12 }, "end": { - "line": 996, + "line": 990, "column": 23 } } }, "range": [ - 34733, - 34748 + 34441, + 34456 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 8 }, "end": { - "line": 996, + "line": 990, "column": 23 } } @@ -81468,16 +80707,16 @@ "object": { "type": "ThisExpression", "range": [ - 34749, - 34753 + 34457, + 34461 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 24 }, "end": { - "line": 996, + "line": 990, "column": 28 } } @@ -81486,31 +80725,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 34754, - 34757 + 34462, + 34465 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 29 }, "end": { - "line": 996, + "line": 990, "column": 32 } } }, "range": [ - 34749, - 34757 + 34457, + 34465 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 24 }, "end": { - "line": 996, + "line": 990, "column": 32 } } @@ -81521,16 +80760,16 @@ "object": { "type": "ThisExpression", "range": [ - 34759, - 34763 + 34467, + 34471 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 34 }, "end": { - "line": 996, + "line": 990, "column": 38 } } @@ -81539,62 +80778,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 34764, - 34778 + 34472, + 34486 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 39 }, "end": { - "line": 996, + "line": 990, "column": 53 } } }, "range": [ - 34759, - 34778 + 34467, + 34486 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 34 }, "end": { - "line": 996, + "line": 990, "column": 53 } } } ], "range": [ - 34733, - 34779 + 34441, + 34487 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 8 }, "end": { - "line": 996, + "line": 990, "column": 54 } } }, "range": [ - 34733, - 34780 + 34441, + 34488 ], "loc": { "start": { - "line": 996, + "line": 990, "column": 8 }, "end": { - "line": 996, + "line": 990, "column": 55 } } @@ -81610,16 +80849,16 @@ "object": { "type": "ThisExpression", "range": [ - 34790, - 34794 + 34498, + 34502 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 8 }, "end": { - "line": 998, + "line": 992, "column": 12 } } @@ -81628,31 +80867,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 34795, - 34807 + 34503, + 34515 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 13 }, "end": { - "line": 998, + "line": 992, "column": 25 } } }, "range": [ - 34790, - 34807 + 34498, + 34515 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 8 }, "end": { - "line": 998, + "line": 992, "column": 25 } } @@ -81662,46 +80901,46 @@ "value": 0, "raw": "0", "range": [ - 34810, - 34811 + 34518, + 34519 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 28 }, "end": { - "line": 998, + "line": 992, "column": 29 } } }, "range": [ - 34790, - 34811 + 34498, + 34519 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 8 }, "end": { - "line": 998, + "line": 992, "column": 29 } } }, "range": [ - 34790, - 34812 + 34498, + 34520 ], "loc": { "start": { - "line": 998, + "line": 992, "column": 8 }, "end": { - "line": 998, + "line": 992, "column": 30 } } @@ -81717,16 +80956,16 @@ "object": { "type": "ThisExpression", "range": [ - 34821, - 34825 + 34529, + 34533 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 8 }, "end": { - "line": 999, + "line": 993, "column": 12 } } @@ -81735,31 +80974,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 34826, - 34840 + 34534, + 34548 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 13 }, "end": { - "line": 999, + "line": 993, "column": 27 } } }, "range": [ - 34821, - 34840 + 34529, + 34548 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 8 }, "end": { - "line": 999, + "line": 993, "column": 27 } } @@ -81768,46 +81007,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 34843, - 34845 + 34551, + 34553 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 30 }, "end": { - "line": 999, + "line": 993, "column": 32 } } }, "range": [ - 34821, - 34845 + 34529, + 34553 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 8 }, "end": { - "line": 999, + "line": 993, "column": 32 } } }, "range": [ - 34821, - 34846 + 34529, + 34554 ], "loc": { "start": { - "line": 999, + "line": 993, "column": 8 }, "end": { - "line": 999, + "line": 993, "column": 33 } } @@ -81823,16 +81062,16 @@ "object": { "type": "ThisExpression", "range": [ - 34855, - 34859 + 34563, + 34567 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 8 }, "end": { - "line": 1000, + "line": 994, "column": 12 } } @@ -81841,31 +81080,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 34860, - 34866 + 34568, + 34574 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 13 }, "end": { - "line": 1000, + "line": 994, "column": 19 } } }, "range": [ - 34855, - 34866 + 34563, + 34574 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 8 }, "end": { - "line": 1000, + "line": 994, "column": 19 } } @@ -81874,46 +81113,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 34869, - 34871 + 34577, + 34579 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 22 }, "end": { - "line": 1000, + "line": 994, "column": 24 } } }, "range": [ - 34855, - 34871 + 34563, + 34579 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 8 }, "end": { - "line": 1000, + "line": 994, "column": 24 } } }, "range": [ - 34855, - 34872 + 34563, + 34580 ], "loc": { "start": { - "line": 1000, + "line": 994, "column": 8 }, "end": { - "line": 1000, + "line": 994, "column": 25 } } @@ -81929,16 +81168,16 @@ "object": { "type": "ThisExpression", "range": [ - 34881, - 34885 + 34589, + 34593 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 8 }, "end": { - "line": 1001, + "line": 995, "column": 12 } } @@ -81947,31 +81186,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 34886, - 34894 + 34594, + 34602 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 13 }, "end": { - "line": 1001, + "line": 995, "column": 21 } } }, "range": [ - 34881, - 34894 + 34589, + 34602 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 8 }, "end": { - "line": 1001, + "line": 995, "column": 21 } } @@ -81981,46 +81220,46 @@ "value": false, "raw": "false", "range": [ - 34897, - 34902 + 34605, + 34610 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 24 }, "end": { - "line": 1001, + "line": 995, "column": 29 } } }, "range": [ - 34881, - 34902 + 34589, + 34610 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 8 }, "end": { - "line": 1001, + "line": 995, "column": 29 } } }, "range": [ - 34881, - 34903 + 34589, + 34611 ], "loc": { "start": { - "line": 1001, + "line": 995, "column": 8 }, "end": { - "line": 1001, + "line": 995, "column": 30 } } @@ -82036,16 +81275,16 @@ "object": { "type": "ThisExpression", "range": [ - 34912, - 34916 + 34620, + 34624 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 8 }, "end": { - "line": 1002, + "line": 996, "column": 12 } } @@ -82054,31 +81293,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 34917, - 34928 + 34625, + 34636 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 13 }, "end": { - "line": 1002, + "line": 996, "column": 24 } } }, "range": [ - 34912, - 34928 + 34620, + 34636 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 8 }, "end": { - "line": 1002, + "line": 996, "column": 24 } } @@ -82088,62 +81327,62 @@ "value": false, "raw": "false", "range": [ - 34931, - 34936 + 34639, + 34644 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 27 }, "end": { - "line": 1002, + "line": 996, "column": 32 } } }, "range": [ - 34912, - 34936 + 34620, + 34644 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 8 }, "end": { - "line": 1002, + "line": 996, "column": 32 } } }, "range": [ - 34912, - 34937 + 34620, + 34645 ], "loc": { "start": { - "line": 1002, + "line": 996, "column": 8 }, "end": { - "line": 1002, + "line": 996, "column": 33 } } } ], "range": [ - 33028, - 34943 + 32736, + 34651 ], "loc": { "start": { - "line": 942, + "line": 936, "column": 14 }, "end": { - "line": 1003, + "line": 997, "column": 5 } } @@ -82151,16 +81390,16 @@ "generator": false, "expression": false, "range": [ - 33025, - 34943 + 32733, + 34651 ], "loc": { "start": { - "line": 942, + "line": 936, "column": 11 }, "end": { - "line": 1003, + "line": 997, "column": 5 } } @@ -82168,16 +81407,16 @@ "kind": "method", "computed": false, "range": [ - 33018, - 34943 + 32726, + 34651 ], "loc": { "start": { - "line": 942, + "line": 936, "column": 4 }, "end": { - "line": 1003, + "line": 997, "column": 5 } }, @@ -82186,16 +81425,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32975, - 33013 + 32683, + 32721 ], "loc": { "start": { - "line": 939, + "line": 933, "column": 4 }, "end": { - "line": 941, + "line": 935, "column": 7 } } @@ -82206,16 +81445,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34949, - 35038 + 34657, + 34746 ], "loc": { "start": { - "line": 1005, + "line": 999, "column": 4 }, "end": { - "line": 1007, + "line": 1001, "column": 7 } } @@ -82229,16 +81468,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 35043, - 35053 + 34751, + 34761 ], "loc": { "start": { - "line": 1008, + "line": 1002, "column": 4 }, "end": { - "line": 1008, + "line": 1002, "column": 14 } } @@ -82258,16 +81497,16 @@ "object": { "type": "ThisExpression", "range": [ - 35070, - 35074 + 34778, + 34782 ], "loc": { "start": { - "line": 1009, + "line": 1003, "column": 12 }, "end": { - "line": 1009, + "line": 1003, "column": 16 } } @@ -82276,31 +81515,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 35075, - 35081 + 34783, + 34789 ], "loc": { "start": { - "line": 1009, + "line": 1003, "column": 17 }, "end": { - "line": 1009, + "line": 1003, "column": 23 } } }, "range": [ - 35070, - 35081 + 34778, + 34789 ], "loc": { "start": { - "line": 1009, + "line": 1003, "column": 12 }, "end": { - "line": 1009, + "line": 1003, "column": 23 } } @@ -82312,48 +81551,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35097, - 35104 + 34805, + 34812 ], "loc": { "start": { - "line": 1010, + "line": 1004, "column": 12 }, "end": { - "line": 1010, + "line": 1004, "column": 19 } } } ], "range": [ - 35083, - 35114 + 34791, + 34822 ], "loc": { "start": { - "line": 1009, + "line": 1003, "column": 25 }, "end": { - "line": 1011, + "line": 1005, "column": 9 } } }, "alternate": null, "range": [ - 35066, - 35114 + 34774, + 34822 ], "loc": { "start": { - "line": 1009, + "line": 1003, "column": 8 }, "end": { - "line": 1011, + "line": 1005, "column": 9 } }, @@ -82362,16 +81601,16 @@ "type": "Block", "value": "** container div **", "range": [ - 35124, - 35147 + 34832, + 34855 ], "loc": { "start": { - "line": 1013, + "line": 1007, "column": 8 }, "end": { - "line": 1013, + "line": 1007, "column": 31 } } @@ -82387,16 +81626,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35160, - 35166 + 34868, + 34874 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 12 }, "end": { - "line": 1014, + "line": 1008, "column": 18 } } @@ -82410,16 +81649,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35169, - 35172 + 34877, + 34880 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 21 }, "end": { - "line": 1014, + "line": 1008, "column": 24 } } @@ -82428,31 +81667,31 @@ "type": "Identifier", "name": "create", "range": [ - 35173, - 35179 + 34881, + 34887 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 25 }, "end": { - "line": 1014, + "line": 1008, "column": 31 } } }, "range": [ - 35169, - 35179 + 34877, + 34887 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 21 }, "end": { - "line": 1014, + "line": 1008, "column": 31 } } @@ -82463,16 +81702,16 @@ "value": "div", "raw": "'div'", "range": [ - 35180, - 35185 + 34888, + 34893 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 32 }, "end": { - "line": 1014, + "line": 1008, "column": 37 } } @@ -82485,16 +81724,16 @@ "value": "id", "raw": "'id'", "range": [ - 35188, - 35192 + 34896, + 34900 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 40 }, "end": { - "line": 1014, + "line": 1008, "column": 44 } } @@ -82508,16 +81747,16 @@ "object": { "type": "ThisExpression", "range": [ - 35194, - 35198 + 34902, + 34906 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 46 }, "end": { - "line": 1014, + "line": 1008, "column": 50 } } @@ -82526,31 +81765,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 35199, - 35209 + 34907, + 34917 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 51 }, "end": { - "line": 1014, + "line": 1008, "column": 61 } } }, "range": [ - 35194, - 35209 + 34902, + 34917 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 46 }, "end": { - "line": 1014, + "line": 1008, "column": 61 } } @@ -82561,16 +81800,16 @@ "object": { "type": "ThisExpression", "range": [ - 35212, - 35216 + 34920, + 34924 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 64 }, "end": { - "line": 1014, + "line": 1008, "column": 68 } } @@ -82579,93 +81818,93 @@ "type": "Identifier", "name": "id", "range": [ - 35217, - 35219 + 34925, + 34927 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 69 }, "end": { - "line": 1014, + "line": 1008, "column": 71 } } }, "range": [ - 35212, - 35219 + 34920, + 34927 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 64 }, "end": { - "line": 1014, + "line": 1008, "column": 71 } } }, "range": [ - 35194, - 35219 + 34902, + 34927 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 46 }, "end": { - "line": 1014, + "line": 1008, "column": 71 } } } ], "range": [ - 35187, - 35220 + 34895, + 34928 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 39 }, "end": { - "line": 1014, + "line": 1008, "column": 72 } } } ], "range": [ - 35169, - 35221 + 34877, + 34929 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 21 }, "end": { - "line": 1014, + "line": 1008, "column": 73 } } }, "range": [ - 35160, - 35221 + 34868, + 34929 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 12 }, "end": { - "line": 1014, + "line": 1008, "column": 73 } } @@ -82673,16 +81912,16 @@ ], "kind": "let", "range": [ - 35156, - 35222 + 34864, + 34930 ], "loc": { "start": { - "line": 1014, + "line": 1008, "column": 8 }, "end": { - "line": 1014, + "line": 1008, "column": 74 } }, @@ -82691,16 +81930,16 @@ "type": "Block", "value": "** container div **", "range": [ - 35124, - 35147 + 34832, + 34855 ], "loc": { "start": { - "line": 1013, + "line": 1007, "column": 8 }, "end": { - "line": 1013, + "line": 1007, "column": 31 } } @@ -82719,16 +81958,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35231, - 35237 + 34939, + 34945 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 8 }, "end": { - "line": 1015, + "line": 1009, "column": 14 } } @@ -82737,31 +81976,31 @@ "type": "Identifier", "name": "className", "range": [ - 35238, - 35247 + 34946, + 34955 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 15 }, "end": { - "line": 1015, + "line": 1009, "column": 24 } } }, "range": [ - 35231, - 35247 + 34939, + 34955 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 8 }, "end": { - "line": 1015, + "line": 1009, "column": 24 } } @@ -82772,16 +82011,16 @@ "object": { "type": "ThisExpression", "range": [ - 35250, - 35254 + 34958, + 34962 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 27 }, "end": { - "line": 1015, + "line": 1009, "column": 31 } } @@ -82790,61 +82029,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 35255, - 35269 + 34963, + 34977 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 32 }, "end": { - "line": 1015, + "line": 1009, "column": 46 } } }, "range": [ - 35250, - 35269 + 34958, + 34977 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 27 }, "end": { - "line": 1015, + "line": 1009, "column": 46 } } }, "range": [ - 35231, - 35269 + 34939, + 34977 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 8 }, "end": { - "line": 1015, + "line": 1009, "column": 46 } } }, "range": [ - 35231, - 35270 + 34939, + 34978 ], "loc": { "start": { - "line": 1015, + "line": 1009, "column": 8 }, "end": { - "line": 1015, + "line": 1009, "column": 47 } }, @@ -82853,16 +82092,16 @@ "type": "Line", "value": "custom container", "range": [ - 35280, - 35298 + 34988, + 35006 ], "loc": { "start": { - "line": 1017, + "line": 1011, "column": 8 }, "end": { - "line": 1017, + "line": 1011, "column": 26 } } @@ -82877,16 +82116,16 @@ "object": { "type": "ThisExpression", "range": [ - 35311, - 35315 + 35019, + 35023 ], "loc": { "start": { - "line": 1018, + "line": 1012, "column": 12 }, "end": { - "line": 1018, + "line": 1012, "column": 16 } } @@ -82895,31 +82134,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35316, - 35328 + 35024, + 35036 ], "loc": { "start": { - "line": 1018, + "line": 1012, "column": 17 }, "end": { - "line": 1018, + "line": 1012, "column": 29 } } }, "range": [ - 35311, - 35328 + 35019, + 35036 ], "loc": { "start": { - "line": 1018, + "line": 1012, "column": 12 }, "end": { - "line": 1018, + "line": 1012, "column": 29 } } @@ -82943,16 +82182,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35344, - 35347 + 35052, + 35055 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 15 } } @@ -82961,31 +82200,31 @@ "type": "Identifier", "name": "id", "range": [ - 35348, - 35350 + 35056, + 35058 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 16 }, "end": { - "line": 1019, + "line": 1013, "column": 18 } } }, "range": [ - 35344, - 35350 + 35052, + 35058 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 18 } } @@ -82997,16 +82236,16 @@ "object": { "type": "ThisExpression", "range": [ - 35351, - 35355 + 35059, + 35063 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 19 }, "end": { - "line": 1019, + "line": 1013, "column": 23 } } @@ -83015,47 +82254,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35356, - 35368 + 35064, + 35076 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 24 }, "end": { - "line": 1019, + "line": 1013, "column": 36 } } }, "range": [ - 35351, - 35368 + 35059, + 35076 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 19 }, "end": { - "line": 1019, + "line": 1013, "column": 36 } } } ], "range": [ - 35344, - 35369 + 35052, + 35077 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 37 } } @@ -83064,31 +82303,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35370, - 35381 + 35078, + 35089 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 38 }, "end": { - "line": 1019, + "line": 1013, "column": 49 } } }, "range": [ - 35344, - 35381 + 35052, + 35089 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 49 } } @@ -83098,63 +82337,63 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35382, - 35388 + 35090, + 35096 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 50 }, "end": { - "line": 1019, + "line": 1013, "column": 56 } } } ], "range": [ - 35344, - 35389 + 35052, + 35097 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 57 } } }, "range": [ - 35344, - 35390 + 35052, + 35098 ], "loc": { "start": { - "line": 1019, + "line": 1013, "column": 12 }, "end": { - "line": 1019, + "line": 1013, "column": 58 } } } ], "range": [ - 35330, - 35400 + 35038, + 35108 ], "loc": { "start": { - "line": 1018, + "line": 1012, "column": 31 }, "end": { - "line": 1020, + "line": 1014, "column": 9 } }, @@ -83163,16 +82402,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 35409, - 35422 + 35117, + 35130 ], "loc": { "start": { - "line": 1021, + "line": 1015, "column": 8 }, "end": { - "line": 1021, + "line": 1015, "column": 21 } } @@ -83187,16 +82426,16 @@ "object": { "type": "ThisExpression", "range": [ - 35440, - 35444 + 35148, + 35152 ], "loc": { "start": { - "line": 1022, + "line": 1016, "column": 17 }, "end": { - "line": 1022, + "line": 1016, "column": 21 } } @@ -83205,31 +82444,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35445, - 35455 + 35153, + 35163 ], "loc": { "start": { - "line": 1022, + "line": 1016, "column": 22 }, "end": { - "line": 1022, + "line": 1016, "column": 32 } } }, "range": [ - 35440, - 35455 + 35148, + 35163 ], "loc": { "start": { - "line": 1022, + "line": 1016, "column": 17 }, "end": { - "line": 1022, + "line": 1016, "column": 32 } } @@ -83246,16 +82485,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35475, - 35485 + 35183, + 35193 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 16 }, "end": { - "line": 1023, + "line": 1017, "column": 26 } } @@ -83269,16 +82508,16 @@ "object": { "type": "ThisExpression", "range": [ - 35488, - 35492 + 35196, + 35200 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 29 }, "end": { - "line": 1023, + "line": 1017, "column": 33 } } @@ -83287,31 +82526,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 35493, - 35496 + 35201, + 35204 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 34 }, "end": { - "line": 1023, + "line": 1017, "column": 37 } } }, "range": [ - 35488, - 35496 + 35196, + 35204 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 29 }, "end": { - "line": 1023, + "line": 1017, "column": 37 } } @@ -83320,46 +82559,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35497, - 35507 + 35205, + 35215 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 38 }, "end": { - "line": 1023, + "line": 1017, "column": 48 } } }, "range": [ - 35488, - 35507 + 35196, + 35215 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 29 }, "end": { - "line": 1023, + "line": 1017, "column": 48 } } }, "range": [ - 35475, - 35507 + 35183, + 35215 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 16 }, "end": { - "line": 1023, + "line": 1017, "column": 48 } } @@ -83367,16 +82606,16 @@ ], "kind": "let", "range": [ - 35471, - 35508 + 35179, + 35216 ], "loc": { "start": { - "line": 1023, + "line": 1017, "column": 12 }, "end": { - "line": 1023, + "line": 1017, "column": 49 } } @@ -83395,16 +82634,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35521, - 35531 + 35229, + 35239 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 12 }, "end": { - "line": 1024, + "line": 1018, "column": 22 } } @@ -83413,31 +82652,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 35532, - 35543 + 35240, + 35251 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 23 }, "end": { - "line": 1024, + "line": 1018, "column": 34 } } }, "range": [ - 35521, - 35543 + 35229, + 35251 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 12 }, "end": { - "line": 1024, + "line": 1018, "column": 34 } } @@ -83446,31 +82685,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35544, - 35555 + 35252, + 35263 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 35 }, "end": { - "line": 1024, + "line": 1018, "column": 46 } } }, "range": [ - 35521, - 35555 + 35229, + 35263 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 12 }, "end": { - "line": 1024, + "line": 1018, "column": 46 } } @@ -83480,47 +82719,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35556, - 35562 + 35264, + 35270 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 47 }, "end": { - "line": 1024, + "line": 1018, "column": 53 } } } ], "range": [ - 35521, - 35563 + 35229, + 35271 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 12 }, "end": { - "line": 1024, + "line": 1018, "column": 54 } } }, "range": [ - 35521, - 35564 + 35229, + 35272 ], "loc": { "start": { - "line": 1024, + "line": 1018, "column": 12 }, "end": { - "line": 1024, + "line": 1018, "column": 55 } } @@ -83537,16 +82776,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35577, - 35583 + 35285, + 35291 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 12 }, "end": { - "line": 1025, + "line": 1019, "column": 18 } } @@ -83555,31 +82794,31 @@ "type": "Identifier", "name": "className", "range": [ - 35584, - 35593 + 35292, + 35301 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 19 }, "end": { - "line": 1025, + "line": 1019, "column": 28 } } }, "range": [ - 35577, - 35593 + 35285, + 35301 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 12 }, "end": { - "line": 1025, + "line": 1019, "column": 28 } } @@ -83591,16 +82830,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35596, - 35606 + 35304, + 35314 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 31 }, "end": { - "line": 1025, + "line": 1019, "column": 41 } } @@ -83609,77 +82848,77 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 35607, - 35625 + 35315, + 35333 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 42 }, "end": { - "line": 1025, + "line": 1019, "column": 60 } } }, "range": [ - 35596, - 35625 + 35304, + 35333 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 31 }, "end": { - "line": 1025, + "line": 1019, "column": 60 } } }, "range": [ - 35577, - 35625 + 35285, + 35333 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 12 }, "end": { - "line": 1025, + "line": 1019, "column": 60 } } }, "range": [ - 35577, - 35626 + 35285, + 35334 ], "loc": { "start": { - "line": 1025, + "line": 1019, "column": 12 }, "end": { - "line": 1025, + "line": 1019, "column": 61 } } } ], "range": [ - 35457, - 35636 + 35165, + 35344 ], "loc": { "start": { - "line": 1022, + "line": 1016, "column": 34 }, "end": { - "line": 1026, + "line": 1020, "column": 9 } }, @@ -83688,16 +82927,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35645, - 35685 + 35353, + 35393 ], "loc": { "start": { - "line": 1027, + "line": 1021, "column": 8 }, "end": { - "line": 1027, + "line": 1021, "column": 48 } } @@ -83716,16 +82955,16 @@ "type": "Identifier", "name": "cont", "range": [ - 35717, - 35721 + 35425, + 35429 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 16 }, "end": { - "line": 1029, + "line": 1023, "column": 20 } } @@ -83739,16 +82978,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35724, - 35727 + 35432, + 35435 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 23 }, "end": { - "line": 1029, + "line": 1023, "column": 26 } } @@ -83757,31 +82996,31 @@ "type": "Identifier", "name": "create", "range": [ - 35728, - 35734 + 35436, + 35442 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 27 }, "end": { - "line": 1029, + "line": 1023, "column": 33 } } }, "range": [ - 35724, - 35734 + 35432, + 35442 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 23 }, "end": { - "line": 1029, + "line": 1023, "column": 33 } } @@ -83792,64 +83031,64 @@ "value": "caption", "raw": "'caption'", "range": [ - 35735, - 35744 + 35443, + 35452 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 34 }, "end": { - "line": 1029, + "line": 1023, "column": 43 } } } ], "range": [ - 35724, - 35745 + 35432, + 35453 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 23 }, "end": { - "line": 1029, + "line": 1023, "column": 44 } } }, "range": [ - 35717, - 35745 + 35425, + 35453 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 16 }, "end": { - "line": 1029, + "line": 1023, "column": 44 } } } ], - "kind": "var", + "kind": "let", "range": [ - 35713, - 35746 + 35421, + 35454 ], "loc": { "start": { - "line": 1029, + "line": 1023, "column": 12 }, "end": { - "line": 1029, + "line": 1023, "column": 45 } } @@ -83865,16 +83104,16 @@ "type": "Identifier", "name": "cont", "range": [ - 35759, - 35763 + 35467, + 35471 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 12 }, "end": { - "line": 1030, + "line": 1024, "column": 16 } } @@ -83883,31 +83122,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35764, - 35775 + 35472, + 35483 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 17 }, "end": { - "line": 1030, + "line": 1024, "column": 28 } } }, "range": [ - 35759, - 35775 + 35467, + 35483 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 12 }, "end": { - "line": 1030, + "line": 1024, "column": 28 } } @@ -83917,47 +83156,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35776, - 35782 + 35484, + 35490 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 29 }, "end": { - "line": 1030, + "line": 1024, "column": 35 } } } ], "range": [ - 35759, - 35783 + 35467, + 35491 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 12 }, "end": { - "line": 1030, + "line": 1024, "column": 36 } } }, "range": [ - 35759, - 35784 + 35467, + 35492 ], "loc": { "start": { - "line": 1030, + "line": 1024, "column": 12 }, "end": { - "line": 1030, + "line": 1024, "column": 37 } } @@ -83975,16 +83214,16 @@ "object": { "type": "ThisExpression", "range": [ - 35797, - 35801 + 35505, + 35509 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 12 }, "end": { - "line": 1031, + "line": 1025, "column": 16 } } @@ -83993,31 +83232,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 35802, - 35805 + 35510, + 35513 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 17 }, "end": { - "line": 1031, + "line": 1025, "column": 20 } } }, "range": [ - 35797, - 35805 + 35505, + 35513 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 12 }, "end": { - "line": 1031, + "line": 1025, "column": 20 } } @@ -84026,31 +83265,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 35806, - 35818 + 35514, + 35526 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 21 }, "end": { - "line": 1031, + "line": 1025, "column": 33 } } }, "range": [ - 35797, - 35818 + 35505, + 35526 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 12 }, "end": { - "line": 1031, + "line": 1025, "column": 33 } } @@ -84060,16 +83299,16 @@ "type": "Identifier", "name": "cont", "range": [ - 35819, - 35823 + 35527, + 35531 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 34 }, "end": { - "line": 1031, + "line": 1025, "column": 38 } } @@ -84083,16 +83322,16 @@ "object": { "type": "ThisExpression", "range": [ - 35825, - 35829 + 35533, + 35537 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 40 }, "end": { - "line": 1031, + "line": 1025, "column": 44 } } @@ -84101,31 +83340,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 35830, - 35833 + 35538, + 35541 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 45 }, "end": { - "line": 1031, + "line": 1025, "column": 48 } } }, "range": [ - 35825, - 35833 + 35533, + 35541 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 40 }, "end": { - "line": 1031, + "line": 1025, "column": 48 } } @@ -84134,78 +83373,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 35834, - 35844 + 35542, + 35552 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 49 }, "end": { - "line": 1031, + "line": 1025, "column": 59 } } }, "range": [ - 35825, - 35844 + 35533, + 35552 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 40 }, "end": { - "line": 1031, + "line": 1025, "column": 59 } } } ], "range": [ - 35797, - 35845 + 35505, + 35553 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 12 }, "end": { - "line": 1031, + "line": 1025, "column": 60 } } }, "range": [ - 35797, - 35846 + 35505, + 35554 ], "loc": { "start": { - "line": 1031, + "line": 1025, "column": 12 }, "end": { - "line": 1031, + "line": 1025, "column": 61 } } } ], "range": [ - 35699, - 35856 + 35407, + 35564 ], "loc": { "start": { - "line": 1028, + "line": 1022, "column": 13 }, "end": { - "line": 1032, + "line": 1026, "column": 9 } }, @@ -84214,16 +83453,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35645, - 35685 + 35353, + 35393 ], "loc": { "start": { - "line": 1027, + "line": 1021, "column": 8 }, "end": { - "line": 1027, + "line": 1021, "column": 48 } } @@ -84231,16 +83470,16 @@ ] }, "range": [ - 35436, - 35856 + 35144, + 35564 ], "loc": { "start": { - "line": 1022, + "line": 1016, "column": 13 }, "end": { - "line": 1032, + "line": 1026, "column": 9 } }, @@ -84249,16 +83488,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 35409, - 35422 + 35117, + 35130 ], "loc": { "start": { - "line": 1021, + "line": 1015, "column": 8 }, "end": { - "line": 1021, + "line": 1015, "column": 21 } } @@ -84266,16 +83505,16 @@ ] }, "range": [ - 35307, - 35856 + 35015, + 35564 ], "loc": { "start": { - "line": 1018, + "line": 1012, "column": 8 }, "end": { - "line": 1032, + "line": 1026, "column": 9 } }, @@ -84284,16 +83523,16 @@ "type": "Line", "value": "custom container", "range": [ - 35280, - 35298 + 34988, + 35006 ], "loc": { "start": { - "line": 1017, + "line": 1011, "column": 8 }, "end": { - "line": 1017, + "line": 1011, "column": 26 } } @@ -84311,16 +83550,16 @@ "object": { "type": "ThisExpression", "range": [ - 35865, - 35869 + 35573, + 35577 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 8 }, "end": { - "line": 1033, + "line": 1027, "column": 12 } } @@ -84329,31 +83568,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 35870, - 35876 + 35578, + 35584 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 13 }, "end": { - "line": 1033, + "line": 1027, "column": 19 } } }, "range": [ - 35865, - 35876 + 35573, + 35584 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 8 }, "end": { - "line": 1033, + "line": 1027, "column": 19 } } @@ -84367,16 +83606,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35879, - 35882 + 35587, + 35590 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 22 }, "end": { - "line": 1033, + "line": 1027, "column": 25 } } @@ -84385,31 +83624,31 @@ "type": "Identifier", "name": "id", "range": [ - 35883, - 35885 + 35591, + 35593 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 26 }, "end": { - "line": 1033, + "line": 1027, "column": 28 } } }, "range": [ - 35879, - 35885 + 35587, + 35593 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 22 }, "end": { - "line": 1033, + "line": 1027, "column": 28 } } @@ -84424,16 +83663,16 @@ "object": { "type": "ThisExpression", "range": [ - 35886, - 35890 + 35594, + 35598 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 29 }, "end": { - "line": 1033, + "line": 1027, "column": 33 } } @@ -84442,31 +83681,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 35891, - 35901 + 35599, + 35609 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 34 }, "end": { - "line": 1033, + "line": 1027, "column": 44 } } }, "range": [ - 35886, - 35901 + 35594, + 35609 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 29 }, "end": { - "line": 1033, + "line": 1027, "column": 44 } } @@ -84477,16 +83716,16 @@ "object": { "type": "ThisExpression", "range": [ - 35904, - 35908 + 35612, + 35616 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 47 }, "end": { - "line": 1033, + "line": 1027, "column": 51 } } @@ -84495,92 +83734,92 @@ "type": "Identifier", "name": "id", "range": [ - 35909, - 35911 + 35617, + 35619 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 52 }, "end": { - "line": 1033, + "line": 1027, "column": 54 } } }, "range": [ - 35904, - 35911 + 35612, + 35619 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 47 }, "end": { - "line": 1033, + "line": 1027, "column": 54 } } }, "range": [ - 35886, - 35911 + 35594, + 35619 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 29 }, "end": { - "line": 1033, + "line": 1027, "column": 54 } } } ], "range": [ - 35879, - 35912 + 35587, + 35620 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 22 }, "end": { - "line": 1033, + "line": 1027, "column": 55 } } }, "range": [ - 35865, - 35912 + 35573, + 35620 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 8 }, "end": { - "line": 1033, + "line": 1027, "column": 55 } } }, "range": [ - 35865, - 35913 + 35573, + 35621 ], "loc": { "start": { - "line": 1033, + "line": 1027, "column": 8 }, "end": { - "line": 1033, + "line": 1027, "column": 56 } }, @@ -84589,16 +83828,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35923, - 35969 + 35631, + 35677 ], "loc": { "start": { - "line": 1035, + "line": 1029, "column": 8 }, "end": { - "line": 1035, + "line": 1029, "column": 54 } } @@ -84614,16 +83853,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35982, - 35986 + 35690, + 35694 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 12 }, "end": { - "line": 1036, + "line": 1030, "column": 16 } } @@ -84637,16 +83876,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35989, - 35992 + 35697, + 35700 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 19 }, "end": { - "line": 1036, + "line": 1030, "column": 22 } } @@ -84655,31 +83894,31 @@ "type": "Identifier", "name": "create", "range": [ - 35993, - 35999 + 35701, + 35707 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 23 }, "end": { - "line": 1036, + "line": 1030, "column": 29 } } }, "range": [ - 35989, - 35999 + 35697, + 35707 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 19 }, "end": { - "line": 1036, + "line": 1030, "column": 29 } } @@ -84690,16 +83929,16 @@ "value": "div", "raw": "'div'", "range": [ - 36000, - 36005 + 35708, + 35713 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 30 }, "end": { - "line": 1036, + "line": 1030, "column": 35 } } @@ -84712,16 +83951,16 @@ "value": "id", "raw": "'id'", "range": [ - 36008, - 36012 + 35716, + 35720 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 38 }, "end": { - "line": 1036, + "line": 1030, "column": 42 } } @@ -84735,16 +83974,16 @@ "object": { "type": "ThisExpression", "range": [ - 36014, - 36018 + 35722, + 35726 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 44 }, "end": { - "line": 1036, + "line": 1030, "column": 48 } } @@ -84753,31 +83992,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 36019, - 36027 + 35727, + 35735 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 49 }, "end": { - "line": 1036, + "line": 1030, "column": 57 } } }, "range": [ - 36014, - 36027 + 35722, + 35735 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 44 }, "end": { - "line": 1036, + "line": 1030, "column": 57 } } @@ -84788,16 +84027,16 @@ "object": { "type": "ThisExpression", "range": [ - 36030, - 36034 + 35738, + 35742 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 60 }, "end": { - "line": 1036, + "line": 1030, "column": 64 } } @@ -84806,93 +84045,93 @@ "type": "Identifier", "name": "id", "range": [ - 36035, - 36037 + 35743, + 35745 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 65 }, "end": { - "line": 1036, + "line": 1030, "column": 67 } } }, "range": [ - 36030, - 36037 + 35738, + 35745 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 60 }, "end": { - "line": 1036, + "line": 1030, "column": 67 } } }, "range": [ - 36014, - 36037 + 35722, + 35745 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 44 }, "end": { - "line": 1036, + "line": 1030, "column": 67 } } } ], "range": [ - 36007, - 36038 + 35715, + 35746 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 37 }, "end": { - "line": 1036, + "line": 1030, "column": 68 } } } ], "range": [ - 35989, - 36039 + 35697, + 35747 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 19 }, "end": { - "line": 1036, + "line": 1030, "column": 69 } } }, "range": [ - 35982, - 36039 + 35690, + 35747 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 12 }, "end": { - "line": 1036, + "line": 1030, "column": 69 } } @@ -84900,16 +84139,16 @@ ], "kind": "let", "range": [ - 35978, - 36040 + 35686, + 35748 ], "loc": { "start": { - "line": 1036, + "line": 1030, "column": 8 }, "end": { - "line": 1036, + "line": 1030, "column": 70 } }, @@ -84918,16 +84157,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35923, - 35969 + 35631, + 35677 ], "loc": { "start": { - "line": 1035, + "line": 1029, "column": 8 }, "end": { - "line": 1035, + "line": 1029, "column": 54 } } @@ -84946,16 +84185,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 36049, - 36053 + 35757, + 35761 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 8 }, "end": { - "line": 1037, + "line": 1031, "column": 12 } } @@ -84964,31 +84203,31 @@ "type": "Identifier", "name": "className", "range": [ - 36054, - 36063 + 35762, + 35771 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 13 }, "end": { - "line": 1037, + "line": 1031, "column": 22 } } }, "range": [ - 36049, - 36063 + 35757, + 35771 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 8 }, "end": { - "line": 1037, + "line": 1031, "column": 22 } } @@ -84999,16 +84238,16 @@ "object": { "type": "ThisExpression", "range": [ - 36066, - 36070 + 35774, + 35778 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 25 }, "end": { - "line": 1037, + "line": 1031, "column": 29 } } @@ -85017,61 +84256,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 36071, - 36083 + 35779, + 35791 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 30 }, "end": { - "line": 1037, + "line": 1031, "column": 42 } } }, "range": [ - 36066, - 36083 + 35774, + 35791 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 25 }, "end": { - "line": 1037, + "line": 1031, "column": 42 } } }, "range": [ - 36049, - 36083 + 35757, + 35791 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 8 }, "end": { - "line": 1037, + "line": 1031, "column": 42 } } }, "range": [ - 36049, - 36084 + 35757, + 35792 ], "loc": { "start": { - "line": 1037, + "line": 1031, "column": 8 }, "end": { - "line": 1037, + "line": 1031, "column": 43 } } @@ -85087,16 +84326,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36093, - 36099 + 35801, + 35807 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 8 }, "end": { - "line": 1038, + "line": 1032, "column": 14 } } @@ -85105,31 +84344,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36100, - 36111 + 35808, + 35819 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 15 }, "end": { - "line": 1038, + "line": 1032, "column": 26 } } }, "range": [ - 36093, - 36111 + 35801, + 35819 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 8 }, "end": { - "line": 1038, + "line": 1032, "column": 26 } } @@ -85139,47 +84378,47 @@ "type": "Identifier", "name": "ldiv", "range": [ - 36112, - 36116 + 35820, + 35824 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 27 }, "end": { - "line": 1038, + "line": 1032, "column": 31 } } } ], "range": [ - 36093, - 36117 + 35801, + 35825 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 8 }, "end": { - "line": 1038, + "line": 1032, "column": 32 } } }, "range": [ - 36093, - 36118 + 35801, + 35826 ], "loc": { "start": { - "line": 1038, + "line": 1032, "column": 8 }, "end": { - "line": 1038, + "line": 1032, "column": 33 } } @@ -85195,16 +84434,16 @@ "object": { "type": "ThisExpression", "range": [ - 36127, - 36131 + 35835, + 35839 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 8 }, "end": { - "line": 1039, + "line": 1033, "column": 12 } } @@ -85213,31 +84452,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 36132, - 36136 + 35840, + 35844 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 13 }, "end": { - "line": 1039, + "line": 1033, "column": 17 } } }, "range": [ - 36127, - 36136 + 35835, + 35844 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 8 }, "end": { - "line": 1039, + "line": 1033, "column": 17 } } @@ -85251,16 +84490,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 36139, - 36142 + 35847, + 35850 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 20 }, "end": { - "line": 1039, + "line": 1033, "column": 23 } } @@ -85269,31 +84508,31 @@ "type": "Identifier", "name": "id", "range": [ - 36143, - 36145 + 35851, + 35853 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 24 }, "end": { - "line": 1039, + "line": 1033, "column": 26 } } }, "range": [ - 36139, - 36145 + 35847, + 35853 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 20 }, "end": { - "line": 1039, + "line": 1033, "column": 26 } } @@ -85308,16 +84547,16 @@ "object": { "type": "ThisExpression", "range": [ - 36146, - 36150 + 35854, + 35858 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 27 }, "end": { - "line": 1039, + "line": 1033, "column": 31 } } @@ -85326,31 +84565,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 36151, - 36159 + 35859, + 35867 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 32 }, "end": { - "line": 1039, + "line": 1033, "column": 40 } } }, "range": [ - 36146, - 36159 + 35854, + 35867 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 27 }, "end": { - "line": 1039, + "line": 1033, "column": 40 } } @@ -85361,16 +84600,16 @@ "object": { "type": "ThisExpression", "range": [ - 36162, - 36166 + 35870, + 35874 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 43 }, "end": { - "line": 1039, + "line": 1033, "column": 47 } } @@ -85379,92 +84618,92 @@ "type": "Identifier", "name": "id", "range": [ - 36167, - 36169 + 35875, + 35877 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 48 }, "end": { - "line": 1039, + "line": 1033, "column": 50 } } }, "range": [ - 36162, - 36169 + 35870, + 35877 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 43 }, "end": { - "line": 1039, + "line": 1033, "column": 50 } } }, "range": [ - 36146, - 36169 + 35854, + 35877 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 27 }, "end": { - "line": 1039, + "line": 1033, "column": 50 } } } ], "range": [ - 36139, - 36170 + 35847, + 35878 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 20 }, "end": { - "line": 1039, + "line": 1033, "column": 51 } } }, "range": [ - 36127, - 36170 + 35835, + 35878 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 8 }, "end": { - "line": 1039, + "line": 1033, "column": 51 } } }, "range": [ - 36127, - 36171 + 35835, + 35879 ], "loc": { "start": { - "line": 1039, + "line": 1033, "column": 8 }, "end": { - "line": 1039, + "line": 1033, "column": 52 } }, @@ -85473,16 +84712,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 36181, - 36275 + 35889, + 35983 ], "loc": { "start": { - "line": 1041, + "line": 1035, "column": 8 }, "end": { - "line": 1042, + "line": 1036, "column": 52 } } @@ -85498,16 +84737,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36288, - 36292 + 35996, + 36000 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 12 }, "end": { - "line": 1043, + "line": 1037, "column": 16 } } @@ -85521,16 +84760,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 36295, - 36298 + 36003, + 36006 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 19 }, "end": { - "line": 1043, + "line": 1037, "column": 22 } } @@ -85539,31 +84778,31 @@ "type": "Identifier", "name": "create", "range": [ - 36299, - 36305 + 36007, + 36013 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 23 }, "end": { - "line": 1043, + "line": 1037, "column": 29 } } }, "range": [ - 36295, - 36305 + 36003, + 36013 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 19 }, "end": { - "line": 1043, + "line": 1037, "column": 29 } } @@ -85574,16 +84813,16 @@ "value": "div", "raw": "'div'", "range": [ - 36306, - 36311 + 36014, + 36019 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 30 }, "end": { - "line": 1043, + "line": 1037, "column": 35 } } @@ -85596,16 +84835,16 @@ "value": "id", "raw": "'id'", "range": [ - 36314, - 36318 + 36022, + 36026 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 38 }, "end": { - "line": 1043, + "line": 1037, "column": 42 } } @@ -85619,16 +84858,16 @@ "object": { "type": "ThisExpression", "range": [ - 36320, - 36324 + 36028, + 36032 ], "loc": { "start": { - "line": 1043, + "line": 1037, "column": 44 }, "end": { - "line": 1043, + "line": 1037, "column": 48 } } @@ -85637,8 +84876,892 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 36325, - 36333 + 36033, + 36041 + ], + "loc": { + "start": { + "line": 1037, + "column": 49 + }, + "end": { + "line": 1037, + "column": 57 + } + } + }, + "range": [ + 36028, + 36041 + ], + "loc": { + "start": { + "line": 1037, + "column": 44 + }, + "end": { + "line": 1037, + "column": 57 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36044, + 36048 + ], + "loc": { + "start": { + "line": 1037, + "column": 60 + }, + "end": { + "line": 1037, + "column": 64 + } + } + }, + "property": { + "type": "Identifier", + "name": "id", + "range": [ + 36049, + 36051 + ], + "loc": { + "start": { + "line": 1037, + "column": 65 + }, + "end": { + "line": 1037, + "column": 67 + } + } + }, + "range": [ + 36044, + 36051 + ], + "loc": { + "start": { + "line": 1037, + "column": 60 + }, + "end": { + "line": 1037, + "column": 67 + } + } + }, + "range": [ + 36028, + 36051 + ], + "loc": { + "start": { + "line": 1037, + "column": 44 + }, + "end": { + "line": 1037, + "column": 67 + } + } + } + ], + "range": [ + 36021, + 36052 + ], + "loc": { + "start": { + "line": 1037, + "column": 37 + }, + "end": { + "line": 1037, + "column": 68 + } + } + } + ], + "range": [ + 36003, + 36053 + ], + "loc": { + "start": { + "line": 1037, + "column": 19 + }, + "end": { + "line": 1037, + "column": 69 + } + } + }, + "range": [ + 35996, + 36053 + ], + "loc": { + "start": { + "line": 1037, + "column": 12 + }, + "end": { + "line": 1037, + "column": 69 + } + } + } + ], + "kind": "let", + "range": [ + 35992, + 36054 + ], + "loc": { + "start": { + "line": 1037, + "column": 8 + }, + "end": { + "line": 1037, + "column": 70 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** right div containing reset button\n + nb results per page select **", + "range": [ + 35889, + 35983 + ], + "loc": { + "start": { + "line": 1035, + "column": 8 + }, + "end": { + "line": 1036, + "column": 52 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "rdiv", + "range": [ + 36063, + 36067 + ], + "loc": { + "start": { + "line": 1038, + "column": 8 + }, + "end": { + "line": 1038, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "className", + "range": [ + 36068, + 36077 + ], + "loc": { + "start": { + "line": 1038, + "column": 13 + }, + "end": { + "line": 1038, + "column": 22 + } + } + }, + "range": [ + 36063, + 36077 + ], + "loc": { + "start": { + "line": 1038, + "column": 8 + }, + "end": { + "line": 1038, + "column": 22 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36080, + 36084 + ], + "loc": { + "start": { + "line": 1038, + "column": 25 + }, + "end": { + "line": 1038, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "rDivCssClass", + "range": [ + 36085, + 36097 + ], + "loc": { + "start": { + "line": 1038, + "column": 30 + }, + "end": { + "line": 1038, + "column": 42 + } + } + }, + "range": [ + 36080, + 36097 + ], + "loc": { + "start": { + "line": 1038, + "column": 25 + }, + "end": { + "line": 1038, + "column": 42 + } + } + }, + "range": [ + 36063, + 36097 + ], + "loc": { + "start": { + "line": 1038, + "column": 8 + }, + "end": { + "line": 1038, + "column": 42 + } + } + }, + "range": [ + 36063, + 36098 + ], + "loc": { + "start": { + "line": 1038, + "column": 8 + }, + "end": { + "line": 1038, + "column": 43 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "infdiv", + "range": [ + 36107, + 36113 + ], + "loc": { + "start": { + "line": 1039, + "column": 8 + }, + "end": { + "line": 1039, + "column": 14 + } + } + }, + "property": { + "type": "Identifier", + "name": "appendChild", + "range": [ + 36114, + 36125 + ], + "loc": { + "start": { + "line": 1039, + "column": 15 + }, + "end": { + "line": 1039, + "column": 26 + } + } + }, + "range": [ + 36107, + 36125 + ], + "loc": { + "start": { + "line": 1039, + "column": 8 + }, + "end": { + "line": 1039, + "column": 26 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "rdiv", + "range": [ + 36126, + 36130 + ], + "loc": { + "start": { + "line": 1039, + "column": 27 + }, + "end": { + "line": 1039, + "column": 31 + } + } + } + ], + "range": [ + 36107, + 36131 + ], + "loc": { + "start": { + "line": 1039, + "column": 8 + }, + "end": { + "line": 1039, + "column": 32 + } + } + }, + "range": [ + 36107, + 36132 + ], + "loc": { + "start": { + "line": 1039, + "column": 8 + }, + "end": { + "line": 1039, + "column": 33 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36141, + 36145 + ], + "loc": { + "start": { + "line": 1040, + "column": 8 + }, + "end": { + "line": 1040, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "rDiv", + "range": [ + 36146, + 36150 + ], + "loc": { + "start": { + "line": 1040, + "column": 13 + }, + "end": { + "line": 1040, + "column": 17 + } + } + }, + "range": [ + 36141, + 36150 + ], + "loc": { + "start": { + "line": 1040, + "column": 8 + }, + "end": { + "line": 1040, + "column": 17 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Dom", + "range": [ + 36153, + 36156 + ], + "loc": { + "start": { + "line": 1040, + "column": 20 + }, + "end": { + "line": 1040, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "id", + "range": [ + 36157, + 36159 + ], + "loc": { + "start": { + "line": 1040, + "column": 24 + }, + "end": { + "line": 1040, + "column": 26 + } + } + }, + "range": [ + 36153, + 36159 + ], + "loc": { + "start": { + "line": 1040, + "column": 20 + }, + "end": { + "line": 1040, + "column": 26 + } + } + }, + "arguments": [ + { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36160, + 36164 + ], + "loc": { + "start": { + "line": 1040, + "column": 27 + }, + "end": { + "line": 1040, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxRDiv", + "range": [ + 36165, + 36173 + ], + "loc": { + "start": { + "line": 1040, + "column": 32 + }, + "end": { + "line": 1040, + "column": 40 + } + } + }, + "range": [ + 36160, + 36173 + ], + "loc": { + "start": { + "line": 1040, + "column": 27 + }, + "end": { + "line": 1040, + "column": 40 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36176, + 36180 + ], + "loc": { + "start": { + "line": 1040, + "column": 43 + }, + "end": { + "line": 1040, + "column": 47 + } + } + }, + "property": { + "type": "Identifier", + "name": "id", + "range": [ + 36181, + 36183 + ], + "loc": { + "start": { + "line": 1040, + "column": 48 + }, + "end": { + "line": 1040, + "column": 50 + } + } + }, + "range": [ + 36176, + 36183 + ], + "loc": { + "start": { + "line": 1040, + "column": 43 + }, + "end": { + "line": 1040, + "column": 50 + } + } + }, + "range": [ + 36160, + 36183 + ], + "loc": { + "start": { + "line": 1040, + "column": 27 + }, + "end": { + "line": 1040, + "column": 50 + } + } + } + ], + "range": [ + 36153, + 36184 + ], + "loc": { + "start": { + "line": 1040, + "column": 20 + }, + "end": { + "line": 1040, + "column": 51 + } + } + }, + "range": [ + 36141, + 36184 + ], + "loc": { + "start": { + "line": 1040, + "column": 8 + }, + "end": { + "line": 1040, + "column": 51 + } + } + }, + "range": [ + 36141, + 36185 + ], + "loc": { + "start": { + "line": 1040, + "column": 8 + }, + "end": { + "line": 1040, + "column": 52 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "** mid div containing paging elements **", + "range": [ + 36195, + 36239 + ], + "loc": { + "start": { + "line": 1042, + "column": 8 + }, + "end": { + "line": 1042, + "column": 52 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "mdiv", + "range": [ + 36252, + 36256 + ], + "loc": { + "start": { + "line": 1043, + "column": 12 + }, + "end": { + "line": 1043, + "column": 16 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Dom", + "range": [ + 36259, + 36262 + ], + "loc": { + "start": { + "line": 1043, + "column": 19 + }, + "end": { + "line": 1043, + "column": 22 + } + } + }, + "property": { + "type": "Identifier", + "name": "create", + "range": [ + 36263, + 36269 + ], + "loc": { + "start": { + "line": 1043, + "column": 23 + }, + "end": { + "line": 1043, + "column": 29 + } + } + }, + "range": [ + 36259, + 36269 + ], + "loc": { + "start": { + "line": 1043, + "column": 19 + }, + "end": { + "line": 1043, + "column": 29 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "div", + "raw": "'div'", + "range": [ + 36270, + 36275 + ], + "loc": { + "start": { + "line": 1043, + "column": 30 + }, + "end": { + "line": 1043, + "column": 35 + } + } + }, + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "id", + "raw": "'id'", + "range": [ + 36278, + 36282 + ], + "loc": { + "start": { + "line": 1043, + "column": 38 + }, + "end": { + "line": 1043, + "column": 42 + } + } + }, + { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 36284, + 36288 + ], + "loc": { + "start": { + "line": 1043, + "column": 44 + }, + "end": { + "line": 1043, + "column": 48 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxMDiv", + "range": [ + 36289, + 36297 ], "loc": { "start": { @@ -85652,8 +85775,8 @@ } }, "range": [ - 36320, - 36333 + 36284, + 36297 ], "loc": { "start": { @@ -85672,8 +85795,8 @@ "object": { "type": "ThisExpression", "range": [ - 36336, - 36340 + 36300, + 36304 ], "loc": { "start": { @@ -85690,8 +85813,8 @@ "type": "Identifier", "name": "id", "range": [ - 36341, - 36343 + 36305, + 36307 ], "loc": { "start": { @@ -85705,8 +85828,8 @@ } }, "range": [ - 36336, - 36343 + 36300, + 36307 ], "loc": { "start": { @@ -85720,8 +85843,8 @@ } }, "range": [ - 36320, - 36343 + 36284, + 36307 ], "loc": { "start": { @@ -85736,8 +85859,8 @@ } ], "range": [ - 36313, - 36344 + 36277, + 36308 ], "loc": { "start": { @@ -85752,8 +85875,8 @@ } ], "range": [ - 36295, - 36345 + 36259, + 36309 ], "loc": { "start": { @@ -85767,8 +85890,8 @@ } }, "range": [ - 36288, - 36345 + 36252, + 36309 ], "loc": { "start": { @@ -85784,8 +85907,8 @@ ], "kind": "let", "range": [ - 36284, - 36346 + 36248, + 36310 ], "loc": { "start": { @@ -85800,14 +85923,14 @@ "leadingComments": [ { "type": "Block", - "value": "** right div containing reset button\n + nb results per page select **", + "value": "** mid div containing paging elements **", "range": [ - 36181, - 36275 + 36195, + 36239 ], "loc": { "start": { - "line": 1041, + "line": 1042, "column": 8 }, "end": { @@ -85828,10 +85951,10 @@ "computed": false, "object": { "type": "Identifier", - "name": "rdiv", + "name": "mdiv", "range": [ - 36355, - 36359 + 36319, + 36323 ], "loc": { "start": { @@ -85848,8 +85971,8 @@ "type": "Identifier", "name": "className", "range": [ - 36360, - 36369 + 36324, + 36333 ], "loc": { "start": { @@ -85863,8 +85986,8 @@ } }, "range": [ - 36355, - 36369 + 36319, + 36333 ], "loc": { "start": { @@ -85883,8 +86006,8 @@ "object": { "type": "ThisExpression", "range": [ - 36372, - 36376 + 36336, + 36340 ], "loc": { "start": { @@ -85897,949 +86020,65 @@ } } }, - "property": { - "type": "Identifier", - "name": "rDivCssClass", - "range": [ - 36377, - 36389 - ], - "loc": { - "start": { - "line": 1044, - "column": 30 - }, - "end": { - "line": 1044, - "column": 42 - } - } - }, - "range": [ - 36372, - 36389 - ], - "loc": { - "start": { - "line": 1044, - "column": 25 - }, - "end": { - "line": 1044, - "column": 42 - } - } - }, - "range": [ - 36355, - 36389 - ], - "loc": { - "start": { - "line": 1044, - "column": 8 - }, - "end": { - "line": 1044, - "column": 42 - } - } - }, - "range": [ - 36355, - 36390 - ], - "loc": { - "start": { - "line": 1044, - "column": 8 - }, - "end": { - "line": 1044, - "column": 43 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "infdiv", - "range": [ - 36399, - 36405 - ], - "loc": { - "start": { - "line": 1045, - "column": 8 - }, - "end": { - "line": 1045, - "column": 14 - } - } - }, - "property": { - "type": "Identifier", - "name": "appendChild", - "range": [ - 36406, - 36417 - ], - "loc": { - "start": { - "line": 1045, - "column": 15 - }, - "end": { - "line": 1045, - "column": 26 - } - } - }, - "range": [ - 36399, - 36417 - ], - "loc": { - "start": { - "line": 1045, - "column": 8 - }, - "end": { - "line": 1045, - "column": 26 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "rdiv", - "range": [ - 36418, - 36422 - ], - "loc": { - "start": { - "line": 1045, - "column": 27 - }, - "end": { - "line": 1045, - "column": 31 - } - } - } - ], - "range": [ - 36399, - 36423 - ], - "loc": { - "start": { - "line": 1045, - "column": 8 - }, - "end": { - "line": 1045, - "column": 32 - } - } - }, - "range": [ - 36399, - 36424 - ], - "loc": { - "start": { - "line": 1045, - "column": 8 - }, - "end": { - "line": 1045, - "column": 33 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36433, - 36437 - ], - "loc": { - "start": { - "line": 1046, - "column": 8 - }, - "end": { - "line": 1046, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "rDiv", - "range": [ - 36438, - 36442 - ], - "loc": { - "start": { - "line": 1046, - "column": 13 - }, - "end": { - "line": 1046, - "column": 17 - } - } - }, - "range": [ - 36433, - 36442 - ], - "loc": { - "start": { - "line": 1046, - "column": 8 - }, - "end": { - "line": 1046, - "column": 17 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Dom", - "range": [ - 36445, - 36448 - ], - "loc": { - "start": { - "line": 1046, - "column": 20 - }, - "end": { - "line": 1046, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "id", - "range": [ - 36449, - 36451 - ], - "loc": { - "start": { - "line": 1046, - "column": 24 - }, - "end": { - "line": 1046, - "column": 26 - } - } - }, - "range": [ - 36445, - 36451 - ], - "loc": { - "start": { - "line": 1046, - "column": 20 - }, - "end": { - "line": 1046, - "column": 26 - } - } - }, - "arguments": [ - { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36452, - 36456 - ], - "loc": { - "start": { - "line": 1046, - "column": 27 - }, - "end": { - "line": 1046, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxRDiv", - "range": [ - 36457, - 36465 - ], - "loc": { - "start": { - "line": 1046, - "column": 32 - }, - "end": { - "line": 1046, - "column": 40 - } - } - }, - "range": [ - 36452, - 36465 - ], - "loc": { - "start": { - "line": 1046, - "column": 27 - }, - "end": { - "line": 1046, - "column": 40 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36468, - 36472 - ], - "loc": { - "start": { - "line": 1046, - "column": 43 - }, - "end": { - "line": 1046, - "column": 47 - } - } - }, - "property": { - "type": "Identifier", - "name": "id", - "range": [ - 36473, - 36475 - ], - "loc": { - "start": { - "line": 1046, - "column": 48 - }, - "end": { - "line": 1046, - "column": 50 - } - } - }, - "range": [ - 36468, - 36475 - ], - "loc": { - "start": { - "line": 1046, - "column": 43 - }, - "end": { - "line": 1046, - "column": 50 - } - } - }, - "range": [ - 36452, - 36475 - ], - "loc": { - "start": { - "line": 1046, - "column": 27 - }, - "end": { - "line": 1046, - "column": 50 - } - } - } - ], - "range": [ - 36445, - 36476 - ], - "loc": { - "start": { - "line": 1046, - "column": 20 - }, - "end": { - "line": 1046, - "column": 51 - } - } - }, - "range": [ - 36433, - 36476 - ], - "loc": { - "start": { - "line": 1046, - "column": 8 - }, - "end": { - "line": 1046, - "column": 51 - } - } - }, - "range": [ - 36433, - 36477 - ], - "loc": { - "start": { - "line": 1046, - "column": 8 - }, - "end": { - "line": 1046, - "column": 52 - } - }, - "trailingComments": [ - { - "type": "Block", - "value": "** mid div containing paging elements **", - "range": [ - 36487, - 36531 - ], - "loc": { - "start": { - "line": 1048, - "column": 8 - }, - "end": { - "line": 1048, - "column": 52 - } - } - } - ] - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "mdiv", - "range": [ - 36544, - 36548 - ], - "loc": { - "start": { - "line": 1049, - "column": 12 - }, - "end": { - "line": 1049, - "column": 16 - } - } - }, - "init": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Dom", - "range": [ - 36551, - 36554 - ], - "loc": { - "start": { - "line": 1049, - "column": 19 - }, - "end": { - "line": 1049, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "create", - "range": [ - 36555, - 36561 - ], - "loc": { - "start": { - "line": 1049, - "column": 23 - }, - "end": { - "line": 1049, - "column": 29 - } - } - }, - "range": [ - 36551, - 36561 - ], - "loc": { - "start": { - "line": 1049, - "column": 19 - }, - "end": { - "line": 1049, - "column": 29 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "div", - "raw": "'div'", - "range": [ - 36562, - 36567 - ], - "loc": { - "start": { - "line": 1049, - "column": 30 - }, - "end": { - "line": 1049, - "column": 35 - } - } - }, - { - "type": "ArrayExpression", - "elements": [ - { - "type": "Literal", - "value": "id", - "raw": "'id'", - "range": [ - 36570, - 36574 - ], - "loc": { - "start": { - "line": 1049, - "column": 38 - }, - "end": { - "line": 1049, - "column": 42 - } - } - }, - { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36576, - 36580 - ], - "loc": { - "start": { - "line": 1049, - "column": 44 - }, - "end": { - "line": 1049, - "column": 48 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxMDiv", - "range": [ - 36581, - 36589 - ], - "loc": { - "start": { - "line": 1049, - "column": 49 - }, - "end": { - "line": 1049, - "column": 57 - } - } - }, - "range": [ - 36576, - 36589 - ], - "loc": { - "start": { - "line": 1049, - "column": 44 - }, - "end": { - "line": 1049, - "column": 57 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36592, - 36596 - ], - "loc": { - "start": { - "line": 1049, - "column": 60 - }, - "end": { - "line": 1049, - "column": 64 - } - } - }, - "property": { - "type": "Identifier", - "name": "id", - "range": [ - 36597, - 36599 - ], - "loc": { - "start": { - "line": 1049, - "column": 65 - }, - "end": { - "line": 1049, - "column": 67 - } - } - }, - "range": [ - 36592, - 36599 - ], - "loc": { - "start": { - "line": 1049, - "column": 60 - }, - "end": { - "line": 1049, - "column": 67 - } - } - }, - "range": [ - 36576, - 36599 - ], - "loc": { - "start": { - "line": 1049, - "column": 44 - }, - "end": { - "line": 1049, - "column": 67 - } - } - } - ], - "range": [ - 36569, - 36600 - ], - "loc": { - "start": { - "line": 1049, - "column": 37 - }, - "end": { - "line": 1049, - "column": 68 - } - } - } - ], - "range": [ - 36551, - 36601 - ], - "loc": { - "start": { - "line": 1049, - "column": 19 - }, - "end": { - "line": 1049, - "column": 69 - } - } - }, - "range": [ - 36544, - 36601 - ], - "loc": { - "start": { - "line": 1049, - "column": 12 - }, - "end": { - "line": 1049, - "column": 69 - } - } - } - ], - "kind": "let", - "range": [ - 36540, - 36602 - ], - "loc": { - "start": { - "line": 1049, - "column": 8 - }, - "end": { - "line": 1049, - "column": 70 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** mid div containing paging elements **", - "range": [ - 36487, - 36531 - ], - "loc": { - "start": { - "line": 1048, - "column": 8 - }, - "end": { - "line": 1048, - "column": 52 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "mdiv", - "range": [ - 36611, - 36615 - ], - "loc": { - "start": { - "line": 1050, - "column": 8 - }, - "end": { - "line": 1050, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "className", - "range": [ - 36616, - 36625 - ], - "loc": { - "start": { - "line": 1050, - "column": 13 - }, - "end": { - "line": 1050, - "column": 22 - } - } - }, - "range": [ - 36611, - 36625 - ], - "loc": { - "start": { - "line": 1050, - "column": 8 - }, - "end": { - "line": 1050, - "column": 22 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 36628, - 36632 - ], - "loc": { - "start": { - "line": 1050, - "column": 25 - }, - "end": { - "line": 1050, - "column": 29 - } - } - }, "property": { "type": "Identifier", "name": "mDivCssClass", "range": [ - 36633, - 36645 + 36341, + 36353 ], "loc": { "start": { - "line": 1050, + "line": 1044, "column": 30 }, "end": { - "line": 1050, + "line": 1044, "column": 42 } } }, "range": [ - 36628, - 36645 + 36336, + 36353 ], "loc": { "start": { - "line": 1050, + "line": 1044, "column": 25 }, "end": { - "line": 1050, + "line": 1044, "column": 42 } } }, "range": [ - 36611, - 36645 + 36319, + 36353 ], "loc": { "start": { - "line": 1050, + "line": 1044, "column": 8 }, "end": { - "line": 1050, + "line": 1044, "column": 42 } } }, "range": [ - 36611, - 36646 + 36319, + 36354 ], "loc": { "start": { - "line": 1050, + "line": 1044, "column": 8 }, "end": { - "line": 1050, + "line": 1044, "column": 43 } } @@ -86855,16 +86094,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36655, - 36661 + 36363, + 36369 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 8 }, "end": { - "line": 1051, + "line": 1045, "column": 14 } } @@ -86873,31 +86112,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36662, - 36673 + 36370, + 36381 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 15 }, "end": { - "line": 1051, + "line": 1045, "column": 26 } } }, "range": [ - 36655, - 36673 + 36363, + 36381 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 8 }, "end": { - "line": 1051, + "line": 1045, "column": 26 } } @@ -86907,47 +86146,47 @@ "type": "Identifier", "name": "mdiv", "range": [ - 36674, - 36678 + 36382, + 36386 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 27 }, "end": { - "line": 1051, + "line": 1045, "column": 31 } } } ], "range": [ - 36655, - 36679 + 36363, + 36387 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 8 }, "end": { - "line": 1051, + "line": 1045, "column": 32 } } }, "range": [ - 36655, - 36680 + 36363, + 36388 ], "loc": { "start": { - "line": 1051, + "line": 1045, "column": 8 }, "end": { - "line": 1051, + "line": 1045, "column": 33 } } @@ -86963,16 +86202,16 @@ "object": { "type": "ThisExpression", "range": [ - 36689, - 36693 + 36397, + 36401 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 8 }, "end": { - "line": 1052, + "line": 1046, "column": 12 } } @@ -86981,31 +86220,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 36694, - 36698 + 36402, + 36406 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 13 }, "end": { - "line": 1052, + "line": 1046, "column": 17 } } }, "range": [ - 36689, - 36698 + 36397, + 36406 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 8 }, "end": { - "line": 1052, + "line": 1046, "column": 17 } } @@ -87019,16 +86258,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 36701, - 36704 + 36409, + 36412 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 20 }, "end": { - "line": 1052, + "line": 1046, "column": 23 } } @@ -87037,31 +86276,31 @@ "type": "Identifier", "name": "id", "range": [ - 36705, - 36707 + 36413, + 36415 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 24 }, "end": { - "line": 1052, + "line": 1046, "column": 26 } } }, "range": [ - 36701, - 36707 + 36409, + 36415 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 20 }, "end": { - "line": 1052, + "line": 1046, "column": 26 } } @@ -87076,16 +86315,16 @@ "object": { "type": "ThisExpression", "range": [ - 36708, - 36712 + 36416, + 36420 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 27 }, "end": { - "line": 1052, + "line": 1046, "column": 31 } } @@ -87094,31 +86333,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 36713, - 36721 + 36421, + 36429 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 32 }, "end": { - "line": 1052, + "line": 1046, "column": 40 } } }, "range": [ - 36708, - 36721 + 36416, + 36429 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 27 }, "end": { - "line": 1052, + "line": 1046, "column": 40 } } @@ -87129,16 +86368,16 @@ "object": { "type": "ThisExpression", "range": [ - 36724, - 36728 + 36432, + 36436 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 43 }, "end": { - "line": 1052, + "line": 1046, "column": 47 } } @@ -87147,92 +86386,92 @@ "type": "Identifier", "name": "id", "range": [ - 36729, - 36731 + 36437, + 36439 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 48 }, "end": { - "line": 1052, + "line": 1046, "column": 50 } } }, "range": [ - 36724, - 36731 + 36432, + 36439 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 43 }, "end": { - "line": 1052, + "line": 1046, "column": 50 } } }, "range": [ - 36708, - 36731 + 36416, + 36439 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 27 }, "end": { - "line": 1052, + "line": 1046, "column": 50 } } } ], "range": [ - 36701, - 36732 + 36409, + 36440 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 20 }, "end": { - "line": 1052, + "line": 1046, "column": 51 } } }, "range": [ - 36689, - 36732 + 36397, + 36440 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 8 }, "end": { - "line": 1052, + "line": 1046, "column": 51 } } }, "range": [ - 36689, - 36733 + 36397, + 36441 ], "loc": { "start": { - "line": 1052, + "line": 1046, "column": 8 }, "end": { - "line": 1052, + "line": 1046, "column": 52 } }, @@ -87241,16 +86480,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36743, - 36788 + 36451, + 36496 ], "loc": { "start": { - "line": 1054, + "line": 1048, "column": 8 }, "end": { - "line": 1054, + "line": 1048, "column": 53 } } @@ -87268,16 +86507,16 @@ "type": "Identifier", "name": "Types", "range": [ - 36801, - 36806 + 36509, + 36514 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 12 }, "end": { - "line": 1055, + "line": 1049, "column": 17 } } @@ -87286,31 +86525,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 36807, - 36814 + 36515, + 36522 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 18 }, "end": { - "line": 1055, + "line": 1049, "column": 25 } } }, "range": [ - 36801, - 36814 + 36509, + 36522 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 12 }, "end": { - "line": 1055, + "line": 1049, "column": 25 } } @@ -87322,16 +86561,16 @@ "object": { "type": "ThisExpression", "range": [ - 36815, - 36819 + 36523, + 36527 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 26 }, "end": { - "line": 1055, + "line": 1049, "column": 30 } } @@ -87340,47 +86579,47 @@ "type": "Identifier", "name": "help", "range": [ - 36820, - 36824 + 36528, + 36532 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 31 }, "end": { - "line": 1055, + "line": 1049, "column": 35 } } }, "range": [ - 36815, - 36824 + 36523, + 36532 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 26 }, "end": { - "line": 1055, + "line": 1049, "column": 35 } } } ], "range": [ - 36801, - 36825 + 36509, + 36533 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 12 }, "end": { - "line": 1055, + "line": 1049, "column": 36 } } @@ -87405,16 +86644,16 @@ "object": { "type": "ThisExpression", "range": [ - 36969, - 36973 + 36677, + 36681 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 16 } } @@ -87423,31 +86662,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 36974, - 36977 + 36682, + 36685 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 17 }, "end": { - "line": 1058, + "line": 1052, "column": 20 } } }, "range": [ - 36969, - 36977 + 36677, + 36685 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 20 } } @@ -87456,31 +86695,31 @@ "type": "Identifier", "name": "help", "range": [ - 36978, - 36982 + 36686, + 36690 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 21 }, "end": { - "line": 1058, + "line": 1052, "column": 25 } } }, "range": [ - 36969, - 36982 + 36677, + 36690 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 25 } } @@ -87489,31 +86728,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 36983, - 36990 + 36691, + 36698 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 26 }, "end": { - "line": 1058, + "line": 1052, "column": 33 } } }, "range": [ - 36969, - 36990 + 36677, + 36698 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 33 } } @@ -87523,46 +86762,46 @@ "value": true, "raw": "true", "range": [ - 36993, - 36997 + 36701, + 36705 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 36 }, "end": { - "line": 1058, + "line": 1052, "column": 40 } } }, "range": [ - 36969, - 36997 + 36677, + 36705 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 40 } } }, "range": [ - 36969, - 36998 + 36677, + 36706 ], "loc": { "start": { - "line": 1058, + "line": 1052, "column": 12 }, "end": { - "line": 1058, + "line": 1052, "column": 41 } }, @@ -87571,16 +86810,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 36841, - 36903 + 36549, + 36611 ], "loc": { "start": { - "line": 1056, + "line": 1050, "column": 12 }, "end": { - "line": 1056, + "line": 1050, "column": 74 } } @@ -87589,16 +86828,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 36916, - 36956 + 36624, + 36664 ], "loc": { "start": { - "line": 1057, + "line": 1051, "column": 12 }, "end": { - "line": 1057, + "line": 1051, "column": 52 } } @@ -87618,16 +86857,16 @@ "object": { "type": "ThisExpression", "range": [ - 37011, - 37015 + 36719, + 36723 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 12 }, "end": { - "line": 1059, + "line": 1053, "column": 16 } } @@ -87636,31 +86875,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 37016, - 37023 + 36724, + 36731 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 17 }, "end": { - "line": 1059, + "line": 1053, "column": 24 } } }, "range": [ - 37011, - 37023 + 36719, + 36731 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 12 }, "end": { - "line": 1059, + "line": 1053, "column": 24 } } @@ -87669,31 +86908,31 @@ "type": "Identifier", "name": "emit", "range": [ - 37024, - 37028 + 36732, + 36736 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 25 }, "end": { - "line": 1059, + "line": 1053, "column": 29 } } }, "range": [ - 37011, - 37028 + 36719, + 36736 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 12 }, "end": { - "line": 1059, + "line": 1053, "column": 29 } } @@ -87704,16 +86943,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 37029, - 37040 + 36737, + 36748 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 30 }, "end": { - "line": 1059, + "line": 1053, "column": 41 } } @@ -87721,79 +86960,79 @@ { "type": "ThisExpression", "range": [ - 37042, - 37046 + 36750, + 36754 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 43 }, "end": { - "line": 1059, + "line": 1053, "column": 47 } } } ], "range": [ - 37011, - 37047 + 36719, + 36755 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 12 }, "end": { - "line": 1059, + "line": 1053, "column": 48 } } }, "range": [ - 37011, - 37048 + 36719, + 36756 ], "loc": { "start": { - "line": 1059, + "line": 1053, "column": 12 }, "end": { - "line": 1059, + "line": 1053, "column": 49 } } } ], "range": [ - 36827, - 37058 + 36535, + 36766 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 38 }, "end": { - "line": 1060, + "line": 1054, "column": 9 } } }, "alternate": null, "range": [ - 36797, - 37058 + 36505, + 36766 ], "loc": { "start": { - "line": 1055, + "line": 1049, "column": 8 }, "end": { - "line": 1060, + "line": 1054, "column": 9 } }, @@ -87802,16 +87041,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36743, - 36788 + 36451, + 36496 ], "loc": { "start": { - "line": 1054, + "line": 1048, "column": 8 }, "end": { - "line": 1054, + "line": 1048, "column": 53 } } @@ -87820,16 +87059,16 @@ } ], "range": [ - 35056, - 37064 + 34764, + 36772 ], "loc": { "start": { - "line": 1008, + "line": 1002, "column": 17 }, "end": { - "line": 1061, + "line": 1055, "column": 5 } } @@ -87837,16 +87076,16 @@ "generator": false, "expression": false, "range": [ - 35053, - 37064 + 34761, + 36772 ], "loc": { "start": { - "line": 1008, + "line": 1002, "column": 14 }, "end": { - "line": 1061, + "line": 1055, "column": 5 } } @@ -87854,16 +87093,16 @@ "kind": "method", "computed": false, "range": [ - 35043, - 37064 + 34751, + 36772 ], "loc": { "start": { - "line": 1008, + "line": 1002, "column": 4 }, "end": { - "line": 1061, + "line": 1055, "column": 5 } }, @@ -87872,16 +87111,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34949, - 35038 + 34657, + 34746 ], "loc": { "start": { - "line": 1005, + "line": 999, "column": 4 }, "end": { - "line": 1007, + "line": 1001, "column": 7 } } @@ -87892,16 +87131,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37070, - 37121 + 36778, + 36829 ], "loc": { "start": { - "line": 1063, + "line": 1057, "column": 4 }, "end": { - "line": 1065, + "line": 1059, "column": 7 } } @@ -87915,16 +87154,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 37126, - 37139 + 36834, + 36847 ], "loc": { "start": { - "line": 1066, + "line": 1060, "column": 4 }, "end": { - "line": 1066, + "line": 1060, "column": 17 } } @@ -87947,16 +87186,16 @@ "object": { "type": "ThisExpression", "range": [ - 37157, - 37161 + 36865, + 36869 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 13 }, "end": { - "line": 1067, + "line": 1061, "column": 17 } } @@ -87965,47 +87204,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37162, - 37168 + 36870, + 36876 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 18 }, "end": { - "line": 1067, + "line": 1061, "column": 24 } } }, "range": [ - 37157, - 37168 + 36865, + 36876 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 13 }, "end": { - "line": 1067, + "line": 1061, "column": 24 } } }, "prefix": true, "range": [ - 37156, - 37168 + 36864, + 36876 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 12 }, "end": { - "line": 1067, + "line": 1061, "column": 24 } } @@ -88017,48 +87256,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37184, - 37191 + 36892, + 36899 ], "loc": { "start": { - "line": 1068, + "line": 1062, "column": 12 }, "end": { - "line": 1068, + "line": 1062, "column": 19 } } } ], "range": [ - 37170, - 37201 + 36878, + 36909 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 26 }, "end": { - "line": 1069, + "line": 1063, "column": 9 } } }, "alternate": null, "range": [ - 37152, - 37201 + 36860, + 36909 ], "loc": { "start": { - "line": 1067, + "line": 1061, "column": 8 }, "end": { - "line": 1069, + "line": 1063, "column": 9 } } @@ -88074,16 +87313,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 37210, - 37213 + 36918, + 36921 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 8 }, "end": { - "line": 1070, + "line": 1064, "column": 11 } } @@ -88092,31 +87331,31 @@ "type": "Identifier", "name": "remove", "range": [ - 37214, - 37220 + 36922, + 36928 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 12 }, "end": { - "line": 1070, + "line": 1064, "column": 18 } } }, "range": [ - 37210, - 37220 + 36918, + 36928 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 8 }, "end": { - "line": 1070, + "line": 1064, "column": 18 } } @@ -88128,16 +87367,16 @@ "object": { "type": "ThisExpression", "range": [ - 37221, - 37225 + 36929, + 36933 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 19 }, "end": { - "line": 1070, + "line": 1064, "column": 23 } } @@ -88146,62 +87385,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37226, - 37232 + 36934, + 36940 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 24 }, "end": { - "line": 1070, + "line": 1064, "column": 30 } } }, "range": [ - 37221, - 37232 + 36929, + 36940 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 19 }, "end": { - "line": 1070, + "line": 1064, "column": 30 } } } ], "range": [ - 37210, - 37233 + 36918, + 36941 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 8 }, "end": { - "line": 1070, + "line": 1064, "column": 31 } } }, "range": [ - 37210, - 37234 + 36918, + 36942 ], "loc": { "start": { - "line": 1070, + "line": 1064, "column": 8 }, "end": { - "line": 1070, + "line": 1064, "column": 32 } } @@ -88217,16 +87456,16 @@ "object": { "type": "ThisExpression", "range": [ - 37243, - 37247 + 36951, + 36955 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 8 }, "end": { - "line": 1071, + "line": 1065, "column": 12 } } @@ -88235,31 +87474,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37248, - 37254 + 36956, + 36962 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 13 }, "end": { - "line": 1071, + "line": 1065, "column": 19 } } }, "range": [ - 37243, - 37254 + 36951, + 36962 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 8 }, "end": { - "line": 1071, + "line": 1065, "column": 19 } } @@ -88269,46 +87508,46 @@ "value": null, "raw": "null", "range": [ - 37257, - 37261 + 36965, + 36969 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 22 }, "end": { - "line": 1071, + "line": 1065, "column": 26 } } }, "range": [ - 37243, - 37261 + 36951, + 36969 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 8 }, "end": { - "line": 1071, + "line": 1065, "column": 26 } } }, "range": [ - 37243, - 37262 + 36951, + 36970 ], "loc": { "start": { - "line": 1071, + "line": 1065, "column": 8 }, "end": { - "line": 1071, + "line": 1065, "column": 27 } } @@ -88322,16 +87561,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 37276, - 37279 + 36984, + 36987 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 12 }, "end": { - "line": 1073, + "line": 1067, "column": 15 } } @@ -88342,16 +87581,16 @@ "object": { "type": "ThisExpression", "range": [ - 37282, - 37286 + 36990, + 36994 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 18 }, "end": { - "line": 1073, + "line": 1067, "column": 22 } } @@ -88360,46 +87599,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 37287, - 37290 + 36995, + 36998 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 23 }, "end": { - "line": 1073, + "line": 1067, "column": 26 } } }, "range": [ - 37282, - 37290 + 36990, + 36998 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 18 }, "end": { - "line": 1073, + "line": 1067, "column": 26 } } }, "range": [ - 37276, - 37290 + 36984, + 36998 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 12 }, "end": { - "line": 1073, + "line": 1067, "column": 26 } } @@ -88407,16 +87646,16 @@ ], "kind": "let", "range": [ - 37272, - 37291 + 36980, + 36999 ], "loc": { "start": { - "line": 1073, + "line": 1067, "column": 8 }, "end": { - "line": 1073, + "line": 1067, "column": 27 } } @@ -88430,16 +87669,16 @@ "type": "Identifier", "name": "captions", "range": [ - 37304, - 37312 + 37012, + 37020 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 12 }, "end": { - "line": 1074, + "line": 1068, "column": 20 } } @@ -88453,16 +87692,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 37315, - 37318 + 37023, + 37026 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 23 }, "end": { - "line": 1074, + "line": 1068, "column": 26 } } @@ -88471,31 +87710,31 @@ "type": "Identifier", "name": "tag", "range": [ - 37319, - 37322 + 37027, + 37030 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 27 }, "end": { - "line": 1074, + "line": 1068, "column": 30 } } }, "range": [ - 37315, - 37322 + 37023, + 37030 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 23 }, "end": { - "line": 1074, + "line": 1068, "column": 30 } } @@ -88505,16 +87744,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 37323, - 37326 + 37031, + 37034 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 31 }, "end": { - "line": 1074, + "line": 1068, "column": 34 } } @@ -88524,47 +87763,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 37328, - 37337 + 37036, + 37045 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 36 }, "end": { - "line": 1074, + "line": 1068, "column": 45 } } } ], "range": [ - 37315, - 37338 + 37023, + 37046 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 23 }, "end": { - "line": 1074, + "line": 1068, "column": 46 } } }, "range": [ - 37304, - 37338 + 37012, + 37046 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 12 }, "end": { - "line": 1074, + "line": 1068, "column": 46 } } @@ -88572,16 +87811,16 @@ ], "kind": "let", "range": [ - 37300, - 37339 + 37008, + 37047 ], "loc": { "start": { - "line": 1074, + "line": 1068, "column": 8 }, "end": { - "line": 1074, + "line": 1068, "column": 47 } } @@ -88598,16 +87837,16 @@ "type": "Identifier", "name": "captions", "range": [ - 37352, - 37360 + 37060, + 37068 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 12 }, "end": { - "line": 1075, + "line": 1069, "column": 20 } } @@ -88616,31 +87855,31 @@ "type": "Identifier", "name": "length", "range": [ - 37361, - 37367 + 37069, + 37075 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 21 }, "end": { - "line": 1075, + "line": 1069, "column": 27 } } }, "range": [ - 37352, - 37367 + 37060, + 37075 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 12 }, "end": { - "line": 1075, + "line": 1069, "column": 27 } } @@ -88650,31 +87889,31 @@ "value": 0, "raw": "0", "range": [ - 37370, - 37371 + 37078, + 37079 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 30 }, "end": { - "line": 1075, + "line": 1069, "column": 31 } } }, "range": [ - 37352, - 37371 + 37060, + 37079 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 12 }, "end": { - "line": 1075, + "line": 1069, "column": 31 } } @@ -88696,16 +87935,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 37387, - 37389 + 37095, + 37097 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 12 }, "end": { - "line": 1076, + "line": 1070, "column": 14 } } @@ -88714,31 +87953,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 37390, - 37397 + 37098, + 37105 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 15 }, "end": { - "line": 1076, + "line": 1070, "column": 22 } } }, "range": [ - 37387, - 37397 + 37095, + 37105 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 12 }, "end": { - "line": 1076, + "line": 1070, "column": 22 } } @@ -88747,31 +87986,31 @@ "type": "Identifier", "name": "call", "range": [ - 37398, - 37402 + 37106, + 37110 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 23 }, "end": { - "line": 1076, + "line": 1070, "column": 27 } } }, "range": [ - 37387, - 37402 + 37095, + 37110 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 12 }, "end": { - "line": 1076, + "line": 1070, "column": 27 } } @@ -88781,16 +88020,16 @@ "type": "Identifier", "name": "captions", "range": [ - 37403, - 37411 + 37111, + 37119 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 28 }, "end": { - "line": 1076, + "line": 1070, "column": 36 } } @@ -88803,16 +88042,16 @@ "type": "Identifier", "name": "elm", "range": [ - 37414, - 37417 + 37122, + 37125 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 39 }, "end": { - "line": 1076, + "line": 1070, "column": 42 } } @@ -88827,16 +88066,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 37422, - 37425 + 37130, + 37133 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 47 }, "end": { - "line": 1076, + "line": 1070, "column": 50 } } @@ -88845,31 +88084,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 37426, - 37437 + 37134, + 37145 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 51 }, "end": { - "line": 1076, + "line": 1070, "column": 62 } } }, "range": [ - 37422, - 37437 + 37130, + 37145 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 47 }, "end": { - "line": 1076, + "line": 1070, "column": 62 } } @@ -88879,32 +88118,32 @@ "type": "Identifier", "name": "elm", "range": [ - 37438, - 37441 + 37146, + 37149 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 63 }, "end": { - "line": 1076, + "line": 1070, "column": 66 } } } ], "range": [ - 37422, - 37442 + 37130, + 37150 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 47 }, "end": { - "line": 1076, + "line": 1070, "column": 67 } } @@ -88912,95 +88151,95 @@ "generator": false, "expression": true, "range": [ - 37413, - 37442 + 37121, + 37150 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 38 }, "end": { - "line": 1076, + "line": 1070, "column": 67 } } } ], "range": [ - 37387, - 37443 + 37095, + 37151 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 12 }, "end": { - "line": 1076, + "line": 1070, "column": 68 } } }, "range": [ - 37387, - 37444 + 37095, + 37152 ], "loc": { "start": { - "line": 1076, + "line": 1070, "column": 12 }, "end": { - "line": 1076, + "line": 1070, "column": 69 } } } ], "range": [ - 37373, - 37454 + 37081, + 37162 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 33 }, "end": { - "line": 1077, + "line": 1071, "column": 9 } } }, "alternate": null, "range": [ - 37348, - 37454 + 37056, + 37162 ], "loc": { "start": { - "line": 1075, + "line": 1069, "column": 8 }, "end": { - "line": 1077, + "line": 1071, "column": 9 } } } ], "range": [ - 37142, - 37460 + 36850, + 37168 ], "loc": { "start": { - "line": 1066, + "line": 1060, "column": 20 }, "end": { - "line": 1078, + "line": 1072, "column": 5 } } @@ -89008,16 +88247,16 @@ "generator": false, "expression": false, "range": [ - 37139, - 37460 + 36847, + 37168 ], "loc": { "start": { - "line": 1066, + "line": 1060, "column": 17 }, "end": { - "line": 1078, + "line": 1072, "column": 5 } } @@ -89025,16 +88264,16 @@ "kind": "method", "computed": false, "range": [ - 37126, - 37460 + 36834, + 37168 ], "loc": { "start": { - "line": 1066, + "line": 1060, "column": 4 }, "end": { - "line": 1078, + "line": 1072, "column": 5 } }, @@ -89043,16 +88282,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37070, - 37121 + 36778, + 36829 ], "loc": { "start": { - "line": 1063, + "line": 1057, "column": 4 }, "end": { - "line": 1065, + "line": 1059, "column": 7 } } @@ -89063,16 +88302,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37466, - 37523 + 37174, + 37231 ], "loc": { "start": { - "line": 1080, + "line": 1074, "column": 4 }, "end": { - "line": 1082, + "line": 1076, "column": 7 } } @@ -89086,16 +88325,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 37528, - 37546 + 37236, + 37254 ], "loc": { "start": { - "line": 1083, + "line": 1077, "column": 4 }, "end": { - "line": 1083, + "line": 1077, "column": 22 } } @@ -89118,16 +88357,16 @@ "object": { "type": "ThisExpression", "range": [ - 37564, - 37568 + 37272, + 37276 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 13 }, "end": { - "line": 1084, + "line": 1078, "column": 17 } } @@ -89136,47 +88375,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 37569, - 37582 + 37277, + 37290 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 18 }, "end": { - "line": 1084, + "line": 1078, "column": 31 } } }, "range": [ - 37564, - 37582 + 37272, + 37290 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 13 }, "end": { - "line": 1084, + "line": 1078, "column": 31 } } }, "prefix": true, "range": [ - 37563, - 37582 + 37271, + 37290 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 12 }, "end": { - "line": 1084, + "line": 1078, "column": 31 } } @@ -89188,48 +88427,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37598, - 37605 + 37306, + 37313 ], "loc": { "start": { - "line": 1085, + "line": 1079, "column": 12 }, "end": { - "line": 1085, + "line": 1079, "column": 19 } } } ], "range": [ - 37584, - 37615 + 37292, + 37323 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 33 }, "end": { - "line": 1086, + "line": 1080, "column": 9 } } }, "alternate": null, "range": [ - 37559, - 37615 + 37267, + 37323 ], "loc": { "start": { - "line": 1084, + "line": 1078, "column": 8 }, "end": { - "line": 1086, + "line": 1080, "column": 9 } } @@ -89243,16 +88482,16 @@ "type": "Identifier", "name": "ids", "range": [ - 37628, - 37631 + 37336, + 37339 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 12 }, "end": { - "line": 1087, + "line": 1081, "column": 15 } } @@ -89263,16 +88502,16 @@ "object": { "type": "ThisExpression", "range": [ - 37634, - 37638 + 37342, + 37346 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 18 }, "end": { - "line": 1087, + "line": 1081, "column": 22 } } @@ -89281,46 +88520,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 37639, - 37656 + 37347, + 37364 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 23 }, "end": { - "line": 1087, + "line": 1081, "column": 40 } } }, "range": [ - 37634, - 37656 + 37342, + 37364 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 18 }, "end": { - "line": 1087, + "line": 1081, "column": 40 } } }, "range": [ - 37628, - 37656 + 37336, + 37364 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 12 }, "end": { - "line": 1087, + "line": 1081, "column": 40 } } @@ -89331,16 +88570,16 @@ "type": "Identifier", "name": "len", "range": [ - 37670, - 37673 + 37378, + 37381 ], "loc": { "start": { - "line": 1088, + "line": 1082, "column": 12 }, "end": { - "line": 1088, + "line": 1082, "column": 15 } } @@ -89352,16 +88591,16 @@ "type": "Identifier", "name": "ids", "range": [ - 37676, - 37679 + 37384, + 37387 ], "loc": { "start": { - "line": 1088, + "line": 1082, "column": 18 }, "end": { - "line": 1088, + "line": 1082, "column": 21 } } @@ -89370,46 +88609,46 @@ "type": "Identifier", "name": "length", "range": [ - 37680, - 37686 + 37388, + 37394 ], "loc": { "start": { - "line": 1088, + "line": 1082, "column": 22 }, "end": { - "line": 1088, + "line": 1082, "column": 28 } } }, "range": [ - 37676, - 37686 + 37384, + 37394 ], "loc": { "start": { - "line": 1088, + "line": 1082, "column": 18 }, "end": { - "line": 1088, + "line": 1082, "column": 28 } } }, "range": [ - 37670, - 37686 + 37378, + 37394 ], "loc": { "start": { - "line": 1088, + "line": 1082, "column": 12 }, "end": { - "line": 1088, + "line": 1082, "column": 28 } } @@ -89417,16 +88656,16 @@ ], "kind": "let", "range": [ - 37624, - 37687 + 37332, + 37395 ], "loc": { "start": { - "line": 1087, + "line": 1081, "column": 8 }, "end": { - "line": 1088, + "line": 1082, "column": 29 } } @@ -89442,16 +88681,16 @@ "type": "Identifier", "name": "ct", "range": [ - 37705, - 37707 + 37413, + 37415 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 17 }, "end": { - "line": 1089, + "line": 1083, "column": 19 } } @@ -89461,31 +88700,31 @@ "value": 0, "raw": "0", "range": [ - 37710, - 37711 + 37418, + 37419 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 22 }, "end": { - "line": 1089, + "line": 1083, "column": 23 } } }, "range": [ - 37705, - 37711 + 37413, + 37419 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 17 }, "end": { - "line": 1089, + "line": 1083, "column": 23 } } @@ -89493,16 +88732,16 @@ ], "kind": "let", "range": [ - 37701, - 37711 + 37409, + 37419 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 13 }, "end": { - "line": 1089, + "line": 1083, "column": 23 } } @@ -89514,16 +88753,16 @@ "type": "Identifier", "name": "ct", "range": [ - 37713, - 37715 + 37421, + 37423 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 25 }, "end": { - "line": 1089, + "line": 1083, "column": 27 } } @@ -89532,31 +88771,31 @@ "type": "Identifier", "name": "len", "range": [ - 37718, - 37721 + 37426, + 37429 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 30 }, "end": { - "line": 1089, + "line": 1083, "column": 33 } } }, "range": [ - 37713, - 37721 + 37421, + 37429 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 25 }, "end": { - "line": 1089, + "line": 1083, "column": 33 } } @@ -89568,32 +88807,32 @@ "type": "Identifier", "name": "ct", "range": [ - 37723, - 37725 + 37431, + 37433 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 35 }, "end": { - "line": 1089, + "line": 1083, "column": 37 } } }, "prefix": false, "range": [ - 37723, - 37727 + 37431, + 37435 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 35 }, "end": { - "line": 1089, + "line": 1083, "column": 39 } } @@ -89610,16 +88849,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37747, - 37763 + 37455, + 37471 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 16 }, "end": { - "line": 1090, + "line": 1084, "column": 32 } } @@ -89631,16 +88870,16 @@ "type": "Identifier", "name": "ids", "range": [ - 37766, - 37769 + 37474, + 37477 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 35 }, "end": { - "line": 1090, + "line": 1084, "column": 38 } } @@ -89649,46 +88888,46 @@ "type": "Identifier", "name": "ct", "range": [ - 37770, - 37772 + 37478, + 37480 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 39 }, "end": { - "line": 1090, + "line": 1084, "column": 41 } } }, "range": [ - 37766, - 37773 + 37474, + 37481 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 35 }, "end": { - "line": 1090, + "line": 1084, "column": 42 } } }, "range": [ - 37747, - 37773 + 37455, + 37481 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 16 }, "end": { - "line": 1090, + "line": 1084, "column": 42 } } @@ -89699,16 +88938,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37791, - 37802 + 37499, + 37510 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 16 }, "end": { - "line": 1091, + "line": 1085, "column": 27 } } @@ -89722,16 +88961,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 37805, - 37808 + 37513, + 37516 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 30 }, "end": { - "line": 1091, + "line": 1085, "column": 33 } } @@ -89740,31 +88979,31 @@ "type": "Identifier", "name": "id", "range": [ - 37809, - 37811 + 37517, + 37519 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 34 }, "end": { - "line": 1091, + "line": 1085, "column": 36 } } }, "range": [ - 37805, - 37811 + 37513, + 37519 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 30 }, "end": { - "line": 1091, + "line": 1085, "column": 36 } } @@ -89774,47 +89013,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37812, - 37828 + 37520, + 37536 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 37 }, "end": { - "line": 1091, + "line": 1085, "column": 53 } } } ], "range": [ - 37805, - 37829 + 37513, + 37537 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 30 }, "end": { - "line": 1091, + "line": 1085, "column": 54 } } }, "range": [ - 37791, - 37829 + 37499, + 37537 ], "loc": { "start": { - "line": 1091, + "line": 1085, "column": 16 }, "end": { - "line": 1091, + "line": 1085, "column": 54 } } @@ -89822,16 +89061,16 @@ ], "kind": "let", "range": [ - 37743, - 37830 + 37451, + 37538 ], "loc": { "start": { - "line": 1090, + "line": 1084, "column": 12 }, "end": { - "line": 1091, + "line": 1085, "column": 55 } } @@ -89842,16 +89081,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37847, - 37858 + 37555, + 37566 ], "loc": { "start": { - "line": 1092, + "line": 1086, "column": 16 }, "end": { - "line": 1092, + "line": 1086, "column": 27 } } @@ -89871,16 +89110,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37878, - 37889 + 37586, + 37597 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 16 }, "end": { - "line": 1093, + "line": 1087, "column": 27 } } @@ -89889,31 +89128,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 37890, - 37899 + 37598, + 37607 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 28 }, "end": { - "line": 1093, + "line": 1087, "column": 37 } } }, "range": [ - 37878, - 37899 + 37586, + 37607 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 16 }, "end": { - "line": 1093, + "line": 1087, "column": 37 } } @@ -89923,125 +89162,125 @@ "value": "", "raw": "''", "range": [ - 37902, - 37904 + 37610, + 37612 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 40 }, "end": { - "line": 1093, + "line": 1087, "column": 42 } } }, "range": [ - 37878, - 37904 + 37586, + 37612 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 16 }, "end": { - "line": 1093, + "line": 1087, "column": 42 } } }, "range": [ - 37878, - 37905 + 37586, + 37613 ], "loc": { "start": { - "line": 1093, + "line": 1087, "column": 16 }, "end": { - "line": 1093, + "line": 1087, "column": 43 } } } ], "range": [ - 37860, - 37919 + 37568, + 37627 ], "loc": { "start": { - "line": 1092, + "line": 1086, "column": 29 }, "end": { - "line": 1094, + "line": 1088, "column": 13 } } }, "alternate": null, "range": [ - 37843, - 37919 + 37551, + 37627 ], "loc": { "start": { - "line": 1092, + "line": 1086, "column": 12 }, "end": { - "line": 1094, + "line": 1088, "column": 13 } } } ], "range": [ - 37729, - 37929 + 37437, + 37637 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 41 }, "end": { - "line": 1095, + "line": 1089, "column": 9 } } }, "range": [ - 37696, - 37929 + 37404, + 37637 ], "loc": { "start": { - "line": 1089, + "line": 1083, "column": 8 }, "end": { - "line": 1095, + "line": 1089, "column": 9 } } } ], "range": [ - 37549, - 37935 + 37257, + 37643 ], "loc": { "start": { - "line": 1083, + "line": 1077, "column": 25 }, "end": { - "line": 1096, + "line": 1090, "column": 5 } } @@ -90049,16 +89288,16 @@ "generator": false, "expression": false, "range": [ - 37546, - 37935 + 37254, + 37643 ], "loc": { "start": { - "line": 1083, + "line": 1077, "column": 22 }, "end": { - "line": 1096, + "line": 1090, "column": 5 } } @@ -90066,16 +89305,16 @@ "kind": "method", "computed": false, "range": [ - 37528, - 37935 + 37236, + 37643 ], "loc": { "start": { - "line": 1083, + "line": 1077, "column": 4 }, "end": { - "line": 1096, + "line": 1090, "column": 5 } }, @@ -90084,16 +89323,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37466, - 37523 + 37174, + 37231 ], "loc": { "start": { - "line": 1080, + "line": 1074, "column": 4 }, "end": { - "line": 1082, + "line": 1076, "column": 7 } } @@ -90104,16 +89343,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 37941, - 38095 + 37649, + 37803 ], "loc": { "start": { - "line": 1098, + "line": 1092, "column": 4 }, "end": { - "line": 1102, + "line": 1096, "column": 7 } } @@ -90127,16 +89366,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 38100, - 38115 + 37808, + 37823 ], "loc": { "start": { - "line": 1103, + "line": 1097, "column": 4 }, "end": { - "line": 1103, + "line": 1097, "column": 19 } } @@ -90149,16 +89388,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38116, - 38124 + 37824, + 37832 ], "loc": { "start": { - "line": 1103, + "line": 1097, "column": 20 }, "end": { - "line": 1103, + "line": 1097, "column": 28 } } @@ -90178,16 +89417,16 @@ "object": { "type": "ThisExpression", "range": [ - 38143, - 38147 + 37851, + 37855 ], "loc": { "start": { - "line": 1104, + "line": 1098, "column": 15 }, "end": { - "line": 1104, + "line": 1098, "column": 19 } } @@ -90196,31 +89435,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 38148, - 38164 + 37856, + 37872 ], "loc": { "start": { - "line": 1104, + "line": 1098, "column": 20 }, "end": { - "line": 1104, + "line": 1098, "column": 36 } } }, "range": [ - 38143, - 38164 + 37851, + 37872 ], "loc": { "start": { - "line": 1104, + "line": 1098, "column": 15 }, "end": { - "line": 1104, + "line": 1098, "column": 36 } } @@ -90242,16 +89481,16 @@ "object": { "type": "ThisExpression", "range": [ - 38180, - 38184 + 37888, + 37892 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 16 } } @@ -90260,31 +89499,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38185, - 38198 + 37893, + 37906 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 17 }, "end": { - "line": 1105, + "line": 1099, "column": 30 } } }, "range": [ - 38180, - 38198 + 37888, + 37906 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 30 } } @@ -90293,31 +89532,31 @@ "type": "Identifier", "name": "cols", "range": [ - 38199, - 38203 + 37907, + 37911 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 31 }, "end": { - "line": 1105, + "line": 1099, "column": 35 } } }, "range": [ - 38180, - 38203 + 37888, + 37911 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 35 } } @@ -90326,31 +89565,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 38204, - 38211 + 37912, + 37919 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 36 }, "end": { - "line": 1105, + "line": 1099, "column": 43 } } }, "range": [ - 38180, - 38211 + 37888, + 37919 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 43 } } @@ -90360,32 +89599,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38212, - 38220 + 37920, + 37928 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 44 }, "end": { - "line": 1105, + "line": 1099, "column": 52 } } } ], "range": [ - 38180, - 38221 + 37888, + 37929 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 53 } } @@ -90398,93 +89637,93 @@ "value": 1, "raw": "1", "range": [ - 38226, - 38227 + 37934, + 37935 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 58 }, "end": { - "line": 1105, + "line": 1099, "column": 59 } } }, "prefix": true, "range": [ - 38225, - 38227 + 37933, + 37935 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 57 }, "end": { - "line": 1105, + "line": 1099, "column": 59 } } }, "range": [ - 38180, - 38227 + 37888, + 37935 ], "loc": { "start": { - "line": 1105, + "line": 1099, "column": 12 }, "end": { - "line": 1105, + "line": 1099, "column": 59 } } }, "range": [ - 38143, - 38227 + 37851, + 37935 ], "loc": { "start": { - "line": 1104, + "line": 1098, "column": 15 }, "end": { - "line": 1105, + "line": 1099, "column": 59 } } }, "range": [ - 38136, - 38228 + 37844, + 37936 ], "loc": { "start": { - "line": 1104, + "line": 1098, "column": 8 }, "end": { - "line": 1105, + "line": 1099, "column": 60 } } } ], "range": [ - 38126, - 38234 + 37834, + 37942 ], "loc": { "start": { - "line": 1103, + "line": 1097, "column": 30 }, "end": { - "line": 1106, + "line": 1100, "column": 5 } } @@ -90492,16 +89731,16 @@ "generator": false, "expression": false, "range": [ - 38115, - 38234 + 37823, + 37942 ], "loc": { "start": { - "line": 1103, + "line": 1097, "column": 19 }, "end": { - "line": 1106, + "line": 1100, "column": 5 } } @@ -90509,16 +89748,16 @@ "kind": "method", "computed": false, "range": [ - 38100, - 38234 + 37808, + 37942 ], "loc": { "start": { - "line": 1103, + "line": 1097, "column": 4 }, "end": { - "line": 1106, + "line": 1100, "column": 5 } }, @@ -90527,16 +89766,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 37941, - 38095 + 37649, + 37803 ], "loc": { "start": { - "line": 1098, + "line": 1092, "column": 4 }, "end": { - "line": 1102, + "line": 1096, "column": 7 } } @@ -90547,16 +89786,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 38240, - 38436 + 37948, + 38144 ], "loc": { "start": { - "line": 1108, + "line": 1102, "column": 4 }, "end": { - "line": 1113, + "line": 1107, "column": 7 } } @@ -90570,16 +89809,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 38441, - 38457 + 38149, + 38165 ], "loc": { "start": { - "line": 1114, + "line": 1108, "column": 4 }, "end": { - "line": 1114, + "line": 1108, "column": 20 } } @@ -90592,16 +89831,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38458, - 38466 + 38166, + 38174 ], "loc": { "start": { - "line": 1114, + "line": 1108, "column": 21 }, "end": { - "line": 1114, + "line": 1108, "column": 29 } } @@ -90624,16 +89863,16 @@ "type": "Identifier", "name": "Types", "range": [ - 38482, - 38487 + 38190, + 38195 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 12 }, "end": { - "line": 1115, + "line": 1109, "column": 17 } } @@ -90642,31 +89881,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 38488, - 38495 + 38196, + 38203 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 18 }, "end": { - "line": 1115, + "line": 1109, "column": 25 } } }, "range": [ - 38482, - 38495 + 38190, + 38203 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 12 }, "end": { - "line": 1115, + "line": 1109, "column": 25 } } @@ -90676,32 +89915,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38496, - 38504 + 38204, + 38212 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 26 }, "end": { - "line": 1115, + "line": 1109, "column": 34 } } } ], "range": [ - 38482, - 38505 + 38190, + 38213 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 12 }, "end": { - "line": 1115, + "line": 1109, "column": 35 } } @@ -90717,16 +89956,16 @@ "object": { "type": "ThisExpression", "range": [ - 38510, - 38514 + 38218, + 38222 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 40 }, "end": { - "line": 1115, + "line": 1109, "column": 44 } } @@ -90735,31 +89974,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 38515, - 38530 + 38223, + 38238 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 45 }, "end": { - "line": 1115, + "line": 1109, "column": 60 } } }, "range": [ - 38510, - 38530 + 38218, + 38238 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 40 }, "end": { - "line": 1115, + "line": 1109, "column": 60 } } @@ -90769,63 +90008,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38531, - 38539 + 38239, + 38247 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 61 }, "end": { - "line": 1115, + "line": 1109, "column": 69 } } } ], "range": [ - 38510, - 38540 + 38218, + 38248 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 40 }, "end": { - "line": 1115, + "line": 1109, "column": 70 } } }, "prefix": true, "range": [ - 38509, - 38540 + 38217, + 38248 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 39 }, "end": { - "line": 1115, + "line": 1109, "column": 70 } } }, "range": [ - 38482, - 38540 + 38190, + 38248 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 12 }, "end": { - "line": 1115, + "line": 1109, "column": 70 } } @@ -90837,48 +90076,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 38556, - 38563 + 38264, + 38271 ], "loc": { "start": { - "line": 1116, + "line": 1110, "column": 12 }, "end": { - "line": 1116, + "line": 1110, "column": 19 } } } ], "range": [ - 38542, - 38573 + 38250, + 38281 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 72 }, "end": { - "line": 1117, + "line": 1111, "column": 9 } } }, "alternate": null, "range": [ - 38478, - 38573 + 38186, + 38281 ], "loc": { "start": { - "line": 1115, + "line": 1109, "column": 8 }, "end": { - "line": 1117, + "line": 1111, "column": 9 } } @@ -90892,16 +90131,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38587, - 38600 + 38295, + 38308 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 12 }, "end": { - "line": 1119, + "line": 1113, "column": 25 } } @@ -90912,16 +90151,16 @@ "object": { "type": "ThisExpression", "range": [ - 38603, - 38607 + 38311, + 38315 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 28 }, "end": { - "line": 1119, + "line": 1113, "column": 32 } } @@ -90930,46 +90169,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38608, - 38621 + 38316, + 38329 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 33 }, "end": { - "line": 1119, + "line": 1113, "column": 46 } } }, "range": [ - 38603, - 38621 + 38311, + 38329 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 28 }, "end": { - "line": 1119, + "line": 1113, "column": 46 } } }, "range": [ - 38587, - 38621 + 38295, + 38329 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 12 }, "end": { - "line": 1119, + "line": 1113, "column": 46 } } @@ -90977,16 +90216,16 @@ ], "kind": "let", "range": [ - 38583, - 38622 + 38291, + 38330 ], "loc": { "start": { - "line": 1119, + "line": 1113, "column": 8 }, "end": { - "line": 1119, + "line": 1113, "column": 47 } } @@ -91000,16 +90239,16 @@ "type": "Identifier", "name": "cols", "range": [ - 38635, - 38639 + 38343, + 38347 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 12 }, "end": { - "line": 1120, + "line": 1114, "column": 16 } } @@ -91021,16 +90260,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38642, - 38655 + 38350, + 38363 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 19 }, "end": { - "line": 1120, + "line": 1114, "column": 32 } } @@ -91039,46 +90278,46 @@ "type": "Identifier", "name": "cols", "range": [ - 38656, - 38660 + 38364, + 38368 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 33 }, "end": { - "line": 1120, + "line": 1114, "column": 37 } } }, "range": [ - 38642, - 38660 + 38350, + 38368 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 19 }, "end": { - "line": 1120, + "line": 1114, "column": 37 } } }, "range": [ - 38635, - 38660 + 38343, + 38368 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 12 }, "end": { - "line": 1120, + "line": 1114, "column": 37 } } @@ -91086,16 +90325,16 @@ ], "kind": "let", "range": [ - 38631, - 38661 + 38339, + 38369 ], "loc": { "start": { - "line": 1120, + "line": 1114, "column": 8 }, "end": { - "line": 1120, + "line": 1114, "column": 38 } } @@ -91109,16 +90348,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38674, - 38680 + 38382, + 38388 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 12 }, "end": { - "line": 1121, + "line": 1115, "column": 18 } } @@ -91127,31 +90366,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 38683, - 38685 + 38391, + 38393 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 21 }, "end": { - "line": 1121, + "line": 1115, "column": 23 } } }, "range": [ - 38674, - 38685 + 38382, + 38393 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 12 }, "end": { - "line": 1121, + "line": 1115, "column": 23 } } @@ -91162,16 +90401,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 38687, - 38695 + 38395, + 38403 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 25 }, "end": { - "line": 1121, + "line": 1115, "column": 33 } } @@ -91180,31 +90419,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 38698, - 38700 + 38406, + 38408 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 36 }, "end": { - "line": 1121, + "line": 1115, "column": 38 } } }, "range": [ - 38687, - 38700 + 38395, + 38408 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 25 }, "end": { - "line": 1121, + "line": 1115, "column": 38 } } @@ -91212,16 +90451,16 @@ ], "kind": "let", "range": [ - 38670, - 38701 + 38378, + 38409 ], "loc": { "start": { - "line": 1121, + "line": 1115, "column": 8 }, "end": { - "line": 1121, + "line": 1115, "column": 39 } } @@ -91235,16 +90474,16 @@ "type": "Identifier", "name": "index", "range": [ - 38714, - 38719 + 38422, + 38427 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 12 }, "end": { - "line": 1122, + "line": 1116, "column": 17 } } @@ -91258,16 +90497,16 @@ "type": "Identifier", "name": "cols", "range": [ - 38722, - 38726 + 38430, + 38434 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 20 }, "end": { - "line": 1122, + "line": 1116, "column": 24 } } @@ -91276,31 +90515,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 38727, - 38734 + 38435, + 38442 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 25 }, "end": { - "line": 1122, + "line": 1116, "column": 32 } } }, "range": [ - 38722, - 38734 + 38430, + 38442 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 20 }, "end": { - "line": 1122, + "line": 1116, "column": 32 } } @@ -91310,47 +90549,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38735, - 38743 + 38443, + 38451 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 33 }, "end": { - "line": 1122, + "line": 1116, "column": 41 } } } ], "range": [ - 38722, - 38744 + 38430, + 38452 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 20 }, "end": { - "line": 1122, + "line": 1116, "column": 42 } } }, "range": [ - 38714, - 38744 + 38422, + 38452 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 12 }, "end": { - "line": 1122, + "line": 1116, "column": 42 } } @@ -91358,16 +90597,16 @@ ], "kind": "let", "range": [ - 38710, - 38745 + 38418, + 38453 ], "loc": { "start": { - "line": 1122, + "line": 1116, "column": 8 }, "end": { - "line": 1122, + "line": 1116, "column": 43 } } @@ -91381,16 +90620,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38758, - 38767 + 38466, + 38475 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 12 }, "end": { - "line": 1123, + "line": 1117, "column": 21 } } @@ -91405,16 +90644,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38770, - 38783 + 38478, + 38491 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 24 }, "end": { - "line": 1123, + "line": 1117, "column": 37 } } @@ -91423,31 +90662,31 @@ "type": "Identifier", "name": "values", "range": [ - 38784, - 38790 + 38492, + 38498 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 38 }, "end": { - "line": 1123, + "line": 1117, "column": 44 } } }, "range": [ - 38770, - 38790 + 38478, + 38498 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 24 }, "end": { - "line": 1123, + "line": 1117, "column": 44 } } @@ -91456,46 +90695,46 @@ "type": "Identifier", "name": "index", "range": [ - 38791, - 38796 + 38499, + 38504 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 45 }, "end": { - "line": 1123, + "line": 1117, "column": 50 } } }, "range": [ - 38770, - 38797 + 38478, + 38505 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 24 }, "end": { - "line": 1123, + "line": 1117, "column": 51 } } }, "range": [ - 38758, - 38797 + 38466, + 38505 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 12 }, "end": { - "line": 1123, + "line": 1117, "column": 51 } } @@ -91503,16 +90742,16 @@ ], "kind": "let", "range": [ - 38754, - 38798 + 38462, + 38506 ], "loc": { "start": { - "line": 1123, + "line": 1117, "column": 8 }, "end": { - "line": 1123, + "line": 1117, "column": 52 } } @@ -91526,16 +90765,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 38811, - 38819 + 38519, + 38527 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 12 }, "end": { - "line": 1124, + "line": 1118, "column": 20 } } @@ -91550,16 +90789,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38822, - 38835 + 38530, + 38543 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 23 }, "end": { - "line": 1124, + "line": 1118, "column": 36 } } @@ -91568,31 +90807,31 @@ "type": "Identifier", "name": "texts", "range": [ - 38836, - 38841 + 38544, + 38549 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 37 }, "end": { - "line": 1124, + "line": 1118, "column": 42 } } }, "range": [ - 38822, - 38841 + 38530, + 38549 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 23 }, "end": { - "line": 1124, + "line": 1118, "column": 42 } } @@ -91601,46 +90840,46 @@ "type": "Identifier", "name": "index", "range": [ - 38842, - 38847 + 38550, + 38555 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 43 }, "end": { - "line": 1124, + "line": 1118, "column": 48 } } }, "range": [ - 38822, - 38848 + 38530, + 38556 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 23 }, "end": { - "line": 1124, + "line": 1118, "column": 49 } } }, "range": [ - 38811, - 38848 + 38519, + 38556 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 12 }, "end": { - "line": 1124, + "line": 1118, "column": 49 } } @@ -91648,16 +90887,16 @@ ], "kind": "let", "range": [ - 38807, - 38849 + 38515, + 38557 ], "loc": { "start": { - "line": 1124, + "line": 1118, "column": 8 }, "end": { - "line": 1124, + "line": 1118, "column": 50 } } @@ -91671,16 +90910,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 38862, - 38869 + 38570, + 38577 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 12 }, "end": { - "line": 1125, + "line": 1119, "column": 19 } } @@ -91695,16 +90934,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38872, - 38885 + 38580, + 38593 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 22 }, "end": { - "line": 1125, + "line": 1119, "column": 35 } } @@ -91713,31 +90952,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 38886, - 38891 + 38594, + 38599 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 36 }, "end": { - "line": 1125, + "line": 1119, "column": 41 } } }, "range": [ - 38872, - 38891 + 38580, + 38599 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 22 }, "end": { - "line": 1125, + "line": 1119, "column": 41 } } @@ -91746,46 +90985,46 @@ "type": "Identifier", "name": "index", "range": [ - 38892, - 38897 + 38600, + 38605 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 42 }, "end": { - "line": 1125, + "line": 1119, "column": 47 } } }, "range": [ - 38872, - 38898 + 38580, + 38606 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 22 }, "end": { - "line": 1125, + "line": 1119, "column": 48 } } }, "range": [ - 38862, - 38898 + 38570, + 38606 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 12 }, "end": { - "line": 1125, + "line": 1119, "column": 48 } } @@ -91793,16 +91032,16 @@ ], "kind": "let", "range": [ - 38858, - 38899 + 38566, + 38607 ], "loc": { "start": { - "line": 1125, + "line": 1119, "column": 8 }, "end": { - "line": 1125, + "line": 1119, "column": 49 } } @@ -91818,16 +91057,16 @@ "type": "Identifier", "name": "r", "range": [ - 38918, - 38919 + 38626, + 38627 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 17 }, "end": { - "line": 1127, + "line": 1121, "column": 18 } } @@ -91837,31 +91076,31 @@ "value": 0, "raw": "0", "range": [ - 38922, - 38923 + 38630, + 38631 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 21 }, "end": { - "line": 1127, + "line": 1121, "column": 22 } } }, "range": [ - 38918, - 38923 + 38626, + 38631 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 17 }, "end": { - "line": 1127, + "line": 1121, "column": 22 } } @@ -91872,16 +91111,16 @@ "type": "Identifier", "name": "len", "range": [ - 38925, - 38928 + 38633, + 38636 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 24 }, "end": { - "line": 1127, + "line": 1121, "column": 27 } } @@ -91893,16 +91132,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38931, - 38940 + 38639, + 38648 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 30 }, "end": { - "line": 1127, + "line": 1121, "column": 39 } } @@ -91911,46 +91150,46 @@ "type": "Identifier", "name": "length", "range": [ - 38941, - 38947 + 38649, + 38655 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 40 }, "end": { - "line": 1127, + "line": 1121, "column": 46 } } }, "range": [ - 38931, - 38947 + 38639, + 38655 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 30 }, "end": { - "line": 1127, + "line": 1121, "column": 46 } } }, "range": [ - 38925, - 38947 + 38633, + 38655 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 24 }, "end": { - "line": 1127, + "line": 1121, "column": 46 } } @@ -91958,16 +91197,16 @@ ], "kind": "let", "range": [ - 38914, - 38947 + 38622, + 38655 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 13 }, "end": { - "line": 1127, + "line": 1121, "column": 46 } } @@ -91979,16 +91218,16 @@ "type": "Identifier", "name": "r", "range": [ - 38949, - 38950 + 38657, + 38658 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 48 }, "end": { - "line": 1127, + "line": 1121, "column": 49 } } @@ -91997,31 +91236,31 @@ "type": "Identifier", "name": "len", "range": [ - 38953, - 38956 + 38661, + 38664 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 52 }, "end": { - "line": 1127, + "line": 1121, "column": 55 } } }, "range": [ - 38949, - 38956 + 38657, + 38664 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 48 }, "end": { - "line": 1127, + "line": 1121, "column": 55 } } @@ -92033,32 +91272,32 @@ "type": "Identifier", "name": "r", "range": [ - 38958, - 38959 + 38666, + 38667 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 57 }, "end": { - "line": 1127, + "line": 1121, "column": 58 } } }, "prefix": false, "range": [ - 38958, - 38961 + 38666, + 38669 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 57 }, "end": { - "line": 1127, + "line": 1121, "column": 60 } } @@ -92077,16 +91316,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 38977, - 38985 + 38685, + 38693 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 12 }, "end": { - "line": 1128, + "line": 1122, "column": 20 } } @@ -92095,31 +91334,31 @@ "type": "Identifier", "name": "push", "range": [ - 38986, - 38990 + 38694, + 38698 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 21 }, "end": { - "line": 1128, + "line": 1122, "column": 25 } } }, "range": [ - 38977, - 38990 + 38685, + 38698 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 12 }, "end": { - "line": 1128, + "line": 1122, "column": 25 } } @@ -92132,16 +91371,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38991, - 39000 + 38699, + 38708 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 26 }, "end": { - "line": 1128, + "line": 1122, "column": 35 } } @@ -92150,62 +91389,62 @@ "type": "Identifier", "name": "r", "range": [ - 39001, - 39002 + 38709, + 38710 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 36 }, "end": { - "line": 1128, + "line": 1122, "column": 37 } } }, "range": [ - 38991, - 39003 + 38699, + 38711 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 26 }, "end": { - "line": 1128, + "line": 1122, "column": 38 } } } ], "range": [ - 38977, - 39004 + 38685, + 38712 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 12 }, "end": { - "line": 1128, + "line": 1122, "column": 39 } } }, "range": [ - 38977, - 39005 + 38685, + 38713 ], "loc": { "start": { - "line": 1128, + "line": 1122, "column": 12 }, "end": { - "line": 1128, + "line": 1122, "column": 40 } } @@ -92219,16 +91458,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 39022, - 39030 + 38730, + 38738 ], "loc": { "start": { - "line": 1129, + "line": 1123, "column": 16 }, "end": { - "line": 1129, + "line": 1123, "column": 24 } } @@ -92237,31 +91476,31 @@ "type": "Identifier", "name": "r", "range": [ - 39031, - 39032 + 38739, + 38740 ], "loc": { "start": { - "line": 1129, + "line": 1123, "column": 25 }, "end": { - "line": 1129, + "line": 1123, "column": 26 } } }, "range": [ - 39022, - 39033 + 38730, + 38741 ], "loc": { "start": { - "line": 1129, + "line": 1123, "column": 16 }, "end": { - "line": 1129, + "line": 1123, "column": 27 } } @@ -92280,16 +91519,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39053, - 39059 + 38761, + 38767 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 16 }, "end": { - "line": 1130, + "line": 1124, "column": 22 } } @@ -92298,31 +91537,31 @@ "type": "Identifier", "name": "push", "range": [ - 39060, - 39064 + 38768, + 38772 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 23 }, "end": { - "line": 1130, + "line": 1124, "column": 27 } } }, "range": [ - 39053, - 39064 + 38761, + 38772 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 16 }, "end": { - "line": 1130, + "line": 1124, "column": 27 } } @@ -92335,16 +91574,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 39065, - 39073 + 38773, + 38781 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 28 }, "end": { - "line": 1130, + "line": 1124, "column": 36 } } @@ -92353,78 +91592,78 @@ "type": "Identifier", "name": "r", "range": [ - 39074, - 39075 + 38782, + 38783 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 37 }, "end": { - "line": 1130, + "line": 1124, "column": 38 } } }, "range": [ - 39065, - 39076 + 38773, + 38784 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 28 }, "end": { - "line": 1130, + "line": 1124, "column": 39 } } } ], "range": [ - 39053, - 39077 + 38761, + 38785 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 16 }, "end": { - "line": 1130, + "line": 1124, "column": 40 } } }, "range": [ - 39053, - 39078 + 38761, + 38786 ], "loc": { "start": { - "line": 1130, + "line": 1124, "column": 16 }, "end": { - "line": 1130, + "line": 1124, "column": 41 } } } ], "range": [ - 39035, - 39092 + 38743, + 38800 ], "loc": { "start": { - "line": 1129, + "line": 1123, "column": 29 }, "end": { - "line": 1131, + "line": 1125, "column": 13 } } @@ -92443,16 +91682,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39116, - 39122 + 38824, + 38830 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 16 }, "end": { - "line": 1132, + "line": 1126, "column": 22 } } @@ -92461,31 +91700,31 @@ "type": "Identifier", "name": "push", "range": [ - 39123, - 39127 + 38831, + 38835 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 23 }, "end": { - "line": 1132, + "line": 1126, "column": 27 } } }, "range": [ - 39116, - 39127 + 38824, + 38835 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 16 }, "end": { - "line": 1132, + "line": 1126, "column": 27 } } @@ -92498,16 +91737,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 39128, - 39137 + 38836, + 38845 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 28 }, "end": { - "line": 1132, + "line": 1126, "column": 37 } } @@ -92516,124 +91755,124 @@ "type": "Identifier", "name": "r", "range": [ - 39138, - 39139 + 38846, + 38847 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 38 }, "end": { - "line": 1132, + "line": 1126, "column": 39 } } }, "range": [ - 39128, - 39140 + 38836, + 38848 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 28 }, "end": { - "line": 1132, + "line": 1126, "column": 40 } } } ], "range": [ - 39116, - 39141 + 38824, + 38849 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 16 }, "end": { - "line": 1132, + "line": 1126, "column": 41 } } }, "range": [ - 39116, - 39142 + 38824, + 38850 ], "loc": { "start": { - "line": 1132, + "line": 1126, "column": 16 }, "end": { - "line": 1132, + "line": 1126, "column": 42 } } } ], "range": [ - 39098, - 39156 + 38806, + 38864 ], "loc": { "start": { - "line": 1131, + "line": 1125, "column": 19 }, "end": { - "line": 1133, + "line": 1127, "column": 13 } } }, "range": [ - 39018, - 39156 + 38726, + 38864 ], "loc": { "start": { - "line": 1129, + "line": 1123, "column": 12 }, "end": { - "line": 1133, + "line": 1127, "column": 13 } } } ], "range": [ - 38963, - 39166 + 38671, + 38874 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 62 }, "end": { - "line": 1134, + "line": 1128, "column": 9 } } }, "range": [ - 38909, - 39166 + 38617, + 38874 ], "loc": { "start": { - "line": 1127, + "line": 1121, "column": 8 }, "end": { - "line": 1134, + "line": 1128, "column": 9 } } @@ -92644,16 +91883,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 39179, - 39186 + 38887, + 38894 ], "loc": { "start": { - "line": 1135, + "line": 1129, "column": 12 }, "end": { - "line": 1135, + "line": 1129, "column": 19 } } @@ -92672,16 +91911,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 39202, - 39210 + 38910, + 38918 ], "loc": { "start": { - "line": 1136, + "line": 1130, "column": 12 }, "end": { - "line": 1136, + "line": 1130, "column": 20 } } @@ -92690,62 +91929,62 @@ "type": "Identifier", "name": "sort", "range": [ - 39211, - 39215 + 38919, + 38923 ], "loc": { "start": { - "line": 1136, + "line": 1130, "column": 21 }, "end": { - "line": 1136, + "line": 1130, "column": 25 } } }, "range": [ - 39202, - 39215 + 38910, + 38923 ], "loc": { "start": { - "line": 1136, + "line": 1130, "column": 12 }, "end": { - "line": 1136, + "line": 1130, "column": 25 } } }, "arguments": [], "range": [ - 39202, - 39217 + 38910, + 38925 ], "loc": { "start": { - "line": 1136, + "line": 1130, "column": 12 }, "end": { - "line": 1136, + "line": 1130, "column": 27 } } }, "range": [ - 39202, - 39218 + 38910, + 38926 ], "loc": { "start": { - "line": 1136, + "line": 1130, "column": 12 }, "end": { - "line": 1136, + "line": 1130, "column": 28 } } @@ -92761,16 +92000,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39231, - 39237 + 38939, + 38945 ], "loc": { "start": { - "line": 1137, + "line": 1131, "column": 12 }, "end": { - "line": 1137, + "line": 1131, "column": 18 } } @@ -92779,94 +92018,94 @@ "type": "Identifier", "name": "sort", "range": [ - 39238, - 39242 + 38946, + 38950 ], "loc": { "start": { - "line": 1137, + "line": 1131, "column": 19 }, "end": { - "line": 1137, + "line": 1131, "column": 23 } } }, "range": [ - 39231, - 39242 + 38939, + 38950 ], "loc": { "start": { - "line": 1137, + "line": 1131, "column": 12 }, "end": { - "line": 1137, + "line": 1131, "column": 23 } } }, "arguments": [], "range": [ - 39231, - 39244 + 38939, + 38952 ], "loc": { "start": { - "line": 1137, + "line": 1131, "column": 12 }, "end": { - "line": 1137, + "line": 1131, "column": 25 } } }, "range": [ - 39231, - 39245 + 38939, + 38953 ], "loc": { "start": { - "line": 1137, + "line": 1131, "column": 12 }, "end": { - "line": 1137, + "line": 1131, "column": 26 } } } ], "range": [ - 39188, - 39255 + 38896, + 38963 ], "loc": { "start": { - "line": 1135, + "line": 1129, "column": 21 }, "end": { - "line": 1138, + "line": 1132, "column": 9 } } }, "alternate": null, "range": [ - 39175, - 39255 + 38883, + 38963 ], "loc": { "start": { - "line": 1135, + "line": 1129, "column": 8 }, "end": { - "line": 1138, + "line": 1132, "column": 9 } } @@ -92880,16 +92119,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 39272, - 39280 + 38980, + 38988 ], "loc": { "start": { - "line": 1139, + "line": 1133, "column": 16 }, "end": { - "line": 1139, + "line": 1133, "column": 24 } } @@ -92898,63 +92137,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39282, - 39288 + 38990, + 38996 ], "loc": { "start": { - "line": 1139, + "line": 1133, "column": 26 }, "end": { - "line": 1139, + "line": 1133, "column": 32 } } } ], "range": [ - 39271, - 39289 + 38979, + 38997 ], "loc": { "start": { - "line": 1139, + "line": 1133, "column": 15 }, "end": { - "line": 1139, + "line": 1133, "column": 33 } } }, "range": [ - 39264, - 39290 + 38972, + 38998 ], "loc": { "start": { - "line": 1139, + "line": 1133, "column": 8 }, "end": { - "line": 1139, + "line": 1133, "column": 34 } } } ], "range": [ - 38468, - 39296 + 38176, + 39004 ], "loc": { "start": { - "line": 1114, + "line": 1108, "column": 31 }, "end": { - "line": 1140, + "line": 1134, "column": 5 } } @@ -92962,16 +92201,16 @@ "generator": false, "expression": false, "range": [ - 38457, - 39296 + 38165, + 39004 ], "loc": { "start": { - "line": 1114, + "line": 1108, "column": 20 }, "end": { - "line": 1140, + "line": 1134, "column": 5 } } @@ -92979,16 +92218,16 @@ "kind": "method", "computed": false, "range": [ - 38441, - 39296 + 38149, + 39004 ], "loc": { "start": { - "line": 1114, + "line": 1108, "column": 4 }, "end": { - "line": 1140, + "line": 1134, "column": 5 } }, @@ -92997,16 +92236,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 38240, - 38436 + 37948, + 38144 ], "loc": { "start": { - "line": 1108, + "line": 1102, "column": 4 }, "end": { - "line": 1113, + "line": 1107, "column": 7 } } @@ -93017,16 +92256,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 39302, - 39539 + 39010, + 39247 ], "loc": { "start": { - "line": 1142, + "line": 1136, "column": 4 }, "end": { - "line": 1146, + "line": 1140, "column": 7 } } @@ -93040,16 +92279,16 @@ "type": "Identifier", "name": "filter", "range": [ - 39544, - 39550 + 39252, + 39258 ], "loc": { "start": { - "line": 1147, + "line": 1141, "column": 4 }, "end": { - "line": 1147, + "line": 1141, "column": 10 } } @@ -93075,16 +92314,16 @@ "object": { "type": "ThisExpression", "range": [ - 39568, - 39572 + 39276, + 39280 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 13 }, "end": { - "line": 1148, + "line": 1142, "column": 17 } } @@ -93093,47 +92332,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 39573, - 39580 + 39281, + 39288 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 18 }, "end": { - "line": 1148, + "line": 1142, "column": 25 } } }, "range": [ - 39568, - 39580 + 39276, + 39288 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 13 }, "end": { - "line": 1148, + "line": 1142, "column": 25 } } }, "prefix": true, "range": [ - 39567, - 39580 + 39275, + 39288 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 12 }, "end": { - "line": 1148, + "line": 1142, "column": 25 } } @@ -93147,16 +92386,16 @@ "object": { "type": "ThisExpression", "range": [ - 39585, - 39589 + 39293, + 39297 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 30 }, "end": { - "line": 1148, + "line": 1142, "column": 34 } } @@ -93165,62 +92404,62 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 39590, - 39598 + 39298, + 39306 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 35 }, "end": { - "line": 1148, + "line": 1142, "column": 43 } } }, "range": [ - 39585, - 39598 + 39293, + 39306 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 30 }, "end": { - "line": 1148, + "line": 1142, "column": 43 } } }, "prefix": true, "range": [ - 39584, - 39598 + 39292, + 39306 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 29 }, "end": { - "line": 1148, + "line": 1142, "column": 43 } } }, "range": [ - 39567, - 39598 + 39275, + 39306 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 12 }, "end": { - "line": 1148, + "line": 1142, "column": 43 } } @@ -93232,48 +92471,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39614, - 39621 + 39322, + 39329 ], "loc": { "start": { - "line": 1149, + "line": 1143, "column": 12 }, "end": { - "line": 1149, + "line": 1143, "column": 19 } } } ], "range": [ - 39600, - 39631 + 39308, + 39339 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 45 }, "end": { - "line": 1150, + "line": 1144, "column": 9 } } }, "alternate": null, "range": [ - 39563, - 39631 + 39271, + 39339 ], "loc": { "start": { - "line": 1148, + "line": 1142, "column": 8 }, "end": { - "line": 1150, + "line": 1144, "column": 9 } }, @@ -93282,16 +92521,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39640, - 39666 + 39348, + 39374 ], "loc": { "start": { - "line": 1151, + "line": 1145, "column": 8 }, "end": { - "line": 1151, + "line": 1145, "column": 34 } } @@ -93306,16 +92545,16 @@ "object": { "type": "ThisExpression", "range": [ - 39679, - 39683 + 39387, + 39391 ], "loc": { "start": { - "line": 1152, + "line": 1146, "column": 12 }, "end": { - "line": 1152, + "line": 1146, "column": 16 } } @@ -93324,31 +92563,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 39684, - 39698 + 39392, + 39406 ], "loc": { "start": { - "line": 1152, + "line": 1146, "column": 17 }, "end": { - "line": 1152, + "line": 1146, "column": 31 } } }, "range": [ - 39679, - 39698 + 39387, + 39406 ], "loc": { "start": { - "line": 1152, + "line": 1146, "column": 12 }, "end": { - "line": 1152, + "line": 1146, "column": 31 } } @@ -93369,16 +92608,16 @@ "object": { "type": "ThisExpression", "range": [ - 39714, - 39718 + 39422, + 39426 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 12 }, "end": { - "line": 1153, + "line": 1147, "column": 16 } } @@ -93387,31 +92626,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 39719, - 39733 + 39427, + 39441 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 17 }, "end": { - "line": 1153, + "line": 1147, "column": 31 } } }, "range": [ - 39714, - 39733 + 39422, + 39441 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 12 }, "end": { - "line": 1153, + "line": 1147, "column": 31 } } @@ -93420,31 +92659,31 @@ "type": "Identifier", "name": "call", "range": [ - 39734, - 39738 + 39442, + 39446 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 32 }, "end": { - "line": 1153, + "line": 1147, "column": 36 } } }, "range": [ - 39714, - 39738 + 39422, + 39446 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 12 }, "end": { - "line": 1153, + "line": 1147, "column": 36 } } @@ -93455,16 +92694,16 @@ "value": null, "raw": "null", "range": [ - 39739, - 39743 + 39447, + 39451 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 37 }, "end": { - "line": 1153, + "line": 1147, "column": 41 } } @@ -93472,79 +92711,79 @@ { "type": "ThisExpression", "range": [ - 39745, - 39749 + 39453, + 39457 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 43 }, "end": { - "line": 1153, + "line": 1147, "column": 47 } } } ], "range": [ - 39714, - 39750 + 39422, + 39458 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 12 }, "end": { - "line": 1153, + "line": 1147, "column": 48 } } }, "range": [ - 39714, - 39751 + 39422, + 39459 ], "loc": { "start": { - "line": 1153, + "line": 1147, "column": 12 }, "end": { - "line": 1153, + "line": 1147, "column": 49 } } } ], "range": [ - 39700, - 39761 + 39408, + 39469 ], "loc": { "start": { - "line": 1152, + "line": 1146, "column": 33 }, "end": { - "line": 1154, + "line": 1148, "column": 9 } } }, "alternate": null, "range": [ - 39675, - 39761 + 39383, + 39469 ], "loc": { "start": { - "line": 1152, + "line": 1146, "column": 8 }, "end": { - "line": 1154, + "line": 1148, "column": 9 } }, @@ -93553,16 +92792,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39640, - 39666 + 39348, + 39374 ], "loc": { "start": { - "line": 1151, + "line": 1145, "column": 8 }, "end": { - "line": 1151, + "line": 1145, "column": 34 } } @@ -93582,16 +92821,16 @@ "object": { "type": "ThisExpression", "range": [ - 39770, - 39774 + 39478, + 39482 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 8 }, "end": { - "line": 1155, + "line": 1149, "column": 12 } } @@ -93600,31 +92839,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39775, - 39782 + 39483, + 39490 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 13 }, "end": { - "line": 1155, + "line": 1149, "column": 20 } } }, "range": [ - 39770, - 39782 + 39478, + 39490 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 8 }, "end": { - "line": 1155, + "line": 1149, "column": 20 } } @@ -93633,31 +92872,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39783, - 39787 + 39491, + 39495 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 21 }, "end": { - "line": 1155, + "line": 1149, "column": 25 } } }, "range": [ - 39770, - 39787 + 39478, + 39495 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 8 }, "end": { - "line": 1155, + "line": 1149, "column": 25 } } @@ -93668,16 +92907,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 39788, - 39806 + 39496, + 39514 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 26 }, "end": { - "line": 1155, + "line": 1149, "column": 44 } } @@ -93685,47 +92924,47 @@ { "type": "ThisExpression", "range": [ - 39808, - 39812 + 39516, + 39520 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 46 }, "end": { - "line": 1155, + "line": 1149, "column": 50 } } } ], "range": [ - 39770, - 39813 + 39478, + 39521 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 8 }, "end": { - "line": 1155, + "line": 1149, "column": 51 } } }, "range": [ - 39770, - 39814 + 39478, + 39522 ], "loc": { "start": { - "line": 1155, + "line": 1149, "column": 8 }, "end": { - "line": 1155, + "line": 1149, "column": 52 } } @@ -93739,16 +92978,16 @@ "type": "Identifier", "name": "row", "range": [ - 39828, - 39831 + 39536, + 39539 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 12 }, "end": { - "line": 1157, + "line": 1151, "column": 15 } } @@ -93762,16 +93001,16 @@ "object": { "type": "ThisExpression", "range": [ - 39834, - 39838 + 39542, + 39546 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 18 }, "end": { - "line": 1157, + "line": 1151, "column": 22 } } @@ -93780,31 +93019,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 39839, - 39842 + 39547, + 39550 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 23 }, "end": { - "line": 1157, + "line": 1151, "column": 26 } } }, "range": [ - 39834, - 39842 + 39542, + 39550 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 18 }, "end": { - "line": 1157, + "line": 1151, "column": 26 } } @@ -93813,46 +93052,46 @@ "type": "Identifier", "name": "rows", "range": [ - 39843, - 39847 + 39551, + 39555 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 27 }, "end": { - "line": 1157, + "line": 1151, "column": 31 } } }, "range": [ - 39834, - 39847 + 39542, + 39555 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 18 }, "end": { - "line": 1157, + "line": 1151, "column": 31 } } }, "range": [ - 39828, - 39847 + 39536, + 39555 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 12 }, "end": { - "line": 1157, + "line": 1151, "column": 31 } } @@ -93863,16 +93102,16 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 39861, - 39871 + 39569, + 39579 ], "loc": { "start": { - "line": 1158, + "line": 1152, "column": 12 }, "end": { - "line": 1158, + "line": 1152, "column": 22 } } @@ -93882,31 +93121,31 @@ "value": 0, "raw": "0", "range": [ - 39874, - 39875 + 39582, + 39583 ], "loc": { "start": { - "line": 1158, + "line": 1152, "column": 25 }, "end": { - "line": 1158, + "line": 1152, "column": 26 } } }, "range": [ - 39861, - 39875 + 39569, + 39583 ], "loc": { "start": { - "line": 1158, + "line": 1152, "column": 12 }, "end": { - "line": 1158, + "line": 1152, "column": 26 } } @@ -93914,16 +93153,16 @@ ], "kind": "let", "range": [ - 39824, - 39876 + 39532, + 39584 ], "loc": { "start": { - "line": 1157, + "line": 1151, "column": 8 }, "end": { - "line": 1158, + "line": 1152, "column": 27 } } @@ -93939,16 +93178,16 @@ "object": { "type": "ThisExpression", "range": [ - 39886, - 39890 + 39594, + 39598 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 8 }, "end": { - "line": 1160, + "line": 1154, "column": 12 } } @@ -93957,31 +93196,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 39891, - 39905 + 39599, + 39613 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 13 }, "end": { - "line": 1160, + "line": 1154, "column": 27 } } }, "range": [ - 39886, - 39905 + 39594, + 39613 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 8 }, "end": { - "line": 1160, + "line": 1154, "column": 27 } } @@ -93990,46 +93229,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 39908, - 39910 + 39616, + 39618 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 30 }, "end": { - "line": 1160, + "line": 1154, "column": 32 } } }, "range": [ - 39886, - 39910 + 39594, + 39618 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 8 }, "end": { - "line": 1160, + "line": 1154, "column": 32 } } }, "range": [ - 39886, - 39911 + 39594, + 39619 ], "loc": { "start": { - "line": 1160, + "line": 1154, "column": 8 }, "end": { - "line": 1160, + "line": 1154, "column": 33 } }, @@ -94038,16 +93277,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 39920, - 39942 + 39628, + 39650 ], "loc": { "start": { - "line": 1161, + "line": 1155, "column": 8 }, "end": { - "line": 1161, + "line": 1155, "column": 30 } } @@ -94063,16 +93302,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 39955, - 39965 + 39663, + 39673 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 12 }, "end": { - "line": 1162, + "line": 1156, "column": 22 } } @@ -94085,16 +93324,16 @@ "object": { "type": "ThisExpression", "range": [ - 39968, - 39972 + 39676, + 39680 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 25 }, "end": { - "line": 1162, + "line": 1156, "column": 29 } } @@ -94103,62 +93342,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 39973, - 39988 + 39681, + 39696 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 30 }, "end": { - "line": 1162, + "line": 1156, "column": 45 } } }, "range": [ - 39968, - 39988 + 39676, + 39696 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 25 }, "end": { - "line": 1162, + "line": 1156, "column": 45 } } }, "arguments": [], "range": [ - 39968, - 39990 + 39676, + 39698 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 25 }, "end": { - "line": 1162, + "line": 1156, "column": 47 } } }, "range": [ - 39955, - 39990 + 39663, + 39698 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 12 }, "end": { - "line": 1162, + "line": 1156, "column": 47 } } @@ -94166,16 +93405,16 @@ ], "kind": "let", "range": [ - 39951, - 39991 + 39659, + 39699 ], "loc": { "start": { - "line": 1162, + "line": 1156, "column": 8 }, "end": { - "line": 1162, + "line": 1156, "column": 48 } }, @@ -94184,16 +93423,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 39920, - 39942 + 39628, + 39650 ], "loc": { "start": { - "line": 1161, + "line": 1155, "column": 8 }, "end": { - "line": 1161, + "line": 1155, "column": 30 } } @@ -94209,32 +93448,32 @@ "type": "Identifier", "name": "numCellData", "range": [ - 40005, - 40016 + 39713, + 39724 ], "loc": { "start": { - "line": 1164, + "line": 1158, "column": 12 }, "end": { - "line": 1164, + "line": 1158, "column": 23 } } }, "init": null, "range": [ - 40005, - 40016 + 39713, + 39724 ], "loc": { "start": { - "line": 1164, + "line": 1158, "column": 12 }, "end": { - "line": 1164, + "line": 1158, "column": 23 } } @@ -94242,16 +93481,16 @@ ], "kind": "let", "range": [ - 40001, - 40017 + 39709, + 39725 ], "loc": { "start": { - "line": 1164, + "line": 1158, "column": 8 }, "end": { - "line": 1164, + "line": 1158, "column": 24 } } @@ -94265,32 +93504,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 40030, - 40038 + 39738, + 39746 ], "loc": { "start": { - "line": 1165, + "line": 1159, "column": 12 }, "end": { - "line": 1165, + "line": 1159, "column": 20 } } }, "init": null, "range": [ - 40030, - 40038 + 39738, + 39746 ], "loc": { "start": { - "line": 1165, + "line": 1159, "column": 12 }, "end": { - "line": 1165, + "line": 1159, "column": 20 } } @@ -94298,16 +93537,16 @@ ], "kind": "let", "range": [ - 40026, - 40039 + 39734, + 39747 ], "loc": { "start": { - "line": 1165, + "line": 1159, "column": 8 }, "end": { - "line": 1165, + "line": 1159, "column": 21 } } @@ -94321,16 +93560,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 40052, - 40057 + 39760, + 39765 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 12 }, "end": { - "line": 1166, + "line": 1160, "column": 17 } } @@ -94341,16 +93580,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40064, - 40070 + 39772, + 39778 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 24 }, "end": { - "line": 1166, + "line": 1160, "column": 30 } } @@ -94362,16 +93601,16 @@ "object": { "type": "ThisExpression", "range": [ - 40071, - 40075 + 39779, + 39783 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 31 }, "end": { - "line": 1166, + "line": 1160, "column": 35 } } @@ -94380,62 +93619,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 40076, - 40086 + 39784, + 39794 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 36 }, "end": { - "line": 1166, + "line": 1160, "column": 46 } } }, "range": [ - 40071, - 40086 + 39779, + 39794 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 31 }, "end": { - "line": 1166, + "line": 1160, "column": 46 } } } ], "range": [ - 40060, - 40087 + 39768, + 39795 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 20 }, "end": { - "line": 1166, + "line": 1160, "column": 47 } } }, "range": [ - 40052, - 40087 + 39760, + 39795 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 12 }, "end": { - "line": 1166, + "line": 1160, "column": 47 } } @@ -94446,16 +93685,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 40101, - 40106 + 39809, + 39814 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 12 }, "end": { - "line": 1167, + "line": 1161, "column": 17 } } @@ -94466,16 +93705,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40113, - 40119 + 39821, + 39827 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 24 }, "end": { - "line": 1167, + "line": 1161, "column": 30 } } @@ -94487,16 +93726,16 @@ "object": { "type": "ThisExpression", "range": [ - 40120, - 40124 + 39828, + 39832 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 31 }, "end": { - "line": 1167, + "line": 1161, "column": 35 } } @@ -94505,62 +93744,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 40125, - 40135 + 39833, + 39843 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 36 }, "end": { - "line": 1167, + "line": 1161, "column": 46 } } }, "range": [ - 40120, - 40135 + 39828, + 39843 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 31 }, "end": { - "line": 1167, + "line": 1161, "column": 46 } } } ], "range": [ - 40109, - 40136 + 39817, + 39844 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 20 }, "end": { - "line": 1167, + "line": 1161, "column": 47 } } }, "range": [ - 40101, - 40136 + 39809, + 39844 ], "loc": { "start": { - "line": 1167, + "line": 1161, "column": 12 }, "end": { - "line": 1167, + "line": 1161, "column": 47 } } @@ -94571,16 +93810,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 40150, - 40154 + 39858, + 39862 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 12 }, "end": { - "line": 1168, + "line": 1162, "column": 16 } } @@ -94591,16 +93830,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40161, - 40167 + 39869, + 39875 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 23 }, "end": { - "line": 1168, + "line": 1162, "column": 29 } } @@ -94612,16 +93851,16 @@ "object": { "type": "ThisExpression", "range": [ - 40168, - 40172 + 39876, + 39880 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 30 }, "end": { - "line": 1168, + "line": 1162, "column": 34 } } @@ -94630,62 +93869,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 40173, - 40183 + 39881, + 39891 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 35 }, "end": { - "line": 1168, + "line": 1162, "column": 45 } } }, "range": [ - 40168, - 40183 + 39876, + 39891 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 30 }, "end": { - "line": 1168, + "line": 1162, "column": 45 } } } ], "range": [ - 40157, - 40184 + 39865, + 39892 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 19 }, "end": { - "line": 1168, + "line": 1162, "column": 46 } } }, "range": [ - 40150, - 40184 + 39858, + 39892 ], "loc": { "start": { - "line": 1168, + "line": 1162, "column": 12 }, "end": { - "line": 1168, + "line": 1162, "column": 46 } } @@ -94696,16 +93935,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 40198, - 40202 + 39906, + 39910 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 12 }, "end": { - "line": 1169, + "line": 1163, "column": 16 } } @@ -94716,16 +93955,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40209, - 40215 + 39917, + 39923 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 23 }, "end": { - "line": 1169, + "line": 1163, "column": 29 } } @@ -94737,16 +93976,16 @@ "object": { "type": "ThisExpression", "range": [ - 40216, - 40220 + 39924, + 39928 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 30 }, "end": { - "line": 1169, + "line": 1163, "column": 34 } } @@ -94755,62 +93994,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 40221, - 40231 + 39929, + 39939 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 35 }, "end": { - "line": 1169, + "line": 1163, "column": 45 } } }, "range": [ - 40216, - 40231 + 39924, + 39939 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 30 }, "end": { - "line": 1169, + "line": 1163, "column": 45 } } } ], "range": [ - 40205, - 40232 + 39913, + 39940 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 19 }, "end": { - "line": 1169, + "line": 1163, "column": 46 } } }, "range": [ - 40198, - 40232 + 39906, + 39940 ], "loc": { "start": { - "line": 1169, + "line": 1163, "column": 12 }, "end": { - "line": 1169, + "line": 1163, "column": 46 } } @@ -94821,16 +94060,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 40246, - 40250 + 39954, + 39958 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 12 }, "end": { - "line": 1170, + "line": 1164, "column": 16 } } @@ -94841,16 +94080,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40257, - 40263 + 39965, + 39971 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 23 }, "end": { - "line": 1170, + "line": 1164, "column": 29 } } @@ -94862,16 +94101,16 @@ "object": { "type": "ThisExpression", "range": [ - 40264, - 40268 + 39972, + 39976 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 30 }, "end": { - "line": 1170, + "line": 1164, "column": 34 } } @@ -94880,62 +94119,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 40269, - 40279 + 39977, + 39987 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 35 }, "end": { - "line": 1170, + "line": 1164, "column": 45 } } }, "range": [ - 40264, - 40279 + 39972, + 39987 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 30 }, "end": { - "line": 1170, + "line": 1164, "column": 45 } } } ], "range": [ - 40253, - 40280 + 39961, + 39988 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 19 }, "end": { - "line": 1170, + "line": 1164, "column": 46 } } }, "range": [ - 40246, - 40280 + 39954, + 39988 ], "loc": { "start": { - "line": 1170, + "line": 1164, "column": 12 }, "end": { - "line": 1170, + "line": 1164, "column": 46 } } @@ -94946,16 +94185,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 40294, - 40299 + 40002, + 40007 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 12 }, "end": { - "line": 1171, + "line": 1165, "column": 17 } } @@ -94966,16 +94205,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40306, - 40312 + 40014, + 40020 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 24 }, "end": { - "line": 1171, + "line": 1165, "column": 30 } } @@ -94990,16 +94229,16 @@ "type": "Identifier", "name": "Str", "range": [ - 40313, - 40316 + 40021, + 40024 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 31 }, "end": { - "line": 1171, + "line": 1165, "column": 34 } } @@ -95008,31 +94247,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 40317, - 40323 + 40025, + 40031 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 35 }, "end": { - "line": 1171, + "line": 1165, "column": 41 } } }, "range": [ - 40313, - 40323 + 40021, + 40031 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 31 }, "end": { - "line": 1171, + "line": 1165, "column": 41 } } @@ -95044,16 +94283,16 @@ "object": { "type": "ThisExpression", "range": [ - 40324, - 40328 + 40032, + 40036 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 42 }, "end": { - "line": 1171, + "line": 1165, "column": 46 } } @@ -95062,78 +94301,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 40329, - 40339 + 40037, + 40047 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 47 }, "end": { - "line": 1171, + "line": 1165, "column": 57 } } }, "range": [ - 40324, - 40339 + 40032, + 40047 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 42 }, "end": { - "line": 1171, + "line": 1165, "column": 57 } } } ], "range": [ - 40313, - 40340 + 40021, + 40048 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 31 }, "end": { - "line": 1171, + "line": 1165, "column": 58 } } } ], "range": [ - 40302, - 40341 + 40010, + 40049 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 20 }, "end": { - "line": 1171, + "line": 1165, "column": 59 } } }, "range": [ - 40294, - 40341 + 40002, + 40049 ], "loc": { "start": { - "line": 1171, + "line": 1165, "column": 12 }, "end": { - "line": 1171, + "line": 1165, "column": 59 } } @@ -95144,16 +94383,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 40355, - 40360 + 40063, + 40068 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 12 }, "end": { - "line": 1172, + "line": 1166, "column": 17 } } @@ -95164,16 +94403,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40367, - 40373 + 40075, + 40081 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 24 }, "end": { - "line": 1172, + "line": 1166, "column": 30 } } @@ -95185,16 +94424,16 @@ "object": { "type": "ThisExpression", "range": [ - 40374, - 40378 + 40082, + 40086 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 31 }, "end": { - "line": 1172, + "line": 1166, "column": 35 } } @@ -95203,62 +94442,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 40379, - 40389 + 40087, + 40097 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 36 }, "end": { - "line": 1172, + "line": 1166, "column": 46 } } }, "range": [ - 40374, - 40389 + 40082, + 40097 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 31 }, "end": { - "line": 1172, + "line": 1166, "column": 46 } } } ], "range": [ - 40363, - 40390 + 40071, + 40098 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 20 }, "end": { - "line": 1172, + "line": 1166, "column": 47 } } }, "range": [ - 40355, - 40390 + 40063, + 40098 ], "loc": { "start": { - "line": 1172, + "line": 1166, "column": 12 }, "end": { - "line": 1172, + "line": 1166, "column": 47 } } @@ -95269,16 +94508,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 40404, - 40409 + 40112, + 40117 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 12 }, "end": { - "line": 1173, + "line": 1167, "column": 17 } } @@ -95289,16 +94528,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40416, - 40422 + 40124, + 40130 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 24 }, "end": { - "line": 1173, + "line": 1167, "column": 30 } } @@ -95310,16 +94549,16 @@ "object": { "type": "ThisExpression", "range": [ - 40423, - 40427 + 40131, + 40135 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 31 }, "end": { - "line": 1173, + "line": 1167, "column": 35 } } @@ -95328,62 +94567,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 40428, - 40438 + 40136, + 40146 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 36 }, "end": { - "line": 1173, + "line": 1167, "column": 46 } } }, "range": [ - 40423, - 40438 + 40131, + 40146 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 31 }, "end": { - "line": 1173, + "line": 1167, "column": 46 } } } ], "range": [ - 40412, - 40439 + 40120, + 40147 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 20 }, "end": { - "line": 1173, + "line": 1167, "column": 47 } } }, "range": [ - 40404, - 40439 + 40112, + 40147 ], "loc": { "start": { - "line": 1173, + "line": 1167, "column": 12 }, "end": { - "line": 1173, + "line": 1167, "column": 47 } } @@ -95394,16 +94633,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 40453, - 40458 + 40161, + 40166 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 12 }, "end": { - "line": 1174, + "line": 1168, "column": 17 } } @@ -95414,16 +94653,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40465, - 40471 + 40173, + 40179 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 24 }, "end": { - "line": 1174, + "line": 1168, "column": 30 } } @@ -95435,16 +94674,16 @@ "object": { "type": "ThisExpression", "range": [ - 40472, - 40476 + 40180, + 40184 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 31 }, "end": { - "line": 1174, + "line": 1168, "column": 35 } } @@ -95453,62 +94692,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 40477, - 40487 + 40185, + 40195 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 36 }, "end": { - "line": 1174, + "line": 1168, "column": 46 } } }, "range": [ - 40472, - 40487 + 40180, + 40195 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 31 }, "end": { - "line": 1174, + "line": 1168, "column": 46 } } } ], "range": [ - 40461, - 40488 + 40169, + 40196 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 20 }, "end": { - "line": 1174, + "line": 1168, "column": 47 } } }, "range": [ - 40453, - 40488 + 40161, + 40196 ], "loc": { "start": { - "line": 1174, + "line": 1168, "column": 12 }, "end": { - "line": 1174, + "line": 1168, "column": 47 } } @@ -95519,16 +94758,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 40602, - 40607 + 40310, + 40315 ], "loc": { "start": { - "line": 1177, + "line": 1171, "column": 12 }, "end": { - "line": 1177, + "line": 1171, "column": 17 } } @@ -95539,16 +94778,16 @@ "object": { "type": "ThisExpression", "range": [ - 40610, - 40614 + 40318, + 40322 ], "loc": { "start": { - "line": 1177, + "line": 1171, "column": 20 }, "end": { - "line": 1177, + "line": 1171, "column": 24 } } @@ -95557,46 +94796,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 40615, - 40625 + 40323, + 40333 ], "loc": { "start": { - "line": 1177, + "line": 1171, "column": 25 }, "end": { - "line": 1177, + "line": 1171, "column": 35 } } }, "range": [ - 40610, - 40625 + 40318, + 40333 ], "loc": { "start": { - "line": 1177, + "line": 1171, "column": 20 }, "end": { - "line": 1177, + "line": 1171, "column": 35 } } }, "range": [ - 40602, - 40625 + 40310, + 40333 ], "loc": { "start": { - "line": 1177, + "line": 1171, "column": 12 }, "end": { - "line": 1177, + "line": 1171, "column": 35 } }, @@ -95605,16 +94844,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 40502, - 40541 + 40210, + 40249 ], "loc": { "start": { - "line": 1175, + "line": 1169, "column": 12 }, "end": { - "line": 1175, + "line": 1169, "column": 51 } } @@ -95623,16 +94862,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 40554, - 40589 + 40262, + 40297 ], "loc": { "start": { - "line": 1176, + "line": 1170, "column": 12 }, "end": { - "line": 1176, + "line": 1170, "column": 47 } } @@ -95645,16 +94884,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 40639, - 40644 + 40347, + 40352 ], "loc": { "start": { - "line": 1178, + "line": 1172, "column": 12 }, "end": { - "line": 1178, + "line": 1172, "column": 17 } } @@ -95665,16 +94904,16 @@ "object": { "type": "ThisExpression", "range": [ - 40647, - 40651 + 40355, + 40359 ], "loc": { "start": { - "line": 1178, + "line": 1172, "column": 20 }, "end": { - "line": 1178, + "line": 1172, "column": 24 } } @@ -95683,46 +94922,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 40652, - 40662 + 40360, + 40370 ], "loc": { "start": { - "line": 1178, + "line": 1172, "column": 25 }, "end": { - "line": 1178, + "line": 1172, "column": 35 } } }, "range": [ - 40647, - 40662 + 40355, + 40370 ], "loc": { "start": { - "line": 1178, + "line": 1172, "column": 20 }, "end": { - "line": 1178, + "line": 1172, "column": 35 } } }, "range": [ - 40639, - 40662 + 40347, + 40370 ], "loc": { "start": { - "line": 1178, + "line": 1172, "column": 12 }, "end": { - "line": 1178, + "line": 1172, "column": 35 } } @@ -95733,16 +94972,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 40676, - 40681 + 40384, + 40389 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 12 }, "end": { - "line": 1179, + "line": 1173, "column": 17 } } @@ -95753,16 +94992,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40688, - 40694 + 40396, + 40402 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 24 }, "end": { - "line": 1179, + "line": 1173, "column": 30 } } @@ -95777,16 +95016,16 @@ "type": "Identifier", "name": "Str", "range": [ - 40695, - 40698 + 40403, + 40406 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 31 }, "end": { - "line": 1179, + "line": 1173, "column": 34 } } @@ -95795,31 +95034,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 40699, - 40705 + 40407, + 40413 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 35 }, "end": { - "line": 1179, + "line": 1173, "column": 41 } } }, "range": [ - 40695, - 40705 + 40403, + 40413 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 31 }, "end": { - "line": 1179, + "line": 1173, "column": 41 } } @@ -95831,16 +95070,16 @@ "object": { "type": "ThisExpression", "range": [ - 40706, - 40710 + 40414, + 40418 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 42 }, "end": { - "line": 1179, + "line": 1173, "column": 46 } } @@ -95849,78 +95088,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 40711, - 40722 + 40419, + 40430 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 47 }, "end": { - "line": 1179, + "line": 1173, "column": 58 } } }, "range": [ - 40706, - 40722 + 40414, + 40430 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 42 }, "end": { - "line": 1179, + "line": 1173, "column": 58 } } } ], "range": [ - 40695, - 40723 + 40403, + 40431 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 31 }, "end": { - "line": 1179, + "line": 1173, "column": 59 } } } ], "range": [ - 40684, - 40724 + 40392, + 40432 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 20 }, "end": { - "line": 1179, + "line": 1173, "column": 60 } } }, "range": [ - 40676, - 40724 + 40384, + 40432 ], "loc": { "start": { - "line": 1179, + "line": 1173, "column": 12 }, "end": { - "line": 1179, + "line": 1173, "column": 60 } } @@ -95928,16 +95167,16 @@ ], "kind": "let", "range": [ - 40048, - 40725 + 39756, + 40433 ], "loc": { "start": { - "line": 1166, + "line": 1160, "column": 8 }, "end": { - "line": 1179, + "line": 1173, "column": 61 } }, @@ -95946,16 +95185,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40735, - 40757 + 40443, + 40465 ], "loc": { "start": { - "line": 1181, + "line": 1175, "column": 8 }, "end": { - "line": 1181, + "line": 1175, "column": 30 } } @@ -95968,16 +95207,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 40775, - 40784 + 40483, + 40492 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 17 }, "end": { - "line": 1182, + "line": 1176, "column": 26 } } @@ -95987,16 +95226,16 @@ "type": "Identifier", "name": "str", "range": [ - 40785, - 40788 + 40493, + 40496 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 27 }, "end": { - "line": 1182, + "line": 1176, "column": 30 } } @@ -96005,16 +95244,16 @@ "type": "Identifier", "name": "ok", "range": [ - 40790, - 40792 + 40498, + 40500 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 32 }, "end": { - "line": 1182, + "line": 1176, "column": 34 } } @@ -96023,16 +95262,16 @@ "type": "Identifier", "name": "cell", "range": [ - 40794, - 40798 + 40502, + 40506 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 36 }, "end": { - "line": 1182, + "line": 1176, "column": 40 } } @@ -96052,16 +95291,16 @@ "object": { "type": "ThisExpression", "range": [ - 40857, - 40861 + 40565, + 40569 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 16 }, "end": { - "line": 1184, + "line": 1178, "column": 20 } } @@ -96070,31 +95309,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 40862, - 40879 + 40570, + 40587 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 21 }, "end": { - "line": 1184, + "line": 1178, "column": 38 } } }, "range": [ - 40857, - 40879 + 40565, + 40587 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 16 }, "end": { - "line": 1184, + "line": 1178, "column": 38 } } @@ -96103,31 +95342,31 @@ "type": "Identifier", "name": "ok", "range": [ - 40883, - 40885 + 40591, + 40593 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 42 }, "end": { - "line": 1184, + "line": 1178, "column": 44 } } }, "range": [ - 40857, - 40885 + 40565, + 40593 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 16 }, "end": { - "line": 1184, + "line": 1178, "column": 44 } } @@ -96144,16 +95383,16 @@ "type": "Identifier", "name": "str", "range": [ - 40905, - 40908 + 40613, + 40616 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 16 }, "end": { - "line": 1185, + "line": 1179, "column": 19 } } @@ -96167,16 +95406,16 @@ "type": "Identifier", "name": "str", "range": [ - 40911, - 40914 + 40619, + 40622 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 22 }, "end": { - "line": 1185, + "line": 1179, "column": 25 } } @@ -96185,31 +95424,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40915, - 40922 + 40623, + 40630 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 26 }, "end": { - "line": 1185, + "line": 1179, "column": 33 } } }, "range": [ - 40911, - 40922 + 40619, + 40630 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 22 }, "end": { - "line": 1185, + "line": 1179, "column": 33 } } @@ -96219,16 +95458,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 40923, - 40928 + 40631, + 40636 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 34 }, "end": { - "line": 1185, + "line": 1179, "column": 39 } } @@ -96238,62 +95477,62 @@ "value": "", "raw": "''", "range": [ - 40930, - 40932 + 40638, + 40640 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 41 }, "end": { - "line": 1185, + "line": 1179, "column": 43 } } } ], "range": [ - 40911, - 40933 + 40619, + 40641 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 22 }, "end": { - "line": 1185, + "line": 1179, "column": 44 } } }, "range": [ - 40905, - 40933 + 40613, + 40641 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 16 }, "end": { - "line": 1185, + "line": 1179, "column": 44 } } }, "range": [ - 40905, - 40934 + 40613, + 40642 ], "loc": { "start": { - "line": 1185, + "line": 1179, "column": 16 }, "end": { - "line": 1185, + "line": 1179, "column": 45 } } @@ -96307,16 +95546,16 @@ "type": "Identifier", "name": "str", "range": [ - 40951, - 40954 + 40659, + 40662 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 16 }, "end": { - "line": 1186, + "line": 1180, "column": 19 } } @@ -96330,16 +95569,16 @@ "type": "Identifier", "name": "str", "range": [ - 40957, - 40960 + 40665, + 40668 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 22 }, "end": { - "line": 1186, + "line": 1180, "column": 25 } } @@ -96348,31 +95587,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40961, - 40968 + 40669, + 40676 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 26 }, "end": { - "line": 1186, + "line": 1180, "column": 33 } } }, "range": [ - 40957, - 40968 + 40665, + 40676 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 22 }, "end": { - "line": 1186, + "line": 1180, "column": 33 } } @@ -96382,16 +95621,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 40969, - 40974 + 40677, + 40682 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 34 }, "end": { - "line": 1186, + "line": 1180, "column": 39 } } @@ -96401,62 +95640,62 @@ "value": "", "raw": "''", "range": [ - 40976, - 40978 + 40684, + 40686 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 41 }, "end": { - "line": 1186, + "line": 1180, "column": 43 } } } ], "range": [ - 40957, - 40979 + 40665, + 40687 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 22 }, "end": { - "line": 1186, + "line": 1180, "column": 44 } } }, "range": [ - 40951, - 40979 + 40659, + 40687 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 16 }, "end": { - "line": 1186, + "line": 1180, "column": 44 } } }, "range": [ - 40951, - 40980 + 40659, + 40688 ], "loc": { "start": { - "line": 1186, + "line": 1180, "column": 16 }, "end": { - "line": 1186, + "line": 1180, "column": 45 } } @@ -96470,16 +95709,16 @@ "type": "Identifier", "name": "str", "range": [ - 40997, - 41000 + 40705, + 40708 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 16 }, "end": { - "line": 1187, + "line": 1181, "column": 19 } } @@ -96493,16 +95732,16 @@ "type": "Identifier", "name": "str", "range": [ - 41003, - 41006 + 40711, + 40714 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 22 }, "end": { - "line": 1187, + "line": 1181, "column": 25 } } @@ -96511,31 +95750,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41007, - 41014 + 40715, + 40722 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 26 }, "end": { - "line": 1187, + "line": 1181, "column": 33 } } }, "range": [ - 41003, - 41014 + 40711, + 40722 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 22 }, "end": { - "line": 1187, + "line": 1181, "column": 33 } } @@ -96545,16 +95784,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 41015, - 41020 + 40723, + 40728 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 34 }, "end": { - "line": 1187, + "line": 1181, "column": 39 } } @@ -96564,62 +95803,62 @@ "value": "", "raw": "''", "range": [ - 41022, - 41024 + 40730, + 40732 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 41 }, "end": { - "line": 1187, + "line": 1181, "column": 43 } } } ], "range": [ - 41003, - 41025 + 40711, + 40733 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 22 }, "end": { - "line": 1187, + "line": 1181, "column": 44 } } }, "range": [ - 40997, - 41025 + 40705, + 40733 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 16 }, "end": { - "line": 1187, + "line": 1181, "column": 44 } } }, "range": [ - 40997, - 41026 + 40705, + 40734 ], "loc": { "start": { - "line": 1187, + "line": 1181, "column": 16 }, "end": { - "line": 1187, + "line": 1181, "column": 45 } } @@ -96633,16 +95872,16 @@ "type": "Identifier", "name": "str", "range": [ - 41043, - 41046 + 40751, + 40754 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 16 }, "end": { - "line": 1188, + "line": 1182, "column": 19 } } @@ -96656,16 +95895,16 @@ "type": "Identifier", "name": "str", "range": [ - 41049, - 41052 + 40757, + 40760 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 22 }, "end": { - "line": 1188, + "line": 1182, "column": 25 } } @@ -96674,31 +95913,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41053, - 41060 + 40761, + 40768 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 26 }, "end": { - "line": 1188, + "line": 1182, "column": 33 } } }, "range": [ - 41049, - 41060 + 40757, + 40768 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 22 }, "end": { - "line": 1188, + "line": 1182, "column": 33 } } @@ -96708,16 +95947,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 41061, - 41066 + 40769, + 40774 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 34 }, "end": { - "line": 1188, + "line": 1182, "column": 39 } } @@ -96727,62 +95966,62 @@ "value": "", "raw": "''", "range": [ - 41068, - 41070 + 40776, + 40778 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 41 }, "end": { - "line": 1188, + "line": 1182, "column": 43 } } } ], "range": [ - 41049, - 41071 + 40757, + 40779 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 22 }, "end": { - "line": 1188, + "line": 1182, "column": 44 } } }, "range": [ - 41043, - 41071 + 40751, + 40779 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 16 }, "end": { - "line": 1188, + "line": 1182, "column": 44 } } }, "range": [ - 41043, - 41072 + 40751, + 40780 ], "loc": { "start": { - "line": 1188, + "line": 1182, "column": 16 }, "end": { - "line": 1188, + "line": 1182, "column": 45 } } @@ -96796,16 +96035,16 @@ "type": "Identifier", "name": "w", "range": [ - 41093, - 41094 + 40801, + 40802 ], "loc": { "start": { - "line": 1189, + "line": 1183, "column": 20 }, "end": { - "line": 1189, + "line": 1183, "column": 21 } } @@ -96814,31 +96053,31 @@ "type": "Identifier", "name": "str", "range": [ - 41097, - 41100 + 40805, + 40808 ], "loc": { "start": { - "line": 1189, + "line": 1183, "column": 24 }, "end": { - "line": 1189, + "line": 1183, "column": 27 } } }, "range": [ - 41093, - 41100 + 40801, + 40808 ], "loc": { "start": { - "line": 1189, + "line": 1183, "column": 20 }, "end": { - "line": 1189, + "line": 1183, "column": 27 } } @@ -96846,16 +96085,16 @@ ], "kind": "let", "range": [ - 41089, - 41101 + 40797, + 40809 ], "loc": { "start": { - "line": 1189, + "line": 1183, "column": 16 }, "end": { - "line": 1189, + "line": 1183, "column": 28 } } @@ -96883,16 +96122,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 41122, - 41127 + 40830, + 40835 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1190, + "line": 1184, "column": 25 } } @@ -96901,31 +96140,31 @@ "type": "Identifier", "name": "test", "range": [ - 41128, - 41132 + 40836, + 40840 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 26 }, "end": { - "line": 1190, + "line": 1184, "column": 30 } } }, "range": [ - 41122, - 41132 + 40830, + 40840 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1190, + "line": 1184, "column": 30 } } @@ -96935,32 +96174,32 @@ "type": "Identifier", "name": "str", "range": [ - 41133, - 41136 + 40841, + 40844 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 31 }, "end": { - "line": 1190, + "line": 1184, "column": 34 } } } ], "range": [ - 41122, - 41137 + 40830, + 40845 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1190, + "line": 1184, "column": 35 } } @@ -96974,16 +96213,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 41141, - 41146 + 40849, + 40854 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 39 }, "end": { - "line": 1190, + "line": 1184, "column": 44 } } @@ -96992,31 +96231,31 @@ "type": "Identifier", "name": "test", "range": [ - 41147, - 41151 + 40855, + 40859 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 45 }, "end": { - "line": 1190, + "line": 1184, "column": 49 } } }, "range": [ - 41141, - 41151 + 40849, + 40859 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 39 }, "end": { - "line": 1190, + "line": 1184, "column": 49 } } @@ -97026,47 +96265,47 @@ "type": "Identifier", "name": "str", "range": [ - 41152, - 41155 + 40860, + 40863 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 50 }, "end": { - "line": 1190, + "line": 1184, "column": 53 } } } ], "range": [ - 41141, - 41156 + 40849, + 40864 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 39 }, "end": { - "line": 1190, + "line": 1184, "column": 54 } } }, "range": [ - 41122, - 41156 + 40830, + 40864 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1190, + "line": 1184, "column": 54 } } @@ -97080,16 +96319,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 41160, - 41164 + 40868, + 40872 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 58 }, "end": { - "line": 1190, + "line": 1184, "column": 62 } } @@ -97098,31 +96337,31 @@ "type": "Identifier", "name": "test", "range": [ - 41165, - 41169 + 40873, + 40877 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 63 }, "end": { - "line": 1190, + "line": 1184, "column": 67 } } }, "range": [ - 41160, - 41169 + 40868, + 40877 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 58 }, "end": { - "line": 1190, + "line": 1184, "column": 67 } } @@ -97132,47 +96371,47 @@ "type": "Identifier", "name": "str", "range": [ - 41170, - 41173 + 40878, + 40881 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 68 }, "end": { - "line": 1190, + "line": 1184, "column": 71 } } } ], "range": [ - 41160, - 41174 + 40868, + 40882 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 58 }, "end": { - "line": 1190, + "line": 1184, "column": 72 } } }, "range": [ - 41122, - 41174 + 40830, + 40882 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1190, + "line": 1184, "column": 72 } } @@ -97186,16 +96425,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 41198, - 41202 + 40906, + 40910 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 20 }, "end": { - "line": 1191, + "line": 1185, "column": 24 } } @@ -97204,31 +96443,31 @@ "type": "Identifier", "name": "test", "range": [ - 41203, - 41207 + 40911, + 40915 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 25 }, "end": { - "line": 1191, + "line": 1185, "column": 29 } } }, "range": [ - 41198, - 41207 + 40906, + 40915 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 20 }, "end": { - "line": 1191, + "line": 1185, "column": 29 } } @@ -97238,47 +96477,47 @@ "type": "Identifier", "name": "str", "range": [ - 41208, - 41211 + 40916, + 40919 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 30 }, "end": { - "line": 1191, + "line": 1185, "column": 33 } } } ], "range": [ - 41198, - 41212 + 40906, + 40920 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 20 }, "end": { - "line": 1191, + "line": 1185, "column": 34 } } }, "range": [ - 41122, - 41212 + 40830, + 40920 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1191, + "line": 1185, "column": 34 } } @@ -97292,16 +96531,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 41216, - 41220 + 40924, + 40928 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 38 }, "end": { - "line": 1191, + "line": 1185, "column": 42 } } @@ -97310,31 +96549,31 @@ "type": "Identifier", "name": "test", "range": [ - 41221, - 41225 + 40929, + 40933 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 43 }, "end": { - "line": 1191, + "line": 1185, "column": 47 } } }, "range": [ - 41216, - 41225 + 40924, + 40933 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 38 }, "end": { - "line": 1191, + "line": 1185, "column": 47 } } @@ -97344,47 +96583,47 @@ "type": "Identifier", "name": "str", "range": [ - 41226, - 41229 + 40934, + 40937 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 48 }, "end": { - "line": 1191, + "line": 1185, "column": 51 } } } ], "range": [ - 41216, - 41230 + 40924, + 40938 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 38 }, "end": { - "line": 1191, + "line": 1185, "column": 52 } } }, "range": [ - 41122, - 41230 + 40830, + 40938 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 20 }, "end": { - "line": 1191, + "line": 1185, "column": 52 } } @@ -97401,16 +96640,16 @@ "type": "Identifier", "name": "w", "range": [ - 41254, - 41255 + 40962, + 40963 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 20 }, "end": { - "line": 1192, + "line": 1186, "column": 21 } } @@ -97424,16 +96663,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 41258, - 41261 + 40966, + 40969 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 24 }, "end": { - "line": 1192, + "line": 1186, "column": 27 } } @@ -97442,31 +96681,31 @@ "type": "Identifier", "name": "getText", "range": [ - 41262, - 41269 + 40970, + 40977 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 28 }, "end": { - "line": 1192, + "line": 1186, "column": 35 } } }, "range": [ - 41258, - 41269 + 40966, + 40977 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 24 }, "end": { - "line": 1192, + "line": 1186, "column": 35 } } @@ -97476,94 +96715,94 @@ "type": "Identifier", "name": "cell", "range": [ - 41270, - 41274 + 40978, + 40982 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 36 }, "end": { - "line": 1192, + "line": 1186, "column": 40 } } } ], "range": [ - 41258, - 41275 + 40966, + 40983 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 24 }, "end": { - "line": 1192, + "line": 1186, "column": 41 } } }, "range": [ - 41254, - 41275 + 40962, + 40983 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 20 }, "end": { - "line": 1192, + "line": 1186, "column": 41 } } }, "range": [ - 41254, - 41276 + 40962, + 40984 ], "loc": { "start": { - "line": 1192, + "line": 1186, "column": 20 }, "end": { - "line": 1192, + "line": 1186, "column": 42 } } } ], "range": [ - 41232, - 41294 + 40940, + 41002 ], "loc": { "start": { - "line": 1191, + "line": 1185, "column": 54 }, "end": { - "line": 1193, + "line": 1187, "column": 17 } } }, "alternate": null, "range": [ - 41118, - 41294 + 40826, + 41002 ], "loc": { "start": { - "line": 1190, + "line": 1184, "column": 16 }, "end": { - "line": 1193, + "line": 1187, "column": 17 } } @@ -97577,16 +96816,16 @@ "type": "Identifier", "name": "w", "range": [ - 41315, - 41316 + 41023, + 41024 ], "loc": { "start": { - "line": 1194, + "line": 1188, "column": 20 }, "end": { - "line": 1194, + "line": 1188, "column": 21 } } @@ -97596,31 +96835,31 @@ "value": "", "raw": "''", "range": [ - 41321, - 41323 + 41029, + 41031 ], "loc": { "start": { - "line": 1194, + "line": 1188, "column": 26 }, "end": { - "line": 1194, + "line": 1188, "column": 28 } } }, "range": [ - 41315, - 41323 + 41023, + 41031 ], "loc": { "start": { - "line": 1194, + "line": 1188, "column": 20 }, "end": { - "line": 1194, + "line": 1188, "column": 28 } } @@ -97641,16 +96880,16 @@ "object": { "type": "ThisExpression", "range": [ - 41347, - 41351 + 41055, + 41059 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 20 }, "end": { - "line": 1195, + "line": 1189, "column": 24 } } @@ -97659,31 +96898,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41352, - 41359 + 41060, + 41067 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 25 }, "end": { - "line": 1195, + "line": 1189, "column": 32 } } }, "range": [ - 41347, - 41359 + 41055, + 41067 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 20 }, "end": { - "line": 1195, + "line": 1189, "column": 32 } } @@ -97692,31 +96931,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41360, - 41364 + 41068, + 41072 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 33 }, "end": { - "line": 1195, + "line": 1189, "column": 37 } } }, "range": [ - 41347, - 41364 + 41055, + 41072 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 20 }, "end": { - "line": 1195, + "line": 1189, "column": 37 } } @@ -97727,16 +96966,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 41365, - 41384 + 41073, + 41092 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 38 }, "end": { - "line": 1195, + "line": 1189, "column": 57 } } @@ -97744,16 +96983,16 @@ { "type": "ThisExpression", "range": [ - 41386, - 41390 + 41094, + 41098 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 59 }, "end": { - "line": 1195, + "line": 1189, "column": 63 } } @@ -97762,16 +97001,16 @@ "type": "Identifier", "name": "cell", "range": [ - 41392, - 41396 + 41100, + 41104 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 65 }, "end": { - "line": 1195, + "line": 1189, "column": 69 } } @@ -97780,111 +97019,111 @@ "type": "Identifier", "name": "w", "range": [ - 41398, - 41399 + 41106, + 41107 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 71 }, "end": { - "line": 1195, + "line": 1189, "column": 72 } } } ], "range": [ - 41347, - 41400 + 41055, + 41108 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 20 }, "end": { - "line": 1195, + "line": 1189, "column": 73 } } }, "range": [ - 41347, - 41401 + 41055, + 41109 ], "loc": { "start": { - "line": 1195, + "line": 1189, "column": 20 }, "end": { - "line": 1195, + "line": 1189, "column": 74 } } } ], "range": [ - 41325, - 41419 + 41033, + 41127 ], "loc": { "start": { - "line": 1194, + "line": 1188, "column": 30 }, "end": { - "line": 1196, + "line": 1190, "column": 17 } } }, "alternate": null, "range": [ - 41311, - 41419 + 41019, + 41127 ], "loc": { "start": { - "line": 1194, + "line": 1188, "column": 16 }, "end": { - "line": 1196, + "line": 1190, "column": 17 } } } ], "range": [ - 40887, - 41433 + 40595, + 41141 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 46 }, "end": { - "line": 1197, + "line": 1191, "column": 13 } } }, "alternate": null, "range": [ - 40853, - 41433 + 40561, + 41141 ], "loc": { "start": { - "line": 1184, + "line": 1178, "column": 12 }, "end": { - "line": 1197, + "line": 1191, "column": 13 } }, @@ -97893,16 +97132,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 40814, - 40840 + 40522, + 40548 ], "loc": { "start": { - "line": 1183, + "line": 1177, "column": 12 }, "end": { - "line": 1183, + "line": 1177, "column": 38 } } @@ -97911,16 +97150,16 @@ } ], "range": [ - 40800, - 41443 + 40508, + 41151 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 42 }, "end": { - "line": 1198, + "line": 1192, "column": 9 } } @@ -97928,16 +97167,16 @@ "generator": false, "expression": false, "range": [ - 40766, - 41443 + 40474, + 41151 ], "loc": { "start": { - "line": 1182, + "line": 1176, "column": 8 }, "end": { - "line": 1198, + "line": 1192, "column": 9 } }, @@ -97946,16 +97185,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40735, - 40757 + 40443, + 40465 ], "loc": { "start": { - "line": 1181, + "line": 1175, "column": 8 }, "end": { - "line": 1181, + "line": 1175, "column": 30 } } @@ -97966,16 +97205,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41453, - 41495 + 41161, + 41203 ], "loc": { "start": { - "line": 1200, + "line": 1194, "column": 8 }, "end": { - "line": 1200, + "line": 1194, "column": 50 } } @@ -97988,16 +97227,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 41513, - 41519 + 41221, + 41227 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 17 }, "end": { - "line": 1201, + "line": 1195, "column": 23 } } @@ -98007,16 +97246,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41520, - 41522 + 41228, + 41230 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 24 }, "end": { - "line": 1201, + "line": 1195, "column": 26 } } @@ -98025,16 +97264,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 41524, - 41532 + 41232, + 41240 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 28 }, "end": { - "line": 1201, + "line": 1195, "column": 36 } } @@ -98043,16 +97282,16 @@ "type": "Identifier", "name": "j", "range": [ - 41534, - 41535 + 41242, + 41243 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 38 }, "end": { - "line": 1201, + "line": 1195, "column": 39 } } @@ -98070,16 +97309,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41551, - 41553 + 41259, + 41261 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 12 }, "end": { - "line": 1202, + "line": 1196, "column": 14 } } @@ -98093,16 +97332,16 @@ "type": "Identifier", "name": "Str", "range": [ - 41556, - 41559 + 41264, + 41267 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 17 }, "end": { - "line": 1202, + "line": 1196, "column": 20 } } @@ -98111,31 +97350,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 41560, - 41569 + 41268, + 41277 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 21 }, "end": { - "line": 1202, + "line": 1196, "column": 30 } } }, "range": [ - 41556, - 41569 + 41264, + 41277 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 17 }, "end": { - "line": 1202, + "line": 1196, "column": 30 } } @@ -98145,16 +97384,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41570, - 41572 + 41278, + 41280 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 31 }, "end": { - "line": 1202, + "line": 1196, "column": 33 } } @@ -98165,16 +97404,16 @@ "object": { "type": "ThisExpression", "range": [ - 41574, - 41578 + 41282, + 41286 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 35 }, "end": { - "line": 1202, + "line": 1196, "column": 39 } } @@ -98183,77 +97422,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 41579, - 41592 + 41287, + 41300 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 40 }, "end": { - "line": 1202, + "line": 1196, "column": 53 } } }, "range": [ - 41574, - 41592 + 41282, + 41300 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 35 }, "end": { - "line": 1202, + "line": 1196, "column": 53 } } } ], "range": [ - 41556, - 41593 + 41264, + 41301 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 17 }, "end": { - "line": 1202, + "line": 1196, "column": 54 } } }, "range": [ - 41551, - 41593 + 41259, + 41301 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 12 }, "end": { - "line": 1202, + "line": 1196, "column": 54 } } }, "range": [ - 41551, - 41594 + 41259, + 41302 ], "loc": { "start": { - "line": 1202, + "line": 1196, "column": 12 }, "end": { - "line": 1202, + "line": 1196, "column": 55 } } @@ -98267,32 +97506,32 @@ "type": "Identifier", "name": "occurence", "range": [ - 41612, - 41621 + 41320, + 41329 ], "loc": { "start": { - "line": 1204, + "line": 1198, "column": 16 }, "end": { - "line": 1204, + "line": 1198, "column": 25 } } }, "init": null, "range": [ - 41612, - 41621 + 41320, + 41329 ], "loc": { "start": { - "line": 1204, + "line": 1198, "column": 16 }, "end": { - "line": 1204, + "line": 1198, "column": 25 } } @@ -98303,16 +97542,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 41639, - 41653 + 41347, + 41361 ], "loc": { "start": { - "line": 1205, + "line": 1199, "column": 16 }, "end": { - "line": 1205, + "line": 1199, "column": 30 } } @@ -98324,16 +97563,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 41656, - 41663 + 41364, + 41371 ], "loc": { "start": { - "line": 1205, + "line": 1199, "column": 33 }, "end": { - "line": 1205, + "line": 1199, "column": 40 } } @@ -98342,46 +97581,46 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 41664, - 41678 + 41372, + 41386 ], "loc": { "start": { - "line": 1205, + "line": 1199, "column": 41 }, "end": { - "line": 1205, + "line": 1199, "column": 55 } } }, "range": [ - 41656, - 41678 + 41364, + 41386 ], "loc": { "start": { - "line": 1205, + "line": 1199, "column": 33 }, "end": { - "line": 1205, + "line": 1199, "column": 55 } } }, "range": [ - 41639, - 41678 + 41347, + 41386 ], "loc": { "start": { - "line": 1205, + "line": 1199, "column": 16 }, "end": { - "line": 1205, + "line": 1199, "column": 55 } } @@ -98389,34 +97628,301 @@ ], "kind": "let", "range": [ - 41608, - 41679 + 41316, + 41387 ], "loc": { "start": { - "line": 1204, + "line": 1198, "column": 12 }, "end": { - "line": 1205, + "line": 1199, "column": 56 } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dtType", + "range": [ + 41404, + 41410 + ], + "loc": { + "start": { + "line": 1200, + "column": 16 + }, + "end": { + "line": 1200, + "column": 22 + } + } + }, + "init": { + "type": "ConditionalExpression", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 41413, + 41417 + ], + "loc": { + "start": { + "line": 1200, + "column": 25 + }, + "end": { + "line": 1200, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasColDateType", + "range": [ + 41418, + 41432 + ], + "loc": { + "start": { + "line": 1200, + "column": 30 + }, + "end": { + "line": 1200, + "column": 44 + } + } + }, + "range": [ + 41413, + 41432 + ], + "loc": { + "start": { + "line": 1200, + "column": 25 + }, + "end": { + "line": 1200, + "column": 44 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 41451, + 41455 + ], + "loc": { + "start": { + "line": 1201, + "column": 16 + }, + "end": { + "line": 1201, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "colDateType", + "range": [ + 41456, + 41467 + ], + "loc": { + "start": { + "line": 1201, + "column": 21 + }, + "end": { + "line": 1201, + "column": 32 + } + } + }, + "range": [ + 41451, + 41467 + ], + "loc": { + "start": { + "line": 1201, + "column": 16 + }, + "end": { + "line": 1201, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "j", + "range": [ + 41468, + 41469 + ], + "loc": { + "start": { + "line": 1201, + "column": 33 + }, + "end": { + "line": 1201, + "column": 34 + } + } + }, + "range": [ + 41451, + 41470 + ], + "loc": { + "start": { + "line": 1201, + "column": 16 + }, + "end": { + "line": 1201, + "column": 35 + } + } + }, + "alternate": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 41473, + 41477 + ], + "loc": { + "start": { + "line": 1201, + "column": 38 + }, + "end": { + "line": 1201, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "defaultDateType", + "range": [ + 41478, + 41493 + ], + "loc": { + "start": { + "line": 1201, + "column": 43 + }, + "end": { + "line": 1201, + "column": 58 + } + } + }, + "range": [ + 41473, + 41493 + ], + "loc": { + "start": { + "line": 1201, + "column": 38 + }, + "end": { + "line": 1201, + "column": 58 + } + } + }, + "range": [ + 41413, + 41493 + ], + "loc": { + "start": { + "line": 1200, + "column": 25 + }, + "end": { + "line": 1201, + "column": 58 + } + } + }, + "range": [ + 41404, + 41493 + ], + "loc": { + "start": { + "line": 1200, + "column": 16 + }, + "end": { + "line": 1201, + "column": 58 + } + } + } + ], + "kind": "let", + "range": [ + 41400, + 41494 + ], + "loc": { + "start": { + "line": 1200, + "column": 12 + }, + "end": { + "line": 1201, + "column": 59 + } }, "trailingComments": [ { "type": "Line", "value": "Search arg operator tests", "range": [ - 41693, - 41720 + 41508, + 41535 ], "loc": { "start": { - "line": 1207, + "line": 1203, "column": 12 }, "end": { - "line": 1207, + "line": 1203, "column": 39 } } @@ -98432,16 +97938,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 41737, - 41742 + 41552, + 41557 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 16 }, "end": { - "line": 1208, + "line": 1204, "column": 21 } } @@ -98455,16 +97961,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 41745, - 41749 + 41560, + 41564 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 24 }, "end": { - "line": 1208, + "line": 1204, "column": 28 } } @@ -98473,31 +97979,31 @@ "type": "Identifier", "name": "test", "range": [ - 41750, - 41754 + 41565, + 41569 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 29 }, "end": { - "line": 1208, + "line": 1204, "column": 33 } } }, "range": [ - 41745, - 41754 + 41560, + 41569 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 24 }, "end": { - "line": 1208, + "line": 1204, "column": 33 } } @@ -98507,47 +98013,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41755, - 41757 + 41570, + 41572 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 34 }, "end": { - "line": 1208, + "line": 1204, "column": 36 } } } ], "range": [ - 41745, - 41758 + 41560, + 41573 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 24 }, "end": { - "line": 1208, + "line": 1204, "column": 37 } } }, "range": [ - 41737, - 41758 + 41552, + 41573 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 16 }, "end": { - "line": 1208, + "line": 1204, "column": 37 } } @@ -98558,16 +98064,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 41776, - 41781 + 41591, + 41596 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 16 }, "end": { - "line": 1209, + "line": 1205, "column": 21 } } @@ -98581,16 +98087,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 41784, - 41789 + 41599, + 41604 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 24 }, "end": { - "line": 1209, + "line": 1205, "column": 29 } } @@ -98599,31 +98105,31 @@ "type": "Identifier", "name": "test", "range": [ - 41790, - 41794 + 41605, + 41609 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 30 }, "end": { - "line": 1209, + "line": 1205, "column": 34 } } }, "range": [ - 41784, - 41794 + 41599, + 41609 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 24 }, "end": { - "line": 1209, + "line": 1205, "column": 34 } } @@ -98633,47 +98139,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41795, - 41797 + 41610, + 41612 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 35 }, "end": { - "line": 1209, + "line": 1205, "column": 37 } } } ], "range": [ - 41784, - 41798 + 41599, + 41613 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 24 }, "end": { - "line": 1209, + "line": 1205, "column": 38 } } }, "range": [ - 41776, - 41798 + 41591, + 41613 ], "loc": { "start": { - "line": 1209, + "line": 1205, "column": 16 }, "end": { - "line": 1209, + "line": 1205, "column": 38 } } @@ -98684,16 +98190,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 41816, - 41821 + 41631, + 41636 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 16 }, "end": { - "line": 1210, + "line": 1206, "column": 21 } } @@ -98707,16 +98213,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 41824, - 41828 + 41639, + 41643 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 24 }, "end": { - "line": 1210, + "line": 1206, "column": 28 } } @@ -98725,31 +98231,31 @@ "type": "Identifier", "name": "test", "range": [ - 41829, - 41833 + 41644, + 41648 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 29 }, "end": { - "line": 1210, + "line": 1206, "column": 33 } } }, "range": [ - 41824, - 41833 + 41639, + 41648 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 24 }, "end": { - "line": 1210, + "line": 1206, "column": 33 } } @@ -98759,47 +98265,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41834, - 41836 + 41649, + 41651 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 34 }, "end": { - "line": 1210, + "line": 1206, "column": 36 } } } ], "range": [ - 41824, - 41837 + 41639, + 41652 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 24 }, "end": { - "line": 1210, + "line": 1206, "column": 37 } } }, "range": [ - 41816, - 41837 + 41631, + 41652 ], "loc": { "start": { - "line": 1210, + "line": 1206, "column": 16 }, "end": { - "line": 1210, + "line": 1206, "column": 37 } } @@ -98810,16 +98316,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 41855, - 41860 + 41670, + 41675 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 16 }, "end": { - "line": 1211, + "line": 1207, "column": 21 } } @@ -98833,16 +98339,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 41863, - 41868 + 41678, + 41683 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 24 }, "end": { - "line": 1211, + "line": 1207, "column": 29 } } @@ -98851,31 +98357,31 @@ "type": "Identifier", "name": "test", "range": [ - 41869, - 41873 + 41684, + 41688 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 30 }, "end": { - "line": 1211, + "line": 1207, "column": 34 } } }, "range": [ - 41863, - 41873 + 41678, + 41688 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 24 }, "end": { - "line": 1211, + "line": 1207, "column": 34 } } @@ -98885,47 +98391,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41874, - 41876 + 41689, + 41691 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 35 }, "end": { - "line": 1211, + "line": 1207, "column": 37 } } } ], "range": [ - 41863, - 41877 + 41678, + 41692 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 24 }, "end": { - "line": 1211, + "line": 1207, "column": 38 } } }, "range": [ - 41855, - 41877 + 41670, + 41692 ], "loc": { "start": { - "line": 1211, + "line": 1207, "column": 16 }, "end": { - "line": 1211, + "line": 1207, "column": 38 } } @@ -98936,16 +98442,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 41895, - 41900 + 41710, + 41715 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 16 }, "end": { - "line": 1212, + "line": 1208, "column": 21 } } @@ -98959,16 +98465,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 41903, - 41907 + 41718, + 41722 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 24 }, "end": { - "line": 1212, + "line": 1208, "column": 28 } } @@ -98977,31 +98483,31 @@ "type": "Identifier", "name": "test", "range": [ - 41908, - 41912 + 41723, + 41727 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 29 }, "end": { - "line": 1212, + "line": 1208, "column": 33 } } }, "range": [ - 41903, - 41912 + 41718, + 41727 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 24 }, "end": { - "line": 1212, + "line": 1208, "column": 33 } } @@ -99011,47 +98517,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41913, - 41915 + 41728, + 41730 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 34 }, "end": { - "line": 1212, + "line": 1208, "column": 36 } } } ], "range": [ - 41903, - 41916 + 41718, + 41731 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 24 }, "end": { - "line": 1212, + "line": 1208, "column": 37 } } }, "range": [ - 41895, - 41916 + 41710, + 41731 ], "loc": { "start": { - "line": 1212, + "line": 1208, "column": 16 }, "end": { - "line": 1212, + "line": 1208, "column": 37 } } @@ -99062,16 +98568,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 41934, - 41939 + 41749, + 41754 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 16 }, "end": { - "line": 1213, + "line": 1209, "column": 21 } } @@ -99085,16 +98591,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 41942, - 41947 + 41757, + 41762 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 24 }, "end": { - "line": 1213, + "line": 1209, "column": 29 } } @@ -99103,31 +98609,31 @@ "type": "Identifier", "name": "test", "range": [ - 41948, - 41952 + 41763, + 41767 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 30 }, "end": { - "line": 1213, + "line": 1209, "column": 34 } } }, "range": [ - 41942, - 41952 + 41757, + 41767 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 24 }, "end": { - "line": 1213, + "line": 1209, "column": 34 } } @@ -99137,47 +98643,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41953, - 41955 + 41768, + 41770 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 35 }, "end": { - "line": 1213, + "line": 1209, "column": 37 } } } ], "range": [ - 41942, - 41956 + 41757, + 41771 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 24 }, "end": { - "line": 1213, + "line": 1209, "column": 38 } } }, "range": [ - 41934, - 41956 + 41749, + 41771 ], "loc": { "start": { - "line": 1213, + "line": 1209, "column": 16 }, "end": { - "line": 1213, + "line": 1209, "column": 38 } } @@ -99188,16 +98694,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 41974, - 41979 + 41789, + 41794 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 16 }, "end": { - "line": 1214, + "line": 1210, "column": 21 } } @@ -99211,16 +98717,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 41982, - 41987 + 41797, + 41802 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 24 }, "end": { - "line": 1214, + "line": 1210, "column": 29 } } @@ -99229,31 +98735,31 @@ "type": "Identifier", "name": "test", "range": [ - 41988, - 41992 + 41803, + 41807 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 30 }, "end": { - "line": 1214, + "line": 1210, "column": 34 } } }, "range": [ - 41982, - 41992 + 41797, + 41807 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 24 }, "end": { - "line": 1214, + "line": 1210, "column": 34 } } @@ -99263,47 +98769,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41993, - 41995 + 41808, + 41810 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 35 }, "end": { - "line": 1214, + "line": 1210, "column": 37 } } } ], "range": [ - 41982, - 41996 + 41797, + 41811 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 24 }, "end": { - "line": 1214, + "line": 1210, "column": 38 } } }, "range": [ - 41974, - 41996 + 41789, + 41811 ], "loc": { "start": { - "line": 1214, + "line": 1210, "column": 16 }, "end": { - "line": 1214, + "line": 1210, "column": 38 } } @@ -99314,16 +98820,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 42057, - 42062 + 41872, + 41877 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 16 }, "end": { - "line": 1216, + "line": 1212, "column": 21 } } @@ -99337,16 +98843,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 42065, - 42070 + 41880, + 41885 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 24 }, "end": { - "line": 1216, + "line": 1212, "column": 29 } } @@ -99355,31 +98861,31 @@ "type": "Identifier", "name": "test", "range": [ - 42071, - 42075 + 41886, + 41890 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 30 }, "end": { - "line": 1216, + "line": 1212, "column": 34 } } }, "range": [ - 42065, - 42075 + 41880, + 41890 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 24 }, "end": { - "line": 1216, + "line": 1212, "column": 34 } } @@ -99389,47 +98895,47 @@ "type": "Identifier", "name": "sA", "range": [ - 42076, - 42078 + 41891, + 41893 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 35 }, "end": { - "line": 1216, + "line": 1212, "column": 37 } } } ], "range": [ - 42065, - 42079 + 41880, + 41894 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 24 }, "end": { - "line": 1216, + "line": 1212, "column": 38 } } }, "range": [ - 42057, - 42079 + 41872, + 41894 ], "loc": { "start": { - "line": 1216, + "line": 1212, "column": 16 }, "end": { - "line": 1216, + "line": 1212, "column": 38 } }, @@ -99438,16 +98944,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 42014, - 42040 + 41829, + 41855 ], "loc": { "start": { - "line": 1215, + "line": 1211, "column": 16 }, "end": { - "line": 1215, + "line": 1211, "column": 42 } } @@ -99460,16 +98966,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 42097, - 42102 + 41912, + 41917 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 16 }, "end": { - "line": 1217, + "line": 1213, "column": 21 } } @@ -99483,16 +98989,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 42105, - 42110 + 41920, + 41925 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 24 }, "end": { - "line": 1217, + "line": 1213, "column": 29 } } @@ -99501,31 +99007,31 @@ "type": "Identifier", "name": "test", "range": [ - 42111, - 42115 + 41926, + 41930 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 30 }, "end": { - "line": 1217, + "line": 1213, "column": 34 } } }, "range": [ - 42105, - 42115 + 41920, + 41930 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 24 }, "end": { - "line": 1217, + "line": 1213, "column": 34 } } @@ -99535,47 +99041,47 @@ "type": "Identifier", "name": "sA", "range": [ - 42116, - 42118 + 41931, + 41933 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 35 }, "end": { - "line": 1217, + "line": 1213, "column": 37 } } } ], "range": [ - 42105, - 42119 + 41920, + 41934 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 24 }, "end": { - "line": 1217, + "line": 1213, "column": 38 } } }, "range": [ - 42097, - 42119 + 41912, + 41934 ], "loc": { "start": { - "line": 1217, + "line": 1213, "column": 16 }, "end": { - "line": 1217, + "line": 1213, "column": 38 } } @@ -99586,16 +99092,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 42137, - 42142 + 41952, + 41957 ], "loc": { "start": { - "line": 1218, + "line": 1214, "column": 16 }, "end": { - "line": 1218, + "line": 1214, "column": 21 } } @@ -99607,16 +99113,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 42146, - 42151 + 41961, + 41966 ], "loc": { "start": { - "line": 1218, + "line": 1214, "column": 25 }, "end": { - "line": 1218, + "line": 1214, "column": 30 } } @@ -99625,46 +99131,46 @@ "type": "Identifier", "name": "sA", "range": [ - 42156, - 42158 + 41971, + 41973 ], "loc": { "start": { - "line": 1218, + "line": 1214, "column": 35 }, "end": { - "line": 1218, + "line": 1214, "column": 37 } } }, "range": [ - 42146, - 42158 + 41961, + 41973 ], "loc": { "start": { - "line": 1218, + "line": 1214, "column": 25 }, "end": { - "line": 1218, + "line": 1214, "column": 37 } } }, "range": [ - 42137, - 42159 + 41952, + 41974 ], "loc": { "start": { - "line": 1218, + "line": 1214, "column": 16 }, "end": { - "line": 1218, + "line": 1214, "column": 38 } } @@ -99675,16 +99181,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 42177, - 42182 + 41992, + 41997 ], "loc": { "start": { - "line": 1219, + "line": 1215, "column": 16 }, "end": { - "line": 1219, + "line": 1215, "column": 21 } } @@ -99696,16 +99202,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 42186, - 42191 + 42001, + 42006 ], "loc": { "start": { - "line": 1219, + "line": 1215, "column": 25 }, "end": { - "line": 1219, + "line": 1215, "column": 30 } } @@ -99714,46 +99220,46 @@ "type": "Identifier", "name": "sA", "range": [ - 42196, - 42198 + 42011, + 42013 ], "loc": { "start": { - "line": 1219, + "line": 1215, "column": 35 }, "end": { - "line": 1219, + "line": 1215, "column": 37 } } }, "range": [ - 42186, - 42198 + 42001, + 42013 ], "loc": { "start": { - "line": 1219, + "line": 1215, "column": 25 }, "end": { - "line": 1219, + "line": 1215, "column": 37 } } }, "range": [ - 42177, - 42199 + 41992, + 42014 ], "loc": { "start": { - "line": 1219, + "line": 1215, "column": 16 }, "end": { - "line": 1219, + "line": 1215, "column": 38 } } @@ -99764,16 +99270,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 42217, - 42222 + 42032, + 42037 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 16 }, "end": { - "line": 1220, + "line": 1216, "column": 21 } } @@ -99787,16 +99293,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 42225, - 42230 + 42040, + 42045 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 24 }, "end": { - "line": 1220, + "line": 1216, "column": 29 } } @@ -99805,31 +99311,31 @@ "type": "Identifier", "name": "test", "range": [ - 42231, - 42235 + 42046, + 42050 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 30 }, "end": { - "line": 1220, + "line": 1216, "column": 34 } } }, "range": [ - 42225, - 42235 + 42040, + 42050 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 24 }, "end": { - "line": 1220, + "line": 1216, "column": 34 } } @@ -99839,47 +99345,47 @@ "type": "Identifier", "name": "sA", "range": [ - 42236, - 42238 + 42051, + 42053 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 35 }, "end": { - "line": 1220, + "line": 1216, "column": 37 } } } ], "range": [ - 42225, - 42239 + 42040, + 42054 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 24 }, "end": { - "line": 1220, + "line": 1216, "column": 38 } } }, "range": [ - 42217, - 42239 + 42032, + 42054 ], "loc": { "start": { - "line": 1220, + "line": 1216, "column": 16 }, "end": { - "line": 1220, + "line": 1216, "column": 38 } } @@ -99887,16 +99393,16 @@ ], "kind": "let", "range": [ - 41733, - 42240 + 41548, + 42055 ], "loc": { "start": { - "line": 1208, + "line": 1204, "column": 12 }, "end": { - "line": 1220, + "line": 1216, "column": 39 } }, @@ -99905,16 +99411,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 41693, - 41720 + 41508, + 41535 ], "loc": { "start": { - "line": 1207, + "line": 1203, "column": 12 }, "end": { - "line": 1207, + "line": 1203, "column": 39 } } @@ -99925,16 +99431,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42254, - 42278 + 42069, + 42093 ], "loc": { "start": { - "line": 1222, + "line": 1218, "column": 12 }, "end": { - "line": 1222, + "line": 1218, "column": 36 } } @@ -99950,8 +99456,612 @@ "type": "Identifier", "name": "isLDate", "range": [ - 42295, - 42302 + 42110, + 42117 + ], + "loc": { + "start": { + "line": 1219, + "column": 16 + }, + "end": { + "line": 1219, + "column": 23 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLO", + "range": [ + 42120, + 42125 + ], + "loc": { + "start": { + "line": 1219, + "column": 26 + }, + "end": { + "line": 1219, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "DateHelper", + "range": [ + 42145, + 42155 + ], + "loc": { + "start": { + "line": 1220, + "column": 16 + }, + "end": { + "line": 1220, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "isValid", + "range": [ + 42156, + 42163 + ], + "loc": { + "start": { + "line": 1220, + "column": 27 + }, + "end": { + "line": 1220, + "column": 34 + } + } + }, + "range": [ + 42145, + 42163 + ], + "loc": { + "start": { + "line": 1220, + "column": 16 + }, + "end": { + "line": 1220, + "column": 34 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 42164, + 42166 + ], + "loc": { + "start": { + "line": 1220, + "column": 35 + }, + "end": { + "line": 1220, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 42167, + 42174 + ], + "loc": { + "start": { + "line": 1220, + "column": 38 + }, + "end": { + "line": 1220, + "column": 45 + } + } + }, + "range": [ + 42164, + 42174 + ], + "loc": { + "start": { + "line": 1220, + "column": 35 + }, + "end": { + "line": 1220, + "column": 45 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_l", + "range": [ + 42175, + 42179 + ], + "loc": { + "start": { + "line": 1220, + "column": 46 + }, + "end": { + "line": 1220, + "column": 50 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 42181, + 42183 + ], + "loc": { + "start": { + "line": 1220, + "column": 52 + }, + "end": { + "line": 1220, + "column": 54 + } + } + } + ], + "range": [ + 42164, + 42184 + ], + "loc": { + "start": { + "line": 1220, + "column": 35 + }, + "end": { + "line": 1220, + "column": 55 + } + } + }, + { + "type": "Identifier", + "name": "dtType", + "range": [ + 42186, + 42192 + ], + "loc": { + "start": { + "line": 1220, + "column": 57 + }, + "end": { + "line": 1220, + "column": 63 + } + } + } + ], + "range": [ + 42145, + 42193 + ], + "loc": { + "start": { + "line": 1220, + "column": 16 + }, + "end": { + "line": 1220, + "column": 64 + } + } + }, + "range": [ + 42120, + 42193 + ], + "loc": { + "start": { + "line": 1219, + "column": 26 + }, + "end": { + "line": 1220, + "column": 64 + } + } + }, + "range": [ + 42110, + 42193 + ], + "loc": { + "start": { + "line": 1219, + "column": 16 + }, + "end": { + "line": 1220, + "column": 64 + } + } + } + ], + "kind": "let", + "range": [ + 42106, + 42194 + ], + "loc": { + "start": { + "line": 1219, + "column": 12 + }, + "end": { + "line": 1220, + "column": 65 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "Search arg dates tests", + "range": [ + 42069, + 42093 + ], + "loc": { + "start": { + "line": 1218, + "column": 12 + }, + "end": { + "line": 1218, + "column": 36 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isLEDate", + "range": [ + 42211, + 42219 + ], + "loc": { + "start": { + "line": 1221, + "column": 16 + }, + "end": { + "line": 1221, + "column": 24 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLE", + "range": [ + 42222, + 42227 + ], + "loc": { + "start": { + "line": 1221, + "column": 27 + }, + "end": { + "line": 1221, + "column": 32 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "DateHelper", + "range": [ + 42247, + 42257 + ], + "loc": { + "start": { + "line": 1222, + "column": 16 + }, + "end": { + "line": 1222, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "isValid", + "range": [ + 42258, + 42265 + ], + "loc": { + "start": { + "line": 1222, + "column": 27 + }, + "end": { + "line": 1222, + "column": 34 + } + } + }, + "range": [ + 42247, + 42265 + ], + "loc": { + "start": { + "line": 1222, + "column": 16 + }, + "end": { + "line": 1222, + "column": 34 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 42266, + 42268 + ], + "loc": { + "start": { + "line": 1222, + "column": 35 + }, + "end": { + "line": 1222, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 42269, + 42276 + ], + "loc": { + "start": { + "line": 1222, + "column": 38 + }, + "end": { + "line": 1222, + "column": 45 + } + } + }, + "range": [ + 42266, + 42276 + ], + "loc": { + "start": { + "line": 1222, + "column": 35 + }, + "end": { + "line": 1222, + "column": 45 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_le", + "range": [ + 42277, + 42282 + ], + "loc": { + "start": { + "line": 1222, + "column": 46 + }, + "end": { + "line": 1222, + "column": 51 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 42284, + 42286 + ], + "loc": { + "start": { + "line": 1222, + "column": 53 + }, + "end": { + "line": 1222, + "column": 55 + } + } + } + ], + "range": [ + 42266, + 42287 + ], + "loc": { + "start": { + "line": 1222, + "column": 35 + }, + "end": { + "line": 1222, + "column": 56 + } + } + }, + { + "type": "Identifier", + "name": "dtType", + "range": [ + 42289, + 42295 + ], + "loc": { + "start": { + "line": 1222, + "column": 58 + }, + "end": { + "line": 1222, + "column": 64 + } + } + } + ], + "range": [ + 42247, + 42296 + ], + "loc": { + "start": { + "line": 1222, + "column": 16 + }, + "end": { + "line": 1222, + "column": 65 + } + } + }, + "range": [ + 42222, + 42296 + ], + "loc": { + "start": { + "line": 1221, + "column": 27 + }, + "end": { + "line": 1222, + "column": 65 + } + } + }, + "range": [ + 42211, + 42296 + ], + "loc": { + "start": { + "line": 1221, + "column": 16 + }, + "end": { + "line": 1222, + "column": 65 + } + } + } + ], + "kind": "let", + "range": [ + 42207, + 42297 + ], + "loc": { + "start": { + "line": 1221, + "column": 12 + }, + "end": { + "line": 1222, + "column": 66 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isGDate", + "range": [ + 42314, + 42321 ], "loc": { "start": { @@ -99969,10 +100079,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasLO", + "name": "hasGR", "range": [ - 42305, - 42310 + 42324, + 42329 ], "loc": { "start": { @@ -99994,8 +100104,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42330, - 42340 + 42349, + 42359 ], "loc": { "start": { @@ -100012,8 +100122,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42341, - 42348 + 42360, + 42367 ], "loc": { "start": { @@ -100027,8 +100137,8 @@ } }, "range": [ - 42330, - 42348 + 42349, + 42367 ], "loc": { "start": { @@ -100051,8 +100161,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42349, - 42351 + 42368, + 42370 ], "loc": { "start": { @@ -100069,8 +100179,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42352, - 42359 + 42371, + 42378 ], "loc": { "start": { @@ -100084,8 +100194,8 @@ } }, "range": [ - 42349, - 42359 + 42368, + 42378 ], "loc": { "start": { @@ -100101,10 +100211,10 @@ "arguments": [ { "type": "Identifier", - "name": "re_l", + "name": "re_g", "range": [ - 42360, - 42364 + 42379, + 42383 ], "loc": { "start": { @@ -100122,8 +100232,8 @@ "value": "", "raw": "''", "range": [ - 42366, - 42368 + 42385, + 42387 ], "loc": { "start": { @@ -100138,8 +100248,8 @@ } ], "range": [ - 42349, - 42369 + 42368, + 42388 ], "loc": { "start": { @@ -100156,8 +100266,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42371, - 42377 + 42390, + 42396 ], "loc": { "start": { @@ -100172,8 +100282,8 @@ } ], "range": [ - 42330, - 42378 + 42349, + 42397 ], "loc": { "start": { @@ -100187,8 +100297,8 @@ } }, "range": [ - 42305, - 42378 + 42324, + 42397 ], "loc": { "start": { @@ -100202,8 +100312,8 @@ } }, "range": [ - 42295, - 42378 + 42314, + 42397 ], "loc": { "start": { @@ -100219,8 +100329,8 @@ ], "kind": "let", "range": [ - 42291, - 42379 + 42310, + 42398 ], "loc": { "start": { @@ -100231,27 +100341,7 @@ "line": 1224, "column": 65 } - }, - "leadingComments": [ - { - "type": "Line", - "value": "Search arg dates tests", - "range": [ - 42254, - 42278 - ], - "loc": { - "start": { - "line": 1222, - "column": 12 - }, - "end": { - "line": 1222, - "column": 36 - } - } - } - ] + } }, { "type": "VariableDeclaration", @@ -100260,10 +100350,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isLEDate", + "name": "isGEDate", "range": [ - 42396, - 42404 + 42415, + 42423 ], "loc": { "start": { @@ -100281,10 +100371,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasLE", + "name": "hasGE", "range": [ - 42407, - 42412 + 42426, + 42431 ], "loc": { "start": { @@ -100306,8 +100396,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42432, - 42442 + 42451, + 42461 ], "loc": { "start": { @@ -100324,8 +100414,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42443, - 42450 + 42462, + 42469 ], "loc": { "start": { @@ -100339,8 +100429,8 @@ } }, "range": [ - 42432, - 42450 + 42451, + 42469 ], "loc": { "start": { @@ -100363,8 +100453,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42451, - 42453 + 42470, + 42472 ], "loc": { "start": { @@ -100381,8 +100471,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42454, - 42461 + 42473, + 42480 ], "loc": { "start": { @@ -100396,8 +100486,8 @@ } }, "range": [ - 42451, - 42461 + 42470, + 42480 ], "loc": { "start": { @@ -100413,10 +100503,10 @@ "arguments": [ { "type": "Identifier", - "name": "re_le", + "name": "re_ge", "range": [ - 42462, - 42467 + 42481, + 42486 ], "loc": { "start": { @@ -100434,8 +100524,8 @@ "value": "", "raw": "''", "range": [ - 42469, - 42471 + 42488, + 42490 ], "loc": { "start": { @@ -100450,8 +100540,8 @@ } ], "range": [ - 42451, - 42472 + 42470, + 42491 ], "loc": { "start": { @@ -100468,8 +100558,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42474, - 42480 + 42493, + 42499 ], "loc": { "start": { @@ -100484,8 +100574,8 @@ } ], "range": [ - 42432, - 42481 + 42451, + 42500 ], "loc": { "start": { @@ -100499,8 +100589,8 @@ } }, "range": [ - 42407, - 42481 + 42426, + 42500 ], "loc": { "start": { @@ -100514,8 +100604,8 @@ } }, "range": [ - 42396, - 42481 + 42415, + 42500 ], "loc": { "start": { @@ -100531,8 +100621,8 @@ ], "kind": "let", "range": [ - 42392, - 42482 + 42411, + 42501 ], "loc": { "start": { @@ -100552,10 +100642,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isGDate", + "name": "isDFDate", "range": [ - 42499, - 42506 + 42518, + 42526 ], "loc": { "start": { @@ -100564,7 +100654,7 @@ }, "end": { "line": 1227, - "column": 23 + "column": 24 } } }, @@ -100573,19 +100663,19 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasGR", + "name": "hasDF", "range": [ - 42509, - 42514 + 42529, + 42534 ], "loc": { "start": { "line": 1227, - "column": 26 + "column": 27 }, "end": { "line": 1227, - "column": 31 + "column": 32 } } }, @@ -100598,8 +100688,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42534, - 42544 + 42554, + 42564 ], "loc": { "start": { @@ -100616,8 +100706,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42545, - 42552 + 42565, + 42572 ], "loc": { "start": { @@ -100631,8 +100721,8 @@ } }, "range": [ - 42534, - 42552 + 42554, + 42572 ], "loc": { "start": { @@ -100655,8 +100745,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42553, - 42555 + 42573, + 42575 ], "loc": { "start": { @@ -100673,8 +100763,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42556, - 42563 + 42576, + 42583 ], "loc": { "start": { @@ -100688,8 +100778,8 @@ } }, "range": [ - 42553, - 42563 + 42573, + 42583 ], "loc": { "start": { @@ -100705,10 +100795,10 @@ "arguments": [ { "type": "Identifier", - "name": "re_g", + "name": "re_d", "range": [ - 42564, - 42568 + 42584, + 42588 ], "loc": { "start": { @@ -100726,8 +100816,8 @@ "value": "", "raw": "''", "range": [ - 42570, - 42572 + 42590, + 42592 ], "loc": { "start": { @@ -100742,8 +100832,8 @@ } ], "range": [ - 42553, - 42573 + 42573, + 42593 ], "loc": { "start": { @@ -100760,8 +100850,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42575, - 42581 + 42595, + 42601 ], "loc": { "start": { @@ -100776,8 +100866,8 @@ } ], "range": [ - 42534, - 42582 + 42554, + 42602 ], "loc": { "start": { @@ -100791,13 +100881,13 @@ } }, "range": [ - 42509, - 42582 + 42529, + 42602 ], "loc": { "start": { "line": 1227, - "column": 26 + "column": 27 }, "end": { "line": 1228, @@ -100806,8 +100896,8 @@ } }, "range": [ - 42499, - 42582 + 42518, + 42602 ], "loc": { "start": { @@ -100823,8 +100913,8 @@ ], "kind": "let", "range": [ - 42495, - 42583 + 42514, + 42603 ], "loc": { "start": { @@ -100844,10 +100934,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isGEDate", + "name": "isEQDate", "range": [ - 42600, - 42608 + 42620, + 42628 ], "loc": { "start": { @@ -100865,10 +100955,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasGE", + "name": "hasEQ", "range": [ - 42611, - 42616 + 42631, + 42636 ], "loc": { "start": { @@ -100890,8 +100980,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42636, - 42646 + 42656, + 42666 ], "loc": { "start": { @@ -100908,8 +100998,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42647, - 42654 + 42667, + 42674 ], "loc": { "start": { @@ -100923,8 +101013,8 @@ } }, "range": [ - 42636, - 42654 + 42656, + 42674 ], "loc": { "start": { @@ -100947,8 +101037,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42655, - 42657 + 42675, + 42677 ], "loc": { "start": { @@ -100965,8 +101055,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42658, - 42665 + 42678, + 42685 ], "loc": { "start": { @@ -100980,8 +101070,8 @@ } }, "range": [ - 42655, - 42665 + 42675, + 42685 ], "loc": { "start": { @@ -100997,10 +101087,10 @@ "arguments": [ { "type": "Identifier", - "name": "re_ge", + "name": "re_eq", "range": [ - 42666, - 42671 + 42686, + 42691 ], "loc": { "start": { @@ -101018,8 +101108,8 @@ "value": "", "raw": "''", "range": [ - 42673, - 42675 + 42693, + 42695 ], "loc": { "start": { @@ -101034,8 +101124,8 @@ } ], "range": [ - 42655, - 42676 + 42675, + 42696 ], "loc": { "start": { @@ -101052,8 +101142,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42678, - 42684 + 42698, + 42704 ], "loc": { "start": { @@ -101068,8 +101158,8 @@ } ], "range": [ - 42636, - 42685 + 42656, + 42705 ], "loc": { "start": { @@ -101083,8 +101173,8 @@ } }, "range": [ - 42611, - 42685 + 42631, + 42705 ], "loc": { "start": { @@ -101098,8 +101188,8 @@ } }, "range": [ - 42600, - 42685 + 42620, + 42705 ], "loc": { "start": { @@ -101115,8 +101205,8 @@ ], "kind": "let", "range": [ - 42596, - 42686 + 42616, + 42706 ], "loc": { "start": { @@ -101136,618 +101226,34 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isDFDate", + "name": "dte1", "range": [ - 42703, - 42711 + 42724, + 42728 ], "loc": { "start": { - "line": 1231, + "line": 1232, "column": 16 }, - "end": { - "line": 1231, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasDF", - "range": [ - 42714, - 42719 - ], - "loc": { - "start": { - "line": 1231, - "column": 27 - }, - "end": { - "line": 1231, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "DateHelper", - "range": [ - 42739, - 42749 - ], - "loc": { - "start": { - "line": 1232, - "column": 16 - }, - "end": { - "line": 1232, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "isValid", - "range": [ - 42750, - 42757 - ], - "loc": { - "start": { - "line": 1232, - "column": 27 - }, - "end": { - "line": 1232, - "column": 34 - } - } - }, - "range": [ - 42739, - 42757 - ], - "loc": { - "start": { - "line": 1232, - "column": 16 - }, - "end": { - "line": 1232, - "column": 34 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 42758, - 42760 - ], - "loc": { - "start": { - "line": 1232, - "column": 35 - }, - "end": { - "line": 1232, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 42761, - 42768 - ], - "loc": { - "start": { - "line": 1232, - "column": 38 - }, - "end": { - "line": 1232, - "column": 45 - } - } - }, - "range": [ - 42758, - 42768 - ], - "loc": { - "start": { - "line": 1232, - "column": 35 - }, - "end": { - "line": 1232, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_d", - "range": [ - 42769, - 42773 - ], - "loc": { - "start": { - "line": 1232, - "column": 46 - }, - "end": { - "line": 1232, - "column": 50 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 42775, - 42777 - ], - "loc": { - "start": { - "line": 1232, - "column": 52 - }, - "end": { - "line": 1232, - "column": 54 - } - } - } - ], - "range": [ - 42758, - 42778 - ], - "loc": { - "start": { - "line": 1232, - "column": 35 - }, - "end": { - "line": 1232, - "column": 55 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 42780, - 42786 - ], - "loc": { - "start": { - "line": 1232, - "column": 57 - }, - "end": { - "line": 1232, - "column": 63 - } - } - } - ], - "range": [ - 42739, - 42787 - ], - "loc": { - "start": { - "line": 1232, - "column": 16 - }, - "end": { - "line": 1232, - "column": 64 - } - } - }, - "range": [ - 42714, - 42787 - ], - "loc": { - "start": { - "line": 1231, - "column": 27 - }, "end": { "line": 1232, - "column": 64 - } - } - }, - "range": [ - 42703, - 42787 - ], - "loc": { - "start": { - "line": 1231, - "column": 16 - }, - "end": { - "line": 1232, - "column": 64 - } - } - } - ], - "kind": "let", - "range": [ - 42699, - 42788 - ], - "loc": { - "start": { - "line": 1231, - "column": 12 - }, - "end": { - "line": 1232, - "column": 65 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isEQDate", - "range": [ - 42805, - 42813 - ], - "loc": { - "start": { - "line": 1233, - "column": 16 - }, - "end": { - "line": 1233, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasEQ", - "range": [ - 42816, - 42821 - ], - "loc": { - "start": { - "line": 1233, - "column": 27 - }, - "end": { - "line": 1233, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "DateHelper", - "range": [ - 42841, - 42851 - ], - "loc": { - "start": { - "line": 1234, - "column": 16 - }, - "end": { - "line": 1234, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "isValid", - "range": [ - 42852, - 42859 - ], - "loc": { - "start": { - "line": 1234, - "column": 27 - }, - "end": { - "line": 1234, - "column": 34 - } - } - }, - "range": [ - 42841, - 42859 - ], - "loc": { - "start": { - "line": 1234, - "column": 16 - }, - "end": { - "line": 1234, - "column": 34 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 42860, - 42862 - ], - "loc": { - "start": { - "line": 1234, - "column": 35 - }, - "end": { - "line": 1234, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 42863, - 42870 - ], - "loc": { - "start": { - "line": 1234, - "column": 38 - }, - "end": { - "line": 1234, - "column": 45 - } - } - }, - "range": [ - 42860, - 42870 - ], - "loc": { - "start": { - "line": 1234, - "column": 35 - }, - "end": { - "line": 1234, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_eq", - "range": [ - 42871, - 42876 - ], - "loc": { - "start": { - "line": 1234, - "column": 46 - }, - "end": { - "line": 1234, - "column": 51 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 42878, - 42880 - ], - "loc": { - "start": { - "line": 1234, - "column": 53 - }, - "end": { - "line": 1234, - "column": 55 - } - } - } - ], - "range": [ - 42860, - 42881 - ], - "loc": { - "start": { - "line": 1234, - "column": 35 - }, - "end": { - "line": 1234, - "column": 56 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 42883, - 42889 - ], - "loc": { - "start": { - "line": 1234, - "column": 58 - }, - "end": { - "line": 1234, - "column": 64 - } - } - } - ], - "range": [ - 42841, - 42890 - ], - "loc": { - "start": { - "line": 1234, - "column": 16 - }, - "end": { - "line": 1234, - "column": 65 - } - } - }, - "range": [ - 42816, - 42890 - ], - "loc": { - "start": { - "line": 1233, - "column": 27 - }, - "end": { - "line": 1234, - "column": 65 - } - } - }, - "range": [ - 42805, - 42890 - ], - "loc": { - "start": { - "line": 1233, - "column": 16 - }, - "end": { - "line": 1234, - "column": 65 - } - } - } - ], - "kind": "let", - "range": [ - 42801, - 42891 - ], - "loc": { - "start": { - "line": 1233, - "column": 12 - }, - "end": { - "line": 1234, - "column": 66 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "dte1", - "range": [ - 42909, - 42913 - ], - "loc": { - "start": { - "line": 1236, - "column": 16 - }, - "end": { - "line": 1236, "column": 20 } } }, "init": null, "range": [ - 42909, - 42913 + 42724, + 42728 ], "loc": { "start": { - "line": 1236, + "line": 1232, "column": 16 }, "end": { - "line": 1236, + "line": 1232, "column": 20 } } @@ -101758,32 +101264,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 42915, - 42919 + 42730, + 42734 ], "loc": { "start": { - "line": 1236, + "line": 1232, "column": 22 }, "end": { - "line": 1236, + "line": 1232, "column": 26 } } }, "init": null, "range": [ - 42915, - 42919 + 42730, + 42734 ], "loc": { "start": { - "line": 1236, + "line": 1232, "column": 22 }, "end": { - "line": 1236, + "line": 1232, "column": 26 } } @@ -101791,16 +101297,16 @@ ], "kind": "let", "range": [ - 42905, - 42920 + 42720, + 42735 ], "loc": { "start": { - "line": 1236, + "line": 1232, "column": 12 }, "end": { - "line": 1236, + "line": 1232, "column": 27 } }, @@ -101809,16 +101315,16 @@ "type": "Line", "value": "dates", "range": [ - 42933, - 42940 + 42748, + 42755 ], "loc": { "start": { - "line": 1237, + "line": 1233, "column": 12 }, "end": { - "line": 1237, + "line": 1233, "column": 19 } } @@ -101836,16 +101342,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42957, - 42967 + 42772, + 42782 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 16 }, "end": { - "line": 1238, + "line": 1234, "column": 26 } } @@ -101854,31 +101360,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 42968, - 42975 + 42783, + 42790 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 27 }, "end": { - "line": 1238, + "line": 1234, "column": 34 } } }, "range": [ - 42957, - 42975 + 42772, + 42790 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 16 }, "end": { - "line": 1238, + "line": 1234, "column": 34 } } @@ -101888,16 +101394,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 42976, - 42984 + 42791, + 42799 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 35 }, "end": { - "line": 1238, + "line": 1234, "column": 43 } } @@ -101906,32 +101412,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 42986, - 42992 + 42801, + 42807 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 45 }, "end": { - "line": 1238, + "line": 1234, "column": 51 } } } ], "range": [ - 42957, - 42993 + 42772, + 42808 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 16 }, "end": { - "line": 1238, + "line": 1234, "column": 52 } } @@ -101948,16 +101454,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43013, - 43017 + 42828, + 42832 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 16 }, "end": { - "line": 1239, + "line": 1235, "column": 20 } } @@ -101971,16 +101477,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43020, - 43030 + 42835, + 42845 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 23 }, "end": { - "line": 1239, + "line": 1235, "column": 33 } } @@ -101989,31 +101495,31 @@ "type": "Identifier", "name": "format", "range": [ - 43031, - 43037 + 42846, + 42852 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 34 }, "end": { - "line": 1239, + "line": 1235, "column": 40 } } }, "range": [ - 43020, - 43037 + 42835, + 42852 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 23 }, "end": { - "line": 1239, + "line": 1235, "column": 40 } } @@ -102023,16 +101529,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 43038, - 43046 + 42853, + 42861 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 41 }, "end": { - "line": 1239, + "line": 1235, "column": 49 } } @@ -102041,62 +101547,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43048, - 43054 + 42863, + 42869 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 51 }, "end": { - "line": 1239, + "line": 1235, "column": 57 } } } ], "range": [ - 43020, - 43055 + 42835, + 42870 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 23 }, "end": { - "line": 1239, + "line": 1235, "column": 58 } } }, "range": [ - 43013, - 43055 + 42828, + 42870 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 16 }, "end": { - "line": 1239, + "line": 1235, "column": 58 } } }, "range": [ - 43013, - 43056 + 42828, + 42871 ], "loc": { "start": { - "line": 1239, + "line": 1235, "column": 16 }, "end": { - "line": 1239, + "line": 1235, "column": 59 } }, @@ -102105,16 +101611,16 @@ "type": "Line", "value": " lower date", "range": [ - 43073, - 43086 + 42888, + 42901 ], "loc": { "start": { - "line": 1240, + "line": 1236, "column": 16 }, "end": { - "line": 1240, + "line": 1236, "column": 29 } } @@ -102127,16 +101633,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 43107, - 43114 + 42922, + 42929 ], "loc": { "start": { - "line": 1241, + "line": 1237, "column": 20 }, "end": { - "line": 1241, + "line": 1237, "column": 27 } } @@ -102153,16 +101659,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43138, - 43142 + 42953, + 42957 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 20 }, "end": { - "line": 1242, + "line": 1238, "column": 24 } } @@ -102176,16 +101682,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43145, - 43155 + 42960, + 42970 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 27 }, "end": { - "line": 1242, + "line": 1238, "column": 37 } } @@ -102194,31 +101700,31 @@ "type": "Identifier", "name": "format", "range": [ - 43156, - 43162 + 42971, + 42977 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 38 }, "end": { - "line": 1242, + "line": 1238, "column": 44 } } }, "range": [ - 43145, - 43162 + 42960, + 42977 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 27 }, "end": { - "line": 1242, + "line": 1238, "column": 44 } } @@ -102233,16 +101739,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43163, - 43165 + 42978, + 42980 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 45 }, "end": { - "line": 1242, + "line": 1238, "column": 47 } } @@ -102251,31 +101757,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43166, - 43173 + 42981, + 42988 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 48 }, "end": { - "line": 1242, + "line": 1238, "column": 55 } } }, "range": [ - 43163, - 43173 + 42978, + 42988 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 45 }, "end": { - "line": 1242, + "line": 1238, "column": 55 } } @@ -102285,16 +101791,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 43174, - 43178 + 42989, + 42993 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 56 }, "end": { - "line": 1242, + "line": 1238, "column": 60 } } @@ -102304,32 +101810,32 @@ "value": "", "raw": "''", "range": [ - 43180, - 43182 + 42995, + 42997 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 62 }, "end": { - "line": 1242, + "line": 1238, "column": 64 } } } ], "range": [ - 43163, - 43183 + 42978, + 42998 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 45 }, "end": { - "line": 1242, + "line": 1238, "column": 65 } } @@ -102338,62 +101844,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43185, - 43191 + 43000, + 43006 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 67 }, "end": { - "line": 1242, + "line": 1238, "column": 73 } } } ], "range": [ - 43145, - 43192 + 42960, + 43007 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 27 }, "end": { - "line": 1242, + "line": 1238, "column": 74 } } }, "range": [ - 43138, - 43192 + 42953, + 43007 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 20 }, "end": { - "line": 1242, + "line": 1238, "column": 74 } } }, "range": [ - 43138, - 43193 + 42953, + 43008 ], "loc": { "start": { - "line": 1242, + "line": 1238, "column": 20 }, "end": { - "line": 1242, + "line": 1238, "column": 75 } } @@ -102407,16 +101913,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43214, - 43223 + 43029, + 43038 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 20 }, "end": { - "line": 1243, + "line": 1239, "column": 29 } } @@ -102428,16 +101934,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43226, - 43230 + 43041, + 43045 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 32 }, "end": { - "line": 1243, + "line": 1239, "column": 36 } } @@ -102446,77 +101952,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 43233, - 43237 + 43048, + 43052 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 39 }, "end": { - "line": 1243, + "line": 1239, "column": 43 } } }, "range": [ - 43226, - 43237 + 43041, + 43052 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 32 }, "end": { - "line": 1243, + "line": 1239, "column": 43 } } }, "range": [ - 43214, - 43237 + 43029, + 43052 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 20 }, "end": { - "line": 1243, + "line": 1239, "column": 43 } } }, "range": [ - 43214, - 43238 + 43029, + 43053 ], "loc": { "start": { - "line": 1243, + "line": 1239, "column": 20 }, "end": { - "line": 1243, + "line": 1239, "column": 44 } } } ], "range": [ - 43116, - 43256 + 42931, + 43071 ], "loc": { "start": { - "line": 1241, + "line": 1237, "column": 29 }, "end": { - "line": 1244, + "line": 1240, "column": 17 } }, @@ -102525,16 +102031,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 43273, - 43292 + 43088, + 43107 ], "loc": { "start": { - "line": 1245, + "line": 1241, "column": 16 }, "end": { - "line": 1245, + "line": 1241, "column": 35 } } @@ -102547,16 +102053,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 43318, - 43326 + 43133, + 43141 ], "loc": { "start": { - "line": 1246, + "line": 1242, "column": 25 }, "end": { - "line": 1246, + "line": 1242, "column": 33 } } @@ -102573,16 +102079,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43350, - 43354 + 43165, + 43169 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 20 }, "end": { - "line": 1247, + "line": 1243, "column": 24 } } @@ -102596,16 +102102,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43357, - 43367 + 43172, + 43182 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 27 }, "end": { - "line": 1247, + "line": 1243, "column": 37 } } @@ -102614,31 +102120,31 @@ "type": "Identifier", "name": "format", "range": [ - 43368, - 43374 + 43183, + 43189 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 38 }, "end": { - "line": 1247, + "line": 1243, "column": 44 } } }, "range": [ - 43357, - 43374 + 43172, + 43189 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 27 }, "end": { - "line": 1247, + "line": 1243, "column": 44 } } @@ -102653,16 +102159,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43375, - 43377 + 43190, + 43192 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 45 }, "end": { - "line": 1247, + "line": 1243, "column": 47 } } @@ -102671,31 +102177,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43378, - 43385 + 43193, + 43200 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 48 }, "end": { - "line": 1247, + "line": 1243, "column": 55 } } }, "range": [ - 43375, - 43385 + 43190, + 43200 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 45 }, "end": { - "line": 1247, + "line": 1243, "column": 55 } } @@ -102705,16 +102211,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 43386, - 43391 + 43201, + 43206 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 56 }, "end": { - "line": 1247, + "line": 1243, "column": 61 } } @@ -102724,32 +102230,32 @@ "value": "", "raw": "''", "range": [ - 43393, - 43395 + 43208, + 43210 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 63 }, "end": { - "line": 1247, + "line": 1243, "column": 65 } } } ], "range": [ - 43375, - 43396 + 43190, + 43211 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 45 }, "end": { - "line": 1247, + "line": 1243, "column": 66 } } @@ -102758,62 +102264,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43398, - 43404 + 43213, + 43219 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 68 }, "end": { - "line": 1247, + "line": 1243, "column": 74 } } } ], "range": [ - 43357, - 43405 + 43172, + 43220 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 27 }, "end": { - "line": 1247, + "line": 1243, "column": 75 } } }, "range": [ - 43350, - 43405 + 43165, + 43220 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 20 }, "end": { - "line": 1247, + "line": 1243, "column": 75 } } }, "range": [ - 43350, - 43406 + 43165, + 43221 ], "loc": { "start": { - "line": 1247, + "line": 1243, "column": 20 }, "end": { - "line": 1247, + "line": 1243, "column": 76 } } @@ -102827,16 +102333,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43427, - 43436 + 43242, + 43251 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 20 }, "end": { - "line": 1248, + "line": 1244, "column": 29 } } @@ -102848,16 +102354,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43439, - 43443 + 43254, + 43258 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 32 }, "end": { - "line": 1248, + "line": 1244, "column": 36 } } @@ -102866,77 +102372,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 43447, - 43451 + 43262, + 43266 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 40 }, "end": { - "line": 1248, + "line": 1244, "column": 44 } } }, "range": [ - 43439, - 43451 + 43254, + 43266 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 32 }, "end": { - "line": 1248, + "line": 1244, "column": 44 } } }, "range": [ - 43427, - 43451 + 43242, + 43266 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 20 }, "end": { - "line": 1248, + "line": 1244, "column": 44 } } }, "range": [ - 43427, - 43452 + 43242, + 43267 ], "loc": { "start": { - "line": 1248, + "line": 1244, "column": 20 }, "end": { - "line": 1248, + "line": 1244, "column": 45 } } } ], "range": [ - 43328, - 43470 + 43143, + 43285 ], "loc": { "start": { - "line": 1246, + "line": 1242, "column": 35 }, "end": { - "line": 1249, + "line": 1245, "column": 17 } }, @@ -102945,16 +102451,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 43487, - 43508 + 43302, + 43323 ], "loc": { "start": { - "line": 1250, + "line": 1246, "column": 16 }, "end": { - "line": 1250, + "line": 1246, "column": 37 } } @@ -102967,16 +102473,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 43534, - 43542 + 43349, + 43357 ], "loc": { "start": { - "line": 1251, + "line": 1247, "column": 25 }, "end": { - "line": 1251, + "line": 1247, "column": 33 } } @@ -102993,16 +102499,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43566, - 43570 + 43381, + 43385 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 20 }, "end": { - "line": 1252, + "line": 1248, "column": 24 } } @@ -103016,16 +102522,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43573, - 43583 + 43388, + 43398 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 27 }, "end": { - "line": 1252, + "line": 1248, "column": 37 } } @@ -103034,31 +102540,31 @@ "type": "Identifier", "name": "format", "range": [ - 43584, - 43590 + 43399, + 43405 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 38 }, "end": { - "line": 1252, + "line": 1248, "column": 44 } } }, "range": [ - 43573, - 43590 + 43388, + 43405 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 27 }, "end": { - "line": 1252, + "line": 1248, "column": 44 } } @@ -103073,16 +102579,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43591, - 43593 + 43406, + 43408 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 45 }, "end": { - "line": 1252, + "line": 1248, "column": 47 } } @@ -103091,31 +102597,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43594, - 43601 + 43409, + 43416 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 48 }, "end": { - "line": 1252, + "line": 1248, "column": 55 } } }, "range": [ - 43591, - 43601 + 43406, + 43416 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 45 }, "end": { - "line": 1252, + "line": 1248, "column": 55 } } @@ -103125,16 +102631,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 43602, - 43607 + 43417, + 43422 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 56 }, "end": { - "line": 1252, + "line": 1248, "column": 61 } } @@ -103144,32 +102650,32 @@ "value": "", "raw": "''", "range": [ - 43609, - 43611 + 43424, + 43426 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 63 }, "end": { - "line": 1252, + "line": 1248, "column": 65 } } } ], "range": [ - 43591, - 43612 + 43406, + 43427 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 45 }, "end": { - "line": 1252, + "line": 1248, "column": 66 } } @@ -103178,62 +102684,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43614, - 43620 + 43429, + 43435 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 68 }, "end": { - "line": 1252, + "line": 1248, "column": 74 } } } ], "range": [ - 43573, - 43621 + 43388, + 43436 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 27 }, "end": { - "line": 1252, + "line": 1248, "column": 75 } } }, "range": [ - 43566, - 43621 + 43381, + 43436 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 20 }, "end": { - "line": 1252, + "line": 1248, "column": 75 } } }, "range": [ - 43566, - 43622 + 43381, + 43437 ], "loc": { "start": { - "line": 1252, + "line": 1248, "column": 20 }, "end": { - "line": 1252, + "line": 1248, "column": 76 } } @@ -103247,16 +102753,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43643, - 43652 + 43458, + 43467 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 20 }, "end": { - "line": 1253, + "line": 1249, "column": 29 } } @@ -103268,16 +102774,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43655, - 43659 + 43470, + 43474 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 32 }, "end": { - "line": 1253, + "line": 1249, "column": 36 } } @@ -103286,77 +102792,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 43663, - 43667 + 43478, + 43482 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 40 }, "end": { - "line": 1253, + "line": 1249, "column": 44 } } }, "range": [ - 43655, - 43667 + 43470, + 43482 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 32 }, "end": { - "line": 1253, + "line": 1249, "column": 44 } } }, "range": [ - 43643, - 43667 + 43458, + 43482 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 20 }, "end": { - "line": 1253, + "line": 1249, "column": 44 } } }, "range": [ - 43643, - 43668 + 43458, + 43483 ], "loc": { "start": { - "line": 1253, + "line": 1249, "column": 20 }, "end": { - "line": 1253, + "line": 1249, "column": 45 } } } ], "range": [ - 43544, - 43686 + 43359, + 43501 ], "loc": { "start": { - "line": 1251, + "line": 1247, "column": 35 }, "end": { - "line": 1254, + "line": 1250, "column": 17 } }, @@ -103365,16 +102871,16 @@ "type": "Line", "value": " greater date", "range": [ - 43703, - 43718 + 43518, + 43533 ], "loc": { "start": { - "line": 1255, + "line": 1251, "column": 16 }, "end": { - "line": 1255, + "line": 1251, "column": 31 } } @@ -103387,16 +102893,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 43744, - 43751 + 43559, + 43566 ], "loc": { "start": { - "line": 1256, + "line": 1252, "column": 25 }, "end": { - "line": 1256, + "line": 1252, "column": 32 } } @@ -103413,16 +102919,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43775, - 43779 + 43590, + 43594 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 20 }, "end": { - "line": 1257, + "line": 1253, "column": 24 } } @@ -103436,16 +102942,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43782, - 43792 + 43597, + 43607 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 27 }, "end": { - "line": 1257, + "line": 1253, "column": 37 } } @@ -103454,31 +102960,31 @@ "type": "Identifier", "name": "format", "range": [ - 43793, - 43799 + 43608, + 43614 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 38 }, "end": { - "line": 1257, + "line": 1253, "column": 44 } } }, "range": [ - 43782, - 43799 + 43597, + 43614 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 27 }, "end": { - "line": 1257, + "line": 1253, "column": 44 } } @@ -103493,16 +102999,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43800, - 43802 + 43615, + 43617 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 45 }, "end": { - "line": 1257, + "line": 1253, "column": 47 } } @@ -103511,31 +103017,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43803, - 43810 + 43618, + 43625 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 48 }, "end": { - "line": 1257, + "line": 1253, "column": 55 } } }, "range": [ - 43800, - 43810 + 43615, + 43625 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 45 }, "end": { - "line": 1257, + "line": 1253, "column": 55 } } @@ -103545,16 +103051,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 43811, - 43815 + 43626, + 43630 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 56 }, "end": { - "line": 1257, + "line": 1253, "column": 60 } } @@ -103564,32 +103070,32 @@ "value": "", "raw": "''", "range": [ - 43817, - 43819 + 43632, + 43634 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 62 }, "end": { - "line": 1257, + "line": 1253, "column": 64 } } } ], "range": [ - 43800, - 43820 + 43615, + 43635 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 45 }, "end": { - "line": 1257, + "line": 1253, "column": 65 } } @@ -103598,62 +103104,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43822, - 43828 + 43637, + 43643 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 67 }, "end": { - "line": 1257, + "line": 1253, "column": 73 } } } ], "range": [ - 43782, - 43829 + 43597, + 43644 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 27 }, "end": { - "line": 1257, + "line": 1253, "column": 74 } } }, "range": [ - 43775, - 43829 + 43590, + 43644 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 20 }, "end": { - "line": 1257, + "line": 1253, "column": 74 } } }, "range": [ - 43775, - 43830 + 43590, + 43645 ], "loc": { "start": { - "line": 1257, + "line": 1253, "column": 20 }, "end": { - "line": 1257, + "line": 1253, "column": 75 } } @@ -103667,16 +103173,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43851, - 43860 + 43666, + 43675 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 20 }, "end": { - "line": 1258, + "line": 1254, "column": 29 } } @@ -103688,16 +103194,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43863, - 43867 + 43678, + 43682 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 32 }, "end": { - "line": 1258, + "line": 1254, "column": 36 } } @@ -103706,77 +103212,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 43870, - 43874 + 43685, + 43689 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 39 }, "end": { - "line": 1258, + "line": 1254, "column": 43 } } }, "range": [ - 43863, - 43874 + 43678, + 43689 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 32 }, "end": { - "line": 1258, + "line": 1254, "column": 43 } } }, "range": [ - 43851, - 43874 + 43666, + 43689 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 20 }, "end": { - "line": 1258, + "line": 1254, "column": 43 } } }, "range": [ - 43851, - 43875 + 43666, + 43690 ], "loc": { "start": { - "line": 1258, + "line": 1254, "column": 20 }, "end": { - "line": 1258, + "line": 1254, "column": 44 } } } ], "range": [ - 43753, - 43893 + 43568, + 43708 ], "loc": { "start": { - "line": 1256, + "line": 1252, "column": 34 }, "end": { - "line": 1259, + "line": 1255, "column": 17 } }, @@ -103785,16 +103291,16 @@ "type": "Line", "value": " different date", "range": [ - 43910, - 43927 + 43725, + 43742 ], "loc": { "start": { - "line": 1260, + "line": 1256, "column": 16 }, "end": { - "line": 1260, + "line": 1256, "column": 33 } } @@ -103807,16 +103313,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 43953, - 43961 + 43768, + 43776 ], "loc": { "start": { - "line": 1261, + "line": 1257, "column": 25 }, "end": { - "line": 1261, + "line": 1257, "column": 33 } } @@ -103833,16 +103339,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43985, - 43989 + 43800, + 43804 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 20 }, "end": { - "line": 1262, + "line": 1258, "column": 24 } } @@ -103856,16 +103362,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43992, - 44002 + 43807, + 43817 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 27 }, "end": { - "line": 1262, + "line": 1258, "column": 37 } } @@ -103874,31 +103380,31 @@ "type": "Identifier", "name": "format", "range": [ - 44003, - 44009 + 43818, + 43824 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 38 }, "end": { - "line": 1262, + "line": 1258, "column": 44 } } }, "range": [ - 43992, - 44009 + 43807, + 43824 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 27 }, "end": { - "line": 1262, + "line": 1258, "column": 44 } } @@ -103913,16 +103419,16 @@ "type": "Identifier", "name": "sA", "range": [ - 44010, - 44012 + 43825, + 43827 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 45 }, "end": { - "line": 1262, + "line": 1258, "column": 47 } } @@ -103931,31 +103437,31 @@ "type": "Identifier", "name": "replace", "range": [ - 44013, - 44020 + 43828, + 43835 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 48 }, "end": { - "line": 1262, + "line": 1258, "column": 55 } } }, "range": [ - 44010, - 44020 + 43825, + 43835 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 45 }, "end": { - "line": 1262, + "line": 1258, "column": 55 } } @@ -103965,16 +103471,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 44021, - 44025 + 43836, + 43840 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 56 }, "end": { - "line": 1262, + "line": 1258, "column": 60 } } @@ -103984,32 +103490,32 @@ "value": "", "raw": "''", "range": [ - 44027, - 44029 + 43842, + 43844 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 62 }, "end": { - "line": 1262, + "line": 1258, "column": 64 } } } ], "range": [ - 44010, - 44030 + 43825, + 43845 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 45 }, "end": { - "line": 1262, + "line": 1258, "column": 65 } } @@ -104018,62 +103524,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 44032, - 44038 + 43847, + 43853 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 67 }, "end": { - "line": 1262, + "line": 1258, "column": 73 } } } ], "range": [ - 43992, - 44039 + 43807, + 43854 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 27 }, "end": { - "line": 1262, + "line": 1258, "column": 74 } } }, "range": [ - 43985, - 44039 + 43800, + 43854 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 20 }, "end": { - "line": 1262, + "line": 1258, "column": 74 } } }, "range": [ - 43985, - 44040 + 43800, + 43855 ], "loc": { "start": { - "line": 1262, + "line": 1258, "column": 20 }, "end": { - "line": 1262, + "line": 1258, "column": 75 } } @@ -104087,16 +103593,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44061, - 44070 + 43876, + 43885 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 20 }, "end": { - "line": 1263, + "line": 1259, "column": 29 } } @@ -104113,16 +103619,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 44073, - 44077 + 43888, + 43892 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 32 }, "end": { - "line": 1263, + "line": 1259, "column": 36 } } @@ -104131,47 +103637,47 @@ "type": "Identifier", "name": "toString", "range": [ - 44078, - 44086 + 43893, + 43901 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 37 }, "end": { - "line": 1263, + "line": 1259, "column": 45 } } }, "range": [ - 44073, - 44086 + 43888, + 43901 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 32 }, "end": { - "line": 1263, + "line": 1259, "column": 45 } } }, "arguments": [], "range": [ - 44073, - 44088 + 43888, + 43903 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 32 }, "end": { - "line": 1263, + "line": 1259, "column": 47 } } @@ -104185,16 +103691,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 44092, - 44096 + 43907, + 43911 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 51 }, "end": { - "line": 1263, + "line": 1259, "column": 55 } } @@ -104203,108 +103709,108 @@ "type": "Identifier", "name": "toString", "range": [ - 44097, - 44105 + 43912, + 43920 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 56 }, "end": { - "line": 1263, + "line": 1259, "column": 64 } } }, "range": [ - 44092, - 44105 + 43907, + 43920 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 51 }, "end": { - "line": 1263, + "line": 1259, "column": 64 } } }, "arguments": [], "range": [ - 44092, - 44107 + 43907, + 43922 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 51 }, "end": { - "line": 1263, + "line": 1259, "column": 66 } } }, "range": [ - 44073, - 44107 + 43888, + 43922 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 32 }, "end": { - "line": 1263, + "line": 1259, "column": 66 } } }, "range": [ - 44061, - 44107 + 43876, + 43922 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 20 }, "end": { - "line": 1263, + "line": 1259, "column": 66 } } }, "range": [ - 44061, - 44108 + 43876, + 43923 ], "loc": { "start": { - "line": 1263, + "line": 1259, "column": 20 }, "end": { - "line": 1263, + "line": 1259, "column": 67 } } } ], "range": [ - 43963, - 44126 + 43778, + 43941 ], "loc": { "start": { - "line": 1261, + "line": 1257, "column": 35 }, "end": { - "line": 1264, + "line": 1260, "column": 17 } }, @@ -104313,16 +103819,16 @@ "type": "Line", "value": " equal date", "range": [ - 44143, - 44156 + 43958, + 43971 ], "loc": { "start": { - "line": 1265, + "line": 1261, "column": 16 }, "end": { - "line": 1265, + "line": 1261, "column": 29 } } @@ -104335,16 +103841,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 44182, - 44190 + 43997, + 44005 ], "loc": { "start": { - "line": 1266, + "line": 1262, "column": 25 }, "end": { - "line": 1266, + "line": 1262, "column": 33 } } @@ -104361,16 +103867,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 44214, - 44218 + 44029, + 44033 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 20 }, "end": { - "line": 1267, + "line": 1263, "column": 24 } } @@ -104384,16 +103890,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44221, - 44231 + 44036, + 44046 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 27 }, "end": { - "line": 1267, + "line": 1263, "column": 37 } } @@ -104402,31 +103908,31 @@ "type": "Identifier", "name": "format", "range": [ - 44232, - 44238 + 44047, + 44053 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 38 }, "end": { - "line": 1267, + "line": 1263, "column": 44 } } }, "range": [ - 44221, - 44238 + 44036, + 44053 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 27 }, "end": { - "line": 1267, + "line": 1263, "column": 44 } } @@ -104441,16 +103947,16 @@ "type": "Identifier", "name": "sA", "range": [ - 44239, - 44241 + 44054, + 44056 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 45 }, "end": { - "line": 1267, + "line": 1263, "column": 47 } } @@ -104459,31 +103965,31 @@ "type": "Identifier", "name": "replace", "range": [ - 44242, - 44249 + 44057, + 44064 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 48 }, "end": { - "line": 1267, + "line": 1263, "column": 55 } } }, "range": [ - 44239, - 44249 + 44054, + 44064 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 45 }, "end": { - "line": 1267, + "line": 1263, "column": 55 } } @@ -104493,16 +103999,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 44250, - 44255 + 44065, + 44070 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 56 }, "end": { - "line": 1267, + "line": 1263, "column": 61 } } @@ -104512,32 +104018,32 @@ "value": "", "raw": "''", "range": [ - 44257, - 44259 + 44072, + 44074 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 63 }, "end": { - "line": 1267, + "line": 1263, "column": 65 } } } ], "range": [ - 44239, - 44260 + 44054, + 44075 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 45 }, "end": { - "line": 1267, + "line": 1263, "column": 66 } } @@ -104546,62 +104052,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 44262, - 44268 + 44077, + 44083 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 68 }, "end": { - "line": 1267, + "line": 1263, "column": 74 } } } ], "range": [ - 44221, - 44269 + 44036, + 44084 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 27 }, "end": { - "line": 1267, + "line": 1263, "column": 75 } } }, "range": [ - 44214, - 44269 + 44029, + 44084 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 20 }, "end": { - "line": 1267, + "line": 1263, "column": 75 } } }, "range": [ - 44214, - 44270 + 44029, + 44085 ], "loc": { "start": { - "line": 1267, + "line": 1263, "column": 20 }, "end": { - "line": 1267, + "line": 1263, "column": 76 } } @@ -104615,16 +104121,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44291, - 44300 + 44106, + 44115 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 20 }, "end": { - "line": 1268, + "line": 1264, "column": 29 } } @@ -104641,16 +104147,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 44303, - 44307 + 44118, + 44122 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 32 }, "end": { - "line": 1268, + "line": 1264, "column": 36 } } @@ -104659,47 +104165,47 @@ "type": "Identifier", "name": "toString", "range": [ - 44308, - 44316 + 44123, + 44131 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 37 }, "end": { - "line": 1268, + "line": 1264, "column": 45 } } }, "range": [ - 44303, - 44316 + 44118, + 44131 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 32 }, "end": { - "line": 1268, + "line": 1264, "column": 45 } } }, "arguments": [], "range": [ - 44303, - 44318 + 44118, + 44133 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 32 }, "end": { - "line": 1268, + "line": 1264, "column": 47 } } @@ -104713,16 +104219,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 44322, - 44326 + 44137, + 44141 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 51 }, "end": { - "line": 1268, + "line": 1264, "column": 55 } } @@ -104731,108 +104237,108 @@ "type": "Identifier", "name": "toString", "range": [ - 44327, - 44335 + 44142, + 44150 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 56 }, "end": { - "line": 1268, + "line": 1264, "column": 64 } } }, "range": [ - 44322, - 44335 + 44137, + 44150 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 51 }, "end": { - "line": 1268, + "line": 1264, "column": 64 } } }, "arguments": [], "range": [ - 44322, - 44337 + 44137, + 44152 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 51 }, "end": { - "line": 1268, + "line": 1264, "column": 66 } } }, "range": [ - 44303, - 44337 + 44118, + 44152 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 32 }, "end": { - "line": 1268, + "line": 1264, "column": 66 } } }, "range": [ - 44291, - 44337 + 44106, + 44152 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 20 }, "end": { - "line": 1268, + "line": 1264, "column": 66 } } }, "range": [ - 44291, - 44338 + 44106, + 44153 ], "loc": { "start": { - "line": 1268, + "line": 1264, "column": 20 }, "end": { - "line": 1268, + "line": 1264, "column": 67 } } } ], "range": [ - 44192, - 44356 + 44007, + 44171 ], "loc": { "start": { - "line": 1266, + "line": 1262, "column": 35 }, "end": { - "line": 1269, + "line": 1265, "column": 17 } }, @@ -104841,16 +104347,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44373, - 44434 + 44188, + 44249 ], "loc": { "start": { - "line": 1270, + "line": 1266, "column": 16 }, "end": { - "line": 1270, + "line": 1266, "column": 77 } } @@ -104868,16 +104374,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 44460, - 44465 + 44275, + 44280 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 25 }, "end": { - "line": 1271, + "line": 1267, "column": 30 } } @@ -104886,31 +104392,31 @@ "type": "Identifier", "name": "test", "range": [ - 44466, - 44470 + 44281, + 44285 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 31 }, "end": { - "line": 1271, + "line": 1267, "column": 35 } } }, "range": [ - 44460, - 44470 + 44275, + 44285 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 25 }, "end": { - "line": 1271, + "line": 1267, "column": 35 } } @@ -104920,32 +104426,32 @@ "type": "Identifier", "name": "sA", "range": [ - 44471, - 44473 + 44286, + 44288 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 36 }, "end": { - "line": 1271, + "line": 1267, "column": 38 } } } ], "range": [ - 44460, - 44474 + 44275, + 44289 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 25 }, "end": { - "line": 1271, + "line": 1267, "column": 39 } } @@ -104962,16 +104468,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44510, - 44519 + 44325, + 44334 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 20 }, "end": { - "line": 1272, + "line": 1268, "column": 29 } } @@ -104985,16 +104491,16 @@ "type": "Identifier", "name": "Str", "range": [ - 44522, - 44525 + 44337, + 44340 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 32 }, "end": { - "line": 1272, + "line": 1268, "column": 35 } } @@ -105003,31 +104509,31 @@ "type": "Identifier", "name": "contains", "range": [ - 44526, - 44534 + 44341, + 44349 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 36 }, "end": { - "line": 1272, + "line": 1268, "column": 44 } } }, "range": [ - 44522, - 44534 + 44337, + 44349 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 32 }, "end": { - "line": 1272, + "line": 1268, "column": 44 } } @@ -105042,16 +104548,16 @@ "type": "Identifier", "name": "sA", "range": [ - 44535, - 44537 + 44350, + 44352 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 45 }, "end": { - "line": 1272, + "line": 1268, "column": 47 } } @@ -105060,31 +104566,31 @@ "type": "Identifier", "name": "replace", "range": [ - 44538, - 44545 + 44353, + 44360 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 48 }, "end": { - "line": 1272, + "line": 1268, "column": 55 } } }, "range": [ - 44535, - 44545 + 44350, + 44360 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 45 }, "end": { - "line": 1272, + "line": 1268, "column": 55 } } @@ -105094,16 +104600,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 44546, - 44551 + 44361, + 44366 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 56 }, "end": { - "line": 1272, + "line": 1268, "column": 61 } } @@ -105113,32 +104619,32 @@ "value": "", "raw": "''", "range": [ - 44553, - 44555 + 44368, + 44370 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 63 }, "end": { - "line": 1272, + "line": 1268, "column": 65 } } } ], "range": [ - 44535, - 44556 + 44350, + 44371 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 45 }, "end": { - "line": 1272, + "line": 1268, "column": 66 } } @@ -105147,16 +104653,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 44558, - 44566 + 44373, + 44381 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 68 }, "end": { - "line": 1272, + "line": 1268, "column": 76 } } @@ -105166,16 +104672,16 @@ "value": false, "raw": "false", "range": [ - 44592, - 44597 + 44407, + 44412 ], "loc": { "start": { - "line": 1273, + "line": 1269, "column": 24 }, "end": { - "line": 1273, + "line": 1269, "column": 29 } } @@ -105186,16 +104692,16 @@ "object": { "type": "ThisExpression", "range": [ - 44599, - 44603 + 44414, + 44418 ], "loc": { "start": { - "line": 1273, + "line": 1269, "column": 31 }, "end": { - "line": 1273, + "line": 1269, "column": 35 } } @@ -105204,77 +104710,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 44604, - 44617 + 44419, + 44432 ], "loc": { "start": { - "line": 1273, + "line": 1269, "column": 36 }, "end": { - "line": 1273, + "line": 1269, "column": 49 } } }, "range": [ - 44599, - 44617 + 44414, + 44432 ], "loc": { "start": { - "line": 1273, + "line": 1269, "column": 31 }, "end": { - "line": 1273, + "line": 1269, "column": 49 } } } ], "range": [ - 44522, - 44618 + 44337, + 44433 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 32 }, "end": { - "line": 1273, + "line": 1269, "column": 50 } } }, "range": [ - 44510, - 44618 + 44325, + 44433 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 20 }, "end": { - "line": 1273, + "line": 1269, "column": 50 } } }, "range": [ - 44510, - 44619 + 44325, + 44434 ], "loc": { "start": { - "line": 1272, + "line": 1268, "column": 20 }, "end": { - "line": 1273, + "line": 1269, "column": 51 } }, @@ -105283,16 +104789,16 @@ "type": "Line", "value": " like date", "range": [ - 44477, - 44489 + 44292, + 44304 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 42 }, "end": { - "line": 1271, + "line": 1267, "column": 54 } } @@ -105301,16 +104807,16 @@ } ], "range": [ - 44476, - 44637 + 44291, + 44452 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 41 }, "end": { - "line": 1274, + "line": 1270, "column": 17 } } @@ -105326,16 +104832,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44663, - 44673 + 44478, + 44488 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 25 }, "end": { - "line": 1275, + "line": 1271, "column": 35 } } @@ -105344,31 +104850,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 44674, - 44681 + 44489, + 44496 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 36 }, "end": { - "line": 1275, + "line": 1271, "column": 43 } } }, "range": [ - 44663, - 44681 + 44478, + 44496 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 25 }, "end": { - "line": 1275, + "line": 1271, "column": 43 } } @@ -105378,16 +104884,16 @@ "type": "Identifier", "name": "sA", "range": [ - 44682, - 44684 + 44497, + 44499 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 44 }, "end": { - "line": 1275, + "line": 1271, "column": 46 } } @@ -105396,32 +104902,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 44686, - 44692 + 44501, + 44507 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 48 }, "end": { - "line": 1275, + "line": 1271, "column": 54 } } } ], "range": [ - 44663, - 44693 + 44478, + 44508 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 25 }, "end": { - "line": 1275, + "line": 1271, "column": 55 } } @@ -105438,16 +104944,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 44717, - 44721 + 44532, + 44536 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 20 }, "end": { - "line": 1276, + "line": 1272, "column": 24 } } @@ -105461,16 +104967,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44724, - 44734 + 44539, + 44549 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 27 }, "end": { - "line": 1276, + "line": 1272, "column": 37 } } @@ -105479,31 +104985,31 @@ "type": "Identifier", "name": "format", "range": [ - 44735, - 44741 + 44550, + 44556 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 38 }, "end": { - "line": 1276, + "line": 1272, "column": 44 } } }, "range": [ - 44724, - 44741 + 44539, + 44556 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 27 }, "end": { - "line": 1276, + "line": 1272, "column": 44 } } @@ -105513,16 +105019,16 @@ "type": "Identifier", "name": "sA", "range": [ - 44742, - 44744 + 44557, + 44559 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 45 }, "end": { - "line": 1276, + "line": 1272, "column": 47 } } @@ -105531,62 +105037,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 44746, - 44752 + 44561, + 44567 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 49 }, "end": { - "line": 1276, + "line": 1272, "column": 55 } } } ], "range": [ - 44724, - 44753 + 44539, + 44568 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 27 }, "end": { - "line": 1276, + "line": 1272, "column": 56 } } }, "range": [ - 44717, - 44753 + 44532, + 44568 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 20 }, "end": { - "line": 1276, + "line": 1272, "column": 56 } } }, "range": [ - 44717, - 44754 + 44532, + 44569 ], "loc": { "start": { - "line": 1276, + "line": 1272, "column": 20 }, "end": { - "line": 1276, + "line": 1272, "column": 57 } } @@ -105600,16 +105106,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44775, - 44784 + 44590, + 44599 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 20 }, "end": { - "line": 1277, + "line": 1273, "column": 29 } } @@ -105626,16 +105132,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 44787, - 44791 + 44602, + 44606 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 32 }, "end": { - "line": 1277, + "line": 1273, "column": 36 } } @@ -105644,47 +105150,47 @@ "type": "Identifier", "name": "toString", "range": [ - 44792, - 44800 + 44607, + 44615 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 37 }, "end": { - "line": 1277, + "line": 1273, "column": 45 } } }, "range": [ - 44787, - 44800 + 44602, + 44615 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 32 }, "end": { - "line": 1277, + "line": 1273, "column": 45 } } }, "arguments": [], "range": [ - 44787, - 44802 + 44602, + 44617 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 32 }, "end": { - "line": 1277, + "line": 1273, "column": 47 } } @@ -105698,16 +105204,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 44807, - 44811 + 44622, + 44626 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 52 }, "end": { - "line": 1277, + "line": 1273, "column": 56 } } @@ -105716,108 +105222,108 @@ "type": "Identifier", "name": "toString", "range": [ - 44812, - 44820 + 44627, + 44635 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 57 }, "end": { - "line": 1277, + "line": 1273, "column": 65 } } }, "range": [ - 44807, - 44820 + 44622, + 44635 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 52 }, "end": { - "line": 1277, + "line": 1273, "column": 65 } } }, "arguments": [], "range": [ - 44807, - 44822 + 44622, + 44637 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 52 }, "end": { - "line": 1277, + "line": 1273, "column": 67 } } }, "range": [ - 44787, - 44822 + 44602, + 44637 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 32 }, "end": { - "line": 1277, + "line": 1273, "column": 67 } } }, "range": [ - 44775, - 44822 + 44590, + 44637 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 20 }, "end": { - "line": 1277, + "line": 1273, "column": 67 } } }, "range": [ - 44775, - 44823 + 44590, + 44638 ], "loc": { "start": { - "line": 1277, + "line": 1273, "column": 20 }, "end": { - "line": 1277, + "line": 1273, "column": 68 } } } ], "range": [ - 44695, - 44841 + 44510, + 44656 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 57 }, "end": { - "line": 1278, + "line": 1274, "column": 17 } }, @@ -105826,16 +105332,16 @@ "type": "Line", "value": "empty", "range": [ - 44858, - 44865 + 44673, + 44680 ], "loc": { "start": { - "line": 1279, + "line": 1275, "column": 16 }, "end": { - "line": 1279, + "line": 1275, "column": 23 } } @@ -105848,16 +105354,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 44891, - 44896 + 44706, + 44711 ], "loc": { "start": { - "line": 1280, + "line": 1276, "column": 25 }, "end": { - "line": 1280, + "line": 1276, "column": 30 } } @@ -105874,16 +105380,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44920, - 44929 + 44735, + 44744 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 20 }, "end": { - "line": 1281, + "line": 1277, "column": 29 } } @@ -105897,16 +105403,16 @@ "type": "Identifier", "name": "Str", "range": [ - 44932, - 44935 + 44747, + 44750 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 32 }, "end": { - "line": 1281, + "line": 1277, "column": 35 } } @@ -105915,31 +105421,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 44936, - 44943 + 44751, + 44758 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 36 }, "end": { - "line": 1281, + "line": 1277, "column": 43 } } }, "range": [ - 44932, - 44943 + 44747, + 44758 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 32 }, "end": { - "line": 1281, + "line": 1277, "column": 43 } } @@ -105949,78 +105455,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 44944, - 44952 + 44759, + 44767 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 44 }, "end": { - "line": 1281, + "line": 1277, "column": 52 } } } ], "range": [ - 44932, - 44953 + 44747, + 44768 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 32 }, "end": { - "line": 1281, + "line": 1277, "column": 53 } } }, "range": [ - 44920, - 44953 + 44735, + 44768 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 20 }, "end": { - "line": 1281, + "line": 1277, "column": 53 } } }, "range": [ - 44920, - 44954 + 44735, + 44769 ], "loc": { "start": { - "line": 1281, + "line": 1277, "column": 20 }, "end": { - "line": 1281, + "line": 1277, "column": 54 } } } ], "range": [ - 44898, - 44972 + 44713, + 44787 ], "loc": { "start": { - "line": 1280, + "line": 1276, "column": 32 }, "end": { - "line": 1282, + "line": 1278, "column": 17 } }, @@ -106029,16 +105535,16 @@ "type": "Line", "value": "non-empty", "range": [ - 44989, - 45000 + 44804, + 44815 ], "loc": { "start": { - "line": 1283, + "line": 1279, "column": 16 }, "end": { - "line": 1283, + "line": 1279, "column": 27 } } @@ -106051,16 +105557,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 45026, - 45031 + 44841, + 44846 ], "loc": { "start": { - "line": 1284, + "line": 1280, "column": 25 }, "end": { - "line": 1284, + "line": 1280, "column": 30 } } @@ -106077,16 +105583,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45055, - 45064 + 44870, + 44879 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 20 }, "end": { - "line": 1285, + "line": 1281, "column": 29 } } @@ -106103,16 +105609,16 @@ "type": "Identifier", "name": "Str", "range": [ - 45068, - 45071 + 44883, + 44886 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 33 }, "end": { - "line": 1285, + "line": 1281, "column": 36 } } @@ -106121,31 +105627,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 45072, - 45079 + 44887, + 44894 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 37 }, "end": { - "line": 1285, + "line": 1281, "column": 44 } } }, "range": [ - 45068, - 45079 + 44883, + 44894 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 33 }, "end": { - "line": 1285, + "line": 1281, "column": 44 } } @@ -106155,94 +105661,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 45080, - 45088 + 44895, + 44903 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 45 }, "end": { - "line": 1285, + "line": 1281, "column": 53 } } } ], "range": [ - 45068, - 45089 + 44883, + 44904 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 33 }, "end": { - "line": 1285, + "line": 1281, "column": 54 } } }, "prefix": true, "range": [ - 45067, - 45089 + 44882, + 44904 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 32 }, "end": { - "line": 1285, + "line": 1281, "column": 54 } } }, "range": [ - 45055, - 45089 + 44870, + 44904 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 20 }, "end": { - "line": 1285, + "line": 1281, "column": 54 } } }, "range": [ - 45055, - 45090 + 44870, + 44905 ], "loc": { "start": { - "line": 1285, + "line": 1281, "column": 20 }, "end": { - "line": 1285, + "line": 1281, "column": 55 } } } ], "range": [ - 45033, - 45108 + 44848, + 44923 ], "loc": { "start": { - "line": 1284, + "line": 1280, "column": 32 }, "end": { - "line": 1286, + "line": 1282, "column": 17 } } @@ -106259,16 +105765,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45136, - 45145 + 44951, + 44960 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 20 }, "end": { - "line": 1287, + "line": 1283, "column": 29 } } @@ -106282,16 +105788,16 @@ "type": "Identifier", "name": "Str", "range": [ - 45148, - 45151 + 44963, + 44966 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 32 }, "end": { - "line": 1287, + "line": 1283, "column": 35 } } @@ -106300,31 +105806,31 @@ "type": "Identifier", "name": "contains", "range": [ - 45152, - 45160 + 44967, + 44975 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 36 }, "end": { - "line": 1287, + "line": 1283, "column": 44 } } }, "range": [ - 45148, - 45160 + 44963, + 44975 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 32 }, "end": { - "line": 1287, + "line": 1283, "column": 44 } } @@ -106334,16 +105840,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45161, - 45163 + 44976, + 44978 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 45 }, "end": { - "line": 1287, + "line": 1283, "column": 47 } } @@ -106352,16 +105858,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 45165, - 45173 + 44980, + 44988 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 49 }, "end": { - "line": 1287, + "line": 1283, "column": 57 } } @@ -106374,16 +105880,16 @@ "object": { "type": "ThisExpression", "range": [ - 45175, - 45179 + 44990, + 44994 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 59 }, "end": { - "line": 1287, + "line": 1283, "column": 63 } } @@ -106392,31 +105898,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 45180, - 45192 + 44995, + 45007 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 64 }, "end": { - "line": 1287, + "line": 1283, "column": 76 } } }, "range": [ - 45175, - 45192 + 44990, + 45007 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 59 }, "end": { - "line": 1287, + "line": 1283, "column": 76 } } @@ -106426,32 +105932,32 @@ "type": "Identifier", "name": "j", "range": [ - 45193, - 45194 + 45008, + 45009 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 77 }, "end": { - "line": 1287, + "line": 1283, "column": 78 } } } ], "range": [ - 45175, - 45195 + 44990, + 45010 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 59 }, "end": { - "line": 1287, + "line": 1283, "column": 79 } } @@ -106462,16 +105968,16 @@ "object": { "type": "ThisExpression", "range": [ - 45221, - 45225 + 45036, + 45040 ], "loc": { "start": { - "line": 1288, + "line": 1284, "column": 24 }, "end": { - "line": 1288, + "line": 1284, "column": 28 } } @@ -106480,108 +105986,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 45226, - 45239 + 45041, + 45054 ], "loc": { "start": { - "line": 1288, + "line": 1284, "column": 29 }, "end": { - "line": 1288, + "line": 1284, "column": 42 } } }, "range": [ - 45221, - 45239 + 45036, + 45054 ], "loc": { "start": { - "line": 1288, + "line": 1284, "column": 24 }, "end": { - "line": 1288, + "line": 1284, "column": 42 } } } ], "range": [ - 45148, - 45240 + 44963, + 45055 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 32 }, "end": { - "line": 1288, + "line": 1284, "column": 43 } } }, "range": [ - 45136, - 45240 + 44951, + 45055 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 20 }, "end": { - "line": 1288, + "line": 1284, "column": 43 } } }, "range": [ - 45136, - 45241 + 44951, + 45056 ], "loc": { "start": { - "line": 1287, + "line": 1283, "column": 20 }, "end": { - "line": 1288, + "line": 1284, "column": 44 } } } ], "range": [ - 45114, - 45259 + 44929, + 45074 ], "loc": { "start": { - "line": 1286, + "line": 1282, "column": 23 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } } }, "range": [ - 45022, - 45259 + 44837, + 45074 ], "loc": { "start": { - "line": 1284, + "line": 1280, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106590,16 +106096,16 @@ "type": "Line", "value": "non-empty", "range": [ - 44989, - 45000 + 44804, + 44815 ], "loc": { "start": { - "line": 1283, + "line": 1279, "column": 16 }, "end": { - "line": 1283, + "line": 1279, "column": 27 } } @@ -106607,16 +106113,16 @@ ] }, "range": [ - 44887, - 45259 + 44702, + 45074 ], "loc": { "start": { - "line": 1280, + "line": 1276, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106625,16 +106131,16 @@ "type": "Line", "value": "empty", "range": [ - 44858, - 44865 + 44673, + 44680 ], "loc": { "start": { - "line": 1279, + "line": 1275, "column": 16 }, "end": { - "line": 1279, + "line": 1275, "column": 23 } } @@ -106642,31 +106148,31 @@ ] }, "range": [ - 44659, - 45259 + 44474, + 45074 ], "loc": { "start": { - "line": 1275, + "line": 1271, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } } }, "range": [ - 44456, - 45259 + 44271, + 45074 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106675,16 +106181,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44373, - 44434 + 44188, + 44249 ], "loc": { "start": { - "line": 1270, + "line": 1266, "column": 16 }, "end": { - "line": 1270, + "line": 1266, "column": 77 } } @@ -106692,16 +106198,16 @@ ] }, "range": [ - 44178, - 45259 + 43993, + 45074 ], "loc": { "start": { - "line": 1266, + "line": 1262, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106710,16 +106216,16 @@ "type": "Line", "value": " equal date", "range": [ - 44143, - 44156 + 43958, + 43971 ], "loc": { "start": { - "line": 1265, + "line": 1261, "column": 16 }, "end": { - "line": 1265, + "line": 1261, "column": 29 } } @@ -106727,16 +106233,16 @@ ] }, "range": [ - 43949, - 45259 + 43764, + 45074 ], "loc": { "start": { - "line": 1261, + "line": 1257, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106745,16 +106251,16 @@ "type": "Line", "value": " different date", "range": [ - 43910, - 43927 + 43725, + 43742 ], "loc": { "start": { - "line": 1260, + "line": 1256, "column": 16 }, "end": { - "line": 1260, + "line": 1256, "column": 33 } } @@ -106762,16 +106268,16 @@ ] }, "range": [ - 43740, - 45259 + 43555, + 45074 ], "loc": { "start": { - "line": 1256, + "line": 1252, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106780,16 +106286,16 @@ "type": "Line", "value": " greater date", "range": [ - 43703, - 43718 + 43518, + 43533 ], "loc": { "start": { - "line": 1255, + "line": 1251, "column": 16 }, "end": { - "line": 1255, + "line": 1251, "column": 31 } } @@ -106797,16 +106303,16 @@ ] }, "range": [ - 43530, - 45259 + 43345, + 45074 ], "loc": { "start": { - "line": 1251, + "line": 1247, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106815,16 +106321,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 43487, - 43508 + 43302, + 43323 ], "loc": { "start": { - "line": 1250, + "line": 1246, "column": 16 }, "end": { - "line": 1250, + "line": 1246, "column": 37 } } @@ -106832,16 +106338,16 @@ ] }, "range": [ - 43314, - 45259 + 43129, + 45074 ], "loc": { "start": { - "line": 1246, + "line": 1242, "column": 21 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106850,16 +106356,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 43273, - 43292 + 43088, + 43107 ], "loc": { "start": { - "line": 1245, + "line": 1241, "column": 16 }, "end": { - "line": 1245, + "line": 1241, "column": 35 } } @@ -106867,16 +106373,16 @@ ] }, "range": [ - 43103, - 45259 + 42918, + 45074 ], "loc": { "start": { - "line": 1241, + "line": 1237, "column": 16 }, "end": { - "line": 1289, + "line": 1285, "column": 17 } }, @@ -106885,16 +106391,16 @@ "type": "Line", "value": " lower date", "range": [ - 43073, - 43086 + 42888, + 42901 ], "loc": { "start": { - "line": 1240, + "line": 1236, "column": 16 }, "end": { - "line": 1240, + "line": 1236, "column": 29 } } @@ -106903,16 +106409,16 @@ } ], "range": [ - 42995, - 45273 + 42810, + 45088 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 54 }, "end": { - "line": 1290, + "line": 1286, "column": 13 } } @@ -106931,16 +106437,16 @@ "object": { "type": "ThisExpression", "range": [ - 45366, - 45370 + 45181, + 45185 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 20 }, "end": { - "line": 1294, + "line": 1290, "column": 24 } } @@ -106949,31 +106455,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 45371, - 45385 + 45186, + 45200 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 25 }, "end": { - "line": 1294, + "line": 1290, "column": 39 } } }, "range": [ - 45366, - 45385 + 45181, + 45200 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 20 }, "end": { - "line": 1294, + "line": 1290, "column": 39 } } @@ -106987,16 +106493,16 @@ "object": { "type": "ThisExpression", "range": [ - 45389, - 45393 + 45204, + 45208 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 43 }, "end": { - "line": 1294, + "line": 1290, "column": 47 } } @@ -107005,31 +106511,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45394, - 45405 + 45209, + 45220 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 48 }, "end": { - "line": 1294, + "line": 1290, "column": 59 } } }, "range": [ - 45389, - 45405 + 45204, + 45220 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 43 }, "end": { - "line": 1294, + "line": 1290, "column": 59 } } @@ -107038,46 +106544,46 @@ "type": "Identifier", "name": "j", "range": [ - 45406, - 45407 + 45221, + 45222 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 60 }, "end": { - "line": 1294, + "line": 1290, "column": 61 } } }, "range": [ - 45389, - 45408 + 45204, + 45223 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 43 }, "end": { - "line": 1294, + "line": 1290, "column": 62 } } }, "range": [ - 45366, - 45408 + 45181, + 45223 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 20 }, "end": { - "line": 1294, + "line": 1290, "column": 62 } } @@ -107094,16 +106600,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45432, - 45443 + 45247, + 45258 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 20 }, "end": { - "line": 1295, + "line": 1291, "column": 31 } } @@ -107114,16 +106620,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45446, - 45460 + 45261, + 45275 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 34 }, "end": { - "line": 1295, + "line": 1291, "column": 48 } } @@ -107133,16 +106639,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 45461, - 45469 + 45276, + 45284 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 49 }, "end": { - "line": 1295, + "line": 1291, "column": 57 } } @@ -107156,16 +106662,16 @@ "object": { "type": "ThisExpression", "range": [ - 45471, - 45475 + 45286, + 45290 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 59 }, "end": { - "line": 1295, + "line": 1291, "column": 63 } } @@ -107174,31 +106680,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45476, - 45487 + 45291, + 45302 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 64 }, "end": { - "line": 1295, + "line": 1291, "column": 75 } } }, "range": [ - 45471, - 45487 + 45286, + 45302 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 59 }, "end": { - "line": 1295, + "line": 1291, "column": 75 } } @@ -107207,77 +106713,77 @@ "type": "Identifier", "name": "j", "range": [ - 45488, - 45489 + 45303, + 45304 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 76 }, "end": { - "line": 1295, + "line": 1291, "column": 77 } } }, "range": [ - 45471, - 45490 + 45286, + 45305 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 59 }, "end": { - "line": 1295, + "line": 1291, "column": 78 } } } ], "range": [ - 45446, - 45491 + 45261, + 45306 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 34 }, "end": { - "line": 1295, + "line": 1291, "column": 79 } } }, "range": [ - 45432, - 45491 + 45247, + 45306 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 20 }, "end": { - "line": 1295, + "line": 1291, "column": 79 } } }, "range": [ - 45432, - 45492 + 45247, + 45307 ], "loc": { "start": { - "line": 1295, + "line": 1291, "column": 20 }, "end": { - "line": 1295, + "line": 1291, "column": 80 } } @@ -107291,16 +106797,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45513, - 45521 + 45328, + 45336 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 20 }, "end": { - "line": 1296, + "line": 1292, "column": 28 } } @@ -107314,16 +106820,16 @@ "object": { "type": "ThisExpression", "range": [ - 45524, - 45528 + 45339, + 45343 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 31 }, "end": { - "line": 1296, + "line": 1292, "column": 35 } } @@ -107332,31 +106838,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45529, - 45540 + 45344, + 45355 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 36 }, "end": { - "line": 1296, + "line": 1292, "column": 47 } } }, "range": [ - 45524, - 45540 + 45339, + 45355 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 31 }, "end": { - "line": 1296, + "line": 1292, "column": 47 } } @@ -107365,77 +106871,77 @@ "type": "Identifier", "name": "j", "range": [ - 45541, - 45542 + 45356, + 45357 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 48 }, "end": { - "line": 1296, + "line": 1292, "column": 49 } } }, "range": [ - 45524, - 45543 + 45339, + 45358 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 31 }, "end": { - "line": 1296, + "line": 1292, "column": 50 } } }, "range": [ - 45513, - 45543 + 45328, + 45358 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 20 }, "end": { - "line": 1296, + "line": 1292, "column": 50 } } }, "range": [ - 45513, - 45544 + 45328, + 45359 ], "loc": { "start": { - "line": 1296, + "line": 1292, "column": 20 }, "end": { - "line": 1296, + "line": 1292, "column": 51 } } } ], "range": [ - 45410, - 45562 + 45225, + 45377 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 64 }, "end": { - "line": 1297, + "line": 1293, "column": 17 } } @@ -107457,16 +106963,16 @@ "object": { "type": "ThisExpression", "range": [ - 45594, - 45598 + 45409, + 45413 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 24 }, "end": { - "line": 1298, + "line": 1294, "column": 28 } } @@ -107475,31 +106981,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 45599, - 45617 + 45414, + 45432 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 29 }, "end": { - "line": 1298, + "line": 1294, "column": 47 } } }, "range": [ - 45594, - 45617 + 45409, + 45432 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 24 }, "end": { - "line": 1298, + "line": 1294, "column": 47 } } @@ -107509,31 +107015,31 @@ "value": ",", "raw": "','", "range": [ - 45622, - 45625 + 45437, + 45440 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 52 }, "end": { - "line": 1298, + "line": 1294, "column": 55 } } }, "range": [ - 45594, - 45625 + 45409, + 45440 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 24 }, "end": { - "line": 1298, + "line": 1294, "column": 55 } } @@ -107547,16 +107053,16 @@ "object": { "type": "ThisExpression", "range": [ - 45653, - 45657 + 45468, + 45472 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 24 }, "end": { - "line": 1299, + "line": 1295, "column": 28 } } @@ -107565,31 +107071,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 45658, - 45674 + 45473, + 45489 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 29 }, "end": { - "line": 1299, + "line": 1295, "column": 45 } } }, "range": [ - 45653, - 45674 + 45468, + 45489 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 24 }, "end": { - "line": 1299, + "line": 1295, "column": 45 } } @@ -107599,46 +107105,46 @@ "value": ".", "raw": "'.'", "range": [ - 45679, - 45682 + 45494, + 45497 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 50 }, "end": { - "line": 1299, + "line": 1295, "column": 53 } } }, "range": [ - 45653, - 45682 + 45468, + 45497 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 24 }, "end": { - "line": 1299, + "line": 1295, "column": 53 } } }, "range": [ - 45594, - 45682 + 45409, + 45497 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 24 }, "end": { - "line": 1299, + "line": 1295, "column": 53 } } @@ -107655,16 +107161,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45710, - 45721 + 45525, + 45536 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 24 }, "end": { - "line": 1300, + "line": 1296, "column": 35 } } @@ -107675,16 +107181,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45724, - 45738 + 45539, + 45553 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 38 }, "end": { - "line": 1300, + "line": 1296, "column": 52 } } @@ -107694,16 +107200,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 45739, - 45747 + 45554, + 45562 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 53 }, "end": { - "line": 1300, + "line": 1296, "column": 61 } } @@ -107713,62 +107219,62 @@ "value": "us", "raw": "'us'", "range": [ - 45749, - 45753 + 45564, + 45568 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 63 }, "end": { - "line": 1300, + "line": 1296, "column": 67 } } } ], "range": [ - 45724, - 45754 + 45539, + 45569 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 38 }, "end": { - "line": 1300, + "line": 1296, "column": 68 } } }, "range": [ - 45710, - 45754 + 45525, + 45569 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 24 }, "end": { - "line": 1300, + "line": 1296, "column": 68 } } }, "range": [ - 45710, - 45755 + 45525, + 45570 ], "loc": { "start": { - "line": 1300, + "line": 1296, "column": 24 }, "end": { - "line": 1300, + "line": 1296, "column": 69 } } @@ -107782,16 +107288,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45780, - 45788 + 45595, + 45603 ], "loc": { "start": { - "line": 1301, + "line": 1297, "column": 24 }, "end": { - "line": 1301, + "line": 1297, "column": 32 } } @@ -107801,62 +107307,62 @@ "value": "us", "raw": "'us'", "range": [ - 45791, - 45795 + 45606, + 45610 ], "loc": { "start": { - "line": 1301, + "line": 1297, "column": 35 }, "end": { - "line": 1301, + "line": 1297, "column": 39 } } }, "range": [ - 45780, - 45795 + 45595, + 45610 ], "loc": { "start": { - "line": 1301, + "line": 1297, "column": 24 }, "end": { - "line": 1301, + "line": 1297, "column": 39 } } }, "range": [ - 45780, - 45796 + 45595, + 45611 ], "loc": { "start": { - "line": 1301, + "line": 1297, "column": 24 }, "end": { - "line": 1301, + "line": 1297, "column": 40 } } } ], "range": [ - 45684, - 45818 + 45499, + 45633 ], "loc": { "start": { - "line": 1299, + "line": 1295, "column": 55 }, "end": { - "line": 1302, + "line": 1298, "column": 21 } } @@ -107873,16 +107379,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45850, - 45861 + 45665, + 45676 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 24 }, "end": { - "line": 1303, + "line": 1299, "column": 35 } } @@ -107893,16 +107399,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45864, - 45878 + 45679, + 45693 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 38 }, "end": { - "line": 1303, + "line": 1299, "column": 52 } } @@ -107912,16 +107418,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 45879, - 45887 + 45694, + 45702 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 53 }, "end": { - "line": 1303, + "line": 1299, "column": 61 } } @@ -107931,62 +107437,62 @@ "value": "eu", "raw": "'eu'", "range": [ - 45889, - 45893 + 45704, + 45708 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 63 }, "end": { - "line": 1303, + "line": 1299, "column": 67 } } } ], "range": [ - 45864, - 45894 + 45679, + 45709 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 38 }, "end": { - "line": 1303, + "line": 1299, "column": 68 } } }, "range": [ - 45850, - 45894 + 45665, + 45709 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 24 }, "end": { - "line": 1303, + "line": 1299, "column": 68 } } }, "range": [ - 45850, - 45895 + 45665, + 45710 ], "loc": { "start": { - "line": 1303, + "line": 1299, "column": 24 }, "end": { - "line": 1303, + "line": 1299, "column": 69 } } @@ -108000,16 +107506,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45920, - 45928 + 45735, + 45743 ], "loc": { "start": { - "line": 1304, + "line": 1300, "column": 24 }, "end": { - "line": 1304, + "line": 1300, "column": 32 } } @@ -108019,108 +107525,108 @@ "value": "eu", "raw": "'eu'", "range": [ - 45931, - 45935 + 45746, + 45750 ], "loc": { "start": { - "line": 1304, + "line": 1300, "column": 35 }, "end": { - "line": 1304, + "line": 1300, "column": 39 } } }, "range": [ - 45920, - 45935 + 45735, + 45750 ], "loc": { "start": { - "line": 1304, + "line": 1300, "column": 24 }, "end": { - "line": 1304, + "line": 1300, "column": 39 } } }, "range": [ - 45920, - 45936 + 45735, + 45751 ], "loc": { "start": { - "line": 1304, + "line": 1300, "column": 24 }, "end": { - "line": 1304, + "line": 1300, "column": 40 } } } ], "range": [ - 45824, - 45958 + 45639, + 45773 ], "loc": { "start": { - "line": 1302, + "line": 1298, "column": 27 }, "end": { - "line": 1305, + "line": 1301, "column": 21 } } }, "range": [ - 45590, - 45958 + 45405, + 45773 ], "loc": { "start": { - "line": 1298, + "line": 1294, "column": 20 }, "end": { - "line": 1305, + "line": 1301, "column": 21 } } } ], "range": [ - 45568, - 45976 + 45383, + 45791 ], "loc": { "start": { - "line": 1297, + "line": 1293, "column": 23 }, "end": { - "line": 1306, + "line": 1302, "column": 17 } } }, "range": [ - 45362, - 45976 + 45177, + 45791 ], "loc": { "start": { - "line": 1294, + "line": 1290, "column": 16 }, "end": { - "line": 1306, + "line": 1302, "column": 17 } }, @@ -108129,16 +107635,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 45310, - 45345 + 45125, + 45160 ], "loc": { "start": { - "line": 1293, + "line": 1289, "column": 16 }, "end": { - "line": 1293, + "line": 1289, "column": 51 } } @@ -108149,16 +107655,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45994, - 46056 + 45809, + 45871 ], "loc": { "start": { - "line": 1308, + "line": 1304, "column": 16 }, "end": { - "line": 1308, + "line": 1304, "column": 78 } } @@ -108167,16 +107673,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 46073, - 46081 + 45888, + 45896 ], "loc": { "start": { - "line": 1309, + "line": 1305, "column": 16 }, "end": { - "line": 1309, + "line": 1305, "column": 24 } } @@ -108185,16 +107691,16 @@ "type": "Line", "value": " lower equal", "range": [ - 46098, - 46112 + 45913, + 45927 ], "loc": { "start": { - "line": 1310, + "line": 1306, "column": 16 }, "end": { - "line": 1310, + "line": 1306, "column": 30 } } @@ -108207,16 +107713,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 46133, - 46138 + 45948, + 45953 ], "loc": { "start": { - "line": 1311, + "line": 1307, "column": 20 }, "end": { - "line": 1311, + "line": 1307, "column": 25 } } @@ -108233,16 +107739,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46162, - 46171 + 45977, + 45986 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 20 }, "end": { - "line": 1312, + "line": 1308, "column": 29 } } @@ -108254,16 +107760,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46174, - 46185 + 45989, + 46000 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 32 }, "end": { - "line": 1312, + "line": 1308, "column": 43 } } @@ -108274,16 +107780,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46189, - 46203 + 46004, + 46018 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 47 }, "end": { - "line": 1312, + "line": 1308, "column": 61 } } @@ -108298,16 +107804,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46229, - 46231 + 46044, + 46046 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 24 }, "end": { - "line": 1313, + "line": 1309, "column": 26 } } @@ -108316,31 +107822,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46232, - 46239 + 46047, + 46054 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 27 }, "end": { - "line": 1313, + "line": 1309, "column": 34 } } }, "range": [ - 46229, - 46239 + 46044, + 46054 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 24 }, "end": { - "line": 1313, + "line": 1309, "column": 34 } } @@ -108350,16 +107856,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 46240, - 46245 + 46055, + 46060 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 35 }, "end": { - "line": 1313, + "line": 1309, "column": 40 } } @@ -108369,32 +107875,32 @@ "value": "", "raw": "''", "range": [ - 46247, - 46249 + 46062, + 46064 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 42 }, "end": { - "line": 1313, + "line": 1309, "column": 44 } } } ], "range": [ - 46229, - 46250 + 46044, + 46065 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 24 }, "end": { - "line": 1313, + "line": 1309, "column": 45 } } @@ -108403,93 +107909,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46252, - 46260 + 46067, + 46075 ], "loc": { "start": { - "line": 1313, + "line": 1309, "column": 47 }, "end": { - "line": 1313, + "line": 1309, "column": 55 } } } ], "range": [ - 46189, - 46261 + 46004, + 46076 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 47 }, "end": { - "line": 1313, + "line": 1309, "column": 56 } } }, "range": [ - 46174, - 46261 + 45989, + 46076 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 32 }, "end": { - "line": 1313, + "line": 1309, "column": 56 } } }, "range": [ - 46162, - 46261 + 45977, + 46076 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 20 }, "end": { - "line": 1313, + "line": 1309, "column": 56 } } }, "range": [ - 46162, - 46262 + 45977, + 46077 ], "loc": { "start": { - "line": 1312, + "line": 1308, "column": 20 }, "end": { - "line": 1313, + "line": 1309, "column": 57 } } } ], "range": [ - 46140, - 46280 + 45955, + 46095 ], "loc": { "start": { - "line": 1311, + "line": 1307, "column": 27 }, "end": { - "line": 1314, + "line": 1310, "column": 17 } }, @@ -108498,16 +108004,16 @@ "type": "Line", "value": "greater equal", "range": [ - 46297, - 46312 + 46112, + 46127 ], "loc": { "start": { - "line": 1315, + "line": 1311, "column": 16 }, "end": { - "line": 1315, + "line": 1311, "column": 31 } } @@ -108520,16 +108026,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 46338, - 46343 + 46153, + 46158 ], "loc": { "start": { - "line": 1316, + "line": 1312, "column": 25 }, "end": { - "line": 1316, + "line": 1312, "column": 30 } } @@ -108546,16 +108052,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46367, - 46376 + 46182, + 46191 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 20 }, "end": { - "line": 1317, + "line": 1313, "column": 29 } } @@ -108567,16 +108073,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46379, - 46390 + 46194, + 46205 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 32 }, "end": { - "line": 1317, + "line": 1313, "column": 43 } } @@ -108587,16 +108093,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46394, - 46408 + 46209, + 46223 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 47 }, "end": { - "line": 1317, + "line": 1313, "column": 61 } } @@ -108611,16 +108117,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46434, - 46436 + 46249, + 46251 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 24 }, "end": { - "line": 1318, + "line": 1314, "column": 26 } } @@ -108629,31 +108135,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46437, - 46444 + 46252, + 46259 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 27 }, "end": { - "line": 1318, + "line": 1314, "column": 34 } } }, "range": [ - 46434, - 46444 + 46249, + 46259 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 24 }, "end": { - "line": 1318, + "line": 1314, "column": 34 } } @@ -108663,16 +108169,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 46445, - 46450 + 46260, + 46265 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 35 }, "end": { - "line": 1318, + "line": 1314, "column": 40 } } @@ -108682,32 +108188,32 @@ "value": "", "raw": "''", "range": [ - 46452, - 46454 + 46267, + 46269 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 42 }, "end": { - "line": 1318, + "line": 1314, "column": 44 } } } ], "range": [ - 46434, - 46455 + 46249, + 46270 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 24 }, "end": { - "line": 1318, + "line": 1314, "column": 45 } } @@ -108716,93 +108222,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46457, - 46465 + 46272, + 46280 ], "loc": { "start": { - "line": 1318, + "line": 1314, "column": 47 }, "end": { - "line": 1318, + "line": 1314, "column": 55 } } } ], "range": [ - 46394, - 46466 + 46209, + 46281 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 47 }, "end": { - "line": 1318, + "line": 1314, "column": 56 } } }, "range": [ - 46379, - 46466 + 46194, + 46281 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 32 }, "end": { - "line": 1318, + "line": 1314, "column": 56 } } }, "range": [ - 46367, - 46466 + 46182, + 46281 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 20 }, "end": { - "line": 1318, + "line": 1314, "column": 56 } } }, "range": [ - 46367, - 46467 + 46182, + 46282 ], "loc": { "start": { - "line": 1317, + "line": 1313, "column": 20 }, "end": { - "line": 1318, + "line": 1314, "column": 57 } } } ], "range": [ - 46345, - 46485 + 46160, + 46300 ], "loc": { "start": { - "line": 1316, + "line": 1312, "column": 32 }, "end": { - "line": 1319, + "line": 1315, "column": 17 } }, @@ -108811,16 +108317,16 @@ "type": "Line", "value": "lower", "range": [ - 46502, - 46509 + 46317, + 46324 ], "loc": { "start": { - "line": 1320, + "line": 1316, "column": 16 }, "end": { - "line": 1320, + "line": 1316, "column": 23 } } @@ -108833,16 +108339,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 46535, - 46540 + 46350, + 46355 ], "loc": { "start": { - "line": 1321, + "line": 1317, "column": 25 }, "end": { - "line": 1321, + "line": 1317, "column": 30 } } @@ -108859,16 +108365,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46564, - 46573 + 46379, + 46388 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 20 }, "end": { - "line": 1322, + "line": 1318, "column": 29 } } @@ -108880,16 +108386,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46576, - 46587 + 46391, + 46402 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 32 }, "end": { - "line": 1322, + "line": 1318, "column": 43 } } @@ -108900,16 +108406,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46590, - 46604 + 46405, + 46419 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 46 }, "end": { - "line": 1322, + "line": 1318, "column": 60 } } @@ -108924,16 +108430,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46630, - 46632 + 46445, + 46447 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 24 }, "end": { - "line": 1323, + "line": 1319, "column": 26 } } @@ -108942,31 +108448,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46633, - 46640 + 46448, + 46455 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 27 }, "end": { - "line": 1323, + "line": 1319, "column": 34 } } }, "range": [ - 46630, - 46640 + 46445, + 46455 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 24 }, "end": { - "line": 1323, + "line": 1319, "column": 34 } } @@ -108976,16 +108482,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 46641, - 46645 + 46456, + 46460 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 35 }, "end": { - "line": 1323, + "line": 1319, "column": 39 } } @@ -108995,32 +108501,32 @@ "value": "", "raw": "''", "range": [ - 46647, - 46649 + 46462, + 46464 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 41 }, "end": { - "line": 1323, + "line": 1319, "column": 43 } } } ], "range": [ - 46630, - 46650 + 46445, + 46465 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 24 }, "end": { - "line": 1323, + "line": 1319, "column": 44 } } @@ -109029,93 +108535,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46652, - 46660 + 46467, + 46475 ], "loc": { "start": { - "line": 1323, + "line": 1319, "column": 46 }, "end": { - "line": 1323, + "line": 1319, "column": 54 } } } ], "range": [ - 46590, - 46661 + 46405, + 46476 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 46 }, "end": { - "line": 1323, + "line": 1319, "column": 55 } } }, "range": [ - 46576, - 46661 + 46391, + 46476 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 32 }, "end": { - "line": 1323, + "line": 1319, "column": 55 } } }, "range": [ - 46564, - 46661 + 46379, + 46476 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 20 }, "end": { - "line": 1323, + "line": 1319, "column": 55 } } }, "range": [ - 46564, - 46662 + 46379, + 46477 ], "loc": { "start": { - "line": 1322, + "line": 1318, "column": 20 }, "end": { - "line": 1323, + "line": 1319, "column": 56 } } } ], "range": [ - 46542, - 46680 + 46357, + 46495 ], "loc": { "start": { - "line": 1321, + "line": 1317, "column": 32 }, "end": { - "line": 1324, + "line": 1320, "column": 17 } }, @@ -109124,16 +108630,16 @@ "type": "Line", "value": "greater", "range": [ - 46697, - 46706 + 46512, + 46521 ], "loc": { "start": { - "line": 1325, + "line": 1321, "column": 16 }, "end": { - "line": 1325, + "line": 1321, "column": 25 } } @@ -109146,16 +108652,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 46732, - 46737 + 46547, + 46552 ], "loc": { "start": { - "line": 1326, + "line": 1322, "column": 25 }, "end": { - "line": 1326, + "line": 1322, "column": 30 } } @@ -109172,16 +108678,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46761, - 46770 + 46576, + 46585 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 20 }, "end": { - "line": 1327, + "line": 1323, "column": 29 } } @@ -109193,16 +108699,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46773, - 46784 + 46588, + 46599 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 32 }, "end": { - "line": 1327, + "line": 1323, "column": 43 } } @@ -109213,16 +108719,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46787, - 46801 + 46602, + 46616 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 46 }, "end": { - "line": 1327, + "line": 1323, "column": 60 } } @@ -109237,16 +108743,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46827, - 46829 + 46642, + 46644 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 24 }, "end": { - "line": 1328, + "line": 1324, "column": 26 } } @@ -109255,31 +108761,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46830, - 46837 + 46645, + 46652 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 27 }, "end": { - "line": 1328, + "line": 1324, "column": 34 } } }, "range": [ - 46827, - 46837 + 46642, + 46652 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 24 }, "end": { - "line": 1328, + "line": 1324, "column": 34 } } @@ -109289,16 +108795,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 46838, - 46842 + 46653, + 46657 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 35 }, "end": { - "line": 1328, + "line": 1324, "column": 39 } } @@ -109308,32 +108814,32 @@ "value": "", "raw": "''", "range": [ - 46844, - 46846 + 46659, + 46661 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 41 }, "end": { - "line": 1328, + "line": 1324, "column": 43 } } } ], "range": [ - 46827, - 46847 + 46642, + 46662 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 24 }, "end": { - "line": 1328, + "line": 1324, "column": 44 } } @@ -109342,93 +108848,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46849, - 46857 + 46664, + 46672 ], "loc": { "start": { - "line": 1328, + "line": 1324, "column": 46 }, "end": { - "line": 1328, + "line": 1324, "column": 54 } } } ], "range": [ - 46787, - 46858 + 46602, + 46673 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 46 }, "end": { - "line": 1328, + "line": 1324, "column": 55 } } }, "range": [ - 46773, - 46858 + 46588, + 46673 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 32 }, "end": { - "line": 1328, + "line": 1324, "column": 55 } } }, "range": [ - 46761, - 46858 + 46576, + 46673 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 20 }, "end": { - "line": 1328, + "line": 1324, "column": 55 } } }, "range": [ - 46761, - 46859 + 46576, + 46674 ], "loc": { "start": { - "line": 1327, + "line": 1323, "column": 20 }, "end": { - "line": 1328, + "line": 1324, "column": 56 } } } ], "range": [ - 46739, - 46877 + 46554, + 46692 ], "loc": { "start": { - "line": 1326, + "line": 1322, "column": 32 }, "end": { - "line": 1329, + "line": 1325, "column": 17 } }, @@ -109437,16 +108943,16 @@ "type": "Line", "value": "different", "range": [ - 46894, - 46905 + 46709, + 46720 ], "loc": { "start": { - "line": 1330, + "line": 1326, "column": 16 }, "end": { - "line": 1330, + "line": 1326, "column": 27 } } @@ -109459,16 +108965,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 46931, - 46936 + 46746, + 46751 ], "loc": { "start": { - "line": 1331, + "line": 1327, "column": 25 }, "end": { - "line": 1331, + "line": 1327, "column": 30 } } @@ -109485,16 +108991,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46960, - 46969 + 46775, + 46784 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 20 }, "end": { - "line": 1332, + "line": 1328, "column": 29 } } @@ -109510,16 +109016,16 @@ "type": "Identifier", "name": "Str", "range": [ - 46972, - 46975 + 46787, + 46790 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 32 }, "end": { - "line": 1332, + "line": 1328, "column": 35 } } @@ -109528,31 +109034,31 @@ "type": "Identifier", "name": "contains", "range": [ - 46976, - 46984 + 46791, + 46799 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 36 }, "end": { - "line": 1332, + "line": 1328, "column": 44 } } }, "range": [ - 46972, - 46984 + 46787, + 46799 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 32 }, "end": { - "line": 1332, + "line": 1328, "column": 44 } } @@ -109567,16 +109073,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46985, - 46987 + 46800, + 46802 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 45 }, "end": { - "line": 1332, + "line": 1328, "column": 47 } } @@ -109585,31 +109091,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46988, - 46995 + 46803, + 46810 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 48 }, "end": { - "line": 1332, + "line": 1328, "column": 55 } } }, "range": [ - 46985, - 46995 + 46800, + 46810 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 45 }, "end": { - "line": 1332, + "line": 1328, "column": 55 } } @@ -109619,16 +109125,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 46996, - 47000 + 46811, + 46815 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 56 }, "end": { - "line": 1332, + "line": 1328, "column": 60 } } @@ -109638,32 +109144,32 @@ "value": "", "raw": "''", "range": [ - 47002, - 47004 + 46817, + 46819 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 62 }, "end": { - "line": 1332, + "line": 1328, "column": 64 } } } ], "range": [ - 46985, - 47005 + 46800, + 46820 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 45 }, "end": { - "line": 1332, + "line": 1328, "column": 65 } } @@ -109672,16 +109178,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47007, - 47015 + 46822, + 46830 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 67 }, "end": { - "line": 1332, + "line": 1328, "column": 75 } } @@ -109691,16 +109197,16 @@ "value": false, "raw": "false", "range": [ - 47041, - 47046 + 46856, + 46861 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 24 }, "end": { - "line": 1333, + "line": 1329, "column": 29 } } @@ -109711,16 +109217,16 @@ "object": { "type": "ThisExpression", "range": [ - 47048, - 47052 + 46863, + 46867 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 31 }, "end": { - "line": 1333, + "line": 1329, "column": 35 } } @@ -109729,47 +109235,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47053, - 47066 + 46868, + 46881 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 36 }, "end": { - "line": 1333, + "line": 1329, "column": 49 } } }, "range": [ - 47048, - 47066 + 46863, + 46881 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 31 }, "end": { - "line": 1333, + "line": 1329, "column": 49 } } } ], "range": [ - 46972, - 47067 + 46787, + 46882 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 32 }, "end": { - "line": 1333, + "line": 1329, "column": 50 } } @@ -109779,16 +109285,16 @@ "value": false, "raw": "false", "range": [ - 47070, - 47075 + 46885, + 46890 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 53 }, "end": { - "line": 1333, + "line": 1329, "column": 58 } } @@ -109798,77 +109304,77 @@ "value": true, "raw": "true", "range": [ - 47078, - 47082 + 46893, + 46897 ], "loc": { "start": { - "line": 1333, + "line": 1329, "column": 61 }, "end": { - "line": 1333, + "line": 1329, "column": 65 } } }, "range": [ - 46972, - 47082 + 46787, + 46897 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 32 }, "end": { - "line": 1333, + "line": 1329, "column": 65 } } }, "range": [ - 46960, - 47082 + 46775, + 46897 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 20 }, "end": { - "line": 1333, + "line": 1329, "column": 65 } } }, "range": [ - 46960, - 47083 + 46775, + 46898 ], "loc": { "start": { - "line": 1332, + "line": 1328, "column": 20 }, "end": { - "line": 1333, + "line": 1329, "column": 66 } } } ], "range": [ - 46938, - 47101 + 46753, + 46916 ], "loc": { "start": { - "line": 1331, + "line": 1327, "column": 32 }, "end": { - "line": 1334, + "line": 1330, "column": 17 } }, @@ -109877,16 +109383,16 @@ "type": "Line", "value": "like", "range": [ - 47118, - 47124 + 46933, + 46939 ], "loc": { "start": { - "line": 1335, + "line": 1331, "column": 16 }, "end": { - "line": 1335, + "line": 1331, "column": 22 } } @@ -109899,16 +109405,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 47150, - 47155 + 46965, + 46970 ], "loc": { "start": { - "line": 1336, + "line": 1332, "column": 25 }, "end": { - "line": 1336, + "line": 1332, "column": 30 } } @@ -109925,16 +109431,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47179, - 47188 + 46994, + 47003 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 20 }, "end": { - "line": 1337, + "line": 1333, "column": 29 } } @@ -109948,16 +109454,16 @@ "type": "Identifier", "name": "Str", "range": [ - 47191, - 47194 + 47006, + 47009 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 32 }, "end": { - "line": 1337, + "line": 1333, "column": 35 } } @@ -109966,31 +109472,31 @@ "type": "Identifier", "name": "contains", "range": [ - 47195, - 47203 + 47010, + 47018 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 36 }, "end": { - "line": 1337, + "line": 1333, "column": 44 } } }, "range": [ - 47191, - 47203 + 47006, + 47018 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 32 }, "end": { - "line": 1337, + "line": 1333, "column": 44 } } @@ -110005,16 +109511,16 @@ "type": "Identifier", "name": "sA", "range": [ - 47204, - 47206 + 47019, + 47021 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 45 }, "end": { - "line": 1337, + "line": 1333, "column": 47 } } @@ -110023,31 +109529,31 @@ "type": "Identifier", "name": "replace", "range": [ - 47207, - 47214 + 47022, + 47029 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 48 }, "end": { - "line": 1337, + "line": 1333, "column": 55 } } }, "range": [ - 47204, - 47214 + 47019, + 47029 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 45 }, "end": { - "line": 1337, + "line": 1333, "column": 55 } } @@ -110057,16 +109563,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 47215, - 47220 + 47030, + 47035 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 56 }, "end": { - "line": 1337, + "line": 1333, "column": 61 } } @@ -110076,32 +109582,32 @@ "value": "", "raw": "''", "range": [ - 47222, - 47224 + 47037, + 47039 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 63 }, "end": { - "line": 1337, + "line": 1333, "column": 65 } } } ], "range": [ - 47204, - 47225 + 47019, + 47040 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 45 }, "end": { - "line": 1337, + "line": 1333, "column": 66 } } @@ -110110,16 +109616,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47227, - 47235 + 47042, + 47050 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 68 }, "end": { - "line": 1337, + "line": 1333, "column": 76 } } @@ -110129,16 +109635,16 @@ "value": false, "raw": "false", "range": [ - 47261, - 47266 + 47076, + 47081 ], "loc": { "start": { - "line": 1338, + "line": 1334, "column": 24 }, "end": { - "line": 1338, + "line": 1334, "column": 29 } } @@ -110149,16 +109655,16 @@ "object": { "type": "ThisExpression", "range": [ - 47268, - 47272 + 47083, + 47087 ], "loc": { "start": { - "line": 1338, + "line": 1334, "column": 31 }, "end": { - "line": 1338, + "line": 1334, "column": 35 } } @@ -110167,93 +109673,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47273, - 47286 + 47088, + 47101 ], "loc": { "start": { - "line": 1338, + "line": 1334, "column": 36 }, "end": { - "line": 1338, + "line": 1334, "column": 49 } } }, "range": [ - 47268, - 47286 + 47083, + 47101 ], "loc": { "start": { - "line": 1338, + "line": 1334, "column": 31 }, "end": { - "line": 1338, + "line": 1334, "column": 49 } } } ], "range": [ - 47191, - 47287 + 47006, + 47102 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 32 }, "end": { - "line": 1338, + "line": 1334, "column": 50 } } }, "range": [ - 47179, - 47287 + 46994, + 47102 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 20 }, "end": { - "line": 1338, + "line": 1334, "column": 50 } } }, "range": [ - 47179, - 47288 + 46994, + 47103 ], "loc": { "start": { - "line": 1337, + "line": 1333, "column": 20 }, "end": { - "line": 1338, + "line": 1334, "column": 51 } } } ], "range": [ - 47157, - 47306 + 46972, + 47121 ], "loc": { "start": { - "line": 1336, + "line": 1332, "column": 32 }, "end": { - "line": 1339, + "line": 1335, "column": 17 } }, @@ -110262,16 +109768,16 @@ "type": "Line", "value": "equal", "range": [ - 47323, - 47330 + 47138, + 47145 ], "loc": { "start": { - "line": 1340, + "line": 1336, "column": 16 }, "end": { - "line": 1340, + "line": 1336, "column": 23 } } @@ -110284,16 +109790,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 47356, - 47361 + 47171, + 47176 ], "loc": { "start": { - "line": 1341, + "line": 1337, "column": 25 }, "end": { - "line": 1341, + "line": 1337, "column": 30 } } @@ -110310,16 +109816,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47385, - 47394 + 47200, + 47209 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 20 }, "end": { - "line": 1342, + "line": 1338, "column": 29 } } @@ -110333,16 +109839,16 @@ "type": "Identifier", "name": "Str", "range": [ - 47397, - 47400 + 47212, + 47215 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 32 }, "end": { - "line": 1342, + "line": 1338, "column": 35 } } @@ -110351,31 +109857,31 @@ "type": "Identifier", "name": "contains", "range": [ - 47401, - 47409 + 47216, + 47224 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 36 }, "end": { - "line": 1342, + "line": 1338, "column": 44 } } }, "range": [ - 47397, - 47409 + 47212, + 47224 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 32 }, "end": { - "line": 1342, + "line": 1338, "column": 44 } } @@ -110390,16 +109896,16 @@ "type": "Identifier", "name": "sA", "range": [ - 47410, - 47412 + 47225, + 47227 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 45 }, "end": { - "line": 1342, + "line": 1338, "column": 47 } } @@ -110408,31 +109914,31 @@ "type": "Identifier", "name": "replace", "range": [ - 47413, - 47420 + 47228, + 47235 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 48 }, "end": { - "line": 1342, + "line": 1338, "column": 55 } } }, "range": [ - 47410, - 47420 + 47225, + 47235 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 45 }, "end": { - "line": 1342, + "line": 1338, "column": 55 } } @@ -110442,16 +109948,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 47421, - 47426 + 47236, + 47241 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 56 }, "end": { - "line": 1342, + "line": 1338, "column": 61 } } @@ -110461,32 +109967,32 @@ "value": "", "raw": "''", "range": [ - 47428, - 47430 + 47243, + 47245 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 63 }, "end": { - "line": 1342, + "line": 1338, "column": 65 } } } ], "range": [ - 47410, - 47431 + 47225, + 47246 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 45 }, "end": { - "line": 1342, + "line": 1338, "column": 66 } } @@ -110495,16 +110001,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47433, - 47441 + 47248, + 47256 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 68 }, "end": { - "line": 1342, + "line": 1338, "column": 76 } } @@ -110514,16 +110020,16 @@ "value": true, "raw": "true", "range": [ - 47467, - 47471 + 47282, + 47286 ], "loc": { "start": { - "line": 1343, + "line": 1339, "column": 24 }, "end": { - "line": 1343, + "line": 1339, "column": 28 } } @@ -110534,16 +110040,16 @@ "object": { "type": "ThisExpression", "range": [ - 47473, - 47477 + 47288, + 47292 ], "loc": { "start": { - "line": 1343, + "line": 1339, "column": 30 }, "end": { - "line": 1343, + "line": 1339, "column": 34 } } @@ -110552,93 +110058,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47478, - 47491 + 47293, + 47306 ], "loc": { "start": { - "line": 1343, + "line": 1339, "column": 35 }, "end": { - "line": 1343, + "line": 1339, "column": 48 } } }, "range": [ - 47473, - 47491 + 47288, + 47306 ], "loc": { "start": { - "line": 1343, + "line": 1339, "column": 30 }, "end": { - "line": 1343, + "line": 1339, "column": 48 } } } ], "range": [ - 47397, - 47492 + 47212, + 47307 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 32 }, "end": { - "line": 1343, + "line": 1339, "column": 49 } } }, "range": [ - 47385, - 47492 + 47200, + 47307 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 20 }, "end": { - "line": 1343, + "line": 1339, "column": 49 } } }, "range": [ - 47385, - 47493 + 47200, + 47308 ], "loc": { "start": { - "line": 1342, + "line": 1338, "column": 20 }, "end": { - "line": 1343, + "line": 1339, "column": 50 } } } ], "range": [ - 47363, - 47511 + 47178, + 47326 ], "loc": { "start": { - "line": 1341, + "line": 1337, "column": 32 }, "end": { - "line": 1344, + "line": 1340, "column": 17 } }, @@ -110647,16 +110153,16 @@ "type": "Line", "value": "starts with", "range": [ - 47528, - 47541 + 47343, + 47356 ], "loc": { "start": { - "line": 1345, + "line": 1341, "column": 16 }, "end": { - "line": 1345, + "line": 1341, "column": 29 } } @@ -110669,16 +110175,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 47567, - 47572 + 47382, + 47387 ], "loc": { "start": { - "line": 1346, + "line": 1342, "column": 25 }, "end": { - "line": 1346, + "line": 1342, "column": 30 } } @@ -110695,16 +110201,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47596, - 47605 + 47411, + 47420 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 20 }, "end": { - "line": 1347, + "line": 1343, "column": 29 } } @@ -110723,16 +110229,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47608, - 47616 + 47423, + 47431 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 32 }, "end": { - "line": 1347, + "line": 1343, "column": 40 } } @@ -110741,31 +110247,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47617, - 47624 + 47432, + 47439 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 41 }, "end": { - "line": 1347, + "line": 1343, "column": 48 } } }, "range": [ - 47608, - 47624 + 47423, + 47439 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 32 }, "end": { - "line": 1347, + "line": 1343, "column": 48 } } @@ -110780,16 +110286,16 @@ "type": "Identifier", "name": "sA", "range": [ - 47625, - 47627 + 47440, + 47442 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 49 }, "end": { - "line": 1347, + "line": 1343, "column": 51 } } @@ -110798,31 +110304,31 @@ "type": "Identifier", "name": "replace", "range": [ - 47628, - 47635 + 47443, + 47450 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 52 }, "end": { - "line": 1347, + "line": 1343, "column": 59 } } }, "range": [ - 47625, - 47635 + 47440, + 47450 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 49 }, "end": { - "line": 1347, + "line": 1343, "column": 59 } } @@ -110832,16 +110338,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 47636, - 47641 + 47451, + 47456 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 60 }, "end": { - "line": 1347, + "line": 1343, "column": 65 } } @@ -110851,48 +110357,48 @@ "value": "", "raw": "''", "range": [ - 47643, - 47645 + 47458, + 47460 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 67 }, "end": { - "line": 1347, + "line": 1343, "column": 69 } } } ], "range": [ - 47625, - 47646 + 47440, + 47461 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 49 }, "end": { - "line": 1347, + "line": 1343, "column": 70 } } } ], "range": [ - 47608, - 47647 + 47423, + 47462 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 32 }, "end": { - "line": 1347, + "line": 1343, "column": 71 } } @@ -110902,31 +110408,31 @@ "value": 0, "raw": "0", "range": [ - 47652, - 47653 + 47467, + 47468 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 76 }, "end": { - "line": 1347, + "line": 1343, "column": 77 } } }, "range": [ - 47608, - 47653 + 47423, + 47468 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 32 }, "end": { - "line": 1347, + "line": 1343, "column": 77 } } @@ -110936,16 +110442,16 @@ "value": true, "raw": "true", "range": [ - 47680, - 47684 + 47495, + 47499 ], "loc": { "start": { - "line": 1348, + "line": 1344, "column": 24 }, "end": { - "line": 1348, + "line": 1344, "column": 28 } } @@ -110955,77 +110461,77 @@ "value": false, "raw": "false", "range": [ - 47687, - 47692 + 47502, + 47507 ], "loc": { "start": { - "line": 1348, + "line": 1344, "column": 31 }, "end": { - "line": 1348, + "line": 1344, "column": 36 } } }, "range": [ - 47608, - 47692 + 47423, + 47507 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 32 }, "end": { - "line": 1348, + "line": 1344, "column": 36 } } }, "range": [ - 47596, - 47692 + 47411, + 47507 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 20 }, "end": { - "line": 1348, + "line": 1344, "column": 36 } } }, "range": [ - 47596, - 47693 + 47411, + 47508 ], "loc": { "start": { - "line": 1347, + "line": 1343, "column": 20 }, "end": { - "line": 1348, + "line": 1344, "column": 37 } } } ], "range": [ - 47574, - 47711 + 47389, + 47526 ], "loc": { "start": { - "line": 1346, + "line": 1342, "column": 32 }, "end": { - "line": 1349, + "line": 1345, "column": 17 } }, @@ -111034,16 +110540,16 @@ "type": "Line", "value": "ends with", "range": [ - 47728, - 47739 + 47543, + 47554 ], "loc": { "start": { - "line": 1350, + "line": 1346, "column": 16 }, "end": { - "line": 1350, + "line": 1346, "column": 27 } } @@ -111056,16 +110562,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 47765, - 47770 + 47580, + 47585 ], "loc": { "start": { - "line": 1351, + "line": 1347, "column": 25 }, "end": { - "line": 1351, + "line": 1347, "column": 30 } } @@ -111082,16 +110588,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47798, - 47807 + 47613, + 47622 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 24 }, "end": { - "line": 1352, + "line": 1348, "column": 33 } } @@ -111105,16 +110611,16 @@ "type": "Identifier", "name": "sA", "range": [ - 47810, - 47812 + 47625, + 47627 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 36 }, "end": { - "line": 1352, + "line": 1348, "column": 38 } } @@ -111123,31 +110629,31 @@ "type": "Identifier", "name": "replace", "range": [ - 47813, - 47820 + 47628, + 47635 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 39 }, "end": { - "line": 1352, + "line": 1348, "column": 46 } } }, "range": [ - 47810, - 47820 + 47625, + 47635 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 36 }, "end": { - "line": 1352, + "line": 1348, "column": 46 } } @@ -111157,16 +110663,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 47821, - 47826 + 47636, + 47641 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 47 }, "end": { - "line": 1352, + "line": 1348, "column": 52 } } @@ -111176,47 +110682,47 @@ "value": "", "raw": "''", "range": [ - 47828, - 47830 + 47643, + 47645 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 54 }, "end": { - "line": 1352, + "line": 1348, "column": 56 } } } ], "range": [ - 47810, - 47831 + 47625, + 47646 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 36 }, "end": { - "line": 1352, + "line": 1348, "column": 57 } } }, "range": [ - 47798, - 47831 + 47613, + 47646 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 24 }, "end": { - "line": 1352, + "line": 1348, "column": 57 } } @@ -111224,16 +110730,16 @@ ], "kind": "let", "range": [ - 47794, - 47832 + 47609, + 47647 ], "loc": { "start": { - "line": 1352, + "line": 1348, "column": 20 }, "end": { - "line": 1352, + "line": 1348, "column": 58 } } @@ -111247,16 +110753,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47853, - 47862 + 47668, + 47677 ], "loc": { "start": { - "line": 1353, + "line": 1349, "column": 20 }, "end": { - "line": 1353, + "line": 1349, "column": 29 } } @@ -111278,16 +110784,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47889, - 47897 + 47704, + 47712 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1354, + "line": 1350, "column": 32 } } @@ -111296,31 +110802,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 47898, - 47909 + 47713, + 47724 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 33 }, "end": { - "line": 1354, + "line": 1350, "column": 44 } } }, "range": [ - 47889, - 47909 + 47704, + 47724 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1354, + "line": 1350, "column": 44 } } @@ -111330,16 +110836,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47910, - 47919 + 47725, + 47734 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 45 }, "end": { - "line": 1354, + "line": 1350, "column": 54 } } @@ -111354,16 +110860,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47921, - 47929 + 47736, + 47744 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 56 }, "end": { - "line": 1354, + "line": 1350, "column": 64 } } @@ -111372,31 +110878,31 @@ "type": "Identifier", "name": "length", "range": [ - 47930, - 47936 + 47745, + 47751 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 65 }, "end": { - "line": 1354, + "line": 1350, "column": 71 } } }, "range": [ - 47921, - 47936 + 47736, + 47751 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 56 }, "end": { - "line": 1354, + "line": 1350, "column": 71 } } @@ -111406,47 +110912,47 @@ "value": 1, "raw": "1", "range": [ - 47939, - 47940 + 47754, + 47755 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 74 }, "end": { - "line": 1354, + "line": 1350, "column": 75 } } }, "range": [ - 47921, - 47940 + 47736, + 47755 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 56 }, "end": { - "line": 1354, + "line": 1350, "column": 75 } } } ], "range": [ - 47889, - 47941 + 47704, + 47756 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1354, + "line": 1350, "column": 76 } } @@ -111464,16 +110970,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 47975, - 47983 + 47790, + 47798 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 29 }, "end": { - "line": 1355, + "line": 1351, "column": 37 } } @@ -111482,31 +110988,31 @@ "type": "Identifier", "name": "length", "range": [ - 47984, - 47990 + 47799, + 47805 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 38 }, "end": { - "line": 1355, + "line": 1351, "column": 44 } } }, "range": [ - 47975, - 47990 + 47790, + 47805 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 29 }, "end": { - "line": 1355, + "line": 1351, "column": 44 } } @@ -111516,31 +111022,31 @@ "value": 1, "raw": "1", "range": [ - 47993, - 47994 + 47808, + 47809 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 47 }, "end": { - "line": 1355, + "line": 1351, "column": 48 } } }, "range": [ - 47975, - 47994 + 47790, + 47809 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 29 }, "end": { - "line": 1355, + "line": 1351, "column": 48 } } @@ -111555,16 +111061,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47999, - 48008 + 47814, + 47823 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 53 }, "end": { - "line": 1355, + "line": 1351, "column": 62 } } @@ -111573,31 +111079,31 @@ "type": "Identifier", "name": "length", "range": [ - 48009, - 48015 + 47824, + 47830 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 63 }, "end": { - "line": 1355, + "line": 1351, "column": 69 } } }, "range": [ - 47999, - 48015 + 47814, + 47830 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 53 }, "end": { - "line": 1355, + "line": 1351, "column": 69 } } @@ -111607,61 +111113,61 @@ "value": 1, "raw": "1", "range": [ - 48018, - 48019 + 47833, + 47834 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 72 }, "end": { - "line": 1355, + "line": 1351, "column": 73 } } }, "range": [ - 47999, - 48019 + 47814, + 47834 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 53 }, "end": { - "line": 1355, + "line": 1351, "column": 73 } } }, "range": [ - 47974, - 48020 + 47789, + 47835 ], "loc": { "start": { - "line": 1355, + "line": 1351, "column": 28 }, "end": { - "line": 1355, + "line": 1351, "column": 74 } } }, "range": [ - 47889, - 48020 + 47704, + 47835 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1355, + "line": 1351, "column": 74 } } @@ -111678,16 +111184,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 48052, - 48060 + 47867, + 47875 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 28 }, "end": { - "line": 1356, + "line": 1352, "column": 36 } } @@ -111696,31 +111202,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 48061, - 48072 + 47876, + 47887 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 37 }, "end": { - "line": 1356, + "line": 1352, "column": 48 } } }, "range": [ - 48052, - 48072 + 47867, + 47887 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 28 }, "end": { - "line": 1356, + "line": 1352, "column": 48 } } @@ -111730,16 +111236,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 48073, - 48082 + 47888, + 47897 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 49 }, "end": { - "line": 1356, + "line": 1352, "column": 58 } } @@ -111754,16 +111260,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 48084, - 48092 + 47899, + 47907 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 60 }, "end": { - "line": 1356, + "line": 1352, "column": 68 } } @@ -111772,31 +111278,31 @@ "type": "Identifier", "name": "length", "range": [ - 48093, - 48099 + 47908, + 47914 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 69 }, "end": { - "line": 1356, + "line": 1352, "column": 75 } } }, "range": [ - 48084, - 48099 + 47899, + 47914 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 60 }, "end": { - "line": 1356, + "line": 1352, "column": 75 } } @@ -111806,47 +111312,47 @@ "value": 1, "raw": "1", "range": [ - 48102, - 48103 + 47917, + 47918 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 78 }, "end": { - "line": 1356, + "line": 1352, "column": 79 } } }, "range": [ - 48084, - 48103 + 47899, + 47918 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 60 }, "end": { - "line": 1356, + "line": 1352, "column": 79 } } } ], "range": [ - 48052, - 48104 + 47867, + 47919 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 28 }, "end": { - "line": 1356, + "line": 1352, "column": 80 } } @@ -111859,62 +111365,62 @@ "value": 1, "raw": "1", "range": [ - 48136, - 48137 + 47951, + 47952 ], "loc": { "start": { - "line": 1357, + "line": 1353, "column": 31 }, "end": { - "line": 1357, + "line": 1353, "column": 32 } } }, "prefix": true, "range": [ - 48135, - 48137 + 47950, + 47952 ], "loc": { "start": { - "line": 1357, + "line": 1353, "column": 30 }, "end": { - "line": 1357, + "line": 1353, "column": 32 } } }, "range": [ - 48052, - 48137 + 47867, + 47952 ], "loc": { "start": { - "line": 1356, + "line": 1352, "column": 28 }, "end": { - "line": 1357, + "line": 1353, "column": 32 } } }, "range": [ - 47889, - 48137 + 47704, + 47952 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1357, + "line": 1353, "column": 32 } } @@ -111924,16 +111430,16 @@ "value": true, "raw": "true", "range": [ - 48140, - 48144 + 47955, + 47959 ], "loc": { "start": { - "line": 1357, + "line": 1353, "column": 35 }, "end": { - "line": 1357, + "line": 1353, "column": 39 } } @@ -111943,77 +111449,77 @@ "value": false, "raw": "false", "range": [ - 48147, - 48152 + 47962, + 47967 ], "loc": { "start": { - "line": 1357, + "line": 1353, "column": 42 }, "end": { - "line": 1357, + "line": 1353, "column": 47 } } }, "range": [ - 47889, - 48152 + 47704, + 47967 ], "loc": { "start": { - "line": 1354, + "line": 1350, "column": 24 }, "end": { - "line": 1357, + "line": 1353, "column": 47 } } }, "range": [ - 47853, - 48152 + 47668, + 47967 ], "loc": { "start": { - "line": 1353, + "line": 1349, "column": 20 }, "end": { - "line": 1357, + "line": 1353, "column": 47 } } }, "range": [ - 47853, - 48153 + 47668, + 47968 ], "loc": { "start": { - "line": 1353, + "line": 1349, "column": 20 }, "end": { - "line": 1357, + "line": 1353, "column": 48 } } } ], "range": [ - 47772, - 48171 + 47587, + 47986 ], "loc": { "start": { - "line": 1351, + "line": 1347, "column": 32 }, "end": { - "line": 1358, + "line": 1354, "column": 17 } }, @@ -112022,16 +111528,16 @@ "type": "Line", "value": "empty", "range": [ - 48188, - 48195 + 48003, + 48010 ], "loc": { "start": { - "line": 1359, + "line": 1355, "column": 16 }, "end": { - "line": 1359, + "line": 1355, "column": 23 } } @@ -112044,16 +111550,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 48221, - 48226 + 48036, + 48041 ], "loc": { "start": { - "line": 1360, + "line": 1356, "column": 25 }, "end": { - "line": 1360, + "line": 1356, "column": 30 } } @@ -112070,16 +111576,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48250, - 48259 + 48065, + 48074 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 20 }, "end": { - "line": 1361, + "line": 1357, "column": 29 } } @@ -112093,16 +111599,16 @@ "type": "Identifier", "name": "Str", "range": [ - 48262, - 48265 + 48077, + 48080 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 32 }, "end": { - "line": 1361, + "line": 1357, "column": 35 } } @@ -112111,31 +111617,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 48266, - 48273 + 48081, + 48088 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 36 }, "end": { - "line": 1361, + "line": 1357, "column": 43 } } }, "range": [ - 48262, - 48273 + 48077, + 48088 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 32 }, "end": { - "line": 1361, + "line": 1357, "column": 43 } } @@ -112145,78 +111651,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 48274, - 48282 + 48089, + 48097 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 44 }, "end": { - "line": 1361, + "line": 1357, "column": 52 } } } ], "range": [ - 48262, - 48283 + 48077, + 48098 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 32 }, "end": { - "line": 1361, + "line": 1357, "column": 53 } } }, "range": [ - 48250, - 48283 + 48065, + 48098 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 20 }, "end": { - "line": 1361, + "line": 1357, "column": 53 } } }, "range": [ - 48250, - 48284 + 48065, + 48099 ], "loc": { "start": { - "line": 1361, + "line": 1357, "column": 20 }, "end": { - "line": 1361, + "line": 1357, "column": 54 } } } ], "range": [ - 48228, - 48302 + 48043, + 48117 ], "loc": { "start": { - "line": 1360, + "line": 1356, "column": 32 }, "end": { - "line": 1362, + "line": 1358, "column": 17 } }, @@ -112225,16 +111731,16 @@ "type": "Line", "value": "non-empty", "range": [ - 48319, - 48330 + 48134, + 48145 ], "loc": { "start": { - "line": 1363, + "line": 1359, "column": 16 }, "end": { - "line": 1363, + "line": 1359, "column": 27 } } @@ -112247,16 +111753,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 48356, - 48361 + 48171, + 48176 ], "loc": { "start": { - "line": 1364, + "line": 1360, "column": 25 }, "end": { - "line": 1364, + "line": 1360, "column": 30 } } @@ -112273,16 +111779,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48385, - 48394 + 48200, + 48209 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 20 }, "end": { - "line": 1365, + "line": 1361, "column": 29 } } @@ -112299,16 +111805,16 @@ "type": "Identifier", "name": "Str", "range": [ - 48398, - 48401 + 48213, + 48216 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 33 }, "end": { - "line": 1365, + "line": 1361, "column": 36 } } @@ -112317,31 +111823,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 48402, - 48409 + 48217, + 48224 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 37 }, "end": { - "line": 1365, + "line": 1361, "column": 44 } } }, "range": [ - 48398, - 48409 + 48213, + 48224 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 33 }, "end": { - "line": 1365, + "line": 1361, "column": 44 } } @@ -112351,94 +111857,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 48410, - 48418 + 48225, + 48233 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 45 }, "end": { - "line": 1365, + "line": 1361, "column": 53 } } } ], "range": [ - 48398, - 48419 + 48213, + 48234 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 33 }, "end": { - "line": 1365, + "line": 1361, "column": 54 } } }, "prefix": true, "range": [ - 48397, - 48419 + 48212, + 48234 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 32 }, "end": { - "line": 1365, + "line": 1361, "column": 54 } } }, "range": [ - 48385, - 48419 + 48200, + 48234 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 20 }, "end": { - "line": 1365, + "line": 1361, "column": 54 } } }, "range": [ - 48385, - 48420 + 48200, + 48235 ], "loc": { "start": { - "line": 1365, + "line": 1361, "column": 20 }, "end": { - "line": 1365, + "line": 1361, "column": 55 } } } ], "range": [ - 48363, - 48438 + 48178, + 48253 ], "loc": { "start": { - "line": 1364, + "line": 1360, "column": 32 }, "end": { - "line": 1366, + "line": 1362, "column": 17 } }, @@ -112447,16 +111953,16 @@ "type": "Line", "value": "regexp", "range": [ - 48455, - 48463 + 48270, + 48278 ], "loc": { "start": { - "line": 1367, + "line": 1363, "column": 16 }, "end": { - "line": 1367, + "line": 1363, "column": 24 } } @@ -112469,16 +111975,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 48489, - 48494 + 48304, + 48309 ], "loc": { "start": { - "line": 1368, + "line": 1364, "column": 25 }, "end": { - "line": 1368, + "line": 1364, "column": 30 } } @@ -112500,16 +112006,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 48654, - 48661 + 48469, + 48476 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 28 }, "end": { - "line": 1372, + "line": 1368, "column": 35 } } @@ -112523,16 +112029,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48664, - 48666 + 48479, + 48481 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 38 }, "end": { - "line": 1372, + "line": 1368, "column": 40 } } @@ -112541,31 +112047,31 @@ "type": "Identifier", "name": "replace", "range": [ - 48667, - 48674 + 48482, + 48489 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 41 }, "end": { - "line": 1372, + "line": 1368, "column": 48 } } }, "range": [ - 48664, - 48674 + 48479, + 48489 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 38 }, "end": { - "line": 1372, + "line": 1368, "column": 48 } } @@ -112575,16 +112081,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 48675, - 48680 + 48490, + 48495 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 49 }, "end": { - "line": 1372, + "line": 1368, "column": 54 } } @@ -112594,47 +112100,47 @@ "value": "", "raw": "''", "range": [ - 48682, - 48684 + 48497, + 48499 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 56 }, "end": { - "line": 1372, + "line": 1368, "column": 58 } } } ], "range": [ - 48664, - 48685 + 48479, + 48500 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 38 }, "end": { - "line": 1372, + "line": 1368, "column": 59 } } }, "range": [ - 48654, - 48685 + 48469, + 48500 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 28 }, "end": { - "line": 1372, + "line": 1368, "column": 59 } } @@ -112642,16 +112148,16 @@ ], "kind": "let", "range": [ - 48650, - 48686 + 48465, + 48501 ], "loc": { "start": { - "line": 1372, + "line": 1368, "column": 24 }, "end": { - "line": 1372, + "line": 1368, "column": 60 } }, @@ -112660,16 +112166,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 48604, - 48625 + 48419, + 48440 ], "loc": { "start": { - "line": 1371, + "line": 1367, "column": 24 }, "end": { - "line": 1371, + "line": 1367, "column": 45 } } @@ -112685,16 +112191,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 48715, - 48718 + 48530, + 48533 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 28 }, "end": { - "line": 1373, + "line": 1369, "column": 31 } } @@ -112705,16 +112211,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 48725, - 48731 + 48540, + 48546 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 38 }, "end": { - "line": 1373, + "line": 1369, "column": 44 } } @@ -112724,47 +112230,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 48732, - 48739 + 48547, + 48554 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 45 }, "end": { - "line": 1373, + "line": 1369, "column": 52 } } } ], "range": [ - 48721, - 48740 + 48536, + 48555 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 34 }, "end": { - "line": 1373, + "line": 1369, "column": 53 } } }, "range": [ - 48715, - 48740 + 48530, + 48555 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 28 }, "end": { - "line": 1373, + "line": 1369, "column": 53 } } @@ -112772,16 +112278,16 @@ ], "kind": "let", "range": [ - 48711, - 48741 + 48526, + 48556 ], "loc": { "start": { - "line": 1373, + "line": 1369, "column": 24 }, "end": { - "line": 1373, + "line": 1369, "column": 54 } } @@ -112795,16 +112301,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48766, - 48775 + 48581, + 48590 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 24 }, "end": { - "line": 1374, + "line": 1370, "column": 33 } } @@ -112818,16 +112324,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 48778, - 48781 + 48593, + 48596 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 36 }, "end": { - "line": 1374, + "line": 1370, "column": 39 } } @@ -112836,31 +112342,31 @@ "type": "Identifier", "name": "test", "range": [ - 48782, - 48786 + 48597, + 48601 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 40 }, "end": { - "line": 1374, + "line": 1370, "column": 44 } } }, "range": [ - 48778, - 48786 + 48593, + 48601 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 36 }, "end": { - "line": 1374, + "line": 1370, "column": 44 } } @@ -112870,78 +112376,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 48787, - 48795 + 48602, + 48610 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 45 }, "end": { - "line": 1374, + "line": 1370, "column": 53 } } } ], "range": [ - 48778, - 48796 + 48593, + 48611 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 36 }, "end": { - "line": 1374, + "line": 1370, "column": 54 } } }, "range": [ - 48766, - 48796 + 48581, + 48611 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 24 }, "end": { - "line": 1374, + "line": 1370, "column": 54 } } }, "range": [ - 48766, - 48797 + 48581, + 48612 ], "loc": { "start": { - "line": 1374, + "line": 1370, "column": 24 }, "end": { - "line": 1374, + "line": 1370, "column": 55 } } } ], "range": [ - 48578, - 48819 + 48393, + 48634 ], "loc": { "start": { - "line": 1370, + "line": 1366, "column": 24 }, "end": { - "line": 1375, + "line": 1371, "column": 21 } } @@ -112952,16 +112458,16 @@ "type": "Identifier", "name": "ex", "range": [ - 48827, - 48829 + 48642, + 48644 ], "loc": { "start": { - "line": 1375, + "line": 1371, "column": 29 }, "end": { - "line": 1375, + "line": 1371, "column": 31 } } @@ -112978,16 +112484,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48857, - 48866 + 48672, + 48681 ], "loc": { "start": { - "line": 1376, + "line": 1372, "column": 24 }, "end": { - "line": 1376, + "line": 1372, "column": 33 } } @@ -112997,93 +112503,93 @@ "value": false, "raw": "false", "range": [ - 48869, - 48874 + 48684, + 48689 ], "loc": { "start": { - "line": 1376, + "line": 1372, "column": 36 }, "end": { - "line": 1376, + "line": 1372, "column": 41 } } }, "range": [ - 48857, - 48874 + 48672, + 48689 ], "loc": { "start": { - "line": 1376, + "line": 1372, "column": 24 }, "end": { - "line": 1376, + "line": 1372, "column": 41 } } }, "range": [ - 48857, - 48875 + 48672, + 48690 ], "loc": { "start": { - "line": 1376, + "line": 1372, "column": 24 }, "end": { - "line": 1376, + "line": 1372, "column": 42 } } } ], "range": [ - 48831, - 48897 + 48646, + 48712 ], "loc": { "start": { - "line": 1375, + "line": 1371, "column": 33 }, "end": { - "line": 1377, + "line": 1373, "column": 21 } } }, "range": [ - 48820, - 48897 + 48635, + 48712 ], "loc": { "start": { - "line": 1375, + "line": 1371, "column": 22 }, "end": { - "line": 1377, + "line": 1373, "column": 21 } } }, "finalizer": null, "range": [ - 48574, - 48897 + 48389, + 48712 ], "loc": { "start": { - "line": 1370, + "line": 1366, "column": 20 }, "end": { - "line": 1377, + "line": 1373, "column": 21 } }, @@ -113092,16 +112598,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 48518, - 48553 + 48333, + 48368 ], "loc": { "start": { - "line": 1369, + "line": 1365, "column": 20 }, "end": { - "line": 1369, + "line": 1365, "column": 55 } } @@ -113110,16 +112616,16 @@ } ], "range": [ - 48496, - 48915 + 48311, + 48730 ], "loc": { "start": { - "line": 1368, + "line": 1364, "column": 32 }, "end": { - "line": 1378, + "line": 1374, "column": 17 } } @@ -113136,17 +112642,17 @@ "type": "Identifier", "name": "numCellData", "range": [ - 49098, - 49109 + 48914, + 48925 ], "loc": { "start": { - "line": 1381, - "column": 23 + "line": 1377, + "column": 24 }, "end": { - "line": 1381, - "column": 34 + "line": 1377, + "column": 35 } } }, @@ -113159,17 +112665,17 @@ "object": { "type": "ThisExpression", "range": [ - 49114, - 49118 + 48930, + 48934 ], "loc": { "start": { - "line": 1381, - "column": 39 + "line": 1377, + "column": 40 }, "end": { - "line": 1381, - "column": 43 + "line": 1377, + "column": 44 } } }, @@ -113177,63 +112683,63 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 49119, - 49134 + 48935, + 48950 ], "loc": { "start": { - "line": 1381, - "column": 44 + "line": 1377, + "column": 45 }, "end": { - "line": 1381, - "column": 59 + "line": 1377, + "column": 60 } } }, "range": [ - 49114, - 49134 + 48930, + 48950 ], "loc": { "start": { - "line": 1381, - "column": 39 + "line": 1377, + "column": 40 }, "end": { - "line": 1381, - "column": 59 + "line": 1377, + "column": 60 } } }, "prefix": true, "range": [ - 49113, - 49134 + 48929, + 48950 ], "loc": { "start": { - "line": 1381, - "column": 38 + "line": 1377, + "column": 39 }, "end": { - "line": 1381, - "column": 59 + "line": 1377, + "column": 60 } } }, "range": [ - 49098, - 49134 + 48914, + 48950 ], "loc": { "start": { - "line": 1381, - "column": 23 + "line": 1377, + "column": 24 }, "end": { - "line": 1381, - "column": 59 + "line": 1377, + "column": 60 } } }, @@ -113249,16 +112755,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49162, - 49164 + 48978, + 48980 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 24 }, "end": { - "line": 1382, + "line": 1378, "column": 26 } } @@ -113269,16 +112775,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 49167, - 49181 + 48983, + 48997 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 29 }, "end": { - "line": 1382, + "line": 1378, "column": 43 } } @@ -113288,16 +112794,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49182, - 49184 + 48998, + 49000 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 44 }, "end": { - "line": 1382, + "line": 1378, "column": 46 } } @@ -113306,62 +112812,62 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 49186, - 49194 + 49002, + 49010 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 48 }, "end": { - "line": 1382, + "line": 1378, "column": 56 } } } ], "range": [ - 49167, - 49195 + 48983, + 49011 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 29 }, "end": { - "line": 1382, + "line": 1378, "column": 57 } } }, "range": [ - 49162, - 49195 + 48978, + 49011 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 24 }, "end": { - "line": 1382, + "line": 1378, "column": 57 } } }, "range": [ - 49162, - 49196 + 48978, + 49012 ], "loc": { "start": { - "line": 1382, + "line": 1378, "column": 24 }, "end": { - "line": 1382, + "line": 1378, "column": 58 } } @@ -113375,16 +112881,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 49221, - 49230 + 49037, + 49046 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 24 }, "end": { - "line": 1383, + "line": 1379, "column": 33 } } @@ -113399,16 +112905,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 49233, - 49244 + 49049, + 49060 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 36 }, "end": { - "line": 1383, + "line": 1379, "column": 47 } } @@ -113417,31 +112923,31 @@ "type": "Identifier", "name": "sA", "range": [ - 49249, - 49251 + 49065, + 49067 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 52 }, "end": { - "line": 1383, + "line": 1379, "column": 54 } } }, "range": [ - 49233, - 49251 + 49049, + 49067 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 36 }, "end": { - "line": 1383, + "line": 1379, "column": 54 } } @@ -113455,16 +112961,16 @@ "type": "Identifier", "name": "Str", "range": [ - 49283, - 49286 + 49099, + 49102 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 28 }, "end": { - "line": 1384, + "line": 1380, "column": 31 } } @@ -113473,31 +112979,31 @@ "type": "Identifier", "name": "contains", "range": [ - 49287, - 49295 + 49103, + 49111 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 32 }, "end": { - "line": 1384, + "line": 1380, "column": 40 } } }, "range": [ - 49283, - 49295 + 49099, + 49111 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 28 }, "end": { - "line": 1384, + "line": 1380, "column": 40 } } @@ -113512,16 +113018,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49296, - 49298 + 49112, + 49114 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 41 }, "end": { - "line": 1384, + "line": 1380, "column": 43 } } @@ -113530,47 +113036,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49299, - 49307 + 49115, + 49123 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 44 }, "end": { - "line": 1384, + "line": 1380, "column": 52 } } }, "range": [ - 49296, - 49307 + 49112, + 49123 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 41 }, "end": { - "line": 1384, + "line": 1380, "column": 52 } } }, "arguments": [], "range": [ - 49296, - 49309 + 49112, + 49125 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 41 }, "end": { - "line": 1384, + "line": 1380, "column": 54 } } @@ -113584,16 +113090,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 49311, - 49322 + 49127, + 49138 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 56 }, "end": { - "line": 1384, + "line": 1380, "column": 67 } } @@ -113602,47 +113108,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49323, - 49331 + 49139, + 49147 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 68 }, "end": { - "line": 1384, + "line": 1380, "column": 76 } } }, "range": [ - 49311, - 49331 + 49127, + 49147 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 56 }, "end": { - "line": 1384, + "line": 1380, "column": 76 } } }, "arguments": [], "range": [ - 49311, - 49333 + 49127, + 49149 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 56 }, "end": { - "line": 1384, + "line": 1380, "column": 78 } } @@ -113655,16 +113161,16 @@ "object": { "type": "ThisExpression", "range": [ - 49367, - 49371 + 49183, + 49187 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 32 }, "end": { - "line": 1385, + "line": 1381, "column": 36 } } @@ -113673,31 +113179,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 49372, - 49384 + 49188, + 49200 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 37 }, "end": { - "line": 1385, + "line": 1381, "column": 49 } } }, "range": [ - 49367, - 49384 + 49183, + 49200 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 32 }, "end": { - "line": 1385, + "line": 1381, "column": 49 } } @@ -113707,32 +113213,32 @@ "type": "Identifier", "name": "j", "range": [ - 49385, - 49386 + 49201, + 49202 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 50 }, "end": { - "line": 1385, + "line": 1381, "column": 51 } } } ], "range": [ - 49367, - 49387 + 49183, + 49203 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 32 }, "end": { - "line": 1385, + "line": 1381, "column": 52 } } @@ -113743,16 +113249,16 @@ "object": { "type": "ThisExpression", "range": [ - 49389, - 49393 + 49205, + 49209 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 54 }, "end": { - "line": 1385, + "line": 1381, "column": 58 } } @@ -113761,108 +113267,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49394, - 49407 + 49210, + 49223 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 59 }, "end": { - "line": 1385, + "line": 1381, "column": 72 } } }, "range": [ - 49389, - 49407 + 49205, + 49223 ], "loc": { "start": { - "line": 1385, + "line": 1381, "column": 54 }, "end": { - "line": 1385, + "line": 1381, "column": 72 } } } ], "range": [ - 49283, - 49408 + 49099, + 49224 ], "loc": { "start": { - "line": 1384, + "line": 1380, "column": 28 }, "end": { - "line": 1385, + "line": 1381, "column": 73 } } }, "range": [ - 49233, - 49408 + 49049, + 49224 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 36 }, "end": { - "line": 1385, + "line": 1381, "column": 73 } } }, "range": [ - 49221, - 49408 + 49037, + 49224 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 24 }, "end": { - "line": 1385, + "line": 1381, "column": 73 } } }, "range": [ - 49221, - 49409 + 49037, + 49225 ], "loc": { "start": { - "line": 1383, + "line": 1379, "column": 24 }, "end": { - "line": 1385, + "line": 1381, "column": 74 } } } ], "range": [ - 49136, - 49431 + 48952, + 49247 ], "loc": { "start": { - "line": 1381, - "column": 61 + "line": 1377, + "column": 62 }, "end": { - "line": 1386, + "line": 1382, "column": 21 } } @@ -113879,16 +113385,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 49541, - 49550 + 49357, + 49366 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 24 }, "end": { - "line": 1388, + "line": 1384, "column": 33 } } @@ -113902,16 +113408,16 @@ "type": "Identifier", "name": "Str", "range": [ - 49553, - 49556 + 49369, + 49372 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 36 }, "end": { - "line": 1388, + "line": 1384, "column": 39 } } @@ -113920,31 +113426,31 @@ "type": "Identifier", "name": "contains", "range": [ - 49557, - 49565 + 49373, + 49381 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 40 }, "end": { - "line": 1388, + "line": 1384, "column": 48 } } }, "range": [ - 49553, - 49565 + 49369, + 49381 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 36 }, "end": { - "line": 1388, + "line": 1384, "column": 48 } } @@ -113954,16 +113460,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49566, - 49568 + 49382, + 49384 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 49 }, "end": { - "line": 1388, + "line": 1384, "column": 51 } } @@ -113972,16 +113478,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 49570, - 49578 + 49386, + 49394 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 53 }, "end": { - "line": 1388, + "line": 1384, "column": 61 } } @@ -113994,16 +113500,16 @@ "object": { "type": "ThisExpression", "range": [ - 49608, - 49612 + 49424, + 49428 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 28 }, "end": { - "line": 1389, + "line": 1385, "column": 32 } } @@ -114012,31 +113518,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 49613, - 49625 + 49429, + 49441 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 33 }, "end": { - "line": 1389, + "line": 1385, "column": 45 } } }, "range": [ - 49608, - 49625 + 49424, + 49441 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 28 }, "end": { - "line": 1389, + "line": 1385, "column": 45 } } @@ -114046,32 +113552,32 @@ "type": "Identifier", "name": "j", "range": [ - 49626, - 49627 + 49442, + 49443 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 46 }, "end": { - "line": 1389, + "line": 1385, "column": 47 } } } ], "range": [ - 49608, - 49628 + 49424, + 49444 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 28 }, "end": { - "line": 1389, + "line": 1385, "column": 48 } } @@ -114082,16 +113588,16 @@ "object": { "type": "ThisExpression", "range": [ - 49630, - 49634 + 49446, + 49450 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 50 }, "end": { - "line": 1389, + "line": 1385, "column": 54 } } @@ -114100,77 +113606,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49635, - 49648 + 49451, + 49464 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 55 }, "end": { - "line": 1389, + "line": 1385, "column": 68 } } }, "range": [ - 49630, - 49648 + 49446, + 49464 ], "loc": { "start": { - "line": 1389, + "line": 1385, "column": 50 }, "end": { - "line": 1389, + "line": 1385, "column": 68 } } } ], "range": [ - 49553, - 49649 + 49369, + 49465 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 36 }, "end": { - "line": 1389, + "line": 1385, "column": 69 } } }, "range": [ - 49541, - 49649 + 49357, + 49465 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 24 }, "end": { - "line": 1389, + "line": 1385, "column": 69 } } }, "range": [ - 49541, - 49650 + 49357, + 49466 ], "loc": { "start": { - "line": 1388, + "line": 1384, "column": 24 }, "end": { - "line": 1389, + "line": 1385, "column": 70 } }, @@ -114179,16 +113685,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 49463, - 49516 + 49279, + 49332 ], "loc": { "start": { - "line": 1387, + "line": 1383, "column": 24 }, "end": { - "line": 1387, + "line": 1383, "column": 77 } } @@ -114197,31 +113703,31 @@ } ], "range": [ - 49437, - 49672 + 49253, + 49488 ], "loc": { "start": { - "line": 1386, + "line": 1382, "column": 27 }, "end": { - "line": 1390, + "line": 1386, "column": 21 } } }, "range": [ - 49095, - 49672 + 48910, + 49488 ], "loc": { "start": { - "line": 1381, + "line": 1377, "column": 20 }, "end": { - "line": 1390, + "line": 1386, "column": 21 } }, @@ -114230,16 +113736,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 48943, - 49002 + 48758, + 48817 ], "loc": { "start": { - "line": 1379, + "line": 1375, "column": 20 }, "end": { - "line": 1379, + "line": 1375, "column": 79 } } @@ -114248,16 +113754,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 49023, - 49074 + 48838, + 48889 ], "loc": { "start": { - "line": 1380, + "line": 1376, "column": 20 }, "end": { - "line": 1380, + "line": 1376, "column": 71 } } @@ -114266,31 +113772,31 @@ } ], "range": [ - 48921, - 49690 + 48736, + 49506 ], "loc": { "start": { - "line": 1378, + "line": 1374, "column": 23 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } } }, "range": [ - 48485, - 49690 + 48300, + 49506 ], "loc": { "start": { - "line": 1368, + "line": 1364, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114299,16 +113805,16 @@ "type": "Line", "value": "regexp", "range": [ - 48455, - 48463 + 48270, + 48278 ], "loc": { "start": { - "line": 1367, + "line": 1363, "column": 16 }, "end": { - "line": 1367, + "line": 1363, "column": 24 } } @@ -114316,16 +113822,16 @@ ] }, "range": [ - 48352, - 49690 + 48167, + 49506 ], "loc": { "start": { - "line": 1364, + "line": 1360, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114334,16 +113840,16 @@ "type": "Line", "value": "non-empty", "range": [ - 48319, - 48330 + 48134, + 48145 ], "loc": { "start": { - "line": 1363, + "line": 1359, "column": 16 }, "end": { - "line": 1363, + "line": 1359, "column": 27 } } @@ -114351,16 +113857,16 @@ ] }, "range": [ - 48217, - 49690 + 48032, + 49506 ], "loc": { "start": { - "line": 1360, + "line": 1356, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114369,16 +113875,16 @@ "type": "Line", "value": "empty", "range": [ - 48188, - 48195 + 48003, + 48010 ], "loc": { "start": { - "line": 1359, + "line": 1355, "column": 16 }, "end": { - "line": 1359, + "line": 1355, "column": 23 } } @@ -114386,16 +113892,16 @@ ] }, "range": [ - 47761, - 49690 + 47576, + 49506 ], "loc": { "start": { - "line": 1351, + "line": 1347, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114404,16 +113910,16 @@ "type": "Line", "value": "ends with", "range": [ - 47728, - 47739 + 47543, + 47554 ], "loc": { "start": { - "line": 1350, + "line": 1346, "column": 16 }, "end": { - "line": 1350, + "line": 1346, "column": 27 } } @@ -114421,16 +113927,16 @@ ] }, "range": [ - 47563, - 49690 + 47378, + 49506 ], "loc": { "start": { - "line": 1346, + "line": 1342, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114439,16 +113945,16 @@ "type": "Line", "value": "starts with", "range": [ - 47528, - 47541 + 47343, + 47356 ], "loc": { "start": { - "line": 1345, + "line": 1341, "column": 16 }, "end": { - "line": 1345, + "line": 1341, "column": 29 } } @@ -114456,16 +113962,16 @@ ] }, "range": [ - 47352, - 49690 + 47167, + 49506 ], "loc": { "start": { - "line": 1341, + "line": 1337, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114474,16 +113980,16 @@ "type": "Line", "value": "equal", "range": [ - 47323, - 47330 + 47138, + 47145 ], "loc": { "start": { - "line": 1340, + "line": 1336, "column": 16 }, "end": { - "line": 1340, + "line": 1336, "column": 23 } } @@ -114491,16 +113997,16 @@ ] }, "range": [ - 47146, - 49690 + 46961, + 49506 ], "loc": { "start": { - "line": 1336, + "line": 1332, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114509,16 +114015,16 @@ "type": "Line", "value": "like", "range": [ - 47118, - 47124 + 46933, + 46939 ], "loc": { "start": { - "line": 1335, + "line": 1331, "column": 16 }, "end": { - "line": 1335, + "line": 1331, "column": 22 } } @@ -114526,16 +114032,16 @@ ] }, "range": [ - 46927, - 49690 + 46742, + 49506 ], "loc": { "start": { - "line": 1331, + "line": 1327, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114544,16 +114050,16 @@ "type": "Line", "value": "different", "range": [ - 46894, - 46905 + 46709, + 46720 ], "loc": { "start": { - "line": 1330, + "line": 1326, "column": 16 }, "end": { - "line": 1330, + "line": 1326, "column": 27 } } @@ -114561,16 +114067,16 @@ ] }, "range": [ - 46728, - 49690 + 46543, + 49506 ], "loc": { "start": { - "line": 1326, + "line": 1322, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114579,16 +114085,16 @@ "type": "Line", "value": "greater", "range": [ - 46697, - 46706 + 46512, + 46521 ], "loc": { "start": { - "line": 1325, + "line": 1321, "column": 16 }, "end": { - "line": 1325, + "line": 1321, "column": 25 } } @@ -114596,16 +114102,16 @@ ] }, "range": [ - 46531, - 49690 + 46346, + 49506 ], "loc": { "start": { - "line": 1321, + "line": 1317, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114614,16 +114120,16 @@ "type": "Line", "value": "lower", "range": [ - 46502, - 46509 + 46317, + 46324 ], "loc": { "start": { - "line": 1320, + "line": 1316, "column": 16 }, "end": { - "line": 1320, + "line": 1316, "column": 23 } } @@ -114631,16 +114137,16 @@ ] }, "range": [ - 46334, - 49690 + 46149, + 49506 ], "loc": { "start": { - "line": 1316, + "line": 1312, "column": 21 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114649,16 +114155,16 @@ "type": "Line", "value": "greater equal", "range": [ - 46297, - 46312 + 46112, + 46127 ], "loc": { "start": { - "line": 1315, + "line": 1311, "column": 16 }, "end": { - "line": 1315, + "line": 1311, "column": 31 } } @@ -114666,16 +114172,16 @@ ] }, "range": [ - 46129, - 49690 + 45944, + 49506 ], "loc": { "start": { - "line": 1311, + "line": 1307, "column": 16 }, "end": { - "line": 1391, + "line": 1387, "column": 17 } }, @@ -114684,16 +114190,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45994, - 46056 + 45809, + 45871 ], "loc": { "start": { - "line": 1308, + "line": 1304, "column": 16 }, "end": { - "line": 1308, + "line": 1304, "column": 78 } } @@ -114702,16 +114208,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 46073, - 46081 + 45888, + 45896 ], "loc": { "start": { - "line": 1309, + "line": 1305, "column": 16 }, "end": { - "line": 1309, + "line": 1305, "column": 24 } } @@ -114720,16 +114226,16 @@ "type": "Line", "value": " lower equal", "range": [ - 46098, - 46112 + 45913, + 45927 ], "loc": { "start": { - "line": 1310, + "line": 1306, "column": 16 }, "end": { - "line": 1310, + "line": 1306, "column": 30 } } @@ -114738,31 +114244,31 @@ } ], "range": [ - 45292, - 49705 + 45107, + 49521 ], "loc": { "start": { - "line": 1292, + "line": 1288, "column": 17 }, "end": { - "line": 1393, + "line": 1389, "column": 13 } } }, "range": [ - 42953, - 49705 + 42768, + 49521 ], "loc": { "start": { - "line": 1238, + "line": 1234, "column": 12 }, "end": { - "line": 1393, + "line": 1389, "column": 13 } }, @@ -114771,16 +114277,16 @@ "type": "Line", "value": "dates", "range": [ - 42933, - 42940 + 42748, + 42755 ], "loc": { "start": { - "line": 1237, + "line": 1233, "column": 12 }, "end": { - "line": 1237, + "line": 1233, "column": 19 } } @@ -114791,16 +114297,16 @@ "type": "Line", "value": "else", "range": [ - 49705, - 49711 + 49521, + 49527 ], "loc": { "start": { - "line": 1393, + "line": 1389, "column": 13 }, "end": { - "line": 1393, + "line": 1389, "column": 19 } } @@ -114813,31 +114319,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 49731, - 49740 + 49547, + 49556 ], "loc": { "start": { - "line": 1394, + "line": 1390, "column": 19 }, "end": { - "line": 1394, + "line": 1390, "column": 28 } } }, "range": [ - 49724, - 49741 + 49540, + 49557 ], "loc": { "start": { - "line": 1394, + "line": 1390, "column": 12 }, "end": { - "line": 1394, + "line": 1390, "column": 29 } }, @@ -114846,16 +114352,16 @@ "type": "Line", "value": "else", "range": [ - 49705, - 49711 + 49521, + 49527 ], "loc": { "start": { - "line": 1393, + "line": 1389, "column": 13 }, "end": { - "line": 1393, + "line": 1389, "column": 19 } } @@ -114864,16 +114370,16 @@ } ], "range": [ - 41537, - 49751 + 41245, + 49567 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 41 }, "end": { - "line": 1395, + "line": 1391, "column": 9 } } @@ -114881,16 +114387,16 @@ "generator": false, "expression": false, "range": [ - 41504, - 49751 + 41212, + 49567 ], "loc": { "start": { - "line": 1201, + "line": 1195, "column": 8 }, "end": { - "line": 1395, + "line": 1391, "column": 9 } }, @@ -114899,16 +114405,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41453, - 41495 + 41161, + 41203 ], "loc": { "start": { - "line": 1200, + "line": 1194, "column": 8 }, "end": { - "line": 1200, + "line": 1194, "column": 50 } } @@ -114919,16 +114425,16 @@ "type": "Line", "value": "fn", "range": [ - 49751, - 49755 + 49567, + 49571 ], "loc": { "start": { - "line": 1395, + "line": 1391, "column": 9 }, "end": { - "line": 1395, + "line": 1391, "column": 13 } } @@ -114946,16 +114452,16 @@ "type": "Identifier", "name": "k", "range": [ - 49774, - 49775 + 49590, + 49591 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 17 }, "end": { - "line": 1397, + "line": 1393, "column": 18 } } @@ -114966,16 +114472,16 @@ "object": { "type": "ThisExpression", "range": [ - 49778, - 49782 + 49594, + 49598 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 21 }, "end": { - "line": 1397, + "line": 1393, "column": 25 } } @@ -114984,46 +114490,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 49783, - 49789 + 49599, + 49605 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 26 }, "end": { - "line": 1397, + "line": 1393, "column": 32 } } }, "range": [ - 49778, - 49789 + 49594, + 49605 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 21 }, "end": { - "line": 1397, + "line": 1393, "column": 32 } } }, "range": [ - 49774, - 49789 + 49590, + 49605 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 17 }, "end": { - "line": 1397, + "line": 1393, "column": 32 } } @@ -115031,16 +114537,16 @@ ], "kind": "let", "range": [ - 49770, - 49789 + 49586, + 49605 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 13 }, "end": { - "line": 1397, + "line": 1393, "column": 32 } } @@ -115052,16 +114558,16 @@ "type": "Identifier", "name": "k", "range": [ - 49791, - 49792 + 49607, + 49608 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 34 }, "end": { - "line": 1397, + "line": 1393, "column": 35 } } @@ -115072,16 +114578,16 @@ "object": { "type": "ThisExpression", "range": [ - 49795, - 49799 + 49611, + 49615 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 38 }, "end": { - "line": 1397, + "line": 1393, "column": 42 } } @@ -115090,46 +114596,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 49800, - 49806 + 49616, + 49622 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 43 }, "end": { - "line": 1397, + "line": 1393, "column": 49 } } }, "range": [ - 49795, - 49806 + 49611, + 49622 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 38 }, "end": { - "line": 1397, + "line": 1393, "column": 49 } } }, "range": [ - 49791, - 49806 + 49607, + 49622 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 34 }, "end": { - "line": 1397, + "line": 1393, "column": 49 } } @@ -115141,32 +114647,32 @@ "type": "Identifier", "name": "k", "range": [ - 49808, - 49809 + 49624, + 49625 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 51 }, "end": { - "line": 1397, + "line": 1393, "column": 52 } } }, "prefix": false, "range": [ - 49808, - 49811 + 49624, + 49627 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 51 }, "end": { - "line": 1397, + "line": 1393, "column": 54 } } @@ -115192,16 +114698,16 @@ "type": "Identifier", "name": "row", "range": [ - 49880, - 49883 + 49696, + 49699 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 15 } } @@ -115210,31 +114716,31 @@ "type": "Identifier", "name": "k", "range": [ - 49884, - 49885 + 49700, + 49701 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 16 }, "end": { - "line": 1399, + "line": 1395, "column": 17 } } }, "range": [ - 49880, - 49886 + 49696, + 49702 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 18 } } @@ -115243,31 +114749,31 @@ "type": "Identifier", "name": "style", "range": [ - 49887, - 49892 + 49703, + 49708 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 19 }, "end": { - "line": 1399, + "line": 1395, "column": 24 } } }, "range": [ - 49880, - 49892 + 49696, + 49708 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 24 } } @@ -115276,31 +114782,31 @@ "type": "Identifier", "name": "display", "range": [ - 49893, - 49900 + 49709, + 49716 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 25 }, "end": { - "line": 1399, + "line": 1395, "column": 32 } } }, "range": [ - 49880, - 49900 + 49696, + 49716 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 32 } } @@ -115310,46 +114816,46 @@ "value": "", "raw": "''", "range": [ - 49903, - 49905 + 49719, + 49721 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 35 }, "end": { - "line": 1399, + "line": 1395, "column": 37 } } }, "range": [ - 49880, - 49905 + 49696, + 49721 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 37 } } }, "range": [ - 49880, - 49906 + 49696, + 49722 ], "loc": { "start": { - "line": 1399, + "line": 1395, "column": 12 }, "end": { - "line": 1399, + "line": 1395, "column": 38 } }, @@ -115358,16 +114864,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49827, - 49867 + 49643, + 49683 ], "loc": { "start": { - "line": 1398, + "line": 1394, "column": 12 }, "end": { - "line": 1398, + "line": 1394, "column": 52 } } @@ -115383,16 +114889,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49924, - 49929 + 49740, + 49745 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 16 }, "end": { - "line": 1401, + "line": 1397, "column": 21 } } @@ -115407,16 +114913,16 @@ "type": "Identifier", "name": "row", "range": [ - 49932, - 49935 + 49748, + 49751 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 24 }, "end": { - "line": 1401, + "line": 1397, "column": 27 } } @@ -115425,31 +114931,31 @@ "type": "Identifier", "name": "k", "range": [ - 49936, - 49937 + 49752, + 49753 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 28 }, "end": { - "line": 1401, + "line": 1397, "column": 29 } } }, "range": [ - 49932, - 49938 + 49748, + 49754 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 24 }, "end": { - "line": 1401, + "line": 1397, "column": 30 } } @@ -115458,46 +114964,46 @@ "type": "Identifier", "name": "cells", "range": [ - 49939, - 49944 + 49755, + 49760 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 31 }, "end": { - "line": 1401, + "line": 1397, "column": 36 } } }, "range": [ - 49932, - 49944 + 49748, + 49760 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 24 }, "end": { - "line": 1401, + "line": 1397, "column": 36 } } }, "range": [ - 49924, - 49944 + 49740, + 49760 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 16 }, "end": { - "line": 1401, + "line": 1397, "column": 36 } } @@ -115508,16 +115014,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49962, - 49969 + 49778, + 49785 ], "loc": { "start": { - "line": 1402, + "line": 1398, "column": 16 }, "end": { - "line": 1402, + "line": 1398, "column": 23 } } @@ -115529,16 +115035,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49972, - 49977 + 49788, + 49793 ], "loc": { "start": { - "line": 1402, + "line": 1398, "column": 26 }, "end": { - "line": 1402, + "line": 1398, "column": 31 } } @@ -115547,46 +115053,46 @@ "type": "Identifier", "name": "length", "range": [ - 49978, - 49984 + 49794, + 49800 ], "loc": { "start": { - "line": 1402, + "line": 1398, "column": 32 }, "end": { - "line": 1402, + "line": 1398, "column": 38 } } }, "range": [ - 49972, - 49984 + 49788, + 49800 ], "loc": { "start": { - "line": 1402, + "line": 1398, "column": 26 }, "end": { - "line": 1402, + "line": 1398, "column": 38 } } }, "range": [ - 49962, - 49984 + 49778, + 49800 ], "loc": { "start": { - "line": 1402, + "line": 1398, "column": 16 }, "end": { - "line": 1402, + "line": 1398, "column": 38 } } @@ -115594,16 +115100,16 @@ ], "kind": "let", "range": [ - 49920, - 49985 + 49736, + 49801 ], "loc": { "start": { - "line": 1401, + "line": 1397, "column": 12 }, "end": { - "line": 1402, + "line": 1398, "column": 39 } }, @@ -115612,16 +115118,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49999, - 50032 + 49815, + 49848 ], "loc": { "start": { - "line": 1404, + "line": 1400, "column": 12 }, "end": { - "line": 1404, + "line": 1400, "column": 45 } } @@ -115637,16 +115143,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 50049, - 50056 + 49865, + 49872 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 16 }, "end": { - "line": 1405, + "line": 1401, "column": 23 } } @@ -115657,16 +115163,16 @@ "object": { "type": "ThisExpression", "range": [ - 50061, - 50065 + 49877, + 49881 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 28 }, "end": { - "line": 1405, + "line": 1401, "column": 32 } } @@ -115675,46 +115181,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 50066, - 50073 + 49882, + 49889 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 33 }, "end": { - "line": 1405, + "line": 1401, "column": 40 } } }, "range": [ - 50061, - 50073 + 49877, + 49889 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 28 }, "end": { - "line": 1405, + "line": 1401, "column": 40 } } }, "range": [ - 50049, - 50073 + 49865, + 49889 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 16 }, "end": { - "line": 1405, + "line": 1401, "column": 40 } } @@ -115726,48 +115232,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 50093, - 50102 + 49909, + 49918 ], "loc": { "start": { - "line": 1406, + "line": 1402, "column": 16 }, "end": { - "line": 1406, + "line": 1402, "column": 25 } } } ], "range": [ - 50075, - 50116 + 49891, + 49932 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 42 }, "end": { - "line": 1407, + "line": 1403, "column": 13 } } }, "alternate": null, "range": [ - 50045, - 50116 + 49861, + 49932 ], "loc": { "start": { - "line": 1405, + "line": 1401, "column": 12 }, "end": { - "line": 1407, + "line": 1403, "column": 13 } }, @@ -115776,16 +115282,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49999, - 50032 + 49815, + 49848 ], "loc": { "start": { - "line": 1404, + "line": 1400, "column": 12 }, "end": { - "line": 1404, + "line": 1400, "column": 45 } } @@ -115801,16 +115307,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50134, - 50143 + 49950, + 49959 ], "loc": { "start": { - "line": 1409, + "line": 1405, "column": 16 }, "end": { - "line": 1409, + "line": 1405, "column": 25 } } @@ -115819,31 +115325,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 50146, - 50148 + 49962, + 49964 ], "loc": { "start": { - "line": 1409, + "line": 1405, "column": 28 }, "end": { - "line": 1409, + "line": 1405, "column": 30 } } }, "range": [ - 50134, - 50148 + 49950, + 49964 ], "loc": { "start": { - "line": 1409, + "line": 1405, "column": 16 }, "end": { - "line": 1409, + "line": 1405, "column": 30 } } @@ -115854,16 +115360,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 50166, - 50176 + 49982, + 49992 ], "loc": { "start": { - "line": 1410, + "line": 1406, "column": 16 }, "end": { - "line": 1410, + "line": 1406, "column": 26 } } @@ -115873,31 +115379,31 @@ "value": true, "raw": "true", "range": [ - 50179, - 50183 + 49995, + 49999 ], "loc": { "start": { - "line": 1410, + "line": 1406, "column": 29 }, "end": { - "line": 1410, + "line": 1406, "column": 33 } } }, "range": [ - 50166, - 50183 + 49982, + 49999 ], "loc": { "start": { - "line": 1410, + "line": 1406, "column": 16 }, "end": { - "line": 1410, + "line": 1406, "column": 33 } } @@ -115908,16 +115414,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 50249, - 50266 + 50065, + 50082 ], "loc": { "start": { - "line": 1412, + "line": 1408, "column": 16 }, "end": { - "line": 1412, + "line": 1408, "column": 33 } } @@ -115927,31 +115433,31 @@ "value": false, "raw": "false", "range": [ - 50269, - 50274 + 50085, + 50090 ], "loc": { "start": { - "line": 1412, + "line": 1408, "column": 36 }, "end": { - "line": 1412, + "line": 1408, "column": 41 } } }, "range": [ - 50249, - 50274 + 50065, + 50090 ], "loc": { "start": { - "line": 1412, + "line": 1408, "column": 16 }, "end": { - "line": 1412, + "line": 1408, "column": 41 } }, @@ -115960,16 +115466,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50201, - 50232 + 50017, + 50048 ], "loc": { "start": { - "line": 1411, + "line": 1407, "column": 16 }, "end": { - "line": 1411, + "line": 1407, "column": 47 } } @@ -115979,16 +115485,16 @@ ], "kind": "let", "range": [ - 50130, - 50275 + 49946, + 50091 ], "loc": { "start": { - "line": 1409, + "line": 1405, "column": 12 }, "end": { - "line": 1412, + "line": 1408, "column": 42 } }, @@ -115997,16 +115503,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50289, - 50321 + 50105, + 50137 ], "loc": { "start": { - "line": 1414, + "line": 1410, "column": 12 }, "end": { - "line": 1414, + "line": 1410, "column": 44 } } @@ -116024,16 +115530,16 @@ "type": "Identifier", "name": "j", "range": [ - 50343, - 50344 + 50159, + 50160 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 21 }, "end": { - "line": 1415, + "line": 1411, "column": 22 } } @@ -116043,31 +115549,31 @@ "value": 0, "raw": "0", "range": [ - 50347, - 50348 + 50163, + 50164 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 25 }, "end": { - "line": 1415, + "line": 1411, "column": 26 } } }, "range": [ - 50343, - 50348 + 50159, + 50164 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 21 }, "end": { - "line": 1415, + "line": 1411, "column": 26 } } @@ -116075,16 +115581,16 @@ ], "kind": "let", "range": [ - 50339, - 50348 + 50155, + 50164 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 17 }, "end": { - "line": 1415, + "line": 1411, "column": 26 } } @@ -116096,16 +115602,16 @@ "type": "Identifier", "name": "j", "range": [ - 50350, - 50351 + 50166, + 50167 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 28 }, "end": { - "line": 1415, + "line": 1411, "column": 29 } } @@ -116114,31 +115620,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 50354, - 50361 + 50170, + 50177 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 32 }, "end": { - "line": 1415, + "line": 1411, "column": 39 } } }, "range": [ - 50350, - 50361 + 50166, + 50177 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 28 }, "end": { - "line": 1415, + "line": 1411, "column": 39 } } @@ -116150,32 +115656,32 @@ "type": "Identifier", "name": "j", "range": [ - 50363, - 50364 + 50179, + 50180 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 41 }, "end": { - "line": 1415, + "line": 1411, "column": 42 } } }, "prefix": false, "range": [ - 50363, - 50366 + 50179, + 50182 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 41 }, "end": { - "line": 1415, + "line": 1411, "column": 44 } } @@ -116192,16 +115698,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50425, - 50427 + 50241, + 50243 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 20 }, "end": { - "line": 1417, + "line": 1413, "column": 22 } } @@ -116213,16 +115719,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 50430, - 50440 + 50246, + 50256 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 25 }, "end": { - "line": 1417, + "line": 1413, "column": 35 } } @@ -116235,16 +115741,16 @@ "object": { "type": "ThisExpression", "range": [ - 50441, - 50445 + 50257, + 50261 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 36 }, "end": { - "line": 1417, + "line": 1413, "column": 40 } } @@ -116253,31 +115759,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 50446, - 50461 + 50262, + 50277 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 41 }, "end": { - "line": 1417, + "line": 1413, "column": 56 } } }, "range": [ - 50441, - 50461 + 50257, + 50277 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 36 }, "end": { - "line": 1417, + "line": 1413, "column": 56 } } @@ -116287,16 +115793,16 @@ "value": 0, "raw": "0", "range": [ - 50464, - 50465 + 50280, + 50281 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 59 }, "end": { - "line": 1417, + "line": 1413, "column": 60 } } @@ -116305,61 +115811,61 @@ "type": "Identifier", "name": "j", "range": [ - 50468, - 50469 + 50284, + 50285 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 63 }, "end": { - "line": 1417, + "line": 1413, "column": 64 } } }, "range": [ - 50441, - 50469 + 50257, + 50285 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 36 }, "end": { - "line": 1417, + "line": 1413, "column": 64 } } }, "range": [ - 50430, - 50470 + 50246, + 50286 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 25 }, "end": { - "line": 1417, + "line": 1413, "column": 65 } } }, "range": [ - 50425, - 50470 + 50241, + 50286 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 20 }, "end": { - "line": 1417, + "line": 1413, "column": 65 } } @@ -116367,16 +115873,16 @@ ], "kind": "let", "range": [ - 50421, - 50471 + 50237, + 50287 ], "loc": { "start": { - "line": 1417, + "line": 1413, "column": 16 }, "end": { - "line": 1417, + "line": 1413, "column": 66 } }, @@ -116385,289 +115891,22 @@ "type": "Line", "value": "searched keyword", "range": [ - 50386, - 50404 + 50202, + 50220 ], "loc": { "start": { - "line": 1416, + "line": 1412, "column": 16 }, "end": { - "line": 1416, + "line": 1412, "column": 34 } } } ] }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "dtType", - "range": [ - 50492, - 50498 - ], - "loc": { - "start": { - "line": 1418, - "column": 20 - }, - "end": { - "line": 1418, - "column": 26 - } - } - }, - "init": { - "type": "ConditionalExpression", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50501, - 50505 - ], - "loc": { - "start": { - "line": 1418, - "column": 29 - }, - "end": { - "line": 1418, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColDateType", - "range": [ - 50506, - 50520 - ], - "loc": { - "start": { - "line": 1418, - "column": 34 - }, - "end": { - "line": 1418, - "column": 48 - } - } - }, - "range": [ - 50501, - 50520 - ], - "loc": { - "start": { - "line": 1418, - "column": 29 - }, - "end": { - "line": 1418, - "column": 48 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50543, - 50547 - ], - "loc": { - "start": { - "line": 1419, - "column": 20 - }, - "end": { - "line": 1419, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "colDateType", - "range": [ - 50548, - 50559 - ], - "loc": { - "start": { - "line": 1419, - "column": 25 - }, - "end": { - "line": 1419, - "column": 36 - } - } - }, - "range": [ - 50543, - 50559 - ], - "loc": { - "start": { - "line": 1419, - "column": 20 - }, - "end": { - "line": 1419, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 50560, - 50561 - ], - "loc": { - "start": { - "line": 1419, - "column": 37 - }, - "end": { - "line": 1419, - "column": 38 - } - } - }, - "range": [ - 50543, - 50562 - ], - "loc": { - "start": { - "line": 1419, - "column": 20 - }, - "end": { - "line": 1419, - "column": 39 - } - } - }, - "alternate": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50565, - 50569 - ], - "loc": { - "start": { - "line": 1419, - "column": 42 - }, - "end": { - "line": 1419, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "defaultDateType", - "range": [ - 50570, - 50585 - ], - "loc": { - "start": { - "line": 1419, - "column": 47 - }, - "end": { - "line": 1419, - "column": 62 - } - } - }, - "range": [ - 50565, - 50585 - ], - "loc": { - "start": { - "line": 1419, - "column": 42 - }, - "end": { - "line": 1419, - "column": 62 - } - } - }, - "range": [ - 50501, - 50585 - ], - "loc": { - "start": { - "line": 1418, - "column": 29 - }, - "end": { - "line": 1419, - "column": 62 - } - } - }, - "range": [ - 50492, - 50585 - ], - "loc": { - "start": { - "line": 1418, - "column": 20 - }, - "end": { - "line": 1419, - "column": 62 - } - } - } - ], - "kind": "var", - "range": [ - 50488, - 50586 - ], - "loc": { - "start": { - "line": 1418, - "column": 16 - }, - "end": { - "line": 1419, - "column": 63 - } - } - }, { "type": "IfStatement", "test": { @@ -116677,16 +115916,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50608, - 50610 + 50309, + 50311 ], "loc": { "start": { - "line": 1421, + "line": 1415, "column": 20 }, "end": { - "line": 1421, + "line": 1415, "column": 22 } } @@ -116696,31 +115935,31 @@ "value": "", "raw": "''", "range": [ - 50615, - 50617 + 50316, + 50318 ], "loc": { "start": { - "line": 1421, + "line": 1415, "column": 27 }, "end": { - "line": 1421, + "line": 1415, "column": 29 } } }, "range": [ - 50608, - 50617 + 50309, + 50318 ], "loc": { "start": { - "line": 1421, + "line": 1415, "column": 20 }, "end": { - "line": 1421, + "line": 1415, "column": 29 } } @@ -116732,48 +115971,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 50641, - 50650 + 50342, + 50351 ], "loc": { "start": { - "line": 1422, + "line": 1416, "column": 20 }, "end": { - "line": 1422, + "line": 1416, "column": 29 } } } ], "range": [ - 50619, - 50668 + 50320, + 50369 ], "loc": { "start": { - "line": 1421, + "line": 1415, "column": 31 }, "end": { - "line": 1423, + "line": 1417, "column": 17 } } }, "alternate": null, "range": [ - 50604, - 50668 + 50305, + 50369 ], "loc": { "start": { - "line": 1421, + "line": 1415, "column": 16 }, "end": { - "line": 1423, + "line": 1417, "column": 17 } } @@ -116787,16 +116026,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 50690, - 50698 + 50391, + 50399 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 20 }, "end": { - "line": 1425, + "line": 1419, "column": 28 } } @@ -116810,16 +116049,16 @@ "type": "Identifier", "name": "Str", "range": [ - 50701, - 50704 + 50402, + 50405 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 31 }, "end": { - "line": 1425, + "line": 1419, "column": 34 } } @@ -116828,31 +116067,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 50705, - 50714 + 50406, + 50415 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 35 }, "end": { - "line": 1425, + "line": 1419, "column": 44 } } }, "range": [ - 50701, - 50714 + 50402, + 50415 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 31 }, "end": { - "line": 1425, + "line": 1419, "column": 44 } } @@ -116866,16 +116105,16 @@ "object": { "type": "ThisExpression", "range": [ - 50715, - 50719 + 50416, + 50420 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 45 }, "end": { - "line": 1425, + "line": 1419, "column": 49 } } @@ -116884,31 +116123,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 50720, - 50731 + 50421, + 50432 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 50 }, "end": { - "line": 1425, + "line": 1419, "column": 61 } } }, "range": [ - 50715, - 50731 + 50416, + 50432 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 45 }, "end": { - "line": 1425, + "line": 1419, "column": 61 } } @@ -116921,16 +116160,16 @@ "type": "Identifier", "name": "cells", "range": [ - 50732, - 50737 + 50433, + 50438 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 62 }, "end": { - "line": 1425, + "line": 1419, "column": 67 } } @@ -116939,47 +116178,47 @@ "type": "Identifier", "name": "j", "range": [ - 50738, - 50739 + 50439, + 50440 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 68 }, "end": { - "line": 1425, + "line": 1419, "column": 69 } } }, "range": [ - 50732, - 50740 + 50433, + 50441 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 62 }, "end": { - "line": 1425, + "line": 1419, "column": 70 } } } ], "range": [ - 50715, - 50741 + 50416, + 50442 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 45 }, "end": { - "line": 1425, + "line": 1419, "column": 71 } } @@ -116990,16 +116229,16 @@ "object": { "type": "ThisExpression", "range": [ - 50763, - 50767 + 50464, + 50468 ], "loc": { "start": { - "line": 1426, + "line": 1420, "column": 20 }, "end": { - "line": 1426, + "line": 1420, "column": 24 } } @@ -117008,62 +116247,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 50768, - 50781 + 50469, + 50482 ], "loc": { "start": { - "line": 1426, + "line": 1420, "column": 25 }, "end": { - "line": 1426, + "line": 1420, "column": 38 } } }, "range": [ - 50763, - 50781 + 50464, + 50482 ], "loc": { "start": { - "line": 1426, + "line": 1420, "column": 20 }, "end": { - "line": 1426, + "line": 1420, "column": 38 } } } ], "range": [ - 50701, - 50782 + 50402, + 50483 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 31 }, "end": { - "line": 1426, + "line": 1420, "column": 39 } } }, "range": [ - 50690, - 50782 + 50391, + 50483 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 20 }, "end": { - "line": 1426, + "line": 1420, "column": 39 } } @@ -117071,16 +116310,16 @@ ], "kind": "let", "range": [ - 50686, - 50783 + 50387, + 50484 ], "loc": { "start": { - "line": 1425, + "line": 1419, "column": 16 }, "end": { - "line": 1426, + "line": 1420, "column": 40 } }, @@ -117089,16 +116328,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50801, - 50840 + 50502, + 50541 ], "loc": { "start": { - "line": 1428, + "line": 1422, "column": 16 }, "end": { - "line": 1428, + "line": 1422, "column": 55 } } @@ -117114,16 +116353,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50861, - 50870 + 50562, + 50571 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 20 }, "end": { - "line": 1429, + "line": 1423, "column": 29 } } @@ -117142,16 +116381,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50873, - 50875 + 50574, + 50576 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 32 }, "end": { - "line": 1429, + "line": 1423, "column": 34 } } @@ -117160,47 +116399,47 @@ "type": "Identifier", "name": "toString", "range": [ - 50876, - 50884 + 50577, + 50585 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 35 }, "end": { - "line": 1429, + "line": 1423, "column": 43 } } }, "range": [ - 50873, - 50884 + 50574, + 50585 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 32 }, "end": { - "line": 1429, + "line": 1423, "column": 43 } } }, "arguments": [], "range": [ - 50873, - 50886 + 50574, + 50587 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 32 }, "end": { - "line": 1429, + "line": 1423, "column": 45 } } @@ -117209,31 +116448,31 @@ "type": "Identifier", "name": "split", "range": [ - 50887, - 50892 + 50588, + 50593 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 46 }, "end": { - "line": 1429, + "line": 1423, "column": 51 } } }, "range": [ - 50873, - 50892 + 50574, + 50593 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 32 }, "end": { - "line": 1429, + "line": 1423, "column": 51 } } @@ -117245,16 +116484,16 @@ "object": { "type": "ThisExpression", "range": [ - 50893, - 50897 + 50594, + 50598 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 52 }, "end": { - "line": 1429, + "line": 1423, "column": 56 } } @@ -117263,62 +116502,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 50898, - 50908 + 50599, + 50609 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 57 }, "end": { - "line": 1429, + "line": 1423, "column": 67 } } }, "range": [ - 50893, - 50908 + 50594, + 50609 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 52 }, "end": { - "line": 1429, + "line": 1423, "column": 67 } } } ], "range": [ - 50873, - 50909 + 50574, + 50610 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 32 }, "end": { - "line": 1429, + "line": 1423, "column": 68 } } }, "range": [ - 50861, - 50909 + 50562, + 50610 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 20 }, "end": { - "line": 1429, + "line": 1423, "column": 68 } } @@ -117329,16 +116568,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50990, - 51002 + 50691, + 50703 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 20 }, "end": { - "line": 1431, + "line": 1425, "column": 32 } } @@ -117353,16 +116592,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 51005, - 51014 + 50706, + 50715 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 35 }, "end": { - "line": 1431, + "line": 1425, "column": 44 } } @@ -117371,31 +116610,31 @@ "type": "Identifier", "name": "length", "range": [ - 51015, - 51021 + 50716, + 50722 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 45 }, "end": { - "line": 1431, + "line": 1425, "column": 51 } } }, "range": [ - 51005, - 51021 + 50706, + 50722 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 35 }, "end": { - "line": 1431, + "line": 1425, "column": 51 } } @@ -117405,46 +116644,46 @@ "value": 1, "raw": "1", "range": [ - 51024, - 51025 + 50725, + 50726 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 54 }, "end": { - "line": 1431, + "line": 1425, "column": 55 } } }, "range": [ - 51005, - 51025 + 50706, + 50726 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 35 }, "end": { - "line": 1431, + "line": 1425, "column": 55 } } }, "range": [ - 50990, - 51025 + 50691, + 50726 ], "loc": { "start": { - "line": 1431, + "line": 1425, "column": 20 }, "end": { - "line": 1431, + "line": 1425, "column": 55 } }, @@ -117453,16 +116692,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50931, - 50969 + 50632, + 50670 ], "loc": { "start": { - "line": 1430, + "line": 1424, "column": 20 }, "end": { - "line": 1430, + "line": 1424, "column": 58 } } @@ -117475,16 +116714,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51107, - 51117 + 50808, + 50818 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 20 }, "end": { - "line": 1433, + "line": 1427, "column": 30 } } @@ -117503,16 +116742,16 @@ "type": "Identifier", "name": "sA", "range": [ - 51120, - 51122 + 50821, + 50823 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 33 }, "end": { - "line": 1433, + "line": 1427, "column": 35 } } @@ -117521,47 +116760,47 @@ "type": "Identifier", "name": "toString", "range": [ - 51123, - 51131 + 50824, + 50832 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 36 }, "end": { - "line": 1433, + "line": 1427, "column": 44 } } }, "range": [ - 51120, - 51131 + 50821, + 50832 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 33 }, "end": { - "line": 1433, + "line": 1427, "column": 44 } } }, "arguments": [], "range": [ - 51120, - 51133 + 50821, + 50834 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 33 }, "end": { - "line": 1433, + "line": 1427, "column": 46 } } @@ -117570,31 +116809,31 @@ "type": "Identifier", "name": "split", "range": [ - 51134, - 51139 + 50835, + 50840 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 47 }, "end": { - "line": 1433, + "line": 1427, "column": 52 } } }, "range": [ - 51120, - 51139 + 50821, + 50840 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 33 }, "end": { - "line": 1433, + "line": 1427, "column": 52 } } @@ -117606,16 +116845,16 @@ "object": { "type": "ThisExpression", "range": [ - 51140, - 51144 + 50841, + 50845 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 53 }, "end": { - "line": 1433, + "line": 1427, "column": 57 } } @@ -117624,62 +116863,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 51145, - 51155 + 50846, + 50856 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 58 }, "end": { - "line": 1433, + "line": 1427, "column": 68 } } }, "range": [ - 51140, - 51155 + 50841, + 50856 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 53 }, "end": { - "line": 1433, + "line": 1427, "column": 68 } } } ], "range": [ - 51120, - 51156 + 50821, + 50857 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 33 }, "end": { - "line": 1433, + "line": 1427, "column": 69 } } }, "range": [ - 51107, - 51156 + 50808, + 50857 ], "loc": { "start": { - "line": 1433, + "line": 1427, "column": 20 }, "end": { - "line": 1433, + "line": 1427, "column": 69 } }, @@ -117688,16 +116927,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 51047, - 51086 + 50748, + 50787 ], "loc": { "start": { - "line": 1432, + "line": 1426, "column": 20 }, "end": { - "line": 1432, + "line": 1426, "column": 59 } } @@ -117710,16 +116949,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51237, - 51250 + 50938, + 50951 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 20 }, "end": { - "line": 1435, + "line": 1429, "column": 33 } } @@ -117734,16 +116973,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51253, - 51263 + 50954, + 50964 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 36 }, "end": { - "line": 1435, + "line": 1429, "column": 46 } } @@ -117752,31 +116991,31 @@ "type": "Identifier", "name": "length", "range": [ - 51264, - 51270 + 50965, + 50971 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 47 }, "end": { - "line": 1435, + "line": 1429, "column": 53 } } }, "range": [ - 51253, - 51270 + 50954, + 50971 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 36 }, "end": { - "line": 1435, + "line": 1429, "column": 53 } } @@ -117786,46 +117025,46 @@ "value": 1, "raw": "1", "range": [ - 51273, - 51274 + 50974, + 50975 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 56 }, "end": { - "line": 1435, + "line": 1429, "column": 57 } } }, "range": [ - 51253, - 51274 + 50954, + 50975 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 36 }, "end": { - "line": 1435, + "line": 1429, "column": 57 } } }, "range": [ - 51237, - 51274 + 50938, + 50975 ], "loc": { "start": { - "line": 1435, + "line": 1429, "column": 20 }, "end": { - "line": 1435, + "line": 1429, "column": 57 } }, @@ -117834,16 +117073,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 51178, - 51216 + 50879, + 50917 ], "loc": { "start": { - "line": 1434, + "line": 1428, "column": 20 }, "end": { - "line": 1434, + "line": 1428, "column": 58 } } @@ -117853,16 +117092,16 @@ ], "kind": "let", "range": [ - 50857, - 51275 + 50558, + 50976 ], "loc": { "start": { - "line": 1429, + "line": 1423, "column": 16 }, "end": { - "line": 1435, + "line": 1429, "column": 58 } }, @@ -117871,16 +117110,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50801, - 50840 + 50502, + 50541 ], "loc": { "start": { - "line": 1428, + "line": 1422, "column": 16 }, "end": { - "line": 1428, + "line": 1422, "column": 55 } } @@ -117891,16 +117130,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51293, - 51326 + 50994, + 51027 ], "loc": { "start": { - "line": 1437, + "line": 1431, "column": 16 }, "end": { - "line": 1437, + "line": 1431, "column": 49 } } @@ -117924,16 +117163,16 @@ "type": "Identifier", "name": "Types", "range": [ - 51347, - 51352 + 51048, + 51053 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 20 }, "end": { - "line": 1438, + "line": 1432, "column": 25 } } @@ -117942,31 +117181,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 51353, - 51360 + 51054, + 51061 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 26 }, "end": { - "line": 1438, + "line": 1432, "column": 33 } } }, "range": [ - 51347, - 51360 + 51048, + 51061 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 20 }, "end": { - "line": 1438, + "line": 1432, "column": 33 } } @@ -117976,32 +117215,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51361, - 51363 + 51062, + 51064 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 34 }, "end": { - "line": 1438, + "line": 1432, "column": 36 } } } ], "range": [ - 51347, - 51364 + 51048, + 51065 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 20 }, "end": { - "line": 1438, + "line": 1432, "column": 37 } } @@ -118010,31 +117249,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51368, - 51380 + 51069, + 51081 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 41 }, "end": { - "line": 1438, + "line": 1432, "column": 53 } } }, "range": [ - 51347, - 51380 + 51048, + 51081 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 20 }, "end": { - "line": 1438, + "line": 1432, "column": 53 } } @@ -118043,31 +117282,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51384, - 51397 + 51085, + 51098 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 57 }, "end": { - "line": 1438, + "line": 1432, "column": 70 } } }, "range": [ - 51347, - 51397 + 51048, + 51098 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 20 }, "end": { - "line": 1438, + "line": 1432, "column": 70 } } @@ -118084,32 +117323,32 @@ "type": "Identifier", "name": "cS", "range": [ - 51425, - 51427 + 51126, + 51128 ], "loc": { "start": { - "line": 1439, + "line": 1433, "column": 24 }, "end": { - "line": 1439, + "line": 1433, "column": 26 } } }, "init": null, "range": [ - 51425, - 51427 + 51126, + 51128 ], "loc": { "start": { - "line": 1439, + "line": 1433, "column": 24 }, "end": { - "line": 1439, + "line": 1433, "column": 26 } } @@ -118120,32 +117359,32 @@ "type": "Identifier", "name": "s", "range": [ - 51453, - 51454 + 51154, + 51155 ], "loc": { "start": { - "line": 1440, + "line": 1434, "column": 24 }, "end": { - "line": 1440, + "line": 1434, "column": 25 } } }, "init": null, "range": [ - 51453, - 51454 + 51154, + 51155 ], "loc": { "start": { - "line": 1440, + "line": 1434, "column": 24 }, "end": { - "line": 1440, + "line": 1434, "column": 25 } } @@ -118156,16 +117395,16 @@ "type": "Identifier", "name": "occur", "range": [ - 51480, - 51485 + 51181, + 51186 ], "loc": { "start": { - "line": 1441, + "line": 1435, "column": 24 }, "end": { - "line": 1441, + "line": 1435, "column": 29 } } @@ -118175,31 +117414,31 @@ "value": false, "raw": "false", "range": [ - 51488, - 51493 + 51189, + 51194 ], "loc": { "start": { - "line": 1441, + "line": 1435, "column": 32 }, "end": { - "line": 1441, + "line": 1435, "column": 37 } } }, "range": [ - 51480, - 51493 + 51181, + 51194 ], "loc": { "start": { - "line": 1441, + "line": 1435, "column": 24 }, "end": { - "line": 1441, + "line": 1435, "column": 37 } } @@ -118207,16 +117446,16 @@ ], "kind": "let", "range": [ - 51421, - 51494 + 51122, + 51195 ], "loc": { "start": { - "line": 1439, + "line": 1433, "column": 20 }, "end": { - "line": 1441, + "line": 1435, "column": 38 } } @@ -118232,16 +117471,16 @@ "type": "Identifier", "name": "Types", "range": [ - 51519, - 51524 + 51220, + 51225 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 24 }, "end": { - "line": 1442, + "line": 1436, "column": 29 } } @@ -118250,31 +117489,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 51525, - 51532 + 51226, + 51233 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 30 }, "end": { - "line": 1442, + "line": 1436, "column": 37 } } }, "range": [ - 51519, - 51532 + 51220, + 51233 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 24 }, "end": { - "line": 1442, + "line": 1436, "column": 37 } } @@ -118284,32 +117523,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51533, - 51535 + 51234, + 51236 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 38 }, "end": { - "line": 1442, + "line": 1436, "column": 40 } } } ], "range": [ - 51519, - 51536 + 51220, + 51237 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 24 }, "end": { - "line": 1442, + "line": 1436, "column": 41 } } @@ -118326,16 +117565,16 @@ "type": "Identifier", "name": "s", "range": [ - 51564, - 51565 + 51265, + 51266 ], "loc": { "start": { - "line": 1443, + "line": 1437, "column": 24 }, "end": { - "line": 1443, + "line": 1437, "column": 25 } } @@ -118344,62 +117583,62 @@ "type": "Identifier", "name": "sA", "range": [ - 51568, - 51570 + 51269, + 51271 ], "loc": { "start": { - "line": 1443, + "line": 1437, "column": 28 }, "end": { - "line": 1443, + "line": 1437, "column": 30 } } }, "range": [ - 51564, - 51570 + 51265, + 51271 ], "loc": { "start": { - "line": 1443, + "line": 1437, "column": 24 }, "end": { - "line": 1443, + "line": 1437, "column": 30 } } }, "range": [ - 51564, - 51571 + 51265, + 51272 ], "loc": { "start": { - "line": 1443, + "line": 1437, "column": 24 }, "end": { - "line": 1443, + "line": 1437, "column": 31 } } } ], "range": [ - 51538, - 51593 + 51239, + 51294 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 43 }, "end": { - "line": 1444, + "line": 1438, "column": 21 } } @@ -118416,16 +117655,16 @@ "type": "Identifier", "name": "s", "range": [ - 51625, - 51626 + 51326, + 51327 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 24 }, "end": { - "line": 1445, + "line": 1439, "column": 25 } } @@ -118436,16 +117675,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51629, - 51641 + 51330, + 51342 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 28 }, "end": { - "line": 1445, + "line": 1439, "column": 40 } } @@ -118454,16 +117693,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 51644, - 51653 + 51345, + 51354 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 43 }, "end": { - "line": 1445, + "line": 1439, "column": 52 } } @@ -118472,92 +117711,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51656, - 51666 + 51357, + 51367 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 55 }, "end": { - "line": 1445, + "line": 1439, "column": 65 } } }, "range": [ - 51629, - 51666 + 51330, + 51367 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 28 }, "end": { - "line": 1445, + "line": 1439, "column": 65 } } }, "range": [ - 51625, - 51666 + 51326, + 51367 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 24 }, "end": { - "line": 1445, + "line": 1439, "column": 65 } } }, "range": [ - 51625, - 51667 + 51326, + 51368 ], "loc": { "start": { - "line": 1445, + "line": 1439, "column": 24 }, "end": { - "line": 1445, + "line": 1439, "column": 66 } } } ], "range": [ - 51599, - 51689 + 51300, + 51390 ], "loc": { "start": { - "line": 1444, + "line": 1438, "column": 27 }, "end": { - "line": 1446, + "line": 1440, "column": 21 } } }, "range": [ - 51515, - 51689 + 51216, + 51390 ], "loc": { "start": { - "line": 1442, + "line": 1436, "column": 20 }, "end": { - "line": 1446, + "line": 1440, "column": 21 } }, @@ -118566,16 +117805,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51710, - 51760 + 51411, + 51461 ], "loc": { "start": { - "line": 1447, + "line": 1441, "column": 20 }, "end": { - "line": 1447, + "line": 1441, "column": 70 } } @@ -118593,16 +117832,16 @@ "type": "Identifier", "name": "w", "range": [ - 51790, - 51791 + 51491, + 51492 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 29 }, "end": { - "line": 1448, + "line": 1442, "column": 30 } } @@ -118612,31 +117851,31 @@ "value": 0, "raw": "0", "range": [ - 51794, - 51795 + 51495, + 51496 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 33 }, "end": { - "line": 1448, + "line": 1442, "column": 34 } } }, "range": [ - 51790, - 51795 + 51491, + 51496 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 29 }, "end": { - "line": 1448, + "line": 1442, "column": 34 } } @@ -118647,16 +117886,16 @@ "type": "Identifier", "name": "len", "range": [ - 51797, - 51800 + 51498, + 51501 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 36 }, "end": { - "line": 1448, + "line": 1442, "column": 39 } } @@ -118668,16 +117907,16 @@ "type": "Identifier", "name": "s", "range": [ - 51803, - 51804 + 51504, + 51505 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 42 }, "end": { - "line": 1448, + "line": 1442, "column": 43 } } @@ -118686,46 +117925,46 @@ "type": "Identifier", "name": "length", "range": [ - 51805, - 51811 + 51506, + 51512 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 44 }, "end": { - "line": 1448, + "line": 1442, "column": 50 } } }, "range": [ - 51803, - 51811 + 51504, + 51512 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 42 }, "end": { - "line": 1448, + "line": 1442, "column": 50 } } }, "range": [ - 51797, - 51811 + 51498, + 51512 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 36 }, "end": { - "line": 1448, + "line": 1442, "column": 50 } } @@ -118733,16 +117972,16 @@ ], "kind": "let", "range": [ - 51786, - 51811 + 51487, + 51512 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 25 }, "end": { - "line": 1448, + "line": 1442, "column": 50 } } @@ -118754,16 +117993,16 @@ "type": "Identifier", "name": "w", "range": [ - 51813, - 51814 + 51514, + 51515 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 52 }, "end": { - "line": 1448, + "line": 1442, "column": 53 } } @@ -118772,31 +118011,31 @@ "type": "Identifier", "name": "len", "range": [ - 51817, - 51820 + 51518, + 51521 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 56 }, "end": { - "line": 1448, + "line": 1442, "column": 59 } } }, "range": [ - 51813, - 51820 + 51514, + 51521 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 52 }, "end": { - "line": 1448, + "line": 1442, "column": 59 } } @@ -118808,32 +118047,32 @@ "type": "Identifier", "name": "w", "range": [ - 51822, - 51823 + 51523, + 51524 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 61 }, "end": { - "line": 1448, + "line": 1442, "column": 62 } } }, "prefix": false, "range": [ - 51822, - 51825 + 51523, + 51526 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 61 }, "end": { - "line": 1448, + "line": 1442, "column": 64 } } @@ -118850,16 +118089,16 @@ "type": "Identifier", "name": "cS", "range": [ - 51853, - 51855 + 51554, + 51556 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 24 }, "end": { - "line": 1449, + "line": 1443, "column": 26 } } @@ -118873,16 +118112,16 @@ "type": "Identifier", "name": "Str", "range": [ - 51858, - 51861 + 51559, + 51562 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 29 }, "end": { - "line": 1449, + "line": 1443, "column": 32 } } @@ -118891,31 +118130,31 @@ "type": "Identifier", "name": "trim", "range": [ - 51862, - 51866 + 51563, + 51567 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 33 }, "end": { - "line": 1449, + "line": 1443, "column": 37 } } }, "range": [ - 51858, - 51866 + 51559, + 51567 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 29 }, "end": { - "line": 1449, + "line": 1443, "column": 37 } } @@ -118928,16 +118167,16 @@ "type": "Identifier", "name": "s", "range": [ - 51867, - 51868 + 51568, + 51569 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 38 }, "end": { - "line": 1449, + "line": 1443, "column": 39 } } @@ -118946,77 +118185,77 @@ "type": "Identifier", "name": "w", "range": [ - 51869, - 51870 + 51570, + 51571 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 40 }, "end": { - "line": 1449, + "line": 1443, "column": 41 } } }, "range": [ - 51867, - 51871 + 51568, + 51572 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 38 }, "end": { - "line": 1449, + "line": 1443, "column": 42 } } } ], "range": [ - 51858, - 51872 + 51559, + 51573 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 29 }, "end": { - "line": 1449, + "line": 1443, "column": 43 } } }, "range": [ - 51853, - 51872 + 51554, + 51573 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 24 }, "end": { - "line": 1449, + "line": 1443, "column": 43 } } }, "range": [ - 51853, - 51873 + 51554, + 51574 ], "loc": { "start": { - "line": 1449, + "line": 1443, "column": 24 }, "end": { - "line": 1449, + "line": 1443, "column": 44 } } @@ -119030,16 +118269,16 @@ "type": "Identifier", "name": "occur", "range": [ - 51898, - 51903 + 51599, + 51604 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 24 }, "end": { - "line": 1450, + "line": 1444, "column": 29 } } @@ -119053,16 +118292,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 51906, - 51912 + 51607, + 51613 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 32 }, "end": { - "line": 1450, + "line": 1444, "column": 38 } } @@ -119071,31 +118310,31 @@ "type": "Identifier", "name": "call", "range": [ - 51913, - 51917 + 51614, + 51618 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 39 }, "end": { - "line": 1450, + "line": 1444, "column": 43 } } }, "range": [ - 51906, - 51917 + 51607, + 51618 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 32 }, "end": { - "line": 1450, + "line": 1444, "column": 43 } } @@ -119104,16 +118343,16 @@ { "type": "ThisExpression", "range": [ - 51918, - 51922 + 51619, + 51623 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 44 }, "end": { - "line": 1450, + "line": 1444, "column": 48 } } @@ -119122,16 +118361,16 @@ "type": "Identifier", "name": "cS", "range": [ - 51924, - 51926 + 51625, + 51627 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 50 }, "end": { - "line": 1450, + "line": 1444, "column": 52 } } @@ -119140,16 +118379,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 51928, - 51936 + 51629, + 51637 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 54 }, "end": { - "line": 1450, + "line": 1444, "column": 62 } } @@ -119158,62 +118397,62 @@ "type": "Identifier", "name": "j", "range": [ - 51938, - 51939 + 51639, + 51640 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 64 }, "end": { - "line": 1450, + "line": 1444, "column": 65 } } } ], "range": [ - 51906, - 51940 + 51607, + 51641 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 32 }, "end": { - "line": 1450, + "line": 1444, "column": 66 } } }, "range": [ - 51898, - 51940 + 51599, + 51641 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 24 }, "end": { - "line": 1450, + "line": 1444, "column": 66 } } }, "range": [ - 51898, - 51941 + 51599, + 51642 ], "loc": { "start": { - "line": 1450, + "line": 1444, "column": 24 }, "end": { - "line": 1450, + "line": 1444, "column": 67 } } @@ -119229,16 +118468,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 51966, - 51975 + 51667, + 51676 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 24 }, "end": { - "line": 1451, + "line": 1445, "column": 33 } } @@ -119247,31 +118486,31 @@ "type": "Identifier", "name": "call", "range": [ - 51976, - 51980 + 51677, + 51681 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 34 }, "end": { - "line": 1451, + "line": 1445, "column": 38 } } }, "range": [ - 51966, - 51980 + 51667, + 51681 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 24 }, "end": { - "line": 1451, + "line": 1445, "column": 38 } } @@ -119280,16 +118519,16 @@ { "type": "ThisExpression", "range": [ - 51981, - 51985 + 51682, + 51686 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 39 }, "end": { - "line": 1451, + "line": 1445, "column": 43 } } @@ -119298,16 +118537,16 @@ "type": "Identifier", "name": "cS", "range": [ - 51987, - 51989 + 51688, + 51690 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 45 }, "end": { - "line": 1451, + "line": 1445, "column": 47 } } @@ -119316,16 +118555,16 @@ "type": "Identifier", "name": "occur", "range": [ - 51991, - 51996 + 51692, + 51697 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 49 }, "end": { - "line": 1451, + "line": 1445, "column": 54 } } @@ -119337,16 +118576,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51998, - 52003 + 51699, + 51704 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 56 }, "end": { - "line": 1451, + "line": 1445, "column": 61 } } @@ -119355,62 +118594,62 @@ "type": "Identifier", "name": "j", "range": [ - 52004, - 52005 + 51705, + 51706 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 62 }, "end": { - "line": 1451, + "line": 1445, "column": 63 } } }, "range": [ - 51998, - 52006 + 51699, + 51707 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 56 }, "end": { - "line": 1451, + "line": 1445, "column": 64 } } } ], "range": [ - 51966, - 52007 + 51667, + 51708 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 24 }, "end": { - "line": 1451, + "line": 1445, "column": 65 } } }, "range": [ - 51966, - 52008 + 51667, + 51709 ], "loc": { "start": { - "line": 1451, + "line": 1445, "column": 24 }, "end": { - "line": 1451, + "line": 1445, "column": 66 } } @@ -119427,16 +118666,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 52038, - 52050 + 51739, + 51751 ], "loc": { "start": { - "line": 1452, + "line": 1446, "column": 29 }, "end": { - "line": 1452, + "line": 1446, "column": 41 } } @@ -119445,31 +118684,31 @@ "type": "Identifier", "name": "occur", "range": [ - 52054, - 52059 + 51755, + 51760 ], "loc": { "start": { - "line": 1452, + "line": 1446, "column": 45 }, "end": { - "line": 1452, + "line": 1446, "column": 50 } } }, "range": [ - 52038, - 52059 + 51739, + 51760 ], "loc": { "start": { - "line": 1452, + "line": 1446, "column": 29 }, "end": { - "line": 1452, + "line": 1446, "column": 50 } } @@ -119481,16 +118720,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 52093, - 52106 + 51794, + 51807 ], "loc": { "start": { - "line": 1453, + "line": 1447, "column": 29 }, "end": { - "line": 1453, + "line": 1447, "column": 42 } } @@ -119502,62 +118741,62 @@ "type": "Identifier", "name": "occur", "range": [ - 52111, - 52116 + 51812, + 51817 ], "loc": { "start": { - "line": 1453, + "line": 1447, "column": 47 }, "end": { - "line": 1453, + "line": 1447, "column": 52 } } }, "prefix": true, "range": [ - 52110, - 52116 + 51811, + 51817 ], "loc": { "start": { - "line": 1453, + "line": 1447, "column": 46 }, "end": { - "line": 1453, + "line": 1447, "column": 52 } } }, "range": [ - 52093, - 52116 + 51794, + 51817 ], "loc": { "start": { - "line": 1453, + "line": 1447, "column": 29 }, "end": { - "line": 1453, + "line": 1447, "column": 52 } } }, "range": [ - 52037, - 52117 + 51738, + 51818 ], "loc": { "start": { - "line": 1452, + "line": 1446, "column": 28 }, "end": { - "line": 1453, + "line": 1447, "column": 53 } } @@ -119569,48 +118808,48 @@ "type": "BreakStatement", "label": null, "range": [ - 52149, - 52155 + 51850, + 51856 ], "loc": { "start": { - "line": 1454, + "line": 1448, "column": 28 }, "end": { - "line": 1454, + "line": 1448, "column": 34 } } } ], "range": [ - 52119, - 52181 + 51820, + 51882 ], "loc": { "start": { - "line": 1453, + "line": 1447, "column": 55 }, "end": { - "line": 1455, + "line": 1449, "column": 25 } } }, "alternate": null, "range": [ - 52033, - 52181 + 51734, + 51882 ], "loc": { "start": { - "line": 1452, + "line": 1446, "column": 24 }, "end": { - "line": 1455, + "line": 1449, "column": 25 } } @@ -119629,16 +118868,16 @@ "type": "Identifier", "name": "Types", "range": [ - 52210, - 52215 + 51911, + 51916 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 28 }, "end": { - "line": 1456, + "line": 1450, "column": 33 } } @@ -119647,31 +118886,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 52216, - 52223 + 51917, + 51924 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 34 }, "end": { - "line": 1456, + "line": 1450, "column": 41 } } }, "range": [ - 52210, - 52223 + 51911, + 51924 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 28 }, "end": { - "line": 1456, + "line": 1450, "column": 41 } } @@ -119681,32 +118920,32 @@ "type": "Identifier", "name": "sA", "range": [ - 52224, - 52226 + 51925, + 51927 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 42 }, "end": { - "line": 1456, + "line": 1450, "column": 44 } } } ], "range": [ - 52210, - 52227 + 51911, + 51928 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 28 }, "end": { - "line": 1456, + "line": 1450, "column": 45 } } @@ -119715,31 +118954,31 @@ "type": "Identifier", "name": "occur", "range": [ - 52231, - 52236 + 51932, + 51937 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 49 }, "end": { - "line": 1456, + "line": 1450, "column": 54 } } }, "range": [ - 52210, - 52236 + 51911, + 51937 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 28 }, "end": { - "line": 1456, + "line": 1450, "column": 54 } } @@ -119751,79 +118990,79 @@ "type": "BreakStatement", "label": null, "range": [ - 52268, - 52274 + 51969, + 51975 ], "loc": { "start": { - "line": 1457, + "line": 1451, "column": 28 }, "end": { - "line": 1457, + "line": 1451, "column": 34 } } } ], "range": [ - 52238, - 52300 + 51939, + 52001 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 56 }, "end": { - "line": 1458, + "line": 1452, "column": 25 } } }, "alternate": null, "range": [ - 52206, - 52300 + 51907, + 52001 ], "loc": { "start": { - "line": 1456, + "line": 1450, "column": 24 }, "end": { - "line": 1458, + "line": 1452, "column": 25 } } } ], "range": [ - 51827, - 52322 + 51528, + 52023 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 66 }, "end": { - "line": 1459, + "line": 1453, "column": 21 } } }, "range": [ - 51781, - 52322 + 51482, + 52023 ], "loc": { "start": { - "line": 1448, + "line": 1442, "column": 20 }, "end": { - "line": 1459, + "line": 1453, "column": 21 } }, @@ -119832,16 +119071,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51710, - 51760 + 51411, + 51461 ], "loc": { "start": { - "line": 1447, + "line": 1441, "column": 20 }, "end": { - "line": 1447, + "line": 1441, "column": 70 } } @@ -119860,16 +119099,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52343, - 52352 + 52044, + 52053 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 20 }, "end": { - "line": 1460, + "line": 1454, "column": 29 } } @@ -119878,31 +119117,31 @@ "type": "Identifier", "name": "j", "range": [ - 52353, - 52354 + 52054, + 52055 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 30 }, "end": { - "line": 1460, + "line": 1454, "column": 31 } } }, "range": [ - 52343, - 52355 + 52044, + 52056 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 20 }, "end": { - "line": 1460, + "line": 1454, "column": 32 } } @@ -119911,62 +119150,62 @@ "type": "Identifier", "name": "occur", "range": [ - 52358, - 52363 + 52059, + 52064 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 35 }, "end": { - "line": 1460, + "line": 1454, "column": 40 } } }, "range": [ - 52343, - 52363 + 52044, + 52064 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 20 }, "end": { - "line": 1460, + "line": 1454, "column": 40 } } }, "range": [ - 52343, - 52364 + 52044, + 52065 ], "loc": { "start": { - "line": 1460, + "line": 1454, "column": 20 }, "end": { - "line": 1460, + "line": 1454, "column": 41 } } } ], "range": [ - 51399, - 52383 + 51100, + 52084 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 72 }, "end": { - "line": 1462, + "line": 1456, "column": 17 } }, @@ -119975,16 +119214,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 52400, - 52425 + 52101, + 52126 ], "loc": { "start": { - "line": 1463, + "line": 1457, "column": 16 }, "end": { - "line": 1463, + "line": 1457, "column": 41 } } @@ -120006,16 +119245,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52469, - 52478 + 52170, + 52179 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 20 }, "end": { - "line": 1465, + "line": 1459, "column": 29 } } @@ -120024,31 +119263,31 @@ "type": "Identifier", "name": "j", "range": [ - 52479, - 52480 + 52180, + 52181 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 30 }, "end": { - "line": 1465, + "line": 1459, "column": 31 } } }, "range": [ - 52469, - 52481 + 52170, + 52182 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 20 }, "end": { - "line": 1465, + "line": 1459, "column": 32 } } @@ -120062,16 +119301,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 52484, - 52490 + 52185, + 52191 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 35 }, "end": { - "line": 1465, + "line": 1459, "column": 41 } } @@ -120080,31 +119319,31 @@ "type": "Identifier", "name": "call", "range": [ - 52491, - 52495 + 52192, + 52196 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 42 }, "end": { - "line": 1465, + "line": 1459, "column": 46 } } }, "range": [ - 52484, - 52495 + 52185, + 52196 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 35 }, "end": { - "line": 1465, + "line": 1459, "column": 46 } } @@ -120113,16 +119352,16 @@ { "type": "ThisExpression", "range": [ - 52496, - 52500 + 52197, + 52201 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 47 }, "end": { - "line": 1465, + "line": 1459, "column": 51 } } @@ -120136,16 +119375,16 @@ "type": "Identifier", "name": "Str", "range": [ - 52502, - 52505 + 52203, + 52206 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 53 }, "end": { - "line": 1465, + "line": 1459, "column": 56 } } @@ -120154,31 +119393,31 @@ "type": "Identifier", "name": "trim", "range": [ - 52506, - 52510 + 52207, + 52211 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 57 }, "end": { - "line": 1465, + "line": 1459, "column": 61 } } }, "range": [ - 52502, - 52510 + 52203, + 52211 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 53 }, "end": { - "line": 1465, + "line": 1459, "column": 61 } } @@ -120188,32 +119427,32 @@ "type": "Identifier", "name": "sA", "range": [ - 52511, - 52513 + 52212, + 52214 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 62 }, "end": { - "line": 1465, + "line": 1459, "column": 64 } } } ], "range": [ - 52502, - 52514 + 52203, + 52215 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 53 }, "end": { - "line": 1465, + "line": 1459, "column": 65 } } @@ -120222,16 +119461,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 52516, - 52524 + 52217, + 52225 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 67 }, "end": { - "line": 1465, + "line": 1459, "column": 75 } } @@ -120240,62 +119479,62 @@ "type": "Identifier", "name": "j", "range": [ - 52526, - 52527 + 52227, + 52228 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 77 }, "end": { - "line": 1465, + "line": 1459, "column": 78 } } } ], "range": [ - 52484, - 52528 + 52185, + 52229 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 35 }, "end": { - "line": 1465, + "line": 1459, "column": 79 } } }, "range": [ - 52469, - 52528 + 52170, + 52229 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 20 }, "end": { - "line": 1465, + "line": 1459, "column": 79 } } }, "range": [ - 52469, - 52529 + 52170, + 52230 ], "loc": { "start": { - "line": 1465, + "line": 1459, "column": 20 }, "end": { - "line": 1465, + "line": 1459, "column": 80 } } @@ -120311,16 +119550,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 52550, - 52559 + 52251, + 52260 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 20 }, "end": { - "line": 1466, + "line": 1460, "column": 29 } } @@ -120329,31 +119568,31 @@ "type": "Identifier", "name": "call", "range": [ - 52560, - 52564 + 52261, + 52265 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 30 }, "end": { - "line": 1466, + "line": 1460, "column": 34 } } }, "range": [ - 52550, - 52564 + 52251, + 52265 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 20 }, "end": { - "line": 1466, + "line": 1460, "column": 34 } } @@ -120362,16 +119601,16 @@ { "type": "ThisExpression", "range": [ - 52565, - 52569 + 52266, + 52270 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 35 }, "end": { - "line": 1466, + "line": 1460, "column": 39 } } @@ -120380,16 +119619,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52571, - 52573 + 52272, + 52274 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 41 }, "end": { - "line": 1466, + "line": 1460, "column": 43 } } @@ -120401,16 +119640,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52575, - 52584 + 52276, + 52285 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 45 }, "end": { - "line": 1466, + "line": 1460, "column": 54 } } @@ -120419,31 +119658,31 @@ "type": "Identifier", "name": "j", "range": [ - 52585, - 52586 + 52286, + 52287 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 55 }, "end": { - "line": 1466, + "line": 1460, "column": 56 } } }, "range": [ - 52575, - 52587 + 52276, + 52288 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 45 }, "end": { - "line": 1466, + "line": 1460, "column": 57 } } @@ -120455,16 +119694,16 @@ "type": "Identifier", "name": "cells", "range": [ - 52589, - 52594 + 52290, + 52295 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 59 }, "end": { - "line": 1466, + "line": 1460, "column": 64 } } @@ -120473,78 +119712,78 @@ "type": "Identifier", "name": "j", "range": [ - 52595, - 52596 + 52296, + 52297 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 65 }, "end": { - "line": 1466, + "line": 1460, "column": 66 } } }, "range": [ - 52589, - 52597 + 52290, + 52298 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 59 }, "end": { - "line": 1466, + "line": 1460, "column": 67 } } } ], "range": [ - 52550, - 52598 + 52251, + 52299 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 20 }, "end": { - "line": 1466, + "line": 1460, "column": 68 } } }, "range": [ - 52550, - 52599 + 52251, + 52300 ], "loc": { "start": { - "line": 1466, + "line": 1460, "column": 20 }, "end": { - "line": 1466, + "line": 1460, "column": 69 } } } ], "range": [ - 52447, - 52617 + 52148, + 52318 ], "loc": { "start": { - "line": 1464, + "line": 1458, "column": 21 }, "end": { - "line": 1467, + "line": 1461, "column": 17 } }, @@ -120553,16 +119792,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 52400, - 52425 + 52101, + 52126 ], "loc": { "start": { - "line": 1463, + "line": 1457, "column": 16 }, "end": { - "line": 1463, + "line": 1457, "column": 41 } } @@ -120570,16 +119809,16 @@ ] }, "range": [ - 51343, - 52617 + 51044, + 52318 ], "loc": { "start": { - "line": 1438, + "line": 1432, "column": 16 }, "end": { - "line": 1467, + "line": 1461, "column": 17 } }, @@ -120588,16 +119827,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51293, - 51326 + 50994, + 51027 ], "loc": { "start": { - "line": 1437, + "line": 1431, "column": 16 }, "end": { - "line": 1437, + "line": 1431, "column": 49 } } @@ -120608,16 +119847,16 @@ "type": "Line", "value": "else single param", "range": [ - 52617, - 52636 + 52318, + 52337 ], "loc": { "start": { - "line": 1467, + "line": 1461, "column": 17 }, "end": { - "line": 1467, + "line": 1461, "column": 36 } } @@ -120636,16 +119875,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52659, - 52668 + 52360, + 52369 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 21 }, "end": { - "line": 1469, + "line": 1463, "column": 30 } } @@ -120654,47 +119893,47 @@ "type": "Identifier", "name": "j", "range": [ - 52669, - 52670 + 52370, + 52371 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 31 }, "end": { - "line": 1469, + "line": 1463, "column": 32 } } }, "range": [ - 52659, - 52671 + 52360, + 52372 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 21 }, "end": { - "line": 1469, + "line": 1463, "column": 33 } } }, "prefix": true, "range": [ - 52658, - 52671 + 52359, + 52372 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 20 }, "end": { - "line": 1469, + "line": 1463, "column": 33 } } @@ -120711,16 +119950,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52695, - 52705 + 52396, + 52406 ], "loc": { "start": { - "line": 1470, + "line": 1464, "column": 20 }, "end": { - "line": 1470, + "line": 1464, "column": 30 } } @@ -120730,78 +119969,78 @@ "value": false, "raw": "false", "range": [ - 52708, - 52713 + 52409, + 52414 ], "loc": { "start": { - "line": 1470, + "line": 1464, "column": 33 }, "end": { - "line": 1470, + "line": 1464, "column": 38 } } }, "range": [ - 52695, - 52713 + 52396, + 52414 ], "loc": { "start": { - "line": 1470, + "line": 1464, "column": 20 }, "end": { - "line": 1470, + "line": 1464, "column": 38 } } }, "range": [ - 52695, - 52714 + 52396, + 52415 ], "loc": { "start": { - "line": 1470, + "line": 1464, "column": 20 }, "end": { - "line": 1470, + "line": 1464, "column": 39 } } } ], "range": [ - 52673, - 52732 + 52374, + 52433 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 35 }, "end": { - "line": 1471, + "line": 1465, "column": 17 } } }, "alternate": null, "range": [ - 52654, - 52732 + 52355, + 52433 ], "loc": { "start": { - "line": 1469, + "line": 1463, "column": 16 }, "end": { - "line": 1471, + "line": 1465, "column": 17 } }, @@ -120810,16 +120049,16 @@ "type": "Line", "value": "else single param", "range": [ - 52617, - 52636 + 52318, + 52337 ], "loc": { "start": { - "line": 1467, + "line": 1461, "column": 17 }, "end": { - "line": 1467, + "line": 1461, "column": 36 } } @@ -120837,16 +120076,16 @@ "object": { "type": "ThisExpression", "range": [ - 52753, - 52757 + 52454, + 52458 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 20 }, "end": { - "line": 1472, + "line": 1466, "column": 24 } } @@ -120855,31 +120094,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52758, - 52773 + 52459, + 52474 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 25 }, "end": { - "line": 1472, + "line": 1466, "column": 40 } } }, "range": [ - 52753, - 52773 + 52454, + 52474 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 20 }, "end": { - "line": 1472, + "line": 1466, "column": 40 } } @@ -120891,16 +120130,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52777, - 52786 + 52478, + 52487 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 44 }, "end": { - "line": 1472, + "line": 1466, "column": 53 } } @@ -120909,46 +120148,46 @@ "type": "Identifier", "name": "j", "range": [ - 52787, - 52788 + 52488, + 52489 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 54 }, "end": { - "line": 1472, + "line": 1466, "column": 55 } } }, "range": [ - 52777, - 52789 + 52478, + 52490 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 44 }, "end": { - "line": 1472, + "line": 1466, "column": 56 } } }, "range": [ - 52753, - 52789 + 52454, + 52490 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 20 }, "end": { - "line": 1472, + "line": 1466, "column": 56 } } @@ -120965,16 +120204,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52813, - 52830 + 52514, + 52531 ], "loc": { "start": { - "line": 1473, + "line": 1467, "column": 20 }, "end": { - "line": 1473, + "line": 1467, "column": 37 } } @@ -120984,78 +120223,78 @@ "value": true, "raw": "true", "range": [ - 52833, - 52837 + 52534, + 52538 ], "loc": { "start": { - "line": 1473, + "line": 1467, "column": 40 }, "end": { - "line": 1473, + "line": 1467, "column": 44 } } }, "range": [ - 52813, - 52837 + 52514, + 52538 ], "loc": { "start": { - "line": 1473, + "line": 1467, "column": 20 }, "end": { - "line": 1473, + "line": 1467, "column": 44 } } }, "range": [ - 52813, - 52838 + 52514, + 52539 ], "loc": { "start": { - "line": 1473, + "line": 1467, "column": 20 }, "end": { - "line": 1473, + "line": 1467, "column": 45 } } } ], "range": [ - 52791, - 52856 + 52492, + 52557 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 58 }, "end": { - "line": 1474, + "line": 1468, "column": 17 } } }, "alternate": null, "range": [ - 52749, - 52856 + 52450, + 52557 ], "loc": { "start": { - "line": 1472, + "line": 1466, "column": 16 }, "end": { - "line": 1474, + "line": 1468, "column": 17 } } @@ -121073,16 +120312,16 @@ "object": { "type": "ThisExpression", "range": [ - 52874, - 52878 + 52575, + 52579 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 16 }, "end": { - "line": 1476, + "line": 1470, "column": 20 } } @@ -121091,31 +120330,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52879, - 52886 + 52580, + 52587 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 21 }, "end": { - "line": 1476, + "line": 1470, "column": 28 } } }, "range": [ - 52874, - 52886 + 52575, + 52587 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 16 }, "end": { - "line": 1476, + "line": 1470, "column": 28 } } @@ -121124,31 +120363,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52887, - 52891 + 52588, + 52592 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 29 }, "end": { - "line": 1476, + "line": 1470, "column": 33 } } }, "range": [ - 52874, - 52891 + 52575, + 52592 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 16 }, "end": { - "line": 1476, + "line": 1470, "column": 33 } } @@ -121159,16 +120398,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 52892, - 52908 + 52593, + 52609 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 34 }, "end": { - "line": 1476, + "line": 1470, "column": 50 } } @@ -121176,16 +120415,16 @@ { "type": "ThisExpression", "range": [ - 52910, - 52914 + 52611, + 52615 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 52 }, "end": { - "line": 1476, + "line": 1470, "column": 56 } } @@ -121194,16 +120433,16 @@ "type": "Identifier", "name": "j", "range": [ - 52916, - 52917 + 52617, + 52618 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 58 }, "end": { - "line": 1476, + "line": 1470, "column": 59 } } @@ -121215,16 +120454,16 @@ "type": "Identifier", "name": "cells", "range": [ - 52919, - 52924 + 52620, + 52625 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 61 }, "end": { - "line": 1476, + "line": 1470, "column": 66 } } @@ -121233,93 +120472,93 @@ "type": "Identifier", "name": "j", "range": [ - 52925, - 52926 + 52626, + 52627 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 67 }, "end": { - "line": 1476, + "line": 1470, "column": 68 } } }, "range": [ - 52919, - 52927 + 52620, + 52628 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 61 }, "end": { - "line": 1476, + "line": 1470, "column": 69 } } } ], "range": [ - 52874, - 52928 + 52575, + 52629 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 16 }, "end": { - "line": 1476, + "line": 1470, "column": 70 } } }, "range": [ - 52874, - 52929 + 52575, + 52630 ], "loc": { "start": { - "line": 1476, + "line": 1470, "column": 16 }, "end": { - "line": 1476, + "line": 1470, "column": 71 } } } ], "range": [ - 50368, - 52943 + 50184, + 52644 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 46 }, "end": { - "line": 1477, + "line": 1471, "column": 13 } } }, "range": [ - 50334, - 52943 + 50150, + 52644 ], "loc": { "start": { - "line": 1415, + "line": 1411, "column": 12 }, "end": { - "line": 1477, + "line": 1471, "column": 13 } }, @@ -121328,16 +120567,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50289, - 50321 + 50105, + 50137 ], "loc": { "start": { - "line": 1414, + "line": 1410, "column": 12 }, "end": { - "line": 1414, + "line": 1410, "column": 44 } } @@ -121348,16 +120587,16 @@ "type": "Line", "value": "for j", "range": [ - 52943, - 52950 + 52644, + 52651 ], "loc": { "start": { - "line": 1477, + "line": 1471, "column": 13 }, "end": { - "line": 1477, + "line": 1471, "column": 20 } } @@ -121375,16 +120614,16 @@ "object": { "type": "ThisExpression", "range": [ - 52968, - 52972 + 52669, + 52673 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 16 }, "end": { - "line": 1479, + "line": 1473, "column": 20 } } @@ -121393,31 +120632,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52973, - 52988 + 52674, + 52689 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 21 }, "end": { - "line": 1479, + "line": 1473, "column": 36 } } }, "range": [ - 52968, - 52988 + 52669, + 52689 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 16 }, "end": { - "line": 1479, + "line": 1473, "column": 36 } } @@ -121426,31 +120665,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52992, - 53009 + 52693, + 52710 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 40 }, "end": { - "line": 1479, + "line": 1473, "column": 57 } } }, "range": [ - 52968, - 53009 + 52669, + 52710 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 16 }, "end": { - "line": 1479, + "line": 1473, "column": 57 } } @@ -121467,16 +120706,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53029, - 53039 + 52730, + 52740 ], "loc": { "start": { - "line": 1480, + "line": 1474, "column": 16 }, "end": { - "line": 1480, + "line": 1474, "column": 26 } } @@ -121486,78 +120725,78 @@ "value": true, "raw": "true", "range": [ - 53042, - 53046 + 52743, + 52747 ], "loc": { "start": { - "line": 1480, + "line": 1474, "column": 29 }, "end": { - "line": 1480, + "line": 1474, "column": 33 } } }, "range": [ - 53029, - 53046 + 52730, + 52747 ], "loc": { "start": { - "line": 1480, + "line": 1474, "column": 16 }, "end": { - "line": 1480, + "line": 1474, "column": 33 } } }, "range": [ - 53029, - 53047 + 52730, + 52748 ], "loc": { "start": { - "line": 1480, + "line": 1474, "column": 16 }, "end": { - "line": 1480, + "line": 1474, "column": 34 } } } ], "range": [ - 53011, - 53061 + 52712, + 52762 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 59 }, "end": { - "line": 1481, + "line": 1475, "column": 13 } } }, "alternate": null, "range": [ - 52964, - 53061 + 52665, + 52762 ], "loc": { "start": { - "line": 1479, + "line": 1473, "column": 12 }, "end": { - "line": 1481, + "line": 1475, "column": 13 } }, @@ -121566,16 +120805,16 @@ "type": "Line", "value": "for j", "range": [ - 52943, - 52950 + 52644, + 52651 ], "loc": { "start": { - "line": 1477, + "line": 1471, "column": 13 }, "end": { - "line": 1477, + "line": 1471, "column": 20 } } @@ -121591,32 +120830,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53080, - 53090 + 52781, + 52791 ], "loc": { "start": { - "line": 1483, + "line": 1477, "column": 17 }, "end": { - "line": 1483, + "line": 1477, "column": 27 } } }, "prefix": true, "range": [ - 53079, - 53090 + 52780, + 52791 ], "loc": { "start": { - "line": 1483, + "line": 1477, "column": 16 }, "end": { - "line": 1483, + "line": 1477, "column": 27 } } @@ -121634,16 +120873,16 @@ "object": { "type": "ThisExpression", "range": [ - 53110, - 53114 + 52811, + 52815 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 16 }, "end": { - "line": 1484, + "line": 1478, "column": 20 } } @@ -121652,31 +120891,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 53115, - 53126 + 52816, + 52827 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 21 }, "end": { - "line": 1484, + "line": 1478, "column": 32 } } }, "range": [ - 53110, - 53126 + 52811, + 52827 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 16 }, "end": { - "line": 1484, + "line": 1478, "column": 32 } } @@ -121686,16 +120925,16 @@ "type": "Identifier", "name": "k", "range": [ - 53127, - 53128 + 52828, + 52829 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 33 }, "end": { - "line": 1484, + "line": 1478, "column": 34 } } @@ -121705,47 +120944,47 @@ "value": false, "raw": "false", "range": [ - 53130, - 53135 + 52831, + 52836 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 36 }, "end": { - "line": 1484, + "line": 1478, "column": 41 } } } ], "range": [ - 53110, - 53136 + 52811, + 52837 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 16 }, "end": { - "line": 1484, + "line": 1478, "column": 42 } } }, "range": [ - 53110, - 53137 + 52811, + 52838 ], "loc": { "start": { - "line": 1484, + "line": 1478, "column": 16 }, "end": { - "line": 1484, + "line": 1478, "column": 43 } } @@ -121759,63 +120998,63 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 53154, - 53164 + 52855, + 52865 ], "loc": { "start": { - "line": 1485, + "line": 1479, "column": 16 }, "end": { - "line": 1485, + "line": 1479, "column": 26 } } }, "prefix": false, "range": [ - 53154, - 53166 + 52855, + 52867 ], "loc": { "start": { - "line": 1485, + "line": 1479, "column": 16 }, "end": { - "line": 1485, + "line": 1479, "column": 28 } } }, "range": [ - 53154, - 53167 + 52855, + 52868 ], "loc": { "start": { - "line": 1485, + "line": 1479, "column": 16 }, "end": { - "line": 1485, + "line": 1479, "column": 29 } } } ], "range": [ - 53092, - 53181 + 52793, + 52882 ], "loc": { "start": { - "line": 1483, + "line": 1477, "column": 29 }, "end": { - "line": 1486, + "line": 1480, "column": 13 } } @@ -121833,16 +121072,16 @@ "object": { "type": "ThisExpression", "range": [ - 53205, - 53209 + 52906, + 52910 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 16 }, "end": { - "line": 1487, + "line": 1481, "column": 20 } } @@ -121851,31 +121090,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 53210, - 53221 + 52911, + 52922 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 21 }, "end": { - "line": 1487, + "line": 1481, "column": 32 } } }, "range": [ - 53205, - 53221 + 52906, + 52922 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 16 }, "end": { - "line": 1487, + "line": 1481, "column": 32 } } @@ -121885,16 +121124,16 @@ "type": "Identifier", "name": "k", "range": [ - 53222, - 53223 + 52923, + 52924 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 33 }, "end": { - "line": 1487, + "line": 1481, "column": 34 } } @@ -121904,78 +121143,78 @@ "value": true, "raw": "true", "range": [ - 53225, - 53229 + 52926, + 52930 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 36 }, "end": { - "line": 1487, + "line": 1481, "column": 40 } } } ], "range": [ - 53205, - 53230 + 52906, + 52931 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 16 }, "end": { - "line": 1487, + "line": 1481, "column": 41 } } }, "range": [ - 53205, - 53231 + 52906, + 52932 ], "loc": { "start": { - "line": 1487, + "line": 1481, "column": 16 }, "end": { - "line": 1487, + "line": 1481, "column": 42 } } } ], "range": [ - 53187, - 53245 + 52888, + 52946 ], "loc": { "start": { - "line": 1486, + "line": 1480, "column": 19 }, "end": { - "line": 1488, + "line": 1482, "column": 13 } } }, "range": [ - 53075, - 53245 + 52776, + 52946 ], "loc": { "start": { - "line": 1483, + "line": 1477, "column": 12 }, "end": { - "line": 1488, + "line": 1482, "column": 13 } } @@ -121993,16 +121232,16 @@ "object": { "type": "ThisExpression", "range": [ - 53259, - 53263 + 52960, + 52964 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 12 }, "end": { - "line": 1490, + "line": 1484, "column": 16 } } @@ -122011,31 +121250,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 53264, - 53271 + 52965, + 52972 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 17 }, "end": { - "line": 1490, + "line": 1484, "column": 24 } } }, "range": [ - 53259, - 53271 + 52960, + 52972 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 12 }, "end": { - "line": 1490, + "line": 1484, "column": 24 } } @@ -122044,31 +121283,31 @@ "type": "Identifier", "name": "emit", "range": [ - 53272, - 53276 + 52973, + 52977 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 25 }, "end": { - "line": 1490, + "line": 1484, "column": 29 } } }, "range": [ - 53259, - 53276 + 52960, + 52977 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 12 }, "end": { - "line": 1490, + "line": 1484, "column": 29 } } @@ -122079,16 +121318,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 53277, - 53292 + 52978, + 52993 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 30 }, "end": { - "line": 1490, + "line": 1484, "column": 45 } } @@ -122096,16 +121335,16 @@ { "type": "ThisExpression", "range": [ - 53294, - 53298 + 52995, + 52999 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 47 }, "end": { - "line": 1490, + "line": 1484, "column": 51 } } @@ -122114,16 +121353,16 @@ "type": "Identifier", "name": "k", "range": [ - 53300, - 53301 + 53001, + 53002 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 53 }, "end": { - "line": 1490, + "line": 1484, "column": 54 } } @@ -122137,16 +121376,16 @@ "object": { "type": "ThisExpression", "range": [ - 53319, - 53323 + 53020, + 53024 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 16 }, "end": { - "line": 1491, + "line": 1485, "column": 20 } } @@ -122155,31 +121394,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53324, - 53338 + 53025, + 53039 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 21 }, "end": { - "line": 1491, + "line": 1485, "column": 35 } } }, "range": [ - 53319, - 53338 + 53020, + 53039 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 16 }, "end": { - "line": 1491, + "line": 1485, "column": 35 } } @@ -122188,31 +121427,31 @@ "type": "Identifier", "name": "length", "range": [ - 53339, - 53345 + 53040, + 53046 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 36 }, "end": { - "line": 1491, + "line": 1485, "column": 42 } } }, "range": [ - 53319, - 53345 + 53020, + 53046 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 16 }, "end": { - "line": 1491, + "line": 1485, "column": 42 } } @@ -122221,78 +121460,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53347, - 53357 + 53048, + 53058 ], "loc": { "start": { - "line": 1491, + "line": 1485, "column": 44 }, "end": { - "line": 1491, + "line": 1485, "column": 54 } } } ], "range": [ - 53259, - 53358 + 52960, + 53059 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 12 }, "end": { - "line": 1491, + "line": 1485, "column": 55 } } }, "range": [ - 53259, - 53359 + 52960, + 53060 ], "loc": { "start": { - "line": 1490, + "line": 1484, "column": 12 }, "end": { - "line": 1491, + "line": 1485, "column": 56 } } } ], "range": [ - 49813, - 53369 + 49629, + 53070 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 56 }, "end": { - "line": 1492, + "line": 1486, "column": 9 } } }, "range": [ - 49765, - 53369 + 49581, + 53070 ], "loc": { "start": { - "line": 1397, + "line": 1393, "column": 8 }, "end": { - "line": 1492, + "line": 1486, "column": 9 } }, @@ -122301,16 +121540,16 @@ "type": "Line", "value": "fn", "range": [ - 49751, - 49755 + 49567, + 49571 ], "loc": { "start": { - "line": 1395, + "line": 1391, "column": 9 }, "end": { - "line": 1395, + "line": 1391, "column": 13 } } @@ -122321,16 +121560,16 @@ "type": "Line", "value": " for k", "range": [ - 53369, - 53377 + 53070, + 53078 ], "loc": { "start": { - "line": 1492, + "line": 1486, "column": 9 }, "end": { - "line": 1492, + "line": 1486, "column": 17 } } @@ -122348,16 +121587,16 @@ "object": { "type": "ThisExpression", "range": [ - 53387, - 53391 + 53088, + 53092 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 8 }, "end": { - "line": 1494, + "line": 1488, "column": 12 } } @@ -122366,31 +121605,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 53392, - 53405 + 53093, + 53106 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 13 }, "end": { - "line": 1494, + "line": 1488, "column": 26 } } }, "range": [ - 53387, - 53405 + 53088, + 53106 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 8 }, "end": { - "line": 1494, + "line": 1488, "column": 26 } } @@ -122404,16 +121643,16 @@ "object": { "type": "ThisExpression", "range": [ - 53408, - 53412 + 53109, + 53113 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 29 }, "end": { - "line": 1494, + "line": 1488, "column": 33 } } @@ -122422,31 +121661,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53413, - 53427 + 53114, + 53128 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 34 }, "end": { - "line": 1494, + "line": 1488, "column": 48 } } }, "range": [ - 53408, - 53427 + 53109, + 53128 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 29 }, "end": { - "line": 1494, + "line": 1488, "column": 48 } } @@ -122455,61 +121694,61 @@ "type": "Identifier", "name": "length", "range": [ - 53428, - 53434 + 53129, + 53135 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 49 }, "end": { - "line": 1494, + "line": 1488, "column": 55 } } }, "range": [ - 53408, - 53434 + 53109, + 53135 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 29 }, "end": { - "line": 1494, + "line": 1488, "column": 55 } } }, "range": [ - 53387, - 53434 + 53088, + 53135 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 8 }, "end": { - "line": 1494, + "line": 1488, "column": 55 } } }, "range": [ - 53387, - 53435 + 53088, + 53136 ], "loc": { "start": { - "line": 1494, + "line": 1488, "column": 8 }, "end": { - "line": 1494, + "line": 1488, "column": 56 } }, @@ -122518,16 +121757,16 @@ "type": "Line", "value": " for k", "range": [ - 53369, - 53377 + 53070, + 53078 ], "loc": { "start": { - "line": 1492, + "line": 1486, "column": 9 }, "end": { - "line": 1492, + "line": 1486, "column": 17 } } @@ -122545,16 +121784,16 @@ "object": { "type": "ThisExpression", "range": [ - 53444, - 53448 + 53145, + 53149 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 8 }, "end": { - "line": 1495, + "line": 1489, "column": 12 } } @@ -122563,31 +121802,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 53449, - 53461 + 53150, + 53162 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 13 }, "end": { - "line": 1495, + "line": 1489, "column": 25 } } }, "range": [ - 53444, - 53461 + 53145, + 53162 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 8 }, "end": { - "line": 1495, + "line": 1489, "column": 25 } } @@ -122596,46 +121835,46 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 53464, - 53474 + 53165, + 53175 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 28 }, "end": { - "line": 1495, + "line": 1489, "column": 38 } } }, "range": [ - 53444, - 53474 + 53145, + 53175 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 8 }, "end": { - "line": 1495, + "line": 1489, "column": 38 } } }, "range": [ - 53444, - 53475 + 53145, + 53176 ], "loc": { "start": { - "line": 1495, + "line": 1489, "column": 8 }, "end": { - "line": 1495, + "line": 1489, "column": 39 } }, @@ -122644,16 +121883,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53485, - 53517 + 53186, + 53218 ], "loc": { "start": { - "line": 1497, + "line": 1491, "column": 8 }, "end": { - "line": 1497, + "line": 1491, "column": 40 } } @@ -122668,16 +121907,16 @@ "object": { "type": "ThisExpression", "range": [ - 53530, - 53534 + 53231, + 53235 ], "loc": { "start": { - "line": 1498, + "line": 1492, "column": 12 }, "end": { - "line": 1498, + "line": 1492, "column": 16 } } @@ -122686,31 +121925,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53535, - 53548 + 53236, + 53249 ], "loc": { "start": { - "line": 1498, + "line": 1492, "column": 17 }, "end": { - "line": 1498, + "line": 1492, "column": 30 } } }, "range": [ - 53530, - 53548 + 53231, + 53249 ], "loc": { "start": { - "line": 1498, + "line": 1492, "column": 12 }, "end": { - "line": 1498, + "line": 1492, "column": 30 } } @@ -122731,16 +121970,16 @@ "object": { "type": "ThisExpression", "range": [ - 53564, - 53568 + 53265, + 53269 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 12 }, "end": { - "line": 1499, + "line": 1493, "column": 16 } } @@ -122749,31 +121988,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53569, - 53582 + 53270, + 53283 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 17 }, "end": { - "line": 1499, + "line": 1493, "column": 30 } } }, "range": [ - 53564, - 53582 + 53265, + 53283 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 12 }, "end": { - "line": 1499, + "line": 1493, "column": 30 } } @@ -122782,31 +122021,31 @@ "type": "Identifier", "name": "call", "range": [ - 53583, - 53587 + 53284, + 53288 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 31 }, "end": { - "line": 1499, + "line": 1493, "column": 35 } } }, "range": [ - 53564, - 53587 + 53265, + 53288 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 12 }, "end": { - "line": 1499, + "line": 1493, "column": 35 } } @@ -122817,16 +122056,16 @@ "value": null, "raw": "null", "range": [ - 53588, - 53592 + 53289, + 53293 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 36 }, "end": { - "line": 1499, + "line": 1493, "column": 40 } } @@ -122834,79 +122073,79 @@ { "type": "ThisExpression", "range": [ - 53594, - 53598 + 53295, + 53299 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 42 }, "end": { - "line": 1499, + "line": 1493, "column": 46 } } } ], "range": [ - 53564, - 53599 + 53265, + 53300 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 12 }, "end": { - "line": 1499, + "line": 1493, "column": 47 } } }, "range": [ - 53564, - 53600 + 53265, + 53301 ], "loc": { "start": { - "line": 1499, + "line": 1493, "column": 12 }, "end": { - "line": 1499, + "line": 1493, "column": 48 } } } ], "range": [ - 53550, - 53610 + 53251, + 53311 ], "loc": { "start": { - "line": 1498, + "line": 1492, "column": 32 }, "end": { - "line": 1500, + "line": 1494, "column": 9 } } }, "alternate": null, "range": [ - 53526, - 53610 + 53227, + 53311 ], "loc": { "start": { - "line": 1498, + "line": 1492, "column": 8 }, "end": { - "line": 1500, + "line": 1494, "column": 9 } }, @@ -122915,16 +122154,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53485, - 53517 + 53186, + 53218 ], "loc": { "start": { - "line": 1497, + "line": 1491, "column": 8 }, "end": { - "line": 1497, + "line": 1491, "column": 40 } } @@ -122944,16 +122183,16 @@ "object": { "type": "ThisExpression", "range": [ - 53620, - 53624 + 53321, + 53325 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 8 }, "end": { - "line": 1502, + "line": 1496, "column": 12 } } @@ -122962,31 +122201,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 53625, - 53632 + 53326, + 53333 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 13 }, "end": { - "line": 1502, + "line": 1496, "column": 20 } } }, "range": [ - 53620, - 53632 + 53321, + 53333 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 8 }, "end": { - "line": 1502, + "line": 1496, "column": 20 } } @@ -122995,31 +122234,31 @@ "type": "Identifier", "name": "emit", "range": [ - 53633, - 53637 + 53334, + 53338 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 21 }, "end": { - "line": 1502, + "line": 1496, "column": 25 } } }, "range": [ - 53620, - 53637 + 53321, + 53338 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 8 }, "end": { - "line": 1502, + "line": 1496, "column": 25 } } @@ -123030,16 +122269,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 53638, - 53655 + 53339, + 53356 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 26 }, "end": { - "line": 1502, + "line": 1496, "column": 43 } } @@ -123047,16 +122286,16 @@ { "type": "ThisExpression", "range": [ - 53657, - 53661 + 53358, + 53362 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 45 }, "end": { - "line": 1502, + "line": 1496, "column": 49 } } @@ -123065,63 +122304,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 53663, - 53673 + 53364, + 53374 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 51 }, "end": { - "line": 1502, + "line": 1496, "column": 61 } } } ], "range": [ - 53620, - 53674 + 53321, + 53375 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 8 }, "end": { - "line": 1502, + "line": 1496, "column": 62 } } }, "range": [ - 53620, - 53675 + 53321, + 53376 ], "loc": { "start": { - "line": 1502, + "line": 1496, "column": 8 }, "end": { - "line": 1502, + "line": 1496, "column": 63 } } } ], "range": [ - 39553, - 53681 + 39261, + 53382 ], "loc": { "start": { - "line": 1147, + "line": 1141, "column": 13 }, "end": { - "line": 1503, + "line": 1497, "column": 5 } } @@ -123129,16 +122368,16 @@ "generator": false, "expression": false, "range": [ - 39550, - 53681 + 39258, + 53382 ], "loc": { "start": { - "line": 1147, + "line": 1141, "column": 10 }, "end": { - "line": 1503, + "line": 1497, "column": 5 } } @@ -123146,16 +122385,16 @@ "kind": "method", "computed": false, "range": [ - 39544, - 53681 + 39252, + 53382 ], "loc": { "start": { - "line": 1147, + "line": 1141, "column": 4 }, "end": { - "line": 1503, + "line": 1497, "column": 5 } }, @@ -123164,16 +122403,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 39302, - 39539 + 39010, + 39247 ], "loc": { "start": { - "line": 1142, + "line": 1136, "column": 4 }, "end": { - "line": 1146, + "line": 1140, "column": 7 } } @@ -123184,16 +122423,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 53687, - 54071 + 53388, + 53772 ], "loc": { "start": { - "line": 1505, + "line": 1499, "column": 4 }, "end": { - "line": 1512, + "line": 1506, "column": 7 } } @@ -123207,16 +122446,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 54076, - 54088 + 53777, + 53789 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 4 }, "end": { - "line": 1513, + "line": 1507, "column": 16 } } @@ -123229,16 +122468,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54089, - 54097 + 53790, + 53798 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 17 }, "end": { - "line": 1513, + "line": 1507, "column": 25 } } @@ -123249,16 +122488,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 54099, - 54113 + 53800, + 53814 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 27 }, "end": { - "line": 1513, + "line": 1507, "column": 41 } } @@ -123268,31 +122507,31 @@ "value": false, "raw": "false", "range": [ - 54116, - 54121 + 53817, + 53822 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 44 }, "end": { - "line": 1513, + "line": 1507, "column": 49 } } }, "range": [ - 54099, - 54121 + 53800, + 53822 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 27 }, "end": { - "line": 1513, + "line": 1507, "column": 49 } } @@ -123303,16 +122542,16 @@ "type": "Identifier", "name": "num", "range": [ - 54123, - 54126 + 53824, + 53827 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 51 }, "end": { - "line": 1513, + "line": 1507, "column": 54 } } @@ -123322,31 +122561,31 @@ "value": false, "raw": "false", "range": [ - 54129, - 54134 + 53830, + 53835 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 57 }, "end": { - "line": 1513, + "line": 1507, "column": 62 } } }, "range": [ - 54123, - 54134 + 53824, + 53835 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 51 }, "end": { - "line": 1513, + "line": 1507, "column": 62 } } @@ -123357,16 +122596,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 54136, - 54143 + 53837, + 53844 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 64 }, "end": { - "line": 1513, + "line": 1507, "column": 71 } } @@ -123375,31 +122614,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 54146, - 54148 + 53847, + 53849 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 74 }, "end": { - "line": 1513, + "line": 1507, "column": 76 } } }, "range": [ - 54136, - 54148 + 53837, + 53849 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 64 }, "end": { - "line": 1513, + "line": 1507, "column": 76 } } @@ -123419,16 +122658,16 @@ "object": { "type": "ThisExpression", "range": [ - 54165, - 54169 + 53866, + 53870 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 13 }, "end": { - "line": 1514, + "line": 1508, "column": 17 } } @@ -123437,47 +122676,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 54170, - 54177 + 53871, + 53878 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 18 }, "end": { - "line": 1514, + "line": 1508, "column": 25 } } }, "range": [ - 54165, - 54177 + 53866, + 53878 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 13 }, "end": { - "line": 1514, + "line": 1508, "column": 25 } } }, "prefix": true, "range": [ - 54164, - 54177 + 53865, + 53878 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 12 }, "end": { - "line": 1514, + "line": 1508, "column": 25 } } @@ -123489,48 +122728,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 54193, - 54200 + 53894, + 53901 ], "loc": { "start": { - "line": 1515, + "line": 1509, "column": 12 }, "end": { - "line": 1515, + "line": 1509, "column": 19 } } } ], "range": [ - 54179, - 54210 + 53880, + 53911 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 27 }, "end": { - "line": 1516, + "line": 1510, "column": 9 } } }, "alternate": null, "range": [ - 54160, - 54210 + 53861, + 53911 ], "loc": { "start": { - "line": 1514, + "line": 1508, "column": 8 }, "end": { - "line": 1516, + "line": 1510, "column": 9 } } @@ -123544,16 +122783,16 @@ "type": "Identifier", "name": "row", "range": [ - 54223, - 54226 + 53924, + 53927 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 12 }, "end": { - "line": 1517, + "line": 1511, "column": 15 } } @@ -123567,16 +122806,16 @@ "object": { "type": "ThisExpression", "range": [ - 54229, - 54233 + 53930, + 53934 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 18 }, "end": { - "line": 1517, + "line": 1511, "column": 22 } } @@ -123585,31 +122824,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 54234, - 54237 + 53935, + 53938 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 23 }, "end": { - "line": 1517, + "line": 1511, "column": 26 } } }, "range": [ - 54229, - 54237 + 53930, + 53938 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 18 }, "end": { - "line": 1517, + "line": 1511, "column": 26 } } @@ -123618,46 +122857,46 @@ "type": "Identifier", "name": "rows", "range": [ - 54238, - 54242 + 53939, + 53943 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 27 }, "end": { - "line": 1517, + "line": 1511, "column": 31 } } }, "range": [ - 54229, - 54242 + 53930, + 53943 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 18 }, "end": { - "line": 1517, + "line": 1511, "column": 31 } } }, "range": [ - 54223, - 54242 + 53924, + 53943 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 12 }, "end": { - "line": 1517, + "line": 1511, "column": 31 } } @@ -123668,16 +122907,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 54256, - 54265 + 53957, + 53966 ], "loc": { "start": { - "line": 1518, + "line": 1512, "column": 12 }, "end": { - "line": 1518, + "line": 1512, "column": 21 } } @@ -123686,31 +122925,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 54268, - 54270 + 53969, + 53971 ], "loc": { "start": { - "line": 1518, + "line": 1512, "column": 24 }, "end": { - "line": 1518, + "line": 1512, "column": 26 } } }, "range": [ - 54256, - 54270 + 53957, + 53971 ], "loc": { "start": { - "line": 1518, + "line": 1512, "column": 12 }, "end": { - "line": 1518, + "line": 1512, "column": 26 } } @@ -123718,16 +122957,16 @@ ], "kind": "let", "range": [ - 54219, - 54271 + 53920, + 53972 ], "loc": { "start": { - "line": 1517, + "line": 1511, "column": 8 }, "end": { - "line": 1518, + "line": 1512, "column": 27 } } @@ -123738,16 +122977,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 54285, - 54299 + 53986, + 54000 ], "loc": { "start": { - "line": 1520, + "line": 1514, "column": 12 }, "end": { - "line": 1520, + "line": 1514, "column": 26 } } @@ -123766,16 +123005,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 54315, - 54324 + 54016, + 54025 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 12 }, "end": { - "line": 1521, + "line": 1515, "column": 21 } } @@ -123784,31 +123023,31 @@ "type": "Identifier", "name": "push", "range": [ - 54325, - 54329 + 54026, + 54030 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 22 }, "end": { - "line": 1521, + "line": 1515, "column": 26 } } }, "range": [ - 54315, - 54329 + 54016, + 54030 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 12 }, "end": { - "line": 1521, + "line": 1515, "column": 26 } } @@ -123825,16 +123064,16 @@ "object": { "type": "ThisExpression", "range": [ - 54330, - 54334 + 54031, + 54035 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 27 }, "end": { - "line": 1521, + "line": 1515, "column": 31 } } @@ -123843,47 +123082,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 54335, - 54349 + 54036, + 54050 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 32 }, "end": { - "line": 1521, + "line": 1515, "column": 46 } } }, "range": [ - 54330, - 54349 + 54031, + 54050 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 27 }, "end": { - "line": 1521, + "line": 1515, "column": 46 } } }, "arguments": [], "range": [ - 54330, - 54351 + 54031, + 54052 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 27 }, "end": { - "line": 1521, + "line": 1515, "column": 48 } } @@ -123892,94 +123131,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54352, - 54360 + 54053, + 54061 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 49 }, "end": { - "line": 1521, + "line": 1515, "column": 57 } } }, "range": [ - 54330, - 54361 + 54031, + 54062 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 27 }, "end": { - "line": 1521, + "line": 1515, "column": 58 } } } ], "range": [ - 54315, - 54362 + 54016, + 54063 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 12 }, "end": { - "line": 1521, + "line": 1515, "column": 59 } } }, "range": [ - 54315, - 54363 + 54016, + 54064 ], "loc": { "start": { - "line": 1521, + "line": 1515, "column": 12 }, "end": { - "line": 1521, + "line": 1515, "column": 60 } } } ], "range": [ - 54301, - 54373 + 54002, + 54074 ], "loc": { "start": { - "line": 1520, + "line": 1514, "column": 28 }, "end": { - "line": 1522, + "line": 1516, "column": 9 } } }, "alternate": null, "range": [ - 54281, - 54373 + 53982, + 54074 ], "loc": { "start": { - "line": 1520, + "line": 1514, "column": 8 }, "end": { - "line": 1522, + "line": 1516, "column": 9 } } @@ -123995,16 +123234,16 @@ "type": "Identifier", "name": "i", "range": [ - 54392, - 54393 + 54093, + 54094 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 17 }, "end": { - "line": 1524, + "line": 1518, "column": 18 } } @@ -124015,16 +123254,16 @@ "object": { "type": "ThisExpression", "range": [ - 54396, - 54400 + 54097, + 54101 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 21 }, "end": { - "line": 1524, + "line": 1518, "column": 25 } } @@ -124033,46 +123272,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 54401, - 54407 + 54102, + 54108 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 26 }, "end": { - "line": 1524, + "line": 1518, "column": 32 } } }, "range": [ - 54396, - 54407 + 54097, + 54108 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 21 }, "end": { - "line": 1524, + "line": 1518, "column": 32 } } }, "range": [ - 54392, - 54407 + 54093, + 54108 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 17 }, "end": { - "line": 1524, + "line": 1518, "column": 32 } } @@ -124080,16 +123319,16 @@ ], "kind": "let", "range": [ - 54388, - 54407 + 54089, + 54108 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 13 }, "end": { - "line": 1524, + "line": 1518, "column": 32 } } @@ -124101,16 +123340,16 @@ "type": "Identifier", "name": "i", "range": [ - 54409, - 54410 + 54110, + 54111 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 34 }, "end": { - "line": 1524, + "line": 1518, "column": 35 } } @@ -124121,16 +123360,16 @@ "object": { "type": "ThisExpression", "range": [ - 54413, - 54417 + 54114, + 54118 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 38 }, "end": { - "line": 1524, + "line": 1518, "column": 42 } } @@ -124139,46 +123378,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 54418, - 54424 + 54119, + 54125 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 43 }, "end": { - "line": 1524, + "line": 1518, "column": 49 } } }, "range": [ - 54413, - 54424 + 54114, + 54125 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 38 }, "end": { - "line": 1524, + "line": 1518, "column": 49 } } }, "range": [ - 54409, - 54424 + 54110, + 54125 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 34 }, "end": { - "line": 1524, + "line": 1518, "column": 49 } } @@ -124190,32 +123429,32 @@ "type": "Identifier", "name": "i", "range": [ - 54426, - 54427 + 54127, + 54128 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 51 }, "end": { - "line": 1524, + "line": 1518, "column": 52 } } }, "prefix": false, "range": [ - 54426, - 54429 + 54127, + 54130 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 51 }, "end": { - "line": 1524, + "line": 1518, "column": 54 } } @@ -124232,16 +123471,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54449, - 54461 + 54150, + 54162 ], "loc": { "start": { - "line": 1525, + "line": 1519, "column": 16 }, "end": { - "line": 1525, + "line": 1519, "column": 28 } } @@ -124251,31 +123490,31 @@ "value": false, "raw": "false", "range": [ - 54464, - 54469 + 54165, + 54170 ], "loc": { "start": { - "line": 1525, + "line": 1519, "column": 31 }, "end": { - "line": 1525, + "line": 1519, "column": 36 } } }, "range": [ - 54449, - 54469 + 54150, + 54170 ], "loc": { "start": { - "line": 1525, + "line": 1519, "column": 16 }, "end": { - "line": 1525, + "line": 1519, "column": 36 } } @@ -124283,16 +123522,16 @@ ], "kind": "let", "range": [ - 54445, - 54470 + 54146, + 54171 ], "loc": { "start": { - "line": 1525, + "line": 1519, "column": 12 }, "end": { - "line": 1525, + "line": 1519, "column": 37 } }, @@ -124301,16 +123540,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54483, - 54538 + 54184, + 54239 ], "loc": { "start": { - "line": 1526, + "line": 1520, "column": 12 }, "end": { - "line": 1526, + "line": 1520, "column": 67 } } @@ -124329,16 +123568,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 54555, - 54562 + 54256, + 54263 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 16 }, "end": { - "line": 1527, + "line": 1521, "column": 23 } } @@ -124347,31 +123586,31 @@ "type": "Identifier", "name": "length", "range": [ - 54563, - 54569 + 54264, + 54270 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 24 }, "end": { - "line": 1527, + "line": 1521, "column": 30 } } }, "range": [ - 54555, - 54569 + 54256, + 54270 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 16 }, "end": { - "line": 1527, + "line": 1521, "column": 30 } } @@ -124381,31 +123620,31 @@ "value": 0, "raw": "0", "range": [ - 54572, - 54573 + 54273, + 54274 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 33 }, "end": { - "line": 1527, + "line": 1521, "column": 34 } } }, "range": [ - 54555, - 54573 + 54256, + 54274 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 16 }, "end": { - "line": 1527, + "line": 1521, "column": 34 } } @@ -124422,16 +123661,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54593, - 54605 + 54294, + 54306 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 16 }, "end": { - "line": 1528, + "line": 1522, "column": 28 } } @@ -124448,16 +123687,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 54608, - 54615 + 54309, + 54316 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 31 }, "end": { - "line": 1528, + "line": 1522, "column": 38 } } @@ -124466,31 +123705,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 54616, - 54623 + 54317, + 54324 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 39 }, "end": { - "line": 1528, + "line": 1522, "column": 46 } } }, "range": [ - 54608, - 54623 + 54309, + 54324 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 31 }, "end": { - "line": 1528, + "line": 1522, "column": 46 } } @@ -124500,32 +123739,32 @@ "type": "Identifier", "name": "i", "range": [ - 54624, - 54625 + 54325, + 54326 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 47 }, "end": { - "line": 1528, + "line": 1522, "column": 48 } } } ], "range": [ - 54608, - 54626 + 54309, + 54327 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 31 }, "end": { - "line": 1528, + "line": 1522, "column": 49 } } @@ -124538,109 +123777,109 @@ "value": 1, "raw": "1", "range": [ - 54631, - 54632 + 54332, + 54333 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 54 }, "end": { - "line": 1528, + "line": 1522, "column": 55 } } }, "prefix": true, "range": [ - 54630, - 54632 + 54331, + 54333 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 53 }, "end": { - "line": 1528, + "line": 1522, "column": 55 } } }, "range": [ - 54608, - 54632 + 54309, + 54333 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 31 }, "end": { - "line": 1528, + "line": 1522, "column": 55 } } }, "range": [ - 54593, - 54632 + 54294, + 54333 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 16 }, "end": { - "line": 1528, + "line": 1522, "column": 55 } } }, "range": [ - 54593, - 54633 + 54294, + 54334 ], "loc": { "start": { - "line": 1528, + "line": 1522, "column": 16 }, "end": { - "line": 1528, + "line": 1522, "column": 56 } } } ], "range": [ - 54575, - 54647 + 54276, + 54348 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 36 }, "end": { - "line": 1529, + "line": 1523, "column": 13 } } }, "alternate": null, "range": [ - 54551, - 54647 + 54252, + 54348 ], "loc": { "start": { - "line": 1527, + "line": 1521, "column": 12 }, "end": { - "line": 1529, + "line": 1523, "column": 13 } }, @@ -124649,16 +123888,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54483, - 54538 + 54184, + 54239 ], "loc": { "start": { - "line": 1526, + "line": 1520, "column": 12 }, "end": { - "line": 1526, + "line": 1520, "column": 67 } } @@ -124674,16 +123913,16 @@ "type": "Identifier", "name": "cell", "range": [ - 54664, - 54668 + 54365, + 54369 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 16 }, "end": { - "line": 1530, + "line": 1524, "column": 20 } } @@ -124698,16 +123937,16 @@ "type": "Identifier", "name": "row", "range": [ - 54671, - 54674 + 54372, + 54375 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 23 }, "end": { - "line": 1530, + "line": 1524, "column": 26 } } @@ -124716,31 +123955,31 @@ "type": "Identifier", "name": "i", "range": [ - 54675, - 54676 + 54376, + 54377 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 27 }, "end": { - "line": 1530, + "line": 1524, "column": 28 } } }, "range": [ - 54671, - 54677 + 54372, + 54378 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 23 }, "end": { - "line": 1530, + "line": 1524, "column": 29 } } @@ -124749,46 +123988,46 @@ "type": "Identifier", "name": "cells", "range": [ - 54678, - 54683 + 54379, + 54384 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 30 }, "end": { - "line": 1530, + "line": 1524, "column": 35 } } }, "range": [ - 54671, - 54683 + 54372, + 54384 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 23 }, "end": { - "line": 1530, + "line": 1524, "column": 35 } } }, "range": [ - 54664, - 54683 + 54365, + 54384 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 16 }, "end": { - "line": 1530, + "line": 1524, "column": 35 } } @@ -124799,16 +124038,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54701, - 54708 + 54402, + 54409 ], "loc": { "start": { - "line": 1531, + "line": 1525, "column": 16 }, "end": { - "line": 1531, + "line": 1525, "column": 23 } } @@ -124820,16 +124059,16 @@ "type": "Identifier", "name": "cell", "range": [ - 54711, - 54715 + 54412, + 54416 ], "loc": { "start": { - "line": 1531, + "line": 1525, "column": 26 }, "end": { - "line": 1531, + "line": 1525, "column": 30 } } @@ -124838,46 +124077,46 @@ "type": "Identifier", "name": "length", "range": [ - 54716, - 54722 + 54417, + 54423 ], "loc": { "start": { - "line": 1531, + "line": 1525, "column": 31 }, "end": { - "line": 1531, + "line": 1525, "column": 37 } } }, "range": [ - 54711, - 54722 + 54412, + 54423 ], "loc": { "start": { - "line": 1531, + "line": 1525, "column": 26 }, "end": { - "line": 1531, + "line": 1525, "column": 37 } } }, "range": [ - 54701, - 54722 + 54402, + 54423 ], "loc": { "start": { - "line": 1531, + "line": 1525, "column": 16 }, "end": { - "line": 1531, + "line": 1525, "column": 37 } } @@ -124885,16 +124124,16 @@ ], "kind": "let", "range": [ - 54660, - 54723 + 54361, + 54424 ], "loc": { "start": { - "line": 1530, + "line": 1524, "column": 12 }, "end": { - "line": 1531, + "line": 1525, "column": 38 } }, @@ -124903,16 +124142,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54737, - 54790 + 54438, + 54491 ], "loc": { "start": { - "line": 1533, + "line": 1527, "column": 12 }, "end": { - "line": 1533, + "line": 1527, "column": 65 } } @@ -124931,16 +124170,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54807, - 54814 + 54508, + 54515 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 16 }, "end": { - "line": 1534, + "line": 1528, "column": 23 } } @@ -124951,16 +124190,16 @@ "object": { "type": "ThisExpression", "range": [ - 54819, - 54823 + 54520, + 54524 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 28 }, "end": { - "line": 1534, + "line": 1528, "column": 32 } } @@ -124969,46 +124208,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 54824, - 54831 + 54525, + 54532 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 33 }, "end": { - "line": 1534, + "line": 1528, "column": 40 } } }, "range": [ - 54819, - 54831 + 54520, + 54532 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 28 }, "end": { - "line": 1534, + "line": 1528, "column": 40 } } }, "range": [ - 54807, - 54831 + 54508, + 54532 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 16 }, "end": { - "line": 1534, + "line": 1528, "column": 40 } } @@ -125020,47 +124259,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54836, - 54848 + 54537, + 54549 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 45 }, "end": { - "line": 1534, + "line": 1528, "column": 57 } } }, "prefix": true, "range": [ - 54835, - 54848 + 54536, + 54549 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 44 }, "end": { - "line": 1534, + "line": 1528, "column": 57 } } }, "range": [ - 54807, - 54848 + 54508, + 54549 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 16 }, "end": { - "line": 1534, + "line": 1528, "column": 57 } } @@ -125079,16 +124318,16 @@ "type": "Identifier", "name": "j", "range": [ - 54926, - 54927 + 54627, + 54628 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 25 }, "end": { - "line": 1536, + "line": 1530, "column": 26 } } @@ -125098,31 +124337,31 @@ "value": 0, "raw": "0", "range": [ - 54930, - 54931 + 54631, + 54632 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 29 }, "end": { - "line": 1536, + "line": 1530, "column": 30 } } }, "range": [ - 54926, - 54931 + 54627, + 54632 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 25 }, "end": { - "line": 1536, + "line": 1530, "column": 30 } } @@ -125130,16 +124369,16 @@ ], "kind": "let", "range": [ - 54922, - 54931 + 54623, + 54632 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 21 }, "end": { - "line": 1536, + "line": 1530, "column": 30 } } @@ -125151,16 +124390,16 @@ "type": "Identifier", "name": "j", "range": [ - 54933, - 54934 + 54634, + 54635 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 32 }, "end": { - "line": 1536, + "line": 1530, "column": 33 } } @@ -125169,31 +124408,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54937, - 54944 + 54638, + 54645 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 36 }, "end": { - "line": 1536, + "line": 1530, "column": 43 } } }, "range": [ - 54933, - 54944 + 54634, + 54645 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 32 }, "end": { - "line": 1536, + "line": 1530, "column": 43 } } @@ -125205,32 +124444,32 @@ "type": "Identifier", "name": "j", "range": [ - 54946, - 54947 + 54647, + 54648 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 45 }, "end": { - "line": 1536, + "line": 1530, "column": 46 } } }, "prefix": false, "range": [ - 54946, - 54949 + 54647, + 54650 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 45 }, "end": { - "line": 1536, + "line": 1530, "column": 48 } } @@ -125250,16 +124489,16 @@ "type": "Identifier", "name": "j", "range": [ - 54977, - 54978 + 54678, + 54679 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 24 }, "end": { - "line": 1537, + "line": 1531, "column": 25 } } @@ -125268,31 +124507,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54982, - 54990 + 54683, + 54691 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 29 }, "end": { - "line": 1537, + "line": 1531, "column": 37 } } }, "range": [ - 54977, - 54990 + 54678, + 54691 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 24 }, "end": { - "line": 1537, + "line": 1531, "column": 37 } } @@ -125313,16 +124552,16 @@ "type": "Identifier", "name": "row", "range": [ - 54994, - 54997 + 54695, + 54698 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 41 }, "end": { - "line": 1537, + "line": 1531, "column": 44 } } @@ -125331,31 +124570,31 @@ "type": "Identifier", "name": "i", "range": [ - 54998, - 54999 + 54699, + 54700 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 45 }, "end": { - "line": 1537, + "line": 1531, "column": 46 } } }, "range": [ - 54994, - 55000 + 54695, + 54701 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 41 }, "end": { - "line": 1537, + "line": 1531, "column": 47 } } @@ -125364,31 +124603,31 @@ "type": "Identifier", "name": "style", "range": [ - 55001, - 55006 + 54702, + 54707 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 48 }, "end": { - "line": 1537, + "line": 1531, "column": 53 } } }, "range": [ - 54994, - 55006 + 54695, + 54707 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 41 }, "end": { - "line": 1537, + "line": 1531, "column": 53 } } @@ -125397,31 +124636,31 @@ "type": "Identifier", "name": "display", "range": [ - 55007, - 55014 + 54708, + 54715 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 54 }, "end": { - "line": 1537, + "line": 1531, "column": 61 } } }, "range": [ - 54994, - 55014 + 54695, + 54715 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 41 }, "end": { - "line": 1537, + "line": 1531, "column": 61 } } @@ -125431,46 +124670,46 @@ "value": "", "raw": "''", "range": [ - 55019, - 55021 + 54720, + 54722 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 66 }, "end": { - "line": 1537, + "line": 1531, "column": 68 } } }, "range": [ - 54994, - 55021 + 54695, + 54722 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 41 }, "end": { - "line": 1537, + "line": 1531, "column": 68 } } }, "range": [ - 54977, - 55021 + 54678, + 54722 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 24 }, "end": { - "line": 1537, + "line": 1531, "column": 68 } } @@ -125482,48 +124721,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 55049, - 55058 + 54750, + 54759 ], "loc": { "start": { - "line": 1538, + "line": 1532, "column": 24 }, "end": { - "line": 1538, + "line": 1532, "column": 33 } } } ], "range": [ - 55023, - 55080 + 54724, + 54781 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 70 }, "end": { - "line": 1539, + "line": 1533, "column": 21 } } }, "alternate": null, "range": [ - 54973, - 55080 + 54674, + 54781 ], "loc": { "start": { - "line": 1537, + "line": 1531, "column": 20 }, "end": { - "line": 1539, + "line": 1533, "column": 21 } } @@ -125537,16 +124776,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 55105, - 55113 + 54806, + 54814 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 24 }, "end": { - "line": 1540, + "line": 1534, "column": 32 } } @@ -125559,16 +124798,16 @@ "object": { "type": "ThisExpression", "range": [ - 55116, - 55120 + 54817, + 54821 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 35 }, "end": { - "line": 1540, + "line": 1534, "column": 39 } } @@ -125577,31 +124816,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 55121, - 55132 + 54822, + 54833 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 40 }, "end": { - "line": 1540, + "line": 1534, "column": 51 } } }, "range": [ - 55116, - 55132 + 54817, + 54833 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 35 }, "end": { - "line": 1540, + "line": 1534, "column": 51 } } @@ -125614,16 +124853,16 @@ "type": "Identifier", "name": "cell", "range": [ - 55133, - 55137 + 54834, + 54838 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 52 }, "end": { - "line": 1540, + "line": 1534, "column": 56 } } @@ -125632,62 +124871,62 @@ "type": "Identifier", "name": "j", "range": [ - 55138, - 55139 + 54839, + 54840 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 57 }, "end": { - "line": 1540, + "line": 1534, "column": 58 } } }, "range": [ - 55133, - 55140 + 54834, + 54841 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 52 }, "end": { - "line": 1540, + "line": 1534, "column": 59 } } } ], "range": [ - 55116, - 55141 + 54817, + 54842 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 35 }, "end": { - "line": 1540, + "line": 1534, "column": 60 } } }, "range": [ - 55105, - 55141 + 54806, + 54842 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 24 }, "end": { - "line": 1540, + "line": 1534, "column": 60 } } @@ -125698,16 +124937,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55167, - 55175 + 54868, + 54876 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 24 }, "end": { - "line": 1541, + "line": 1535, "column": 32 } } @@ -125720,16 +124959,16 @@ "object": { "type": "ThisExpression", "range": [ - 55178, - 55182 + 54879, + 54883 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 35 }, "end": { - "line": 1541, + "line": 1535, "column": 39 } } @@ -125738,31 +124977,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 55183, - 55194 + 54884, + 54895 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 40 }, "end": { - "line": 1541, + "line": 1535, "column": 51 } } }, "range": [ - 55178, - 55194 + 54879, + 54895 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 35 }, "end": { - "line": 1541, + "line": 1535, "column": 51 } } @@ -125776,16 +125015,16 @@ "object": { "type": "ThisExpression", "range": [ - 55225, - 55229 + 54926, + 54930 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 28 }, "end": { - "line": 1542, + "line": 1536, "column": 32 } } @@ -125794,31 +125033,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 55230, - 55241 + 54931, + 54942 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 33 }, "end": { - "line": 1542, + "line": 1536, "column": 44 } } }, "range": [ - 55225, - 55241 + 54926, + 54942 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 28 }, "end": { - "line": 1542, + "line": 1536, "column": 44 } } @@ -125827,31 +125066,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 55242, - 55250 + 54943, + 54951 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 45 }, "end": { - "line": 1542, + "line": 1536, "column": 53 } } }, "range": [ - 55225, - 55251 + 54926, + 54952 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 28 }, "end": { - "line": 1542, + "line": 1536, "column": 54 } } @@ -125861,46 +125100,46 @@ "value": null, "raw": "null", "range": [ - 55254, - 55258 + 54955, + 54959 ], "loc": { "start": { - "line": 1542, + "line": 1536, "column": 57 }, "end": { - "line": 1542, + "line": 1536, "column": 61 } } }, "range": [ - 55178, - 55258 + 54879, + 54959 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 35 }, "end": { - "line": 1542, + "line": 1536, "column": 61 } } }, "range": [ - 55167, - 55258 + 54868, + 54959 ], "loc": { "start": { - "line": 1541, + "line": 1535, "column": 24 }, "end": { - "line": 1542, + "line": 1536, "column": 61 } } @@ -125911,16 +125150,16 @@ "type": "Identifier", "name": "data", "range": [ - 55284, - 55288 + 54985, + 54989 ], "loc": { "start": { - "line": 1543, + "line": 1537, "column": 24 }, "end": { - "line": 1543, + "line": 1537, "column": 28 } } @@ -125931,16 +125170,16 @@ "type": "Identifier", "name": "num", "range": [ - 55291, - 55294 + 54992, + 54995 ], "loc": { "start": { - "line": 1543, + "line": 1537, "column": 31 }, "end": { - "line": 1543, + "line": 1537, "column": 34 } } @@ -125954,16 +125193,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 55325, - 55332 + 55026, + 55033 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 28 }, "end": { - "line": 1544, + "line": 1538, "column": 35 } } @@ -125972,31 +125211,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 55333, - 55347 + 55034, + 55048 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 36 }, "end": { - "line": 1544, + "line": 1538, "column": 50 } } }, "range": [ - 55325, - 55347 + 55026, + 55048 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 28 }, "end": { - "line": 1544, + "line": 1538, "column": 50 } } @@ -126006,16 +125245,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 55348, - 55356 + 55049, + 55057 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 51 }, "end": { - "line": 1544, + "line": 1538, "column": 59 } } @@ -126024,32 +125263,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55358, - 55366 + 55059, + 55067 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 61 }, "end": { - "line": 1544, + "line": 1538, "column": 69 } } } ], "range": [ - 55325, - 55367 + 55026, + 55068 ], "loc": { "start": { - "line": 1544, + "line": 1538, "column": 28 }, "end": { - "line": 1544, + "line": 1538, "column": 70 } } @@ -126058,46 +125297,46 @@ "type": "Identifier", "name": "cellData", "range": [ - 55398, - 55406 + 55099, + 55107 ], "loc": { "start": { - "line": 1545, + "line": 1539, "column": 28 }, "end": { - "line": 1545, + "line": 1539, "column": 36 } } }, "range": [ - 55291, - 55406 + 54992, + 55107 ], "loc": { "start": { - "line": 1543, + "line": 1537, "column": 31 }, "end": { - "line": 1545, + "line": 1539, "column": 36 } } }, "range": [ - 55284, - 55406 + 54985, + 55107 ], "loc": { "start": { - "line": 1543, + "line": 1537, "column": 24 }, "end": { - "line": 1545, + "line": 1539, "column": 36 } } @@ -126105,16 +125344,16 @@ ], "kind": "let", "range": [ - 55101, - 55407 + 54802, + 55108 ], "loc": { "start": { - "line": 1540, + "line": 1534, "column": 20 }, "end": { - "line": 1545, + "line": 1539, "column": 37 } } @@ -126130,16 +125369,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 55428, - 55437 + 55129, + 55138 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 20 }, "end": { - "line": 1546, + "line": 1540, "column": 29 } } @@ -126148,31 +125387,31 @@ "type": "Identifier", "name": "push", "range": [ - 55438, - 55442 + 55139, + 55143 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 30 }, "end": { - "line": 1546, + "line": 1540, "column": 34 } } }, "range": [ - 55428, - 55442 + 55129, + 55143 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 20 }, "end": { - "line": 1546, + "line": 1540, "column": 34 } } @@ -126182,78 +125421,78 @@ "type": "Identifier", "name": "data", "range": [ - 55443, - 55447 + 55144, + 55148 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 35 }, "end": { - "line": 1546, + "line": 1540, "column": 39 } } } ], "range": [ - 55428, - 55448 + 55129, + 55149 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 20 }, "end": { - "line": 1546, + "line": 1540, "column": 40 } } }, "range": [ - 55428, - 55449 + 55129, + 55150 ], "loc": { "start": { - "line": 1546, + "line": 1540, "column": 20 }, "end": { - "line": 1546, + "line": 1540, "column": 41 } } } ], "range": [ - 54951, - 55467 + 54652, + 55168 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 50 }, "end": { - "line": 1547, + "line": 1541, "column": 17 } } }, "range": [ - 54917, - 55467 + 54618, + 55168 ], "loc": { "start": { - "line": 1536, + "line": 1530, "column": 16 }, "end": { - "line": 1547, + "line": 1541, "column": 17 } }, @@ -126262,16 +125501,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54868, - 54900 + 54569, + 54601 ], "loc": { "start": { - "line": 1535, + "line": 1529, "column": 16 }, "end": { - "line": 1535, + "line": 1529, "column": 48 } } @@ -126280,32 +125519,32 @@ } ], "range": [ - 54850, - 55481 + 54551, + 55182 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 59 }, "end": { - "line": 1548, + "line": 1542, "column": 13 } } }, "alternate": null, "range": [ - 54803, - 55481 + 54504, + 55182 ], "loc": { "start": { - "line": 1534, + "line": 1528, "column": 12 }, "end": { - "line": 1548, + "line": 1542, "column": 13 } }, @@ -126314,16 +125553,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54737, - 54790 + 54438, + 54491 ], "loc": { "start": { - "line": 1533, + "line": 1527, "column": 12 }, "end": { - "line": 1533, + "line": 1527, "column": 65 } } @@ -126332,31 +125571,31 @@ } ], "range": [ - 54431, - 55491 + 54132, + 55192 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 56 }, "end": { - "line": 1549, + "line": 1543, "column": 9 } } }, "range": [ - 54383, - 55491 + 54084, + 55192 ], "loc": { "start": { - "line": 1524, + "line": 1518, "column": 8 }, "end": { - "line": 1549, + "line": 1543, "column": 9 } } @@ -126367,47 +125606,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 55507, - 55516 + 55208, + 55217 ], "loc": { "start": { - "line": 1550, + "line": 1544, "column": 15 }, "end": { - "line": 1550, + "line": 1544, "column": 24 } } }, "range": [ - 55500, - 55517 + 55201, + 55218 ], "loc": { "start": { - "line": 1550, + "line": 1544, "column": 8 }, "end": { - "line": 1550, + "line": 1544, "column": 25 } } } ], "range": [ - 54150, - 55523 + 53851, + 55224 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 78 }, "end": { - "line": 1551, + "line": 1545, "column": 5 } } @@ -126415,16 +125654,16 @@ "generator": false, "expression": false, "range": [ - 54088, - 55523 + 53789, + 55224 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 16 }, "end": { - "line": 1551, + "line": 1545, "column": 5 } } @@ -126432,16 +125671,16 @@ "kind": "method", "computed": false, "range": [ - 54076, - 55523 + 53777, + 55224 ], "loc": { "start": { - "line": 1513, + "line": 1507, "column": 4 }, "end": { - "line": 1551, + "line": 1545, "column": 5 } }, @@ -126450,16 +125689,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 53687, - 54071 + 53388, + 53772 ], "loc": { "start": { - "line": 1505, + "line": 1499, "column": 4 }, "end": { - "line": 1512, + "line": 1506, "column": 7 } } @@ -126470,16 +125709,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 55529, - 55681 + 55230, + 55382 ], "loc": { "start": { - "line": 1553, + "line": 1547, "column": 4 }, "end": { - "line": 1557, + "line": 1551, "column": 7 } } @@ -126493,16 +125732,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 55686, - 55700 + 55387, + 55401 ], "loc": { "start": { - "line": 1558, + "line": 1552, "column": 4 }, "end": { - "line": 1558, + "line": 1552, "column": 18 } } @@ -126515,16 +125754,16 @@ "type": "Identifier", "name": "index", "range": [ - 55701, - 55706 + 55402, + 55407 ], "loc": { "start": { - "line": 1558, + "line": 1552, "column": 19 }, "end": { - "line": 1558, + "line": 1552, "column": 24 } } @@ -126544,16 +125783,16 @@ "object": { "type": "ThisExpression", "range": [ - 55723, - 55727 + 55424, + 55428 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 13 }, "end": { - "line": 1559, + "line": 1553, "column": 17 } } @@ -126562,47 +125801,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 55728, - 55735 + 55429, + 55436 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 18 }, "end": { - "line": 1559, + "line": 1553, "column": 25 } } }, "range": [ - 55723, - 55735 + 55424, + 55436 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 13 }, "end": { - "line": 1559, + "line": 1553, "column": 25 } } }, "prefix": true, "range": [ - 55722, - 55735 + 55423, + 55436 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 12 }, "end": { - "line": 1559, + "line": 1553, "column": 25 } } @@ -126614,48 +125853,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 55751, - 55758 + 55452, + 55459 ], "loc": { "start": { - "line": 1560, + "line": 1554, "column": 12 }, "end": { - "line": 1560, + "line": 1554, "column": 19 } } } ], "range": [ - 55737, - 55768 + 55438, + 55469 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 27 }, "end": { - "line": 1561, + "line": 1555, "column": 9 } } }, "alternate": null, "range": [ - 55718, - 55768 + 55419, + 55469 ], "loc": { "start": { - "line": 1559, + "line": 1553, "column": 8 }, "end": { - "line": 1561, + "line": 1555, "column": 9 } } @@ -126669,16 +125908,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55781, - 55789 + 55482, + 55490 ], "loc": { "start": { - "line": 1562, + "line": 1556, "column": 12 }, "end": { - "line": 1562, + "line": 1556, "column": 20 } } @@ -126688,31 +125927,31 @@ "value": "", "raw": "''", "range": [ - 55792, - 55794 + 55493, + 55495 ], "loc": { "start": { - "line": 1562, + "line": 1556, "column": 23 }, "end": { - "line": 1562, + "line": 1556, "column": 25 } } }, "range": [ - 55781, - 55794 + 55482, + 55495 ], "loc": { "start": { - "line": 1562, + "line": 1556, "column": 12 }, "end": { - "line": 1562, + "line": 1556, "column": 25 } } @@ -126720,16 +125959,16 @@ ], "kind": "let", "range": [ - 55777, - 55795 + 55478, + 55496 ], "loc": { "start": { - "line": 1562, + "line": 1556, "column": 8 }, "end": { - "line": 1562, + "line": 1556, "column": 26 } } @@ -126743,16 +125982,16 @@ "type": "Identifier", "name": "flt", "range": [ - 55808, - 55811 + 55509, + 55512 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 12 }, "end": { - "line": 1563, + "line": 1557, "column": 15 } } @@ -126765,16 +126004,16 @@ "object": { "type": "ThisExpression", "range": [ - 55814, - 55818 + 55515, + 55519 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 18 }, "end": { - "line": 1563, + "line": 1557, "column": 22 } } @@ -126783,31 +126022,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 55819, - 55835 + 55520, + 55536 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 23 }, "end": { - "line": 1563, + "line": 1557, "column": 39 } } }, "range": [ - 55814, - 55835 + 55515, + 55536 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 18 }, "end": { - "line": 1563, + "line": 1557, "column": 39 } } @@ -126817,47 +126056,47 @@ "type": "Identifier", "name": "index", "range": [ - 55836, - 55841 + 55537, + 55542 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 40 }, "end": { - "line": 1563, + "line": 1557, "column": 45 } } } ], "range": [ - 55814, - 55842 + 55515, + 55543 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 18 }, "end": { - "line": 1563, + "line": 1557, "column": 46 } } }, "range": [ - 55808, - 55842 + 55509, + 55543 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 12 }, "end": { - "line": 1563, + "line": 1557, "column": 46 } } @@ -126865,16 +126104,16 @@ ], "kind": "let", "range": [ - 55804, - 55843 + 55505, + 55544 ], "loc": { "start": { - "line": 1563, + "line": 1557, "column": 8 }, "end": { - "line": 1563, + "line": 1557, "column": 47 } } @@ -126888,32 +126127,32 @@ "type": "Identifier", "name": "flt", "range": [ - 55857, - 55860 + 55558, + 55561 ], "loc": { "start": { - "line": 1564, + "line": 1558, "column": 13 }, "end": { - "line": 1564, + "line": 1558, "column": 16 } } }, "prefix": true, "range": [ - 55856, - 55860 + 55557, + 55561 ], "loc": { "start": { - "line": 1564, + "line": 1558, "column": 12 }, "end": { - "line": 1564, + "line": 1558, "column": 16 } } @@ -126927,63 +126166,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55883, - 55891 + 55584, + 55592 ], "loc": { "start": { - "line": 1565, + "line": 1559, "column": 19 }, "end": { - "line": 1565, + "line": 1559, "column": 27 } } }, "range": [ - 55876, - 55892 + 55577, + 55593 ], "loc": { "start": { - "line": 1565, + "line": 1559, "column": 12 }, "end": { - "line": 1565, + "line": 1559, "column": 28 } } } ], "range": [ - 55862, - 55902 + 55563, + 55603 ], "loc": { "start": { - "line": 1564, + "line": 1558, "column": 18 }, "end": { - "line": 1566, + "line": 1560, "column": 9 } } }, "alternate": null, "range": [ - 55852, - 55902 + 55553, + 55603 ], "loc": { "start": { - "line": 1564, + "line": 1558, "column": 8 }, "end": { - "line": 1566, + "line": 1560, "column": 9 } } @@ -126997,16 +126236,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55916, - 55926 + 55617, + 55627 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 12 }, "end": { - "line": 1568, + "line": 1562, "column": 22 } } @@ -127019,16 +126258,16 @@ "object": { "type": "ThisExpression", "range": [ - 55929, - 55933 + 55630, + 55634 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 25 }, "end": { - "line": 1568, + "line": 1562, "column": 29 } } @@ -127037,31 +126276,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 55934, - 55947 + 55635, + 55648 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 30 }, "end": { - "line": 1568, + "line": 1562, "column": 43 } } }, "range": [ - 55929, - 55947 + 55630, + 55648 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 25 }, "end": { - "line": 1568, + "line": 1562, "column": 43 } } @@ -127071,47 +126310,47 @@ "type": "Identifier", "name": "index", "range": [ - 55948, - 55953 + 55649, + 55654 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 44 }, "end": { - "line": 1568, + "line": 1562, "column": 49 } } } ], "range": [ - 55929, - 55954 + 55630, + 55655 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 25 }, "end": { - "line": 1568, + "line": 1562, "column": 50 } } }, "range": [ - 55916, - 55954 + 55617, + 55655 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 12 }, "end": { - "line": 1568, + "line": 1562, "column": 50 } } @@ -127119,16 +126358,16 @@ ], "kind": "let", "range": [ - 55912, - 55955 + 55613, + 55656 ], "loc": { "start": { - "line": 1568, + "line": 1562, "column": 8 }, "end": { - "line": 1568, + "line": 1562, "column": 51 } } @@ -127145,85 +126384,50 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55968, - 55978 + 55669, + 55679 ], "loc": { "start": { - "line": 1569, + "line": 1563, "column": 12 }, "end": { - "line": 1569, + "line": 1563, "column": 22 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 55983, - 55987 - ], - "loc": { - "start": { - "line": 1569, - "column": 27 - }, - "end": { - "line": 1569, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 55988, - 56000 - ], - "loc": { - "start": { - "line": 1569, - "column": 32 - }, - "end": { - "line": 1569, - "column": 44 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 55983, - 56000 + 55684, + 55692 ], "loc": { "start": { - "line": 1569, + "line": 1563, "column": 27 }, "end": { - "line": 1569, - "column": 44 + "line": 1563, + "column": 35 } } }, "range": [ - 55968, - 56000 + 55669, + 55692 ], "loc": { "start": { - "line": 1569, + "line": 1563, "column": 12 }, "end": { - "line": 1569, - "column": 44 + "line": 1563, + "column": 35 } } }, @@ -127234,100 +126438,65 @@ "type": "Identifier", "name": "fltColType", "range": [ - 56016, - 56026 + 55696, + 55706 ], "loc": { "start": { - "line": 1570, - "column": 12 + "line": 1563, + "column": 39 }, "end": { - "line": 1570, - "column": 22 + "line": 1563, + "column": 49 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56031, - 56035 - ], - "loc": { - "start": { - "line": 1570, - "column": 27 - }, - "end": { - "line": 1570, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 56036, - 56052 - ], - "loc": { - "start": { - "line": 1570, - "column": 32 - }, - "end": { - "line": 1570, - "column": 48 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 56031, - 56052 + 55711, + 55720 ], "loc": { "start": { - "line": 1570, - "column": 27 + "line": 1563, + "column": 54 }, "end": { - "line": 1570, - "column": 48 + "line": 1563, + "column": 63 } } }, "range": [ - 56016, - 56052 + 55696, + 55720 ], "loc": { "start": { - "line": 1570, - "column": 12 + "line": 1563, + "column": 39 }, "end": { - "line": 1570, - "column": 48 + "line": 1563, + "column": 63 } } }, "range": [ - 55968, - 56052 + 55669, + 55720 ], "loc": { "start": { - "line": 1569, + "line": 1563, "column": 12 }, "end": { - "line": 1570, - "column": 48 + "line": 1563, + "column": 63 } } }, @@ -127343,16 +126512,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56068, - 56076 + 55736, + 55744 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 12 }, "end": { - "line": 1571, + "line": 1564, "column": 20 } } @@ -127364,16 +126533,16 @@ "type": "Identifier", "name": "flt", "range": [ - 56079, - 56082 + 55747, + 55750 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 23 }, "end": { - "line": 1571, + "line": 1564, "column": 26 } } @@ -127382,77 +126551,77 @@ "type": "Identifier", "name": "value", "range": [ - 56083, - 56088 + 55751, + 55756 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 27 }, "end": { - "line": 1571, + "line": 1564, "column": 32 } } }, "range": [ - 56079, - 56088 + 55747, + 55756 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 23 }, "end": { - "line": 1571, + "line": 1564, "column": 32 } } }, "range": [ - 56068, - 56088 + 55736, + 55756 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 12 }, "end": { - "line": 1571, + "line": 1564, "column": 32 } } }, "range": [ - 56068, - 56089 + 55736, + 55757 ], "loc": { "start": { - "line": 1571, + "line": 1564, "column": 12 }, "end": { - "line": 1571, + "line": 1564, "column": 33 } } } ], "range": [ - 56054, - 56099 + 55722, + 55767 ], "loc": { "start": { - "line": 1570, - "column": 50 + "line": 1563, + "column": 65 }, "end": { - "line": 1572, + "line": 1565, "column": 9 } }, @@ -127461,16 +126630,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 56108, - 56124 + 55776, + 55792 ], "loc": { "start": { - "line": 1573, + "line": 1566, "column": 8 }, "end": { - "line": 1573, + "line": 1566, "column": 24 } } @@ -127486,85 +126655,50 @@ "type": "Identifier", "name": "fltColType", "range": [ - 56142, - 56152 + 55810, + 55820 ], "loc": { "start": { - "line": 1574, + "line": 1567, "column": 17 }, "end": { - "line": 1574, + "line": 1567, "column": 27 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56157, - 56161 - ], - "loc": { - "start": { - "line": 1574, - "column": 32 - }, - "end": { - "line": 1574, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 56162, - 56174 - ], - "loc": { - "start": { - "line": 1574, - "column": 37 - }, - "end": { - "line": 1574, - "column": 49 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 56157, - 56174 + 55825, + 55833 ], "loc": { "start": { - "line": 1574, + "line": 1567, "column": 32 }, "end": { - "line": 1574, - "column": 49 + "line": 1567, + "column": 40 } } }, "range": [ - 56142, - 56174 + 55810, + 55833 ], "loc": { "start": { - "line": 1574, + "line": 1567, "column": 17 }, "end": { - "line": 1574, - "column": 49 + "line": 1567, + "column": 40 } } }, @@ -127580,16 +126714,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56190, - 56198 + 55849, + 55857 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 12 }, "end": { - "line": 1575, + "line": 1568, "column": 20 } } @@ -127607,16 +126741,16 @@ "object": { "type": "ThisExpression", "range": [ - 56201, - 56205 + 55860, + 55864 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 23 }, "end": { - "line": 1575, + "line": 1568, "column": 27 } } @@ -127625,31 +126759,31 @@ "type": "Identifier", "name": "feature", "range": [ - 56206, - 56213 + 55865, + 55872 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 28 }, "end": { - "line": 1575, + "line": 1568, "column": 35 } } }, "range": [ - 56201, - 56213 + 55860, + 55872 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 23 }, "end": { - "line": 1575, + "line": 1568, "column": 35 } } @@ -127660,32 +126794,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 56214, - 56224 + 55873, + 55883 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 36 }, "end": { - "line": 1575, + "line": 1568, "column": 46 } } } ], "range": [ - 56201, - 56225 + 55860, + 55884 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 23 }, "end": { - "line": 1575, + "line": 1568, "column": 47 } } @@ -127694,31 +126828,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 56226, - 56235 + 55885, + 55894 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 48 }, "end": { - "line": 1575, + "line": 1568, "column": 57 } } }, "range": [ - 56201, - 56235 + 55860, + 55894 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 23 }, "end": { - "line": 1575, + "line": 1568, "column": 57 } } @@ -127728,78 +126862,78 @@ "type": "Identifier", "name": "index", "range": [ - 56236, - 56241 + 55895, + 55900 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 58 }, "end": { - "line": 1575, + "line": 1568, "column": 63 } } } ], "range": [ - 56201, - 56242 + 55860, + 55901 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 23 }, "end": { - "line": 1575, + "line": 1568, "column": 64 } } }, "range": [ - 56190, - 56242 + 55849, + 55901 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 12 }, "end": { - "line": 1575, + "line": 1568, "column": 64 } } }, "range": [ - 56190, - 56243 + 55849, + 55902 ], "loc": { "start": { - "line": 1575, + "line": 1568, "column": 12 }, "end": { - "line": 1575, + "line": 1568, "column": 65 } } } ], "range": [ - 56176, - 56253 + 55835, + 55912 ], "loc": { "start": { - "line": 1574, - "column": 51 + "line": 1567, + "column": 42 }, "end": { - "line": 1576, + "line": 1569, "column": 9 } }, @@ -127808,16 +126942,16 @@ "type": "Line", "value": "checklist", "range": [ - 56262, - 56273 + 55921, + 55932 ], "loc": { "start": { - "line": 1577, + "line": 1570, "column": 8 }, "end": { - "line": 1577, + "line": 1570, "column": 19 } } @@ -127833,85 +126967,50 @@ "type": "Identifier", "name": "fltColType", "range": [ - 56291, - 56301 + 55950, + 55960 ], "loc": { "start": { - "line": 1578, + "line": 1571, "column": 17 }, "end": { - "line": 1578, + "line": 1571, "column": 27 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56306, - 56310 - ], - "loc": { - "start": { - "line": 1578, - "column": 32 - }, - "end": { - "line": 1578, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 56311, - 56327 - ], - "loc": { - "start": { - "line": 1578, - "column": 37 - }, - "end": { - "line": 1578, - "column": 53 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 56306, - 56327 + 55965, + 55974 ], "loc": { "start": { - "line": 1578, + "line": 1571, "column": 32 }, "end": { - "line": 1578, - "column": 53 + "line": 1571, + "column": 41 } } }, "range": [ - 56291, - 56327 + 55950, + 55974 ], "loc": { "start": { - "line": 1578, + "line": 1571, "column": 17 }, "end": { - "line": 1578, - "column": 53 + "line": 1571, + "column": 41 } } }, @@ -127927,16 +127026,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56343, - 56351 + 55990, + 55998 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 12 }, "end": { - "line": 1579, + "line": 1572, "column": 20 } } @@ -127954,16 +127053,16 @@ "object": { "type": "ThisExpression", "range": [ - 56354, - 56358 + 56001, + 56005 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 23 }, "end": { - "line": 1579, + "line": 1572, "column": 27 } } @@ -127972,31 +127071,31 @@ "type": "Identifier", "name": "feature", "range": [ - 56359, - 56366 + 56006, + 56013 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 28 }, "end": { - "line": 1579, + "line": 1572, "column": 35 } } }, "range": [ - 56354, - 56366 + 56001, + 56013 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 23 }, "end": { - "line": 1579, + "line": 1572, "column": 35 } } @@ -128007,32 +127106,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 56367, - 56378 + 56014, + 56025 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 36 }, "end": { - "line": 1579, + "line": 1572, "column": 47 } } } ], "range": [ - 56354, - 56379 + 56001, + 56026 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 23 }, "end": { - "line": 1579, + "line": 1572, "column": 48 } } @@ -128041,31 +127140,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 56380, - 56389 + 56027, + 56036 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 49 }, "end": { - "line": 1579, + "line": 1572, "column": 58 } } }, "range": [ - 56354, - 56389 + 56001, + 56036 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 23 }, "end": { - "line": 1579, + "line": 1572, "column": 58 } } @@ -128075,94 +127174,94 @@ "type": "Identifier", "name": "index", "range": [ - 56390, - 56395 + 56037, + 56042 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 59 }, "end": { - "line": 1579, + "line": 1572, "column": 64 } } } ], "range": [ - 56354, - 56396 + 56001, + 56043 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 23 }, "end": { - "line": 1579, + "line": 1572, "column": 65 } } }, "range": [ - 56343, - 56396 + 55990, + 56043 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 12 }, "end": { - "line": 1579, + "line": 1572, "column": 65 } } }, "range": [ - 56343, - 56397 + 55990, + 56044 ], "loc": { "start": { - "line": 1579, + "line": 1572, "column": 12 }, "end": { - "line": 1579, + "line": 1572, "column": 66 } } } ], "range": [ - 56329, - 56407 + 55976, + 56054 ], "loc": { "start": { - "line": 1578, - "column": 55 + "line": 1571, + "column": 43 }, "end": { - "line": 1580, + "line": 1573, "column": 9 } } }, "alternate": null, "range": [ - 56287, - 56407 + 55946, + 56054 ], "loc": { "start": { - "line": 1578, + "line": 1571, "column": 13 }, "end": { - "line": 1580, + "line": 1573, "column": 9 } }, @@ -128171,16 +127270,16 @@ "type": "Line", "value": "checklist", "range": [ - 56262, - 56273 + 55921, + 55932 ], "loc": { "start": { - "line": 1577, + "line": 1570, "column": 8 }, "end": { - "line": 1577, + "line": 1570, "column": 19 } } @@ -128188,16 +127287,16 @@ ] }, "range": [ - 56138, - 56407 + 55806, + 56054 ], "loc": { "start": { - "line": 1574, + "line": 1567, "column": 13 }, "end": { - "line": 1580, + "line": 1573, "column": 9 } }, @@ -128206,16 +127305,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 56108, - 56124 + 55776, + 55792 ], "loc": { "start": { - "line": 1573, + "line": 1566, "column": 8 }, "end": { - "line": 1573, + "line": 1566, "column": 24 } } @@ -128223,16 +127322,16 @@ ] }, "range": [ - 55964, - 56407 + 55665, + 56054 ], "loc": { "start": { - "line": 1569, + "line": 1563, "column": 8 }, "end": { - "line": 1580, + "line": 1573, "column": 9 } }, @@ -128241,16 +127340,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56416, - 56484 + 56063, + 56131 ], "loc": { "start": { - "line": 1581, + "line": 1574, "column": 8 }, "end": { - "line": 1581, + "line": 1574, "column": 76 } } @@ -128259,16 +127358,16 @@ "type": "Line", "value": "empty string", "range": [ - 56493, - 56507 + 56140, + 56154 ], "loc": { "start": { - "line": 1582, + "line": 1575, "column": 8 }, "end": { - "line": 1582, + "line": 1575, "column": 22 } } @@ -128292,16 +127391,16 @@ "type": "Identifier", "name": "Types", "range": [ - 56520, - 56525 + 56167, + 56172 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 12 }, "end": { - "line": 1583, + "line": 1576, "column": 17 } } @@ -128310,31 +127409,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 56526, - 56533 + 56173, + 56180 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 18 }, "end": { - "line": 1583, + "line": 1576, "column": 25 } } }, "range": [ - 56520, - 56533 + 56167, + 56180 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 12 }, "end": { - "line": 1583, + "line": 1576, "column": 25 } } @@ -128344,32 +127443,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56534, - 56542 + 56181, + 56189 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 26 }, "end": { - "line": 1583, + "line": 1576, "column": 34 } } } ], "range": [ - 56520, - 56543 + 56167, + 56190 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 12 }, "end": { - "line": 1583, + "line": 1576, "column": 35 } } @@ -128384,16 +127483,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56547, - 56555 + 56194, + 56202 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 39 }, "end": { - "line": 1583, + "line": 1576, "column": 47 } } @@ -128402,31 +127501,31 @@ "type": "Identifier", "name": "length", "range": [ - 56556, - 56562 + 56203, + 56209 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 48 }, "end": { - "line": 1583, + "line": 1576, "column": 54 } } }, "range": [ - 56547, - 56562 + 56194, + 56209 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 39 }, "end": { - "line": 1583, + "line": 1576, "column": 54 } } @@ -128436,46 +127535,46 @@ "value": 0, "raw": "0", "range": [ - 56567, - 56568 + 56214, + 56215 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 59 }, "end": { - "line": 1583, + "line": 1576, "column": 60 } } }, "range": [ - 56547, - 56568 + 56194, + 56215 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 39 }, "end": { - "line": 1583, + "line": 1576, "column": 60 } } }, "range": [ - 56520, - 56568 + 56167, + 56215 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 12 }, "end": { - "line": 1583, + "line": 1576, "column": 60 } } @@ -128493,16 +127592,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56585, - 56593 + 56232, + 56240 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 13 }, "end": { - "line": 1584, + "line": 1577, "column": 21 } } @@ -128511,31 +127610,31 @@ "type": "Identifier", "name": "length", "range": [ - 56594, - 56600 + 56241, + 56247 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 22 }, "end": { - "line": 1584, + "line": 1577, "column": 28 } } }, "range": [ - 56585, - 56600 + 56232, + 56247 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 13 }, "end": { - "line": 1584, + "line": 1577, "column": 28 } } @@ -128545,31 +127644,31 @@ "value": 1, "raw": "1", "range": [ - 56605, - 56606 + 56252, + 56253 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 33 }, "end": { - "line": 1584, + "line": 1577, "column": 34 } } }, "range": [ - 56585, - 56606 + 56232, + 56253 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 13 }, "end": { - "line": 1584, + "line": 1577, "column": 34 } } @@ -128584,16 +127683,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56610, - 56618 + 56257, + 56265 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 38 }, "end": { - "line": 1584, + "line": 1577, "column": 46 } } @@ -128603,31 +127702,31 @@ "value": 0, "raw": "0", "range": [ - 56619, - 56620 + 56266, + 56267 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 47 }, "end": { - "line": 1584, + "line": 1577, "column": 48 } } }, "range": [ - 56610, - 56621 + 56257, + 56268 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 38 }, "end": { - "line": 1584, + "line": 1577, "column": 49 } } @@ -128637,61 +127736,61 @@ "value": "", "raw": "''", "range": [ - 56626, - 56628 + 56273, + 56275 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 54 }, "end": { - "line": 1584, + "line": 1577, "column": 56 } } }, "range": [ - 56610, - 56628 + 56257, + 56275 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 38 }, "end": { - "line": 1584, + "line": 1577, "column": 56 } } }, "range": [ - 56585, - 56628 + 56232, + 56275 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 13 }, "end": { - "line": 1584, + "line": 1577, "column": 56 } } }, "range": [ - 56520, - 56629 + 56167, + 56276 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 12 }, "end": { - "line": 1584, + "line": 1577, "column": 57 } } @@ -128708,16 +127807,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56645, - 56653 + 56292, + 56300 ], "loc": { "start": { - "line": 1585, + "line": 1578, "column": 12 }, "end": { - "line": 1585, + "line": 1578, "column": 20 } } @@ -128727,78 +127826,78 @@ "value": "", "raw": "''", "range": [ - 56656, - 56658 + 56303, + 56305 ], "loc": { "start": { - "line": 1585, + "line": 1578, "column": 23 }, "end": { - "line": 1585, + "line": 1578, "column": 25 } } }, "range": [ - 56645, - 56658 + 56292, + 56305 ], "loc": { "start": { - "line": 1585, + "line": 1578, "column": 12 }, "end": { - "line": 1585, + "line": 1578, "column": 25 } } }, "range": [ - 56645, - 56659 + 56292, + 56306 ], "loc": { "start": { - "line": 1585, + "line": 1578, "column": 12 }, "end": { - "line": 1585, + "line": 1578, "column": 26 } } } ], "range": [ - 56631, - 56669 + 56278, + 56316 ], "loc": { "start": { - "line": 1584, + "line": 1577, "column": 59 }, "end": { - "line": 1586, + "line": 1579, "column": 9 } } }, "alternate": null, "range": [ - 56516, - 56669 + 56163, + 56316 ], "loc": { "start": { - "line": 1583, + "line": 1576, "column": 8 }, "end": { - "line": 1586, + "line": 1579, "column": 9 } }, @@ -128807,16 +127906,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56416, - 56484 + 56063, + 56131 ], "loc": { "start": { - "line": 1581, + "line": 1574, "column": 8 }, "end": { - "line": 1581, + "line": 1574, "column": 76 } } @@ -128825,16 +127924,16 @@ "type": "Line", "value": "empty string", "range": [ - 56493, - 56507 + 56140, + 56154 ], "loc": { "start": { - "line": 1582, + "line": 1575, "column": 8 }, "end": { - "line": 1582, + "line": 1575, "column": 22 } } @@ -128847,47 +127946,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56686, - 56694 + 56333, + 56341 ], "loc": { "start": { - "line": 1588, + "line": 1581, "column": 15 }, "end": { - "line": 1588, + "line": 1581, "column": 23 } } }, "range": [ - 56679, - 56695 + 56326, + 56342 ], "loc": { "start": { - "line": 1588, + "line": 1581, "column": 8 }, "end": { - "line": 1588, + "line": 1581, "column": 24 } } } ], "range": [ - 55708, - 56701 + 55409, + 56348 ], "loc": { "start": { - "line": 1558, + "line": 1552, "column": 26 }, "end": { - "line": 1589, + "line": 1582, "column": 5 } } @@ -128895,16 +127994,16 @@ "generator": false, "expression": false, "range": [ - 55700, - 56701 + 55401, + 56348 ], "loc": { "start": { - "line": 1558, + "line": 1552, "column": 18 }, "end": { - "line": 1589, + "line": 1582, "column": 5 } } @@ -128912,16 +128011,16 @@ "kind": "method", "computed": false, "range": [ - 55686, - 56701 + 55387, + 56348 ], "loc": { "start": { - "line": 1558, + "line": 1552, "column": 4 }, "end": { - "line": 1589, + "line": 1582, "column": 5 } }, @@ -128930,16 +128029,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 55529, - 55681 + 55230, + 55382 ], "loc": { "start": { - "line": 1553, + "line": 1547, "column": 4 }, "end": { - "line": 1557, + "line": 1551, "column": 7 } } @@ -128950,16 +128049,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56707, - 56799 + 56354, + 56446 ], "loc": { "start": { - "line": 1591, + "line": 1584, "column": 4 }, "end": { - "line": 1594, + "line": 1587, "column": 7 } } @@ -128973,16 +128072,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 56804, - 56819 + 56451, + 56466 ], "loc": { "start": { - "line": 1595, + "line": 1588, "column": 4 }, "end": { - "line": 1595, + "line": 1588, "column": 19 } } @@ -129005,16 +128104,16 @@ "object": { "type": "ThisExpression", "range": [ - 56837, - 56841 + 56484, + 56488 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 13 }, "end": { - "line": 1596, + "line": 1589, "column": 17 } } @@ -129023,47 +128122,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 56842, - 56849 + 56489, + 56496 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 18 }, "end": { - "line": 1596, + "line": 1589, "column": 25 } } }, "range": [ - 56837, - 56849 + 56484, + 56496 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 13 }, "end": { - "line": 1596, + "line": 1589, "column": 25 } } }, "prefix": true, "range": [ - 56836, - 56849 + 56483, + 56496 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 12 }, "end": { - "line": 1596, + "line": 1589, "column": 25 } } @@ -129075,48 +128174,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 56865, - 56872 + 56512, + 56519 ], "loc": { "start": { - "line": 1597, + "line": 1590, "column": 12 }, "end": { - "line": 1597, + "line": 1590, "column": 19 } } } ], "range": [ - 56851, - 56882 + 56498, + 56529 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 27 }, "end": { - "line": 1598, + "line": 1591, "column": 9 } } }, "alternate": null, "range": [ - 56832, - 56882 + 56479, + 56529 ], "loc": { "start": { - "line": 1596, + "line": 1589, "column": 8 }, "end": { - "line": 1598, + "line": 1591, "column": 9 } } @@ -129130,16 +128229,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 56895, - 56905 + 56542, + 56552 ], "loc": { "start": { - "line": 1599, + "line": 1592, "column": 12 }, "end": { - "line": 1599, + "line": 1592, "column": 22 } } @@ -129148,31 +128247,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 56908, - 56910 + 56555, + 56557 ], "loc": { "start": { - "line": 1599, + "line": 1592, "column": 25 }, "end": { - "line": 1599, + "line": 1592, "column": 27 } } }, "range": [ - 56895, - 56910 + 56542, + 56557 ], "loc": { "start": { - "line": 1599, + "line": 1592, "column": 12 }, "end": { - "line": 1599, + "line": 1592, "column": 27 } } @@ -129180,16 +128279,16 @@ ], "kind": "let", "range": [ - 56891, - 56911 + 56538, + 56558 ], "loc": { "start": { - "line": 1599, + "line": 1592, "column": 8 }, "end": { - "line": 1599, + "line": 1592, "column": 28 } } @@ -129205,16 +128304,16 @@ "type": "Identifier", "name": "i", "range": [ - 56929, - 56930 + 56576, + 56577 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 17 }, "end": { - "line": 1600, + "line": 1593, "column": 18 } } @@ -129224,31 +128323,31 @@ "value": 0, "raw": "0", "range": [ - 56933, - 56934 + 56580, + 56581 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 21 }, "end": { - "line": 1600, + "line": 1593, "column": 22 } } }, "range": [ - 56929, - 56934 + 56576, + 56581 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 17 }, "end": { - "line": 1600, + "line": 1593, "column": 22 } } @@ -129259,16 +128358,16 @@ "type": "Identifier", "name": "len", "range": [ - 56936, - 56939 + 56583, + 56586 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 24 }, "end": { - "line": 1600, + "line": 1593, "column": 27 } } @@ -129282,16 +128381,16 @@ "object": { "type": "ThisExpression", "range": [ - 56942, - 56946 + 56589, + 56593 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 30 }, "end": { - "line": 1600, + "line": 1593, "column": 34 } } @@ -129300,31 +128399,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 56947, - 56953 + 56594, + 56600 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 35 }, "end": { - "line": 1600, + "line": 1593, "column": 41 } } }, "range": [ - 56942, - 56953 + 56589, + 56600 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 30 }, "end": { - "line": 1600, + "line": 1593, "column": 41 } } @@ -129333,46 +128432,46 @@ "type": "Identifier", "name": "length", "range": [ - 56954, - 56960 + 56601, + 56607 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 42 }, "end": { - "line": 1600, + "line": 1593, "column": 48 } } }, "range": [ - 56942, - 56960 + 56589, + 56607 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 30 }, "end": { - "line": 1600, + "line": 1593, "column": 48 } } }, "range": [ - 56936, - 56960 + 56583, + 56607 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 24 }, "end": { - "line": 1600, + "line": 1593, "column": 48 } } @@ -129380,16 +128479,16 @@ ], "kind": "let", "range": [ - 56925, - 56960 + 56572, + 56607 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 13 }, "end": { - "line": 1600, + "line": 1593, "column": 48 } } @@ -129401,16 +128500,16 @@ "type": "Identifier", "name": "i", "range": [ - 56962, - 56963 + 56609, + 56610 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 50 }, "end": { - "line": 1600, + "line": 1593, "column": 51 } } @@ -129419,31 +128518,31 @@ "type": "Identifier", "name": "len", "range": [ - 56966, - 56969 + 56613, + 56616 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 54 }, "end": { - "line": 1600, + "line": 1593, "column": 57 } } }, "range": [ - 56962, - 56969 + 56609, + 56616 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 50 }, "end": { - "line": 1600, + "line": 1593, "column": 57 } } @@ -129455,32 +128554,32 @@ "type": "Identifier", "name": "i", "range": [ - 56971, - 56972 + 56618, + 56619 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 59 }, "end": { - "line": 1600, + "line": 1593, "column": 60 } } }, "prefix": false, "range": [ - 56971, - 56974 + 56618, + 56621 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 59 }, "end": { - "line": 1600, + "line": 1593, "column": 62 } } @@ -129497,16 +128596,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56994, - 57002 + 56641, + 56649 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 16 }, "end": { - "line": 1601, + "line": 1594, "column": 24 } } @@ -129519,16 +128618,16 @@ "object": { "type": "ThisExpression", "range": [ - 57005, - 57009 + 56652, + 56656 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 27 }, "end": { - "line": 1601, + "line": 1594, "column": 31 } } @@ -129537,31 +128636,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 57010, - 57024 + 56657, + 56671 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 32 }, "end": { - "line": 1601, + "line": 1594, "column": 46 } } }, "range": [ - 57005, - 57024 + 56652, + 56671 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 27 }, "end": { - "line": 1601, + "line": 1594, "column": 46 } } @@ -129571,47 +128670,47 @@ "type": "Identifier", "name": "i", "range": [ - 57025, - 57026 + 56672, + 56673 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 47 }, "end": { - "line": 1601, + "line": 1594, "column": 48 } } } ], "range": [ - 57005, - 57027 + 56652, + 56674 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 27 }, "end": { - "line": 1601, + "line": 1594, "column": 49 } } }, "range": [ - 56994, - 57027 + 56641, + 56674 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 16 }, "end": { - "line": 1601, + "line": 1594, "column": 49 } } @@ -129619,16 +128718,16 @@ ], "kind": "let", "range": [ - 56990, - 57028 + 56637, + 56675 ], "loc": { "start": { - "line": 1601, + "line": 1594, "column": 12 }, "end": { - "line": 1601, + "line": 1594, "column": 50 } } @@ -129644,16 +128743,16 @@ "type": "Identifier", "name": "Types", "range": [ - 57045, - 57050 + 56692, + 56697 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 16 }, "end": { - "line": 1602, + "line": 1595, "column": 21 } } @@ -129662,31 +128761,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 57051, - 57058 + 56698, + 56705 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 22 }, "end": { - "line": 1602, + "line": 1595, "column": 29 } } }, "range": [ - 57045, - 57058 + 56692, + 56705 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 16 }, "end": { - "line": 1602, + "line": 1595, "column": 29 } } @@ -129696,32 +128795,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57059, - 57067 + 56706, + 56714 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 30 }, "end": { - "line": 1602, + "line": 1595, "column": 38 } } } ], "range": [ - 57045, - 57068 + 56692, + 56715 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 16 }, "end": { - "line": 1602, + "line": 1595, "column": 39 } } @@ -129740,16 +128839,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57088, - 57098 + 56735, + 56745 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 16 }, "end": { - "line": 1603, + "line": 1596, "column": 26 } } @@ -129758,31 +128857,31 @@ "type": "Identifier", "name": "push", "range": [ - 57099, - 57103 + 56746, + 56750 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 27 }, "end": { - "line": 1603, + "line": 1596, "column": 31 } } }, "range": [ - 57088, - 57103 + 56735, + 56750 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 16 }, "end": { - "line": 1603, + "line": 1596, "column": 31 } } @@ -129792,63 +128891,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57104, - 57112 + 56751, + 56759 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 32 }, "end": { - "line": 1603, + "line": 1596, "column": 40 } } } ], "range": [ - 57088, - 57113 + 56735, + 56760 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 16 }, "end": { - "line": 1603, + "line": 1596, "column": 41 } } }, "range": [ - 57088, - 57114 + 56735, + 56761 ], "loc": { "start": { - "line": 1603, + "line": 1596, "column": 16 }, "end": { - "line": 1603, + "line": 1596, "column": 42 } } } ], "range": [ - 57070, - 57128 + 56717, + 56775 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 41 }, "end": { - "line": 1604, + "line": 1597, "column": 13 } } @@ -129867,16 +128966,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57152, - 57162 + 56799, + 56809 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 16 }, "end": { - "line": 1605, + "line": 1598, "column": 26 } } @@ -129885,31 +128984,31 @@ "type": "Identifier", "name": "push", "range": [ - 57163, - 57167 + 56810, + 56814 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 27 }, "end": { - "line": 1605, + "line": 1598, "column": 31 } } }, "range": [ - 57152, - 57167 + 56799, + 56814 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 16 }, "end": { - "line": 1605, + "line": 1598, "column": 31 } } @@ -129924,16 +129023,16 @@ "type": "Identifier", "name": "Str", "range": [ - 57168, - 57171 + 56815, + 56818 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 32 }, "end": { - "line": 1605, + "line": 1598, "column": 35 } } @@ -129942,31 +129041,31 @@ "type": "Identifier", "name": "trim", "range": [ - 57172, - 57176 + 56819, + 56823 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 36 }, "end": { - "line": 1605, + "line": 1598, "column": 40 } } }, "range": [ - 57168, - 57176 + 56815, + 56823 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 32 }, "end": { - "line": 1605, + "line": 1598, "column": 40 } } @@ -129976,125 +129075,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57177, - 57185 + 56824, + 56832 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 41 }, "end": { - "line": 1605, + "line": 1598, "column": 49 } } } ], "range": [ - 57168, - 57186 + 56815, + 56833 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 32 }, "end": { - "line": 1605, + "line": 1598, "column": 50 } } } ], "range": [ - 57152, - 57187 + 56799, + 56834 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 16 }, "end": { - "line": 1605, + "line": 1598, "column": 51 } } }, "range": [ - 57152, - 57188 + 56799, + 56835 ], "loc": { "start": { - "line": 1605, + "line": 1598, "column": 16 }, "end": { - "line": 1605, + "line": 1598, "column": 52 } } } ], "range": [ - 57134, - 57202 + 56781, + 56849 ], "loc": { "start": { - "line": 1604, + "line": 1597, "column": 19 }, "end": { - "line": 1606, + "line": 1599, "column": 13 } } }, "range": [ - 57041, - 57202 + 56688, + 56849 ], "loc": { "start": { - "line": 1602, + "line": 1595, "column": 12 }, "end": { - "line": 1606, + "line": 1599, "column": 13 } } } ], "range": [ - 56976, - 57212 + 56623, + 56859 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 64 }, "end": { - "line": 1607, + "line": 1600, "column": 9 } } }, "range": [ - 56920, - 57212 + 56567, + 56859 ], "loc": { "start": { - "line": 1600, + "line": 1593, "column": 8 }, "end": { - "line": 1607, + "line": 1600, "column": 9 } } @@ -130105,47 +129204,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57228, - 57238 + 56875, + 56885 ], "loc": { "start": { - "line": 1608, + "line": 1601, "column": 15 }, "end": { - "line": 1608, + "line": 1601, "column": 25 } } }, "range": [ - 57221, - 57239 + 56868, + 56886 ], "loc": { "start": { - "line": 1608, + "line": 1601, "column": 8 }, "end": { - "line": 1608, + "line": 1601, "column": 26 } } } ], "range": [ - 56822, - 57245 + 56469, + 56892 ], "loc": { "start": { - "line": 1595, + "line": 1588, "column": 22 }, "end": { - "line": 1609, + "line": 1602, "column": 5 } } @@ -130153,16 +129252,16 @@ "generator": false, "expression": false, "range": [ - 56819, - 57245 + 56466, + 56892 ], "loc": { "start": { - "line": 1595, + "line": 1588, "column": 19 }, "end": { - "line": 1609, + "line": 1602, "column": 5 } } @@ -130170,16 +129269,16 @@ "kind": "method", "computed": false, "range": [ - 56804, - 57245 + 56451, + 56892 ], "loc": { "start": { - "line": 1595, + "line": 1588, "column": 4 }, "end": { - "line": 1609, + "line": 1602, "column": 5 } }, @@ -130188,16 +129287,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56707, - 56799 + 56354, + 56446 ], "loc": { "start": { - "line": 1591, + "line": 1584, "column": 4 }, "end": { - "line": 1594, + "line": 1587, "column": 7 } } @@ -130208,16 +129307,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57251, - 57414 + 56898, + 57061 ], "loc": { "start": { - "line": 1611, + "line": 1604, "column": 4 }, "end": { - "line": 1615, + "line": 1608, "column": 7 } } @@ -130231,16 +129330,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 57419, - 57430 + 57066, + 57077 ], "loc": { "start": { - "line": 1616, + "line": 1609, "column": 4 }, "end": { - "line": 1616, + "line": 1609, "column": 15 } } @@ -130253,16 +129352,16 @@ "type": "Identifier", "name": "index", "range": [ - 57431, - 57436 + 57078, + 57083 ], "loc": { "start": { - "line": 1616, + "line": 1609, "column": 16 }, "end": { - "line": 1616, + "line": 1609, "column": 21 } } @@ -130282,16 +129381,16 @@ "object": { "type": "ThisExpression", "range": [ - 57453, - 57457 + 57100, + 57104 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 13 }, "end": { - "line": 1617, + "line": 1610, "column": 17 } } @@ -130300,47 +129399,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 57458, - 57465 + 57105, + 57112 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 18 }, "end": { - "line": 1617, + "line": 1610, "column": 25 } } }, "range": [ - 57453, - 57465 + 57100, + 57112 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 13 }, "end": { - "line": 1617, + "line": 1610, "column": 25 } } }, "prefix": true, "range": [ - 57452, - 57465 + 57099, + 57112 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 12 }, "end": { - "line": 1617, + "line": 1610, "column": 25 } } @@ -130352,48 +129451,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 57481, - 57488 + 57128, + 57135 ], "loc": { "start": { - "line": 1618, + "line": 1611, "column": 12 }, "end": { - "line": 1618, + "line": 1611, "column": 19 } } } ], "range": [ - 57467, - 57498 + 57114, + 57145 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 27 }, "end": { - "line": 1619, + "line": 1612, "column": 9 } } }, "alternate": null, "range": [ - 57448, - 57498 + 57095, + 57145 ], "loc": { "start": { - "line": 1617, + "line": 1610, "column": 8 }, "end": { - "line": 1619, + "line": 1612, "column": 9 } } @@ -130409,16 +129508,16 @@ "object": { "type": "ThisExpression", "range": [ - 57514, - 57518 + 57161, + 57165 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 15 }, "end": { - "line": 1620, + "line": 1613, "column": 19 } } @@ -130427,31 +129526,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57519, - 57525 + 57166, + 57172 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 20 }, "end": { - "line": 1620, + "line": 1613, "column": 26 } } }, "range": [ - 57514, - 57525 + 57161, + 57172 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 15 }, "end": { - "line": 1620, + "line": 1613, "column": 26 } } @@ -130460,62 +129559,62 @@ "type": "Identifier", "name": "index", "range": [ - 57526, - 57531 + 57173, + 57178 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 27 }, "end": { - "line": 1620, + "line": 1613, "column": 32 } } }, "range": [ - 57514, - 57532 + 57161, + 57179 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 15 }, "end": { - "line": 1620, + "line": 1613, "column": 33 } } }, "range": [ - 57507, - 57533 + 57154, + 57180 ], "loc": { "start": { - "line": 1620, + "line": 1613, "column": 8 }, "end": { - "line": 1620, + "line": 1613, "column": 34 } } } ], "range": [ - 57438, - 57539 + 57085, + 57186 ], "loc": { "start": { - "line": 1616, + "line": 1609, "column": 23 }, "end": { - "line": 1621, + "line": 1614, "column": 5 } } @@ -130523,16 +129622,16 @@ "generator": false, "expression": false, "range": [ - 57430, - 57539 + 57077, + 57186 ], "loc": { "start": { - "line": 1616, + "line": 1609, "column": 15 }, "end": { - "line": 1621, + "line": 1614, "column": 5 } } @@ -130540,16 +129639,16 @@ "kind": "method", "computed": false, "range": [ - 57419, - 57539 + 57066, + 57186 ], "loc": { "start": { - "line": 1616, + "line": 1609, "column": 4 }, "end": { - "line": 1621, + "line": 1614, "column": 5 } }, @@ -130558,16 +129657,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57251, - 57414 + 56898, + 57061 ], "loc": { "start": { - "line": 1611, + "line": 1604, "column": 4 }, "end": { - "line": 1615, + "line": 1608, "column": 7 } } @@ -130578,16 +129677,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 57545, - 57946 + 57192, + 57593 ], "loc": { "start": { - "line": 1623, + "line": 1616, "column": 4 }, "end": { - "line": 1631, + "line": 1624, "column": 7 } } @@ -130601,16 +129700,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 57951, - 57967 + 57598, + 57614 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 4 }, "end": { - "line": 1632, + "line": 1625, "column": 20 } } @@ -130623,16 +129722,16 @@ "type": "Identifier", "name": "type", "range": [ - 57968, - 57972 + 57615, + 57619 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 21 }, "end": { - "line": 1632, + "line": 1625, "column": 25 } } @@ -130641,16 +129740,16 @@ "type": "Identifier", "name": "bool", "range": [ - 57974, - 57978 + 57621, + 57625 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 27 }, "end": { - "line": 1632, + "line": 1625, "column": 31 } } @@ -130670,16 +129769,16 @@ "object": { "type": "ThisExpression", "range": [ - 57995, - 57999 + 57642, + 57646 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 13 }, "end": { - "line": 1633, + "line": 1626, "column": 17 } } @@ -130688,47 +129787,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 58000, - 58007 + 57647, + 57654 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 18 }, "end": { - "line": 1633, + "line": 1626, "column": 25 } } }, "range": [ - 57995, - 58007 + 57642, + 57654 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 13 }, "end": { - "line": 1633, + "line": 1626, "column": 25 } } }, "prefix": true, "range": [ - 57994, - 58007 + 57641, + 57654 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 12 }, "end": { - "line": 1633, + "line": 1626, "column": 25 } } @@ -130740,48 +129839,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 58023, - 58030 + 57670, + 57677 ], "loc": { "start": { - "line": 1634, + "line": 1627, "column": 12 }, "end": { - "line": 1634, + "line": 1627, "column": 19 } } } ], "range": [ - 58009, - 58040 + 57656, + 57687 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 27 }, "end": { - "line": 1635, + "line": 1628, "column": 9 } } }, "alternate": null, "range": [ - 57990, - 58040 + 57637, + 57687 ], "loc": { "start": { - "line": 1633, + "line": 1626, "column": 8 }, "end": { - "line": 1635, + "line": 1628, "column": 9 } } @@ -130795,16 +129894,16 @@ "type": "Identifier", "name": "arr", "range": [ - 58053, - 58056 + 57700, + 57703 ], "loc": { "start": { - "line": 1636, + "line": 1629, "column": 12 }, "end": { - "line": 1636, + "line": 1629, "column": 15 } } @@ -130813,31 +129912,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 58059, - 58061 + 57706, + 57708 ], "loc": { "start": { - "line": 1636, + "line": 1629, "column": 18 }, "end": { - "line": 1636, + "line": 1629, "column": 20 } } }, "range": [ - 58053, - 58061 + 57700, + 57708 ], "loc": { "start": { - "line": 1636, + "line": 1629, "column": 12 }, "end": { - "line": 1636, + "line": 1629, "column": 20 } } @@ -130845,16 +129944,16 @@ ], "kind": "let", "range": [ - 58049, - 58062 + 57696, + 57709 ], "loc": { "start": { - "line": 1636, + "line": 1629, "column": 8 }, "end": { - "line": 1636, + "line": 1629, "column": 21 } } @@ -130870,16 +129969,16 @@ "type": "Identifier", "name": "i", "range": [ - 58080, - 58081 + 57727, + 57728 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 17 }, "end": { - "line": 1637, + "line": 1630, "column": 18 } } @@ -130889,31 +129988,31 @@ "value": 0, "raw": "0", "range": [ - 58084, - 58085 + 57731, + 57732 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 21 }, "end": { - "line": 1637, + "line": 1630, "column": 22 } } }, "range": [ - 58080, - 58085 + 57727, + 57732 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 17 }, "end": { - "line": 1637, + "line": 1630, "column": 22 } } @@ -130924,16 +130023,16 @@ "type": "Identifier", "name": "len", "range": [ - 58087, - 58090 + 57734, + 57737 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 24 }, "end": { - "line": 1637, + "line": 1630, "column": 27 } } @@ -130947,16 +130046,16 @@ "object": { "type": "ThisExpression", "range": [ - 58093, - 58097 + 57740, + 57744 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 30 }, "end": { - "line": 1637, + "line": 1630, "column": 34 } } @@ -130965,31 +130064,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58098, - 58104 + 57745, + 57751 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 35 }, "end": { - "line": 1637, + "line": 1630, "column": 41 } } }, "range": [ - 58093, - 58104 + 57740, + 57751 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 30 }, "end": { - "line": 1637, + "line": 1630, "column": 41 } } @@ -130998,46 +130097,46 @@ "type": "Identifier", "name": "length", "range": [ - 58105, - 58111 + 57752, + 57758 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 42 }, "end": { - "line": 1637, + "line": 1630, "column": 48 } } }, "range": [ - 58093, - 58111 + 57740, + 57758 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 30 }, "end": { - "line": 1637, + "line": 1630, "column": 48 } } }, "range": [ - 58087, - 58111 + 57734, + 57758 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 24 }, "end": { - "line": 1637, + "line": 1630, "column": 48 } } @@ -131045,16 +130144,16 @@ ], "kind": "let", "range": [ - 58076, - 58111 + 57723, + 57758 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 13 }, "end": { - "line": 1637, + "line": 1630, "column": 48 } } @@ -131066,16 +130165,16 @@ "type": "Identifier", "name": "i", "range": [ - 58113, - 58114 + 57760, + 57761 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 50 }, "end": { - "line": 1637, + "line": 1630, "column": 51 } } @@ -131084,31 +130183,31 @@ "type": "Identifier", "name": "len", "range": [ - 58117, - 58120 + 57764, + 57767 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 54 }, "end": { - "line": 1637, + "line": 1630, "column": 57 } } }, "range": [ - 58113, - 58120 + 57760, + 57767 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 50 }, "end": { - "line": 1637, + "line": 1630, "column": 57 } } @@ -131120,32 +130219,32 @@ "type": "Identifier", "name": "i", "range": [ - 58122, - 58123 + 57769, + 57770 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 59 }, "end": { - "line": 1637, + "line": 1630, "column": 60 } } }, "prefix": false, "range": [ - 58122, - 58125 + 57769, + 57772 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 59 }, "end": { - "line": 1637, + "line": 1630, "column": 62 } } @@ -131162,16 +130261,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 58145, - 58152 + 57792, + 57799 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 16 }, "end": { - "line": 1638, + "line": 1631, "column": 23 } } @@ -131184,16 +130283,16 @@ "object": { "type": "ThisExpression", "range": [ - 58155, - 58159 + 57802, + 57806 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 26 }, "end": { - "line": 1638, + "line": 1631, "column": 30 } } @@ -131202,31 +130301,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 58160, - 58173 + 57807, + 57820 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 31 }, "end": { - "line": 1638, + "line": 1631, "column": 44 } } }, "range": [ - 58155, - 58173 + 57802, + 57820 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 26 }, "end": { - "line": 1638, + "line": 1631, "column": 44 } } @@ -131236,47 +130335,47 @@ "type": "Identifier", "name": "i", "range": [ - 58174, - 58175 + 57821, + 57822 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 45 }, "end": { - "line": 1638, + "line": 1631, "column": 46 } } } ], "range": [ - 58155, - 58176 + 57802, + 57823 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 26 }, "end": { - "line": 1638, + "line": 1631, "column": 47 } } }, "range": [ - 58145, - 58176 + 57792, + 57823 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 16 }, "end": { - "line": 1638, + "line": 1631, "column": 47 } } @@ -131284,16 +130383,16 @@ ], "kind": "let", "range": [ - 58141, - 58177 + 57788, + 57824 ], "loc": { "start": { - "line": 1638, + "line": 1631, "column": 12 }, "end": { - "line": 1638, + "line": 1631, "column": 48 } } @@ -131307,16 +130406,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 58194, - 58201 + 57841, + 57848 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 16 }, "end": { - "line": 1639, + "line": 1632, "column": 23 } } @@ -131330,16 +130429,16 @@ "type": "Identifier", "name": "Str", "range": [ - 58206, - 58209 + 57853, + 57856 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 28 }, "end": { - "line": 1639, + "line": 1632, "column": 31 } } @@ -131348,31 +130447,31 @@ "type": "Identifier", "name": "lower", "range": [ - 58210, - 58215 + 57857, + 57862 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 32 }, "end": { - "line": 1639, + "line": 1632, "column": 37 } } }, "range": [ - 58206, - 58215 + 57853, + 57862 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 28 }, "end": { - "line": 1639, + "line": 1632, "column": 37 } } @@ -131382,47 +130481,47 @@ "type": "Identifier", "name": "type", "range": [ - 58216, - 58220 + 57863, + 57867 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 38 }, "end": { - "line": 1639, + "line": 1632, "column": 42 } } } ], "range": [ - 58206, - 58221 + 57853, + 57868 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 28 }, "end": { - "line": 1639, + "line": 1632, "column": 43 } } }, "range": [ - 58194, - 58221 + 57841, + 57868 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 16 }, "end": { - "line": 1639, + "line": 1632, "column": 43 } } @@ -131439,16 +130538,16 @@ "type": "Identifier", "name": "a", "range": [ - 58245, - 58246 + 57892, + 57893 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 20 }, "end": { - "line": 1640, + "line": 1633, "column": 21 } } @@ -131459,16 +130558,16 @@ "type": "Identifier", "name": "bool", "range": [ - 58249, - 58253 + 57896, + 57900 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 24 }, "end": { - "line": 1640, + "line": 1633, "column": 28 } } @@ -131477,16 +130576,16 @@ "type": "Identifier", "name": "i", "range": [ - 58256, - 58257 + 57903, + 57904 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 31 }, "end": { - "line": 1640, + "line": 1633, "column": 32 } } @@ -131500,16 +130599,16 @@ "object": { "type": "ThisExpression", "range": [ - 58260, - 58264 + 57907, + 57911 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 35 }, "end": { - "line": 1640, + "line": 1633, "column": 39 } } @@ -131518,31 +130617,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58265, - 58271 + 57912, + 57918 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 40 }, "end": { - "line": 1640, + "line": 1633, "column": 46 } } }, "range": [ - 58260, - 58271 + 57907, + 57918 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 35 }, "end": { - "line": 1640, + "line": 1633, "column": 46 } } @@ -131551,61 +130650,61 @@ "type": "Identifier", "name": "i", "range": [ - 58272, - 58273 + 57919, + 57920 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 47 }, "end": { - "line": 1640, + "line": 1633, "column": 48 } } }, "range": [ - 58260, - 58274 + 57907, + 57921 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 35 }, "end": { - "line": 1640, + "line": 1633, "column": 49 } } }, "range": [ - 58249, - 58274 + 57896, + 57921 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 24 }, "end": { - "line": 1640, + "line": 1633, "column": 49 } } }, "range": [ - 58245, - 58274 + 57892, + 57921 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 20 }, "end": { - "line": 1640, + "line": 1633, "column": 49 } } @@ -131613,16 +130712,16 @@ ], "kind": "let", "range": [ - 58241, - 58275 + 57888, + 57922 ], "loc": { "start": { - "line": 1640, + "line": 1633, "column": 16 }, "end": { - "line": 1640, + "line": 1633, "column": 50 } } @@ -131638,16 +130737,16 @@ "type": "Identifier", "name": "arr", "range": [ - 58292, - 58295 + 57939, + 57942 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 16 }, "end": { - "line": 1641, + "line": 1634, "column": 19 } } @@ -131656,31 +130755,31 @@ "type": "Identifier", "name": "push", "range": [ - 58296, - 58300 + 57943, + 57947 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 20 }, "end": { - "line": 1641, + "line": 1634, "column": 24 } } }, "range": [ - 58292, - 58300 + 57939, + 57947 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 16 }, "end": { - "line": 1641, + "line": 1634, "column": 24 } } @@ -131690,110 +130789,110 @@ "type": "Identifier", "name": "a", "range": [ - 58301, - 58302 + 57948, + 57949 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 25 }, "end": { - "line": 1641, + "line": 1634, "column": 26 } } } ], "range": [ - 58292, - 58303 + 57939, + 57950 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 16 }, "end": { - "line": 1641, + "line": 1634, "column": 27 } } }, "range": [ - 58292, - 58304 + 57939, + 57951 ], "loc": { "start": { - "line": 1641, + "line": 1634, "column": 16 }, "end": { - "line": 1641, + "line": 1634, "column": 28 } } } ], "range": [ - 58223, - 58318 + 57870, + 57965 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 45 }, "end": { - "line": 1642, + "line": 1635, "column": 13 } } }, "alternate": null, "range": [ - 58190, - 58318 + 57837, + 57965 ], "loc": { "start": { - "line": 1639, + "line": 1632, "column": 12 }, "end": { - "line": 1642, + "line": 1635, "column": 13 } } } ], "range": [ - 58127, - 58328 + 57774, + 57975 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 64 }, "end": { - "line": 1643, + "line": 1636, "column": 9 } } }, "range": [ - 58071, - 58328 + 57718, + 57975 ], "loc": { "start": { - "line": 1637, + "line": 1630, "column": 8 }, "end": { - "line": 1643, + "line": 1636, "column": 9 } } @@ -131804,47 +130903,47 @@ "type": "Identifier", "name": "arr", "range": [ - 58344, - 58347 + 57991, + 57994 ], "loc": { "start": { - "line": 1644, + "line": 1637, "column": 15 }, "end": { - "line": 1644, + "line": 1637, "column": 18 } } }, "range": [ - 58337, - 58348 + 57984, + 57995 ], "loc": { "start": { - "line": 1644, + "line": 1637, "column": 8 }, "end": { - "line": 1644, + "line": 1637, "column": 19 } } } ], "range": [ - 57980, - 58354 + 57627, + 58001 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 33 }, "end": { - "line": 1645, + "line": 1638, "column": 5 } } @@ -131852,16 +130951,16 @@ "generator": false, "expression": false, "range": [ - 57967, - 58354 + 57614, + 58001 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 20 }, "end": { - "line": 1645, + "line": 1638, "column": 5 } } @@ -131869,16 +130968,16 @@ "kind": "method", "computed": false, "range": [ - 57951, - 58354 + 57598, + 58001 ], "loc": { "start": { - "line": 1632, + "line": 1625, "column": 4 }, "end": { - "line": 1645, + "line": 1638, "column": 5 } }, @@ -131887,16 +130986,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 57545, - 57946 + 57192, + 57593 ], "loc": { "start": { - "line": 1623, + "line": 1616, "column": 4 }, "end": { - "line": 1631, + "line": 1624, "column": 7 } } @@ -131907,16 +131006,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 58360, - 58506 + 58007, + 58153 ], "loc": { "start": { - "line": 1647, + "line": 1640, "column": 4 }, "end": { - "line": 1651, + "line": 1644, "column": 7 } } @@ -131930,16 +131029,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 58511, - 58527 + 58158, + 58174 ], "loc": { "start": { - "line": 1652, + "line": 1645, "column": 4 }, "end": { - "line": 1652, + "line": 1645, "column": 20 } } @@ -131952,16 +131051,16 @@ "type": "Identifier", "name": "index", "range": [ - 58528, - 58533 + 58175, + 58180 ], "loc": { "start": { - "line": 1652, + "line": 1645, "column": 21 }, "end": { - "line": 1652, + "line": 1645, "column": 26 } } @@ -131979,16 +131078,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 58549, - 58554 + 58196, + 58201 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 12 }, "end": { - "line": 1653, + "line": 1646, "column": 17 } } @@ -132002,16 +131101,16 @@ "object": { "type": "ThisExpression", "range": [ - 58557, - 58561 + 58204, + 58208 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 20 }, "end": { - "line": 1653, + "line": 1646, "column": 24 } } @@ -132020,31 +131119,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58562, - 58568 + 58209, + 58215 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 25 }, "end": { - "line": 1653, + "line": 1646, "column": 31 } } }, "range": [ - 58557, - 58568 + 58204, + 58215 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 20 }, "end": { - "line": 1653, + "line": 1646, "column": 31 } } @@ -132053,46 +131152,46 @@ "type": "Identifier", "name": "index", "range": [ - 58569, - 58574 + 58216, + 58221 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 32 }, "end": { - "line": 1653, + "line": 1646, "column": 37 } } }, "range": [ - 58557, - 58575 + 58204, + 58222 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 20 }, "end": { - "line": 1653, + "line": 1646, "column": 38 } } }, "range": [ - 58549, - 58575 + 58196, + 58222 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 12 }, "end": { - "line": 1653, + "line": 1646, "column": 38 } } @@ -132100,16 +131199,16 @@ ], "kind": "let", "range": [ - 58545, - 58576 + 58192, + 58223 ], "loc": { "start": { - "line": 1653, + "line": 1646, "column": 8 }, "end": { - "line": 1653, + "line": 1646, "column": 39 } } @@ -132125,16 +131224,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 58592, - 58595 + 58239, + 58242 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 15 }, "end": { - "line": 1654, + "line": 1647, "column": 18 } } @@ -132143,31 +131242,31 @@ "type": "Identifier", "name": "id", "range": [ - 58596, - 58598 + 58243, + 58245 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 19 }, "end": { - "line": 1654, + "line": 1647, "column": 21 } } }, "range": [ - 58592, - 58598 + 58239, + 58245 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 15 }, "end": { - "line": 1654, + "line": 1647, "column": 21 } } @@ -132177,63 +131276,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 58599, - 58604 + 58246, + 58251 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 22 }, "end": { - "line": 1654, + "line": 1647, "column": 27 } } } ], "range": [ - 58592, - 58605 + 58239, + 58252 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 15 }, "end": { - "line": 1654, + "line": 1647, "column": 28 } } }, "range": [ - 58585, - 58606 + 58232, + 58253 ], "loc": { "start": { - "line": 1654, + "line": 1647, "column": 8 }, "end": { - "line": 1654, + "line": 1647, "column": 29 } } } ], "range": [ - 58535, - 58612 + 58182, + 58259 ], "loc": { "start": { - "line": 1652, + "line": 1645, "column": 28 }, "end": { - "line": 1655, + "line": 1648, "column": 5 } } @@ -132241,16 +131340,16 @@ "generator": false, "expression": false, "range": [ - 58527, - 58612 + 58174, + 58259 ], "loc": { "start": { - "line": 1652, + "line": 1645, "column": 20 }, "end": { - "line": 1655, + "line": 1648, "column": 5 } } @@ -132258,16 +131357,16 @@ "kind": "method", "computed": false, "range": [ - 58511, - 58612 + 58158, + 58259 ], "loc": { "start": { - "line": 1652, + "line": 1645, "column": 4 }, "end": { - "line": 1655, + "line": 1648, "column": 5 } }, @@ -132276,16 +131375,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 58360, - 58506 + 58007, + 58153 ], "loc": { "start": { - "line": 1647, + "line": 1640, "column": 4 }, "end": { - "line": 1651, + "line": 1644, "column": 7 } } @@ -132296,16 +131395,16 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 58618, - 58784 + 58265, + 58431 ], "loc": { "start": { - "line": 1657, + "line": 1650, "column": 4 }, "end": { - "line": 1661, + "line": 1654, "column": 7 } } @@ -132319,16 +131418,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 58789, - 58799 + 58436, + 58446 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 4 }, "end": { - "line": 1662, + "line": 1655, "column": 14 } } @@ -132343,16 +131442,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 58800, - 58808 + 58447, + 58455 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 15 }, "end": { - "line": 1662, + "line": 1655, "column": 23 } } @@ -132362,31 +131461,31 @@ "value": 0, "raw": "0", "range": [ - 58811, - 58812 + 58458, + 58459 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 26 }, "end": { - "line": 1662, + "line": 1655, "column": 27 } } }, "range": [ - 58800, - 58812 + 58447, + 58459 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 15 }, "end": { - "line": 1662, + "line": 1655, "column": 27 } } @@ -132404,16 +131503,16 @@ "type": "Identifier", "name": "tr", "range": [ - 58828, - 58830 + 58475, + 58477 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 12 }, "end": { - "line": 1663, + "line": 1656, "column": 14 } } @@ -132430,16 +131529,16 @@ "object": { "type": "ThisExpression", "range": [ - 58833, - 58837 + 58480, + 58484 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 17 }, "end": { - "line": 1663, + "line": 1656, "column": 21 } } @@ -132448,31 +131547,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 58838, - 58841 + 58485, + 58488 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 22 }, "end": { - "line": 1663, + "line": 1656, "column": 25 } } }, "range": [ - 58833, - 58841 + 58480, + 58488 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 17 }, "end": { - "line": 1663, + "line": 1656, "column": 25 } } @@ -132481,31 +131580,31 @@ "type": "Identifier", "name": "rows", "range": [ - 58842, - 58846 + 58489, + 58493 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 26 }, "end": { - "line": 1663, + "line": 1656, "column": 30 } } }, "range": [ - 58833, - 58846 + 58480, + 58493 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 17 }, "end": { - "line": 1663, + "line": 1656, "column": 30 } } @@ -132514,46 +131613,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 58847, - 58855 + 58494, + 58502 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 31 }, "end": { - "line": 1663, + "line": 1656, "column": 39 } } }, "range": [ - 58833, - 58856 + 58480, + 58503 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 17 }, "end": { - "line": 1663, + "line": 1656, "column": 40 } } }, "range": [ - 58828, - 58856 + 58475, + 58503 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 12 }, "end": { - "line": 1663, + "line": 1656, "column": 40 } } @@ -132561,16 +131660,16 @@ ], "kind": "let", "range": [ - 58824, - 58857 + 58471, + 58504 ], "loc": { "start": { - "line": 1663, + "line": 1656, "column": 8 }, "end": { - "line": 1663, + "line": 1656, "column": 41 } } @@ -132587,16 +131686,16 @@ "type": "Identifier", "name": "tr", "range": [ - 58873, - 58875 + 58520, + 58522 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 15 }, "end": { - "line": 1664, + "line": 1657, "column": 17 } } @@ -132605,31 +131704,31 @@ "type": "Identifier", "name": "cells", "range": [ - 58876, - 58881 + 58523, + 58528 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 18 }, "end": { - "line": 1664, + "line": 1657, "column": 23 } } }, "range": [ - 58873, - 58881 + 58520, + 58528 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 15 }, "end": { - "line": 1664, + "line": 1657, "column": 23 } } @@ -132638,62 +131737,62 @@ "type": "Identifier", "name": "length", "range": [ - 58882, - 58888 + 58529, + 58535 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 24 }, "end": { - "line": 1664, + "line": 1657, "column": 30 } } }, "range": [ - 58873, - 58888 + 58520, + 58535 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 15 }, "end": { - "line": 1664, + "line": 1657, "column": 30 } } }, "range": [ - 58866, - 58889 + 58513, + 58536 ], "loc": { "start": { - "line": 1664, + "line": 1657, "column": 8 }, "end": { - "line": 1664, + "line": 1657, "column": 31 } } } ], "range": [ - 58814, - 58895 + 58461, + 58542 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 29 }, "end": { - "line": 1665, + "line": 1658, "column": 5 } } @@ -132701,16 +131800,16 @@ "generator": false, "expression": false, "range": [ - 58799, - 58895 + 58446, + 58542 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 14 }, "end": { - "line": 1665, + "line": 1658, "column": 5 } } @@ -132718,16 +131817,16 @@ "kind": "method", "computed": false, "range": [ - 58789, - 58895 + 58436, + 58542 ], "loc": { "start": { - "line": 1662, + "line": 1655, "column": 4 }, "end": { - "line": 1665, + "line": 1658, "column": 5 } }, @@ -132736,16 +131835,16 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 58618, - 58784 + 58265, + 58431 ], "loc": { "start": { - "line": 1657, + "line": 1650, "column": 4 }, "end": { - "line": 1661, + "line": 1654, "column": 7 } } @@ -132756,16 +131855,16 @@ "type": "Block", "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", "range": [ - 58901, - 59132 + 58548, + 58779 ], "loc": { "start": { - "line": 1667, + "line": 1660, "column": 4 }, "end": { - "line": 1672, + "line": 1665, "column": 7 } } @@ -132779,16 +131878,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 59137, - 59146 + 58784, + 58793 ], "loc": { "start": { - "line": 1673, + "line": 1666, "column": 4 }, "end": { - "line": 1673, + "line": 1666, "column": 13 } } @@ -132801,16 +131900,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59147, - 59161 + 58794, + 58808 ], "loc": { "start": { - "line": 1673, + "line": 1666, "column": 14 }, "end": { - "line": 1673, + "line": 1666, "column": 28 } } @@ -132828,16 +131927,16 @@ "type": "Identifier", "name": "s", "range": [ - 59177, - 59178 + 58824, + 58825 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 12 }, "end": { - "line": 1674, + "line": 1667, "column": 13 } } @@ -132853,16 +131952,16 @@ "type": "Identifier", "name": "Types", "range": [ - 59181, - 59186 + 58828, + 58833 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 16 }, "end": { - "line": 1674, + "line": 1667, "column": 21 } } @@ -132871,31 +131970,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 59187, - 59194 + 58834, + 58841 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 22 }, "end": { - "line": 1674, + "line": 1667, "column": 29 } } }, "range": [ - 59181, - 59194 + 58828, + 58841 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 16 }, "end": { - "line": 1674, + "line": 1667, "column": 29 } } @@ -132907,16 +132006,16 @@ "object": { "type": "ThisExpression", "range": [ - 59195, - 59199 + 58842, + 58846 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 30 }, "end": { - "line": 1674, + "line": 1667, "column": 34 } } @@ -132925,47 +132024,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 59200, - 59206 + 58847, + 58853 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 35 }, "end": { - "line": 1674, + "line": 1667, "column": 41 } } }, "range": [ - 59195, - 59206 + 58842, + 58853 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 30 }, "end": { - "line": 1674, + "line": 1667, "column": 41 } } } ], "range": [ - 59181, - 59207 + 58828, + 58854 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 16 }, "end": { - "line": 1674, + "line": 1667, "column": 42 } } @@ -132975,16 +132074,16 @@ "value": 0, "raw": "0", "range": [ - 59210, - 59211 + 58857, + 58858 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 45 }, "end": { - "line": 1674, + "line": 1667, "column": 46 } } @@ -132995,16 +132094,16 @@ "object": { "type": "ThisExpression", "range": [ - 59214, - 59218 + 58861, + 58865 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 49 }, "end": { - "line": 1674, + "line": 1667, "column": 53 } } @@ -133013,61 +132112,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 59219, - 59225 + 58866, + 58872 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 54 }, "end": { - "line": 1674, + "line": 1667, "column": 60 } } }, "range": [ - 59214, - 59225 + 58861, + 58872 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 49 }, "end": { - "line": 1674, + "line": 1667, "column": 60 } } }, "range": [ - 59181, - 59225 + 58828, + 58872 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 16 }, "end": { - "line": 1674, + "line": 1667, "column": 60 } } }, "range": [ - 59177, - 59225 + 58824, + 58872 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 12 }, "end": { - "line": 1674, + "line": 1667, "column": 60 } } @@ -133078,16 +132177,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 59239, - 59243 + 58886, + 58890 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 12 }, "end": { - "line": 1675, + "line": 1668, "column": 16 } } @@ -133104,16 +132203,16 @@ "object": { "type": "ThisExpression", "range": [ - 59246, - 59250 + 58893, + 58897 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 19 }, "end": { - "line": 1675, + "line": 1668, "column": 23 } } @@ -133122,31 +132221,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 59251, - 59254 + 58898, + 58901 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 24 }, "end": { - "line": 1675, + "line": 1668, "column": 27 } } }, "range": [ - 59246, - 59254 + 58893, + 58901 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 19 }, "end": { - "line": 1675, + "line": 1668, "column": 27 } } @@ -133155,31 +132254,31 @@ "type": "Identifier", "name": "rows", "range": [ - 59255, - 59259 + 58902, + 58906 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 28 }, "end": { - "line": 1675, + "line": 1668, "column": 32 } } }, "range": [ - 59246, - 59259 + 58893, + 58906 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 19 }, "end": { - "line": 1675, + "line": 1668, "column": 32 } } @@ -133188,46 +132287,46 @@ "type": "Identifier", "name": "length", "range": [ - 59260, - 59266 + 58907, + 58913 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 33 }, "end": { - "line": 1675, + "line": 1668, "column": 39 } } }, "range": [ - 59246, - 59266 + 58893, + 58913 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 19 }, "end": { - "line": 1675, + "line": 1668, "column": 39 } } }, "range": [ - 59239, - 59266 + 58886, + 58913 ], "loc": { "start": { - "line": 1675, + "line": 1668, "column": 12 }, "end": { - "line": 1675, + "line": 1668, "column": 39 } } @@ -133235,16 +132334,16 @@ ], "kind": "let", "range": [ - 59173, - 59267 + 58820, + 58914 ], "loc": { "start": { - "line": 1674, + "line": 1667, "column": 8 }, "end": { - "line": 1675, + "line": 1668, "column": 40 } } @@ -133255,16 +132354,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59280, - 59294 + 58927, + 58941 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 12 }, "end": { - "line": 1676, + "line": 1669, "column": 26 } } @@ -133281,16 +132380,16 @@ "type": "Identifier", "name": "s", "range": [ - 59298, - 59299 + 58945, + 58946 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 30 }, "end": { - "line": 1676, + "line": 1669, "column": 31 } } @@ -133300,78 +132399,78 @@ "value": 0, "raw": "0", "range": [ - 59302, - 59303 + 58949, + 58950 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 34 }, "end": { - "line": 1676, + "line": 1669, "column": 35 } } }, "range": [ - 59298, - 59303 + 58945, + 58950 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 30 }, "end": { - "line": 1676, + "line": 1669, "column": 35 } } }, "range": [ - 59298, - 59304 + 58945, + 58951 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 30 }, "end": { - "line": 1676, + "line": 1669, "column": 36 } } } ], "range": [ - 59296, - 59306 + 58943, + 58953 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 28 }, "end": { - "line": 1676, + "line": 1669, "column": 38 } } }, "alternate": null, "range": [ - 59276, - 59306 + 58923, + 58953 ], "loc": { "start": { - "line": 1676, + "line": 1669, "column": 8 }, "end": { - "line": 1676, + "line": 1669, "column": 38 } } @@ -133384,16 +132483,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 59322, - 59330 + 58969, + 58977 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 15 }, "end": { - "line": 1677, + "line": 1670, "column": 23 } } @@ -133406,16 +132505,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 59331, - 59335 + 58978, + 58982 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 24 }, "end": { - "line": 1677, + "line": 1670, "column": 28 } } @@ -133424,31 +132523,31 @@ "type": "Identifier", "name": "s", "range": [ - 59338, - 59339 + 58985, + 58986 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 31 }, "end": { - "line": 1677, + "line": 1670, "column": 32 } } }, "range": [ - 59331, - 59339 + 58978, + 58986 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 24 }, "end": { - "line": 1677, + "line": 1670, "column": 32 } } @@ -133458,63 +132557,63 @@ "value": 10, "raw": "10", "range": [ - 59341, - 59343 + 58988, + 58990 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 34 }, "end": { - "line": 1677, + "line": 1670, "column": 36 } } } ], "range": [ - 59322, - 59344 + 58969, + 58991 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 15 }, "end": { - "line": 1677, + "line": 1670, "column": 37 } } }, "range": [ - 59315, - 59345 + 58962, + 58992 ], "loc": { "start": { - "line": 1677, + "line": 1670, "column": 8 }, "end": { - "line": 1677, + "line": 1670, "column": 38 } } } ], "range": [ - 59163, - 59351 + 58810, + 58998 ], "loc": { "start": { - "line": 1673, + "line": 1666, "column": 30 }, "end": { - "line": 1678, + "line": 1671, "column": 5 } } @@ -133522,16 +132621,16 @@ "generator": false, "expression": false, "range": [ - 59146, - 59351 + 58793, + 58998 ], "loc": { "start": { - "line": 1673, + "line": 1666, "column": 13 }, "end": { - "line": 1678, + "line": 1671, "column": 5 } } @@ -133539,16 +132638,16 @@ "kind": "method", "computed": false, "range": [ - 59137, - 59351 + 58784, + 58998 ], "loc": { "start": { - "line": 1673, + "line": 1666, "column": 4 }, "end": { - "line": 1678, + "line": 1671, "column": 5 } }, @@ -133557,16 +132656,16 @@ "type": "Block", "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", "range": [ - 58901, - 59132 + 58548, + 58779 ], "loc": { "start": { - "line": 1667, + "line": 1660, "column": 4 }, "end": { - "line": 1672, + "line": 1665, "column": 7 } } @@ -133577,16 +132676,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59357, - 59482 + 59004, + 59129 ], "loc": { "start": { - "line": 1680, + "line": 1673, "column": 4 }, "end": { - "line": 1684, + "line": 1677, "column": 7 } } @@ -133600,16 +132699,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 59487, - 59498 + 59134, + 59145 ], "loc": { "start": { - "line": 1685, + "line": 1678, "column": 4 }, "end": { - "line": 1685, + "line": 1678, "column": 15 } } @@ -133622,16 +132721,16 @@ "type": "Identifier", "name": "cell", "range": [ - 59499, - 59503 + 59146, + 59150 ], "loc": { "start": { - "line": 1685, + "line": 1678, "column": 16 }, "end": { - "line": 1685, + "line": 1678, "column": 20 } } @@ -133649,16 +132748,16 @@ "type": "Identifier", "name": "idx", "range": [ - 59519, - 59522 + 59166, + 59169 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 12 }, "end": { - "line": 1686, + "line": 1679, "column": 15 } } @@ -133670,16 +132769,16 @@ "type": "Identifier", "name": "cell", "range": [ - 59525, - 59529 + 59172, + 59176 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 18 }, "end": { - "line": 1686, + "line": 1679, "column": 22 } } @@ -133688,46 +132787,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 59530, - 59539 + 59177, + 59186 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 23 }, "end": { - "line": 1686, + "line": 1679, "column": 32 } } }, "range": [ - 59525, - 59539 + 59172, + 59186 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 18 }, "end": { - "line": 1686, + "line": 1679, "column": 32 } } }, "range": [ - 59519, - 59539 + 59166, + 59186 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 12 }, "end": { - "line": 1686, + "line": 1679, "column": 32 } } @@ -133735,16 +132834,16 @@ ], "kind": "let", "range": [ - 59515, - 59540 + 59162, + 59187 ], "loc": { "start": { - "line": 1686, + "line": 1679, "column": 8 }, "end": { - "line": 1686, + "line": 1679, "column": 33 } }, @@ -133753,16 +132852,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59549, - 59584 + 59196, + 59231 ], "loc": { "start": { - "line": 1687, + "line": 1680, "column": 8 }, "end": { - "line": 1687, + "line": 1680, "column": 43 } } @@ -133780,16 +132879,16 @@ "object": { "type": "ThisExpression", "range": [ - 59597, - 59601 + 59244, + 59248 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 12 }, "end": { - "line": 1688, + "line": 1681, "column": 16 } } @@ -133798,31 +132897,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 59602, - 59616 + 59249, + 59263 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 17 }, "end": { - "line": 1688, + "line": 1681, "column": 31 } } }, "range": [ - 59597, - 59616 + 59244, + 59263 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 12 }, "end": { - "line": 1688, + "line": 1681, "column": 31 } } @@ -133841,16 +132940,16 @@ "object": { "type": "ThisExpression", "range": [ - 59620, - 59624 + 59267, + 59271 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 35 }, "end": { - "line": 1688, + "line": 1681, "column": 39 } } @@ -133859,31 +132958,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 59625, - 59643 + 59272, + 59290 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 40 }, "end": { - "line": 1688, + "line": 1681, "column": 58 } } }, "range": [ - 59620, - 59643 + 59267, + 59290 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 35 }, "end": { - "line": 1688, + "line": 1681, "column": 58 } } @@ -133892,31 +132991,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 59644, - 59651 + 59291, + 59298 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 59 }, "end": { - "line": 1688, + "line": 1681, "column": 66 } } }, "range": [ - 59620, - 59651 + 59267, + 59298 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 35 }, "end": { - "line": 1688, + "line": 1681, "column": 66 } } @@ -133926,32 +133025,32 @@ "type": "Identifier", "name": "idx", "range": [ - 59652, - 59655 + 59299, + 59302 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 67 }, "end": { - "line": 1688, + "line": 1681, "column": 70 } } } ], "range": [ - 59620, - 59656 + 59267, + 59303 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 35 }, "end": { - "line": 1688, + "line": 1681, "column": 71 } } @@ -133964,62 +133063,62 @@ "value": 1, "raw": "1", "range": [ - 59661, - 59662 + 59308, + 59309 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 76 }, "end": { - "line": 1688, + "line": 1681, "column": 77 } } }, "prefix": true, "range": [ - 59660, - 59662 + 59307, + 59309 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 75 }, "end": { - "line": 1688, + "line": 1681, "column": 77 } } }, "range": [ - 59620, - 59662 + 59267, + 59309 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 35 }, "end": { - "line": 1688, + "line": 1681, "column": 77 } } }, "range": [ - 59597, - 59662 + 59244, + 59309 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 12 }, "end": { - "line": 1688, + "line": 1681, "column": 77 } } @@ -134040,16 +133139,16 @@ "object": { "type": "ThisExpression", "range": [ - 59685, - 59689 + 59332, + 59336 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 19 }, "end": { - "line": 1689, + "line": 1682, "column": 23 } } @@ -134058,31 +133157,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 59690, - 59704 + 59337, + 59351 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 24 }, "end": { - "line": 1689, + "line": 1682, "column": 38 } } }, "range": [ - 59685, - 59704 + 59332, + 59351 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 19 }, "end": { - "line": 1689, + "line": 1682, "column": 38 } } @@ -134091,31 +133190,31 @@ "type": "Identifier", "name": "call", "range": [ - 59705, - 59709 + 59352, + 59356 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 39 }, "end": { - "line": 1689, + "line": 1682, "column": 43 } } }, "range": [ - 59685, - 59709 + 59332, + 59356 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 19 }, "end": { - "line": 1689, + "line": 1682, "column": 43 } } @@ -134126,16 +133225,16 @@ "value": null, "raw": "null", "range": [ - 59710, - 59714 + 59357, + 59361 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 44 }, "end": { - "line": 1689, + "line": 1682, "column": 48 } } @@ -134143,16 +133242,16 @@ { "type": "ThisExpression", "range": [ - 59716, - 59720 + 59363, + 59367 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 50 }, "end": { - "line": 1689, + "line": 1682, "column": 54 } } @@ -134161,16 +133260,16 @@ "type": "Identifier", "name": "cell", "range": [ - 59722, - 59726 + 59369, + 59373 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 56 }, "end": { - "line": 1689, + "line": 1682, "column": 60 } } @@ -134179,63 +133278,63 @@ "type": "Identifier", "name": "idx", "range": [ - 59728, - 59731 + 59375, + 59378 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 62 }, "end": { - "line": 1689, + "line": 1682, "column": 65 } } } ], "range": [ - 59685, - 59732 + 59332, + 59379 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 19 }, "end": { - "line": 1689, + "line": 1682, "column": 66 } } }, "range": [ - 59678, - 59733 + 59325, + 59380 ], "loc": { "start": { - "line": 1689, + "line": 1682, "column": 12 }, "end": { - "line": 1689, + "line": 1682, "column": 67 } } } ], "range": [ - 59664, - 59743 + 59311, + 59390 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 79 }, "end": { - "line": 1690, + "line": 1683, "column": 9 } } @@ -134254,16 +133353,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 59770, - 59773 + 59417, + 59420 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 19 }, "end": { - "line": 1691, + "line": 1684, "column": 22 } } @@ -134272,31 +133371,31 @@ "type": "Identifier", "name": "getText", "range": [ - 59774, - 59781 + 59421, + 59428 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 23 }, "end": { - "line": 1691, + "line": 1684, "column": 30 } } }, "range": [ - 59770, - 59781 + 59417, + 59428 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 19 }, "end": { - "line": 1691, + "line": 1684, "column": 30 } } @@ -134306,78 +133405,78 @@ "type": "Identifier", "name": "cell", "range": [ - 59782, - 59786 + 59429, + 59433 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 31 }, "end": { - "line": 1691, + "line": 1684, "column": 35 } } } ], "range": [ - 59770, - 59787 + 59417, + 59434 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 19 }, "end": { - "line": 1691, + "line": 1684, "column": 36 } } }, "range": [ - 59763, - 59788 + 59410, + 59435 ], "loc": { "start": { - "line": 1691, + "line": 1684, "column": 12 }, "end": { - "line": 1691, + "line": 1684, "column": 37 } } } ], "range": [ - 59749, - 59798 + 59396, + 59445 ], "loc": { "start": { - "line": 1690, + "line": 1683, "column": 15 }, "end": { - "line": 1692, + "line": 1685, "column": 9 } } }, "range": [ - 59593, - 59798 + 59240, + 59445 ], "loc": { "start": { - "line": 1688, + "line": 1681, "column": 8 }, "end": { - "line": 1692, + "line": 1685, "column": 9 } }, @@ -134386,16 +133485,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59549, - 59584 + 59196, + 59231 ], "loc": { "start": { - "line": 1687, + "line": 1680, "column": 8 }, "end": { - "line": 1687, + "line": 1680, "column": 43 } } @@ -134404,16 +133503,16 @@ } ], "range": [ - 59505, - 59804 + 59152, + 59451 ], "loc": { "start": { - "line": 1685, + "line": 1678, "column": 22 }, "end": { - "line": 1693, + "line": 1686, "column": 5 } } @@ -134421,16 +133520,16 @@ "generator": false, "expression": false, "range": [ - 59498, - 59804 + 59145, + 59451 ], "loc": { "start": { - "line": 1685, + "line": 1678, "column": 15 }, "end": { - "line": 1693, + "line": 1686, "column": 5 } } @@ -134438,16 +133537,16 @@ "kind": "method", "computed": false, "range": [ - 59487, - 59804 + 59134, + 59451 ], "loc": { "start": { - "line": 1685, + "line": 1678, "column": 4 }, "end": { - "line": 1693, + "line": 1686, "column": 5 } }, @@ -134456,16 +133555,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59357, - 59482 + 59004, + 59129 ], "loc": { "start": { - "line": 1680, + "line": 1673, "column": 4 }, "end": { - "line": 1684, + "line": 1677, "column": 7 } } @@ -134476,16 +133575,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 59810, - 60214 + 59457, + 59861 ], "loc": { "start": { - "line": 1695, + "line": 1688, "column": 4 }, "end": { - "line": 1706, + "line": 1699, "column": 7 } } @@ -134499,16 +133598,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 60219, - 60231 + 59866, + 59878 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 4 }, "end": { - "line": 1707, + "line": 1700, "column": 16 } } @@ -134523,16 +133622,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60232, - 60246 + 59879, + 59893 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 17 }, "end": { - "line": 1707, + "line": 1700, "column": 31 } } @@ -134542,31 +133641,31 @@ "value": false, "raw": "false", "range": [ - 60249, - 60254 + 59896, + 59901 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 34 }, "end": { - "line": 1707, + "line": 1700, "column": 39 } } }, "range": [ - 60232, - 60254 + 59879, + 59901 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 17 }, "end": { - "line": 1707, + "line": 1700, "column": 39 } } @@ -134577,16 +133676,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60256, - 60273 + 59903, + 59920 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 41 }, "end": { - "line": 1707, + "line": 1700, "column": 58 } } @@ -134596,31 +133695,31 @@ "value": false, "raw": "false", "range": [ - 60276, - 60281 + 59923, + 59928 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 61 }, "end": { - "line": 1707, + "line": 1700, "column": 66 } } }, "range": [ - 60256, - 60281 + 59903, + 59928 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 41 }, "end": { - "line": 1707, + "line": 1700, "column": 66 } } @@ -134638,16 +133737,16 @@ "type": "Identifier", "name": "rows", "range": [ - 60297, - 60301 + 59944, + 59948 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 12 }, "end": { - "line": 1708, + "line": 1701, "column": 16 } } @@ -134661,16 +133760,16 @@ "object": { "type": "ThisExpression", "range": [ - 60304, - 60308 + 59951, + 59955 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 19 }, "end": { - "line": 1708, + "line": 1701, "column": 23 } } @@ -134679,31 +133778,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 60309, - 60312 + 59956, + 59959 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 24 }, "end": { - "line": 1708, + "line": 1701, "column": 27 } } }, "range": [ - 60304, - 60312 + 59951, + 59959 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 19 }, "end": { - "line": 1708, + "line": 1701, "column": 27 } } @@ -134712,46 +133811,46 @@ "type": "Identifier", "name": "rows", "range": [ - 60313, - 60317 + 59960, + 59964 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 28 }, "end": { - "line": 1708, + "line": 1701, "column": 32 } } }, "range": [ - 60304, - 60317 + 59951, + 59964 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 19 }, "end": { - "line": 1708, + "line": 1701, "column": 32 } } }, "range": [ - 60297, - 60317 + 59944, + 59964 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 12 }, "end": { - "line": 1708, + "line": 1701, "column": 32 } } @@ -134759,16 +133858,16 @@ ], "kind": "let", "range": [ - 60293, - 60318 + 59940, + 59965 ], "loc": { "start": { - "line": 1708, + "line": 1701, "column": 8 }, "end": { - "line": 1708, + "line": 1701, "column": 33 } } @@ -134782,16 +133881,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 60331, - 60338 + 59978, + 59985 ], "loc": { "start": { - "line": 1709, + "line": 1702, "column": 12 }, "end": { - "line": 1709, + "line": 1702, "column": 19 } } @@ -134800,31 +133899,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60341, - 60343 + 59988, + 59990 ], "loc": { "start": { - "line": 1709, + "line": 1702, "column": 22 }, "end": { - "line": 1709, + "line": 1702, "column": 24 } } }, "range": [ - 60331, - 60343 + 59978, + 59990 ], "loc": { "start": { - "line": 1709, + "line": 1702, "column": 12 }, "end": { - "line": 1709, + "line": 1702, "column": 24 } } @@ -134832,16 +133931,16 @@ ], "kind": "let", "range": [ - 60327, - 60344 + 59974, + 59991 ], "loc": { "start": { - "line": 1709, + "line": 1702, "column": 8 }, "end": { - "line": 1709, + "line": 1702, "column": 25 } } @@ -134852,16 +133951,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60357, - 60371 + 60004, + 60018 ], "loc": { "start": { - "line": 1710, + "line": 1703, "column": 12 }, "end": { - "line": 1710, + "line": 1703, "column": 26 } } @@ -134878,16 +133977,16 @@ "type": "Identifier", "name": "headers", "range": [ - 60391, - 60398 + 60038, + 60045 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 16 }, "end": { - "line": 1711, + "line": 1704, "column": 23 } } @@ -134900,16 +133999,16 @@ "object": { "type": "ThisExpression", "range": [ - 60401, - 60405 + 60048, + 60052 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 26 }, "end": { - "line": 1711, + "line": 1704, "column": 30 } } @@ -134918,31 +134017,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 60406, - 60420 + 60053, + 60067 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 31 }, "end": { - "line": 1711, + "line": 1704, "column": 45 } } }, "range": [ - 60401, - 60420 + 60048, + 60067 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 26 }, "end": { - "line": 1711, + "line": 1704, "column": 45 } } @@ -134952,47 +134051,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60421, - 60438 + 60068, + 60085 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 46 }, "end": { - "line": 1711, + "line": 1704, "column": 63 } } } ], "range": [ - 60401, - 60439 + 60048, + 60086 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 26 }, "end": { - "line": 1711, + "line": 1704, "column": 64 } } }, "range": [ - 60391, - 60439 + 60038, + 60086 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 16 }, "end": { - "line": 1711, + "line": 1704, "column": 64 } } @@ -135000,16 +134099,16 @@ ], "kind": "let", "range": [ - 60387, - 60440 + 60034, + 60087 ], "loc": { "start": { - "line": 1711, + "line": 1704, "column": 12 }, "end": { - "line": 1711, + "line": 1704, "column": 65 } } @@ -135025,16 +134124,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 60453, - 60460 + 60100, + 60107 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 12 }, "end": { - "line": 1712, + "line": 1705, "column": 19 } } @@ -135043,31 +134142,31 @@ "type": "Identifier", "name": "push", "range": [ - 60461, - 60465 + 60108, + 60112 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 20 }, "end": { - "line": 1712, + "line": 1705, "column": 24 } } }, "range": [ - 60453, - 60465 + 60100, + 60112 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 12 }, "end": { - "line": 1712, + "line": 1705, "column": 24 } } @@ -135084,16 +134183,16 @@ "object": { "type": "ThisExpression", "range": [ - 60467, - 60471 + 60114, + 60118 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 26 }, "end": { - "line": 1712, + "line": 1705, "column": 30 } } @@ -135102,47 +134201,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 60472, - 60490 + 60119, + 60137 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 31 }, "end": { - "line": 1712, + "line": 1705, "column": 49 } } }, "range": [ - 60467, - 60490 + 60114, + 60137 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 26 }, "end": { - "line": 1712, + "line": 1705, "column": 49 } } }, "arguments": [], "range": [ - 60467, - 60492 + 60114, + 60139 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 26 }, "end": { - "line": 1712, + "line": 1705, "column": 51 } } @@ -135151,95 +134250,95 @@ "type": "Identifier", "name": "headers", "range": [ - 60494, - 60501 + 60141, + 60148 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 53 }, "end": { - "line": 1712, + "line": 1705, "column": 60 } } } ], "range": [ - 60466, - 60502 + 60113, + 60149 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 25 }, "end": { - "line": 1712, + "line": 1705, "column": 61 } } } ], "range": [ - 60453, - 60503 + 60100, + 60150 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 12 }, "end": { - "line": 1712, + "line": 1705, "column": 62 } } }, "range": [ - 60453, - 60504 + 60100, + 60151 ], "loc": { "start": { - "line": 1712, + "line": 1705, "column": 12 }, "end": { - "line": 1712, + "line": 1705, "column": 63 } } } ], "range": [ - 60373, - 60514 + 60020, + 60161 ], "loc": { "start": { - "line": 1710, + "line": 1703, "column": 28 }, "end": { - "line": 1713, + "line": 1706, "column": 9 } } }, "alternate": null, "range": [ - 60353, - 60514 + 60000, + 60161 ], "loc": { "start": { - "line": 1710, + "line": 1703, "column": 8 }, "end": { - "line": 1713, + "line": 1706, "column": 9 } } @@ -135255,16 +134354,16 @@ "type": "Identifier", "name": "k", "range": [ - 60532, - 60533 + 60179, + 60180 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 17 }, "end": { - "line": 1714, + "line": 1707, "column": 18 } } @@ -135275,16 +134374,16 @@ "object": { "type": "ThisExpression", "range": [ - 60536, - 60540 + 60183, + 60187 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 21 }, "end": { - "line": 1714, + "line": 1707, "column": 25 } } @@ -135293,46 +134392,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 60541, - 60547 + 60188, + 60194 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 26 }, "end": { - "line": 1714, + "line": 1707, "column": 32 } } }, "range": [ - 60536, - 60547 + 60183, + 60194 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 21 }, "end": { - "line": 1714, + "line": 1707, "column": 32 } } }, "range": [ - 60532, - 60547 + 60179, + 60194 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 17 }, "end": { - "line": 1714, + "line": 1707, "column": 32 } } @@ -135340,16 +134439,16 @@ ], "kind": "let", "range": [ - 60528, - 60547 + 60175, + 60194 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 13 }, "end": { - "line": 1714, + "line": 1707, "column": 32 } } @@ -135361,16 +134460,16 @@ "type": "Identifier", "name": "k", "range": [ - 60549, - 60550 + 60196, + 60197 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 34 }, "end": { - "line": 1714, + "line": 1707, "column": 35 } } @@ -135381,16 +134480,16 @@ "object": { "type": "ThisExpression", "range": [ - 60553, - 60557 + 60200, + 60204 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 38 }, "end": { - "line": 1714, + "line": 1707, "column": 42 } } @@ -135399,46 +134498,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 60558, - 60564 + 60205, + 60211 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 43 }, "end": { - "line": 1714, + "line": 1707, "column": 49 } } }, "range": [ - 60553, - 60564 + 60200, + 60211 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 38 }, "end": { - "line": 1714, + "line": 1707, "column": 49 } } }, "range": [ - 60549, - 60564 + 60196, + 60211 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 34 }, "end": { - "line": 1714, + "line": 1707, "column": 49 } } @@ -135450,32 +134549,32 @@ "type": "Identifier", "name": "k", "range": [ - 60566, - 60567 + 60213, + 60214 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 51 }, "end": { - "line": 1714, + "line": 1707, "column": 52 } } }, "prefix": false, "range": [ - 60566, - 60569 + 60213, + 60216 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 51 }, "end": { - "line": 1714, + "line": 1707, "column": 54 } } @@ -135492,16 +134591,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 60589, - 60596 + 60236, + 60243 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 16 }, "end": { - "line": 1715, + "line": 1708, "column": 23 } } @@ -135513,16 +134612,16 @@ "type": "Identifier", "name": "k", "range": [ - 60600, - 60601 + 60247, + 60248 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 27 }, "end": { - "line": 1715, + "line": 1708, "column": 28 } } @@ -135531,47 +134630,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60603, - 60605 + 60250, + 60252 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 30 }, "end": { - "line": 1715, + "line": 1708, "column": 32 } } } ], "range": [ - 60599, - 60606 + 60246, + 60253 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 26 }, "end": { - "line": 1715, + "line": 1708, "column": 33 } } }, "range": [ - 60589, - 60606 + 60236, + 60253 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 16 }, "end": { - "line": 1715, + "line": 1708, "column": 33 } } @@ -135579,16 +134678,16 @@ ], "kind": "let", "range": [ - 60585, - 60607 + 60232, + 60254 ], "loc": { "start": { - "line": 1715, + "line": 1708, "column": 12 }, "end": { - "line": 1715, + "line": 1708, "column": 34 } } @@ -135602,16 +134701,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60624, - 60629 + 60271, + 60276 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 16 }, "end": { - "line": 1716, + "line": 1709, "column": 21 } } @@ -135626,16 +134725,16 @@ "type": "Identifier", "name": "rows", "range": [ - 60632, - 60636 + 60279, + 60283 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 24 }, "end": { - "line": 1716, + "line": 1709, "column": 28 } } @@ -135644,31 +134743,31 @@ "type": "Identifier", "name": "k", "range": [ - 60637, - 60638 + 60284, + 60285 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 29 }, "end": { - "line": 1716, + "line": 1709, "column": 30 } } }, "range": [ - 60632, - 60639 + 60279, + 60286 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 24 }, "end": { - "line": 1716, + "line": 1709, "column": 31 } } @@ -135677,46 +134776,46 @@ "type": "Identifier", "name": "cells", "range": [ - 60640, - 60645 + 60287, + 60292 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 32 }, "end": { - "line": 1716, + "line": 1709, "column": 37 } } }, "range": [ - 60632, - 60645 + 60279, + 60292 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 24 }, "end": { - "line": 1716, + "line": 1709, "column": 37 } } }, "range": [ - 60624, - 60645 + 60271, + 60292 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 16 }, "end": { - "line": 1716, + "line": 1709, "column": 37 } } @@ -135724,16 +134823,16 @@ ], "kind": "let", "range": [ - 60620, - 60646 + 60267, + 60293 ], "loc": { "start": { - "line": 1716, + "line": 1709, "column": 12 }, "end": { - "line": 1716, + "line": 1709, "column": 38 } } @@ -135749,16 +134848,16 @@ "type": "Identifier", "name": "j", "range": [ - 60668, - 60669 + 60315, + 60316 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 21 }, "end": { - "line": 1717, + "line": 1710, "column": 22 } } @@ -135768,31 +134867,31 @@ "value": 0, "raw": "0", "range": [ - 60672, - 60673 + 60319, + 60320 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 25 }, "end": { - "line": 1717, + "line": 1710, "column": 26 } } }, "range": [ - 60668, - 60673 + 60315, + 60320 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 21 }, "end": { - "line": 1717, + "line": 1710, "column": 26 } } @@ -135803,16 +134902,16 @@ "type": "Identifier", "name": "len", "range": [ - 60675, - 60678 + 60322, + 60325 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 28 }, "end": { - "line": 1717, + "line": 1710, "column": 31 } } @@ -135824,16 +134923,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60681, - 60686 + 60328, + 60333 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 34 }, "end": { - "line": 1717, + "line": 1710, "column": 39 } } @@ -135842,46 +134941,46 @@ "type": "Identifier", "name": "length", "range": [ - 60687, - 60693 + 60334, + 60340 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 40 }, "end": { - "line": 1717, + "line": 1710, "column": 46 } } }, "range": [ - 60681, - 60693 + 60328, + 60340 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 34 }, "end": { - "line": 1717, + "line": 1710, "column": 46 } } }, "range": [ - 60675, - 60693 + 60322, + 60340 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 28 }, "end": { - "line": 1717, + "line": 1710, "column": 46 } } @@ -135889,16 +134988,16 @@ ], "kind": "let", "range": [ - 60664, - 60693 + 60311, + 60340 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 17 }, "end": { - "line": 1717, + "line": 1710, "column": 46 } } @@ -135910,16 +135009,16 @@ "type": "Identifier", "name": "j", "range": [ - 60695, - 60696 + 60342, + 60343 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 48 }, "end": { - "line": 1717, + "line": 1710, "column": 49 } } @@ -135928,31 +135027,31 @@ "type": "Identifier", "name": "len", "range": [ - 60699, - 60702 + 60346, + 60349 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 52 }, "end": { - "line": 1717, + "line": 1710, "column": 55 } } }, "range": [ - 60695, - 60702 + 60342, + 60349 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 48 }, "end": { - "line": 1717, + "line": 1710, "column": 55 } } @@ -135964,32 +135063,32 @@ "type": "Identifier", "name": "j", "range": [ - 60704, - 60705 + 60351, + 60352 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 57 }, "end": { - "line": 1717, + "line": 1710, "column": 58 } } }, "prefix": false, "range": [ - 60704, - 60707 + 60351, + 60354 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 57 }, "end": { - "line": 1717, + "line": 1710, "column": 60 } } @@ -136006,16 +135105,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60731, - 60748 + 60378, + 60395 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 20 }, "end": { - "line": 1718, + "line": 1711, "column": 37 } } @@ -136028,16 +135127,16 @@ "object": { "type": "ThisExpression", "range": [ - 60752, - 60756 + 60399, + 60403 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 41 }, "end": { - "line": 1718, + "line": 1711, "column": 45 } } @@ -136046,31 +135145,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 60757, - 60769 + 60404, + 60416 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 46 }, "end": { - "line": 1718, + "line": 1711, "column": 58 } } }, "range": [ - 60752, - 60769 + 60399, + 60416 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 41 }, "end": { - "line": 1718, + "line": 1711, "column": 58 } } @@ -136081,47 +135180,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60770, - 60786 + 60417, + 60433 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 59 }, "end": { - "line": 1718, + "line": 1711, "column": 75 } } } ], "range": [ - 60752, - 60787 + 60399, + 60434 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 41 }, "end": { - "line": 1718, + "line": 1711, "column": 76 } } }, "range": [ - 60731, - 60787 + 60378, + 60434 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 20 }, "end": { - "line": 1718, + "line": 1711, "column": 76 } } @@ -136144,16 +135243,16 @@ "object": { "type": "ThisExpression", "range": [ - 60815, - 60819 + 60462, + 60466 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 24 }, "end": { - "line": 1719, + "line": 1712, "column": 28 } } @@ -136162,31 +135261,31 @@ "type": "Identifier", "name": "extension", "range": [ - 60820, - 60829 + 60467, + 60476 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 29 }, "end": { - "line": 1719, + "line": 1712, "column": 38 } } }, "range": [ - 60815, - 60829 + 60462, + 60476 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 24 }, "end": { - "line": 1719, + "line": 1712, "column": 38 } } @@ -136197,32 +135296,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60830, - 60846 + 60477, + 60493 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 39 }, "end": { - "line": 1719, + "line": 1712, "column": 55 } } } ], "range": [ - 60815, - 60847 + 60462, + 60494 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 24 }, "end": { - "line": 1719, + "line": 1712, "column": 56 } } @@ -136231,31 +135330,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 60848, - 60859 + 60495, + 60506 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 57 }, "end": { - "line": 1719, + "line": 1712, "column": 68 } } }, "range": [ - 60815, - 60859 + 60462, + 60506 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 24 }, "end": { - "line": 1719, + "line": 1712, "column": 68 } } @@ -136265,32 +135364,32 @@ "type": "Identifier", "name": "j", "range": [ - 60860, - 60861 + 60507, + 60508 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 69 }, "end": { - "line": 1719, + "line": 1712, "column": 70 } } } ], "range": [ - 60815, - 60862 + 60462, + 60509 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 24 }, "end": { - "line": 1719, + "line": 1712, "column": 71 } } @@ -136302,80 +135401,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 60890, - 60899 + 60537, + 60546 ], "loc": { "start": { - "line": 1720, + "line": 1713, "column": 24 }, "end": { - "line": 1720, + "line": 1713, "column": 33 } } } ], "range": [ - 60864, - 60921 + 60511, + 60568 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 73 }, "end": { - "line": 1721, + "line": 1714, "column": 21 } } }, "alternate": null, "range": [ - 60811, - 60921 + 60458, + 60568 ], "loc": { "start": { - "line": 1719, + "line": 1712, "column": 20 }, "end": { - "line": 1721, + "line": 1714, "column": 21 } } } ], "range": [ - 60789, - 60939 + 60436, + 60586 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 78 }, "end": { - "line": 1722, + "line": 1715, "column": 17 } } }, "alternate": null, "range": [ - 60727, - 60939 + 60374, + 60586 ], "loc": { "start": { - "line": 1718, + "line": 1711, "column": 16 }, "end": { - "line": 1722, + "line": 1715, "column": 17 } } @@ -136389,16 +135488,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 60960, - 60968 + 60607, + 60615 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 20 }, "end": { - "line": 1723, + "line": 1716, "column": 28 } } @@ -136411,16 +135510,16 @@ "object": { "type": "ThisExpression", "range": [ - 60971, - 60975 + 60618, + 60622 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 31 }, "end": { - "line": 1723, + "line": 1716, "column": 35 } } @@ -136429,31 +135528,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 60976, - 60987 + 60623, + 60634 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 36 }, "end": { - "line": 1723, + "line": 1716, "column": 47 } } }, "range": [ - 60971, - 60987 + 60618, + 60634 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 31 }, "end": { - "line": 1723, + "line": 1716, "column": 47 } } @@ -136466,16 +135565,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60988, - 60993 + 60635, + 60640 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 48 }, "end": { - "line": 1723, + "line": 1716, "column": 53 } } @@ -136484,62 +135583,62 @@ "type": "Identifier", "name": "j", "range": [ - 60994, - 60995 + 60641, + 60642 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 54 }, "end": { - "line": 1723, + "line": 1716, "column": 55 } } }, "range": [ - 60988, - 60996 + 60635, + 60643 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 48 }, "end": { - "line": 1723, + "line": 1716, "column": 56 } } } ], "range": [ - 60971, - 60997 + 60618, + 60644 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 31 }, "end": { - "line": 1723, + "line": 1716, "column": 57 } } }, "range": [ - 60960, - 60997 + 60607, + 60644 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 20 }, "end": { - "line": 1723, + "line": 1716, "column": 57 } } @@ -136547,16 +135646,16 @@ ], "kind": "let", "range": [ - 60956, - 60998 + 60603, + 60645 ], "loc": { "start": { - "line": 1723, + "line": 1716, "column": 16 }, "end": { - "line": 1723, + "line": 1716, "column": 58 } } @@ -136575,16 +135674,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 61015, - 61022 + 60662, + 60669 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 16 }, "end": { - "line": 1724, + "line": 1717, "column": 23 } } @@ -136594,31 +135693,31 @@ "value": 1, "raw": "1", "range": [ - 61023, - 61024 + 60670, + 60671 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 24 }, "end": { - "line": 1724, + "line": 1717, "column": 25 } } }, "range": [ - 61015, - 61025 + 60662, + 60672 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 16 }, "end": { - "line": 1724, + "line": 1717, "column": 26 } } @@ -136627,31 +135726,31 @@ "type": "Identifier", "name": "push", "range": [ - 61026, - 61030 + 60673, + 60677 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 27 }, "end": { - "line": 1724, + "line": 1717, "column": 31 } } }, "range": [ - 61015, - 61030 + 60662, + 60677 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 16 }, "end": { - "line": 1724, + "line": 1717, "column": 31 } } @@ -136661,78 +135760,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 61031, - 61039 + 60678, + 60686 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 32 }, "end": { - "line": 1724, + "line": 1717, "column": 40 } } } ], "range": [ - 61015, - 61040 + 60662, + 60687 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 16 }, "end": { - "line": 1724, + "line": 1717, "column": 41 } } }, "range": [ - 61015, - 61041 + 60662, + 60688 ], "loc": { "start": { - "line": 1724, + "line": 1717, "column": 16 }, "end": { - "line": 1724, + "line": 1717, "column": 42 } } } ], "range": [ - 60709, - 61055 + 60356, + 60702 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 62 }, "end": { - "line": 1725, + "line": 1718, "column": 13 } } }, "range": [ - 60659, - 61055 + 60306, + 60702 ], "loc": { "start": { - "line": 1717, + "line": 1710, "column": 12 }, "end": { - "line": 1725, + "line": 1718, "column": 13 } } @@ -136748,16 +135847,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 61068, - 61075 + 60715, + 60722 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 12 }, "end": { - "line": 1726, + "line": 1719, "column": 19 } } @@ -136766,31 +135865,31 @@ "type": "Identifier", "name": "push", "range": [ - 61076, - 61080 + 60723, + 60727 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 20 }, "end": { - "line": 1726, + "line": 1719, "column": 24 } } }, "range": [ - 61068, - 61080 + 60715, + 60727 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 12 }, "end": { - "line": 1726, + "line": 1719, "column": 24 } } @@ -136800,78 +135899,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 61081, - 61088 + 60728, + 60735 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 25 }, "end": { - "line": 1726, + "line": 1719, "column": 32 } } } ], "range": [ - 61068, - 61089 + 60715, + 60736 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 12 }, "end": { - "line": 1726, + "line": 1719, "column": 33 } } }, "range": [ - 61068, - 61090 + 60715, + 60737 ], "loc": { "start": { - "line": 1726, + "line": 1719, "column": 12 }, "end": { - "line": 1726, + "line": 1719, "column": 34 } } } ], "range": [ - 60571, - 61100 + 60218, + 60747 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 56 }, "end": { - "line": 1727, + "line": 1720, "column": 9 } } }, "range": [ - 60523, - 61100 + 60170, + 60747 ], "loc": { "start": { - "line": 1714, + "line": 1707, "column": 8 }, "end": { - "line": 1727, + "line": 1720, "column": 9 } } @@ -136882,47 +135981,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 61116, - 61123 + 60763, + 60770 ], "loc": { "start": { - "line": 1728, + "line": 1721, "column": 15 }, "end": { - "line": 1728, + "line": 1721, "column": 22 } } }, "range": [ - 61109, - 61124 + 60756, + 60771 ], "loc": { "start": { - "line": 1728, + "line": 1721, "column": 8 }, "end": { - "line": 1728, + "line": 1721, "column": 23 } } } ], "range": [ - 60283, - 61130 + 59930, + 60777 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 68 }, "end": { - "line": 1729, + "line": 1722, "column": 5 } } @@ -136930,16 +136029,16 @@ "generator": false, "expression": false, "range": [ - 60231, - 61130 + 59878, + 60777 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 16 }, "end": { - "line": 1729, + "line": 1722, "column": 5 } } @@ -136947,16 +136046,16 @@ "kind": "method", "computed": false, "range": [ - 60219, - 61130 + 59866, + 60777 ], "loc": { "start": { - "line": 1707, + "line": 1700, "column": 4 }, "end": { - "line": 1729, + "line": 1722, "column": 5 } }, @@ -136965,16 +136064,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 59810, - 60214 + 59457, + 59861 ], "loc": { "start": { - "line": 1695, + "line": 1688, "column": 4 }, "end": { - "line": 1706, + "line": 1699, "column": 7 } } @@ -136985,16 +136084,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 61136, - 61543 + 60783, + 61190 ], "loc": { "start": { - "line": 1731, + "line": 1724, "column": 4 }, "end": { - "line": 1742, + "line": 1735, "column": 7 } } @@ -137008,16 +136107,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 61548, - 61563 + 61195, + 61210 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 4 }, "end": { - "line": 1743, + "line": 1736, "column": 19 } } @@ -137032,16 +136131,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61564, - 61578 + 61211, + 61225 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 20 }, "end": { - "line": 1743, + "line": 1736, "column": 34 } } @@ -137051,31 +136150,31 @@ "value": false, "raw": "false", "range": [ - 61581, - 61586 + 61228, + 61233 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 37 }, "end": { - "line": 1743, + "line": 1736, "column": 42 } } }, "range": [ - 61564, - 61586 + 61211, + 61233 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 20 }, "end": { - "line": 1743, + "line": 1736, "column": 42 } } @@ -137086,16 +136185,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61588, - 61605 + 61235, + 61252 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 44 }, "end": { - "line": 1743, + "line": 1736, "column": 61 } } @@ -137105,31 +136204,31 @@ "value": false, "raw": "false", "range": [ - 61608, - 61613 + 61255, + 61260 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 64 }, "end": { - "line": 1743, + "line": 1736, "column": 69 } } }, "range": [ - 61588, - 61613 + 61235, + 61260 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 44 }, "end": { - "line": 1743, + "line": 1736, "column": 69 } } @@ -137149,16 +136248,16 @@ "object": { "type": "ThisExpression", "range": [ - 61630, - 61634 + 61277, + 61281 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 13 }, "end": { - "line": 1744, + "line": 1737, "column": 17 } } @@ -137167,47 +136266,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 61635, - 61649 + 61282, + 61296 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 18 }, "end": { - "line": 1744, + "line": 1737, "column": 32 } } }, "range": [ - 61630, - 61649 + 61277, + 61296 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 13 }, "end": { - "line": 1744, + "line": 1737, "column": 32 } } }, "prefix": true, "range": [ - 61629, - 61649 + 61276, + 61296 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 12 }, "end": { - "line": 1744, + "line": 1737, "column": 32 } } @@ -137221,63 +136320,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61672, - 61674 + 61319, + 61321 ], "loc": { "start": { - "line": 1745, + "line": 1738, "column": 19 }, "end": { - "line": 1745, + "line": 1738, "column": 21 } } }, "range": [ - 61665, - 61675 + 61312, + 61322 ], "loc": { "start": { - "line": 1745, + "line": 1738, "column": 12 }, "end": { - "line": 1745, + "line": 1738, "column": 22 } } } ], "range": [ - 61651, - 61685 + 61298, + 61332 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 34 }, "end": { - "line": 1746, + "line": 1739, "column": 9 } } }, "alternate": null, "range": [ - 61625, - 61685 + 61272, + 61332 ], "loc": { "start": { - "line": 1744, + "line": 1737, "column": 8 }, "end": { - "line": 1746, + "line": 1739, "column": 9 } } @@ -137291,16 +136390,16 @@ "type": "Identifier", "name": "rows", "range": [ - 61698, - 61702 + 61345, + 61349 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 12 }, "end": { - "line": 1747, + "line": 1740, "column": 16 } } @@ -137314,16 +136413,16 @@ "object": { "type": "ThisExpression", "range": [ - 61705, - 61709 + 61352, + 61356 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 19 }, "end": { - "line": 1747, + "line": 1740, "column": 23 } } @@ -137332,31 +136431,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 61710, - 61713 + 61357, + 61360 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 24 }, "end": { - "line": 1747, + "line": 1740, "column": 27 } } }, "range": [ - 61705, - 61713 + 61352, + 61360 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 19 }, "end": { - "line": 1747, + "line": 1740, "column": 27 } } @@ -137365,46 +136464,46 @@ "type": "Identifier", "name": "rows", "range": [ - 61714, - 61718 + 61361, + 61365 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 28 }, "end": { - "line": 1747, + "line": 1740, "column": 32 } } }, "range": [ - 61705, - 61718 + 61352, + 61365 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 19 }, "end": { - "line": 1747, + "line": 1740, "column": 32 } } }, "range": [ - 61698, - 61718 + 61345, + 61365 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 12 }, "end": { - "line": 1747, + "line": 1740, "column": 32 } } @@ -137415,16 +136514,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61732, - 61744 + 61379, + 61391 ], "loc": { "start": { - "line": 1748, + "line": 1741, "column": 12 }, "end": { - "line": 1748, + "line": 1741, "column": 24 } } @@ -137433,31 +136532,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61747, - 61749 + 61394, + 61396 ], "loc": { "start": { - "line": 1748, + "line": 1741, "column": 27 }, "end": { - "line": 1748, + "line": 1741, "column": 29 } } }, "range": [ - 61732, - 61749 + 61379, + 61396 ], "loc": { "start": { - "line": 1748, + "line": 1741, "column": 12 }, "end": { - "line": 1748, + "line": 1741, "column": 29 } } @@ -137465,16 +136564,16 @@ ], "kind": "let", "range": [ - 61694, - 61750 + 61341, + 61397 ], "loc": { "start": { - "line": 1747, + "line": 1740, "column": 8 }, "end": { - "line": 1748, + "line": 1741, "column": 30 } } @@ -137485,16 +136584,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61763, - 61777 + 61410, + 61424 ], "loc": { "start": { - "line": 1749, + "line": 1742, "column": 12 }, "end": { - "line": 1749, + "line": 1742, "column": 26 } } @@ -137511,16 +136610,16 @@ "type": "Identifier", "name": "headers", "range": [ - 61797, - 61804 + 61444, + 61451 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 16 }, "end": { - "line": 1750, + "line": 1743, "column": 23 } } @@ -137533,16 +136632,16 @@ "object": { "type": "ThisExpression", "range": [ - 61807, - 61811 + 61454, + 61458 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 26 }, "end": { - "line": 1750, + "line": 1743, "column": 30 } } @@ -137551,31 +136650,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 61812, - 61826 + 61459, + 61473 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 31 }, "end": { - "line": 1750, + "line": 1743, "column": 45 } } }, "range": [ - 61807, - 61826 + 61454, + 61473 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 26 }, "end": { - "line": 1750, + "line": 1743, "column": 45 } } @@ -137585,47 +136684,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61827, - 61844 + 61474, + 61491 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 46 }, "end": { - "line": 1750, + "line": 1743, "column": 63 } } } ], "range": [ - 61807, - 61845 + 61454, + 61492 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 26 }, "end": { - "line": 1750, + "line": 1743, "column": 64 } } }, "range": [ - 61797, - 61845 + 61444, + 61492 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 16 }, "end": { - "line": 1750, + "line": 1743, "column": 64 } } @@ -137633,16 +136732,16 @@ ], "kind": "let", "range": [ - 61793, - 61846 + 61440, + 61493 ], "loc": { "start": { - "line": 1750, + "line": 1743, "column": 12 }, "end": { - "line": 1750, + "line": 1743, "column": 65 } } @@ -137658,16 +136757,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61859, - 61871 + 61506, + 61518 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 12 }, "end": { - "line": 1751, + "line": 1744, "column": 24 } } @@ -137676,31 +136775,31 @@ "type": "Identifier", "name": "push", "range": [ - 61872, - 61876 + 61519, + 61523 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 25 }, "end": { - "line": 1751, + "line": 1744, "column": 29 } } }, "range": [ - 61859, - 61876 + 61506, + 61523 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 12 }, "end": { - "line": 1751, + "line": 1744, "column": 29 } } @@ -137717,16 +136816,16 @@ "object": { "type": "ThisExpression", "range": [ - 61878, - 61882 + 61525, + 61529 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 31 }, "end": { - "line": 1751, + "line": 1744, "column": 35 } } @@ -137735,47 +136834,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 61883, - 61901 + 61530, + 61548 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 36 }, "end": { - "line": 1751, + "line": 1744, "column": 54 } } }, "range": [ - 61878, - 61901 + 61525, + 61548 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 31 }, "end": { - "line": 1751, + "line": 1744, "column": 54 } } }, "arguments": [], "range": [ - 61878, - 61903 + 61525, + 61550 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 31 }, "end": { - "line": 1751, + "line": 1744, "column": 56 } } @@ -137784,95 +136883,95 @@ "type": "Identifier", "name": "headers", "range": [ - 61905, - 61912 + 61552, + 61559 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 58 }, "end": { - "line": 1751, + "line": 1744, "column": 65 } } } ], "range": [ - 61877, - 61913 + 61524, + 61560 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 30 }, "end": { - "line": 1751, + "line": 1744, "column": 66 } } } ], "range": [ - 61859, - 61914 + 61506, + 61561 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 12 }, "end": { - "line": 1751, + "line": 1744, "column": 67 } } }, "range": [ - 61859, - 61915 + 61506, + 61562 ], "loc": { "start": { - "line": 1751, + "line": 1744, "column": 12 }, "end": { - "line": 1751, + "line": 1744, "column": 68 } } } ], "range": [ - 61779, - 61925 + 61426, + 61572 ], "loc": { "start": { - "line": 1749, + "line": 1742, "column": 28 }, "end": { - "line": 1752, + "line": 1745, "column": 9 } } }, "alternate": null, "range": [ - 61759, - 61925 + 61406, + 61572 ], "loc": { "start": { - "line": 1749, + "line": 1742, "column": 8 }, "end": { - "line": 1752, + "line": 1745, "column": 9 } } @@ -137886,16 +136985,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 61939, - 61948 + 61586, + 61595 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 12 }, "end": { - "line": 1754, + "line": 1747, "column": 21 } } @@ -137908,16 +137007,16 @@ "object": { "type": "ThisExpression", "range": [ - 61951, - 61955 + 61598, + 61602 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 24 }, "end": { - "line": 1754, + "line": 1747, "column": 28 } } @@ -137926,31 +137025,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 61956, - 61968 + 61603, + 61615 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 29 }, "end": { - "line": 1754, + "line": 1747, "column": 41 } } }, "range": [ - 61951, - 61968 + 61598, + 61615 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 24 }, "end": { - "line": 1754, + "line": 1747, "column": 41 } } @@ -137961,47 +137060,47 @@ "value": true, "raw": "true", "range": [ - 61969, - 61973 + 61616, + 61620 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 42 }, "end": { - "line": 1754, + "line": 1747, "column": 46 } } } ], "range": [ - 61951, - 61974 + 61598, + 61621 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 24 }, "end": { - "line": 1754, + "line": 1747, "column": 47 } } }, "range": [ - 61939, - 61974 + 61586, + 61621 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 12 }, "end": { - "line": 1754, + "line": 1747, "column": 47 } } @@ -138009,16 +137108,16 @@ ], "kind": "let", "range": [ - 61935, - 61975 + 61582, + 61622 ], "loc": { "start": { - "line": 1754, + "line": 1747, "column": 8 }, "end": { - "line": 1754, + "line": 1747, "column": 48 } } @@ -138034,16 +137133,16 @@ "type": "Identifier", "name": "i", "range": [ - 61993, - 61994 + 61640, + 61641 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 17 }, "end": { - "line": 1755, + "line": 1748, "column": 18 } } @@ -138053,31 +137152,31 @@ "value": 0, "raw": "0", "range": [ - 61997, - 61998 + 61644, + 61645 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 21 }, "end": { - "line": 1755, + "line": 1748, "column": 22 } } }, "range": [ - 61993, - 61998 + 61640, + 61645 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 17 }, "end": { - "line": 1755, + "line": 1748, "column": 22 } } @@ -138085,16 +137184,16 @@ ], "kind": "let", "range": [ - 61989, - 61998 + 61636, + 61645 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 13 }, "end": { - "line": 1755, + "line": 1748, "column": 22 } } @@ -138106,16 +137205,16 @@ "type": "Identifier", "name": "i", "range": [ - 62000, - 62001 + 61647, + 61648 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 24 }, "end": { - "line": 1755, + "line": 1748, "column": 25 } } @@ -138127,16 +137226,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 62004, - 62013 + 61651, + 61660 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 28 }, "end": { - "line": 1755, + "line": 1748, "column": 37 } } @@ -138145,46 +137244,46 @@ "type": "Identifier", "name": "length", "range": [ - 62014, - 62020 + 61661, + 61667 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 38 }, "end": { - "line": 1755, + "line": 1748, "column": 44 } } }, "range": [ - 62004, - 62020 + 61651, + 61667 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 28 }, "end": { - "line": 1755, + "line": 1748, "column": 44 } } }, "range": [ - 62000, - 62020 + 61647, + 61667 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 24 }, "end": { - "line": 1755, + "line": 1748, "column": 44 } } @@ -138196,32 +137295,32 @@ "type": "Identifier", "name": "i", "range": [ - 62022, - 62023 + 61669, + 61670 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 46 }, "end": { - "line": 1755, + "line": 1748, "column": 47 } } }, "prefix": false, "range": [ - 62022, - 62025 + 61669, + 61672 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 46 }, "end": { - "line": 1755, + "line": 1748, "column": 49 } } @@ -138238,16 +137337,16 @@ "type": "Identifier", "name": "rData", "range": [ - 62045, - 62050 + 61692, + 61697 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 16 }, "end": { - "line": 1756, + "line": 1749, "column": 21 } } @@ -138264,16 +137363,16 @@ "object": { "type": "ThisExpression", "range": [ - 62054, - 62058 + 61701, + 61705 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 25 }, "end": { - "line": 1756, + "line": 1749, "column": 29 } } @@ -138282,31 +137381,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62059, - 62073 + 61706, + 61720 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 30 }, "end": { - "line": 1756, + "line": 1749, "column": 44 } } }, "range": [ - 62054, - 62073 + 61701, + 61720 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 25 }, "end": { - "line": 1756, + "line": 1749, "column": 44 } } @@ -138315,31 +137414,31 @@ "type": "Identifier", "name": "i", "range": [ - 62074, - 62075 + 61721, + 61722 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 45 }, "end": { - "line": 1756, + "line": 1749, "column": 46 } } }, "range": [ - 62054, - 62076 + 61701, + 61723 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 25 }, "end": { - "line": 1756, + "line": 1749, "column": 47 } } @@ -138348,47 +137447,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62078, - 62080 + 61725, + 61727 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 49 }, "end": { - "line": 1756, + "line": 1749, "column": 51 } } } ], "range": [ - 62053, - 62081 + 61700, + 61728 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 24 }, "end": { - "line": 1756, + "line": 1749, "column": 52 } } }, "range": [ - 62045, - 62081 + 61692, + 61728 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 16 }, "end": { - "line": 1756, + "line": 1749, "column": 52 } } @@ -138399,16 +137498,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62099, - 62104 + 61746, + 61751 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 16 }, "end": { - "line": 1757, + "line": 1750, "column": 21 } } @@ -138423,16 +137522,16 @@ "type": "Identifier", "name": "rows", "range": [ - 62107, - 62111 + 61754, + 61758 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 24 }, "end": { - "line": 1757, + "line": 1750, "column": 28 } } @@ -138446,16 +137545,16 @@ "object": { "type": "ThisExpression", "range": [ - 62112, - 62116 + 61759, + 61763 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 29 }, "end": { - "line": 1757, + "line": 1750, "column": 33 } } @@ -138464,31 +137563,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62117, - 62131 + 61764, + 61778 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 34 }, "end": { - "line": 1757, + "line": 1750, "column": 48 } } }, "range": [ - 62112, - 62131 + 61759, + 61778 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 29 }, "end": { - "line": 1757, + "line": 1750, "column": 48 } } @@ -138497,46 +137596,46 @@ "type": "Identifier", "name": "i", "range": [ - 62132, - 62133 + 61779, + 61780 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 49 }, "end": { - "line": 1757, + "line": 1750, "column": 50 } } }, "range": [ - 62112, - 62134 + 61759, + 61781 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 29 }, "end": { - "line": 1757, + "line": 1750, "column": 51 } } }, "range": [ - 62107, - 62135 + 61754, + 61782 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 24 }, "end": { - "line": 1757, + "line": 1750, "column": 52 } } @@ -138545,46 +137644,46 @@ "type": "Identifier", "name": "cells", "range": [ - 62136, - 62141 + 61783, + 61788 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 53 }, "end": { - "line": 1757, + "line": 1750, "column": 58 } } }, "range": [ - 62107, - 62141 + 61754, + 61788 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 24 }, "end": { - "line": 1757, + "line": 1750, "column": 58 } } }, "range": [ - 62099, - 62141 + 61746, + 61788 ], "loc": { "start": { - "line": 1757, + "line": 1750, "column": 16 }, "end": { - "line": 1757, + "line": 1750, "column": 58 } } @@ -138592,16 +137691,16 @@ ], "kind": "let", "range": [ - 62041, - 62142 + 61688, + 61789 ], "loc": { "start": { - "line": 1756, + "line": 1749, "column": 12 }, "end": { - "line": 1757, + "line": 1750, "column": 59 } } @@ -138617,16 +137716,16 @@ "type": "Identifier", "name": "k", "range": [ - 62164, - 62165 + 61811, + 61812 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 21 }, "end": { - "line": 1758, + "line": 1751, "column": 22 } } @@ -138636,31 +137735,31 @@ "value": 0, "raw": "0", "range": [ - 62168, - 62169 + 61815, + 61816 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 25 }, "end": { - "line": 1758, + "line": 1751, "column": 26 } } }, "range": [ - 62164, - 62169 + 61811, + 61816 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 21 }, "end": { - "line": 1758, + "line": 1751, "column": 26 } } @@ -138668,16 +137767,16 @@ ], "kind": "let", "range": [ - 62160, - 62169 + 61807, + 61816 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 17 }, "end": { - "line": 1758, + "line": 1751, "column": 26 } } @@ -138689,16 +137788,16 @@ "type": "Identifier", "name": "k", "range": [ - 62171, - 62172 + 61818, + 61819 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 28 }, "end": { - "line": 1758, + "line": 1751, "column": 29 } } @@ -138710,16 +137809,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62175, - 62180 + 61822, + 61827 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 32 }, "end": { - "line": 1758, + "line": 1751, "column": 37 } } @@ -138728,46 +137827,46 @@ "type": "Identifier", "name": "length", "range": [ - 62181, - 62187 + 61828, + 61834 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 38 }, "end": { - "line": 1758, + "line": 1751, "column": 44 } } }, "range": [ - 62175, - 62187 + 61822, + 61834 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 32 }, "end": { - "line": 1758, + "line": 1751, "column": 44 } } }, "range": [ - 62171, - 62187 + 61818, + 61834 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 28 }, "end": { - "line": 1758, + "line": 1751, "column": 44 } } @@ -138779,32 +137878,32 @@ "type": "Identifier", "name": "k", "range": [ - 62189, - 62190 + 61836, + 61837 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 46 }, "end": { - "line": 1758, + "line": 1751, "column": 47 } } }, "prefix": false, "range": [ - 62189, - 62192 + 61836, + 61839 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 46 }, "end": { - "line": 1758, + "line": 1751, "column": 49 } } @@ -138821,16 +137920,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 62216, - 62233 + 61863, + 61880 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 20 }, "end": { - "line": 1759, + "line": 1752, "column": 37 } } @@ -138843,16 +137942,16 @@ "object": { "type": "ThisExpression", "range": [ - 62237, - 62241 + 61884, + 61888 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 41 }, "end": { - "line": 1759, + "line": 1752, "column": 45 } } @@ -138861,31 +137960,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 62242, - 62254 + 61889, + 61901 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 46 }, "end": { - "line": 1759, + "line": 1752, "column": 58 } } }, "range": [ - 62237, - 62254 + 61884, + 61901 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 41 }, "end": { - "line": 1759, + "line": 1752, "column": 58 } } @@ -138896,47 +137995,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 62255, - 62271 + 61902, + 61918 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 59 }, "end": { - "line": 1759, + "line": 1752, "column": 75 } } } ], "range": [ - 62237, - 62272 + 61884, + 61919 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 41 }, "end": { - "line": 1759, + "line": 1752, "column": 76 } } }, "range": [ - 62216, - 62272 + 61863, + 61919 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 20 }, "end": { - "line": 1759, + "line": 1752, "column": 76 } } @@ -138959,16 +138058,16 @@ "object": { "type": "ThisExpression", "range": [ - 62300, - 62304 + 61947, + 61951 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 24 }, "end": { - "line": 1760, + "line": 1753, "column": 28 } } @@ -138977,31 +138076,31 @@ "type": "Identifier", "name": "extension", "range": [ - 62305, - 62314 + 61952, + 61961 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 29 }, "end": { - "line": 1760, + "line": 1753, "column": 38 } } }, "range": [ - 62300, - 62314 + 61947, + 61961 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 24 }, "end": { - "line": 1760, + "line": 1753, "column": 38 } } @@ -139012,32 +138111,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 62315, - 62331 + 61962, + 61978 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 39 }, "end": { - "line": 1760, + "line": 1753, "column": 55 } } } ], "range": [ - 62300, - 62332 + 61947, + 61979 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 24 }, "end": { - "line": 1760, + "line": 1753, "column": 56 } } @@ -139046,31 +138145,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 62333, - 62344 + 61980, + 61991 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 57 }, "end": { - "line": 1760, + "line": 1753, "column": 68 } } }, "range": [ - 62300, - 62344 + 61947, + 61991 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 24 }, "end": { - "line": 1760, + "line": 1753, "column": 68 } } @@ -139080,32 +138179,32 @@ "type": "Identifier", "name": "k", "range": [ - 62345, - 62346 + 61992, + 61993 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 69 }, "end": { - "line": 1760, + "line": 1753, "column": 70 } } } ], "range": [ - 62300, - 62347 + 61947, + 61994 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 24 }, "end": { - "line": 1760, + "line": 1753, "column": 71 } } @@ -139117,80 +138216,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 62375, - 62384 + 62022, + 62031 ], "loc": { "start": { - "line": 1761, + "line": 1754, "column": 24 }, "end": { - "line": 1761, + "line": 1754, "column": 33 } } } ], "range": [ - 62349, - 62406 + 61996, + 62053 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 73 }, "end": { - "line": 1762, + "line": 1755, "column": 21 } } }, "alternate": null, "range": [ - 62296, - 62406 + 61943, + 62053 ], "loc": { "start": { - "line": 1760, + "line": 1753, "column": 20 }, "end": { - "line": 1762, + "line": 1755, "column": 21 } } } ], "range": [ - 62274, - 62424 + 61921, + 62071 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 78 }, "end": { - "line": 1763, + "line": 1756, "column": 17 } } }, "alternate": null, "range": [ - 62212, - 62424 + 61859, + 62071 ], "loc": { "start": { - "line": 1759, + "line": 1752, "column": 16 }, "end": { - "line": 1763, + "line": 1756, "column": 17 } } @@ -139204,16 +138303,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 62445, - 62453 + 62092, + 62100 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 20 }, "end": { - "line": 1764, + "line": 1757, "column": 28 } } @@ -139226,16 +138325,16 @@ "object": { "type": "ThisExpression", "range": [ - 62456, - 62460 + 62103, + 62107 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 31 }, "end": { - "line": 1764, + "line": 1757, "column": 35 } } @@ -139244,31 +138343,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 62461, - 62472 + 62108, + 62119 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 36 }, "end": { - "line": 1764, + "line": 1757, "column": 47 } } }, "range": [ - 62456, - 62472 + 62103, + 62119 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 31 }, "end": { - "line": 1764, + "line": 1757, "column": 47 } } @@ -139281,16 +138380,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62473, - 62478 + 62120, + 62125 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 48 }, "end": { - "line": 1764, + "line": 1757, "column": 53 } } @@ -139299,62 +138398,62 @@ "type": "Identifier", "name": "k", "range": [ - 62479, - 62480 + 62126, + 62127 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 54 }, "end": { - "line": 1764, + "line": 1757, "column": 55 } } }, "range": [ - 62473, - 62481 + 62120, + 62128 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 48 }, "end": { - "line": 1764, + "line": 1757, "column": 56 } } } ], "range": [ - 62456, - 62482 + 62103, + 62129 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 31 }, "end": { - "line": 1764, + "line": 1757, "column": 57 } } }, "range": [ - 62445, - 62482 + 62092, + 62129 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 20 }, "end": { - "line": 1764, + "line": 1757, "column": 57 } } @@ -139362,16 +138461,16 @@ ], "kind": "let", "range": [ - 62441, - 62483 + 62088, + 62130 ], "loc": { "start": { - "line": 1764, + "line": 1757, "column": 16 }, "end": { - "line": 1764, + "line": 1757, "column": 58 } } @@ -139390,16 +138489,16 @@ "type": "Identifier", "name": "rData", "range": [ - 62500, - 62505 + 62147, + 62152 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 16 }, "end": { - "line": 1765, + "line": 1758, "column": 21 } } @@ -139409,31 +138508,31 @@ "value": 1, "raw": "1", "range": [ - 62506, - 62507 + 62153, + 62154 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 22 }, "end": { - "line": 1765, + "line": 1758, "column": 23 } } }, "range": [ - 62500, - 62508 + 62147, + 62155 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 16 }, "end": { - "line": 1765, + "line": 1758, "column": 24 } } @@ -139442,31 +138541,31 @@ "type": "Identifier", "name": "push", "range": [ - 62509, - 62513 + 62156, + 62160 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 25 }, "end": { - "line": 1765, + "line": 1758, "column": 29 } } }, "range": [ - 62500, - 62513 + 62147, + 62160 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 16 }, "end": { - "line": 1765, + "line": 1758, "column": 29 } } @@ -139476,78 +138575,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 62514, - 62522 + 62161, + 62169 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 30 }, "end": { - "line": 1765, + "line": 1758, "column": 38 } } } ], "range": [ - 62500, - 62523 + 62147, + 62170 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 16 }, "end": { - "line": 1765, + "line": 1758, "column": 39 } } }, "range": [ - 62500, - 62524 + 62147, + 62171 ], "loc": { "start": { - "line": 1765, + "line": 1758, "column": 16 }, "end": { - "line": 1765, + "line": 1758, "column": 40 } } } ], "range": [ - 62194, - 62538 + 61841, + 62185 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 51 }, "end": { - "line": 1766, + "line": 1759, "column": 13 } } }, "range": [ - 62155, - 62538 + 61802, + 62185 ], "loc": { "start": { - "line": 1758, + "line": 1751, "column": 12 }, "end": { - "line": 1766, + "line": 1759, "column": 13 } } @@ -139563,16 +138662,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62551, - 62563 + 62198, + 62210 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 12 }, "end": { - "line": 1767, + "line": 1760, "column": 24 } } @@ -139581,31 +138680,31 @@ "type": "Identifier", "name": "push", "range": [ - 62564, - 62568 + 62211, + 62215 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 25 }, "end": { - "line": 1767, + "line": 1760, "column": 29 } } }, "range": [ - 62551, - 62568 + 62198, + 62215 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 12 }, "end": { - "line": 1767, + "line": 1760, "column": 29 } } @@ -139615,78 +138714,78 @@ "type": "Identifier", "name": "rData", "range": [ - 62569, - 62574 + 62216, + 62221 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 30 }, "end": { - "line": 1767, + "line": 1760, "column": 35 } } } ], "range": [ - 62551, - 62575 + 62198, + 62222 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 12 }, "end": { - "line": 1767, + "line": 1760, "column": 36 } } }, "range": [ - 62551, - 62576 + 62198, + 62223 ], "loc": { "start": { - "line": 1767, + "line": 1760, "column": 12 }, "end": { - "line": 1767, + "line": 1760, "column": 37 } } } ], "range": [ - 62027, - 62586 + 61674, + 62233 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 51 }, "end": { - "line": 1768, + "line": 1761, "column": 9 } } }, "range": [ - 61984, - 62586 + 61631, + 62233 ], "loc": { "start": { - "line": 1755, + "line": 1748, "column": 8 }, "end": { - "line": 1768, + "line": 1761, "column": 9 } } @@ -139697,47 +138796,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62602, - 62614 + 62249, + 62261 ], "loc": { "start": { - "line": 1769, + "line": 1762, "column": 15 }, "end": { - "line": 1769, + "line": 1762, "column": 27 } } }, "range": [ - 62595, - 62615 + 62242, + 62262 ], "loc": { "start": { - "line": 1769, + "line": 1762, "column": 8 }, "end": { - "line": 1769, + "line": 1762, "column": 28 } } } ], "range": [ - 61615, - 62621 + 61262, + 62268 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 71 }, "end": { - "line": 1770, + "line": 1763, "column": 5 } } @@ -139745,16 +138844,16 @@ "generator": false, "expression": false, "range": [ - 61563, - 62621 + 61210, + 62268 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 19 }, "end": { - "line": 1770, + "line": 1763, "column": 5 } } @@ -139762,16 +138861,16 @@ "kind": "method", "computed": false, "range": [ - 61548, - 62621 + 61195, + 62268 ], "loc": { "start": { - "line": 1743, + "line": 1736, "column": 4 }, "end": { - "line": 1770, + "line": 1763, "column": 5 } }, @@ -139780,16 +138879,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 61136, - 61543 + 60783, + 61190 ], "loc": { "start": { - "line": 1731, + "line": 1724, "column": 4 }, "end": { - "line": 1742, + "line": 1735, "column": 7 } } @@ -139800,16 +138899,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 62627, - 62958 + 62274, + 62605 ], "loc": { "start": { - "line": 1772, + "line": 1765, "column": 4 }, "end": { - "line": 1779, + "line": 1772, "column": 7 } } @@ -139823,16 +138922,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 62963, - 62981 + 62610, + 62628 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 4 }, "end": { - "line": 1780, + "line": 1773, "column": 22 } } @@ -139845,16 +138944,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62982, - 62990 + 62629, + 62637 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 23 }, "end": { - "line": 1780, + "line": 1773, "column": 31 } } @@ -139865,16 +138964,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62992, - 63006 + 62639, + 62653 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 33 }, "end": { - "line": 1780, + "line": 1773, "column": 47 } } @@ -139884,31 +138983,31 @@ "value": false, "raw": "false", "range": [ - 63009, - 63014 + 62656, + 62661 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 50 }, "end": { - "line": 1780, + "line": 1773, "column": 55 } } }, "range": [ - 62992, - 63014 + 62639, + 62661 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 33 }, "end": { - "line": 1780, + "line": 1773, "column": 55 } } @@ -139928,16 +139027,16 @@ "type": "Identifier", "name": "Types", "range": [ - 63030, - 63035 + 62677, + 62682 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 12 }, "end": { - "line": 1781, + "line": 1774, "column": 17 } } @@ -139946,31 +139045,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 63036, - 63043 + 62683, + 62690 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 18 }, "end": { - "line": 1781, + "line": 1774, "column": 25 } } }, "range": [ - 63030, - 63043 + 62677, + 62690 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 12 }, "end": { - "line": 1781, + "line": 1774, "column": 25 } } @@ -139980,32 +139079,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63044, - 63052 + 62691, + 62699 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 26 }, "end": { - "line": 1781, + "line": 1774, "column": 34 } } } ], "range": [ - 63030, - 63053 + 62677, + 62700 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 12 }, "end": { - "line": 1781, + "line": 1774, "column": 35 } } @@ -140019,63 +139118,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63076, - 63078 + 62723, + 62725 ], "loc": { "start": { - "line": 1782, + "line": 1775, "column": 19 }, "end": { - "line": 1782, + "line": 1775, "column": 21 } } }, "range": [ - 63069, - 63079 + 62716, + 62726 ], "loc": { "start": { - "line": 1782, + "line": 1775, "column": 12 }, "end": { - "line": 1782, + "line": 1775, "column": 22 } } } ], "range": [ - 63055, - 63089 + 62702, + 62736 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 37 }, "end": { - "line": 1783, + "line": 1776, "column": 9 } } }, "alternate": null, "range": [ - 63026, - 63089 + 62673, + 62736 ], "loc": { "start": { - "line": 1781, + "line": 1774, "column": 8 }, "end": { - "line": 1783, + "line": 1776, "column": 9 } } @@ -140089,16 +139188,16 @@ "type": "Identifier", "name": "data", "range": [ - 63102, - 63106 + 62749, + 62753 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 12 }, "end": { - "line": 1784, + "line": 1777, "column": 16 } } @@ -140111,16 +139210,16 @@ "object": { "type": "ThisExpression", "range": [ - 63109, - 63113 + 62756, + 62760 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 19 }, "end": { - "line": 1784, + "line": 1777, "column": 23 } } @@ -140129,62 +139228,62 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 63114, - 63129 + 62761, + 62776 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 24 }, "end": { - "line": 1784, + "line": 1777, "column": 39 } } }, "range": [ - 63109, - 63129 + 62756, + 62776 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 19 }, "end": { - "line": 1784, + "line": 1777, "column": 39 } } }, "arguments": [], "range": [ - 63109, - 63131 + 62756, + 62778 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 19 }, "end": { - "line": 1784, + "line": 1777, "column": 41 } } }, "range": [ - 63102, - 63131 + 62749, + 62778 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 12 }, "end": { - "line": 1784, + "line": 1777, "column": 41 } } @@ -140195,16 +139294,16 @@ "type": "Identifier", "name": "colData", "range": [ - 63145, - 63152 + 62792, + 62799 ], "loc": { "start": { - "line": 1785, + "line": 1778, "column": 12 }, "end": { - "line": 1785, + "line": 1778, "column": 19 } } @@ -140213,31 +139312,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63155, - 63157 + 62802, + 62804 ], "loc": { "start": { - "line": 1785, + "line": 1778, "column": 22 }, "end": { - "line": 1785, + "line": 1778, "column": 24 } } }, "range": [ - 63145, - 63157 + 62792, + 62804 ], "loc": { "start": { - "line": 1785, + "line": 1778, "column": 12 }, "end": { - "line": 1785, + "line": 1778, "column": 24 } } @@ -140245,16 +139344,16 @@ ], "kind": "let", "range": [ - 63098, - 63158 + 62745, + 62805 ], "loc": { "start": { - "line": 1784, + "line": 1777, "column": 8 }, "end": { - "line": 1785, + "line": 1778, "column": 25 } } @@ -140265,16 +139364,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63171, - 63185 + 62818, + 62832 ], "loc": { "start": { - "line": 1786, + "line": 1779, "column": 12 }, "end": { - "line": 1786, + "line": 1779, "column": 26 } } @@ -140293,16 +139392,16 @@ "type": "Identifier", "name": "colData", "range": [ - 63201, - 63208 + 62848, + 62855 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 12 }, "end": { - "line": 1787, + "line": 1780, "column": 19 } } @@ -140311,31 +139410,31 @@ "type": "Identifier", "name": "push", "range": [ - 63209, - 63213 + 62856, + 62860 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 20 }, "end": { - "line": 1787, + "line": 1780, "column": 24 } } }, "range": [ - 63201, - 63213 + 62848, + 62860 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 12 }, "end": { - "line": 1787, + "line": 1780, "column": 24 } } @@ -140352,16 +139451,16 @@ "object": { "type": "ThisExpression", "range": [ - 63214, - 63218 + 62861, + 62865 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 25 }, "end": { - "line": 1787, + "line": 1780, "column": 29 } } @@ -140370,47 +139469,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 63219, - 63233 + 62866, + 62880 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 30 }, "end": { - "line": 1787, + "line": 1780, "column": 44 } } }, "range": [ - 63214, - 63233 + 62861, + 62880 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 25 }, "end": { - "line": 1787, + "line": 1780, "column": 44 } } }, "arguments": [], "range": [ - 63214, - 63235 + 62861, + 62882 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 25 }, "end": { - "line": 1787, + "line": 1780, "column": 46 } } @@ -140419,94 +139518,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63236, - 63244 + 62883, + 62891 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 47 }, "end": { - "line": 1787, + "line": 1780, "column": 55 } } }, "range": [ - 63214, - 63245 + 62861, + 62892 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 25 }, "end": { - "line": 1787, + "line": 1780, "column": 56 } } } ], "range": [ - 63201, - 63246 + 62848, + 62893 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 12 }, "end": { - "line": 1787, + "line": 1780, "column": 57 } } }, "range": [ - 63201, - 63247 + 62848, + 62894 ], "loc": { "start": { - "line": 1787, + "line": 1780, "column": 12 }, "end": { - "line": 1787, + "line": 1780, "column": 58 } } } ], "range": [ - 63187, - 63257 + 62834, + 62904 ], "loc": { "start": { - "line": 1786, + "line": 1779, "column": 28 }, "end": { - "line": 1788, + "line": 1781, "column": 9 } } }, "alternate": null, "range": [ - 63167, - 63257 + 62814, + 62904 ], "loc": { "start": { - "line": 1786, + "line": 1779, "column": 8 }, "end": { - "line": 1788, + "line": 1781, "column": 9 } } @@ -140522,16 +139621,16 @@ "type": "Identifier", "name": "i", "range": [ - 63275, - 63276 + 62922, + 62923 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 17 }, "end": { - "line": 1789, + "line": 1782, "column": 18 } } @@ -140541,31 +139640,31 @@ "value": 0, "raw": "0", "range": [ - 63279, - 63280 + 62926, + 62927 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 21 }, "end": { - "line": 1789, + "line": 1782, "column": 22 } } }, "range": [ - 63275, - 63280 + 62922, + 62927 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 17 }, "end": { - "line": 1789, + "line": 1782, "column": 22 } } @@ -140576,16 +139675,16 @@ "type": "Identifier", "name": "len", "range": [ - 63282, - 63285 + 62929, + 62932 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 24 }, "end": { - "line": 1789, + "line": 1782, "column": 27 } } @@ -140597,16 +139696,16 @@ "type": "Identifier", "name": "data", "range": [ - 63288, - 63292 + 62935, + 62939 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 30 }, "end": { - "line": 1789, + "line": 1782, "column": 34 } } @@ -140615,46 +139714,46 @@ "type": "Identifier", "name": "length", "range": [ - 63293, - 63299 + 62940, + 62946 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 35 }, "end": { - "line": 1789, + "line": 1782, "column": 41 } } }, "range": [ - 63288, - 63299 + 62935, + 62946 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 30 }, "end": { - "line": 1789, + "line": 1782, "column": 41 } } }, "range": [ - 63282, - 63299 + 62929, + 62946 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 24 }, "end": { - "line": 1789, + "line": 1782, "column": 41 } } @@ -140662,16 +139761,16 @@ ], "kind": "let", "range": [ - 63271, - 63299 + 62918, + 62946 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 13 }, "end": { - "line": 1789, + "line": 1782, "column": 41 } } @@ -140683,16 +139782,16 @@ "type": "Identifier", "name": "i", "range": [ - 63301, - 63302 + 62948, + 62949 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 43 }, "end": { - "line": 1789, + "line": 1782, "column": 44 } } @@ -140701,31 +139800,31 @@ "type": "Identifier", "name": "len", "range": [ - 63305, - 63308 + 62952, + 62955 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 47 }, "end": { - "line": 1789, + "line": 1782, "column": 50 } } }, "range": [ - 63301, - 63308 + 62948, + 62955 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 43 }, "end": { - "line": 1789, + "line": 1782, "column": 50 } } @@ -140737,32 +139836,32 @@ "type": "Identifier", "name": "i", "range": [ - 63310, - 63311 + 62957, + 62958 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 52 }, "end": { - "line": 1789, + "line": 1782, "column": 53 } } }, "prefix": false, "range": [ - 63310, - 63313 + 62957, + 62960 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 52 }, "end": { - "line": 1789, + "line": 1782, "column": 55 } } @@ -140779,16 +139878,16 @@ "type": "Identifier", "name": "r", "range": [ - 63333, - 63334 + 62980, + 62981 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 16 }, "end": { - "line": 1790, + "line": 1783, "column": 17 } } @@ -140800,16 +139899,16 @@ "type": "Identifier", "name": "data", "range": [ - 63337, - 63341 + 62984, + 62988 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 20 }, "end": { - "line": 1790, + "line": 1783, "column": 24 } } @@ -140818,46 +139917,46 @@ "type": "Identifier", "name": "i", "range": [ - 63342, - 63343 + 62989, + 62990 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 25 }, "end": { - "line": 1790, + "line": 1783, "column": 26 } } }, "range": [ - 63337, - 63344 + 62984, + 62991 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 20 }, "end": { - "line": 1790, + "line": 1783, "column": 27 } } }, "range": [ - 63333, - 63344 + 62980, + 62991 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 16 }, "end": { - "line": 1790, + "line": 1783, "column": 27 } } @@ -140868,16 +139967,16 @@ "type": "Identifier", "name": "d", "range": [ - 63407, - 63408 + 63054, + 63055 ], "loc": { "start": { - "line": 1792, + "line": 1785, "column": 16 }, "end": { - "line": 1792, + "line": 1785, "column": 17 } } @@ -140889,16 +139988,16 @@ "type": "Identifier", "name": "r", "range": [ - 63411, - 63412 + 63058, + 63059 ], "loc": { "start": { - "line": 1792, + "line": 1785, "column": 20 }, "end": { - "line": 1792, + "line": 1785, "column": 21 } } @@ -140908,46 +140007,46 @@ "value": 1, "raw": "1", "range": [ - 63413, - 63414 + 63060, + 63061 ], "loc": { "start": { - "line": 1792, + "line": 1785, "column": 22 }, "end": { - "line": 1792, + "line": 1785, "column": 23 } } }, "range": [ - 63411, - 63415 + 63058, + 63062 ], "loc": { "start": { - "line": 1792, + "line": 1785, "column": 20 }, "end": { - "line": 1792, + "line": 1785, "column": 24 } } }, "range": [ - 63407, - 63415 + 63054, + 63062 ], "loc": { "start": { - "line": 1792, + "line": 1785, "column": 16 }, "end": { - "line": 1792, + "line": 1785, "column": 24 } }, @@ -140956,16 +140055,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63362, - 63390 + 63009, + 63037 ], "loc": { "start": { - "line": 1791, + "line": 1784, "column": 16 }, "end": { - "line": 1791, + "line": 1784, "column": 44 } } @@ -140978,16 +140077,16 @@ "type": "Identifier", "name": "c", "range": [ - 63475, - 63476 + 63122, + 63123 ], "loc": { "start": { - "line": 1794, + "line": 1787, "column": 16 }, "end": { - "line": 1794, + "line": 1787, "column": 17 } } @@ -140999,16 +140098,16 @@ "type": "Identifier", "name": "d", "range": [ - 63479, - 63480 + 63126, + 63127 ], "loc": { "start": { - "line": 1794, + "line": 1787, "column": 20 }, "end": { - "line": 1794, + "line": 1787, "column": 21 } } @@ -141017,46 +140116,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63481, - 63489 + 63128, + 63136 ], "loc": { "start": { - "line": 1794, + "line": 1787, "column": 22 }, "end": { - "line": 1794, + "line": 1787, "column": 30 } } }, "range": [ - 63479, - 63490 + 63126, + 63137 ], "loc": { "start": { - "line": 1794, + "line": 1787, "column": 20 }, "end": { - "line": 1794, + "line": 1787, "column": 31 } } }, "range": [ - 63475, - 63490 + 63122, + 63137 ], "loc": { "start": { - "line": 1794, + "line": 1787, "column": 16 }, "end": { - "line": 1794, + "line": 1787, "column": 31 } }, @@ -141065,16 +140164,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 63433, - 63458 + 63080, + 63105 ], "loc": { "start": { - "line": 1793, + "line": 1786, "column": 16 }, "end": { - "line": 1793, + "line": 1786, "column": 41 } } @@ -141084,16 +140183,16 @@ ], "kind": "let", "range": [ - 63329, - 63491 + 62976, + 63138 ], "loc": { "start": { - "line": 1790, + "line": 1783, "column": 12 }, "end": { - "line": 1794, + "line": 1787, "column": 32 } } @@ -141109,16 +140208,16 @@ "type": "Identifier", "name": "colData", "range": [ - 63504, - 63511 + 63151, + 63158 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 12 }, "end": { - "line": 1795, + "line": 1788, "column": 19 } } @@ -141127,31 +140226,31 @@ "type": "Identifier", "name": "push", "range": [ - 63512, - 63516 + 63159, + 63163 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 20 }, "end": { - "line": 1795, + "line": 1788, "column": 24 } } }, "range": [ - 63504, - 63516 + 63151, + 63163 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 12 }, "end": { - "line": 1795, + "line": 1788, "column": 24 } } @@ -141161,78 +140260,78 @@ "type": "Identifier", "name": "c", "range": [ - 63517, - 63518 + 63164, + 63165 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 25 }, "end": { - "line": 1795, + "line": 1788, "column": 26 } } } ], "range": [ - 63504, - 63519 + 63151, + 63166 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 12 }, "end": { - "line": 1795, + "line": 1788, "column": 27 } } }, "range": [ - 63504, - 63520 + 63151, + 63167 ], "loc": { "start": { - "line": 1795, + "line": 1788, "column": 12 }, "end": { - "line": 1795, + "line": 1788, "column": 28 } } } ], "range": [ - 63315, - 63530 + 62962, + 63177 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 57 }, "end": { - "line": 1796, + "line": 1789, "column": 9 } } }, "range": [ - 63266, - 63530 + 62913, + 63177 ], "loc": { "start": { - "line": 1789, + "line": 1782, "column": 8 }, "end": { - "line": 1796, + "line": 1789, "column": 9 } } @@ -141243,47 +140342,47 @@ "type": "Identifier", "name": "colData", "range": [ - 63546, - 63553 + 63193, + 63200 ], "loc": { "start": { - "line": 1797, + "line": 1790, "column": 15 }, "end": { - "line": 1797, + "line": 1790, "column": 22 } } }, "range": [ - 63539, - 63554 + 63186, + 63201 ], "loc": { "start": { - "line": 1797, + "line": 1790, "column": 8 }, "end": { - "line": 1797, + "line": 1790, "column": 23 } } } ], "range": [ - 63016, - 63560 + 62663, + 63207 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 57 }, "end": { - "line": 1798, + "line": 1791, "column": 5 } } @@ -141291,16 +140390,16 @@ "generator": false, "expression": false, "range": [ - 62981, - 63560 + 62628, + 63207 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 22 }, "end": { - "line": 1798, + "line": 1791, "column": 5 } } @@ -141308,16 +140407,16 @@ "kind": "method", "computed": false, "range": [ - 62963, - 63560 + 62610, + 63207 ], "loc": { "start": { - "line": 1780, + "line": 1773, "column": 4 }, "end": { - "line": 1798, + "line": 1791, "column": 5 } }, @@ -141326,16 +140425,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 62627, - 62958 + 62274, + 62605 ], "loc": { "start": { - "line": 1772, + "line": 1765, "column": 4 }, "end": { - "line": 1779, + "line": 1772, "column": 7 } } @@ -141346,16 +140445,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63566, - 63719 + 63213, + 63366 ], "loc": { "start": { - "line": 1800, + "line": 1793, "column": 4 }, "end": { - "line": 1804, + "line": 1797, "column": 7 } } @@ -141369,16 +140468,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 63724, - 63737 + 63371, + 63384 ], "loc": { "start": { - "line": 1805, + "line": 1798, "column": 4 }, "end": { - "line": 1805, + "line": 1798, "column": 17 } } @@ -141391,16 +140490,16 @@ "type": "Identifier", "name": "row", "range": [ - 63738, - 63741 + 63385, + 63388 ], "loc": { "start": { - "line": 1805, + "line": 1798, "column": 18 }, "end": { - "line": 1805, + "line": 1798, "column": 21 } } @@ -141423,16 +140522,16 @@ "type": "Identifier", "name": "Types", "range": [ - 63758, - 63763 + 63405, + 63410 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 13 }, "end": { - "line": 1806, + "line": 1799, "column": 18 } } @@ -141441,31 +140540,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 63764, - 63769 + 63411, + 63416 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 19 }, "end": { - "line": 1806, + "line": 1799, "column": 24 } } }, "range": [ - 63758, - 63769 + 63405, + 63416 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 13 }, "end": { - "line": 1806, + "line": 1799, "column": 24 } } @@ -141475,48 +140574,48 @@ "type": "Identifier", "name": "row", "range": [ - 63770, - 63773 + 63417, + 63420 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 25 }, "end": { - "line": 1806, + "line": 1799, "column": 28 } } } ], "range": [ - 63758, - 63774 + 63405, + 63421 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 13 }, "end": { - "line": 1806, + "line": 1799, "column": 29 } } }, "prefix": true, "range": [ - 63757, - 63774 + 63404, + 63421 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 12 }, "end": { - "line": 1806, + "line": 1799, "column": 29 } } @@ -141531,63 +140630,63 @@ "value": null, "raw": "null", "range": [ - 63797, - 63801 + 63444, + 63448 ], "loc": { "start": { - "line": 1807, + "line": 1800, "column": 19 }, "end": { - "line": 1807, + "line": 1800, "column": 23 } } }, "range": [ - 63790, - 63802 + 63437, + 63449 ], "loc": { "start": { - "line": 1807, + "line": 1800, "column": 12 }, "end": { - "line": 1807, + "line": 1800, "column": 24 } } } ], "range": [ - 63776, - 63812 + 63423, + 63459 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 31 }, "end": { - "line": 1808, + "line": 1801, "column": 9 } } }, "alternate": null, "range": [ - 63753, - 63812 + 63400, + 63459 ], "loc": { "start": { - "line": 1806, + "line": 1799, "column": 8 }, "end": { - "line": 1808, + "line": 1801, "column": 9 } } @@ -141604,16 +140703,16 @@ "type": "Identifier", "name": "row", "range": [ - 63828, - 63831 + 63475, + 63478 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 15 }, "end": { - "line": 1809, + "line": 1802, "column": 18 } } @@ -141622,31 +140721,31 @@ "type": "Identifier", "name": "style", "range": [ - 63832, - 63837 + 63479, + 63484 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 19 }, "end": { - "line": 1809, + "line": 1802, "column": 24 } } }, "range": [ - 63828, - 63837 + 63475, + 63484 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 15 }, "end": { - "line": 1809, + "line": 1802, "column": 24 } } @@ -141655,62 +140754,62 @@ "type": "Identifier", "name": "display", "range": [ - 63838, - 63845 + 63485, + 63492 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 25 }, "end": { - "line": 1809, + "line": 1802, "column": 32 } } }, "range": [ - 63828, - 63845 + 63475, + 63492 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 15 }, "end": { - "line": 1809, + "line": 1802, "column": 32 } } }, "range": [ - 63821, - 63846 + 63468, + 63493 ], "loc": { "start": { - "line": 1809, + "line": 1802, "column": 8 }, "end": { - "line": 1809, + "line": 1802, "column": 33 } } } ], "range": [ - 63743, - 63852 + 63390, + 63499 ], "loc": { "start": { - "line": 1805, + "line": 1798, "column": 23 }, "end": { - "line": 1810, + "line": 1803, "column": 5 } } @@ -141718,16 +140817,16 @@ "generator": false, "expression": false, "range": [ - 63737, - 63852 + 63384, + 63499 ], "loc": { "start": { - "line": 1805, + "line": 1798, "column": 17 }, "end": { - "line": 1810, + "line": 1803, "column": 5 } } @@ -141735,16 +140834,16 @@ "kind": "method", "computed": false, "range": [ - 63724, - 63852 + 63371, + 63499 ], "loc": { "start": { - "line": 1805, + "line": 1798, "column": 4 }, "end": { - "line": 1810, + "line": 1803, "column": 5 } }, @@ -141753,16 +140852,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63566, - 63719 + 63213, + 63366 ], "loc": { "start": { - "line": 1800, + "line": 1793, "column": 4 }, "end": { - "line": 1804, + "line": 1797, "column": 7 } } @@ -141773,16 +140872,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 63858, - 64031 + 63505, + 63678 ], "loc": { "start": { - "line": 1812, + "line": 1805, "column": 4 }, "end": { - "line": 1816, + "line": 1809, "column": 7 } } @@ -141796,16 +140895,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 64036, - 64047 + 63683, + 63694 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 4 }, "end": { - "line": 1817, + "line": 1810, "column": 15 } } @@ -141818,16 +140917,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64048, - 64056 + 63695, + 63703 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 16 }, "end": { - "line": 1817, + "line": 1810, "column": 24 } } @@ -141836,16 +140935,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 64058, - 64065 + 63705, + 63712 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 26 }, "end": { - "line": 1817, + "line": 1810, "column": 33 } } @@ -141863,16 +140962,16 @@ "type": "Identifier", "name": "row", "range": [ - 64081, - 64084 + 63728, + 63731 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 12 }, "end": { - "line": 1818, + "line": 1811, "column": 15 } } @@ -141889,16 +140988,16 @@ "object": { "type": "ThisExpression", "range": [ - 64087, - 64091 + 63734, + 63738 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 18 }, "end": { - "line": 1818, + "line": 1811, "column": 22 } } @@ -141907,31 +141006,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 64092, - 64095 + 63739, + 63742 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 23 }, "end": { - "line": 1818, + "line": 1811, "column": 26 } } }, "range": [ - 64087, - 64095 + 63734, + 63742 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 18 }, "end": { - "line": 1818, + "line": 1811, "column": 26 } } @@ -141940,31 +141039,31 @@ "type": "Identifier", "name": "rows", "range": [ - 64096, - 64100 + 63743, + 63747 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 27 }, "end": { - "line": 1818, + "line": 1811, "column": 31 } } }, "range": [ - 64087, - 64100 + 63734, + 63747 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 18 }, "end": { - "line": 1818, + "line": 1811, "column": 31 } } @@ -141973,46 +141072,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64101, - 64109 + 63748, + 63756 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 32 }, "end": { - "line": 1818, + "line": 1811, "column": 40 } } }, "range": [ - 64087, - 64110 + 63734, + 63757 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 18 }, "end": { - "line": 1818, + "line": 1811, "column": 41 } } }, "range": [ - 64081, - 64110 + 63728, + 63757 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 12 }, "end": { - "line": 1818, + "line": 1811, "column": 41 } } @@ -142020,16 +141119,16 @@ ], "kind": "let", "range": [ - 64077, - 64111 + 63724, + 63758 ], "loc": { "start": { - "line": 1818, + "line": 1811, "column": 8 }, "end": { - "line": 1818, + "line": 1811, "column": 42 } } @@ -142046,32 +141145,32 @@ "type": "Identifier", "name": "row", "range": [ - 64125, - 64128 + 63772, + 63775 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 13 }, "end": { - "line": 1819, + "line": 1812, "column": 16 } } }, "prefix": true, "range": [ - 64124, - 64128 + 63771, + 63775 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 12 }, "end": { - "line": 1819, + "line": 1812, "column": 16 } } @@ -142086,32 +141185,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 64139, - 64146 + 63786, + 63793 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 27 }, "end": { - "line": 1819, + "line": 1812, "column": 34 } } }, "prefix": true, "range": [ - 64132, - 64146 + 63779, + 63793 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 20 }, "end": { - "line": 1819, + "line": 1812, "column": 34 } } @@ -142121,46 +141220,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 64151, - 64160 + 63798, + 63807 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 39 }, "end": { - "line": 1819, + "line": 1812, "column": 48 } } }, "range": [ - 64132, - 64160 + 63779, + 63807 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 20 }, "end": { - "line": 1819, + "line": 1812, "column": 48 } } }, "range": [ - 64124, - 64160 + 63771, + 63807 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 12 }, "end": { - "line": 1819, + "line": 1812, "column": 48 } } @@ -142172,48 +141271,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64176, - 64183 + 63823, + 63830 ], "loc": { "start": { - "line": 1820, + "line": 1813, "column": 12 }, "end": { - "line": 1820, + "line": 1813, "column": 19 } } } ], "range": [ - 64162, - 64193 + 63809, + 63840 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 50 }, "end": { - "line": 1821, + "line": 1814, "column": 9 } } }, "alternate": null, "range": [ - 64120, - 64193 + 63767, + 63840 ], "loc": { "start": { - "line": 1819, + "line": 1812, "column": 8 }, "end": { - "line": 1821, + "line": 1814, "column": 9 } }, @@ -142222,16 +141321,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64203, - 64235 + 63850, + 63882 ], "loc": { "start": { - "line": 1823, + "line": 1816, "column": 8 }, "end": { - "line": 1823, + "line": 1816, "column": 40 } } @@ -142249,16 +141348,16 @@ "object": { "type": "ThisExpression", "range": [ - 64248, - 64252 + 63895, + 63899 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 12 }, "end": { - "line": 1824, + "line": 1817, "column": 16 } } @@ -142267,31 +141366,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 64253, - 64267 + 63900, + 63914 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 17 }, "end": { - "line": 1824, + "line": 1817, "column": 31 } } }, "range": [ - 64248, - 64267 + 63895, + 63914 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 12 }, "end": { - "line": 1824, + "line": 1817, "column": 31 } } @@ -142310,16 +141409,16 @@ "object": { "type": "ThisExpression", "range": [ - 64271, - 64275 + 63918, + 63922 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 35 }, "end": { - "line": 1824, + "line": 1817, "column": 39 } } @@ -142328,31 +141427,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 64276, - 64287 + 63923, + 63934 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 40 }, "end": { - "line": 1824, + "line": 1817, "column": 51 } } }, "range": [ - 64271, - 64287 + 63918, + 63934 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 35 }, "end": { - "line": 1824, + "line": 1817, "column": 51 } } @@ -142361,31 +141460,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 64288, - 64295 + 63935, + 63942 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 52 }, "end": { - "line": 1824, + "line": 1817, "column": 59 } } }, "range": [ - 64271, - 64295 + 63918, + 63942 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 35 }, "end": { - "line": 1824, + "line": 1817, "column": 59 } } @@ -142395,32 +141494,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64296, - 64304 + 63943, + 63951 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 60 }, "end": { - "line": 1824, + "line": 1817, "column": 68 } } } ], "range": [ - 64271, - 64305 + 63918, + 63952 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 35 }, "end": { - "line": 1824, + "line": 1817, "column": 69 } } @@ -142433,62 +141532,62 @@ "value": 1, "raw": "1", "range": [ - 64311, - 64312 + 63958, + 63959 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 75 }, "end": { - "line": 1824, + "line": 1817, "column": 76 } } }, "prefix": true, "range": [ - 64310, - 64312 + 63957, + 63959 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 74 }, "end": { - "line": 1824, + "line": 1817, "column": 76 } } }, "range": [ - 64271, - 64312 + 63918, + 63959 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 35 }, "end": { - "line": 1824, + "line": 1817, "column": 76 } } }, "range": [ - 64248, - 64312 + 63895, + 63959 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 12 }, "end": { - "line": 1824, + "line": 1817, "column": 76 } } @@ -142505,16 +141604,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 64328, - 64335 + 63975, + 63982 ], "loc": { "start": { - "line": 1825, + "line": 1818, "column": 12 }, "end": { - "line": 1825, + "line": 1818, "column": 19 } } @@ -142524,78 +141623,78 @@ "value": true, "raw": "true", "range": [ - 64338, - 64342 + 63985, + 63989 ], "loc": { "start": { - "line": 1825, + "line": 1818, "column": 22 }, "end": { - "line": 1825, + "line": 1818, "column": 26 } } }, "range": [ - 64328, - 64342 + 63975, + 63989 ], "loc": { "start": { - "line": 1825, + "line": 1818, "column": 12 }, "end": { - "line": 1825, + "line": 1818, "column": 26 } } }, "range": [ - 64328, - 64343 + 63975, + 63990 ], "loc": { "start": { - "line": 1825, + "line": 1818, "column": 12 }, "end": { - "line": 1825, + "line": 1818, "column": 27 } } } ], "range": [ - 64314, - 64353 + 63961, + 64000 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 78 }, "end": { - "line": 1826, + "line": 1819, "column": 9 } } }, "alternate": null, "range": [ - 64244, - 64353 + 63891, + 64000 ], "loc": { "start": { - "line": 1824, + "line": 1817, "column": 8 }, "end": { - "line": 1826, + "line": 1819, "column": 9 } }, @@ -142604,16 +141703,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64203, - 64235 + 63850, + 63882 ], "loc": { "start": { - "line": 1823, + "line": 1816, "column": 8 }, "end": { - "line": 1823, + "line": 1816, "column": 40 } } @@ -142629,16 +141728,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 64367, - 64378 + 64014, + 64025 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 12 }, "end": { - "line": 1828, + "line": 1821, "column": 23 } } @@ -142649,16 +141748,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 64381, - 64388 + 64028, + 64035 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 26 }, "end": { - "line": 1828, + "line": 1821, "column": 33 } } @@ -142668,66 +141767,65 @@ "value": "", "raw": "''", "range": [ - 64391, - 64393 + 64038, + 64040 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 36 }, "end": { - "line": 1828, + "line": 1821, "column": 38 } } }, "alternate": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 64396, - 64402 + 64043, + 64047 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 41 }, "end": { - "line": 1828, - "column": 47 + "line": 1821, + "column": 45 } } }, "range": [ - 64381, - 64402 + 64028, + 64047 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 26 }, "end": { - "line": 1828, - "column": 47 + "line": 1821, + "column": 45 } } }, "range": [ - 64367, - 64402 + 64014, + 64047 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 12 }, "end": { - "line": 1828, - "column": 47 + "line": 1821, + "column": 45 } } }, @@ -142737,16 +141835,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 64416, - 64425 + 64061, + 64070 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 12 }, "end": { - "line": 1829, + "line": 1822, "column": 21 } } @@ -142757,16 +141855,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 64428, - 64435 + 64073, + 64080 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 24 }, "end": { - "line": 1829, + "line": 1822, "column": 31 } } @@ -142776,16 +141874,16 @@ "value": "true", "raw": "'true'", "range": [ - 64438, - 64444 + 64083, + 64089 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 34 }, "end": { - "line": 1829, + "line": 1822, "column": 40 } } @@ -142795,46 +141893,46 @@ "value": "false", "raw": "'false'", "range": [ - 64447, - 64454 + 64092, + 64099 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 43 }, "end": { - "line": 1829, + "line": 1822, "column": 50 } } }, "range": [ - 64428, - 64454 + 64073, + 64099 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 24 }, "end": { - "line": 1829, + "line": 1822, "column": 50 } } }, "range": [ - 64416, - 64454 + 64061, + 64099 ], "loc": { "start": { - "line": 1829, + "line": 1822, "column": 12 }, "end": { - "line": 1829, + "line": 1822, "column": 50 } } @@ -142842,16 +141940,16 @@ ], "kind": "let", "range": [ - 64363, - 64455 + 64010, + 64100 ], "loc": { "start": { - "line": 1828, + "line": 1821, "column": 8 }, "end": { - "line": 1829, + "line": 1822, "column": 51 } } @@ -142871,16 +141969,16 @@ "type": "Identifier", "name": "row", "range": [ - 64464, - 64467 + 64109, + 64112 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 8 }, "end": { - "line": 1830, + "line": 1823, "column": 11 } } @@ -142889,31 +141987,31 @@ "type": "Identifier", "name": "style", "range": [ - 64468, - 64473 + 64113, + 64118 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 12 }, "end": { - "line": 1830, + "line": 1823, "column": 17 } } }, "range": [ - 64464, - 64473 + 64109, + 64118 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 8 }, "end": { - "line": 1830, + "line": 1823, "column": 17 } } @@ -142922,31 +142020,31 @@ "type": "Identifier", "name": "display", "range": [ - 64474, - 64481 + 64119, + 64126 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 18 }, "end": { - "line": 1830, + "line": 1823, "column": 25 } } }, "range": [ - 64464, - 64481 + 64109, + 64126 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 8 }, "end": { - "line": 1830, + "line": 1823, "column": 25 } } @@ -142955,46 +142053,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 64484, - 64495 + 64129, + 64140 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 28 }, "end": { - "line": 1830, + "line": 1823, "column": 39 } } }, "range": [ - 64464, - 64495 + 64109, + 64140 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 8 }, "end": { - "line": 1830, + "line": 1823, "column": 39 } } }, "range": [ - 64464, - 64496 + 64109, + 64141 ], "loc": { "start": { - "line": 1830, + "line": 1823, "column": 8 }, "end": { - "line": 1830, + "line": 1823, "column": 40 } } @@ -143007,16 +142105,16 @@ "object": { "type": "ThisExpression", "range": [ - 64510, - 64514 + 64155, + 64159 ], "loc": { "start": { - "line": 1832, + "line": 1825, "column": 12 }, "end": { - "line": 1832, + "line": 1825, "column": 16 } } @@ -143025,31 +142123,31 @@ "type": "Identifier", "name": "paging", "range": [ - 64515, - 64521 + 64160, + 64166 ], "loc": { "start": { - "line": 1832, + "line": 1825, "column": 17 }, "end": { - "line": 1832, + "line": 1825, "column": 23 } } }, "range": [ - 64510, - 64521 + 64155, + 64166 ], "loc": { "start": { - "line": 1832, + "line": 1825, "column": 12 }, "end": { - "line": 1832, + "line": 1825, "column": 23 } } @@ -143068,16 +142166,16 @@ "type": "Identifier", "name": "row", "range": [ - 64537, - 64540 + 64182, + 64185 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 12 }, "end": { - "line": 1833, + "line": 1826, "column": 15 } } @@ -143086,31 +142184,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 64541, - 64553 + 64186, + 64198 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 16 }, "end": { - "line": 1833, + "line": 1826, "column": 28 } } }, "range": [ - 64537, - 64553 + 64182, + 64198 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 12 }, "end": { - "line": 1833, + "line": 1826, "column": 28 } } @@ -143121,16 +142219,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 64554, - 64564 + 64199, + 64209 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 29 }, "end": { - "line": 1833, + "line": 1826, "column": 39 } } @@ -143139,79 +142237,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 64566, - 64575 + 64211, + 64220 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 41 }, "end": { - "line": 1833, + "line": 1826, "column": 50 } } } ], "range": [ - 64537, - 64576 + 64182, + 64221 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 12 }, "end": { - "line": 1833, + "line": 1826, "column": 51 } } }, "range": [ - 64537, - 64577 + 64182, + 64222 ], "loc": { "start": { - "line": 1833, + "line": 1826, "column": 12 }, "end": { - "line": 1833, + "line": 1826, "column": 52 } } } ], "range": [ - 64523, - 64587 + 64168, + 64232 ], "loc": { "start": { - "line": 1832, + "line": 1825, "column": 25 }, "end": { - "line": 1834, + "line": 1827, "column": 9 } } }, "alternate": null, "range": [ - 64506, - 64587 + 64151, + 64232 ], "loc": { "start": { - "line": 1832, + "line": 1825, "column": 8 }, "end": { - "line": 1834, + "line": 1827, "column": 9 } } @@ -143222,16 +142320,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 64601, - 64608 + 64246, + 64253 ], "loc": { "start": { - "line": 1836, + "line": 1829, "column": 12 }, "end": { - "line": 1836, + "line": 1829, "column": 19 } } @@ -143255,16 +142353,16 @@ "object": { "type": "ThisExpression", "range": [ - 64628, - 64632 + 64273, + 64277 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 16 }, "end": { - "line": 1837, + "line": 1830, "column": 20 } } @@ -143273,31 +142371,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 64633, - 64647 + 64278, + 64292 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 21 }, "end": { - "line": 1837, + "line": 1830, "column": 35 } } }, "range": [ - 64628, - 64647 + 64273, + 64292 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 16 }, "end": { - "line": 1837, + "line": 1830, "column": 35 } } @@ -143306,31 +142404,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 64648, - 64655 + 64293, + 64300 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 36 }, "end": { - "line": 1837, + "line": 1830, "column": 43 } } }, "range": [ - 64628, - 64655 + 64273, + 64300 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 16 }, "end": { - "line": 1837, + "line": 1830, "column": 43 } } @@ -143340,32 +142438,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64656, - 64664 + 64301, + 64309 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 44 }, "end": { - "line": 1837, + "line": 1830, "column": 52 } } } ], "range": [ - 64628, - 64665 + 64273, + 64310 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 16 }, "end": { - "line": 1837, + "line": 1830, "column": 53 } } @@ -143378,47 +142476,47 @@ "value": 1, "raw": "1", "range": [ - 64671, - 64672 + 64316, + 64317 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 59 }, "end": { - "line": 1837, + "line": 1830, "column": 60 } } }, "prefix": true, "range": [ - 64670, - 64672 + 64315, + 64317 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 58 }, "end": { - "line": 1837, + "line": 1830, "column": 60 } } }, "range": [ - 64628, - 64672 + 64273, + 64317 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 16 }, "end": { - "line": 1837, + "line": 1830, "column": 60 } } @@ -143439,16 +142537,16 @@ "object": { "type": "ThisExpression", "range": [ - 64692, - 64696 + 64337, + 64341 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 16 }, "end": { - "line": 1838, + "line": 1831, "column": 20 } } @@ -143457,31 +142555,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 64697, - 64711 + 64342, + 64356 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 21 }, "end": { - "line": 1838, + "line": 1831, "column": 35 } } }, "range": [ - 64692, - 64711 + 64337, + 64356 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 16 }, "end": { - "line": 1838, + "line": 1831, "column": 35 } } @@ -143490,31 +142588,31 @@ "type": "Identifier", "name": "push", "range": [ - 64712, - 64716 + 64357, + 64361 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 36 }, "end": { - "line": 1838, + "line": 1831, "column": 40 } } }, "range": [ - 64692, - 64716 + 64337, + 64361 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 16 }, "end": { - "line": 1838, + "line": 1831, "column": 40 } } @@ -143524,79 +142622,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64717, - 64725 + 64362, + 64370 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 41 }, "end": { - "line": 1838, + "line": 1831, "column": 49 } } } ], "range": [ - 64692, - 64726 + 64337, + 64371 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 16 }, "end": { - "line": 1838, + "line": 1831, "column": 50 } } }, "range": [ - 64692, - 64727 + 64337, + 64372 ], "loc": { "start": { - "line": 1838, + "line": 1831, "column": 16 }, "end": { - "line": 1838, + "line": 1831, "column": 51 } } } ], "range": [ - 64674, - 64741 + 64319, + 64386 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 62 }, "end": { - "line": 1839, + "line": 1832, "column": 13 } } }, "alternate": null, "range": [ - 64624, - 64741 + 64269, + 64386 ], "loc": { "start": { - "line": 1837, + "line": 1830, "column": 12 }, "end": { - "line": 1839, + "line": 1832, "column": 13 } } @@ -143609,16 +142707,16 @@ "object": { "type": "ThisExpression", "range": [ - 64759, - 64763 + 64404, + 64408 ], "loc": { "start": { - "line": 1841, + "line": 1834, "column": 16 }, "end": { - "line": 1841, + "line": 1834, "column": 20 } } @@ -143627,31 +142725,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 64764, - 64778 + 64409, + 64423 ], "loc": { "start": { - "line": 1841, + "line": 1834, "column": 21 }, "end": { - "line": 1841, + "line": 1834, "column": 35 } } }, "range": [ - 64759, - 64778 + 64404, + 64423 ], "loc": { "start": { - "line": 1841, + "line": 1834, "column": 16 }, "end": { - "line": 1841, + "line": 1834, "column": 35 } } @@ -143672,16 +142770,16 @@ "object": { "type": "ThisExpression", "range": [ - 64798, - 64802 + 64443, + 64447 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 16 }, "end": { - "line": 1842, + "line": 1835, "column": 20 } } @@ -143690,31 +142788,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 64803, - 64817 + 64448, + 64462 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 21 }, "end": { - "line": 1842, + "line": 1835, "column": 35 } } }, "range": [ - 64798, - 64817 + 64443, + 64462 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 16 }, "end": { - "line": 1842, + "line": 1835, "column": 35 } } @@ -143723,31 +142821,31 @@ "type": "Identifier", "name": "call", "range": [ - 64818, - 64822 + 64463, + 64467 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 36 }, "end": { - "line": 1842, + "line": 1835, "column": 40 } } }, "range": [ - 64798, - 64822 + 64443, + 64467 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 16 }, "end": { - "line": 1842, + "line": 1835, "column": 40 } } @@ -143758,16 +142856,16 @@ "value": null, "raw": "null", "range": [ - 64823, - 64827 + 64468, + 64472 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 41 }, "end": { - "line": 1842, + "line": 1835, "column": 45 } } @@ -143775,16 +142873,16 @@ { "type": "ThisExpression", "range": [ - 64829, - 64833 + 64474, + 64478 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 47 }, "end": { - "line": 1842, + "line": 1835, "column": 51 } } @@ -143793,79 +142891,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64835, - 64843 + 64480, + 64488 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 53 }, "end": { - "line": 1842, + "line": 1835, "column": 61 } } } ], "range": [ - 64798, - 64844 + 64443, + 64489 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 16 }, "end": { - "line": 1842, + "line": 1835, "column": 62 } } }, "range": [ - 64798, - 64845 + 64443, + 64490 ], "loc": { "start": { - "line": 1842, + "line": 1835, "column": 16 }, "end": { - "line": 1842, + "line": 1835, "column": 63 } } } ], "range": [ - 64780, - 64859 + 64425, + 64504 ], "loc": { "start": { - "line": 1841, + "line": 1834, "column": 37 }, "end": { - "line": 1843, + "line": 1836, "column": 13 } } }, "alternate": null, "range": [ - 64755, - 64859 + 64400, + 64504 ], "loc": { "start": { - "line": 1841, + "line": 1834, "column": 12 }, "end": { - "line": 1843, + "line": 1836, "column": 13 } } @@ -143883,16 +142981,16 @@ "object": { "type": "ThisExpression", "range": [ - 64873, - 64877 + 64518, + 64522 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 12 }, "end": { - "line": 1845, + "line": 1838, "column": 16 } } @@ -143901,31 +142999,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 64878, - 64885 + 64523, + 64530 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 17 }, "end": { - "line": 1845, + "line": 1838, "column": 24 } } }, "range": [ - 64873, - 64885 + 64518, + 64530 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 12 }, "end": { - "line": 1845, + "line": 1838, "column": 24 } } @@ -143934,31 +143032,31 @@ "type": "Identifier", "name": "emit", "range": [ - 64886, - 64890 + 64531, + 64535 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 25 }, "end": { - "line": 1845, + "line": 1838, "column": 29 } } }, "range": [ - 64873, - 64890 + 64518, + 64535 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 12 }, "end": { - "line": 1845, + "line": 1838, "column": 29 } } @@ -143969,16 +143067,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 64891, - 64906 + 64536, + 64551 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 30 }, "end": { - "line": 1845, + "line": 1838, "column": 45 } } @@ -143986,16 +143084,16 @@ { "type": "ThisExpression", "range": [ - 64908, - 64912 + 64553, + 64557 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 47 }, "end": { - "line": 1845, + "line": 1838, "column": 51 } } @@ -144004,95 +143102,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64914, - 64922 + 64559, + 64567 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 53 }, "end": { - "line": 1845, + "line": 1838, "column": 61 } } } ], "range": [ - 64873, - 64923 + 64518, + 64568 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 12 }, "end": { - "line": 1845, + "line": 1838, "column": 62 } } }, "range": [ - 64873, - 64924 + 64518, + 64569 ], "loc": { "start": { - "line": 1845, + "line": 1838, "column": 12 }, "end": { - "line": 1845, + "line": 1838, "column": 63 } } } ], "range": [ - 64610, - 64934 + 64255, + 64579 ], "loc": { "start": { - "line": 1836, + "line": 1829, "column": 21 }, "end": { - "line": 1846, + "line": 1839, "column": 9 } } }, "alternate": null, "range": [ - 64597, - 64934 + 64242, + 64579 ], "loc": { "start": { - "line": 1836, + "line": 1829, "column": 8 }, "end": { - "line": 1846, + "line": 1839, "column": 9 } } } ], "range": [ - 64067, - 64940 + 63714, + 64585 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 35 }, "end": { - "line": 1847, + "line": 1840, "column": 5 } } @@ -144100,16 +143198,16 @@ "generator": false, "expression": false, "range": [ - 64047, - 64940 + 63694, + 64585 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 15 }, "end": { - "line": 1847, + "line": 1840, "column": 5 } } @@ -144117,16 +143215,16 @@ "kind": "method", "computed": false, "range": [ - 64036, - 64940 + 63683, + 64585 ], "loc": { "start": { - "line": 1817, + "line": 1810, "column": 4 }, "end": { - "line": 1847, + "line": 1840, "column": 5 } }, @@ -144135,16 +143233,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 63858, - 64031 + 63505, + 63678 ], "loc": { "start": { - "line": 1812, + "line": 1805, "column": 4 }, "end": { - "line": 1816, + "line": 1809, "column": 7 } } @@ -144155,16 +143253,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64946, - 64993 + 64591, + 64638 ], "loc": { "start": { - "line": 1849, + "line": 1842, "column": 4 }, "end": { - "line": 1851, + "line": 1844, "column": 7 } } @@ -144178,16 +143276,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 64998, - 65013 + 64643, + 64658 ], "loc": { "start": { - "line": 1852, + "line": 1845, "column": 4 }, "end": { - "line": 1852, + "line": 1845, "column": 19 } } @@ -144210,16 +143308,16 @@ "object": { "type": "ThisExpression", "range": [ - 65031, - 65035 + 64676, + 64680 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 13 }, "end": { - "line": 1853, + "line": 1846, "column": 17 } } @@ -144228,47 +143326,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 65036, - 65044 + 64681, + 64689 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 18 }, "end": { - "line": 1853, + "line": 1846, "column": 26 } } }, "range": [ - 65031, - 65044 + 64676, + 64689 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 13 }, "end": { - "line": 1853, + "line": 1846, "column": 26 } } }, "prefix": true, "range": [ - 65030, - 65044 + 64675, + 64689 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 12 }, "end": { - "line": 1853, + "line": 1846, "column": 26 } } @@ -144280,48 +143378,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65060, - 65067 + 64705, + 64712 ], "loc": { "start": { - "line": 1854, + "line": 1847, "column": 12 }, "end": { - "line": 1854, + "line": 1847, "column": 19 } } } ], "range": [ - 65046, - 65077 + 64691, + 64722 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 28 }, "end": { - "line": 1855, + "line": 1848, "column": 9 } } }, "alternate": null, "range": [ - 65026, - 65077 + 64671, + 64722 ], "loc": { "start": { - "line": 1853, + "line": 1846, "column": 8 }, "end": { - "line": 1855, + "line": 1848, "column": 9 } } @@ -144337,16 +143435,16 @@ "object": { "type": "ThisExpression", "range": [ - 65086, - 65090 + 64731, + 64735 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 8 }, "end": { - "line": 1856, + "line": 1849, "column": 12 } } @@ -144355,31 +143453,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 65091, - 65105 + 64736, + 64750 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 13 }, "end": { - "line": 1856, + "line": 1849, "column": 27 } } }, "range": [ - 65086, - 65105 + 64731, + 64750 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 8 }, "end": { - "line": 1856, + "line": 1849, "column": 27 } } @@ -144388,46 +143486,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65108, - 65110 + 64753, + 64755 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 30 }, "end": { - "line": 1856, + "line": 1849, "column": 32 } } }, "range": [ - 65086, - 65110 + 64731, + 64755 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 8 }, "end": { - "line": 1856, + "line": 1849, "column": 32 } } }, "range": [ - 65086, - 65111 + 64731, + 64756 ], "loc": { "start": { - "line": 1856, + "line": 1849, "column": 8 }, "end": { - "line": 1856, + "line": 1849, "column": 33 } } @@ -144443,16 +143541,16 @@ "type": "Identifier", "name": "k", "range": [ - 65129, - 65130 + 64774, + 64775 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 17 }, "end": { - "line": 1857, + "line": 1850, "column": 18 } } @@ -144463,16 +143561,16 @@ "object": { "type": "ThisExpression", "range": [ - 65133, - 65137 + 64778, + 64782 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 21 }, "end": { - "line": 1857, + "line": 1850, "column": 25 } } @@ -144481,46 +143579,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 65138, - 65144 + 64783, + 64789 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 26 }, "end": { - "line": 1857, + "line": 1850, "column": 32 } } }, "range": [ - 65133, - 65144 + 64778, + 64789 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 21 }, "end": { - "line": 1857, + "line": 1850, "column": 32 } } }, "range": [ - 65129, - 65144 + 64774, + 64789 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 17 }, "end": { - "line": 1857, + "line": 1850, "column": 32 } } @@ -144528,16 +143626,16 @@ ], "kind": "let", "range": [ - 65125, - 65144 + 64770, + 64789 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 13 }, "end": { - "line": 1857, + "line": 1850, "column": 32 } } @@ -144549,16 +143647,16 @@ "type": "Identifier", "name": "k", "range": [ - 65146, - 65147 + 64791, + 64792 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 34 }, "end": { - "line": 1857, + "line": 1850, "column": 35 } } @@ -144569,16 +143667,16 @@ "object": { "type": "ThisExpression", "range": [ - 65150, - 65154 + 64795, + 64799 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 38 }, "end": { - "line": 1857, + "line": 1850, "column": 42 } } @@ -144587,46 +143685,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 65155, - 65171 + 64800, + 64816 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 43 }, "end": { - "line": 1857, + "line": 1850, "column": 59 } } }, "range": [ - 65150, - 65171 + 64795, + 64816 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 38 }, "end": { - "line": 1857, + "line": 1850, "column": 59 } } }, "range": [ - 65146, - 65171 + 64791, + 64816 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 34 }, "end": { - "line": 1857, + "line": 1850, "column": 59 } } @@ -144638,32 +143736,32 @@ "type": "Identifier", "name": "k", "range": [ - 65173, - 65174 + 64818, + 64819 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 61 }, "end": { - "line": 1857, + "line": 1850, "column": 62 } } }, "prefix": false, "range": [ - 65173, - 65176 + 64818, + 64821 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 61 }, "end": { - "line": 1857, + "line": 1850, "column": 64 } } @@ -144681,16 +143779,16 @@ "object": { "type": "ThisExpression", "range": [ - 65192, - 65196 + 64837, + 64841 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 12 }, "end": { - "line": 1858, + "line": 1851, "column": 16 } } @@ -144699,31 +143797,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 65197, - 65208 + 64842, + 64853 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 17 }, "end": { - "line": 1858, + "line": 1851, "column": 28 } } }, "range": [ - 65192, - 65208 + 64837, + 64853 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 12 }, "end": { - "line": 1858, + "line": 1851, "column": 28 } } @@ -144733,16 +143831,16 @@ "type": "Identifier", "name": "k", "range": [ - 65209, - 65210 + 64854, + 64855 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 29 }, "end": { - "line": 1858, + "line": 1851, "column": 30 } } @@ -144752,94 +143850,94 @@ "value": true, "raw": "true", "range": [ - 65212, - 65216 + 64857, + 64861 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 32 }, "end": { - "line": 1858, + "line": 1851, "column": 36 } } } ], "range": [ - 65192, - 65217 + 64837, + 64862 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 12 }, "end": { - "line": 1858, + "line": 1851, "column": 37 } } }, "range": [ - 65192, - 65218 + 64837, + 64863 ], "loc": { "start": { - "line": 1858, + "line": 1851, "column": 12 }, "end": { - "line": 1858, + "line": 1851, "column": 38 } } } ], "range": [ - 65178, - 65228 + 64823, + 64873 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 66 }, "end": { - "line": 1859, + "line": 1852, "column": 9 } } }, "range": [ - 65120, - 65228 + 64765, + 64873 ], "loc": { "start": { - "line": 1857, + "line": 1850, "column": 8 }, "end": { - "line": 1859, + "line": 1852, "column": 9 } } } ], "range": [ - 65016, - 65234 + 64661, + 64879 ], "loc": { "start": { - "line": 1852, + "line": 1845, "column": 22 }, "end": { - "line": 1860, + "line": 1853, "column": 5 } } @@ -144847,16 +143945,16 @@ "generator": false, "expression": false, "range": [ - 65013, - 65234 + 64658, + 64879 ], "loc": { "start": { - "line": 1852, + "line": 1845, "column": 19 }, "end": { - "line": 1860, + "line": 1853, "column": 5 } } @@ -144864,16 +143962,16 @@ "kind": "method", "computed": false, "range": [ - 64998, - 65234 + 64643, + 64879 ], "loc": { "start": { - "line": 1852, + "line": 1845, "column": 4 }, "end": { - "line": 1860, + "line": 1853, "column": 5 } }, @@ -144882,16 +143980,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64946, - 64993 + 64591, + 64638 ], "loc": { "start": { - "line": 1849, + "line": 1842, "column": 4 }, "end": { - "line": 1851, + "line": 1844, "column": 7 } } @@ -144902,16 +144000,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 65240, - 65402 + 64885, + 65047 ], "loc": { "start": { - "line": 1862, + "line": 1855, "column": 4 }, "end": { - "line": 1866, + "line": 1859, "column": 7 } } @@ -144925,16 +144023,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 65407, - 65421 + 65052, + 65066 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 4 }, "end": { - "line": 1867, + "line": 1860, "column": 18 } } @@ -144947,16 +144045,16 @@ "type": "Identifier", "name": "index", "range": [ - 65422, - 65427 + 65067, + 65072 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 19 }, "end": { - "line": 1867, + "line": 1860, "column": 24 } } @@ -144967,16 +144065,16 @@ "type": "Identifier", "name": "query", "range": [ - 65429, - 65434 + 65074, + 65079 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 26 }, "end": { - "line": 1867, + "line": 1860, "column": 31 } } @@ -144986,31 +144084,31 @@ "value": "", "raw": "''", "range": [ - 65437, - 65439 + 65082, + 65084 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 34 }, "end": { - "line": 1867, + "line": 1860, "column": 36 } } }, "range": [ - 65429, - 65439 + 65074, + 65084 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 26 }, "end": { - "line": 1867, + "line": 1860, "column": 36 } } @@ -145030,16 +144128,16 @@ "object": { "type": "ThisExpression", "range": [ - 65456, - 65460 + 65101, + 65105 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 13 }, "end": { - "line": 1868, + "line": 1861, "column": 17 } } @@ -145048,47 +144146,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65461, - 65468 + 65106, + 65113 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 18 }, "end": { - "line": 1868, + "line": 1861, "column": 25 } } }, "range": [ - 65456, - 65468 + 65101, + 65113 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 13 }, "end": { - "line": 1868, + "line": 1861, "column": 25 } } }, "prefix": true, "range": [ - 65455, - 65468 + 65100, + 65113 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 12 }, "end": { - "line": 1868, + "line": 1861, "column": 25 } } @@ -145100,48 +144198,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65484, - 65491 + 65129, + 65136 ], "loc": { "start": { - "line": 1869, + "line": 1862, "column": 12 }, "end": { - "line": 1869, + "line": 1862, "column": 19 } } } ], "range": [ - 65470, - 65501 + 65115, + 65146 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 27 }, "end": { - "line": 1870, + "line": 1863, "column": 9 } } }, "alternate": null, "range": [ - 65451, - 65501 + 65096, + 65146 ], "loc": { "start": { - "line": 1868, + "line": 1861, "column": 8 }, "end": { - "line": 1870, + "line": 1863, "column": 9 } } @@ -145155,16 +144253,16 @@ "type": "Identifier", "name": "slc", "range": [ - 65514, - 65517 + 65159, + 65162 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 12 }, "end": { - "line": 1871, + "line": 1864, "column": 15 } } @@ -145177,16 +144275,16 @@ "object": { "type": "ThisExpression", "range": [ - 65520, - 65524 + 65165, + 65169 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 18 }, "end": { - "line": 1871, + "line": 1864, "column": 22 } } @@ -145195,31 +144293,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 65525, - 65541 + 65170, + 65186 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 23 }, "end": { - "line": 1871, + "line": 1864, "column": 39 } } }, "range": [ - 65520, - 65541 + 65165, + 65186 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 18 }, "end": { - "line": 1871, + "line": 1864, "column": 39 } } @@ -145229,47 +144327,47 @@ "type": "Identifier", "name": "index", "range": [ - 65542, - 65547 + 65187, + 65192 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 40 }, "end": { - "line": 1871, + "line": 1864, "column": 45 } } } ], "range": [ - 65520, - 65548 + 65165, + 65193 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 18 }, "end": { - "line": 1871, + "line": 1864, "column": 46 } } }, "range": [ - 65514, - 65548 + 65159, + 65193 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 12 }, "end": { - "line": 1871, + "line": 1864, "column": 46 } } @@ -145280,16 +144378,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65562, - 65572 + 65207, + 65217 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 12 }, "end": { - "line": 1872, + "line": 1865, "column": 22 } } @@ -145302,16 +144400,16 @@ "object": { "type": "ThisExpression", "range": [ - 65575, - 65579 + 65220, + 65224 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 25 }, "end": { - "line": 1872, + "line": 1865, "column": 29 } } @@ -145320,31 +144418,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65580, - 65593 + 65225, + 65238 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 30 }, "end": { - "line": 1872, + "line": 1865, "column": 43 } } }, "range": [ - 65575, - 65593 + 65220, + 65238 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 25 }, "end": { - "line": 1872, + "line": 1865, "column": 43 } } @@ -145354,47 +144452,47 @@ "type": "Identifier", "name": "index", "range": [ - 65594, - 65599 + 65239, + 65244 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 44 }, "end": { - "line": 1872, + "line": 1865, "column": 49 } } } ], "range": [ - 65575, - 65600 + 65220, + 65245 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 25 }, "end": { - "line": 1872, + "line": 1865, "column": 50 } } }, "range": [ - 65562, - 65600 + 65207, + 65245 ], "loc": { "start": { - "line": 1872, + "line": 1865, "column": 12 }, "end": { - "line": 1872, + "line": 1865, "column": 50 } } @@ -145402,16 +144500,16 @@ ], "kind": "let", "range": [ - 65510, - 65601 + 65155, + 65246 ], "loc": { "start": { - "line": 1871, + "line": 1864, "column": 8 }, "end": { - "line": 1872, + "line": 1865, "column": 51 } } @@ -145428,189 +144526,119 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65615, - 65625 + 65260, + 65270 ], "loc": { "start": { - "line": 1874, + "line": 1867, "column": 12 }, "end": { - "line": 1874, + "line": 1867, "column": 22 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 65630, - 65634 - ], - "loc": { - "start": { - "line": 1874, - "column": 27 - }, - "end": { - "line": 1874, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 65635, - 65647 - ], - "loc": { - "start": { - "line": 1874, - "column": 32 - }, - "end": { - "line": 1874, - "column": 44 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 65630, - 65647 + 65275, + 65283 ], "loc": { "start": { - "line": 1874, + "line": 1867, "column": 27 }, "end": { - "line": 1874, - "column": 44 + "line": 1867, + "column": 35 } } }, "range": [ - 65615, - 65647 + 65260, + 65283 ], "loc": { "start": { - "line": 1874, + "line": 1867, "column": 12 }, "end": { - "line": 1874, - "column": 44 + "line": 1867, + "column": 35 } } }, "right": { "type": "BinaryExpression", - "operator": "!=", + "operator": "!==", "left": { "type": "Identifier", "name": "fltColType", "range": [ - 65663, - 65673 + 65287, + 65297 ], "loc": { "start": { - "line": 1875, - "column": 12 + "line": 1867, + "column": 39 }, "end": { - "line": 1875, - "column": 22 + "line": 1867, + "column": 49 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 65677, - 65681 - ], - "loc": { - "start": { - "line": 1875, - "column": 26 - }, - "end": { - "line": 1875, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 65682, - 65698 - ], - "loc": { - "start": { - "line": 1875, - "column": 31 - }, - "end": { - "line": 1875, - "column": 47 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 65677, - 65698 + 65302, + 65311 ], "loc": { "start": { - "line": 1875, - "column": 26 + "line": 1867, + "column": 54 }, "end": { - "line": 1875, - "column": 47 + "line": 1867, + "column": 63 } } }, "range": [ - 65663, - 65698 + 65287, + 65311 ], "loc": { "start": { - "line": 1875, - "column": 12 + "line": 1867, + "column": 39 }, "end": { - "line": 1875, - "column": 47 + "line": 1867, + "column": 63 } } }, "range": [ - 65615, - 65698 + 65260, + 65311 ], "loc": { "start": { - "line": 1874, + "line": 1867, "column": 12 }, "end": { - "line": 1875, - "column": 47 + "line": 1867, + "column": 63 } } }, @@ -145628,16 +144656,16 @@ "object": { "type": "ThisExpression", "range": [ - 65718, - 65722 + 65331, + 65335 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 16 }, "end": { - "line": 1876, + "line": 1868, "column": 20 } } @@ -145646,31 +144674,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 65723, - 65738 + 65336, + 65351 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 21 }, "end": { - "line": 1876, + "line": 1868, "column": 36 } } }, "range": [ - 65718, - 65738 + 65331, + 65351 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 16 }, "end": { - "line": 1876, + "line": 1868, "column": 36 } } @@ -145684,16 +144712,16 @@ "object": { "type": "ThisExpression", "range": [ - 65743, - 65747 + 65356, + 65360 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 41 }, "end": { - "line": 1876, + "line": 1868, "column": 45 } } @@ -145702,62 +144730,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 65748, - 65759 + 65361, + 65372 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 46 }, "end": { - "line": 1876, + "line": 1868, "column": 57 } } }, "range": [ - 65743, - 65759 + 65356, + 65372 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 41 }, "end": { - "line": 1876, + "line": 1868, "column": 57 } } }, "prefix": true, "range": [ - 65742, - 65759 + 65355, + 65372 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 40 }, "end": { - "line": 1876, + "line": 1868, "column": 57 } } }, "range": [ - 65718, - 65759 + 65331, + 65372 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 16 }, "end": { - "line": 1876, + "line": 1868, "column": 57 } } @@ -145778,16 +144806,16 @@ "object": { "type": "ThisExpression", "range": [ - 65779, - 65783 + 65392, + 65396 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 16 }, "end": { - "line": 1877, + "line": 1869, "column": 20 } } @@ -145796,31 +144824,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 65784, - 65791 + 65397, + 65404 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 21 }, "end": { - "line": 1877, + "line": 1869, "column": 28 } } }, "range": [ - 65779, - 65791 + 65392, + 65404 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 16 }, "end": { - "line": 1877, + "line": 1869, "column": 28 } } @@ -145829,31 +144857,31 @@ "type": "Identifier", "name": "emit", "range": [ - 65792, - 65796 + 65405, + 65409 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 29 }, "end": { - "line": 1877, + "line": 1869, "column": 33 } } }, "range": [ - 65779, - 65796 + 65392, + 65409 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 16 }, "end": { - "line": 1877, + "line": 1869, "column": 33 } } @@ -145864,16 +144892,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 65797, - 65818 + 65410, + 65431 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 34 }, "end": { - "line": 1877, + "line": 1869, "column": 55 } } @@ -145881,16 +144909,16 @@ { "type": "ThisExpression", "range": [ - 65820, - 65824 + 65433, + 65437 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 57 }, "end": { - "line": 1877, + "line": 1869, "column": 61 } } @@ -145899,16 +144927,16 @@ "type": "Identifier", "name": "index", "range": [ - 65826, - 65831 + 65439, + 65444 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 63 }, "end": { - "line": 1877, + "line": 1869, "column": 68 } } @@ -145919,16 +144947,16 @@ "object": { "type": "ThisExpression", "range": [ - 65853, - 65857 + 65466, + 65470 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 20 }, "end": { - "line": 1878, + "line": 1870, "column": 24 } } @@ -145937,31 +144965,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 65858, - 65871 + 65471, + 65484 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 25 }, "end": { - "line": 1878, + "line": 1870, "column": 38 } } }, "range": [ - 65853, - 65871 + 65466, + 65484 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 20 }, "end": { - "line": 1878, + "line": 1870, "column": 38 } } @@ -145972,16 +145000,16 @@ "object": { "type": "ThisExpression", "range": [ - 65873, - 65877 + 65486, + 65490 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 40 }, "end": { - "line": 1878, + "line": 1870, "column": 44 } } @@ -145990,94 +145018,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 65878, - 65891 + 65491, + 65504 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 45 }, "end": { - "line": 1878, + "line": 1870, "column": 58 } } }, "range": [ - 65873, - 65891 + 65486, + 65504 ], "loc": { "start": { - "line": 1878, + "line": 1870, "column": 40 }, "end": { - "line": 1878, + "line": 1870, "column": 58 } } } ], "range": [ - 65779, - 65892 + 65392, + 65505 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 16 }, "end": { - "line": 1878, + "line": 1870, "column": 59 } } }, "range": [ - 65779, - 65893 + 65392, + 65506 ], "loc": { "start": { - "line": 1877, + "line": 1869, "column": 16 }, "end": { - "line": 1878, + "line": 1870, "column": 60 } } } ], "range": [ - 65761, - 65907 + 65374, + 65520 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 59 }, "end": { - "line": 1879, + "line": 1871, "column": 13 } } }, "alternate": null, "range": [ - 65714, - 65907 + 65327, + 65520 ], "loc": { "start": { - "line": 1876, + "line": 1868, "column": 12 }, "end": { - "line": 1879, + "line": 1871, "column": 13 } } @@ -146094,16 +145122,16 @@ "type": "Identifier", "name": "slc", "range": [ - 65920, - 65923 + 65533, + 65536 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 12 }, "end": { - "line": 1880, + "line": 1872, "column": 15 } } @@ -146112,31 +145140,31 @@ "type": "Identifier", "name": "value", "range": [ - 65924, - 65929 + 65537, + 65542 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 16 }, "end": { - "line": 1880, + "line": 1872, "column": 21 } } }, "range": [ - 65920, - 65929 + 65533, + 65542 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 12 }, "end": { - "line": 1880, + "line": 1872, "column": 21 } } @@ -146145,62 +145173,62 @@ "type": "Identifier", "name": "query", "range": [ - 65932, - 65937 + 65545, + 65550 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 24 }, "end": { - "line": 1880, + "line": 1872, "column": 29 } } }, "range": [ - 65920, - 65937 + 65533, + 65550 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 12 }, "end": { - "line": 1880, + "line": 1872, "column": 29 } } }, "range": [ - 65920, - 65938 + 65533, + 65551 ], "loc": { "start": { - "line": 1880, + "line": 1872, "column": 12 }, "end": { - "line": 1880, + "line": 1872, "column": 30 } } } ], "range": [ - 65700, - 65948 + 65313, + 65561 ], "loc": { "start": { - "line": 1875, - "column": 49 + "line": 1867, + "column": 65 }, "end": { - "line": 1881, + "line": 1873, "column": 9 } }, @@ -146209,16 +145237,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 65957, - 65975 + 65570, + 65588 ], "loc": { "start": { - "line": 1882, + "line": 1874, "column": 8 }, "end": { - "line": 1882, + "line": 1874, "column": 26 } } @@ -146234,85 +145262,50 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65993, - 66003 + 65606, + 65616 ], "loc": { "start": { - "line": 1883, + "line": 1875, "column": 17 }, "end": { - "line": 1883, + "line": 1875, "column": 27 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 66008, - 66012 - ], - "loc": { - "start": { - "line": 1883, - "column": 32 - }, - "end": { - "line": 1883, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 66013, - 66025 - ], - "loc": { - "start": { - "line": 1883, - "column": 37 - }, - "end": { - "line": 1883, - "column": 49 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 66008, - 66025 + 65621, + 65629 ], "loc": { "start": { - "line": 1883, + "line": 1875, "column": 32 }, "end": { - "line": 1883, - "column": 49 + "line": 1875, + "column": 40 } } }, "range": [ - 65993, - 66025 + 65606, + 65629 ], "loc": { "start": { - "line": 1883, + "line": 1875, "column": 17 }, "end": { - "line": 1883, - "column": 49 + "line": 1875, + "column": 40 } } }, @@ -146328,16 +145321,16 @@ "type": "Identifier", "name": "values", "range": [ - 66045, - 66051 + 65649, + 65655 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 16 }, "end": { - "line": 1884, + "line": 1876, "column": 22 } } @@ -146353,16 +145346,16 @@ "type": "Identifier", "name": "Types", "range": [ - 66054, - 66059 + 65658, + 65663 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 25 }, "end": { - "line": 1884, + "line": 1876, "column": 30 } } @@ -146371,31 +145364,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 66060, - 66067 + 65664, + 65671 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 31 }, "end": { - "line": 1884, + "line": 1876, "column": 38 } } }, "range": [ - 66054, - 66067 + 65658, + 65671 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 25 }, "end": { - "line": 1884, + "line": 1876, "column": 38 } } @@ -146405,32 +145398,32 @@ "type": "Identifier", "name": "query", "range": [ - 66068, - 66073 + 65672, + 65677 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 39 }, "end": { - "line": 1884, + "line": 1876, "column": 44 } } } ], "range": [ - 66054, - 66074 + 65658, + 65678 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 25 }, "end": { - "line": 1884, + "line": 1876, "column": 45 } } @@ -146439,16 +145432,16 @@ "type": "Identifier", "name": "query", "range": [ - 66077, - 66082 + 65681, + 65686 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 48 }, "end": { - "line": 1884, + "line": 1876, "column": 53 } } @@ -146462,16 +145455,16 @@ "type": "Identifier", "name": "query", "range": [ - 66101, - 66106 + 65705, + 65710 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 16 }, "end": { - "line": 1885, + "line": 1877, "column": 21 } } @@ -146480,31 +145473,31 @@ "type": "Identifier", "name": "split", "range": [ - 66107, - 66112 + 65711, + 65716 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 22 }, "end": { - "line": 1885, + "line": 1877, "column": 27 } } }, "range": [ - 66101, - 66112 + 65705, + 65716 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 16 }, "end": { - "line": 1885, + "line": 1877, "column": 27 } } @@ -146521,16 +145514,16 @@ "value": " ", "raw": "' '", "range": [ - 66113, - 66116 + 65717, + 65720 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 28 }, "end": { - "line": 1885, + "line": 1877, "column": 31 } } @@ -146541,16 +145534,16 @@ "object": { "type": "ThisExpression", "range": [ - 66119, - 66123 + 65723, + 65727 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 34 }, "end": { - "line": 1885, + "line": 1877, "column": 38 } } @@ -146559,46 +145552,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 66124, - 66134 + 65728, + 65738 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 39 }, "end": { - "line": 1885, + "line": 1877, "column": 49 } } }, "range": [ - 66119, - 66134 + 65723, + 65738 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 34 }, "end": { - "line": 1885, + "line": 1877, "column": 49 } } }, "range": [ - 66113, - 66134 + 65717, + 65738 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 28 }, "end": { - "line": 1885, + "line": 1877, "column": 49 } } @@ -146608,77 +145601,77 @@ "value": " ", "raw": "' '", "range": [ - 66137, - 66140 + 65741, + 65744 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 52 }, "end": { - "line": 1885, + "line": 1877, "column": 55 } } }, "range": [ - 66113, - 66140 + 65717, + 65744 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 28 }, "end": { - "line": 1885, + "line": 1877, "column": 55 } } } ], "range": [ - 66101, - 66141 + 65705, + 65745 ], "loc": { "start": { - "line": 1885, + "line": 1877, "column": 16 }, "end": { - "line": 1885, + "line": 1877, "column": 56 } } }, "range": [ - 66054, - 66141 + 65658, + 65745 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 25 }, "end": { - "line": 1885, + "line": 1877, "column": 56 } } }, "range": [ - 66045, - 66141 + 65649, + 65745 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 16 }, "end": { - "line": 1885, + "line": 1877, "column": 56 } } @@ -146686,16 +145679,16 @@ ], "kind": "let", "range": [ - 66041, - 66142 + 65645, + 65746 ], "loc": { "start": { - "line": 1884, + "line": 1876, "column": 12 }, "end": { - "line": 1885, + "line": 1877, "column": 57 } } @@ -146711,16 +145704,16 @@ "object": { "type": "ThisExpression", "range": [ - 66160, - 66164 + 65764, + 65768 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 16 }, "end": { - "line": 1887, + "line": 1879, "column": 20 } } @@ -146729,31 +145722,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 66165, - 66180 + 65769, + 65784 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 21 }, "end": { - "line": 1887, + "line": 1879, "column": 36 } } }, "range": [ - 66160, - 66180 + 65764, + 65784 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 16 }, "end": { - "line": 1887, + "line": 1879, "column": 36 } } @@ -146767,16 +145760,16 @@ "object": { "type": "ThisExpression", "range": [ - 66185, - 66189 + 65789, + 65793 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 41 }, "end": { - "line": 1887, + "line": 1879, "column": 45 } } @@ -146785,62 +145778,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 66190, - 66201 + 65794, + 65805 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 46 }, "end": { - "line": 1887, + "line": 1879, "column": 57 } } }, "range": [ - 66185, - 66201 + 65789, + 65805 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 41 }, "end": { - "line": 1887, + "line": 1879, "column": 57 } } }, "prefix": true, "range": [ - 66184, - 66201 + 65788, + 65805 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 40 }, "end": { - "line": 1887, + "line": 1879, "column": 57 } } }, "range": [ - 66160, - 66201 + 65764, + 65805 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 16 }, "end": { - "line": 1887, + "line": 1879, "column": 57 } } @@ -146861,16 +145854,16 @@ "object": { "type": "ThisExpression", "range": [ - 66221, - 66225 + 65825, + 65829 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 16 }, "end": { - "line": 1888, + "line": 1880, "column": 20 } } @@ -146879,31 +145872,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 66226, - 66233 + 65830, + 65837 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 21 }, "end": { - "line": 1888, + "line": 1880, "column": 28 } } }, "range": [ - 66221, - 66233 + 65825, + 65837 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 16 }, "end": { - "line": 1888, + "line": 1880, "column": 28 } } @@ -146912,31 +145905,31 @@ "type": "Identifier", "name": "emit", "range": [ - 66234, - 66238 + 65838, + 65842 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 29 }, "end": { - "line": 1888, + "line": 1880, "column": 33 } } }, "range": [ - 66221, - 66238 + 65825, + 65842 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 16 }, "end": { - "line": 1888, + "line": 1880, "column": 33 } } @@ -146947,16 +145940,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 66239, - 66260 + 65843, + 65864 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 34 }, "end": { - "line": 1888, + "line": 1880, "column": 55 } } @@ -146964,16 +145957,16 @@ { "type": "ThisExpression", "range": [ - 66262, - 66266 + 65866, + 65870 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 57 }, "end": { - "line": 1888, + "line": 1880, "column": 61 } } @@ -146982,16 +145975,16 @@ "type": "Identifier", "name": "index", "range": [ - 66268, - 66273 + 65872, + 65877 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 63 }, "end": { - "line": 1888, + "line": 1880, "column": 68 } } @@ -147002,16 +145995,16 @@ "object": { "type": "ThisExpression", "range": [ - 66295, - 66299 + 65899, + 65903 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 20 }, "end": { - "line": 1889, + "line": 1881, "column": 24 } } @@ -147020,31 +146013,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 66300, - 66313 + 65904, + 65917 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 25 }, "end": { - "line": 1889, + "line": 1881, "column": 38 } } }, "range": [ - 66295, - 66313 + 65899, + 65917 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 20 }, "end": { - "line": 1889, + "line": 1881, "column": 38 } } @@ -147055,16 +146048,16 @@ "object": { "type": "ThisExpression", "range": [ - 66315, - 66319 + 65919, + 65923 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 40 }, "end": { - "line": 1889, + "line": 1881, "column": 44 } } @@ -147073,94 +146066,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 66320, - 66333 + 65924, + 65937 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 45 }, "end": { - "line": 1889, + "line": 1881, "column": 58 } } }, "range": [ - 66315, - 66333 + 65919, + 65937 ], "loc": { "start": { - "line": 1889, + "line": 1881, "column": 40 }, "end": { - "line": 1889, + "line": 1881, "column": 58 } } } ], "range": [ - 66221, - 66334 + 65825, + 65938 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 16 }, "end": { - "line": 1889, + "line": 1881, "column": 59 } } }, "range": [ - 66221, - 66335 + 65825, + 65939 ], "loc": { "start": { - "line": 1888, + "line": 1880, "column": 16 }, "end": { - "line": 1889, + "line": 1881, "column": 60 } } } ], "range": [ - 66203, - 66349 + 65807, + 65953 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 59 }, "end": { - "line": 1890, + "line": 1882, "column": 13 } } }, "alternate": null, "range": [ - 66156, - 66349 + 65760, + 65953 ], "loc": { "start": { - "line": 1887, + "line": 1879, "column": 12 }, "end": { - "line": 1890, + "line": 1882, "column": 13 } } @@ -147178,16 +146171,16 @@ "object": { "type": "ThisExpression", "range": [ - 66363, - 66367 + 65967, + 65971 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 12 }, "end": { - "line": 1892, + "line": 1884, "column": 16 } } @@ -147196,31 +146189,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 66368, - 66375 + 65972, + 65979 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 17 }, "end": { - "line": 1892, + "line": 1884, "column": 24 } } }, "range": [ - 66363, - 66375 + 65967, + 65979 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 12 }, "end": { - "line": 1892, + "line": 1884, "column": 24 } } @@ -147229,31 +146222,31 @@ "type": "Identifier", "name": "emit", "range": [ - 66376, - 66380 + 65980, + 65984 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 25 }, "end": { - "line": 1892, + "line": 1884, "column": 29 } } }, "range": [ - 66363, - 66380 + 65967, + 65984 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 12 }, "end": { - "line": 1892, + "line": 1884, "column": 29 } } @@ -147264,16 +146257,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 66381, - 66397 + 65985, + 66001 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 30 }, "end": { - "line": 1892, + "line": 1884, "column": 46 } } @@ -147281,16 +146274,16 @@ { "type": "ThisExpression", "range": [ - 66399, - 66403 + 66003, + 66007 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 48 }, "end": { - "line": 1892, + "line": 1884, "column": 52 } } @@ -147299,16 +146292,16 @@ "type": "Identifier", "name": "index", "range": [ - 66405, - 66410 + 66009, + 66014 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 54 }, "end": { - "line": 1892, + "line": 1884, "column": 59 } } @@ -147317,63 +146310,63 @@ "type": "Identifier", "name": "values", "range": [ - 66412, - 66418 + 66016, + 66022 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 61 }, "end": { - "line": 1892, + "line": 1884, "column": 67 } } } ], "range": [ - 66363, - 66419 + 65967, + 66023 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 12 }, "end": { - "line": 1892, + "line": 1884, "column": 68 } } }, "range": [ - 66363, - 66420 + 65967, + 66024 ], "loc": { "start": { - "line": 1892, + "line": 1884, "column": 12 }, "end": { - "line": 1892, + "line": 1884, "column": 69 } } } ], "range": [ - 66027, - 66430 + 65631, + 66034 ], "loc": { "start": { - "line": 1883, - "column": 51 + "line": 1875, + "column": 42 }, "end": { - "line": 1893, + "line": 1885, "column": 9 } }, @@ -147382,16 +146375,16 @@ "type": "Line", "value": "checklist", "range": [ - 66439, - 66450 + 66043, + 66054 ], "loc": { "start": { - "line": 1894, + "line": 1886, "column": 8 }, "end": { - "line": 1894, + "line": 1886, "column": 19 } } @@ -147407,85 +146400,50 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66468, - 66478 + 66072, + 66082 ], "loc": { "start": { - "line": 1895, + "line": 1887, "column": 17 }, "end": { - "line": 1895, + "line": 1887, "column": 27 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 66483, - 66487 - ], - "loc": { - "start": { - "line": 1895, - "column": 32 - }, - "end": { - "line": 1895, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 66488, - 66504 - ], - "loc": { - "start": { - "line": 1895, - "column": 37 - }, - "end": { - "line": 1895, - "column": 53 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 66483, - 66504 + 66087, + 66096 ], "loc": { "start": { - "line": 1895, + "line": 1887, "column": 32 }, "end": { - "line": 1895, - "column": 53 + "line": 1887, + "column": 41 } } }, "range": [ - 66468, - 66504 + 66072, + 66096 ], "loc": { "start": { - "line": 1895, + "line": 1887, "column": 17 }, "end": { - "line": 1895, - "column": 53 + "line": 1887, + "column": 41 } } }, @@ -147501,16 +146459,16 @@ "type": "Identifier", "name": "values", "range": [ - 66524, - 66530 + 66116, + 66122 ], "loc": { "start": { - "line": 1896, + "line": 1888, "column": 16 }, "end": { - "line": 1896, + "line": 1888, "column": 22 } } @@ -147519,31 +146477,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 66533, - 66535 + 66125, + 66127 ], "loc": { "start": { - "line": 1896, + "line": 1888, "column": 25 }, "end": { - "line": 1896, + "line": 1888, "column": 27 } } }, "range": [ - 66524, - 66535 + 66116, + 66127 ], "loc": { "start": { - "line": 1896, + "line": 1888, "column": 16 }, "end": { - "line": 1896, + "line": 1888, "column": 27 } } @@ -147551,16 +146509,16 @@ ], "kind": "let", "range": [ - 66520, - 66536 + 66112, + 66128 ], "loc": { "start": { - "line": 1896, + "line": 1888, "column": 12 }, "end": { - "line": 1896, + "line": 1888, "column": 28 } } @@ -147576,16 +146534,16 @@ "object": { "type": "ThisExpression", "range": [ - 66553, - 66557 + 66145, + 66149 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 16 }, "end": { - "line": 1897, + "line": 1889, "column": 20 } } @@ -147594,31 +146552,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 66558, - 66573 + 66150, + 66165 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 21 }, "end": { - "line": 1897, + "line": 1889, "column": 36 } } }, "range": [ - 66553, - 66573 + 66145, + 66165 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 16 }, "end": { - "line": 1897, + "line": 1889, "column": 36 } } @@ -147632,16 +146590,16 @@ "object": { "type": "ThisExpression", "range": [ - 66578, - 66582 + 66170, + 66174 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 41 }, "end": { - "line": 1897, + "line": 1889, "column": 45 } } @@ -147650,62 +146608,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 66583, - 66594 + 66175, + 66186 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 46 }, "end": { - "line": 1897, + "line": 1889, "column": 57 } } }, "range": [ - 66578, - 66594 + 66170, + 66186 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 41 }, "end": { - "line": 1897, + "line": 1889, "column": 57 } } }, "prefix": true, "range": [ - 66577, - 66594 + 66169, + 66186 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 40 }, "end": { - "line": 1897, + "line": 1889, "column": 57 } } }, "range": [ - 66553, - 66594 + 66145, + 66186 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 16 }, "end": { - "line": 1897, + "line": 1889, "column": 57 } } @@ -147726,16 +146684,16 @@ "object": { "type": "ThisExpression", "range": [ - 66614, - 66618 + 66206, + 66210 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 16 }, "end": { - "line": 1898, + "line": 1890, "column": 20 } } @@ -147744,31 +146702,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 66619, - 66626 + 66211, + 66218 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 21 }, "end": { - "line": 1898, + "line": 1890, "column": 28 } } }, "range": [ - 66614, - 66626 + 66206, + 66218 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 16 }, "end": { - "line": 1898, + "line": 1890, "column": 28 } } @@ -147777,31 +146735,31 @@ "type": "Identifier", "name": "emit", "range": [ - 66627, - 66631 + 66219, + 66223 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 29 }, "end": { - "line": 1898, + "line": 1890, "column": 33 } } }, "range": [ - 66614, - 66631 + 66206, + 66223 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 16 }, "end": { - "line": 1898, + "line": 1890, "column": 33 } } @@ -147812,16 +146770,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 66632, - 66656 + 66224, + 66248 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 34 }, "end": { - "line": 1898, + "line": 1890, "column": 58 } } @@ -147829,16 +146787,16 @@ { "type": "ThisExpression", "range": [ - 66658, - 66662 + 66250, + 66254 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 60 }, "end": { - "line": 1898, + "line": 1890, "column": 64 } } @@ -147847,16 +146805,16 @@ "type": "Identifier", "name": "index", "range": [ - 66664, - 66669 + 66256, + 66261 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 66 }, "end": { - "line": 1898, + "line": 1890, "column": 71 } } @@ -147867,16 +146825,16 @@ "object": { "type": "ThisExpression", "range": [ - 66691, - 66695 + 66283, + 66287 ], "loc": { "start": { - "line": 1899, + "line": 1891, "column": 20 }, "end": { - "line": 1899, + "line": 1891, "column": 24 } } @@ -147885,94 +146843,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 66696, - 66709 + 66288, + 66301 ], "loc": { "start": { - "line": 1899, + "line": 1891, "column": 25 }, "end": { - "line": 1899, + "line": 1891, "column": 38 } } }, "range": [ - 66691, - 66709 + 66283, + 66301 ], "loc": { "start": { - "line": 1899, + "line": 1891, "column": 20 }, "end": { - "line": 1899, + "line": 1891, "column": 38 } } } ], "range": [ - 66614, - 66710 + 66206, + 66302 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 16 }, "end": { - "line": 1899, + "line": 1891, "column": 39 } } }, "range": [ - 66614, - 66711 + 66206, + 66303 ], "loc": { "start": { - "line": 1898, + "line": 1890, "column": 16 }, "end": { - "line": 1899, + "line": 1891, "column": 40 } } } ], "range": [ - 66596, - 66725 + 66188, + 66317 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 59 }, "end": { - "line": 1900, + "line": 1892, "column": 13 } } }, "alternate": null, "range": [ - 66549, - 66725 + 66141, + 66317 ], "loc": { "start": { - "line": 1897, + "line": 1889, "column": 12 }, "end": { - "line": 1900, + "line": 1892, "column": 13 } } @@ -147988,16 +146946,16 @@ "type": "Identifier", "name": "Types", "range": [ - 66742, - 66747 + 66334, + 66339 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 16 }, "end": { - "line": 1901, + "line": 1893, "column": 21 } } @@ -148006,31 +146964,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 66748, - 66755 + 66340, + 66347 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 22 }, "end": { - "line": 1901, + "line": 1893, "column": 29 } } }, "range": [ - 66742, - 66755 + 66334, + 66347 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 16 }, "end": { - "line": 1901, + "line": 1893, "column": 29 } } @@ -148040,32 +146998,32 @@ "type": "Identifier", "name": "query", "range": [ - 66756, - 66761 + 66348, + 66353 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 30 }, "end": { - "line": 1901, + "line": 1893, "column": 35 } } } ], "range": [ - 66742, - 66762 + 66334, + 66354 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 16 }, "end": { - "line": 1901, + "line": 1893, "column": 36 } } @@ -148082,16 +147040,16 @@ "type": "Identifier", "name": "values", "range": [ - 66782, - 66788 + 66374, + 66380 ], "loc": { "start": { - "line": 1902, + "line": 1894, "column": 16 }, "end": { - "line": 1902, + "line": 1894, "column": 22 } } @@ -148100,62 +147058,62 @@ "type": "Identifier", "name": "query", "range": [ - 66791, - 66796 + 66383, + 66388 ], "loc": { "start": { - "line": 1902, + "line": 1894, "column": 25 }, "end": { - "line": 1902, + "line": 1894, "column": 30 } } }, "range": [ - 66782, - 66796 + 66374, + 66388 ], "loc": { "start": { - "line": 1902, + "line": 1894, "column": 16 }, "end": { - "line": 1902, + "line": 1894, "column": 30 } } }, "range": [ - 66782, - 66797 + 66374, + 66389 ], "loc": { "start": { - "line": 1902, + "line": 1894, "column": 16 }, "end": { - "line": 1902, + "line": 1894, "column": 31 } } } ], "range": [ - 66764, - 66811 + 66356, + 66403 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 38 }, "end": { - "line": 1903, + "line": 1895, "column": 13 } } @@ -148172,16 +147130,16 @@ "type": "Identifier", "name": "query", "range": [ - 66835, - 66840 + 66427, + 66432 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 16 }, "end": { - "line": 1904, + "line": 1896, "column": 21 } } @@ -148195,16 +147153,16 @@ "type": "Identifier", "name": "Str", "range": [ - 66843, - 66846 + 66435, + 66438 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 24 }, "end": { - "line": 1904, + "line": 1896, "column": 27 } } @@ -148213,31 +147171,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 66847, - 66856 + 66439, + 66448 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 28 }, "end": { - "line": 1904, + "line": 1896, "column": 37 } } }, "range": [ - 66843, - 66856 + 66435, + 66448 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 24 }, "end": { - "line": 1904, + "line": 1896, "column": 37 } } @@ -148247,16 +147205,16 @@ "type": "Identifier", "name": "query", "range": [ - 66857, - 66862 + 66449, + 66454 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 38 }, "end": { - "line": 1904, + "line": 1896, "column": 43 } } @@ -148267,16 +147225,16 @@ "object": { "type": "ThisExpression", "range": [ - 66864, - 66868 + 66456, + 66460 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 45 }, "end": { - "line": 1904, + "line": 1896, "column": 49 } } @@ -148285,77 +147243,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 66869, - 66882 + 66461, + 66474 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 50 }, "end": { - "line": 1904, + "line": 1896, "column": 63 } } }, "range": [ - 66864, - 66882 + 66456, + 66474 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 45 }, "end": { - "line": 1904, + "line": 1896, "column": 63 } } } ], "range": [ - 66843, - 66883 + 66435, + 66475 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 24 }, "end": { - "line": 1904, + "line": 1896, "column": 64 } } }, "range": [ - 66835, - 66883 + 66427, + 66475 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 16 }, "end": { - "line": 1904, + "line": 1896, "column": 64 } } }, "range": [ - 66835, - 66884 + 66427, + 66476 ], "loc": { "start": { - "line": 1904, + "line": 1896, "column": 16 }, "end": { - "line": 1904, + "line": 1896, "column": 65 } } @@ -148369,16 +147327,16 @@ "type": "Identifier", "name": "values", "range": [ - 66901, - 66907 + 66493, + 66499 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 16 }, "end": { - "line": 1905, + "line": 1897, "column": 22 } } @@ -148392,16 +147350,16 @@ "type": "Identifier", "name": "query", "range": [ - 66910, - 66915 + 66502, + 66507 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 25 }, "end": { - "line": 1905, + "line": 1897, "column": 30 } } @@ -148410,31 +147368,31 @@ "type": "Identifier", "name": "split", "range": [ - 66916, - 66921 + 66508, + 66513 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 31 }, "end": { - "line": 1905, + "line": 1897, "column": 36 } } }, "range": [ - 66910, - 66921 + 66502, + 66513 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 25 }, "end": { - "line": 1905, + "line": 1897, "column": 36 } } @@ -148451,16 +147409,16 @@ "value": " ", "raw": "' '", "range": [ - 66922, - 66925 + 66514, + 66517 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 37 }, "end": { - "line": 1905, + "line": 1897, "column": 40 } } @@ -148471,16 +147429,16 @@ "object": { "type": "ThisExpression", "range": [ - 66928, - 66932 + 66520, + 66524 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 43 }, "end": { - "line": 1905, + "line": 1897, "column": 47 } } @@ -148489,46 +147447,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 66933, - 66943 + 66525, + 66535 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 48 }, "end": { - "line": 1905, + "line": 1897, "column": 58 } } }, "range": [ - 66928, - 66943 + 66520, + 66535 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 43 }, "end": { - "line": 1905, + "line": 1897, "column": 58 } } }, "range": [ - 66922, - 66943 + 66514, + 66535 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 37 }, "end": { - "line": 1905, + "line": 1897, "column": 58 } } @@ -148538,108 +147496,108 @@ "value": " ", "raw": "' '", "range": [ - 66946, - 66949 + 66538, + 66541 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 61 }, "end": { - "line": 1905, + "line": 1897, "column": 64 } } }, "range": [ - 66922, - 66949 + 66514, + 66541 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 37 }, "end": { - "line": 1905, + "line": 1897, "column": 64 } } } ], "range": [ - 66910, - 66950 + 66502, + 66542 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 25 }, "end": { - "line": 1905, + "line": 1897, "column": 65 } } }, "range": [ - 66901, - 66950 + 66493, + 66542 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 16 }, "end": { - "line": 1905, + "line": 1897, "column": 65 } } }, "range": [ - 66901, - 66951 + 66493, + 66543 ], "loc": { "start": { - "line": 1905, + "line": 1897, "column": 16 }, "end": { - "line": 1905, + "line": 1897, "column": 66 } } } ], "range": [ - 66817, - 66965 + 66409, + 66557 ], "loc": { "start": { - "line": 1903, + "line": 1895, "column": 19 }, "end": { - "line": 1906, + "line": 1898, "column": 13 } } }, "range": [ - 66738, - 66965 + 66330, + 66557 ], "loc": { "start": { - "line": 1901, + "line": 1893, "column": 12 }, "end": { - "line": 1906, + "line": 1898, "column": 13 } } @@ -148657,16 +147615,16 @@ "object": { "type": "ThisExpression", "range": [ - 66979, - 66983 + 66571, + 66575 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 12 }, "end": { - "line": 1908, + "line": 1900, "column": 16 } } @@ -148675,31 +147633,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 66984, - 66991 + 66576, + 66583 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 17 }, "end": { - "line": 1908, + "line": 1900, "column": 24 } } }, "range": [ - 66979, - 66991 + 66571, + 66583 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 12 }, "end": { - "line": 1908, + "line": 1900, "column": 24 } } @@ -148708,31 +147666,31 @@ "type": "Identifier", "name": "emit", "range": [ - 66992, - 66996 + 66584, + 66588 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 25 }, "end": { - "line": 1908, + "line": 1900, "column": 29 } } }, "range": [ - 66979, - 66996 + 66571, + 66588 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 12 }, "end": { - "line": 1908, + "line": 1900, "column": 29 } } @@ -148743,16 +147701,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 66997, - 67023 + 66589, + 66615 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 30 }, "end": { - "line": 1908, + "line": 1900, "column": 56 } } @@ -148760,16 +147718,16 @@ { "type": "ThisExpression", "range": [ - 67025, - 67029 + 66617, + 66621 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 58 }, "end": { - "line": 1908, + "line": 1900, "column": 62 } } @@ -148778,16 +147736,16 @@ "type": "Identifier", "name": "index", "range": [ - 67031, - 67036 + 66623, + 66628 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 64 }, "end": { - "line": 1908, + "line": 1900, "column": 69 } } @@ -148796,79 +147754,79 @@ "type": "Identifier", "name": "values", "range": [ - 67038, - 67044 + 66630, + 66636 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 71 }, "end": { - "line": 1908, + "line": 1900, "column": 77 } } } ], "range": [ - 66979, - 67045 + 66571, + 66637 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 12 }, "end": { - "line": 1908, + "line": 1900, "column": 78 } } }, "range": [ - 66979, - 67046 + 66571, + 66638 ], "loc": { "start": { - "line": 1908, + "line": 1900, "column": 12 }, "end": { - "line": 1908, + "line": 1900, "column": 79 } } } ], "range": [ - 66506, - 67056 + 66098, + 66648 ], "loc": { "start": { - "line": 1895, - "column": 55 + "line": 1887, + "column": 43 }, "end": { - "line": 1909, + "line": 1901, "column": 9 } } }, "alternate": null, "range": [ - 66464, - 67056 + 66068, + 66648 ], "loc": { "start": { - "line": 1895, + "line": 1887, "column": 13 }, "end": { - "line": 1909, + "line": 1901, "column": 9 } }, @@ -148877,16 +147835,16 @@ "type": "Line", "value": "checklist", "range": [ - 66439, - 66450 + 66043, + 66054 ], "loc": { "start": { - "line": 1894, + "line": 1886, "column": 8 }, "end": { - "line": 1894, + "line": 1886, "column": 19 } } @@ -148894,16 +147852,16 @@ ] }, "range": [ - 65989, - 67056 + 65602, + 66648 ], "loc": { "start": { - "line": 1883, + "line": 1875, "column": 13 }, "end": { - "line": 1909, + "line": 1901, "column": 9 } }, @@ -148912,16 +147870,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 65957, - 65975 + 65570, + 65588 ], "loc": { "start": { - "line": 1882, + "line": 1874, "column": 8 }, "end": { - "line": 1882, + "line": 1874, "column": 26 } } @@ -148929,32 +147887,32 @@ ] }, "range": [ - 65611, - 67056 + 65256, + 66648 ], "loc": { "start": { - "line": 1874, + "line": 1867, "column": 8 }, "end": { - "line": 1909, + "line": 1901, "column": 9 } } } ], "range": [ - 65441, - 67062 + 65086, + 66654 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 38 }, "end": { - "line": 1910, + "line": 1902, "column": 5 } } @@ -148962,16 +147920,16 @@ "generator": false, "expression": false, "range": [ - 65421, - 67062 + 65066, + 66654 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 18 }, "end": { - "line": 1910, + "line": 1902, "column": 5 } } @@ -148979,16 +147937,16 @@ "kind": "method", "computed": false, "range": [ - 65407, - 67062 + 65052, + 66654 ], "loc": { "start": { - "line": 1867, + "line": 1860, "column": 4 }, "end": { - "line": 1910, + "line": 1902, "column": 5 } }, @@ -148997,16 +147955,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 65240, - 65402 + 64885, + 65047 ], "loc": { "start": { - "line": 1862, + "line": 1855, "column": 4 }, "end": { - "line": 1866, + "line": 1859, "column": 7 } } @@ -149017,16 +147975,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 67068, - 67172 + 66660, + 66764 ], "loc": { "start": { - "line": 1912, + "line": 1904, "column": 4 }, "end": { - "line": 1915, + "line": 1907, "column": 7 } } @@ -149040,16 +147998,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 67177, - 67189 + 66769, + 66781 ], "loc": { "start": { - "line": 1916, + "line": 1908, "column": 4 }, "end": { - "line": 1916, + "line": 1908, "column": 16 } } @@ -149062,16 +148020,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 67190, - 67193 + 66782, + 66785 ], "loc": { "start": { - "line": 1916, + "line": 1908, "column": 17 }, "end": { - "line": 1916, + "line": 1908, "column": 20 } } @@ -149091,16 +148049,16 @@ "object": { "type": "ThisExpression", "range": [ - 67210, - 67214 + 66802, + 66806 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 13 }, "end": { - "line": 1917, + "line": 1909, "column": 17 } } @@ -149109,47 +148067,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 67215, - 67227 + 66807, + 66819 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 18 }, "end": { - "line": 1917, + "line": 1909, "column": 30 } } }, "range": [ - 67210, - 67227 + 66802, + 66819 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 13 }, "end": { - "line": 1917, + "line": 1909, "column": 30 } } }, "prefix": true, "range": [ - 67209, - 67227 + 66801, + 66819 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 12 }, "end": { - "line": 1917, + "line": 1909, "column": 30 } } @@ -149161,48 +148119,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67243, - 67250 + 66835, + 66842 ], "loc": { "start": { - "line": 1918, + "line": 1910, "column": 12 }, "end": { - "line": 1918, + "line": 1910, "column": 19 } } } ], "range": [ - 67229, - 67260 + 66821, + 66852 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 32 }, "end": { - "line": 1919, + "line": 1911, "column": 9 } } }, "alternate": null, "range": [ - 67205, - 67260 + 66797, + 66852 ], "loc": { "start": { - "line": 1917, + "line": 1909, "column": 8 }, "end": { - "line": 1919, + "line": 1911, "column": 9 } } @@ -149216,16 +148174,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 67269, - 67272 + 66861, + 66864 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 8 }, "end": { - "line": 1920, + "line": 1912, "column": 11 } } @@ -149237,16 +148195,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 67275, - 67278 + 66867, + 66870 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 14 }, "end": { - "line": 1920, + "line": 1912, "column": 17 } } @@ -149257,16 +148215,16 @@ "object": { "type": "ThisExpression", "range": [ - 67282, - 67286 + 66874, + 66878 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 21 }, "end": { - "line": 1920, + "line": 1912, "column": 25 } } @@ -149275,76 +148233,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 67287, - 67290 + 66879, + 66882 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 26 }, "end": { - "line": 1920, + "line": 1912, "column": 29 } } }, "range": [ - 67282, - 67290 + 66874, + 66882 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 21 }, "end": { - "line": 1920, + "line": 1912, "column": 29 } } }, "range": [ - 67275, - 67290 + 66867, + 66882 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 14 }, "end": { - "line": 1920, + "line": 1912, "column": 29 } } }, "range": [ - 67269, - 67290 + 66861, + 66882 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 8 }, "end": { - "line": 1920, + "line": 1912, "column": 29 } } }, "range": [ - 67269, - 67291 + 66861, + 66883 ], "loc": { "start": { - "line": 1920, + "line": 1912, "column": 8 }, "end": { - "line": 1920, + "line": 1912, "column": 30 } } @@ -149360,16 +148318,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 67301, - 67310 + 66893, + 66902 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 8 }, "end": { - "line": 1922, + "line": 1914, "column": 17 } } @@ -149378,31 +148336,31 @@ "type": "Identifier", "name": "call", "range": [ - 67311, - 67315 + 66903, + 66907 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 18 }, "end": { - "line": 1922, + "line": 1914, "column": 22 } } }, "range": [ - 67301, - 67315 + 66893, + 66907 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 8 }, "end": { - "line": 1922, + "line": 1914, "column": 22 } } @@ -149411,47 +148369,47 @@ { "type": "ThisExpression", "range": [ - 67316, - 67320 + 66908, + 66912 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 23 }, "end": { - "line": 1922, + "line": 1914, "column": 27 } } } ], "range": [ - 67301, - 67321 + 66893, + 66913 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 8 }, "end": { - "line": 1922, + "line": 1914, "column": 28 } } }, "range": [ - 67301, - 67322 + 66893, + 66914 ], "loc": { "start": { - "line": 1922, + "line": 1914, "column": 8 }, "end": { - "line": 1922, + "line": 1914, "column": 29 } } @@ -149462,16 +148420,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 67341, - 67350 + 66933, + 66942 ], "loc": { "start": { - "line": 1924, + "line": 1916, "column": 17 }, "end": { - "line": 1924, + "line": 1916, "column": 26 } } @@ -149489,16 +148447,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 67371, - 67377 + 66963, + 66969 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 16 }, "end": { - "line": 1925, + "line": 1917, "column": 22 } } @@ -149509,16 +148467,16 @@ "object": { "type": "ThisExpression", "range": [ - 67380, - 67384 + 66972, + 66976 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 25 }, "end": { - "line": 1925, + "line": 1917, "column": 29 } } @@ -149527,46 +148485,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 67385, - 67392 + 66977, + 66984 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 30 }, "end": { - "line": 1925, + "line": 1917, "column": 37 } } }, "range": [ - 67380, - 67392 + 66972, + 66984 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 25 }, "end": { - "line": 1925, + "line": 1917, "column": 37 } } }, "range": [ - 67371, - 67392 + 66963, + 66984 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 16 }, "end": { - "line": 1925, + "line": 1917, "column": 37 } } @@ -149574,16 +148532,16 @@ ], "kind": "let", "range": [ - 67367, - 67393 + 66959, + 66985 ], "loc": { "start": { - "line": 1925, + "line": 1917, "column": 12 }, "end": { - "line": 1925, + "line": 1917, "column": 38 } } @@ -149597,16 +148555,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 67410, - 67419 + 67002, + 67011 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 16 }, "end": { - "line": 1926, + "line": 1918, "column": 25 } } @@ -149617,16 +148575,16 @@ "object": { "type": "ThisExpression", "range": [ - 67422, - 67426 + 67014, + 67018 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 28 }, "end": { - "line": 1926, + "line": 1918, "column": 32 } } @@ -149635,46 +148593,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 67427, - 67436 + 67019, + 67028 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 33 }, "end": { - "line": 1926, + "line": 1918, "column": 42 } } }, "range": [ - 67422, - 67436 + 67014, + 67028 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 28 }, "end": { - "line": 1926, + "line": 1918, "column": 42 } } }, "range": [ - 67410, - 67436 + 67002, + 67028 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 16 }, "end": { - "line": 1926, + "line": 1918, "column": 42 } } @@ -149682,16 +148640,16 @@ ], "kind": "let", "range": [ - 67406, - 67437 + 66998, + 67029 ], "loc": { "start": { - "line": 1926, + "line": 1918, "column": 12 }, "end": { - "line": 1926, + "line": 1918, "column": 43 } } @@ -149705,16 +148663,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 67454, - 67461 + 67046, + 67053 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 16 }, "end": { - "line": 1927, + "line": 1919, "column": 23 } } @@ -149728,16 +148686,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 67464, - 67467 + 67056, + 67059 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 26 }, "end": { - "line": 1927, + "line": 1919, "column": 29 } } @@ -149746,31 +148704,31 @@ "type": "Identifier", "name": "tag", "range": [ - 67468, - 67471 + 67060, + 67063 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 30 }, "end": { - "line": 1927, + "line": 1919, "column": 33 } } }, "range": [ - 67464, - 67471 + 67056, + 67063 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 26 }, "end": { - "line": 1927, + "line": 1919, "column": 33 } } @@ -149780,16 +148738,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 67472, - 67475 + 67064, + 67067 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 34 }, "end": { - "line": 1927, + "line": 1919, "column": 37 } } @@ -149799,47 +148757,47 @@ "value": "col", "raw": "'col'", "range": [ - 67477, - 67482 + 67069, + 67074 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 39 }, "end": { - "line": 1927, + "line": 1919, "column": 44 } } } ], "range": [ - 67464, - 67483 + 67056, + 67075 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 26 }, "end": { - "line": 1927, + "line": 1919, "column": 45 } } }, "range": [ - 67454, - 67483 + 67046, + 67075 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 16 }, "end": { - "line": 1927, + "line": 1919, "column": 45 } } @@ -149847,16 +148805,16 @@ ], "kind": "let", "range": [ - 67450, - 67484 + 67042, + 67076 ], "loc": { "start": { - "line": 1927, + "line": 1919, "column": 12 }, "end": { - "line": 1927, + "line": 1919, "column": 46 } } @@ -149870,16 +148828,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67501, - 67513 + 67093, + 67105 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 16 }, "end": { - "line": 1928, + "line": 1920, "column": 28 } } @@ -149894,16 +148852,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 67516, - 67523 + 67108, + 67115 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 31 }, "end": { - "line": 1928, + "line": 1920, "column": 38 } } @@ -149912,31 +148870,31 @@ "type": "Identifier", "name": "length", "range": [ - 67524, - 67530 + 67116, + 67122 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 39 }, "end": { - "line": 1928, + "line": 1920, "column": 45 } } }, "range": [ - 67516, - 67530 + 67108, + 67122 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 31 }, "end": { - "line": 1928, + "line": 1920, "column": 45 } } @@ -149946,46 +148904,46 @@ "value": 0, "raw": "0", "range": [ - 67533, - 67534 + 67125, + 67126 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 48 }, "end": { - "line": 1928, + "line": 1920, "column": 49 } } }, "range": [ - 67516, - 67534 + 67108, + 67126 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 31 }, "end": { - "line": 1928, + "line": 1920, "column": 49 } } }, "range": [ - 67501, - 67534 + 67093, + 67126 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 16 }, "end": { - "line": 1928, + "line": 1920, "column": 49 } } @@ -149993,16 +148951,16 @@ ], "kind": "let", "range": [ - 67497, - 67535 + 67089, + 67127 ], "loc": { "start": { - "line": 1928, + "line": 1920, "column": 12 }, "end": { - "line": 1928, + "line": 1920, "column": 50 } } @@ -150016,16 +148974,16 @@ "type": "Identifier", "name": "frag", "range": [ - 67552, - 67556 + 67144, + 67148 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 16 }, "end": { - "line": 1929, + "line": 1921, "column": 20 } } @@ -150039,32 +148997,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67560, - 67572 + 67152, + 67164 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 24 }, "end": { - "line": 1929, + "line": 1921, "column": 36 } } }, "prefix": true, "range": [ - 67559, - 67572 + 67151, + 67164 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 23 }, "end": { - "line": 1929, + "line": 1921, "column": 36 } } @@ -150078,16 +149036,16 @@ "type": "Identifier", "name": "doc", "range": [ - 67575, - 67578 + 67167, + 67170 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 39 }, "end": { - "line": 1929, + "line": 1921, "column": 42 } } @@ -150096,47 +149054,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 67579, - 67601 + 67171, + 67193 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 43 }, "end": { - "line": 1929, + "line": 1921, "column": 65 } } }, "range": [ - 67575, - 67601 + 67167, + 67193 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 39 }, "end": { - "line": 1929, + "line": 1921, "column": 65 } } }, "arguments": [], "range": [ - 67575, - 67603 + 67167, + 67195 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 39 }, "end": { - "line": 1929, + "line": 1921, "column": 67 } } @@ -150146,46 +149104,46 @@ "value": null, "raw": "null", "range": [ - 67606, - 67610 + 67198, + 67202 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 70 }, "end": { - "line": 1929, + "line": 1921, "column": 74 } } }, "range": [ - 67559, - 67610 + 67151, + 67202 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 23 }, "end": { - "line": 1929, + "line": 1921, "column": 74 } } }, "range": [ - 67552, - 67610 + 67144, + 67202 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 16 }, "end": { - "line": 1929, + "line": 1921, "column": 74 } } @@ -150193,16 +149151,16 @@ ], "kind": "let", "range": [ - 67548, - 67611 + 67140, + 67203 ], "loc": { "start": { - "line": 1929, + "line": 1921, "column": 12 }, "end": { - "line": 1929, + "line": 1921, "column": 75 } } @@ -150218,16 +149176,16 @@ "type": "Identifier", "name": "k", "range": [ - 67633, - 67634 + 67225, + 67226 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 21 }, "end": { - "line": 1930, + "line": 1922, "column": 22 } } @@ -150237,31 +149195,31 @@ "value": 0, "raw": "0", "range": [ - 67637, - 67638 + 67229, + 67230 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 25 }, "end": { - "line": 1930, + "line": 1922, "column": 26 } } }, "range": [ - 67633, - 67638 + 67225, + 67230 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 21 }, "end": { - "line": 1930, + "line": 1922, "column": 26 } } @@ -150269,16 +149227,16 @@ ], "kind": "let", "range": [ - 67629, - 67638 + 67221, + 67230 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 17 }, "end": { - "line": 1930, + "line": 1922, "column": 26 } } @@ -150290,16 +149248,16 @@ "type": "Identifier", "name": "k", "range": [ - 67640, - 67641 + 67232, + 67233 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 28 }, "end": { - "line": 1930, + "line": 1922, "column": 29 } } @@ -150308,31 +149266,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 67644, - 67650 + 67236, + 67242 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 32 }, "end": { - "line": 1930, + "line": 1922, "column": 38 } } }, "range": [ - 67640, - 67650 + 67232, + 67242 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 28 }, "end": { - "line": 1930, + "line": 1922, "column": 38 } } @@ -150344,32 +149302,32 @@ "type": "Identifier", "name": "k", "range": [ - 67652, - 67653 + 67244, + 67245 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 40 }, "end": { - "line": 1930, + "line": 1922, "column": 41 } } }, "prefix": false, "range": [ - 67652, - 67655 + 67244, + 67247 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 40 }, "end": { - "line": 1930, + "line": 1922, "column": 43 } } @@ -150386,32 +149344,32 @@ "type": "Identifier", "name": "col", "range": [ - 67679, - 67682 + 67271, + 67274 ], "loc": { "start": { - "line": 1931, + "line": 1923, "column": 20 }, "end": { - "line": 1931, + "line": 1923, "column": 23 } } }, "init": null, "range": [ - 67679, - 67682 + 67271, + 67274 ], "loc": { "start": { - "line": 1931, + "line": 1923, "column": 20 }, "end": { - "line": 1931, + "line": 1923, "column": 23 } } @@ -150419,16 +149377,16 @@ ], "kind": "let", "range": [ - 67675, - 67683 + 67267, + 67275 ], "loc": { "start": { - "line": 1931, + "line": 1923, "column": 16 }, "end": { - "line": 1931, + "line": 1923, "column": 24 } } @@ -150439,16 +149397,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67704, - 67716 + 67296, + 67308 ], "loc": { "start": { - "line": 1932, + "line": 1924, "column": 20 }, "end": { - "line": 1932, + "line": 1924, "column": 32 } } @@ -150465,16 +149423,16 @@ "type": "Identifier", "name": "col", "range": [ - 67740, - 67743 + 67332, + 67335 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 20 }, "end": { - "line": 1933, + "line": 1925, "column": 23 } } @@ -150486,16 +149444,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 67746, - 67753 + 67338, + 67345 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 26 }, "end": { - "line": 1933, + "line": 1925, "column": 33 } } @@ -150504,77 +149462,77 @@ "type": "Identifier", "name": "k", "range": [ - 67754, - 67755 + 67346, + 67347 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 34 }, "end": { - "line": 1933, + "line": 1925, "column": 35 } } }, "range": [ - 67746, - 67756 + 67338, + 67348 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 26 }, "end": { - "line": 1933, + "line": 1925, "column": 36 } } }, "range": [ - 67740, - 67756 + 67332, + 67348 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 20 }, "end": { - "line": 1933, + "line": 1925, "column": 36 } } }, "range": [ - 67740, - 67757 + 67332, + 67349 ], "loc": { "start": { - "line": 1933, + "line": 1925, "column": 20 }, "end": { - "line": 1933, + "line": 1925, "column": 37 } } } ], "range": [ - 67718, - 67775 + 67310, + 67367 ], "loc": { "start": { - "line": 1932, + "line": 1924, "column": 34 }, "end": { - "line": 1934, + "line": 1926, "column": 17 } } @@ -150591,16 +149549,16 @@ "type": "Identifier", "name": "col", "range": [ - 67803, - 67806 + 67395, + 67398 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 20 }, "end": { - "line": 1935, + "line": 1927, "column": 23 } } @@ -150614,16 +149572,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 67809, - 67812 + 67401, + 67404 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 26 }, "end": { - "line": 1935, + "line": 1927, "column": 29 } } @@ -150632,31 +149590,31 @@ "type": "Identifier", "name": "create", "range": [ - 67813, - 67819 + 67405, + 67411 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 30 }, "end": { - "line": 1935, + "line": 1927, "column": 36 } } }, "range": [ - 67809, - 67819 + 67401, + 67411 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 26 }, "end": { - "line": 1935, + "line": 1927, "column": 36 } } @@ -150667,16 +149625,16 @@ "value": "col", "raw": "'col'", "range": [ - 67820, - 67825 + 67412, + 67417 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 37 }, "end": { - "line": 1935, + "line": 1927, "column": 42 } } @@ -150689,16 +149647,16 @@ "value": "id", "raw": "'id'", "range": [ - 67828, - 67832 + 67420, + 67424 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 45 }, "end": { - "line": 1935, + "line": 1927, "column": 49 } } @@ -150715,16 +149673,16 @@ "object": { "type": "ThisExpression", "range": [ - 67834, - 67838 + 67426, + 67430 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 51 }, "end": { - "line": 1935, + "line": 1927, "column": 55 } } @@ -150733,31 +149691,31 @@ "type": "Identifier", "name": "id", "range": [ - 67839, - 67841 + 67431, + 67433 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 56 }, "end": { - "line": 1935, + "line": 1927, "column": 58 } } }, "range": [ - 67834, - 67841 + 67426, + 67433 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 51 }, "end": { - "line": 1935, + "line": 1927, "column": 58 } } @@ -150767,31 +149725,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 67844, - 67851 + 67436, + 67443 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 61 }, "end": { - "line": 1935, + "line": 1927, "column": 68 } } }, "range": [ - 67834, - 67851 + 67426, + 67443 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 51 }, "end": { - "line": 1935, + "line": 1927, "column": 68 } } @@ -150800,93 +149758,93 @@ "type": "Identifier", "name": "k", "range": [ - 67854, - 67855 + 67446, + 67447 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 71 }, "end": { - "line": 1935, + "line": 1927, "column": 72 } } }, "range": [ - 67834, - 67855 + 67426, + 67447 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 51 }, "end": { - "line": 1935, + "line": 1927, "column": 72 } } } ], "range": [ - 67827, - 67856 + 67419, + 67448 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 44 }, "end": { - "line": 1935, + "line": 1927, "column": 73 } } } ], "range": [ - 67809, - 67857 + 67401, + 67449 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 26 }, "end": { - "line": 1935, + "line": 1927, "column": 74 } } }, "range": [ - 67803, - 67857 + 67395, + 67449 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 20 }, "end": { - "line": 1935, + "line": 1927, "column": 74 } } }, "range": [ - 67803, - 67858 + 67395, + 67450 ], "loc": { "start": { - "line": 1935, + "line": 1927, "column": 20 }, "end": { - "line": 1935, + "line": 1927, "column": 75 } } @@ -150902,16 +149860,16 @@ "type": "Identifier", "name": "frag", "range": [ - 67879, - 67883 + 67471, + 67475 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 20 }, "end": { - "line": 1936, + "line": 1928, "column": 24 } } @@ -150920,31 +149878,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 67884, - 67895 + 67476, + 67487 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 25 }, "end": { - "line": 1936, + "line": 1928, "column": 36 } } }, "range": [ - 67879, - 67895 + 67471, + 67487 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 20 }, "end": { - "line": 1936, + "line": 1928, "column": 36 } } @@ -150954,78 +149912,78 @@ "type": "Identifier", "name": "col", "range": [ - 67896, - 67899 + 67488, + 67491 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 37 }, "end": { - "line": 1936, + "line": 1928, "column": 40 } } } ], "range": [ - 67879, - 67900 + 67471, + 67492 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 20 }, "end": { - "line": 1936, + "line": 1928, "column": 41 } } }, "range": [ - 67879, - 67901 + 67471, + 67493 ], "loc": { "start": { - "line": 1936, + "line": 1928, "column": 20 }, "end": { - "line": 1936, + "line": 1928, "column": 42 } } } ], "range": [ - 67781, - 67919 + 67373, + 67511 ], "loc": { "start": { - "line": 1934, + "line": 1926, "column": 23 }, "end": { - "line": 1937, + "line": 1929, "column": 17 } } }, "range": [ - 67700, - 67919 + 67292, + 67511 ], "loc": { "start": { - "line": 1932, + "line": 1924, "column": 16 }, "end": { - "line": 1937, + "line": 1929, "column": 17 } } @@ -151045,16 +150003,16 @@ "type": "Identifier", "name": "col", "range": [ - 67936, - 67939 + 67528, + 67531 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 16 }, "end": { - "line": 1938, + "line": 1930, "column": 19 } } @@ -151063,31 +150021,31 @@ "type": "Identifier", "name": "style", "range": [ - 67940, - 67945 + 67532, + 67537 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 20 }, "end": { - "line": 1938, + "line": 1930, "column": 25 } } }, "range": [ - 67936, - 67945 + 67528, + 67537 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 16 }, "end": { - "line": 1938, + "line": 1930, "column": 25 } } @@ -151096,31 +150054,31 @@ "type": "Identifier", "name": "width", "range": [ - 67946, - 67951 + 67538, + 67543 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 26 }, "end": { - "line": 1938, + "line": 1930, "column": 31 } } }, "range": [ - 67936, - 67951 + 67528, + 67543 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 16 }, "end": { - "line": 1938, + "line": 1930, "column": 31 } } @@ -151132,16 +150090,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 67954, - 67963 + 67546, + 67555 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 34 }, "end": { - "line": 1938, + "line": 1930, "column": 43 } } @@ -151150,92 +150108,92 @@ "type": "Identifier", "name": "k", "range": [ - 67964, - 67965 + 67556, + 67557 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 44 }, "end": { - "line": 1938, + "line": 1930, "column": 45 } } }, "range": [ - 67954, - 67966 + 67546, + 67558 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 34 }, "end": { - "line": 1938, + "line": 1930, "column": 46 } } }, "range": [ - 67936, - 67966 + 67528, + 67558 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 16 }, "end": { - "line": 1938, + "line": 1930, "column": 46 } } }, "range": [ - 67936, - 67967 + 67528, + 67559 ], "loc": { "start": { - "line": 1938, + "line": 1930, "column": 16 }, "end": { - "line": 1938, + "line": 1930, "column": 47 } } } ], "range": [ - 67657, - 67981 + 67249, + 67573 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 45 }, "end": { - "line": 1939, + "line": 1931, "column": 13 } } }, "range": [ - 67624, - 67981 + 67216, + 67573 ], "loc": { "start": { - "line": 1930, + "line": 1922, "column": 12 }, "end": { - "line": 1939, + "line": 1931, "column": 13 } } @@ -151249,32 +150207,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67999, - 68011 + 67591, + 67603 ], "loc": { "start": { - "line": 1940, + "line": 1932, "column": 17 }, "end": { - "line": 1940, + "line": 1932, "column": 29 } } }, "prefix": true, "range": [ - 67998, - 68011 + 67590, + 67603 ], "loc": { "start": { - "line": 1940, + "line": 1932, "column": 16 }, "end": { - "line": 1940, + "line": 1932, "column": 29 } } @@ -151293,16 +150251,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 68031, - 68034 + 67623, + 67626 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 16 }, "end": { - "line": 1941, + "line": 1933, "column": 19 } } @@ -151311,31 +150269,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 68035, - 68047 + 67627, + 67639 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 20 }, "end": { - "line": 1941, + "line": 1933, "column": 32 } } }, "range": [ - 68031, - 68047 + 67623, + 67639 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 16 }, "end": { - "line": 1941, + "line": 1933, "column": 32 } } @@ -151345,16 +150303,16 @@ "type": "Identifier", "name": "frag", "range": [ - 68048, - 68052 + 67640, + 67644 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 33 }, "end": { - "line": 1941, + "line": 1933, "column": 37 } } @@ -151366,16 +150324,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 68054, - 68057 + 67646, + 67649 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 39 }, "end": { - "line": 1941, + "line": 1933, "column": 42 } } @@ -151384,110 +150342,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 68058, - 68068 + 67650, + 67660 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 43 }, "end": { - "line": 1941, + "line": 1933, "column": 53 } } }, "range": [ - 68054, - 68068 + 67646, + 67660 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 39 }, "end": { - "line": 1941, + "line": 1933, "column": 53 } } } ], "range": [ - 68031, - 68069 + 67623, + 67661 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 16 }, "end": { - "line": 1941, + "line": 1933, "column": 54 } } }, "range": [ - 68031, - 68070 + 67623, + 67662 ], "loc": { "start": { - "line": 1941, + "line": 1933, "column": 16 }, "end": { - "line": 1941, + "line": 1933, "column": 55 } } } ], "range": [ - 68013, - 68084 + 67605, + 67676 ], "loc": { "start": { - "line": 1940, + "line": 1932, "column": 31 }, "end": { - "line": 1942, + "line": 1934, "column": 13 } } }, "alternate": null, "range": [ - 67994, - 68084 + 67586, + 67676 ], "loc": { "start": { - "line": 1940, + "line": 1932, "column": 12 }, "end": { - "line": 1942, + "line": 1934, "column": 13 } } } ], "range": [ - 67353, - 68094 + 66945, + 67686 ], "loc": { "start": { - "line": 1924, + "line": 1916, "column": 29 }, "end": { - "line": 1943, + "line": 1935, "column": 9 } } @@ -151495,32 +150453,32 @@ "generator": false, "expression": false, "range": [ - 67332, - 68094 + 66924, + 67686 ], "loc": { "start": { - "line": 1924, + "line": 1916, "column": 8 }, "end": { - "line": 1943, + "line": 1935, "column": 9 } } } ], "range": [ - 67195, - 68100 + 66787, + 67692 ], "loc": { "start": { - "line": 1916, + "line": 1908, "column": 22 }, "end": { - "line": 1944, + "line": 1936, "column": 5 } } @@ -151528,16 +150486,16 @@ "generator": false, "expression": false, "range": [ - 67189, - 68100 + 66781, + 67692 ], "loc": { "start": { - "line": 1916, + "line": 1908, "column": 16 }, "end": { - "line": 1944, + "line": 1936, "column": 5 } } @@ -151545,16 +150503,16 @@ "kind": "method", "computed": false, "range": [ - 67177, - 68100 + 66769, + 67692 ], "loc": { "start": { - "line": 1916, + "line": 1908, "column": 4 }, "end": { - "line": 1944, + "line": 1936, "column": 5 } }, @@ -151563,16 +150521,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 67068, - 67172 + 66660, + 66764 ], "loc": { "start": { - "line": 1912, + "line": 1904, "column": 4 }, "end": { - "line": 1915, + "line": 1907, "column": 7 } } @@ -151583,16 +150541,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68106, - 68158 + 67698, + 67750 ], "loc": { "start": { - "line": 1946, + "line": 1938, "column": 4 }, "end": { - "line": 1948, + "line": 1940, "column": 7 } } @@ -151606,16 +150564,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 68163, - 68180 + 67755, + 67772 ], "loc": { "start": { - "line": 1949, + "line": 1941, "column": 4 }, "end": { - "line": 1949, + "line": 1941, "column": 21 } } @@ -151638,16 +150596,16 @@ "object": { "type": "ThisExpression", "range": [ - 68198, - 68202 + 67790, + 67794 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 13 }, "end": { - "line": 1950, + "line": 1942, "column": 17 } } @@ -151656,47 +150614,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 68203, - 68217 + 67795, + 67809 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 18 }, "end": { - "line": 1950, + "line": 1942, "column": 32 } } }, "range": [ - 68198, - 68217 + 67790, + 67809 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 13 }, "end": { - "line": 1950, + "line": 1942, "column": 32 } } }, "prefix": true, "range": [ - 68197, - 68217 + 67789, + 67809 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 12 }, "end": { - "line": 1950, + "line": 1942, "column": 32 } } @@ -151708,48 +150666,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 68233, - 68240 + 67825, + 67832 ], "loc": { "start": { - "line": 1951, + "line": 1943, "column": 12 }, "end": { - "line": 1951, + "line": 1943, "column": 19 } } } ], "range": [ - 68219, - 68250 + 67811, + 67842 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 34 }, "end": { - "line": 1952, + "line": 1944, "column": 9 } } }, "alternate": null, "range": [ - 68193, - 68250 + 67785, + 67842 ], "loc": { "start": { - "line": 1950, + "line": 1942, "column": 8 }, "end": { - "line": 1952, + "line": 1944, "column": 9 } } @@ -151765,16 +150723,16 @@ "type": "Identifier", "name": "i", "range": [ - 68268, - 68269 + 67860, + 67861 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 17 }, "end": { - "line": 1953, + "line": 1945, "column": 18 } } @@ -151784,31 +150742,31 @@ "value": 0, "raw": "0", "range": [ - 68272, - 68273 + 67864, + 67865 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 21 }, "end": { - "line": 1953, + "line": 1945, "column": 22 } } }, "range": [ - 68268, - 68273 + 67860, + 67865 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 17 }, "end": { - "line": 1953, + "line": 1945, "column": 22 } } @@ -151819,16 +150777,16 @@ "type": "Identifier", "name": "len", "range": [ - 68275, - 68278 + 67867, + 67870 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 24 }, "end": { - "line": 1953, + "line": 1945, "column": 27 } } @@ -151842,16 +150800,16 @@ "object": { "type": "ThisExpression", "range": [ - 68281, - 68285 + 67873, + 67877 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 30 }, "end": { - "line": 1953, + "line": 1945, "column": 34 } } @@ -151860,31 +150818,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 68286, - 68297 + 67878, + 67889 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 35 }, "end": { - "line": 1953, + "line": 1945, "column": 46 } } }, "range": [ - 68281, - 68297 + 67873, + 67889 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 30 }, "end": { - "line": 1953, + "line": 1945, "column": 46 } } @@ -151893,46 +150851,46 @@ "type": "Identifier", "name": "length", "range": [ - 68298, - 68304 + 67890, + 67896 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 47 }, "end": { - "line": 1953, + "line": 1945, "column": 53 } } }, "range": [ - 68281, - 68304 + 67873, + 67896 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 30 }, "end": { - "line": 1953, + "line": 1945, "column": 53 } } }, "range": [ - 68275, - 68304 + 67867, + 67896 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 24 }, "end": { - "line": 1953, + "line": 1945, "column": 53 } } @@ -151940,16 +150898,16 @@ ], "kind": "let", "range": [ - 68264, - 68304 + 67856, + 67896 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 13 }, "end": { - "line": 1953, + "line": 1945, "column": 53 } } @@ -151961,16 +150919,16 @@ "type": "Identifier", "name": "i", "range": [ - 68306, - 68307 + 67898, + 67899 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 55 }, "end": { - "line": 1953, + "line": 1945, "column": 56 } } @@ -151979,31 +150937,31 @@ "type": "Identifier", "name": "len", "range": [ - 68310, - 68313 + 67902, + 67905 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 59 }, "end": { - "line": 1953, + "line": 1945, "column": 62 } } }, "range": [ - 68306, - 68313 + 67898, + 67905 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 55 }, "end": { - "line": 1953, + "line": 1945, "column": 62 } } @@ -152015,32 +150973,32 @@ "type": "Identifier", "name": "i", "range": [ - 68315, - 68316 + 67907, + 67908 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 64 }, "end": { - "line": 1953, + "line": 1945, "column": 65 } } }, "prefix": false, "range": [ - 68315, - 68318 + 67907, + 67910 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 64 }, "end": { - "line": 1953, + "line": 1945, "column": 67 } } @@ -152057,16 +151015,16 @@ "type": "Identifier", "name": "row", "range": [ - 68338, - 68341 + 67930, + 67933 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 16 }, "end": { - "line": 1954, + "line": 1946, "column": 19 } } @@ -152080,16 +151038,16 @@ "object": { "type": "ThisExpression", "range": [ - 68344, - 68348 + 67936, + 67940 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 22 }, "end": { - "line": 1954, + "line": 1946, "column": 26 } } @@ -152098,31 +151056,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 68349, - 68360 + 67941, + 67952 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 27 }, "end": { - "line": 1954, + "line": 1946, "column": 38 } } }, "range": [ - 68344, - 68360 + 67936, + 67952 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 22 }, "end": { - "line": 1954, + "line": 1946, "column": 38 } } @@ -152131,46 +151089,46 @@ "type": "Identifier", "name": "i", "range": [ - 68361, - 68362 + 67953, + 67954 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 39 }, "end": { - "line": 1954, + "line": 1946, "column": 40 } } }, "range": [ - 68344, - 68363 + 67936, + 67955 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 22 }, "end": { - "line": 1954, + "line": 1946, "column": 41 } } }, "range": [ - 68338, - 68363 + 67930, + 67955 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 16 }, "end": { - "line": 1954, + "line": 1946, "column": 41 } } @@ -152178,16 +151136,16 @@ ], "kind": "let", "range": [ - 68334, - 68364 + 67926, + 67956 ], "loc": { "start": { - "line": 1954, + "line": 1946, "column": 12 }, "end": { - "line": 1954, + "line": 1946, "column": 42 } }, @@ -152196,16 +151154,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 68377, - 68406 + 67969, + 67998 ], "loc": { "start": { - "line": 1955, + "line": 1947, "column": 12 }, "end": { - "line": 1955, + "line": 1947, "column": 41 } } @@ -152221,16 +151179,16 @@ "type": "Identifier", "name": "row", "range": [ - 68423, - 68426 + 68015, + 68018 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 16 }, "end": { - "line": 1956, + "line": 1948, "column": 19 } } @@ -152241,16 +151199,16 @@ "object": { "type": "ThisExpression", "range": [ - 68430, - 68434 + 68022, + 68026 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 23 }, "end": { - "line": 1956, + "line": 1948, "column": 27 } } @@ -152259,46 +151217,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 68435, - 68441 + 68027, + 68033 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 28 }, "end": { - "line": 1956, + "line": 1948, "column": 34 } } }, "range": [ - 68430, - 68441 + 68022, + 68033 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 23 }, "end": { - "line": 1956, + "line": 1948, "column": 34 } } }, "range": [ - 68423, - 68441 + 68015, + 68033 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 16 }, "end": { - "line": 1956, + "line": 1948, "column": 34 } } @@ -152316,16 +151274,16 @@ "object": { "type": "ThisExpression", "range": [ - 68461, - 68465 + 68053, + 68057 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 16 }, "end": { - "line": 1957, + "line": 1949, "column": 20 } } @@ -152334,31 +151292,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 68466, - 68477 + 68058, + 68069 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 21 }, "end": { - "line": 1957, + "line": 1949, "column": 32 } } }, "range": [ - 68461, - 68477 + 68053, + 68069 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 16 }, "end": { - "line": 1957, + "line": 1949, "column": 32 } } @@ -152368,16 +151326,16 @@ "type": "Identifier", "name": "row", "range": [ - 68478, - 68481 + 68070, + 68073 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 33 }, "end": { - "line": 1957, + "line": 1949, "column": 36 } } @@ -152387,79 +151345,79 @@ "value": true, "raw": "true", "range": [ - 68483, - 68487 + 68075, + 68079 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 38 }, "end": { - "line": 1957, + "line": 1949, "column": 42 } } } ], "range": [ - 68461, - 68488 + 68053, + 68080 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 16 }, "end": { - "line": 1957, + "line": 1949, "column": 43 } } }, "range": [ - 68461, - 68489 + 68053, + 68081 ], "loc": { "start": { - "line": 1957, + "line": 1949, "column": 16 }, "end": { - "line": 1957, + "line": 1949, "column": 44 } } } ], "range": [ - 68443, - 68503 + 68035, + 68095 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 36 }, "end": { - "line": 1958, + "line": 1950, "column": 13 } } }, "alternate": null, "range": [ - 68419, - 68503 + 68011, + 68095 ], "loc": { "start": { - "line": 1956, + "line": 1948, "column": 12 }, "end": { - "line": 1958, + "line": 1950, "column": 13 } }, @@ -152468,16 +151426,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 68377, - 68406 + 67969, + 67998 ], "loc": { "start": { - "line": 1955, + "line": 1947, "column": 12 }, "end": { - "line": 1955, + "line": 1947, "column": 41 } } @@ -152486,47 +151444,47 @@ } ], "range": [ - 68320, - 68513 + 67912, + 68105 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 69 }, "end": { - "line": 1959, + "line": 1951, "column": 9 } } }, "range": [ - 68259, - 68513 + 67851, + 68105 ], "loc": { "start": { - "line": 1953, + "line": 1945, "column": 8 }, "end": { - "line": 1959, + "line": 1951, "column": 9 } } } ], "range": [ - 68183, - 68519 + 67775, + 68111 ], "loc": { "start": { - "line": 1949, + "line": 1941, "column": 24 }, "end": { - "line": 1960, + "line": 1952, "column": 5 } } @@ -152534,16 +151492,16 @@ "generator": false, "expression": false, "range": [ - 68180, - 68519 + 67772, + 68111 ], "loc": { "start": { - "line": 1949, + "line": 1941, "column": 21 }, "end": { - "line": 1960, + "line": 1952, "column": 5 } } @@ -152551,16 +151509,16 @@ "kind": "method", "computed": false, "range": [ - 68163, - 68519 + 67755, + 68111 ], "loc": { "start": { - "line": 1949, + "line": 1941, "column": 4 }, "end": { - "line": 1960, + "line": 1952, "column": 5 } }, @@ -152569,16 +151527,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68106, - 68158 + 67698, + 67750 ], "loc": { "start": { - "line": 1946, + "line": 1938, "column": 4 }, "end": { - "line": 1948, + "line": 1940, "column": 7 } } @@ -152589,16 +151547,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68525, - 68573 + 68117, + 68165 ], "loc": { "start": { - "line": 1962, + "line": 1954, "column": 4 }, "end": { - "line": 1964, + "line": 1956, "column": 7 } } @@ -152612,16 +151570,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 68578, - 68590 + 68170, + 68182 ], "loc": { "start": { - "line": 1965, + "line": 1957, "column": 4 }, "end": { - "line": 1965, + "line": 1957, "column": 16 } } @@ -152644,16 +151602,16 @@ "object": { "type": "ThisExpression", "range": [ - 68608, - 68612 + 68200, + 68204 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 13 }, "end": { - "line": 1966, + "line": 1958, "column": 17 } } @@ -152662,47 +151620,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 68613, - 68620 + 68205, + 68212 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 18 }, "end": { - "line": 1966, + "line": 1958, "column": 25 } } }, "range": [ - 68608, - 68620 + 68200, + 68212 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 13 }, "end": { - "line": 1966, + "line": 1958, "column": 25 } } }, "prefix": true, "range": [ - 68607, - 68620 + 68199, + 68212 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 12 }, "end": { - "line": 1966, + "line": 1958, "column": 25 } } @@ -152714,48 +151672,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 68636, - 68643 + 68228, + 68235 ], "loc": { "start": { - "line": 1967, + "line": 1959, "column": 12 }, "end": { - "line": 1967, + "line": 1959, "column": 19 } } } ], "range": [ - 68622, - 68653 + 68214, + 68245 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 27 }, "end": { - "line": 1968, + "line": 1960, "column": 9 } } }, "alternate": null, "range": [ - 68603, - 68653 + 68195, + 68245 ], "loc": { "start": { - "line": 1966, + "line": 1958, "column": 8 }, "end": { - "line": 1968, + "line": 1960, "column": 9 } } @@ -152773,16 +151731,16 @@ "object": { "type": "ThisExpression", "range": [ - 68663, - 68667 + 68255, + 68259 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 8 }, "end": { - "line": 1970, + "line": 1962, "column": 12 } } @@ -152791,31 +151749,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 68668, - 68675 + 68260, + 68267 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 13 }, "end": { - "line": 1970, + "line": 1962, "column": 20 } } }, "range": [ - 68663, - 68675 + 68255, + 68267 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 8 }, "end": { - "line": 1970, + "line": 1962, "column": 20 } } @@ -152824,31 +151782,31 @@ "type": "Identifier", "name": "emit", "range": [ - 68676, - 68680 + 68268, + 68272 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 21 }, "end": { - "line": 1970, + "line": 1962, "column": 25 } } }, "range": [ - 68663, - 68680 + 68255, + 68272 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 8 }, "end": { - "line": 1970, + "line": 1962, "column": 25 } } @@ -152859,16 +151817,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 68681, - 68706 + 68273, + 68298 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 26 }, "end": { - "line": 1970, + "line": 1962, "column": 51 } } @@ -152876,47 +151834,47 @@ { "type": "ThisExpression", "range": [ - 68708, - 68712 + 68300, + 68304 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 53 }, "end": { - "line": 1970, + "line": 1962, "column": 57 } } } ], "range": [ - 68663, - 68713 + 68255, + 68305 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 8 }, "end": { - "line": 1970, + "line": 1962, "column": 58 } } }, "range": [ - 68663, - 68714 + 68255, + 68306 ], "loc": { "start": { - "line": 1970, + "line": 1962, "column": 8 }, "end": { - "line": 1970, + "line": 1962, "column": 59 } } @@ -152929,16 +151887,16 @@ "object": { "type": "ThisExpression", "range": [ - 68728, - 68732 + 68320, + 68324 ], "loc": { "start": { - "line": 1972, + "line": 1964, "column": 12 }, "end": { - "line": 1972, + "line": 1964, "column": 16 } } @@ -152947,31 +151905,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 68733, - 68746 + 68325, + 68338 ], "loc": { "start": { - "line": 1972, + "line": 1964, "column": 17 }, "end": { - "line": 1972, + "line": 1964, "column": 30 } } }, "range": [ - 68728, - 68746 + 68320, + 68338 ], "loc": { "start": { - "line": 1972, + "line": 1964, "column": 12 }, "end": { - "line": 1972, + "line": 1964, "column": 30 } } @@ -152992,16 +151950,16 @@ "object": { "type": "ThisExpression", "range": [ - 68762, - 68766 + 68354, + 68358 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 12 }, "end": { - "line": 1973, + "line": 1965, "column": 16 } } @@ -153010,31 +151968,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 68767, - 68780 + 68359, + 68372 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 17 }, "end": { - "line": 1973, + "line": 1965, "column": 30 } } }, "range": [ - 68762, - 68780 + 68354, + 68372 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 12 }, "end": { - "line": 1973, + "line": 1965, "column": 30 } } @@ -153043,31 +152001,31 @@ "type": "Identifier", "name": "call", "range": [ - 68781, - 68785 + 68373, + 68377 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 31 }, "end": { - "line": 1973, + "line": 1965, "column": 35 } } }, "range": [ - 68762, - 68785 + 68354, + 68377 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 12 }, "end": { - "line": 1973, + "line": 1965, "column": 35 } } @@ -153078,16 +152036,16 @@ "value": null, "raw": "null", "range": [ - 68786, - 68790 + 68378, + 68382 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 36 }, "end": { - "line": 1973, + "line": 1965, "column": 40 } } @@ -153095,16 +152053,16 @@ { "type": "ThisExpression", "range": [ - 68792, - 68796 + 68384, + 68388 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 42 }, "end": { - "line": 1973, + "line": 1965, "column": 46 } } @@ -153117,16 +152075,16 @@ "object": { "type": "ThisExpression", "range": [ - 68798, - 68802 + 68390, + 68394 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 48 }, "end": { - "line": 1973, + "line": 1965, "column": 52 } } @@ -153135,110 +152093,110 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 68803, - 68818 + 68395, + 68410 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 53 }, "end": { - "line": 1973, + "line": 1965, "column": 68 } } }, "range": [ - 68798, - 68818 + 68390, + 68410 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 48 }, "end": { - "line": 1973, + "line": 1965, "column": 68 } } }, "arguments": [], "range": [ - 68798, - 68820 + 68390, + 68412 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 48 }, "end": { - "line": 1973, + "line": 1965, "column": 70 } } } ], "range": [ - 68762, - 68821 + 68354, + 68413 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 12 }, "end": { - "line": 1973, + "line": 1965, "column": 71 } } }, "range": [ - 68762, - 68822 + 68354, + 68414 ], "loc": { "start": { - "line": 1973, + "line": 1965, "column": 12 }, "end": { - "line": 1973, + "line": 1965, "column": 72 } } } ], "range": [ - 68748, - 68832 + 68340, + 68424 ], "loc": { "start": { - "line": 1972, + "line": 1964, "column": 32 }, "end": { - "line": 1974, + "line": 1966, "column": 9 } } }, "alternate": null, "range": [ - 68724, - 68832 + 68316, + 68424 ], "loc": { "start": { - "line": 1972, + "line": 1964, "column": 8 }, "end": { - "line": 1974, + "line": 1966, "column": 9 } } @@ -153254,16 +152212,16 @@ "type": "Identifier", "name": "i", "range": [ - 68850, - 68851 + 68442, + 68443 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 17 }, "end": { - "line": 1975, + "line": 1967, "column": 18 } } @@ -153273,31 +152231,31 @@ "value": 0, "raw": "0", "range": [ - 68854, - 68855 + 68446, + 68447 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 21 }, "end": { - "line": 1975, + "line": 1967, "column": 22 } } }, "range": [ - 68850, - 68855 + 68442, + 68447 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 17 }, "end": { - "line": 1975, + "line": 1967, "column": 22 } } @@ -153308,16 +152266,16 @@ "type": "Identifier", "name": "len", "range": [ - 68857, - 68860 + 68449, + 68452 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 24 }, "end": { - "line": 1975, + "line": 1967, "column": 27 } } @@ -153331,16 +152289,16 @@ "object": { "type": "ThisExpression", "range": [ - 68863, - 68867 + 68455, + 68459 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 30 }, "end": { - "line": 1975, + "line": 1967, "column": 34 } } @@ -153349,31 +152307,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 68868, - 68874 + 68460, + 68466 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 35 }, "end": { - "line": 1975, + "line": 1967, "column": 41 } } }, "range": [ - 68863, - 68874 + 68455, + 68466 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 30 }, "end": { - "line": 1975, + "line": 1967, "column": 41 } } @@ -153382,46 +152340,46 @@ "type": "Identifier", "name": "length", "range": [ - 68875, - 68881 + 68467, + 68473 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 42 }, "end": { - "line": 1975, + "line": 1967, "column": 48 } } }, "range": [ - 68863, - 68881 + 68455, + 68473 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 30 }, "end": { - "line": 1975, + "line": 1967, "column": 48 } } }, "range": [ - 68857, - 68881 + 68449, + 68473 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 24 }, "end": { - "line": 1975, + "line": 1967, "column": 48 } } @@ -153429,16 +152387,16 @@ ], "kind": "let", "range": [ - 68846, - 68881 + 68438, + 68473 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 13 }, "end": { - "line": 1975, + "line": 1967, "column": 48 } } @@ -153450,16 +152408,16 @@ "type": "Identifier", "name": "i", "range": [ - 68883, - 68884 + 68475, + 68476 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 50 }, "end": { - "line": 1975, + "line": 1967, "column": 51 } } @@ -153468,31 +152426,31 @@ "type": "Identifier", "name": "len", "range": [ - 68887, - 68890 + 68479, + 68482 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 54 }, "end": { - "line": 1975, + "line": 1967, "column": 57 } } }, "range": [ - 68883, - 68890 + 68475, + 68482 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 50 }, "end": { - "line": 1975, + "line": 1967, "column": 57 } } @@ -153504,32 +152462,32 @@ "type": "Identifier", "name": "i", "range": [ - 68892, - 68893 + 68484, + 68485 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 59 }, "end": { - "line": 1975, + "line": 1967, "column": 60 } } }, "prefix": false, "range": [ - 68892, - 68895 + 68484, + 68487 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 59 }, "end": { - "line": 1975, + "line": 1967, "column": 62 } } @@ -153547,16 +152505,16 @@ "object": { "type": "ThisExpression", "range": [ - 68911, - 68915 + 68503, + 68507 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 12 }, "end": { - "line": 1976, + "line": 1968, "column": 16 } } @@ -153565,31 +152523,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 68916, - 68930 + 68508, + 68522 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 17 }, "end": { - "line": 1976, + "line": 1968, "column": 31 } } }, "range": [ - 68911, - 68930 + 68503, + 68522 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 12 }, "end": { - "line": 1976, + "line": 1968, "column": 31 } } @@ -153599,16 +152557,16 @@ "type": "Identifier", "name": "i", "range": [ - 68931, - 68932 + 68523, + 68524 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 32 }, "end": { - "line": 1976, + "line": 1968, "column": 33 } } @@ -153618,78 +152576,78 @@ "value": "", "raw": "''", "range": [ - 68934, - 68936 + 68526, + 68528 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 35 }, "end": { - "line": 1976, + "line": 1968, "column": 37 } } } ], "range": [ - 68911, - 68937 + 68503, + 68529 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 12 }, "end": { - "line": 1976, + "line": 1968, "column": 38 } } }, "range": [ - 68911, - 68938 + 68503, + 68530 ], "loc": { "start": { - "line": 1976, + "line": 1968, "column": 12 }, "end": { - "line": 1976, + "line": 1968, "column": 39 } } } ], "range": [ - 68897, - 68948 + 68489, + 68540 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 64 }, "end": { - "line": 1977, + "line": 1969, "column": 9 } } }, "range": [ - 68841, - 68948 + 68433, + 68540 ], "loc": { "start": { - "line": 1975, + "line": 1967, "column": 8 }, "end": { - "line": 1977, + "line": 1969, "column": 9 } } @@ -153704,16 +152662,16 @@ "object": { "type": "ThisExpression", "range": [ - 68958, - 68962 + 68550, + 68554 ], "loc": { "start": { - "line": 1979, + "line": 1971, "column": 8 }, "end": { - "line": 1979, + "line": 1971, "column": 12 } } @@ -153722,62 +152680,62 @@ "type": "Identifier", "name": "filter", "range": [ - 68963, - 68969 + 68555, + 68561 ], "loc": { "start": { - "line": 1979, + "line": 1971, "column": 13 }, "end": { - "line": 1979, + "line": 1971, "column": 19 } } }, "range": [ - 68958, - 68969 + 68550, + 68561 ], "loc": { "start": { - "line": 1979, + "line": 1971, "column": 8 }, "end": { - "line": 1979, + "line": 1971, "column": 19 } } }, "arguments": [], "range": [ - 68958, - 68971 + 68550, + 68563 ], "loc": { "start": { - "line": 1979, + "line": 1971, "column": 8 }, "end": { - "line": 1979, + "line": 1971, "column": 21 } } }, "range": [ - 68958, - 68972 + 68550, + 68564 ], "loc": { "start": { - "line": 1979, + "line": 1971, "column": 8 }, "end": { - "line": 1979, + "line": 1971, "column": 22 } } @@ -153790,16 +152748,16 @@ "object": { "type": "ThisExpression", "range": [ - 68986, - 68990 + 68578, + 68582 ], "loc": { "start": { - "line": 1981, + "line": 1973, "column": 12 }, "end": { - "line": 1981, + "line": 1973, "column": 16 } } @@ -153808,31 +152766,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 68991, - 69003 + 68583, + 68595 ], "loc": { "start": { - "line": 1981, + "line": 1973, "column": 17 }, "end": { - "line": 1981, + "line": 1973, "column": 29 } } }, "range": [ - 68986, - 69003 + 68578, + 68595 ], "loc": { "start": { - "line": 1981, + "line": 1973, "column": 12 }, "end": { - "line": 1981, + "line": 1973, "column": 29 } } @@ -153853,16 +152811,16 @@ "object": { "type": "ThisExpression", "range": [ - 69019, - 69023 + 68611, + 68615 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 12 }, "end": { - "line": 1982, + "line": 1974, "column": 16 } } @@ -153871,31 +152829,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 69024, - 69036 + 68616, + 68628 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 17 }, "end": { - "line": 1982, + "line": 1974, "column": 29 } } }, "range": [ - 69019, - 69036 + 68611, + 68628 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 12 }, "end": { - "line": 1982, + "line": 1974, "column": 29 } } @@ -153904,31 +152862,31 @@ "type": "Identifier", "name": "call", "range": [ - 69037, - 69041 + 68629, + 68633 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 30 }, "end": { - "line": 1982, + "line": 1974, "column": 34 } } }, "range": [ - 69019, - 69041 + 68611, + 68633 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 12 }, "end": { - "line": 1982, + "line": 1974, "column": 34 } } @@ -153939,16 +152897,16 @@ "value": null, "raw": "null", "range": [ - 69042, - 69046 + 68634, + 68638 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 35 }, "end": { - "line": 1982, + "line": 1974, "column": 39 } } @@ -153956,79 +152914,79 @@ { "type": "ThisExpression", "range": [ - 69048, - 69052 + 68640, + 68644 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 41 }, "end": { - "line": 1982, + "line": 1974, "column": 45 } } } ], "range": [ - 69019, - 69053 + 68611, + 68645 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 12 }, "end": { - "line": 1982, + "line": 1974, "column": 46 } } }, "range": [ - 69019, - 69054 + 68611, + 68646 ], "loc": { "start": { - "line": 1982, + "line": 1974, "column": 12 }, "end": { - "line": 1982, + "line": 1974, "column": 47 } } } ], "range": [ - 69005, - 69064 + 68597, + 68656 ], "loc": { "start": { - "line": 1981, + "line": 1973, "column": 31 }, "end": { - "line": 1983, + "line": 1975, "column": 9 } } }, "alternate": null, "range": [ - 68982, - 69064 + 68574, + 68656 ], "loc": { "start": { - "line": 1981, + "line": 1973, "column": 8 }, "end": { - "line": 1983, + "line": 1975, "column": 9 } } @@ -154046,16 +153004,16 @@ "object": { "type": "ThisExpression", "range": [ - 69073, - 69077 + 68665, + 68669 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 8 }, "end": { - "line": 1984, + "line": 1976, "column": 12 } } @@ -154064,31 +153022,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 69078, - 69085 + 68670, + 68677 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 13 }, "end": { - "line": 1984, + "line": 1976, "column": 20 } } }, "range": [ - 69073, - 69085 + 68665, + 68677 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 8 }, "end": { - "line": 1984, + "line": 1976, "column": 20 } } @@ -154097,31 +153055,31 @@ "type": "Identifier", "name": "emit", "range": [ - 69086, - 69090 + 68678, + 68682 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 21 }, "end": { - "line": 1984, + "line": 1976, "column": 25 } } }, "range": [ - 69073, - 69090 + 68665, + 68682 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 8 }, "end": { - "line": 1984, + "line": 1976, "column": 25 } } @@ -154132,16 +153090,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 69091, - 69115 + 68683, + 68707 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 26 }, "end": { - "line": 1984, + "line": 1976, "column": 50 } } @@ -154149,63 +153107,63 @@ { "type": "ThisExpression", "range": [ - 69117, - 69121 + 68709, + 68713 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 52 }, "end": { - "line": 1984, + "line": 1976, "column": 56 } } } ], "range": [ - 69073, - 69122 + 68665, + 68714 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 8 }, "end": { - "line": 1984, + "line": 1976, "column": 57 } } }, "range": [ - 69073, - 69123 + 68665, + 68715 ], "loc": { "start": { - "line": 1984, + "line": 1976, "column": 8 }, "end": { - "line": 1984, + "line": 1976, "column": 58 } } } ], "range": [ - 68593, - 69129 + 68185, + 68721 ], "loc": { "start": { - "line": 1965, + "line": 1957, "column": 19 }, "end": { - "line": 1985, + "line": 1977, "column": 5 } } @@ -154213,16 +153171,16 @@ "generator": false, "expression": false, "range": [ - 68590, - 69129 + 68182, + 68721 ], "loc": { "start": { - "line": 1965, + "line": 1957, "column": 16 }, "end": { - "line": 1985, + "line": 1977, "column": 5 } } @@ -154230,16 +153188,16 @@ "kind": "method", "computed": false, "range": [ - 68578, - 69129 + 68170, + 68721 ], "loc": { "start": { - "line": 1965, + "line": 1957, "column": 4 }, "end": { - "line": 1985, + "line": 1977, "column": 5 } }, @@ -154248,16 +153206,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68525, - 68573 + 68117, + 68165 ], "loc": { "start": { - "line": 1962, + "line": 1954, "column": 4 }, "end": { - "line": 1964, + "line": 1956, "column": 7 } } @@ -154268,16 +153226,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69135, - 69213 + 68727, + 68805 ], "loc": { "start": { - "line": 1987, + "line": 1979, "column": 4 }, "end": { - "line": 1989, + "line": 1981, "column": 7 } } @@ -154291,16 +153249,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 69218, - 69236 + 68810, + 68828 ], "loc": { "start": { - "line": 1990, + "line": 1982, "column": 4 }, "end": { - "line": 1990, + "line": 1982, "column": 22 } } @@ -154323,16 +153281,16 @@ "type": "Identifier", "name": "i", "range": [ - 69258, - 69259 + 68850, + 68851 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 17 }, "end": { - "line": 1991, + "line": 1983, "column": 18 } } @@ -154342,31 +153300,31 @@ "value": 0, "raw": "0", "range": [ - 69262, - 69263 + 68854, + 68855 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 21 }, "end": { - "line": 1991, + "line": 1983, "column": 22 } } }, "range": [ - 69258, - 69263 + 68850, + 68855 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 17 }, "end": { - "line": 1991, + "line": 1983, "column": 22 } } @@ -154377,16 +153335,16 @@ "type": "Identifier", "name": "len", "range": [ - 69265, - 69268 + 68857, + 68860 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 24 }, "end": { - "line": 1991, + "line": 1983, "column": 27 } } @@ -154399,16 +153357,16 @@ "object": { "type": "ThisExpression", "range": [ - 69271, - 69275 + 68863, + 68867 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 30 }, "end": { - "line": 1991, + "line": 1983, "column": 34 } } @@ -154417,31 +153375,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 69276, - 69286 + 68868, + 68878 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 35 }, "end": { - "line": 1991, + "line": 1983, "column": 45 } } }, "range": [ - 69271, - 69286 + 68863, + 68878 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 30 }, "end": { - "line": 1991, + "line": 1983, "column": 45 } } @@ -154453,16 +153411,16 @@ "object": { "type": "ThisExpression", "range": [ - 69287, - 69291 + 68879, + 68883 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 46 }, "end": { - "line": 1991, + "line": 1983, "column": 50 } } @@ -154471,62 +153429,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 69292, - 69302 + 68884, + 68894 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 51 }, "end": { - "line": 1991, + "line": 1983, "column": 61 } } }, "range": [ - 69287, - 69302 + 68879, + 68894 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 46 }, "end": { - "line": 1991, + "line": 1983, "column": 61 } } } ], "range": [ - 69271, - 69303 + 68863, + 68895 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 30 }, "end": { - "line": 1991, + "line": 1983, "column": 62 } } }, "range": [ - 69265, - 69303 + 68857, + 68895 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 24 }, "end": { - "line": 1991, + "line": 1983, "column": 62 } } @@ -154534,16 +153492,16 @@ ], "kind": "let", "range": [ - 69254, - 69303 + 68846, + 68895 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 13 }, "end": { - "line": 1991, + "line": 1983, "column": 62 } } @@ -154555,16 +153513,16 @@ "type": "Identifier", "name": "i", "range": [ - 69305, - 69306 + 68897, + 68898 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 64 }, "end": { - "line": 1991, + "line": 1983, "column": 65 } } @@ -154573,31 +153531,31 @@ "type": "Identifier", "name": "len", "range": [ - 69309, - 69312 + 68901, + 68904 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 68 }, "end": { - "line": 1991, + "line": 1983, "column": 71 } } }, "range": [ - 69305, - 69312 + 68897, + 68904 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 64 }, "end": { - "line": 1991, + "line": 1983, "column": 71 } } @@ -154609,32 +153567,32 @@ "type": "Identifier", "name": "i", "range": [ - 69314, - 69315 + 68906, + 68907 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 73 }, "end": { - "line": 1991, + "line": 1983, "column": 74 } } }, "prefix": false, "range": [ - 69314, - 69317 + 68906, + 68909 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 73 }, "end": { - "line": 1991, + "line": 1983, "column": 76 } } @@ -154653,16 +153611,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 69333, - 69336 + 68925, + 68928 ], "loc": { "start": { - "line": 1992, + "line": 1984, "column": 12 }, "end": { - "line": 1992, + "line": 1984, "column": 15 } } @@ -154671,31 +153629,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 69337, - 69348 + 68929, + 68940 ], "loc": { "start": { - "line": 1992, + "line": 1984, "column": 16 }, "end": { - "line": 1992, + "line": 1984, "column": 27 } } }, "range": [ - 69333, - 69348 + 68925, + 68940 ], "loc": { "start": { - "line": 1992, + "line": 1984, "column": 12 }, "end": { - "line": 1992, + "line": 1984, "column": 27 } } @@ -154709,16 +153667,16 @@ "object": { "type": "ThisExpression", "range": [ - 69366, - 69370 + 68958, + 68962 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 16 }, "end": { - "line": 1993, + "line": 1985, "column": 20 } } @@ -154727,31 +153685,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 69371, - 69387 + 68963, + 68979 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 21 }, "end": { - "line": 1993, + "line": 1985, "column": 37 } } }, "range": [ - 69366, - 69387 + 68958, + 68979 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 16 }, "end": { - "line": 1993, + "line": 1985, "column": 37 } } @@ -154761,32 +153719,32 @@ "type": "Identifier", "name": "i", "range": [ - 69388, - 69389 + 68980, + 68981 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 38 }, "end": { - "line": 1993, + "line": 1985, "column": 39 } } } ], "range": [ - 69366, - 69390 + 68958, + 68982 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 16 }, "end": { - "line": 1993, + "line": 1985, "column": 40 } } @@ -154797,16 +153755,16 @@ "object": { "type": "ThisExpression", "range": [ - 69392, - 69396 + 68984, + 68988 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 42 }, "end": { - "line": 1993, + "line": 1985, "column": 46 } } @@ -154815,109 +153773,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 69397, - 69418 + 68989, + 69010 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 47 }, "end": { - "line": 1993, + "line": 1985, "column": 68 } } }, "range": [ - 69392, - 69418 + 68984, + 69010 ], "loc": { "start": { - "line": 1993, + "line": 1985, "column": 42 }, "end": { - "line": 1993, + "line": 1985, "column": 68 } } } ], "range": [ - 69333, - 69419 + 68925, + 69011 ], "loc": { "start": { - "line": 1992, + "line": 1984, "column": 12 }, "end": { - "line": 1993, + "line": 1985, "column": 69 } } }, "range": [ - 69333, - 69420 + 68925, + 69012 ], "loc": { "start": { - "line": 1992, + "line": 1984, "column": 12 }, "end": { - "line": 1993, + "line": 1985, "column": 70 } } } ], "range": [ - 69319, - 69430 + 68911, + 69022 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 78 }, "end": { - "line": 1994, + "line": 1986, "column": 9 } } }, "range": [ - 69249, - 69430 + 68841, + 69022 ], "loc": { "start": { - "line": 1991, + "line": 1983, "column": 8 }, "end": { - "line": 1994, + "line": 1986, "column": 9 } } } ], "range": [ - 69239, - 69436 + 68831, + 69028 ], "loc": { "start": { - "line": 1990, + "line": 1982, "column": 25 }, "end": { - "line": 1995, + "line": 1987, "column": 5 } } @@ -154925,16 +153883,16 @@ "generator": false, "expression": false, "range": [ - 69236, - 69436 + 68828, + 69028 ], "loc": { "start": { - "line": 1990, + "line": 1982, "column": 22 }, "end": { - "line": 1995, + "line": 1987, "column": 5 } } @@ -154942,16 +153900,16 @@ "kind": "method", "computed": false, "range": [ - 69218, - 69436 + 68810, + 69028 ], "loc": { "start": { - "line": 1990, + "line": 1982, "column": 4 }, "end": { - "line": 1995, + "line": 1987, "column": 5 } }, @@ -154960,16 +153918,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69135, - 69213 + 68727, + 68805 ], "loc": { "start": { - "line": 1987, + "line": 1979, "column": 4 }, "end": { - "line": 1989, + "line": 1981, "column": 7 } } @@ -154980,16 +153938,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69442, - 69537 + 69034, + 69129 ], "loc": { "start": { - "line": 1997, + "line": 1989, "column": 4 }, "end": { - "line": 2000, + "line": 1992, "column": 7 } } @@ -155003,16 +153961,16 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 69542, - 69558 + 69134, + 69150 ], "loc": { "start": { - "line": 2001, + "line": 1993, "column": 4 }, "end": { - "line": 2001, + "line": 1993, "column": 20 } } @@ -155025,16 +153983,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69559, - 69567 + 69151, + 69159 ], "loc": { "start": { - "line": 2001, + "line": 1993, "column": 21 }, "end": { - "line": 2001, + "line": 1993, "column": 29 } } @@ -155052,16 +154010,16 @@ "type": "Identifier", "name": "header", "range": [ - 69583, - 69589 + 69175, + 69181 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 12 }, "end": { - "line": 2002, + "line": 1994, "column": 18 } } @@ -155074,16 +154032,16 @@ "object": { "type": "ThisExpression", "range": [ - 69592, - 69596 + 69184, + 69188 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 21 }, "end": { - "line": 2002, + "line": 1994, "column": 25 } } @@ -155092,31 +154050,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 69597, - 69613 + 69189, + 69205 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 26 }, "end": { - "line": 2002, + "line": 1994, "column": 42 } } }, "range": [ - 69592, - 69613 + 69184, + 69205 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 21 }, "end": { - "line": 2002, + "line": 1994, "column": 42 } } @@ -155126,47 +154084,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69614, - 69622 + 69206, + 69214 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 43 }, "end": { - "line": 2002, + "line": 1994, "column": 51 } } } ], "range": [ - 69592, - 69623 + 69184, + 69215 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 21 }, "end": { - "line": 2002, + "line": 1994, "column": 52 } } }, "range": [ - 69583, - 69623 + 69175, + 69215 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 12 }, "end": { - "line": 2002, + "line": 1994, "column": 52 } } @@ -155174,16 +154132,16 @@ ], "kind": "let", "range": [ - 69579, - 69624 + 69171, + 69216 ], "loc": { "start": { - "line": 2002, + "line": 1994, "column": 8 }, "end": { - "line": 2002, + "line": 1994, "column": 53 } } @@ -155199,16 +154157,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 69637, - 69640 + 69229, + 69232 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 12 }, "end": { - "line": 2003, + "line": 1995, "column": 15 } } @@ -155217,31 +154175,31 @@ "type": "Identifier", "name": "hasClass", "range": [ - 69641, - 69649 + 69233, + 69241 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 16 }, "end": { - "line": 2003, + "line": 1995, "column": 24 } } }, "range": [ - 69637, - 69649 + 69229, + 69241 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 12 }, "end": { - "line": 2003, + "line": 1995, "column": 24 } } @@ -155251,16 +154209,16 @@ "type": "Identifier", "name": "header", "range": [ - 69650, - 69656 + 69242, + 69248 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 25 }, "end": { - "line": 2003, + "line": 1995, "column": 31 } } @@ -155271,16 +154229,16 @@ "object": { "type": "ThisExpression", "range": [ - 69658, - 69662 + 69250, + 69254 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 33 }, "end": { - "line": 2003, + "line": 1995, "column": 37 } } @@ -155289,47 +154247,47 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 69663, - 69684 + 69255, + 69276 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 38 }, "end": { - "line": 2003, + "line": 1995, "column": 59 } } }, "range": [ - 69658, - 69684 + 69250, + 69276 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 33 }, "end": { - "line": 2003, + "line": 1995, "column": 59 } } } ], "range": [ - 69637, - 69685 + 69229, + 69277 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 12 }, "end": { - "line": 2003, + "line": 1995, "column": 60 } } @@ -155341,48 +154299,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69701, - 69708 + 69293, + 69300 ], "loc": { "start": { - "line": 2004, + "line": 1996, "column": 12 }, "end": { - "line": 2004, + "line": 1996, "column": 19 } } } ], "range": [ - 69687, - 69718 + 69279, + 69310 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 62 }, "end": { - "line": 2005, + "line": 1997, "column": 9 } } }, "alternate": null, "range": [ - 69633, - 69718 + 69225, + 69310 ], "loc": { "start": { - "line": 2003, + "line": 1995, "column": 8 }, "end": { - "line": 2005, + "line": 1997, "column": 9 } } @@ -155395,16 +154353,16 @@ "object": { "type": "ThisExpression", "range": [ - 69731, - 69735 + 69323, + 69327 ], "loc": { "start": { - "line": 2006, + "line": 1998, "column": 12 }, "end": { - "line": 2006, + "line": 1998, "column": 16 } } @@ -155413,31 +154371,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 69736, - 69756 + 69328, + 69348 ], "loc": { "start": { - "line": 2006, + "line": 1998, "column": 17 }, "end": { - "line": 2006, + "line": 1998, "column": 37 } } }, "range": [ - 69731, - 69756 + 69323, + 69348 ], "loc": { "start": { - "line": 2006, + "line": 1998, "column": 12 }, "end": { - "line": 2006, + "line": 1998, "column": 37 } } @@ -155458,16 +154416,16 @@ "object": { "type": "ThisExpression", "range": [ - 69772, - 69776 + 69364, + 69368 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 12 }, "end": { - "line": 2007, + "line": 1999, "column": 16 } } @@ -155476,31 +154434,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 69777, - 69797 + 69369, + 69389 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 17 }, "end": { - "line": 2007, + "line": 1999, "column": 37 } } }, "range": [ - 69772, - 69797 + 69364, + 69389 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 12 }, "end": { - "line": 2007, + "line": 1999, "column": 37 } } @@ -155509,31 +154467,31 @@ "type": "Identifier", "name": "call", "range": [ - 69798, - 69802 + 69390, + 69394 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 38 }, "end": { - "line": 2007, + "line": 1999, "column": 42 } } }, "range": [ - 69772, - 69802 + 69364, + 69394 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 12 }, "end": { - "line": 2007, + "line": 1999, "column": 42 } } @@ -155544,16 +154502,16 @@ "value": null, "raw": "null", "range": [ - 69803, - 69807 + 69395, + 69399 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 43 }, "end": { - "line": 2007, + "line": 1999, "column": 47 } } @@ -155561,16 +154519,16 @@ { "type": "ThisExpression", "range": [ - 69809, - 69813 + 69401, + 69405 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 49 }, "end": { - "line": 2007, + "line": 1999, "column": 53 } } @@ -155579,79 +154537,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69815, - 69823 + 69407, + 69415 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 55 }, "end": { - "line": 2007, + "line": 1999, "column": 63 } } } ], "range": [ - 69772, - 69824 + 69364, + 69416 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 12 }, "end": { - "line": 2007, + "line": 1999, "column": 64 } } }, "range": [ - 69772, - 69825 + 69364, + 69417 ], "loc": { "start": { - "line": 2007, + "line": 1999, "column": 12 }, "end": { - "line": 2007, + "line": 1999, "column": 65 } } } ], "range": [ - 69758, - 69835 + 69350, + 69427 ], "loc": { "start": { - "line": 2006, + "line": 1998, "column": 39 }, "end": { - "line": 2008, + "line": 2000, "column": 9 } } }, "alternate": null, "range": [ - 69727, - 69835 + 69319, + 69427 ], "loc": { "start": { - "line": 2006, + "line": 1998, "column": 8 }, "end": { - "line": 2008, + "line": 2000, "column": 9 } } @@ -155667,16 +154625,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 69844, - 69847 + 69436, + 69439 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 8 }, "end": { - "line": 2009, + "line": 2001, "column": 11 } } @@ -155685,31 +154643,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 69848, - 69856 + 69440, + 69448 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 12 }, "end": { - "line": 2009, + "line": 2001, "column": 20 } } }, "range": [ - 69844, - 69856 + 69436, + 69448 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 8 }, "end": { - "line": 2009, + "line": 2001, "column": 20 } } @@ -155719,16 +154677,16 @@ "type": "Identifier", "name": "header", "range": [ - 69857, - 69863 + 69449, + 69455 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 21 }, "end": { - "line": 2009, + "line": 2001, "column": 27 } } @@ -155739,16 +154697,16 @@ "object": { "type": "ThisExpression", "range": [ - 69865, - 69869 + 69457, + 69461 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 29 }, "end": { - "line": 2009, + "line": 2001, "column": 33 } } @@ -155757,62 +154715,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 69870, - 69891 + 69462, + 69483 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 34 }, "end": { - "line": 2009, + "line": 2001, "column": 55 } } }, "range": [ - 69865, - 69891 + 69457, + 69483 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 29 }, "end": { - "line": 2009, + "line": 2001, "column": 55 } } } ], "range": [ - 69844, - 69892 + 69436, + 69484 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 8 }, "end": { - "line": 2009, + "line": 2001, "column": 56 } } }, "range": [ - 69844, - 69893 + 69436, + 69485 ], "loc": { "start": { - "line": 2009, + "line": 2001, "column": 8 }, "end": { - "line": 2009, + "line": 2001, "column": 57 } } @@ -155825,16 +154783,16 @@ "object": { "type": "ThisExpression", "range": [ - 69906, - 69910 + 69498, + 69502 ], "loc": { "start": { - "line": 2010, + "line": 2002, "column": 12 }, "end": { - "line": 2010, + "line": 2002, "column": 16 } } @@ -155843,31 +154801,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 69911, - 69930 + 69503, + 69522 ], "loc": { "start": { - "line": 2010, + "line": 2002, "column": 17 }, "end": { - "line": 2010, + "line": 2002, "column": 36 } } }, "range": [ - 69906, - 69930 + 69498, + 69522 ], "loc": { "start": { - "line": 2010, + "line": 2002, "column": 12 }, "end": { - "line": 2010, + "line": 2002, "column": 36 } } @@ -155888,16 +154846,16 @@ "object": { "type": "ThisExpression", "range": [ - 69946, - 69950 + 69538, + 69542 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 12 }, "end": { - "line": 2011, + "line": 2003, "column": 16 } } @@ -155906,31 +154864,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 69951, - 69970 + 69543, + 69562 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 17 }, "end": { - "line": 2011, + "line": 2003, "column": 36 } } }, "range": [ - 69946, - 69970 + 69538, + 69562 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 12 }, "end": { - "line": 2011, + "line": 2003, "column": 36 } } @@ -155939,31 +154897,31 @@ "type": "Identifier", "name": "call", "range": [ - 69971, - 69975 + 69563, + 69567 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 37 }, "end": { - "line": 2011, + "line": 2003, "column": 41 } } }, "range": [ - 69946, - 69975 + 69538, + 69567 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 12 }, "end": { - "line": 2011, + "line": 2003, "column": 41 } } @@ -155974,16 +154932,16 @@ "value": null, "raw": "null", "range": [ - 69976, - 69980 + 69568, + 69572 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 42 }, "end": { - "line": 2011, + "line": 2003, "column": 46 } } @@ -155991,16 +154949,16 @@ { "type": "ThisExpression", "range": [ - 69982, - 69986 + 69574, + 69578 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 48 }, "end": { - "line": 2011, + "line": 2003, "column": 52 } } @@ -156009,95 +154967,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69988, - 69996 + 69580, + 69588 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 54 }, "end": { - "line": 2011, + "line": 2003, "column": 62 } } } ], "range": [ - 69946, - 69997 + 69538, + 69589 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 12 }, "end": { - "line": 2011, + "line": 2003, "column": 63 } } }, "range": [ - 69946, - 69998 + 69538, + 69590 ], "loc": { "start": { - "line": 2011, + "line": 2003, "column": 12 }, "end": { - "line": 2011, + "line": 2003, "column": 64 } } } ], "range": [ - 69932, - 70008 + 69524, + 69600 ], "loc": { "start": { - "line": 2010, + "line": 2002, "column": 38 }, "end": { - "line": 2012, + "line": 2004, "column": 9 } } }, "alternate": null, "range": [ - 69902, - 70008 + 69494, + 69600 ], "loc": { "start": { - "line": 2010, + "line": 2002, "column": 8 }, "end": { - "line": 2012, + "line": 2004, "column": 9 } } } ], "range": [ - 69569, - 70014 + 69161, + 69606 ], "loc": { "start": { - "line": 2001, + "line": 1993, "column": 31 }, "end": { - "line": 2013, + "line": 2005, "column": 5 } } @@ -156105,16 +155063,16 @@ "generator": false, "expression": false, "range": [ - 69558, - 70014 + 69150, + 69606 ], "loc": { "start": { - "line": 2001, + "line": 1993, "column": 20 }, "end": { - "line": 2013, + "line": 2005, "column": 5 } } @@ -156122,16 +155080,16 @@ "kind": "method", "computed": false, "range": [ - 69542, - 70014 + 69134, + 69606 ], "loc": { "start": { - "line": 2001, + "line": 1993, "column": 4 }, "end": { - "line": 2013, + "line": 2005, "column": 5 } }, @@ -156140,16 +155098,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69442, - 69537 + 69034, + 69129 ], "loc": { "start": { - "line": 1997, + "line": 1989, "column": 4 }, "end": { - "line": 2000, + "line": 1992, "column": 7 } } @@ -156160,16 +155118,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 70020, - 70106 + 69612, + 69698 ], "loc": { "start": { - "line": 2015, + "line": 2007, "column": 4 }, "end": { - "line": 2018, + "line": 2010, "column": 7 } } @@ -156183,16 +155141,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 70111, - 70128 + 69703, + 69720 ], "loc": { "start": { - "line": 2019, + "line": 2011, "column": 4 }, "end": { - "line": 2019, + "line": 2011, "column": 21 } } @@ -156212,16 +155170,16 @@ "object": { "type": "ThisExpression", "range": [ - 70148, - 70152 + 69740, + 69744 ], "loc": { "start": { - "line": 2020, + "line": 2012, "column": 15 }, "end": { - "line": 2020, + "line": 2012, "column": 19 } } @@ -156230,62 +155188,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 70153, - 70167 + 69745, + 69759 ], "loc": { "start": { - "line": 2020, + "line": 2012, "column": 20 }, "end": { - "line": 2020, + "line": 2012, "column": 34 } } }, "range": [ - 70148, - 70167 + 69740, + 69759 ], "loc": { "start": { - "line": 2020, + "line": 2012, "column": 15 }, "end": { - "line": 2020, + "line": 2012, "column": 34 } } }, "range": [ - 70141, - 70168 + 69733, + 69760 ], "loc": { "start": { - "line": 2020, + "line": 2012, "column": 8 }, "end": { - "line": 2020, + "line": 2012, "column": 35 } } } ], "range": [ - 70131, - 70174 + 69723, + 69766 ], "loc": { "start": { - "line": 2019, + "line": 2011, "column": 24 }, "end": { - "line": 2021, + "line": 2013, "column": 5 } } @@ -156293,16 +155251,16 @@ "generator": false, "expression": false, "range": [ - 70128, - 70174 + 69720, + 69766 ], "loc": { "start": { - "line": 2019, + "line": 2011, "column": 21 }, "end": { - "line": 2021, + "line": 2013, "column": 5 } } @@ -156310,16 +155268,16 @@ "kind": "method", "computed": false, "range": [ - 70111, - 70174 + 69703, + 69766 ], "loc": { "start": { - "line": 2019, + "line": 2011, "column": 4 }, "end": { - "line": 2021, + "line": 2013, "column": 5 } }, @@ -156328,8 +155286,28 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 70020, - 70106 + 69612, + 69698 + ], + "loc": { + "start": { + "line": 2007, + "column": 4 + }, + "end": { + "line": 2010, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", + "range": [ + 69772, + 69873 ], "loc": { "start": { @@ -156343,26 +155321,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", - "range": [ - 70180, - 70281 - ], - "loc": { - "start": { - "line": 2023, - "column": 4 - }, - "end": { - "line": 2026, - "column": 7 - } - } - } - ], "static": false }, { @@ -156371,16 +155329,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 70286, - 70303 + 69878, + 69895 ], "loc": { "start": { - "line": 2027, + "line": 2019, "column": 4 }, "end": { - "line": 2027, + "line": 2019, "column": 21 } } @@ -156393,16 +155351,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 70304, - 70312 + 69896, + 69904 ], "loc": { "start": { - "line": 2027, + "line": 2019, "column": 22 }, "end": { - "line": 2027, + "line": 2019, "column": 30 } } @@ -156422,16 +155380,16 @@ "object": { "type": "ThisExpression", "range": [ - 70324, - 70328 + 69916, + 69920 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 8 }, "end": { - "line": 2028, + "line": 2020, "column": 12 } } @@ -156440,31 +155398,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 70329, - 70343 + 69921, + 69935 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 13 }, "end": { - "line": 2028, + "line": 2020, "column": 27 } } }, "range": [ - 70324, - 70343 + 69916, + 69935 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 8 }, "end": { - "line": 2028, + "line": 2020, "column": 27 } } @@ -156473,62 +155431,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 70346, - 70354 + 69938, + 69946 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 30 }, "end": { - "line": 2028, + "line": 2020, "column": 38 } } }, "range": [ - 70324, - 70354 + 69916, + 69946 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 8 }, "end": { - "line": 2028, + "line": 2020, "column": 38 } } }, "range": [ - 70324, - 70355 + 69916, + 69947 ], "loc": { "start": { - "line": 2028, + "line": 2020, "column": 8 }, "end": { - "line": 2028, + "line": 2020, "column": 39 } } } ], "range": [ - 70314, - 70361 + 69906, + 69953 ], "loc": { "start": { - "line": 2027, + "line": 2019, "column": 32 }, "end": { - "line": 2029, + "line": 2021, "column": 5 } } @@ -156536,16 +155494,16 @@ "generator": false, "expression": false, "range": [ - 70303, - 70361 + 69895, + 69953 ], "loc": { "start": { - "line": 2027, + "line": 2019, "column": 21 }, "end": { - "line": 2029, + "line": 2021, "column": 5 } } @@ -156553,16 +155511,16 @@ "kind": "method", "computed": false, "range": [ - 70286, - 70361 + 69878, + 69953 ], "loc": { "start": { - "line": 2027, + "line": 2019, "column": 4 }, "end": { - "line": 2029, + "line": 2021, "column": 5 } }, @@ -156571,16 +155529,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 70180, - 70281 + 69772, + 69873 ], "loc": { "start": { - "line": 2023, + "line": 2015, "column": 4 }, "end": { - "line": 2026, + "line": 2018, "column": 7 } } @@ -156591,16 +155549,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 70367, - 70516 + 69959, + 70108 ], "loc": { "start": { - "line": 2031, + "line": 2023, "column": 4 }, "end": { - "line": 2035, + "line": 2027, "column": 7 } } @@ -156614,16 +155572,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 70521, - 70547 + 70113, + 70139 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 4 }, "end": { - "line": 2036, + "line": 2028, "column": 30 } } @@ -156638,16 +155596,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 70548, - 70556 + 70140, + 70148 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 31 }, "end": { - "line": 2036, + "line": 2028, "column": 39 } } @@ -156657,31 +155615,31 @@ "value": "", "raw": "''", "range": [ - 70559, - 70561 + 70151, + 70153 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 42 }, "end": { - "line": 2036, + "line": 2028, "column": 44 } } }, "range": [ - 70548, - 70561 + 70140, + 70153 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 31 }, "end": { - "line": 2036, + "line": 2028, "column": 44 } } @@ -156699,16 +155657,16 @@ "type": "Identifier", "name": "idx", "range": [ - 70577, - 70580 + 70169, + 70172 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 12 }, "end": { - "line": 2037, + "line": 2029, "column": 15 } } @@ -156725,16 +155683,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 70583, - 70591 + 70175, + 70183 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 18 }, "end": { - "line": 2037, + "line": 2029, "column": 26 } } @@ -156743,31 +155701,31 @@ "type": "Identifier", "name": "split", "range": [ - 70592, - 70597 + 70184, + 70189 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 27 }, "end": { - "line": 2037, + "line": 2029, "column": 32 } } }, "range": [ - 70583, - 70597 + 70175, + 70189 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 18 }, "end": { - "line": 2037, + "line": 2029, "column": 32 } } @@ -156778,32 +155736,32 @@ "value": "_", "raw": "'_'", "range": [ - 70598, - 70601 + 70190, + 70193 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 33 }, "end": { - "line": 2037, + "line": 2029, "column": 36 } } } ], "range": [ - 70583, - 70602 + 70175, + 70194 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 18 }, "end": { - "line": 2037, + "line": 2029, "column": 37 } } @@ -156813,46 +155771,46 @@ "value": 0, "raw": "0", "range": [ - 70603, - 70604 + 70195, + 70196 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 38 }, "end": { - "line": 2037, + "line": 2029, "column": 39 } } }, "range": [ - 70583, - 70605 + 70175, + 70197 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 18 }, "end": { - "line": 2037, + "line": 2029, "column": 40 } } }, "range": [ - 70577, - 70605 + 70169, + 70197 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 12 }, "end": { - "line": 2037, + "line": 2029, "column": 40 } } @@ -156860,16 +155818,16 @@ ], "kind": "let", "range": [ - 70573, - 70606 + 70165, + 70198 ], "loc": { "start": { - "line": 2037, + "line": 2029, "column": 8 }, "end": { - "line": 2037, + "line": 2029, "column": 41 } } @@ -156883,16 +155841,16 @@ "type": "Identifier", "name": "idx", "range": [ - 70615, - 70618 + 70207, + 70210 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 8 }, "end": { - "line": 2038, + "line": 2030, "column": 11 } } @@ -156909,16 +155867,16 @@ "type": "Identifier", "name": "idx", "range": [ - 70621, - 70624 + 70213, + 70216 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 14 }, "end": { - "line": 2038, + "line": 2030, "column": 17 } } @@ -156927,31 +155885,31 @@ "type": "Identifier", "name": "split", "range": [ - 70625, - 70630 + 70217, + 70222 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 18 }, "end": { - "line": 2038, + "line": 2030, "column": 23 } } }, "range": [ - 70621, - 70630 + 70213, + 70222 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 14 }, "end": { - "line": 2038, + "line": 2030, "column": 23 } } @@ -156963,16 +155921,16 @@ "object": { "type": "ThisExpression", "range": [ - 70631, - 70635 + 70223, + 70227 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 24 }, "end": { - "line": 2038, + "line": 2030, "column": 28 } } @@ -156981,47 +155939,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 70636, - 70643 + 70228, + 70235 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 29 }, "end": { - "line": 2038, + "line": 2030, "column": 36 } } }, "range": [ - 70631, - 70643 + 70223, + 70235 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 24 }, "end": { - "line": 2038, + "line": 2030, "column": 36 } } } ], "range": [ - 70621, - 70644 + 70213, + 70236 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 14 }, "end": { - "line": 2038, + "line": 2030, "column": 37 } } @@ -157031,61 +155989,61 @@ "value": 1, "raw": "1", "range": [ - 70645, - 70646 + 70237, + 70238 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 38 }, "end": { - "line": 2038, + "line": 2030, "column": 39 } } }, "range": [ - 70621, - 70647 + 70213, + 70239 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 14 }, "end": { - "line": 2038, + "line": 2030, "column": 40 } } }, "range": [ - 70615, - 70647 + 70207, + 70239 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 8 }, "end": { - "line": 2038, + "line": 2030, "column": 40 } } }, "range": [ - 70615, - 70648 + 70207, + 70240 ], "loc": { "start": { - "line": 2038, + "line": 2030, "column": 8 }, "end": { - "line": 2038, + "line": 2030, "column": 41 } } @@ -157098,16 +156056,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 70664, - 70672 + 70256, + 70264 ], "loc": { "start": { - "line": 2039, + "line": 2031, "column": 15 }, "end": { - "line": 2039, + "line": 2031, "column": 23 } } @@ -157117,16 +156075,16 @@ "type": "Identifier", "name": "idx", "range": [ - 70673, - 70676 + 70265, + 70268 ], "loc": { "start": { - "line": 2039, + "line": 2031, "column": 24 }, "end": { - "line": 2039, + "line": 2031, "column": 27 } } @@ -157136,63 +156094,63 @@ "value": 10, "raw": "10", "range": [ - 70678, - 70680 + 70270, + 70272 ], "loc": { "start": { - "line": 2039, + "line": 2031, "column": 29 }, "end": { - "line": 2039, + "line": 2031, "column": 31 } } } ], "range": [ - 70664, - 70681 + 70256, + 70273 ], "loc": { "start": { - "line": 2039, + "line": 2031, "column": 15 }, "end": { - "line": 2039, + "line": 2031, "column": 32 } } }, "range": [ - 70657, - 70682 + 70249, + 70274 ], "loc": { "start": { - "line": 2039, + "line": 2031, "column": 8 }, "end": { - "line": 2039, + "line": 2031, "column": 33 } } } ], "range": [ - 70563, - 70688 + 70155, + 70280 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 46 }, "end": { - "line": 2040, + "line": 2032, "column": 5 } } @@ -157200,16 +156158,16 @@ "generator": false, "expression": false, "range": [ - 70547, - 70688 + 70139, + 70280 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 30 }, "end": { - "line": 2040, + "line": 2032, "column": 5 } } @@ -157217,16 +156175,16 @@ "kind": "method", "computed": false, "range": [ - 70521, - 70688 + 70113, + 70280 ], "loc": { "start": { - "line": 2036, + "line": 2028, "column": 4 }, "end": { - "line": 2040, + "line": 2032, "column": 5 } }, @@ -157235,16 +156193,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 70367, - 70516 + 69959, + 70108 ], "loc": { "start": { - "line": 2031, + "line": 2023, "column": 4 }, "end": { - "line": 2035, + "line": 2027, "column": 7 } } @@ -157255,16 +156213,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70694, - 70791 + 70286, + 70383 ], "loc": { "start": { - "line": 2042, + "line": 2034, "column": 4 }, "end": { - "line": 2045, + "line": 2037, "column": 7 } } @@ -157278,16 +156236,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 70796, - 70810 + 70388, + 70402 ], "loc": { "start": { - "line": 2046, + "line": 2038, "column": 4 }, "end": { - "line": 2046, + "line": 2038, "column": 18 } } @@ -157300,16 +156258,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70811, - 70819 + 70403, + 70411 ], "loc": { "start": { - "line": 2046, + "line": 2038, "column": 19 }, "end": { - "line": 2046, + "line": 2038, "column": 27 } } @@ -157329,16 +156287,16 @@ "type": "Identifier", "name": "Types", "range": [ - 70835, - 70840 + 70427, + 70432 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 12 }, "end": { - "line": 2047, + "line": 2039, "column": 17 } } @@ -157347,31 +156305,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 70841, - 70848 + 70433, + 70440 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 18 }, "end": { - "line": 2047, + "line": 2039, "column": 25 } } }, "range": [ - 70835, - 70848 + 70427, + 70440 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 12 }, "end": { - "line": 2047, + "line": 2039, "column": 25 } } @@ -157381,32 +156339,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70849, - 70857 + 70441, + 70449 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 26 }, "end": { - "line": 2047, + "line": 2039, "column": 34 } } } ], "range": [ - 70835, - 70858 + 70427, + 70450 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 12 }, "end": { - "line": 2047, + "line": 2039, "column": 35 } } @@ -157418,48 +156376,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 70874, - 70881 + 70466, + 70473 ], "loc": { "start": { - "line": 2048, + "line": 2040, "column": 12 }, "end": { - "line": 2048, + "line": 2040, "column": 19 } } } ], "range": [ - 70860, - 70891 + 70452, + 70483 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 37 }, "end": { - "line": 2049, + "line": 2041, "column": 9 } } }, "alternate": null, "range": [ - 70831, - 70891 + 70423, + 70483 ], "loc": { "start": { - "line": 2047, + "line": 2039, "column": 8 }, "end": { - "line": 2049, + "line": 2041, "column": 9 } } @@ -157474,16 +156432,16 @@ "object": { "type": "ThisExpression", "range": [ - 70900, - 70904 + 70492, + 70496 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 8 }, "end": { - "line": 2050, + "line": 2042, "column": 12 } } @@ -157492,31 +156450,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 70905, - 70922 + 70497, + 70514 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 13 }, "end": { - "line": 2050, + "line": 2042, "column": 30 } } }, "range": [ - 70900, - 70922 + 70492, + 70514 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 8 }, "end": { - "line": 2050, + "line": 2042, "column": 30 } } @@ -157530,16 +156488,16 @@ "object": { "type": "ThisExpression", "range": [ - 70923, - 70927 + 70515, + 70519 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 31 }, "end": { - "line": 2050, + "line": 2042, "column": 35 } } @@ -157548,31 +156506,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 70928, - 70939 + 70520, + 70531 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 36 }, "end": { - "line": 2050, + "line": 2042, "column": 47 } } }, "range": [ - 70923, - 70939 + 70515, + 70531 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 31 }, "end": { - "line": 2050, + "line": 2042, "column": 47 } } @@ -157582,79 +156540,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70940, - 70948 + 70532, + 70540 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 48 }, "end": { - "line": 2050, + "line": 2042, "column": 56 } } } ], "range": [ - 70923, - 70949 + 70515, + 70541 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 31 }, "end": { - "line": 2050, + "line": 2042, "column": 57 } } } ], "range": [ - 70900, - 70950 + 70492, + 70542 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 8 }, "end": { - "line": 2050, + "line": 2042, "column": 58 } } }, "range": [ - 70900, - 70951 + 70492, + 70543 ], "loc": { "start": { - "line": 2050, + "line": 2042, "column": 8 }, "end": { - "line": 2050, + "line": 2042, "column": 59 } } } ], "range": [ - 70821, - 70957 + 70413, + 70549 ], "loc": { "start": { - "line": 2046, + "line": 2038, "column": 29 }, "end": { - "line": 2051, + "line": 2043, "column": 5 } } @@ -157662,16 +156620,16 @@ "generator": false, "expression": false, "range": [ - 70810, - 70957 + 70402, + 70549 ], "loc": { "start": { - "line": 2046, + "line": 2038, "column": 18 }, "end": { - "line": 2051, + "line": 2043, "column": 5 } } @@ -157679,16 +156637,16 @@ "kind": "method", "computed": false, "range": [ - 70796, - 70957 + 70388, + 70549 ], "loc": { "start": { - "line": 2046, + "line": 2038, "column": 4 }, "end": { - "line": 2051, + "line": 2043, "column": 5 } }, @@ -157697,16 +156655,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70694, - 70791 + 70286, + 70383 ], "loc": { "start": { - "line": 2042, + "line": 2034, "column": 4 }, "end": { - "line": 2045, + "line": 2037, "column": 7 } } @@ -157717,16 +156675,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70963, - 71068 + 70555, + 70660 ], "loc": { "start": { - "line": 2053, + "line": 2045, "column": 4 }, "end": { - "line": 2056, + "line": 2048, "column": 7 } } @@ -157740,16 +156698,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 71073, - 71084 + 70665, + 70676 ], "loc": { "start": { - "line": 2057, + "line": 2049, "column": 4 }, "end": { - "line": 2057, + "line": 2049, "column": 15 } } @@ -157775,16 +156733,16 @@ "object": { "type": "ThisExpression", "range": [ - 71102, - 71106 + 70694, + 70698 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 13 }, "end": { - "line": 2058, + "line": 2050, "column": 17 } } @@ -157793,47 +156751,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 71107, - 71120 + 70699, + 70712 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 18 }, "end": { - "line": 2058, + "line": 2050, "column": 31 } } }, "range": [ - 71102, - 71120 + 70694, + 70712 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 13 }, "end": { - "line": 2058, + "line": 2050, "column": 31 } } }, "prefix": true, "range": [ - 71101, - 71120 + 70693, + 70712 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 12 }, "end": { - "line": 2058, + "line": 2050, "column": 31 } } @@ -157847,16 +156805,16 @@ "object": { "type": "ThisExpression", "range": [ - 71125, - 71129 + 70717, + 70721 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 36 }, "end": { - "line": 2058, + "line": 2050, "column": 40 } } @@ -157865,62 +156823,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 71130, - 71144 + 70722, + 70736 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 41 }, "end": { - "line": 2058, + "line": 2050, "column": 55 } } }, "range": [ - 71125, - 71144 + 70717, + 70736 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 36 }, "end": { - "line": 2058, + "line": 2050, "column": 55 } } }, "prefix": true, "range": [ - 71124, - 71144 + 70716, + 70736 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 35 }, "end": { - "line": 2058, + "line": 2050, "column": 55 } } }, "range": [ - 71101, - 71144 + 70693, + 70736 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 12 }, "end": { - "line": 2058, + "line": 2050, "column": 55 } } @@ -157932,48 +156890,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 71160, - 71167 + 70752, + 70759 ], "loc": { "start": { - "line": 2059, + "line": 2051, "column": 12 }, "end": { - "line": 2059, + "line": 2051, "column": 19 } } } ], "range": [ - 71146, - 71177 + 70738, + 70769 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 57 }, "end": { - "line": 2060, + "line": 2052, "column": 9 } } }, "alternate": null, "range": [ - 71097, - 71177 + 70689, + 70769 ], "loc": { "start": { - "line": 2058, + "line": 2050, "column": 8 }, "end": { - "line": 2060, + "line": 2052, "column": 9 } } @@ -157987,16 +156945,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71190, - 71195 + 70782, + 70787 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 12 }, "end": { - "line": 2061, + "line": 2053, "column": 17 } } @@ -158009,16 +156967,16 @@ "object": { "type": "ThisExpression", "range": [ - 71198, - 71202 + 70790, + 70794 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 20 }, "end": { - "line": 2061, + "line": 2053, "column": 24 } } @@ -158027,86 +156985,51 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71203, - 71219 + 70795, + 70811 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 25 }, "end": { - "line": 2061, + "line": 2053, "column": 41 } } }, "range": [ - 71198, - 71219 + 70790, + 70811 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 20 }, "end": { - "line": 2061, + "line": 2053, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 71220, - 71224 - ], - "loc": { - "start": { - "line": 2061, - "column": 42 - }, - "end": { - "line": 2061, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeSlc", - "range": [ - 71225, - 71235 - ], - "loc": { - "start": { - "line": 2061, - "column": 47 - }, - "end": { - "line": 2061, - "column": 57 - } - } - }, + "type": "Identifier", + "name": "SELECT", "range": [ - 71220, - 71235 + 70812, + 70818 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 42 }, "end": { - "line": 2061, - "column": 57 + "line": 2053, + "column": 48 } } }, @@ -158115,48 +157038,48 @@ "value": true, "raw": "true", "range": [ - 71237, - 71241 + 70820, + 70824 ], "loc": { "start": { - "line": 2061, - "column": 59 + "line": 2053, + "column": 50 }, "end": { - "line": 2061, - "column": 63 + "line": 2053, + "column": 54 } } } ], "range": [ - 71198, - 71242 + 70790, + 70825 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 20 }, "end": { - "line": 2061, - "column": 64 + "line": 2053, + "column": 55 } } }, "range": [ - 71190, - 71242 + 70782, + 70825 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 12 }, "end": { - "line": 2061, - "column": 64 + "line": 2053, + "column": 55 } } }, @@ -158166,16 +157089,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 71256, - 71261 + 70839, + 70844 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 12 }, "end": { - "line": 2062, + "line": 2054, "column": 17 } } @@ -158188,16 +157111,16 @@ "object": { "type": "ThisExpression", "range": [ - 71264, - 71268 + 70847, + 70851 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 20 }, "end": { - "line": 2062, + "line": 2054, "column": 24 } } @@ -158206,86 +157129,51 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71269, - 71285 + 70852, + 70868 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 25 }, "end": { - "line": 2062, + "line": 2054, "column": 41 } } }, "range": [ - 71264, - 71285 + 70847, + 70868 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 20 }, "end": { - "line": 2062, + "line": 2054, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 71286, - 71290 - ], - "loc": { - "start": { - "line": 2062, - "column": 42 - }, - "end": { - "line": 2062, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeMulti", - "range": [ - 71291, - 71303 - ], - "loc": { - "start": { - "line": 2062, - "column": 47 - }, - "end": { - "line": 2062, - "column": 59 - } - } - }, + "type": "Identifier", + "name": "MULTIPLE", "range": [ - 71286, - 71303 + 70869, + 70877 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 42 }, "end": { - "line": 2062, - "column": 59 + "line": 2054, + "column": 50 } } }, @@ -158294,48 +157182,48 @@ "value": true, "raw": "true", "range": [ - 71305, - 71309 + 70879, + 70883 ], "loc": { "start": { - "line": 2062, - "column": 61 + "line": 2054, + "column": 52 }, "end": { - "line": 2062, - "column": 65 + "line": 2054, + "column": 56 } } } ], "range": [ - 71264, - 71310 + 70847, + 70884 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 20 }, "end": { - "line": 2062, - "column": 66 + "line": 2054, + "column": 57 } } }, "range": [ - 71256, - 71310 + 70839, + 70884 ], "loc": { "start": { - "line": 2062, + "line": 2054, "column": 12 }, "end": { - "line": 2062, - "column": 66 + "line": 2054, + "column": 57 } } }, @@ -158345,16 +157233,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71324, - 71329 + 70898, + 70903 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 12 }, "end": { - "line": 2063, + "line": 2055, "column": 17 } } @@ -158367,16 +157255,16 @@ "object": { "type": "ThisExpression", "range": [ - 71332, - 71336 + 70906, + 70910 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 20 }, "end": { - "line": 2063, + "line": 2055, "column": 24 } } @@ -158385,86 +157273,51 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71337, - 71353 + 70911, + 70927 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 25 }, "end": { - "line": 2063, + "line": 2055, "column": 41 } } }, "range": [ - 71332, - 71353 + 70906, + 70927 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 20 }, "end": { - "line": 2063, + "line": 2055, "column": 41 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 71354, - 71358 - ], - "loc": { - "start": { - "line": 2063, - "column": 42 - }, - "end": { - "line": 2063, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeCheckList", - "range": [ - 71359, - 71375 - ], - "loc": { - "start": { - "line": 2063, - "column": 47 - }, - "end": { - "line": 2063, - "column": 63 - } - } - }, + "type": "Identifier", + "name": "CHECKLIST", "range": [ - 71354, - 71375 + 70928, + 70937 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 42 }, "end": { - "line": 2063, - "column": 63 + "line": 2055, + "column": 51 } } }, @@ -158473,48 +157326,48 @@ "value": true, "raw": "true", "range": [ - 71377, - 71381 + 70939, + 70943 ], "loc": { "start": { - "line": 2063, - "column": 65 + "line": 2055, + "column": 53 }, "end": { - "line": 2063, - "column": 69 + "line": 2055, + "column": 57 } } } ], "range": [ - 71332, - 71382 + 70906, + 70944 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 20 }, "end": { - "line": 2063, - "column": 70 + "line": 2055, + "column": 58 } } }, "range": [ - 71324, - 71382 + 70898, + 70944 ], "loc": { "start": { - "line": 2063, + "line": 2055, "column": 12 }, "end": { - "line": 2063, - "column": 70 + "line": 2055, + "column": 58 } } }, @@ -158524,16 +157377,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71396, - 71404 + 70958, + 70966 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 12 }, "end": { - "line": 2064, + "line": 2056, "column": 20 } } @@ -158547,16 +157400,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71407, - 71412 + 70969, + 70974 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 23 }, "end": { - "line": 2064, + "line": 2056, "column": 28 } } @@ -158565,31 +157418,31 @@ "type": "Identifier", "name": "concat", "range": [ - 71413, - 71419 + 70975, + 70981 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 29 }, "end": { - "line": 2064, + "line": 2056, "column": 35 } } }, "range": [ - 71407, - 71419 + 70969, + 70981 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 23 }, "end": { - "line": 2064, + "line": 2056, "column": 35 } } @@ -158599,47 +157452,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 71420, - 71425 + 70982, + 70987 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 36 }, "end": { - "line": 2064, + "line": 2056, "column": 41 } } } ], "range": [ - 71407, - 71426 + 70969, + 70988 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 23 }, "end": { - "line": 2064, + "line": 2056, "column": 42 } } }, "range": [ - 71396, - 71426 + 70958, + 70988 ], "loc": { "start": { - "line": 2064, + "line": 2056, "column": 12 }, "end": { - "line": 2064, + "line": 2056, "column": 42 } } @@ -158647,16 +157500,16 @@ ], "kind": "let", "range": [ - 71186, - 71427 + 70778, + 70989 ], "loc": { "start": { - "line": 2061, + "line": 2053, "column": 8 }, "end": { - "line": 2064, + "line": 2056, "column": 43 } } @@ -158670,16 +157523,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71436, - 71444 + 70998, + 71006 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 8 }, "end": { - "line": 2065, + "line": 2057, "column": 16 } } @@ -158693,16 +157546,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71447, - 71455 + 71009, + 71017 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 19 }, "end": { - "line": 2065, + "line": 2057, "column": 27 } } @@ -158711,31 +157564,31 @@ "type": "Identifier", "name": "concat", "range": [ - 71456, - 71462 + 71018, + 71024 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 28 }, "end": { - "line": 2065, + "line": 2057, "column": 34 } } }, "range": [ - 71447, - 71462 + 71009, + 71024 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 19 }, "end": { - "line": 2065, + "line": 2057, "column": 34 } } @@ -158745,62 +157598,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71463, - 71468 + 71025, + 71030 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 35 }, "end": { - "line": 2065, + "line": 2057, "column": 40 } } } ], "range": [ - 71447, - 71469 + 71009, + 71031 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 19 }, "end": { - "line": 2065, + "line": 2057, "column": 41 } } }, "range": [ - 71436, - 71469 + 70998, + 71031 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 8 }, "end": { - "line": 2065, + "line": 2057, "column": 41 } } }, "range": [ - 71436, - 71470 + 70998, + 71032 ], "loc": { "start": { - "line": 2065, + "line": 2057, "column": 8 }, "end": { - "line": 2065, + "line": 2057, "column": 42 } } @@ -158814,16 +157667,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71484, - 71493 + 71046, + 71055 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 12 }, "end": { - "line": 2067, + "line": 2059, "column": 21 } } @@ -158836,16 +157689,16 @@ "object": { "type": "ThisExpression", "range": [ - 71496, - 71500 + 71058, + 71062 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 24 }, "end": { - "line": 2067, + "line": 2059, "column": 28 } } @@ -158854,31 +157707,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 71501, - 71527 + 71063, + 71089 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 29 }, "end": { - "line": 2067, + "line": 2059, "column": 55 } } }, "range": [ - 71496, - 71527 + 71058, + 71089 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 24 }, "end": { - "line": 2067, + "line": 2059, "column": 55 } } @@ -158890,16 +157743,16 @@ "object": { "type": "ThisExpression", "range": [ - 71528, - 71532 + 71090, + 71094 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 56 }, "end": { - "line": 2067, + "line": 2059, "column": 60 } } @@ -158908,62 +157761,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 71533, - 71547 + 71095, + 71109 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 61 }, "end": { - "line": 2067, + "line": 2059, "column": 75 } } }, "range": [ - 71528, - 71547 + 71090, + 71109 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 56 }, "end": { - "line": 2067, + "line": 2059, "column": 75 } } } ], "range": [ - 71496, - 71548 + 71058, + 71110 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 24 }, "end": { - "line": 2067, + "line": 2059, "column": 76 } } }, "range": [ - 71484, - 71548 + 71046, + 71110 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 12 }, "end": { - "line": 2067, + "line": 2059, "column": 76 } } @@ -158971,16 +157824,16 @@ ], "kind": "let", "range": [ - 71480, - 71549 + 71042, + 71111 ], "loc": { "start": { - "line": 2067, + "line": 2059, "column": 8 }, "end": { - "line": 2067, + "line": 2059, "column": 77 } } @@ -158996,16 +157849,16 @@ "type": "Identifier", "name": "i", "range": [ - 71568, - 71569 + 71130, + 71131 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 17 }, "end": { - "line": 2069, + "line": 2061, "column": 18 } } @@ -159015,31 +157868,31 @@ "value": 0, "raw": "0", "range": [ - 71572, - 71573 + 71134, + 71135 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 21 }, "end": { - "line": 2069, + "line": 2061, "column": 22 } } }, "range": [ - 71568, - 71573 + 71130, + 71135 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 17 }, "end": { - "line": 2069, + "line": 2061, "column": 22 } } @@ -159050,16 +157903,16 @@ "type": "Identifier", "name": "len", "range": [ - 71575, - 71578 + 71137, + 71140 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 24 }, "end": { - "line": 2069, + "line": 2061, "column": 27 } } @@ -159071,16 +157924,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71581, - 71589 + 71143, + 71151 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 30 }, "end": { - "line": 2069, + "line": 2061, "column": 38 } } @@ -159089,46 +157942,46 @@ "type": "Identifier", "name": "length", "range": [ - 71590, - 71596 + 71152, + 71158 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 39 }, "end": { - "line": 2069, + "line": 2061, "column": 45 } } }, "range": [ - 71581, - 71596 + 71143, + 71158 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 30 }, "end": { - "line": 2069, + "line": 2061, "column": 45 } } }, "range": [ - 71575, - 71596 + 71137, + 71158 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 24 }, "end": { - "line": 2069, + "line": 2061, "column": 45 } } @@ -159136,16 +157989,16 @@ ], "kind": "let", "range": [ - 71564, - 71596 + 71126, + 71158 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 13 }, "end": { - "line": 2069, + "line": 2061, "column": 45 } } @@ -159157,16 +158010,16 @@ "type": "Identifier", "name": "i", "range": [ - 71598, - 71599 + 71160, + 71161 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 47 }, "end": { - "line": 2069, + "line": 2061, "column": 48 } } @@ -159175,31 +158028,31 @@ "type": "Identifier", "name": "len", "range": [ - 71602, - 71605 + 71164, + 71167 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 51 }, "end": { - "line": 2069, + "line": 2061, "column": 54 } } }, "range": [ - 71598, - 71605 + 71160, + 71167 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 47 }, "end": { - "line": 2069, + "line": 2061, "column": 54 } } @@ -159211,32 +158064,32 @@ "type": "Identifier", "name": "i", "range": [ - 71607, - 71608 + 71169, + 71170 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 56 }, "end": { - "line": 2069, + "line": 2061, "column": 57 } } }, "prefix": false, "range": [ - 71607, - 71610 + 71169, + 71172 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 56 }, "end": { - "line": 2069, + "line": 2061, "column": 59 } } @@ -159253,16 +158106,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 71630, - 71636 + 71192, + 71198 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 16 }, "end": { - "line": 2070, + "line": 2062, "column": 22 } } @@ -159276,16 +158129,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 71639, - 71642 + 71201, + 71204 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 25 }, "end": { - "line": 2070, + "line": 2062, "column": 28 } } @@ -159294,31 +158147,31 @@ "type": "Identifier", "name": "id", "range": [ - 71643, - 71645 + 71205, + 71207 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 29 }, "end": { - "line": 2070, + "line": 2062, "column": 31 } } }, "range": [ - 71639, - 71645 + 71201, + 71207 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 25 }, "end": { - "line": 2070, + "line": 2062, "column": 31 } } @@ -159333,16 +158186,16 @@ "object": { "type": "ThisExpression", "range": [ - 71646, - 71650 + 71208, + 71212 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 32 }, "end": { - "line": 2070, + "line": 2062, "column": 36 } } @@ -159351,31 +158204,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 71651, - 71657 + 71213, + 71219 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 37 }, "end": { - "line": 2070, + "line": 2062, "column": 43 } } }, "range": [ - 71646, - 71657 + 71208, + 71219 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 32 }, "end": { - "line": 2070, + "line": 2062, "column": 43 } } @@ -159387,16 +158240,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71658, - 71666 + 71220, + 71228 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 44 }, "end": { - "line": 2070, + "line": 2062, "column": 52 } } @@ -159405,77 +158258,77 @@ "type": "Identifier", "name": "i", "range": [ - 71667, - 71668 + 71229, + 71230 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 53 }, "end": { - "line": 2070, + "line": 2062, "column": 54 } } }, "range": [ - 71658, - 71669 + 71220, + 71231 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 44 }, "end": { - "line": 2070, + "line": 2062, "column": 55 } } }, "range": [ - 71646, - 71670 + 71208, + 71232 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 32 }, "end": { - "line": 2070, + "line": 2062, "column": 56 } } } ], "range": [ - 71639, - 71671 + 71201, + 71233 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 25 }, "end": { - "line": 2070, + "line": 2062, "column": 57 } } }, "range": [ - 71630, - 71671 + 71192, + 71233 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 16 }, "end": { - "line": 2070, + "line": 2062, "column": 57 } } @@ -159483,16 +158336,16 @@ ], "kind": "let", "range": [ - 71626, - 71672 + 71188, + 71234 ], "loc": { "start": { - "line": 2070, + "line": 2062, "column": 12 }, "end": { - "line": 2070, + "line": 2062, "column": 58 } } @@ -159506,16 +158359,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71689, - 71705 + 71251, + 71267 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 16 }, "end": { - "line": 2071, + "line": 2063, "column": 32 } } @@ -159528,16 +158381,16 @@ "object": { "type": "ThisExpression", "range": [ - 71708, - 71712 + 71270, + 71274 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 35 }, "end": { - "line": 2071, + "line": 2063, "column": 39 } } @@ -159546,31 +158399,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 71713, - 71727 + 71275, + 71289 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 40 }, "end": { - "line": 2071, + "line": 2063, "column": 54 } } }, "range": [ - 71708, - 71727 + 71270, + 71289 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 35 }, "end": { - "line": 2071, + "line": 2063, "column": 54 } } @@ -159583,16 +158436,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71728, - 71736 + 71290, + 71298 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 55 }, "end": { - "line": 2071, + "line": 2063, "column": 63 } } @@ -159601,62 +158454,62 @@ "type": "Identifier", "name": "i", "range": [ - 71737, - 71738 + 71299, + 71300 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 64 }, "end": { - "line": 2071, + "line": 2063, "column": 65 } } }, "range": [ - 71728, - 71739 + 71290, + 71301 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 55 }, "end": { - "line": 2071, + "line": 2063, "column": 66 } } } ], "range": [ - 71708, - 71740 + 71270, + 71302 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 35 }, "end": { - "line": 2071, + "line": 2063, "column": 67 } } }, "range": [ - 71689, - 71740 + 71251, + 71302 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 16 }, "end": { - "line": 2071, + "line": 2063, "column": 67 } } @@ -159664,16 +158517,16 @@ ], "kind": "let", "range": [ - 71685, - 71741 + 71247, + 71303 ], "loc": { "start": { - "line": 2071, + "line": 2063, "column": 12 }, "end": { - "line": 2071, + "line": 2063, "column": 68 } }, @@ -159682,16 +158535,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71755, - 71798 + 71317, + 71360 ], "loc": { "start": { - "line": 2073, + "line": 2065, "column": 12 }, "end": { - "line": 2073, + "line": 2065, "column": 55 } } @@ -159700,16 +158553,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71811, - 71850 + 71373, + 71412 ], "loc": { "start": { - "line": 2074, + "line": 2066, "column": 12 }, "end": { - "line": 2074, + "line": 2066, "column": 51 } } @@ -159734,16 +158587,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71867, - 71876 + 71429, + 71438 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 16 }, "end": { - "line": 2075, + "line": 2067, "column": 25 } } @@ -159755,16 +158608,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71881, - 71889 + 71443, + 71451 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 30 }, "end": { - "line": 2075, + "line": 2067, "column": 38 } } @@ -159773,46 +158626,46 @@ "type": "Identifier", "name": "i", "range": [ - 71890, - 71891 + 71452, + 71453 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 39 }, "end": { - "line": 2075, + "line": 2067, "column": 40 } } }, "range": [ - 71881, - 71892 + 71443, + 71454 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 30 }, "end": { - "line": 2075, + "line": 2067, "column": 41 } } }, "range": [ - 71867, - 71892 + 71429, + 71454 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 16 }, "end": { - "line": 2075, + "line": 2067, "column": 41 } } @@ -159829,16 +158682,16 @@ "object": { "type": "ThisExpression", "range": [ - 71913, - 71917 + 71475, + 71479 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 17 }, "end": { - "line": 2076, + "line": 2068, "column": 21 } } @@ -159847,31 +158700,31 @@ "type": "Identifier", "name": "paging", "range": [ - 71918, - 71924 + 71480, + 71486 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 22 }, "end": { - "line": 2076, + "line": 2068, "column": 28 } } }, "range": [ - 71913, - 71924 + 71475, + 71486 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 17 }, "end": { - "line": 2076, + "line": 2068, "column": 28 } } @@ -159888,16 +158741,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71928, - 71933 + 71490, + 71495 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 32 }, "end": { - "line": 2076, + "line": 2068, "column": 37 } } @@ -159906,31 +158759,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71934, - 71941 + 71496, + 71503 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 38 }, "end": { - "line": 2076, + "line": 2068, "column": 45 } } }, "range": [ - 71928, - 71941 + 71490, + 71503 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 32 }, "end": { - "line": 2076, + "line": 2068, "column": 45 } } @@ -159943,16 +158796,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71942, - 71950 + 71504, + 71512 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 46 }, "end": { - "line": 2076, + "line": 2068, "column": 54 } } @@ -159961,47 +158814,47 @@ "type": "Identifier", "name": "i", "range": [ - 71951, - 71952 + 71513, + 71514 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 55 }, "end": { - "line": 2076, + "line": 2068, "column": 56 } } }, "range": [ - 71942, - 71953 + 71504, + 71515 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 46 }, "end": { - "line": 2076, + "line": 2068, "column": 57 } } } ], "range": [ - 71928, - 71954 + 71490, + 71516 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 32 }, "end": { - "line": 2076, + "line": 2068, "column": 58 } } @@ -160014,62 +158867,62 @@ "value": 1, "raw": "1", "range": [ - 71959, - 71960 + 71521, + 71522 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 63 }, "end": { - "line": 2076, + "line": 2068, "column": 64 } } }, "prefix": true, "range": [ - 71958, - 71960 + 71520, + 71522 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 62 }, "end": { - "line": 2076, + "line": 2068, "column": 64 } } }, "range": [ - 71928, - 71960 + 71490, + 71522 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 32 }, "end": { - "line": 2076, + "line": 2068, "column": 64 } } }, "range": [ - 71913, - 71960 + 71475, + 71522 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 17 }, "end": { - "line": 2076, + "line": 2068, "column": 64 } } @@ -160081,16 +158934,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71984, - 71993 + 71546, + 71555 ], "loc": { "start": { - "line": 2077, + "line": 2069, "column": 20 }, "end": { - "line": 2077, + "line": 2069, "column": 29 } } @@ -160102,16 +158955,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71998, - 72006 + 71560, + 71568 ], "loc": { "start": { - "line": 2077, + "line": 2069, "column": 34 }, "end": { - "line": 2077, + "line": 2069, "column": 42 } } @@ -160120,76 +158973,76 @@ "type": "Identifier", "name": "i", "range": [ - 72007, - 72008 + 71569, + 71570 ], "loc": { "start": { - "line": 2077, + "line": 2069, "column": 43 }, "end": { - "line": 2077, + "line": 2069, "column": 44 } } }, "range": [ - 71998, - 72009 + 71560, + 71571 ], "loc": { "start": { - "line": 2077, + "line": 2069, "column": 34 }, "end": { - "line": 2077, + "line": 2069, "column": 45 } } }, "range": [ - 71984, - 72009 + 71546, + 71571 ], "loc": { "start": { - "line": 2077, + "line": 2069, "column": 20 }, "end": { - "line": 2077, + "line": 2069, "column": 45 } } }, "range": [ - 71913, - 72009 + 71475, + 71571 ], "loc": { "start": { - "line": 2076, + "line": 2068, "column": 17 }, "end": { - "line": 2077, + "line": 2069, "column": 45 } } }, "range": [ - 71867, - 72010 + 71429, + 71572 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 16 }, "end": { - "line": 2077, + "line": 2069, "column": 46 } } @@ -160206,16 +159059,16 @@ "object": { "type": "ThisExpression", "range": [ - 72032, - 72036 + 71594, + 71598 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 18 }, "end": { - "line": 2078, + "line": 2070, "column": 22 } } @@ -160224,47 +159077,47 @@ "type": "Identifier", "name": "paging", "range": [ - 72037, - 72043 + 71599, + 71605 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 23 }, "end": { - "line": 2078, + "line": 2070, "column": 29 } } }, "range": [ - 72032, - 72043 + 71594, + 71605 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 18 }, "end": { - "line": 2078, + "line": 2070, "column": 29 } } }, "prefix": true, "range": [ - 72031, - 72043 + 71593, + 71605 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 17 }, "end": { - "line": 2078, + "line": 2070, "column": 29 } } @@ -160284,16 +159137,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 72048, - 72053 + 71610, + 71615 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 34 }, "end": { - "line": 2078, + "line": 2070, "column": 39 } } @@ -160302,31 +159155,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72054, - 72061 + 71616, + 71623 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 40 }, "end": { - "line": 2078, + "line": 2070, "column": 47 } } }, "range": [ - 72048, - 72061 + 71610, + 71623 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 34 }, "end": { - "line": 2078, + "line": 2070, "column": 47 } } @@ -160339,16 +159192,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72062, - 72070 + 71624, + 71632 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 48 }, "end": { - "line": 2078, + "line": 2070, "column": 56 } } @@ -160357,47 +159210,47 @@ "type": "Identifier", "name": "i", "range": [ - 72071, - 72072 + 71633, + 71634 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 57 }, "end": { - "line": 2078, + "line": 2070, "column": 58 } } }, "range": [ - 72062, - 72073 + 71624, + 71635 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 48 }, "end": { - "line": 2078, + "line": 2070, "column": 59 } } } ], "range": [ - 72048, - 72074 + 71610, + 71636 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 34 }, "end": { - "line": 2078, + "line": 2070, "column": 60 } } @@ -160410,47 +159263,47 @@ "value": 1, "raw": "1", "range": [ - 72079, - 72080 + 71641, + 71642 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 65 }, "end": { - "line": 2078, + "line": 2070, "column": 66 } } }, "prefix": true, "range": [ - 72078, - 72080 + 71640, + 71642 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 64 }, "end": { - "line": 2078, + "line": 2070, "column": 66 } } }, "range": [ - 72048, - 72080 + 71610, + 71642 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 34 }, "end": { - "line": 2078, + "line": 2070, "column": 66 } } @@ -160467,16 +159320,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 72104, - 72109 + 71666, + 71671 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 20 }, "end": { - "line": 2079, + "line": 2071, "column": 25 } } @@ -160485,31 +159338,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72110, - 72117 + 71672, + 71679 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 26 }, "end": { - "line": 2079, + "line": 2071, "column": 33 } } }, "range": [ - 72104, - 72117 + 71666, + 71679 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 20 }, "end": { - "line": 2079, + "line": 2071, "column": 33 } } @@ -160522,16 +159375,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72118, - 72126 + 71680, + 71688 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 34 }, "end": { - "line": 2079, + "line": 2071, "column": 42 } } @@ -160540,47 +159393,47 @@ "type": "Identifier", "name": "i", "range": [ - 72127, - 72128 + 71689, + 71690 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 43 }, "end": { - "line": 2079, + "line": 2071, "column": 44 } } }, "range": [ - 72118, - 72129 + 71680, + 71691 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 34 }, "end": { - "line": 2079, + "line": 2071, "column": 45 } } } ], "range": [ - 72104, - 72130 + 71666, + 71692 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 20 }, "end": { - "line": 2079, + "line": 2071, "column": 46 } } @@ -160593,92 +159446,92 @@ "value": 1, "raw": "1", "range": [ - 72135, - 72136 + 71697, + 71698 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 51 }, "end": { - "line": 2079, + "line": 2071, "column": 52 } } }, "prefix": true, "range": [ - 72134, - 72136 + 71696, + 71698 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 50 }, "end": { - "line": 2079, + "line": 2071, "column": 52 } } }, "range": [ - 72104, - 72136 + 71666, + 71698 ], "loc": { "start": { - "line": 2079, + "line": 2071, "column": 20 }, "end": { - "line": 2079, + "line": 2071, "column": 52 } } }, "range": [ - 72048, - 72136 + 71610, + 71698 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 34 }, "end": { - "line": 2079, + "line": 2071, "column": 52 } } }, "range": [ - 72031, - 72137 + 71593, + 71699 ], "loc": { "start": { - "line": 2078, + "line": 2070, "column": 17 }, "end": { - "line": 2079, + "line": 2071, "column": 53 } } }, "range": [ - 71867, - 72138 + 71429, + 71700 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 16 }, "end": { - "line": 2079, + "line": 2071, "column": 54 } } @@ -160690,16 +159543,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 72158, - 72174 + 71720, + 71736 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 16 }, "end": { - "line": 2080, + "line": 2072, "column": 32 } } @@ -160710,16 +159563,16 @@ "object": { "type": "ThisExpression", "range": [ - 72179, - 72183 + 71741, + 71745 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 37 }, "end": { - "line": 2080, + "line": 2072, "column": 41 } } @@ -160728,61 +159581,61 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 72184, - 72198 + 71746, + 71760 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 42 }, "end": { - "line": 2080, + "line": 2072, "column": 56 } } }, "range": [ - 72179, - 72198 + 71741, + 71760 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 37 }, "end": { - "line": 2080, + "line": 2072, "column": 56 } } }, "range": [ - 72158, - 72198 + 71720, + 71760 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 16 }, "end": { - "line": 2080, + "line": 2072, "column": 56 } } }, "range": [ - 71867, - 72198 + 71429, + 71760 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 16 }, "end": { - "line": 2080, + "line": 2072, "column": 56 } } @@ -160798,16 +159651,16 @@ "object": { "type": "ThisExpression", "range": [ - 72273, - 72277 + 71835, + 71839 ], "loc": { "start": { - "line": 2083, + "line": 2075, "column": 20 }, "end": { - "line": 2083, + "line": 2075, "column": 24 } } @@ -160816,31 +159669,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 72278, - 72293 + 71840, + 71855 ], "loc": { "start": { - "line": 2083, + "line": 2075, "column": 25 }, "end": { - "line": 2083, + "line": 2075, "column": 40 } } }, "range": [ - 72273, - 72293 + 71835, + 71855 ], "loc": { "start": { - "line": 2083, + "line": 2075, "column": 20 }, "end": { - "line": 2083, + "line": 2075, "column": 40 } } @@ -160857,16 +159710,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 72321, - 72325 + 71883, + 71887 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 24 }, "end": { - "line": 2084, + "line": 2076, "column": 28 } } @@ -160880,16 +159733,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 72328, - 72331 + 71890, + 71893 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 31 }, "end": { - "line": 2084, + "line": 2076, "column": 34 } } @@ -160898,31 +159751,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 72332, - 72341 + 71894, + 71903 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 35 }, "end": { - "line": 2084, + "line": 2076, "column": 44 } } }, "range": [ - 72328, - 72341 + 71890, + 71903 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 31 }, "end": { - "line": 2084, + "line": 2076, "column": 44 } } @@ -160934,16 +159787,16 @@ "object": { "type": "ThisExpression", "range": [ - 72342, - 72346 + 71904, + 71908 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 45 }, "end": { - "line": 2084, + "line": 2076, "column": 49 } } @@ -160952,31 +159805,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 72347, - 72361 + 71909, + 71923 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 50 }, "end": { - "line": 2084, + "line": 2076, "column": 64 } } }, "range": [ - 72342, - 72361 + 71904, + 71923 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 45 }, "end": { - "line": 2084, + "line": 2076, "column": 64 } } @@ -160986,47 +159839,47 @@ "value": "", "raw": "''", "range": [ - 72363, - 72365 + 71925, + 71927 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 66 }, "end": { - "line": 2084, + "line": 2076, "column": 68 } } } ], "range": [ - 72328, - 72366 + 71890, + 71928 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 31 }, "end": { - "line": 2084, + "line": 2076, "column": 69 } } }, "range": [ - 72321, - 72366 + 71883, + 71928 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 24 }, "end": { - "line": 2084, + "line": 2076, "column": 69 } } @@ -161034,16 +159887,16 @@ ], "kind": "let", "range": [ - 72317, - 72367 + 71879, + 71929 ], "loc": { "start": { - "line": 2084, + "line": 2076, "column": 20 }, "end": { - "line": 2084, + "line": 2076, "column": 70 } } @@ -161060,16 +159913,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 72388, - 72394 + 71950, + 71956 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 20 }, "end": { - "line": 2085, + "line": 2077, "column": 26 } } @@ -161078,31 +159931,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 72395, - 72404 + 71957, + 71966 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 27 }, "end": { - "line": 2085, + "line": 2077, "column": 36 } } }, "range": [ - 72388, - 72404 + 71950, + 71966 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 20 }, "end": { - "line": 2085, + "line": 2077, "column": 36 } } @@ -161112,46 +159965,46 @@ "value": "", "raw": "''", "range": [ - 72407, - 72409 + 71969, + 71971 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 39 }, "end": { - "line": 2085, + "line": 2077, "column": 41 } } }, "range": [ - 72388, - 72409 + 71950, + 71971 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 20 }, "end": { - "line": 2085, + "line": 2077, "column": 41 } } }, "range": [ - 72388, - 72410 + 71950, + 71972 ], "loc": { "start": { - "line": 2085, + "line": 2077, "column": 20 }, "end": { - "line": 2085, + "line": 2077, "column": 42 } } @@ -161167,16 +160020,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 72431, - 72437 + 71993, + 71999 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 20 }, "end": { - "line": 2086, + "line": 2078, "column": 26 } } @@ -161185,31 +160038,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 72438, - 72449 + 72000, + 72011 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 27 }, "end": { - "line": 2086, + "line": 2078, "column": 38 } } }, "range": [ - 72431, - 72449 + 71993, + 72011 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 20 }, "end": { - "line": 2086, + "line": 2078, "column": 38 } } @@ -161219,79 +160072,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 72450, - 72454 + 72012, + 72016 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 39 }, "end": { - "line": 2086, + "line": 2078, "column": 43 } } } ], "range": [ - 72431, - 72455 + 71993, + 72017 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 20 }, "end": { - "line": 2086, + "line": 2078, "column": 44 } } }, "range": [ - 72431, - 72456 + 71993, + 72018 ], "loc": { "start": { - "line": 2086, + "line": 2078, "column": 20 }, "end": { - "line": 2086, + "line": 2078, "column": 45 } } } ], "range": [ - 72295, - 72474 + 71857, + 72036 ], "loc": { "start": { - "line": 2083, + "line": 2075, "column": 42 }, "end": { - "line": 2087, + "line": 2079, "column": 17 } } }, "alternate": null, "range": [ - 72269, - 72474 + 71831, + 72036 ], "loc": { "start": { - "line": 2083, + "line": 2075, "column": 16 }, "end": { - "line": 2087, + "line": 2079, "column": 17 } }, @@ -161300,16 +160153,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 72219, - 72252 + 71781, + 71814 ], "loc": { "start": { - "line": 2082, + "line": 2074, "column": 16 }, "end": { - "line": 2082, + "line": 2074, "column": 49 } } @@ -161330,16 +160183,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 72496, - 72501 + 72058, + 72063 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 20 }, "end": { - "line": 2089, + "line": 2081, "column": 25 } } @@ -161348,31 +160201,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72502, - 72509 + 72064, + 72071 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 26 }, "end": { - "line": 2089, + "line": 2081, "column": 33 } } }, "range": [ - 72496, - 72509 + 72058, + 72071 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 20 }, "end": { - "line": 2089, + "line": 2081, "column": 33 } } @@ -161385,16 +160238,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72510, - 72518 + 72072, + 72080 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 34 }, "end": { - "line": 2089, + "line": 2081, "column": 42 } } @@ -161403,47 +160256,47 @@ "type": "Identifier", "name": "i", "range": [ - 72519, - 72520 + 72081, + 72082 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 43 }, "end": { - "line": 2089, + "line": 2081, "column": 44 } } }, "range": [ - 72510, - 72521 + 72072, + 72083 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 34 }, "end": { - "line": 2089, + "line": 2081, "column": 45 } } } ], "range": [ - 72496, - 72522 + 72058, + 72084 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 20 }, "end": { - "line": 2089, + "line": 2081, "column": 46 } } @@ -161456,47 +160309,47 @@ "value": 1, "raw": "1", "range": [ - 72527, - 72528 + 72089, + 72090 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 51 }, "end": { - "line": 2089, + "line": 2081, "column": 52 } } }, "prefix": true, "range": [ - 72526, - 72528 + 72088, + 72090 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 50 }, "end": { - "line": 2089, + "line": 2081, "column": 52 } } }, "range": [ - 72496, - 72528 + 72058, + 72090 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 20 }, "end": { - "line": 2089, + "line": 2081, "column": 52 } } @@ -161517,16 +160370,16 @@ "object": { "type": "ThisExpression", "range": [ - 72552, - 72556 + 72114, + 72118 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 20 }, "end": { - "line": 2090, + "line": 2082, "column": 24 } } @@ -161535,31 +160388,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 72557, - 72564 + 72119, + 72126 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 25 }, "end": { - "line": 2090, + "line": 2082, "column": 32 } } }, "range": [ - 72552, - 72564 + 72114, + 72126 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 20 }, "end": { - "line": 2090, + "line": 2082, "column": 32 } } @@ -161568,31 +160421,31 @@ "type": "Identifier", "name": "emit", "range": [ - 72565, - 72569 + 72127, + 72131 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 33 }, "end": { - "line": 2090, + "line": 2082, "column": 37 } } }, "range": [ - 72552, - 72569 + 72114, + 72131 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 20 }, "end": { - "line": 2090, + "line": 2082, "column": 37 } } @@ -161603,16 +160456,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 72570, - 72594 + 72132, + 72156 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 38 }, "end": { - "line": 2090, + "line": 2082, "column": 62 } } @@ -161620,16 +160473,16 @@ { "type": "ThisExpression", "range": [ - 72596, - 72600 + 72158, + 72162 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 64 }, "end": { - "line": 2090, + "line": 2082, "column": 68 } } @@ -161641,16 +160494,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72626, - 72634 + 72188, + 72196 ], "loc": { "start": { - "line": 2091, + "line": 2083, "column": 24 }, "end": { - "line": 2091, + "line": 2083, "column": 32 } } @@ -161659,78 +160512,78 @@ "type": "Identifier", "name": "i", "range": [ - 72635, - 72636 + 72197, + 72198 ], "loc": { "start": { - "line": 2091, + "line": 2083, "column": 33 }, "end": { - "line": 2091, + "line": 2083, "column": 34 } } }, "range": [ - 72626, - 72637 + 72188, + 72199 ], "loc": { "start": { - "line": 2091, + "line": 2083, "column": 24 }, "end": { - "line": 2091, + "line": 2083, "column": 35 } } } ], "range": [ - 72552, - 72638 + 72114, + 72200 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 20 }, "end": { - "line": 2091, + "line": 2083, "column": 36 } } }, "range": [ - 72552, - 72639 + 72114, + 72201 ], "loc": { "start": { - "line": 2090, + "line": 2082, "column": 20 }, "end": { - "line": 2091, + "line": 2083, "column": 37 } } } ], "range": [ - 72530, - 72657 + 72092, + 72219 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 54 }, "end": { - "line": 2092, + "line": 2084, "column": 17 } } @@ -161751,16 +160604,16 @@ "object": { "type": "ThisExpression", "range": [ - 72685, - 72689 + 72247, + 72251 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 20 }, "end": { - "line": 2093, + "line": 2085, "column": 24 } } @@ -161769,31 +160622,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 72690, - 72697 + 72252, + 72259 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 25 }, "end": { - "line": 2093, + "line": 2085, "column": 32 } } }, "range": [ - 72685, - 72697 + 72247, + 72259 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 20 }, "end": { - "line": 2093, + "line": 2085, "column": 32 } } @@ -161802,31 +160655,31 @@ "type": "Identifier", "name": "emit", "range": [ - 72698, - 72702 + 72260, + 72264 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 33 }, "end": { - "line": 2093, + "line": 2085, "column": 37 } } }, "range": [ - 72685, - 72702 + 72247, + 72264 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 20 }, "end": { - "line": 2093, + "line": 2085, "column": 37 } } @@ -161837,16 +160690,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 72703, - 72724 + 72265, + 72286 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 38 }, "end": { - "line": 2093, + "line": 2085, "column": 59 } } @@ -161854,16 +160707,16 @@ { "type": "ThisExpression", "range": [ - 72726, - 72730 + 72288, + 72292 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 61 }, "end": { - "line": 2093, + "line": 2085, "column": 65 } } @@ -161875,16 +160728,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72732, - 72740 + 72294, + 72302 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 67 }, "end": { - "line": 2093, + "line": 2085, "column": 75 } } @@ -161893,31 +160746,31 @@ "type": "Identifier", "name": "i", "range": [ - 72741, - 72742 + 72303, + 72304 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 76 }, "end": { - "line": 2093, + "line": 2085, "column": 77 } } }, "range": [ - 72732, - 72743 + 72294, + 72305 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 67 }, "end": { - "line": 2093, + "line": 2085, "column": 78 } } @@ -161927,78 +160780,78 @@ "value": true, "raw": "true", "range": [ - 72769, - 72773 + 72331, + 72335 ], "loc": { "start": { - "line": 2094, + "line": 2086, "column": 24 }, "end": { - "line": 2094, + "line": 2086, "column": 28 } } } ], "range": [ - 72685, - 72774 + 72247, + 72336 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 20 }, "end": { - "line": 2094, + "line": 2086, "column": 29 } } }, "range": [ - 72685, - 72775 + 72247, + 72337 ], "loc": { "start": { - "line": 2093, + "line": 2085, "column": 20 }, "end": { - "line": 2094, + "line": 2086, "column": 30 } } } ], "range": [ - 72663, - 72793 + 72225, + 72355 ], "loc": { "start": { - "line": 2092, + "line": 2084, "column": 23 }, "end": { - "line": 2095, + "line": 2087, "column": 17 } } }, "range": [ - 72492, - 72793 + 72054, + 72355 ], "loc": { "start": { - "line": 2089, + "line": 2081, "column": 16 }, "end": { - "line": 2095, + "line": 2087, "column": 17 } } @@ -162013,16 +160866,16 @@ "object": { "type": "ThisExpression", "range": [ - 72811, - 72815 + 72373, + 72377 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 16 }, "end": { - "line": 2097, + "line": 2089, "column": 20 } } @@ -162031,31 +160884,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 72816, - 72830 + 72378, + 72392 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 21 }, "end": { - "line": 2097, + "line": 2089, "column": 35 } } }, "range": [ - 72811, - 72830 + 72373, + 72392 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 16 }, "end": { - "line": 2097, + "line": 2089, "column": 35 } } @@ -162068,16 +160921,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72831, - 72839 + 72393, + 72401 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 36 }, "end": { - "line": 2097, + "line": 2089, "column": 44 } } @@ -162086,31 +160939,31 @@ "type": "Identifier", "name": "i", "range": [ - 72840, - 72841 + 72402, + 72403 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 45 }, "end": { - "line": 2097, + "line": 2089, "column": 46 } } }, "range": [ - 72831, - 72842 + 72393, + 72404 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 36 }, "end": { - "line": 2097, + "line": 2089, "column": 47 } } @@ -162119,79 +160972,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 72844, - 72860 + 72406, + 72422 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 49 }, "end": { - "line": 2097, + "line": 2089, "column": 65 } } } ], "range": [ - 72811, - 72861 + 72373, + 72423 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 16 }, "end": { - "line": 2097, + "line": 2089, "column": 66 } } }, "range": [ - 72811, - 72862 + 72373, + 72424 ], "loc": { "start": { - "line": 2097, + "line": 2089, "column": 16 }, "end": { - "line": 2097, + "line": 2089, "column": 67 } } } ], "range": [ - 72200, - 72876 + 71762, + 72438 ], "loc": { "start": { - "line": 2080, + "line": 2072, "column": 58 }, "end": { - "line": 2098, + "line": 2090, "column": 13 } } }, "alternate": null, "range": [ - 71863, - 72876 + 71425, + 72438 ], "loc": { "start": { - "line": 2075, + "line": 2067, "column": 12 }, "end": { - "line": 2098, + "line": 2090, "column": 13 } }, @@ -162200,16 +161053,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71755, - 71798 + 71317, + 71360 ], "loc": { "start": { - "line": 2073, + "line": 2065, "column": 12 }, "end": { - "line": 2073, + "line": 2065, "column": 55 } } @@ -162218,16 +161071,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71811, - 71850 + 71373, + 71412 ], "loc": { "start": { - "line": 2074, + "line": 2066, "column": 12 }, "end": { - "line": 2074, + "line": 2066, "column": 51 } } @@ -162236,47 +161089,47 @@ } ], "range": [ - 71612, - 72886 + 71174, + 72448 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 61 }, "end": { - "line": 2099, + "line": 2091, "column": 9 } } }, "range": [ - 71559, - 72886 + 71121, + 72448 ], "loc": { "start": { - "line": 2069, + "line": 2061, "column": 8 }, "end": { - "line": 2099, + "line": 2091, "column": 9 } } } ], "range": [ - 71087, - 72892 + 70679, + 72454 ], "loc": { "start": { - "line": 2057, + "line": 2049, "column": 18 }, "end": { - "line": 2100, + "line": 2092, "column": 5 } } @@ -162284,16 +161137,16 @@ "generator": false, "expression": false, "range": [ - 71084, - 72892 + 70676, + 72454 ], "loc": { "start": { - "line": 2057, + "line": 2049, "column": 15 }, "end": { - "line": 2100, + "line": 2092, "column": 5 } } @@ -162301,16 +161154,16 @@ "kind": "method", "computed": false, "range": [ - 71073, - 72892 + 70665, + 72454 ], "loc": { "start": { - "line": 2057, + "line": 2049, "column": 4 }, "end": { - "line": 2100, + "line": 2092, "column": 5 } }, @@ -162319,16 +161172,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70963, - 71068 + 70555, + 70660 ], "loc": { "start": { - "line": 2053, + "line": 2045, "column": 4 }, "end": { - "line": 2056, + "line": 2048, "column": 7 } } @@ -162339,16 +161192,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72898, - 73076 + 72460, + 72638 ], "loc": { "start": { - "line": 2102, + "line": 2094, "column": 4 }, "end": { - "line": 2106, + "line": 2098, "column": 7 } } @@ -162362,16 +161215,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 73081, - 73093 + 72643, + 72655 ], "loc": { "start": { - "line": 2107, + "line": 2099, "column": 4 }, "end": { - "line": 2107, + "line": 2099, "column": 16 } } @@ -162384,16 +161237,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73094, - 73102 + 72656, + 72664 ], "loc": { "start": { - "line": 2107, + "line": 2099, "column": 17 }, "end": { - "line": 2107, + "line": 2099, "column": 25 } } @@ -162411,16 +161264,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 73118, - 73125 + 72680, + 72687 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 12 }, "end": { - "line": 2108, + "line": 2100, "column": 19 } } @@ -162433,16 +161286,16 @@ "object": { "type": "ThisExpression", "range": [ - 73128, - 73132 + 72690, + 72694 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 22 }, "end": { - "line": 2108, + "line": 2100, "column": 26 } } @@ -162451,31 +161304,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 73133, - 73146 + 72695, + 72708 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 27 }, "end": { - "line": 2108, + "line": 2100, "column": 40 } } }, "range": [ - 73128, - 73146 + 72690, + 72708 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 22 }, "end": { - "line": 2108, + "line": 2100, "column": 40 } } @@ -162485,47 +161338,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73147, - 73155 + 72709, + 72717 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 41 }, "end": { - "line": 2108, + "line": 2100, "column": 49 } } } ], "range": [ - 73128, - 73156 + 72690, + 72718 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 22 }, "end": { - "line": 2108, + "line": 2100, "column": 50 } } }, "range": [ - 73118, - 73156 + 72680, + 72718 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 12 }, "end": { - "line": 2108, + "line": 2100, "column": 50 } } @@ -162533,16 +161386,16 @@ ], "kind": "let", "range": [ - 73114, - 73157 + 72676, + 72719 ], "loc": { "start": { - "line": 2108, + "line": 2100, "column": 8 }, "end": { - "line": 2108, + "line": 2100, "column": 51 } } @@ -162564,16 +161417,16 @@ "object": { "type": "ThisExpression", "range": [ - 73173, - 73177 + 72735, + 72739 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 15 }, "end": { - "line": 2109, + "line": 2101, "column": 19 } } @@ -162582,31 +161435,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 73178, - 73193 + 72740, + 72755 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 20 }, "end": { - "line": 2109, + "line": 2101, "column": 35 } } }, "range": [ - 73173, - 73193 + 72735, + 72755 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 15 }, "end": { - "line": 2109, + "line": 2101, "column": 35 } } @@ -162615,31 +161468,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73194, - 73202 + 72756, + 72764 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 36 }, "end": { - "line": 2109, + "line": 2101, "column": 44 } } }, "range": [ - 73173, - 73203 + 72735, + 72765 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 15 }, "end": { - "line": 2109, + "line": 2101, "column": 45 } } @@ -162650,16 +161503,16 @@ "object": { "type": "ThisExpression", "range": [ - 73207, - 73211 + 72769, + 72773 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 49 }, "end": { - "line": 2109, + "line": 2101, "column": 53 } } @@ -162668,46 +161521,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 73212, - 73222 + 72774, + 72784 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 54 }, "end": { - "line": 2109, + "line": 2101, "column": 64 } } }, "range": [ - 73207, - 73222 + 72769, + 72784 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 49 }, "end": { - "line": 2109, + "line": 2101, "column": 64 } } }, "range": [ - 73173, - 73222 + 72735, + 72784 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 15 }, "end": { - "line": 2109, + "line": 2101, "column": 64 } } @@ -162719,130 +161572,95 @@ "type": "Identifier", "name": "fltType", "range": [ - 73239, - 73246 + 72800, + 72807 ], "loc": { "start": { - "line": 2110, - "column": 13 + "line": 2102, + "column": 12 }, "end": { - "line": 2110, - "column": 20 + "line": 2102, + "column": 19 } } }, "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 73251, - 73255 - ], - "loc": { - "start": { - "line": 2110, - "column": 25 - }, - "end": { - "line": 2110, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 73256, - 73266 - ], - "loc": { - "start": { - "line": 2110, - "column": 30 - }, - "end": { - "line": 2110, - "column": 40 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 73251, - 73266 + 72812, + 72817 ], "loc": { "start": { - "line": 2110, - "column": 25 + "line": 2102, + "column": 24 }, "end": { - "line": 2110, - "column": 40 + "line": 2102, + "column": 29 } } }, "range": [ - 73239, - 73266 + 72800, + 72817 ], "loc": { "start": { - "line": 2110, - "column": 13 + "line": 2102, + "column": 12 }, "end": { - "line": 2110, - "column": 40 + "line": 2102, + "column": 29 } } }, "range": [ - 73173, - 73267 + 72735, + 72817 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 15 }, "end": { - "line": 2110, - "column": 41 + "line": 2102, + "column": 29 } } }, "range": [ - 73166, - 73268 + 72728, + 72818 ], "loc": { "start": { - "line": 2109, + "line": 2101, "column": 8 }, "end": { - "line": 2110, - "column": 42 + "line": 2102, + "column": 30 } } } ], "range": [ - 73104, - 73274 + 72666, + 72824 ], "loc": { "start": { - "line": 2107, + "line": 2099, "column": 27 }, "end": { - "line": 2111, + "line": 2103, "column": 5 } } @@ -162850,16 +161668,16 @@ "generator": false, "expression": false, "range": [ - 73093, - 73274 + 72655, + 72824 ], "loc": { "start": { - "line": 2107, + "line": 2099, "column": 16 }, "end": { - "line": 2111, + "line": 2103, "column": 5 } } @@ -162867,16 +161685,16 @@ "kind": "method", "computed": false, "range": [ - 73081, - 73274 + 72643, + 72824 ], "loc": { "start": { - "line": 2107, + "line": 2099, "column": 4 }, "end": { - "line": 2111, + "line": 2103, "column": 5 } }, @@ -162885,16 +161703,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72898, - 73076 + 72460, + 72638 ], "loc": { "start": { - "line": 2102, + "line": 2094, "column": 4 }, "end": { - "line": 2106, + "line": 2098, "column": 7 } } @@ -162905,16 +161723,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 73280, - 73499 + 72830, + 73049 ], "loc": { "start": { - "line": 2113, + "line": 2105, "column": 4 }, "end": { - "line": 2118, + "line": 2110, "column": 7 } } @@ -162928,16 +161746,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 73504, - 73514 + 73054, + 73064 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 4 }, "end": { - "line": 2119, + "line": 2111, "column": 14 } } @@ -162950,16 +161768,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 73515, - 73523 + 73065, + 73073 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 15 }, "end": { - "line": 2119, + "line": 2111, "column": 23 } } @@ -162968,16 +161786,16 @@ "type": "Identifier", "name": "type", "range": [ - 73525, - 73529 + 73075, + 73079 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 25 }, "end": { - "line": 2119, + "line": 2111, "column": 29 } } @@ -162995,16 +161813,16 @@ "type": "Identifier", "name": "imported", "range": [ - 73545, - 73553 + 73095, + 73103 ], "loc": { "start": { - "line": 2120, + "line": 2112, "column": 12 }, "end": { - "line": 2120, + "line": 2112, "column": 20 } } @@ -163014,31 +161832,31 @@ "value": false, "raw": "false", "range": [ - 73556, - 73561 + 73106, + 73111 ], "loc": { "start": { - "line": 2120, + "line": 2112, "column": 23 }, "end": { - "line": 2120, + "line": 2112, "column": 28 } } }, "range": [ - 73545, - 73561 + 73095, + 73111 ], "loc": { "start": { - "line": 2120, + "line": 2112, "column": 12 }, "end": { - "line": 2120, + "line": 2112, "column": 28 } } @@ -163049,16 +161867,16 @@ "type": "Identifier", "name": "importType", "range": [ - 73575, - 73585 + 73125, + 73135 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 12 }, "end": { - "line": 2121, + "line": 2113, "column": 22 } } @@ -163072,32 +161890,32 @@ "type": "Identifier", "name": "type", "range": [ - 73589, - 73593 + 73139, + 73143 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 26 }, "end": { - "line": 2121, + "line": 2113, "column": 30 } } }, "prefix": true, "range": [ - 73588, - 73593 + 73138, + 73143 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 25 }, "end": { - "line": 2121, + "line": 2113, "column": 30 } } @@ -163107,16 +161925,16 @@ "value": "script", "raw": "'script'", "range": [ - 73596, - 73604 + 73146, + 73154 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 33 }, "end": { - "line": 2121, + "line": 2113, "column": 41 } } @@ -163125,46 +161943,46 @@ "type": "Identifier", "name": "type", "range": [ - 73607, - 73611 + 73157, + 73161 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 44 }, "end": { - "line": 2121, + "line": 2113, "column": 48 } } }, "range": [ - 73588, - 73611 + 73138, + 73161 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 25 }, "end": { - "line": 2121, + "line": 2113, "column": 48 } } }, "range": [ - 73575, - 73611 + 73125, + 73161 ], "loc": { "start": { - "line": 2121, + "line": 2113, "column": 12 }, "end": { - "line": 2121, + "line": 2113, "column": 48 } } @@ -163175,16 +161993,16 @@ "type": "Identifier", "name": "attr", "range": [ - 73625, - 73629 + 73175, + 73179 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 12 }, "end": { - "line": 2122, + "line": 2114, "column": 16 } } @@ -163198,16 +162016,16 @@ "type": "Identifier", "name": "importType", "range": [ - 73632, - 73642 + 73182, + 73192 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 19 }, "end": { - "line": 2122, + "line": 2114, "column": 29 } } @@ -163217,31 +162035,31 @@ "value": "script", "raw": "'script'", "range": [ - 73646, - 73654 + 73196, + 73204 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 33 }, "end": { - "line": 2122, + "line": 2114, "column": 41 } } }, "range": [ - 73632, - 73654 + 73182, + 73204 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 19 }, "end": { - "line": 2122, + "line": 2114, "column": 41 } } @@ -163251,16 +162069,16 @@ "value": "src", "raw": "'src'", "range": [ - 73657, - 73662 + 73207, + 73212 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 44 }, "end": { - "line": 2122, + "line": 2114, "column": 49 } } @@ -163270,46 +162088,46 @@ "value": "href", "raw": "'href'", "range": [ - 73665, - 73671 + 73215, + 73221 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 52 }, "end": { - "line": 2122, + "line": 2114, "column": 58 } } }, "range": [ - 73632, - 73671 + 73182, + 73221 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 19 }, "end": { - "line": 2122, + "line": 2114, "column": 58 } } }, "range": [ - 73625, - 73671 + 73175, + 73221 ], "loc": { "start": { - "line": 2122, + "line": 2114, "column": 12 }, "end": { - "line": 2122, + "line": 2114, "column": 58 } } @@ -163320,16 +162138,16 @@ "type": "Identifier", "name": "files", "range": [ - 73685, - 73690 + 73235, + 73240 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 12 }, "end": { - "line": 2123, + "line": 2115, "column": 17 } } @@ -163343,16 +162161,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 73693, - 73696 + 73243, + 73246 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 20 }, "end": { - "line": 2123, + "line": 2115, "column": 23 } } @@ -163361,31 +162179,31 @@ "type": "Identifier", "name": "tag", "range": [ - 73697, - 73700 + 73247, + 73250 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 24 }, "end": { - "line": 2123, + "line": 2115, "column": 27 } } }, "range": [ - 73693, - 73700 + 73243, + 73250 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 20 }, "end": { - "line": 2123, + "line": 2115, "column": 27 } } @@ -163395,16 +162213,16 @@ "type": "Identifier", "name": "doc", "range": [ - 73701, - 73704 + 73251, + 73254 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 28 }, "end": { - "line": 2123, + "line": 2115, "column": 31 } } @@ -163413,47 +162231,47 @@ "type": "Identifier", "name": "importType", "range": [ - 73706, - 73716 + 73256, + 73266 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 33 }, "end": { - "line": 2123, + "line": 2115, "column": 43 } } } ], "range": [ - 73693, - 73717 + 73243, + 73267 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 20 }, "end": { - "line": 2123, + "line": 2115, "column": 44 } } }, "range": [ - 73685, - 73717 + 73235, + 73267 ], "loc": { "start": { - "line": 2123, + "line": 2115, "column": 12 }, "end": { - "line": 2123, + "line": 2115, "column": 44 } } @@ -163461,16 +162279,16 @@ ], "kind": "let", "range": [ - 73541, - 73718 + 73091, + 73268 ], "loc": { "start": { - "line": 2120, + "line": 2112, "column": 8 }, "end": { - "line": 2123, + "line": 2115, "column": 45 } } @@ -163486,16 +162304,16 @@ "type": "Identifier", "name": "i", "range": [ - 73736, - 73737 + 73286, + 73287 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 17 }, "end": { - "line": 2124, + "line": 2116, "column": 18 } } @@ -163505,31 +162323,31 @@ "value": 0, "raw": "0", "range": [ - 73740, - 73741 + 73290, + 73291 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 21 }, "end": { - "line": 2124, + "line": 2116, "column": 22 } } }, "range": [ - 73736, - 73741 + 73286, + 73291 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 17 }, "end": { - "line": 2124, + "line": 2116, "column": 22 } } @@ -163540,16 +162358,16 @@ "type": "Identifier", "name": "len", "range": [ - 73743, - 73746 + 73293, + 73296 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 24 }, "end": { - "line": 2124, + "line": 2116, "column": 27 } } @@ -163561,16 +162379,16 @@ "type": "Identifier", "name": "files", "range": [ - 73749, - 73754 + 73299, + 73304 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 30 }, "end": { - "line": 2124, + "line": 2116, "column": 35 } } @@ -163579,46 +162397,46 @@ "type": "Identifier", "name": "length", "range": [ - 73755, - 73761 + 73305, + 73311 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 36 }, "end": { - "line": 2124, + "line": 2116, "column": 42 } } }, "range": [ - 73749, - 73761 + 73299, + 73311 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 30 }, "end": { - "line": 2124, + "line": 2116, "column": 42 } } }, "range": [ - 73743, - 73761 + 73293, + 73311 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 24 }, "end": { - "line": 2124, + "line": 2116, "column": 42 } } @@ -163626,16 +162444,16 @@ ], "kind": "let", "range": [ - 73732, - 73761 + 73282, + 73311 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 13 }, "end": { - "line": 2124, + "line": 2116, "column": 42 } } @@ -163647,16 +162465,16 @@ "type": "Identifier", "name": "i", "range": [ - 73763, - 73764 + 73313, + 73314 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 44 }, "end": { - "line": 2124, + "line": 2116, "column": 45 } } @@ -163665,31 +162483,31 @@ "type": "Identifier", "name": "len", "range": [ - 73767, - 73770 + 73317, + 73320 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 48 }, "end": { - "line": 2124, + "line": 2116, "column": 51 } } }, "range": [ - 73763, - 73770 + 73313, + 73320 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 44 }, "end": { - "line": 2124, + "line": 2116, "column": 51 } } @@ -163701,32 +162519,32 @@ "type": "Identifier", "name": "i", "range": [ - 73772, - 73773 + 73322, + 73323 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 53 }, "end": { - "line": 2124, + "line": 2116, "column": 54 } } }, "prefix": false, "range": [ - 73772, - 73775 + 73322, + 73325 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 53 }, "end": { - "line": 2124, + "line": 2116, "column": 56 } } @@ -163749,16 +162567,16 @@ "type": "Identifier", "name": "files", "range": [ - 73795, - 73800 + 73345, + 73350 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 16 }, "end": { - "line": 2125, + "line": 2117, "column": 21 } } @@ -163767,31 +162585,31 @@ "type": "Identifier", "name": "i", "range": [ - 73801, - 73802 + 73351, + 73352 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 22 }, "end": { - "line": 2125, + "line": 2117, "column": 23 } } }, "range": [ - 73795, - 73803 + 73345, + 73353 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 16 }, "end": { - "line": 2125, + "line": 2117, "column": 24 } } @@ -163800,31 +162618,31 @@ "type": "Identifier", "name": "attr", "range": [ - 73804, - 73808 + 73354, + 73358 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 25 }, "end": { - "line": 2125, + "line": 2117, "column": 29 } } }, "range": [ - 73795, - 73809 + 73345, + 73359 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 16 }, "end": { - "line": 2125, + "line": 2117, "column": 30 } } @@ -163833,31 +162651,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 73814, - 73823 + 73364, + 73373 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 35 }, "end": { - "line": 2125, + "line": 2117, "column": 44 } } }, "range": [ - 73795, - 73823 + 73345, + 73373 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 16 }, "end": { - "line": 2125, + "line": 2117, "column": 44 } } @@ -163869,48 +162687,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 73843, - 73852 + 73393, + 73402 ], "loc": { "start": { - "line": 2126, + "line": 2118, "column": 16 }, "end": { - "line": 2126, + "line": 2118, "column": 25 } } } ], "range": [ - 73825, - 73866 + 73375, + 73416 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 46 }, "end": { - "line": 2127, + "line": 2119, "column": 13 } } }, "alternate": null, "range": [ - 73791, - 73866 + 73341, + 73416 ], "loc": { "start": { - "line": 2125, + "line": 2117, "column": 12 }, "end": { - "line": 2127, + "line": 2119, "column": 13 } } @@ -163932,16 +162750,16 @@ "type": "Identifier", "name": "files", "range": [ - 73883, - 73888 + 73433, + 73438 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 16 }, "end": { - "line": 2128, + "line": 2120, "column": 21 } } @@ -163950,31 +162768,31 @@ "type": "Identifier", "name": "i", "range": [ - 73889, - 73890 + 73439, + 73440 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 22 }, "end": { - "line": 2128, + "line": 2120, "column": 23 } } }, "range": [ - 73883, - 73891 + 73433, + 73441 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 16 }, "end": { - "line": 2128, + "line": 2120, "column": 24 } } @@ -163983,31 +162801,31 @@ "type": "Identifier", "name": "attr", "range": [ - 73892, - 73896 + 73442, + 73446 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 25 }, "end": { - "line": 2128, + "line": 2120, "column": 29 } } }, "range": [ - 73883, - 73897 + 73433, + 73447 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 16 }, "end": { - "line": 2128, + "line": 2120, "column": 30 } } @@ -164016,31 +162834,31 @@ "type": "Identifier", "name": "match", "range": [ - 73898, - 73903 + 73448, + 73453 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 31 }, "end": { - "line": 2128, + "line": 2120, "column": 36 } } }, "range": [ - 73883, - 73903 + 73433, + 73453 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 16 }, "end": { - "line": 2128, + "line": 2120, "column": 36 } } @@ -164050,32 +162868,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 73904, - 73912 + 73454, + 73462 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 37 }, "end": { - "line": 2128, + "line": 2120, "column": 45 } } } ], "range": [ - 73883, - 73913 + 73433, + 73463 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 16 }, "end": { - "line": 2128, + "line": 2120, "column": 46 } } @@ -164092,16 +162910,16 @@ "type": "Identifier", "name": "imported", "range": [ - 73933, - 73941 + 73483, + 73491 ], "loc": { "start": { - "line": 2129, + "line": 2121, "column": 16 }, "end": { - "line": 2129, + "line": 2121, "column": 24 } } @@ -164111,46 +162929,46 @@ "value": true, "raw": "true", "range": [ - 73944, - 73948 + 73494, + 73498 ], "loc": { "start": { - "line": 2129, + "line": 2121, "column": 27 }, "end": { - "line": 2129, + "line": 2121, "column": 31 } } }, "range": [ - 73933, - 73948 + 73483, + 73498 ], "loc": { "start": { - "line": 2129, + "line": 2121, "column": 16 }, "end": { - "line": 2129, + "line": 2121, "column": 31 } } }, "range": [ - 73933, - 73949 + 73483, + 73499 ], "loc": { "start": { - "line": 2129, + "line": 2121, "column": 16 }, "end": { - "line": 2129, + "line": 2121, "column": 32 } } @@ -164159,79 +162977,79 @@ "type": "BreakStatement", "label": null, "range": [ - 73966, - 73972 + 73516, + 73522 ], "loc": { "start": { - "line": 2130, + "line": 2122, "column": 16 }, "end": { - "line": 2130, + "line": 2122, "column": 22 } } } ], "range": [ - 73915, - 73986 + 73465, + 73536 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 48 }, "end": { - "line": 2131, + "line": 2123, "column": 13 } } }, "alternate": null, "range": [ - 73879, - 73986 + 73429, + 73536 ], "loc": { "start": { - "line": 2128, + "line": 2120, "column": 12 }, "end": { - "line": 2131, + "line": 2123, "column": 13 } } } ], "range": [ - 73777, - 73996 + 73327, + 73546 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 58 }, "end": { - "line": 2132, + "line": 2124, "column": 9 } } }, "range": [ - 73727, - 73996 + 73277, + 73546 ], "loc": { "start": { - "line": 2124, + "line": 2116, "column": 8 }, "end": { - "line": 2132, + "line": 2124, "column": 9 } } @@ -164242,47 +163060,47 @@ "type": "Identifier", "name": "imported", "range": [ - 74012, - 74020 + 73562, + 73570 ], "loc": { "start": { - "line": 2133, + "line": 2125, "column": 15 }, "end": { - "line": 2133, + "line": 2125, "column": 23 } } }, "range": [ - 74005, - 74021 + 73555, + 73571 ], "loc": { "start": { - "line": 2133, + "line": 2125, "column": 8 }, "end": { - "line": 2133, + "line": 2125, "column": 24 } } } ], "range": [ - 73531, - 74027 + 73081, + 73577 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 31 }, "end": { - "line": 2134, + "line": 2126, "column": 5 } } @@ -164290,16 +163108,16 @@ "generator": false, "expression": false, "range": [ - 73514, - 74027 + 73064, + 73577 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 14 }, "end": { - "line": 2134, + "line": 2126, "column": 5 } } @@ -164307,16 +163125,16 @@ "kind": "method", "computed": false, "range": [ - 73504, - 74027 + 73054, + 73577 ], "loc": { "start": { - "line": 2119, + "line": 2111, "column": 4 }, "end": { - "line": 2134, + "line": 2126, "column": 5 } }, @@ -164325,16 +163143,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 73280, - 73499 + 72830, + 73049 ], "loc": { "start": { - "line": 2113, + "line": 2105, "column": 4 }, "end": { - "line": 2118, + "line": 2110, "column": 7 } } @@ -164345,16 +163163,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 74033, - 74292 + 73583, + 73842 ], "loc": { "start": { - "line": 2136, + "line": 2128, "column": 4 }, "end": { - "line": 2142, + "line": 2134, "column": 7 } } @@ -164368,16 +163186,16 @@ "type": "Identifier", "name": "import", "range": [ - 74297, - 74303 + 73847, + 73853 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 4 }, "end": { - "line": 2143, + "line": 2135, "column": 10 } } @@ -164390,16 +163208,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 74304, - 74310 + 73854, + 73860 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 11 }, "end": { - "line": 2143, + "line": 2135, "column": 17 } } @@ -164408,16 +163226,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 74312, - 74320 + 73862, + 73870 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 19 }, "end": { - "line": 2143, + "line": 2135, "column": 27 } } @@ -164426,16 +163244,16 @@ "type": "Identifier", "name": "callback", "range": [ - 74322, - 74330 + 73872, + 73880 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 29 }, "end": { - "line": 2143, + "line": 2135, "column": 37 } } @@ -164444,16 +163262,16 @@ "type": "Identifier", "name": "type", "range": [ - 74332, - 74336 + 73882, + 73886 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 39 }, "end": { - "line": 2143, + "line": 2135, "column": 43 } } @@ -164471,16 +163289,16 @@ "type": "Identifier", "name": "ftype", "range": [ - 74352, - 74357 + 73902, + 73907 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 12 }, "end": { - "line": 2144, + "line": 2136, "column": 17 } } @@ -164494,32 +163312,32 @@ "type": "Identifier", "name": "type", "range": [ - 74361, - 74365 + 73911, + 73915 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 21 }, "end": { - "line": 2144, + "line": 2136, "column": 25 } } }, "prefix": true, "range": [ - 74360, - 74365 + 73910, + 73915 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 20 }, "end": { - "line": 2144, + "line": 2136, "column": 25 } } @@ -164529,16 +163347,16 @@ "value": "script", "raw": "'script'", "range": [ - 74368, - 74376 + 73918, + 73926 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 28 }, "end": { - "line": 2144, + "line": 2136, "column": 36 } } @@ -164547,46 +163365,46 @@ "type": "Identifier", "name": "type", "range": [ - 74379, - 74383 + 73929, + 73933 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 39 }, "end": { - "line": 2144, + "line": 2136, "column": 43 } } }, "range": [ - 74360, - 74383 + 73910, + 73933 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 20 }, "end": { - "line": 2144, + "line": 2136, "column": 43 } } }, "range": [ - 74352, - 74383 + 73902, + 73933 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 12 }, "end": { - "line": 2144, + "line": 2136, "column": 43 } } @@ -164597,16 +163415,16 @@ "type": "Identifier", "name": "imported", "range": [ - 74397, - 74405 + 73947, + 73955 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 12 }, "end": { - "line": 2145, + "line": 2137, "column": 20 } } @@ -164619,16 +163437,16 @@ "object": { "type": "ThisExpression", "range": [ - 74408, - 74412 + 73958, + 73962 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 23 }, "end": { - "line": 2145, + "line": 2137, "column": 27 } } @@ -164637,31 +163455,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 74413, - 74423 + 73963, + 73973 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 28 }, "end": { - "line": 2145, + "line": 2137, "column": 38 } } }, "range": [ - 74408, - 74423 + 73958, + 73973 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 23 }, "end": { - "line": 2145, + "line": 2137, "column": 38 } } @@ -164671,16 +163489,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 74424, - 74432 + 73974, + 73982 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 39 }, "end": { - "line": 2145, + "line": 2137, "column": 47 } } @@ -164689,47 +163507,47 @@ "type": "Identifier", "name": "ftype", "range": [ - 74434, - 74439 + 73984, + 73989 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 49 }, "end": { - "line": 2145, + "line": 2137, "column": 54 } } } ], "range": [ - 74408, - 74440 + 73958, + 73990 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 23 }, "end": { - "line": 2145, + "line": 2137, "column": 55 } } }, "range": [ - 74397, - 74440 + 73947, + 73990 ], "loc": { "start": { - "line": 2145, + "line": 2137, "column": 12 }, "end": { - "line": 2145, + "line": 2137, "column": 55 } } @@ -164737,16 +163555,16 @@ ], "kind": "let", "range": [ - 74348, - 74441 + 73898, + 73991 ], "loc": { "start": { - "line": 2144, + "line": 2136, "column": 8 }, "end": { - "line": 2145, + "line": 2137, "column": 56 } } @@ -164757,16 +163575,16 @@ "type": "Identifier", "name": "imported", "range": [ - 74454, - 74462 + 74004, + 74012 ], "loc": { "start": { - "line": 2146, + "line": 2138, "column": 12 }, "end": { - "line": 2146, + "line": 2138, "column": 20 } } @@ -164778,48 +163596,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74478, - 74485 + 74028, + 74035 ], "loc": { "start": { - "line": 2147, + "line": 2139, "column": 12 }, "end": { - "line": 2147, + "line": 2139, "column": 19 } } } ], "range": [ - 74464, - 74495 + 74014, + 74045 ], "loc": { "start": { - "line": 2146, + "line": 2138, "column": 22 }, "end": { - "line": 2148, + "line": 2140, "column": 9 } } }, "alternate": null, "range": [ - 74450, - 74495 + 74000, + 74045 ], "loc": { "start": { - "line": 2146, + "line": 2138, "column": 8 }, "end": { - "line": 2148, + "line": 2140, "column": 9 } } @@ -164833,16 +163651,16 @@ "type": "Identifier", "name": "o", "range": [ - 74508, - 74509 + 74058, + 74059 ], "loc": { "start": { - "line": 2149, + "line": 2141, "column": 12 }, "end": { - "line": 2149, + "line": 2141, "column": 13 } } @@ -164850,31 +163668,31 @@ "init": { "type": "ThisExpression", "range": [ - 74512, - 74516 + 74062, + 74066 ], "loc": { "start": { - "line": 2149, + "line": 2141, "column": 16 }, "end": { - "line": 2149, + "line": 2141, "column": 20 } } }, "range": [ - 74508, - 74516 + 74058, + 74066 ], "loc": { "start": { - "line": 2149, + "line": 2141, "column": 12 }, "end": { - "line": 2149, + "line": 2141, "column": 20 } } @@ -164885,16 +163703,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 74530, - 74538 + 74080, + 74088 ], "loc": { "start": { - "line": 2150, + "line": 2142, "column": 12 }, "end": { - "line": 2150, + "line": 2142, "column": 20 } } @@ -164904,31 +163722,31 @@ "value": false, "raw": "false", "range": [ - 74541, - 74546 + 74091, + 74096 ], "loc": { "start": { - "line": 2150, + "line": 2142, "column": 23 }, "end": { - "line": 2150, + "line": 2142, "column": 28 } } }, "range": [ - 74530, - 74546 + 74080, + 74096 ], "loc": { "start": { - "line": 2150, + "line": 2142, "column": 12 }, "end": { - "line": 2150, + "line": 2142, "column": 28 } } @@ -164939,32 +163757,32 @@ "type": "Identifier", "name": "file", "range": [ - 74560, - 74564 + 74110, + 74114 ], "loc": { "start": { - "line": 2151, + "line": 2143, "column": 12 }, "end": { - "line": 2151, + "line": 2143, "column": 16 } } }, "init": null, "range": [ - 74560, - 74564 + 74110, + 74114 ], "loc": { "start": { - "line": 2151, + "line": 2143, "column": 12 }, "end": { - "line": 2151, + "line": 2143, "column": 16 } } @@ -164975,16 +163793,16 @@ "type": "Identifier", "name": "head", "range": [ - 74578, - 74582 + 74128, + 74132 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 12 }, "end": { - "line": 2152, + "line": 2144, "column": 16 } } @@ -165001,16 +163819,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 74585, - 74588 + 74135, + 74138 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 19 }, "end": { - "line": 2152, + "line": 2144, "column": 22 } } @@ -165019,31 +163837,31 @@ "type": "Identifier", "name": "tag", "range": [ - 74589, - 74592 + 74139, + 74142 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 23 }, "end": { - "line": 2152, + "line": 2144, "column": 26 } } }, "range": [ - 74585, - 74592 + 74135, + 74142 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 19 }, "end": { - "line": 2152, + "line": 2144, "column": 26 } } @@ -165053,16 +163871,16 @@ "type": "Identifier", "name": "doc", "range": [ - 74593, - 74596 + 74143, + 74146 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 27 }, "end": { - "line": 2152, + "line": 2144, "column": 30 } } @@ -165072,32 +163890,32 @@ "value": "head", "raw": "'head'", "range": [ - 74598, - 74604 + 74148, + 74154 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 32 }, "end": { - "line": 2152, + "line": 2144, "column": 38 } } } ], "range": [ - 74585, - 74605 + 74135, + 74155 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 19 }, "end": { - "line": 2152, + "line": 2144, "column": 39 } } @@ -165107,46 +163925,46 @@ "value": 0, "raw": "0", "range": [ - 74606, - 74607 + 74156, + 74157 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 40 }, "end": { - "line": 2152, + "line": 2144, "column": 41 } } }, "range": [ - 74585, - 74608 + 74135, + 74158 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 19 }, "end": { - "line": 2152, + "line": 2144, "column": 42 } } }, "range": [ - 74578, - 74608 + 74128, + 74158 ], "loc": { "start": { - "line": 2152, + "line": 2144, "column": 12 }, "end": { - "line": 2152, + "line": 2144, "column": 42 } } @@ -165154,16 +163972,16 @@ ], "kind": "let", "range": [ - 74504, - 74609 + 74054, + 74159 ], "loc": { "start": { - "line": 2149, + "line": 2141, "column": 8 }, "end": { - "line": 2152, + "line": 2144, "column": 43 } } @@ -165182,16 +164000,16 @@ "type": "Identifier", "name": "Str", "range": [ - 74623, - 74626 + 74173, + 74176 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 12 }, "end": { - "line": 2154, + "line": 2146, "column": 15 } } @@ -165200,31 +164018,31 @@ "type": "Identifier", "name": "lower", "range": [ - 74627, - 74632 + 74177, + 74182 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 16 }, "end": { - "line": 2154, + "line": 2146, "column": 21 } } }, "range": [ - 74623, - 74632 + 74173, + 74182 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 12 }, "end": { - "line": 2154, + "line": 2146, "column": 21 } } @@ -165234,32 +164052,32 @@ "type": "Identifier", "name": "ftype", "range": [ - 74633, - 74638 + 74183, + 74188 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 22 }, "end": { - "line": 2154, + "line": 2146, "column": 27 } } } ], "range": [ - 74623, - 74639 + 74173, + 74189 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 12 }, "end": { - "line": 2154, + "line": 2146, "column": 28 } } @@ -165269,31 +164087,31 @@ "value": "link", "raw": "'link'", "range": [ - 74644, - 74650 + 74194, + 74200 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 33 }, "end": { - "line": 2154, + "line": 2146, "column": 39 } } }, "range": [ - 74623, - 74650 + 74173, + 74200 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 12 }, "end": { - "line": 2154, + "line": 2146, "column": 39 } } @@ -165310,16 +164128,16 @@ "type": "Identifier", "name": "file", "range": [ - 74666, - 74670 + 74216, + 74220 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 12 }, "end": { - "line": 2155, + "line": 2147, "column": 16 } } @@ -165333,16 +164151,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 74673, - 74676 + 74223, + 74226 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 19 }, "end": { - "line": 2155, + "line": 2147, "column": 22 } } @@ -165351,31 +164169,31 @@ "type": "Identifier", "name": "create", "range": [ - 74677, - 74683 + 74227, + 74233 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 23 }, "end": { - "line": 2155, + "line": 2147, "column": 29 } } }, "range": [ - 74673, - 74683 + 74223, + 74233 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 19 }, "end": { - "line": 2155, + "line": 2147, "column": 29 } } @@ -165386,16 +164204,16 @@ "value": "link", "raw": "'link'", "range": [ - 74684, - 74690 + 74234, + 74240 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 30 }, "end": { - "line": 2155, + "line": 2147, "column": 36 } } @@ -165408,16 +164226,16 @@ "value": "id", "raw": "'id'", "range": [ - 74709, - 74713 + 74259, + 74263 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 17 }, "end": { - "line": 2156, + "line": 2148, "column": 21 } } @@ -165426,32 +164244,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 74715, - 74721 + 74265, + 74271 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 23 }, "end": { - "line": 2156, + "line": 2148, "column": 29 } } } ], "range": [ - 74708, - 74722 + 74258, + 74272 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 16 }, "end": { - "line": 2156, + "line": 2148, "column": 30 } } @@ -165464,16 +164282,16 @@ "value": "type", "raw": "'type'", "range": [ - 74725, - 74731 + 74275, + 74281 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 33 }, "end": { - "line": 2156, + "line": 2148, "column": 39 } } @@ -165483,32 +164301,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 74733, - 74743 + 74283, + 74293 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 41 }, "end": { - "line": 2156, + "line": 2148, "column": 51 } } } ], "range": [ - 74724, - 74744 + 74274, + 74294 ], "loc": { "start": { - "line": 2156, + "line": 2148, "column": 32 }, "end": { - "line": 2156, + "line": 2148, "column": 52 } } @@ -165521,16 +164339,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 74763, - 74768 + 74313, + 74318 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 17 }, "end": { - "line": 2157, + "line": 2149, "column": 22 } } @@ -165540,32 +164358,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 74770, - 74782 + 74320, + 74332 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 24 }, "end": { - "line": 2157, + "line": 2149, "column": 36 } } } ], "range": [ - 74762, - 74783 + 74312, + 74333 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 16 }, "end": { - "line": 2157, + "line": 2149, "column": 37 } } @@ -165578,16 +164396,16 @@ "value": "href", "raw": "'href'", "range": [ - 74786, - 74792 + 74336, + 74342 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 40 }, "end": { - "line": 2157, + "line": 2149, "column": 46 } } @@ -165596,94 +164414,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 74794, - 74802 + 74344, + 74352 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 48 }, "end": { - "line": 2157, + "line": 2149, "column": 56 } } } ], "range": [ - 74785, - 74803 + 74335, + 74353 ], "loc": { "start": { - "line": 2157, + "line": 2149, "column": 39 }, "end": { - "line": 2157, + "line": 2149, "column": 57 } } } ], "range": [ - 74673, - 74817 + 74223, + 74367 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 19 }, "end": { - "line": 2158, + "line": 2150, "column": 13 } } }, "range": [ - 74666, - 74817 + 74216, + 74367 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 12 }, "end": { - "line": 2158, + "line": 2150, "column": 13 } } }, "range": [ - 74666, - 74818 + 74216, + 74368 ], "loc": { "start": { - "line": 2155, + "line": 2147, "column": 12 }, "end": { - "line": 2158, + "line": 2150, "column": 14 } } } ], "range": [ - 74652, - 74828 + 74202, + 74378 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 41 }, "end": { - "line": 2159, + "line": 2151, "column": 9 } } @@ -165700,16 +164518,16 @@ "type": "Identifier", "name": "file", "range": [ - 74848, - 74852 + 74398, + 74402 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 12 }, "end": { - "line": 2160, + "line": 2152, "column": 16 } } @@ -165723,16 +164541,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 74855, - 74858 + 74405, + 74408 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 19 }, "end": { - "line": 2160, + "line": 2152, "column": 22 } } @@ -165741,31 +164559,31 @@ "type": "Identifier", "name": "create", "range": [ - 74859, - 74865 + 74409, + 74415 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 23 }, "end": { - "line": 2160, + "line": 2152, "column": 29 } } }, "range": [ - 74855, - 74865 + 74405, + 74415 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 19 }, "end": { - "line": 2160, + "line": 2152, "column": 29 } } @@ -165776,16 +164594,16 @@ "value": "script", "raw": "'script'", "range": [ - 74866, - 74874 + 74416, + 74424 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 30 }, "end": { - "line": 2160, + "line": 2152, "column": 38 } } @@ -165798,16 +164616,16 @@ "value": "id", "raw": "'id'", "range": [ - 74893, - 74897 + 74443, + 74447 ], "loc": { "start": { - "line": 2161, + "line": 2153, "column": 17 }, "end": { - "line": 2161, + "line": 2153, "column": 21 } } @@ -165816,32 +164634,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 74899, - 74905 + 74449, + 74455 ], "loc": { "start": { - "line": 2161, + "line": 2153, "column": 23 }, "end": { - "line": 2161, + "line": 2153, "column": 29 } } } ], "range": [ - 74892, - 74906 + 74442, + 74456 ], "loc": { "start": { - "line": 2161, + "line": 2153, "column": 16 }, "end": { - "line": 2161, + "line": 2153, "column": 30 } } @@ -165854,16 +164672,16 @@ "value": "type", "raw": "'type'", "range": [ - 74925, - 74931 + 74475, + 74481 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 17 }, "end": { - "line": 2162, + "line": 2154, "column": 23 } } @@ -165873,32 +164691,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 74933, - 74950 + 74483, + 74500 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 25 }, "end": { - "line": 2162, + "line": 2154, "column": 42 } } } ], "range": [ - 74924, - 74951 + 74474, + 74501 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 16 }, "end": { - "line": 2162, + "line": 2154, "column": 43 } } @@ -165911,16 +164729,16 @@ "value": "src", "raw": "'src'", "range": [ - 74954, - 74959 + 74504, + 74509 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 46 }, "end": { - "line": 2162, + "line": 2154, "column": 51 } } @@ -165929,109 +164747,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 74961, - 74969 + 74511, + 74519 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 53 }, "end": { - "line": 2162, + "line": 2154, "column": 61 } } } ], "range": [ - 74953, - 74970 + 74503, + 74520 ], "loc": { "start": { - "line": 2162, + "line": 2154, "column": 45 }, "end": { - "line": 2162, + "line": 2154, "column": 62 } } } ], "range": [ - 74855, - 74984 + 74405, + 74534 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 19 }, "end": { - "line": 2163, + "line": 2155, "column": 13 } } }, "range": [ - 74848, - 74984 + 74398, + 74534 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 12 }, "end": { - "line": 2163, + "line": 2155, "column": 13 } } }, "range": [ - 74848, - 74985 + 74398, + 74535 ], "loc": { "start": { - "line": 2160, + "line": 2152, "column": 12 }, "end": { - "line": 2163, + "line": 2155, "column": 14 } } } ], "range": [ - 74834, - 74995 + 74384, + 74545 ], "loc": { "start": { - "line": 2159, + "line": 2151, "column": 15 }, "end": { - "line": 2164, + "line": 2156, "column": 9 } } }, "range": [ - 74619, - 74995 + 74169, + 74545 ], "loc": { "start": { - "line": 2154, + "line": 2146, "column": 8 }, "end": { - "line": 2164, + "line": 2156, "column": 9 } }, @@ -166040,16 +164858,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75005, - 75077 + 74555, + 74627 ], "loc": { "start": { - "line": 2166, + "line": 2158, "column": 8 }, "end": { - "line": 2166, + "line": 2158, "column": 80 } } @@ -166068,16 +164886,16 @@ "type": "Identifier", "name": "file", "range": [ - 75086, - 75090 + 74636, + 74640 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 8 }, "end": { - "line": 2167, + "line": 2159, "column": 12 } } @@ -166086,31 +164904,31 @@ "type": "Identifier", "name": "onload", "range": [ - 75091, - 75097 + 74641, + 74647 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 13 }, "end": { - "line": 2167, + "line": 2159, "column": 19 } } }, "range": [ - 75086, - 75097 + 74636, + 74647 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 8 }, "end": { - "line": 2167, + "line": 2159, "column": 19 } } @@ -166125,16 +164943,16 @@ "type": "Identifier", "name": "file", "range": [ - 75100, - 75104 + 74650, + 74654 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 22 }, "end": { - "line": 2167, + "line": 2159, "column": 26 } } @@ -166143,31 +164961,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 75105, - 75123 + 74655, + 74673 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 27 }, "end": { - "line": 2167, + "line": 2159, "column": 45 } } }, "range": [ - 75100, - 75123 + 74650, + 74673 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 22 }, "end": { - "line": 2167, + "line": 2159, "column": 45 } } @@ -166191,32 +165009,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 75157, - 75165 + 74707, + 74715 ], "loc": { "start": { - "line": 2168, + "line": 2160, "column": 17 }, "end": { - "line": 2168, + "line": 2160, "column": 25 } } }, "prefix": true, "range": [ - 75156, - 75165 + 74706, + 74715 ], "loc": { "start": { - "line": 2168, + "line": 2160, "column": 16 }, "end": { - "line": 2168, + "line": 2160, "column": 25 } } @@ -166236,16 +165054,16 @@ "object": { "type": "ThisExpression", "range": [ - 75187, - 75191 + 74737, + 74741 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 18 }, "end": { - "line": 2169, + "line": 2161, "column": 22 } } @@ -166254,47 +165072,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 75192, - 75202 + 74742, + 74752 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 23 }, "end": { - "line": 2169, + "line": 2161, "column": 33 } } }, "range": [ - 75187, - 75202 + 74737, + 74752 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 18 }, "end": { - "line": 2169, + "line": 2161, "column": 33 } } }, "prefix": true, "range": [ - 75186, - 75202 + 74736, + 74752 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 17 }, "end": { - "line": 2169, + "line": 2161, "column": 33 } } @@ -166308,16 +165126,16 @@ "object": { "type": "ThisExpression", "range": [ - 75206, - 75210 + 74756, + 74760 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 37 }, "end": { - "line": 2169, + "line": 2161, "column": 41 } } @@ -166326,31 +165144,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 75211, - 75221 + 74761, + 74771 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 42 }, "end": { - "line": 2169, + "line": 2161, "column": 52 } } }, "range": [ - 75206, - 75221 + 74756, + 74771 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 37 }, "end": { - "line": 2169, + "line": 2161, "column": 52 } } @@ -166360,46 +165178,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 75226, - 75234 + 74776, + 74784 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 57 }, "end": { - "line": 2169, + "line": 2161, "column": 65 } } }, "range": [ - 75206, - 75234 + 74756, + 74784 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 37 }, "end": { - "line": 2169, + "line": 2161, "column": 65 } } }, "range": [ - 75186, - 75234 + 74736, + 74784 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 17 }, "end": { - "line": 2169, + "line": 2161, "column": 65 } } @@ -166413,16 +165231,16 @@ "object": { "type": "ThisExpression", "range": [ - 75258, - 75262 + 74808, + 74812 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 20 }, "end": { - "line": 2170, + "line": 2162, "column": 24 } } @@ -166431,31 +165249,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 75263, - 75273 + 74813, + 74823 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 25 }, "end": { - "line": 2170, + "line": 2162, "column": 35 } } }, "range": [ - 75258, - 75273 + 74808, + 74823 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 20 }, "end": { - "line": 2170, + "line": 2162, "column": 35 } } @@ -166465,61 +165283,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 75278, - 75288 + 74828, + 74838 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 40 }, "end": { - "line": 2170, + "line": 2162, "column": 50 } } }, "range": [ - 75258, - 75288 + 74808, + 74838 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 20 }, "end": { - "line": 2170, + "line": 2162, "column": 50 } } }, "range": [ - 75186, - 75288 + 74736, + 74838 ], "loc": { "start": { - "line": 2169, + "line": 2161, "column": 17 }, "end": { - "line": 2170, + "line": 2162, "column": 50 } } }, "range": [ - 75156, - 75289 + 74706, + 74839 ], "loc": { "start": { - "line": 2168, + "line": 2160, "column": 16 }, "end": { - "line": 2170, + "line": 2162, "column": 51 } } @@ -166536,16 +165354,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 75309, - 75317 + 74859, + 74867 ], "loc": { "start": { - "line": 2171, + "line": 2163, "column": 16 }, "end": { - "line": 2171, + "line": 2163, "column": 24 } } @@ -166555,46 +165373,46 @@ "value": true, "raw": "true", "range": [ - 75320, - 75324 + 74870, + 74874 ], "loc": { "start": { - "line": 2171, + "line": 2163, "column": 27 }, "end": { - "line": 2171, + "line": 2163, "column": 31 } } }, "range": [ - 75309, - 75324 + 74859, + 74874 ], "loc": { "start": { - "line": 2171, + "line": 2163, "column": 16 }, "end": { - "line": 2171, + "line": 2163, "column": 31 } } }, "range": [ - 75309, - 75325 + 74859, + 74875 ], "loc": { "start": { - "line": 2171, + "line": 2163, "column": 16 }, "end": { - "line": 2171, + "line": 2163, "column": 32 } } @@ -166611,32 +165429,32 @@ "type": "Identifier", "name": "callback", "range": [ - 75353, - 75361 + 74903, + 74911 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 27 }, "end": { - "line": 2172, + "line": 2164, "column": 35 } } }, "prefix": true, "range": [ - 75346, - 75361 + 74896, + 74911 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 20 }, "end": { - "line": 2172, + "line": 2164, "column": 35 } } @@ -166646,31 +165464,31 @@ "value": "function", "raw": "'function'", "range": [ - 75366, - 75376 + 74916, + 74926 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 40 }, "end": { - "line": 2172, + "line": 2164, "column": 50 } } }, "range": [ - 75346, - 75376 + 74896, + 74926 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 20 }, "end": { - "line": 2172, + "line": 2164, "column": 50 } } @@ -166689,16 +165507,16 @@ "type": "Identifier", "name": "callback", "range": [ - 75400, - 75408 + 74950, + 74958 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 20 }, "end": { - "line": 2173, + "line": 2165, "column": 28 } } @@ -166707,31 +165525,31 @@ "type": "Identifier", "name": "call", "range": [ - 75409, - 75413 + 74959, + 74963 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 29 }, "end": { - "line": 2173, + "line": 2165, "column": 33 } } }, "range": [ - 75400, - 75413 + 74950, + 74963 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 20 }, "end": { - "line": 2173, + "line": 2165, "column": 33 } } @@ -166742,16 +165560,16 @@ "value": null, "raw": "null", "range": [ - 75414, - 75418 + 74964, + 74968 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 34 }, "end": { - "line": 2173, + "line": 2165, "column": 38 } } @@ -166760,127 +165578,127 @@ "type": "Identifier", "name": "o", "range": [ - 75420, - 75421 + 74970, + 74971 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 40 }, "end": { - "line": 2173, + "line": 2165, "column": 41 } } } ], "range": [ - 75400, - 75422 + 74950, + 74972 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 20 }, "end": { - "line": 2173, + "line": 2165, "column": 42 } } }, "range": [ - 75400, - 75423 + 74950, + 74973 ], "loc": { "start": { - "line": 2173, + "line": 2165, "column": 20 }, "end": { - "line": 2173, + "line": 2165, "column": 43 } } } ], "range": [ - 75378, - 75441 + 74928, + 74991 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 52 }, "end": { - "line": 2174, + "line": 2166, "column": 17 } } }, "alternate": null, "range": [ - 75342, - 75441 + 74892, + 74991 ], "loc": { "start": { - "line": 2172, + "line": 2164, "column": 16 }, "end": { - "line": 2174, + "line": 2166, "column": 17 } } } ], "range": [ - 75291, - 75455 + 74841, + 75005 ], "loc": { "start": { - "line": 2170, + "line": 2162, "column": 53 }, "end": { - "line": 2175, + "line": 2167, "column": 13 } } }, "alternate": null, "range": [ - 75152, - 75455 + 74702, + 75005 ], "loc": { "start": { - "line": 2168, + "line": 2160, "column": 12 }, "end": { - "line": 2175, + "line": 2167, "column": 13 } } } ], "range": [ - 75138, - 75465 + 74688, + 75015 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 60 }, "end": { - "line": 2176, + "line": 2168, "column": 9 } } @@ -166888,61 +165706,61 @@ "generator": false, "expression": false, "range": [ - 75126, - 75465 + 74676, + 75015 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 48 }, "end": { - "line": 2176, + "line": 2168, "column": 9 } } }, "range": [ - 75100, - 75465 + 74650, + 75015 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 22 }, "end": { - "line": 2176, + "line": 2168, "column": 9 } } }, "range": [ - 75086, - 75465 + 74636, + 75015 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 8 }, "end": { - "line": 2176, + "line": 2168, "column": 9 } } }, "range": [ - 75086, - 75466 + 74636, + 75016 ], "loc": { "start": { - "line": 2167, + "line": 2159, "column": 8 }, "end": { - "line": 2176, + "line": 2168, "column": 10 } }, @@ -166951,16 +165769,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75005, - 75077 + 74555, + 74627 ], "loc": { "start": { - "line": 2166, + "line": 2158, "column": 8 }, "end": { - "line": 2166, + "line": 2158, "column": 80 } } @@ -166979,16 +165797,16 @@ "type": "Identifier", "name": "file", "range": [ - 75475, - 75479 + 75025, + 75029 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 8 }, "end": { - "line": 2177, + "line": 2169, "column": 12 } } @@ -166997,31 +165815,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 75480, - 75487 + 75030, + 75037 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 13 }, "end": { - "line": 2177, + "line": 2169, "column": 20 } } }, "range": [ - 75475, - 75487 + 75025, + 75037 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 8 }, "end": { - "line": 2177, + "line": 2169, "column": 20 } } @@ -167041,16 +165859,16 @@ "type": "Identifier", "name": "Error", "range": [ - 75526, - 75531 + 75076, + 75081 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 22 }, "end": { - "line": 2178, + "line": 2170, "column": 27 } } @@ -167064,16 +165882,16 @@ "value": "TableFilter could not load: ", "raw": "'TableFilter could not load: '", "range": [ - 75532, - 75562 + 75082, + 75112 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 28 }, "end": { - "line": 2178, + "line": 2170, "column": 58 } } @@ -167082,78 +165900,78 @@ "type": "Identifier", "name": "filePath", "range": [ - 75565, - 75573 + 75115, + 75123 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 61 }, "end": { - "line": 2178, + "line": 2170, "column": 69 } } }, "range": [ - 75532, - 75573 + 75082, + 75123 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 28 }, "end": { - "line": 2178, + "line": 2170, "column": 69 } } } ], "range": [ - 75522, - 75574 + 75072, + 75124 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 18 }, "end": { - "line": 2178, + "line": 2170, "column": 70 } } }, "range": [ - 75516, - 75575 + 75066, + 75125 ], "loc": { "start": { - "line": 2178, + "line": 2170, "column": 12 }, "end": { - "line": 2178, + "line": 2170, "column": 71 } } } ], "range": [ - 75502, - 75585 + 75052, + 75135 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 35 }, "end": { - "line": 2179, + "line": 2171, "column": 9 } } @@ -167161,46 +165979,46 @@ "generator": false, "expression": false, "range": [ - 75490, - 75585 + 75040, + 75135 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 23 }, "end": { - "line": 2179, + "line": 2171, "column": 9 } } }, "range": [ - 75475, - 75585 + 75025, + 75135 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 8 }, "end": { - "line": 2179, + "line": 2171, "column": 9 } } }, "range": [ - 75475, - 75586 + 75025, + 75136 ], "loc": { "start": { - "line": 2177, + "line": 2169, "column": 8 }, "end": { - "line": 2179, + "line": 2171, "column": 10 } } @@ -167216,16 +166034,16 @@ "type": "Identifier", "name": "head", "range": [ - 75595, - 75599 + 75145, + 75149 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 8 }, "end": { - "line": 2180, + "line": 2172, "column": 12 } } @@ -167234,31 +166052,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 75600, - 75611 + 75150, + 75161 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 13 }, "end": { - "line": 2180, + "line": 2172, "column": 24 } } }, "range": [ - 75595, - 75611 + 75145, + 75161 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 8 }, "end": { - "line": 2180, + "line": 2172, "column": 24 } } @@ -167268,63 +166086,63 @@ "type": "Identifier", "name": "file", "range": [ - 75612, - 75616 + 75162, + 75166 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 25 }, "end": { - "line": 2180, + "line": 2172, "column": 29 } } } ], "range": [ - 75595, - 75617 + 75145, + 75167 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 8 }, "end": { - "line": 2180, + "line": 2172, "column": 30 } } }, "range": [ - 75595, - 75618 + 75145, + 75168 ], "loc": { "start": { - "line": 2180, + "line": 2172, "column": 8 }, "end": { - "line": 2180, + "line": 2172, "column": 31 } } } ], "range": [ - 74338, - 75624 + 73888, + 75174 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 45 }, "end": { - "line": 2181, + "line": 2173, "column": 5 } } @@ -167332,16 +166150,16 @@ "generator": false, "expression": false, "range": [ - 74303, - 75624 + 73853, + 75174 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 10 }, "end": { - "line": 2181, + "line": 2173, "column": 5 } } @@ -167349,16 +166167,16 @@ "kind": "method", "computed": false, "range": [ - 74297, - 75624 + 73847, + 75174 ], "loc": { "start": { - "line": 2143, + "line": 2135, "column": 4 }, "end": { - "line": 2181, + "line": 2173, "column": 5 } }, @@ -167367,16 +166185,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 74033, - 74292 + 73583, + 73842 ], "loc": { "start": { - "line": 2136, + "line": 2128, "column": 4 }, "end": { - "line": 2142, + "line": 2134, "column": 7 } } @@ -167387,16 +166205,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75630, - 75705 + 75180, + 75255 ], "loc": { "start": { - "line": 2183, + "line": 2175, "column": 4 }, "end": { - "line": 2186, + "line": 2178, "column": 7 } } @@ -167410,16 +166228,16 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 75710, - 75717 + 75260, + 75267 ], "loc": { "start": { - "line": 2187, + "line": 2179, "column": 4 }, "end": { - "line": 2187, + "line": 2179, "column": 11 } } @@ -167439,16 +166257,16 @@ "object": { "type": "ThisExpression", "range": [ - 75737, - 75741 + 75287, + 75291 ], "loc": { "start": { - "line": 2188, + "line": 2180, "column": 15 }, "end": { - "line": 2188, + "line": 2180, "column": 19 } } @@ -167457,62 +166275,62 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 75742, - 75750 + 75292, + 75300 ], "loc": { "start": { - "line": 2188, + "line": 2180, "column": 20 }, "end": { - "line": 2188, + "line": 2180, "column": 28 } } }, "range": [ - 75737, - 75750 + 75287, + 75300 ], "loc": { "start": { - "line": 2188, + "line": 2180, "column": 15 }, "end": { - "line": 2188, + "line": 2180, "column": 28 } } }, "range": [ - 75730, - 75751 + 75280, + 75301 ], "loc": { "start": { - "line": 2188, + "line": 2180, "column": 8 }, "end": { - "line": 2188, + "line": 2180, "column": 29 } } } ], "range": [ - 75720, - 75757 + 75270, + 75307 ], "loc": { "start": { - "line": 2187, + "line": 2179, "column": 14 }, "end": { - "line": 2189, + "line": 2181, "column": 5 } } @@ -167520,16 +166338,16 @@ "generator": false, "expression": false, "range": [ - 75717, - 75757 + 75267, + 75307 ], "loc": { "start": { - "line": 2187, + "line": 2179, "column": 11 }, "end": { - "line": 2189, + "line": 2181, "column": 5 } } @@ -167537,16 +166355,16 @@ "kind": "method", "computed": false, "range": [ - 75710, - 75757 + 75260, + 75307 ], "loc": { "start": { - "line": 2187, + "line": 2179, "column": 4 }, "end": { - "line": 2189, + "line": 2181, "column": 5 } }, @@ -167555,8 +166373,28 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75630, - 75705 + 75180, + 75255 + ], + "loc": { + "start": { + "line": 2175, + "column": 4 + }, + "end": { + "line": 2178, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", + "range": [ + 75313, + 75392 ], "loc": { "start": { @@ -167570,26 +166408,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", - "range": [ - 75763, - 75842 - ], - "loc": { - "start": { - "line": 2191, - "column": 4 - }, - "end": { - "line": 2194, - "column": 7 - } - } - } - ], "static": false }, { @@ -167598,16 +166416,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 75847, - 75859 + 75397, + 75409 ], "loc": { "start": { - "line": 2195, + "line": 2187, "column": 4 }, "end": { - "line": 2195, + "line": 2187, "column": 16 } } @@ -167630,16 +166448,16 @@ "object": { "type": "ThisExpression", "range": [ - 75879, - 75883 + 75429, + 75433 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 15 }, "end": { - "line": 2196, + "line": 2188, "column": 19 } } @@ -167648,31 +166466,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 75884, - 75890 + 75434, + 75440 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 20 }, "end": { - "line": 2196, + "line": 2188, "column": 26 } } }, "range": [ - 75879, - 75890 + 75429, + 75440 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 15 }, "end": { - "line": 2196, + "line": 2188, "column": 26 } } @@ -167681,62 +166499,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75894, - 75896 + 75444, + 75446 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 30 }, "end": { - "line": 2196, + "line": 2188, "column": 32 } } }, "range": [ - 75879, - 75896 + 75429, + 75446 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 15 }, "end": { - "line": 2196, + "line": 2188, "column": 32 } } }, "range": [ - 75872, - 75897 + 75422, + 75447 ], "loc": { "start": { - "line": 2196, + "line": 2188, "column": 8 }, "end": { - "line": 2196, + "line": 2188, "column": 33 } } } ], "range": [ - 75862, - 75903 + 75412, + 75453 ], "loc": { "start": { - "line": 2195, + "line": 2187, "column": 19 }, "end": { - "line": 2197, + "line": 2189, "column": 5 } } @@ -167744,16 +166562,16 @@ "generator": false, "expression": false, "range": [ - 75859, - 75903 + 75409, + 75453 ], "loc": { "start": { - "line": 2195, + "line": 2187, "column": 16 }, "end": { - "line": 2197, + "line": 2189, "column": 5 } } @@ -167761,16 +166579,16 @@ "kind": "method", "computed": false, "range": [ - 75847, - 75903 + 75397, + 75453 ], "loc": { "start": { - "line": 2195, + "line": 2187, "column": 4 }, "end": { - "line": 2197, + "line": 2189, "column": 5 } }, @@ -167779,16 +166597,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75763, - 75842 + 75313, + 75392 ], "loc": { "start": { - "line": 2191, + "line": 2183, "column": 4 }, "end": { - "line": 2194, + "line": 2186, "column": 7 } } @@ -167799,16 +166617,16 @@ "type": "Block", "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", "range": [ - 75909, - 76085 + 75459, + 75635 ], "loc": { "start": { - "line": 2199, + "line": 2191, "column": 4 }, "end": { - "line": 2203, + "line": 2195, "column": 7 } } @@ -167822,16 +166640,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 76090, - 76102 + 75640, + 75652 ], "loc": { "start": { - "line": 2204, + "line": 2196, "column": 4 }, "end": { - "line": 2204, + "line": 2196, "column": 16 } } @@ -167844,16 +166662,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 76103, - 76109 + 75653, + 75659 ], "loc": { "start": { - "line": 2204, + "line": 2196, "column": 17 }, "end": { - "line": 2204, + "line": 2196, "column": 23 } } @@ -167871,32 +166689,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 76126, - 76132 + 75676, + 75682 ], "loc": { "start": { - "line": 2205, + "line": 2197, "column": 13 }, "end": { - "line": 2205, + "line": 2197, "column": 19 } } }, "prefix": true, "range": [ - 76125, - 76132 + 75675, + 75682 ], "loc": { "start": { - "line": 2205, + "line": 2197, "column": 12 }, "end": { - "line": 2205, + "line": 2197, "column": 19 } } @@ -167912,16 +166730,16 @@ "object": { "type": "ThisExpression", "range": [ - 76155, - 76159 + 75705, + 75709 ], "loc": { "start": { - "line": 2206, + "line": 2198, "column": 19 }, "end": { - "line": 2206, + "line": 2198, "column": 23 } } @@ -167930,78 +166748,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76160, - 76174 + 75710, + 75724 ], "loc": { "start": { - "line": 2206, + "line": 2198, "column": 24 }, "end": { - "line": 2206, + "line": 2198, "column": 38 } } }, "range": [ - 76155, - 76174 + 75705, + 75724 ], "loc": { "start": { - "line": 2206, + "line": 2198, "column": 19 }, "end": { - "line": 2206, + "line": 2198, "column": 38 } } }, "range": [ - 76148, - 76175 + 75698, + 75725 ], "loc": { "start": { - "line": 2206, + "line": 2198, "column": 12 }, "end": { - "line": 2206, + "line": 2198, "column": 39 } } } ], "range": [ - 76134, - 76185 + 75684, + 75735 ], "loc": { "start": { - "line": 2205, + "line": 2197, "column": 21 }, "end": { - "line": 2207, + "line": 2199, "column": 9 } } }, "alternate": null, "range": [ - 76121, - 76185 + 75671, + 75735 ], "loc": { "start": { - "line": 2205, + "line": 2197, "column": 8 }, "end": { - "line": 2207, + "line": 2199, "column": 9 } } @@ -168017,16 +166835,16 @@ "object": { "type": "ThisExpression", "range": [ - 76195, - 76199 + 75745, + 75749 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 8 }, "end": { - "line": 2209, + "line": 2201, "column": 12 } } @@ -168035,31 +166853,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76200, - 76214 + 75750, + 75764 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 13 }, "end": { - "line": 2209, + "line": 2201, "column": 27 } } }, "range": [ - 76195, - 76214 + 75745, + 75764 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 8 }, "end": { - "line": 2209, + "line": 2201, "column": 27 } } @@ -168068,46 +166886,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76217, - 76219 + 75767, + 75769 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 30 }, "end": { - "line": 2209, + "line": 2201, "column": 32 } } }, "range": [ - 76195, - 76219 + 75745, + 75769 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 8 }, "end": { - "line": 2209, + "line": 2201, "column": 32 } } }, "range": [ - 76195, - 76220 + 75745, + 75770 ], "loc": { "start": { - "line": 2209, + "line": 2201, "column": 8 }, "end": { - "line": 2209, + "line": 2201, "column": 33 } } @@ -168123,16 +166941,16 @@ "type": "Identifier", "name": "k", "range": [ - 76238, - 76239 + 75788, + 75789 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 17 }, "end": { - "line": 2210, + "line": 2202, "column": 18 } } @@ -168143,16 +166961,16 @@ "object": { "type": "ThisExpression", "range": [ - 76242, - 76246 + 75792, + 75796 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 21 }, "end": { - "line": 2210, + "line": 2202, "column": 25 } } @@ -168161,46 +166979,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 76247, - 76253 + 75797, + 75803 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 26 }, "end": { - "line": 2210, + "line": 2202, "column": 32 } } }, "range": [ - 76242, - 76253 + 75792, + 75803 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 21 }, "end": { - "line": 2210, + "line": 2202, "column": 32 } } }, "range": [ - 76238, - 76253 + 75788, + 75803 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 17 }, "end": { - "line": 2210, + "line": 2202, "column": 32 } } @@ -168208,16 +167026,16 @@ ], "kind": "let", "range": [ - 76234, - 76253 + 75784, + 75803 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 13 }, "end": { - "line": 2210, + "line": 2202, "column": 32 } } @@ -168229,16 +167047,16 @@ "type": "Identifier", "name": "k", "range": [ - 76255, - 76256 + 75805, + 75806 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 34 }, "end": { - "line": 2210, + "line": 2202, "column": 35 } } @@ -168251,16 +167069,16 @@ "object": { "type": "ThisExpression", "range": [ - 76259, - 76263 + 75809, + 75813 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 38 }, "end": { - "line": 2210, + "line": 2202, "column": 42 } } @@ -168269,31 +167087,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 76264, - 76273 + 75814, + 75823 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 43 }, "end": { - "line": 2210, + "line": 2202, "column": 52 } } }, "range": [ - 76259, - 76273 + 75809, + 75823 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 38 }, "end": { - "line": 2210, + "line": 2202, "column": 52 } } @@ -168304,47 +167122,47 @@ "value": true, "raw": "true", "range": [ - 76274, - 76278 + 75824, + 75828 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 53 }, "end": { - "line": 2210, + "line": 2202, "column": 57 } } } ], "range": [ - 76259, - 76279 + 75809, + 75829 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 38 }, "end": { - "line": 2210, + "line": 2202, "column": 58 } } }, "range": [ - 76255, - 76279 + 75805, + 75829 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 34 }, "end": { - "line": 2210, + "line": 2202, "column": 58 } } @@ -168356,32 +167174,32 @@ "type": "Identifier", "name": "k", "range": [ - 76281, - 76282 + 75831, + 75832 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 60 }, "end": { - "line": 2210, + "line": 2202, "column": 61 } } }, "prefix": false, "range": [ - 76281, - 76284 + 75831, + 75834 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 60 }, "end": { - "line": 2210, + "line": 2202, "column": 63 } } @@ -168398,16 +167216,16 @@ "type": "Identifier", "name": "r", "range": [ - 76304, - 76305 + 75854, + 75855 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 16 }, "end": { - "line": 2211, + "line": 2203, "column": 17 } } @@ -168424,16 +167242,16 @@ "object": { "type": "ThisExpression", "range": [ - 76308, - 76312 + 75858, + 75862 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 20 }, "end": { - "line": 2211, + "line": 2203, "column": 24 } } @@ -168442,31 +167260,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 76313, - 76316 + 75863, + 75866 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 25 }, "end": { - "line": 2211, + "line": 2203, "column": 28 } } }, "range": [ - 76308, - 76316 + 75858, + 75866 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 20 }, "end": { - "line": 2211, + "line": 2203, "column": 28 } } @@ -168475,31 +167293,31 @@ "type": "Identifier", "name": "rows", "range": [ - 76317, - 76321 + 75867, + 75871 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 29 }, "end": { - "line": 2211, + "line": 2203, "column": 33 } } }, "range": [ - 76308, - 76321 + 75858, + 75871 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 20 }, "end": { - "line": 2211, + "line": 2203, "column": 33 } } @@ -168508,46 +167326,46 @@ "type": "Identifier", "name": "k", "range": [ - 76322, - 76323 + 75872, + 75873 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 34 }, "end": { - "line": 2211, + "line": 2203, "column": 35 } } }, "range": [ - 76308, - 76324 + 75858, + 75874 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 20 }, "end": { - "line": 2211, + "line": 2203, "column": 36 } } }, "range": [ - 76304, - 76324 + 75854, + 75874 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 16 }, "end": { - "line": 2211, + "line": 2203, "column": 36 } } @@ -168555,16 +167373,16 @@ ], "kind": "let", "range": [ - 76300, - 76325 + 75850, + 75875 ], "loc": { "start": { - "line": 2211, + "line": 2203, "column": 12 }, "end": { - "line": 2211, + "line": 2203, "column": 37 } } @@ -168580,16 +167398,16 @@ "object": { "type": "ThisExpression", "range": [ - 76343, - 76347 + 75893, + 75897 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 17 }, "end": { - "line": 2212, + "line": 2204, "column": 21 } } @@ -168598,47 +167416,47 @@ "type": "Identifier", "name": "paging", "range": [ - 76348, - 76354 + 75898, + 75904 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 22 }, "end": { - "line": 2212, + "line": 2204, "column": 28 } } }, "range": [ - 76343, - 76354 + 75893, + 75904 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 17 }, "end": { - "line": 2212, + "line": 2204, "column": 28 } } }, "prefix": true, "range": [ - 76342, - 76354 + 75892, + 75904 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 16 }, "end": { - "line": 2212, + "line": 2204, "column": 28 } } @@ -168659,16 +167477,16 @@ "object": { "type": "ThisExpression", "range": [ - 76378, - 76382 + 75928, + 75932 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 20 }, "end": { - "line": 2213, + "line": 2205, "column": 24 } } @@ -168677,31 +167495,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 76383, - 76396 + 75933, + 75946 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 25 }, "end": { - "line": 2213, + "line": 2205, "column": 38 } } }, "range": [ - 76378, - 76396 + 75928, + 75946 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 20 }, "end": { - "line": 2213, + "line": 2205, "column": 38 } } @@ -168711,67 +167529,66 @@ "type": "Identifier", "name": "r", "range": [ - 76397, - 76398 + 75947, + 75948 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 39 }, "end": { - "line": 2213, + "line": 2205, "column": 40 } } } ], "range": [ - 76378, - 76399 + 75928, + 75949 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 20 }, "end": { - "line": 2213, + "line": 2205, "column": 41 } } }, "right": { - "type": "Literal", - "value": "none", - "raw": "'none'", + "type": "Identifier", + "name": "NONE", "range": [ - 76404, - 76410 + 75954, + 75958 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 46 }, "end": { - "line": 2213, - "column": 52 + "line": 2205, + "column": 50 } } }, "range": [ - 76378, - 76410 + 75928, + 75958 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 20 }, "end": { - "line": 2213, - "column": 52 + "line": 2205, + "column": 50 } } }, @@ -168791,16 +167608,16 @@ "object": { "type": "ThisExpression", "range": [ - 76434, - 76438 + 75982, + 75986 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 20 }, "end": { - "line": 2214, + "line": 2206, "column": 24 } } @@ -168809,31 +167626,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76439, - 76453 + 75987, + 76001 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 25 }, "end": { - "line": 2214, + "line": 2206, "column": 39 } } }, "range": [ - 76434, - 76453 + 75982, + 76001 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 20 }, "end": { - "line": 2214, + "line": 2206, "column": 39 } } @@ -168842,31 +167659,31 @@ "type": "Identifier", "name": "push", "range": [ - 76454, - 76458 + 76002, + 76006 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 40 }, "end": { - "line": 2214, + "line": 2206, "column": 44 } } }, "range": [ - 76434, - 76458 + 75982, + 76006 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 20 }, "end": { - "line": 2214, + "line": 2206, "column": 44 } } @@ -168879,16 +167696,16 @@ "type": "Identifier", "name": "r", "range": [ - 76459, - 76460 + 76007, + 76008 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 45 }, "end": { - "line": 2214, + "line": 2206, "column": 46 } } @@ -168897,110 +167714,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76461, - 76469 + 76009, + 76017 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 47 }, "end": { - "line": 2214, + "line": 2206, "column": 55 } } }, "range": [ - 76459, - 76469 + 76007, + 76017 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 45 }, "end": { - "line": 2214, + "line": 2206, "column": 55 } } } ], "range": [ - 76434, - 76470 + 75982, + 76018 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 20 }, "end": { - "line": 2214, + "line": 2206, "column": 56 } } }, "range": [ - 76434, - 76471 + 75982, + 76019 ], "loc": { "start": { - "line": 2214, + "line": 2206, "column": 20 }, "end": { - "line": 2214, + "line": 2206, "column": 57 } } } ], "range": [ - 76412, - 76489 + 75960, + 76037 ], "loc": { "start": { - "line": 2213, - "column": 54 + "line": 2205, + "column": 52 }, "end": { - "line": 2215, + "line": 2207, "column": 17 } } }, "alternate": null, "range": [ - 76374, - 76489 + 75924, + 76037 ], "loc": { "start": { - "line": 2213, + "line": 2205, "column": 16 }, "end": { - "line": 2215, + "line": 2207, "column": 17 } } } ], "range": [ - 76356, - 76503 + 75906, + 76051 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 30 }, "end": { - "line": 2216, + "line": 2208, "column": 13 } } @@ -169025,16 +167842,16 @@ "type": "Identifier", "name": "r", "range": [ - 76531, - 76532 + 76079, + 76080 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 20 }, "end": { - "line": 2217, + "line": 2209, "column": 21 } } @@ -169043,31 +167860,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76533, - 76545 + 76081, + 76093 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 22 }, "end": { - "line": 2217, + "line": 2209, "column": 34 } } }, "range": [ - 76531, - 76545 + 76079, + 76093 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 20 }, "end": { - "line": 2217, + "line": 2209, "column": 34 } } @@ -169078,32 +167895,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76546, - 76556 + 76094, + 76104 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 35 }, "end": { - "line": 2217, + "line": 2209, "column": 45 } } } ], "range": [ - 76531, - 76557 + 76079, + 76105 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 20 }, "end": { - "line": 2217, + "line": 2209, "column": 46 } } @@ -169113,31 +167930,31 @@ "value": "true", "raw": "'true'", "range": [ - 76562, - 76568 + 76110, + 76116 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 51 }, "end": { - "line": 2217, + "line": 2209, "column": 57 } } }, "range": [ - 76531, - 76568 + 76079, + 76116 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 20 }, "end": { - "line": 2217, + "line": 2209, "column": 57 } } @@ -169154,16 +167971,16 @@ "type": "Identifier", "name": "r", "range": [ - 76592, - 76593 + 76140, + 76141 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 20 }, "end": { - "line": 2218, + "line": 2210, "column": 21 } } @@ -169172,31 +167989,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76594, - 76606 + 76142, + 76154 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 22 }, "end": { - "line": 2218, + "line": 2210, "column": 34 } } }, "range": [ - 76592, - 76606 + 76140, + 76154 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 20 }, "end": { - "line": 2218, + "line": 2210, "column": 34 } } @@ -169207,32 +168024,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76607, - 76617 + 76155, + 76165 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 35 }, "end": { - "line": 2218, + "line": 2210, "column": 45 } } } ], "range": [ - 76592, - 76618 + 76140, + 76166 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 20 }, "end": { - "line": 2218, + "line": 2210, "column": 46 } } @@ -169242,46 +168059,46 @@ "value": null, "raw": "null", "range": [ - 76623, - 76627 + 76171, + 76175 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 51 }, "end": { - "line": 2218, + "line": 2210, "column": 55 } } }, "range": [ - 76592, - 76627 + 76140, + 76175 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 20 }, "end": { - "line": 2218, + "line": 2210, "column": 55 } } }, "range": [ - 76531, - 76627 + 76079, + 76175 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 20 }, "end": { - "line": 2218, + "line": 2210, "column": 55 } } @@ -169302,16 +168119,16 @@ "object": { "type": "ThisExpression", "range": [ - 76651, - 76655 + 76199, + 76203 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 20 }, "end": { - "line": 2219, + "line": 2211, "column": 24 } } @@ -169320,31 +168137,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76656, - 76670 + 76204, + 76218 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 25 }, "end": { - "line": 2219, + "line": 2211, "column": 39 } } }, "range": [ - 76651, - 76670 + 76199, + 76218 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 20 }, "end": { - "line": 2219, + "line": 2211, "column": 39 } } @@ -169353,31 +168170,31 @@ "type": "Identifier", "name": "push", "range": [ - 76671, - 76675 + 76219, + 76223 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 40 }, "end": { - "line": 2219, + "line": 2211, "column": 44 } } }, "range": [ - 76651, - 76675 + 76199, + 76223 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 20 }, "end": { - "line": 2219, + "line": 2211, "column": 44 } } @@ -169390,16 +168207,16 @@ "type": "Identifier", "name": "r", "range": [ - 76676, - 76677 + 76224, + 76225 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 45 }, "end": { - "line": 2219, + "line": 2211, "column": 46 } } @@ -169408,156 +168225,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76678, - 76686 + 76226, + 76234 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 47 }, "end": { - "line": 2219, + "line": 2211, "column": 55 } } }, "range": [ - 76676, - 76686 + 76224, + 76234 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 45 }, "end": { - "line": 2219, + "line": 2211, "column": 55 } } } ], "range": [ - 76651, - 76687 + 76199, + 76235 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 20 }, "end": { - "line": 2219, + "line": 2211, "column": 56 } } }, "range": [ - 76651, - 76688 + 76199, + 76236 ], "loc": { "start": { - "line": 2219, + "line": 2211, "column": 20 }, "end": { - "line": 2219, + "line": 2211, "column": 57 } } } ], "range": [ - 76629, - 76706 + 76177, + 76254 ], "loc": { "start": { - "line": 2218, + "line": 2210, "column": 57 }, "end": { - "line": 2220, + "line": 2212, "column": 17 } } }, "alternate": null, "range": [ - 76527, - 76706 + 76075, + 76254 ], "loc": { "start": { - "line": 2217, + "line": 2209, "column": 16 }, "end": { - "line": 2220, + "line": 2212, "column": 17 } } } ], "range": [ - 76509, - 76720 + 76057, + 76268 ], "loc": { "start": { - "line": 2216, + "line": 2208, "column": 19 }, "end": { - "line": 2221, + "line": 2213, "column": 13 } } }, "range": [ - 76338, - 76720 + 75888, + 76268 ], "loc": { "start": { - "line": 2212, + "line": 2204, "column": 12 }, "end": { - "line": 2221, + "line": 2213, "column": 13 } } } ], "range": [ - 76286, - 76730 + 75836, + 76278 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 65 }, "end": { - "line": 2222, + "line": 2214, "column": 9 } } }, "range": [ - 76229, - 76730 + 75779, + 76278 ], "loc": { "start": { - "line": 2210, + "line": 2202, "column": 8 }, "end": { - "line": 2222, + "line": 2214, "column": 9 } } @@ -169570,8 +168387,196 @@ "object": { "type": "ThisExpression", "range": [ - 76746, - 76750 + 76294, + 76298 + ], + "loc": { + "start": { + "line": 2215, + "column": 15 + }, + "end": { + "line": 2215, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "validRowsIndex", + "range": [ + 76299, + 76313 + ], + "loc": { + "start": { + "line": 2215, + "column": 20 + }, + "end": { + "line": 2215, + "column": 34 + } + } + }, + "range": [ + 76294, + 76313 + ], + "loc": { + "start": { + "line": 2215, + "column": 15 + }, + "end": { + "line": 2215, + "column": 34 + } + } + }, + "range": [ + 76287, + 76314 + ], + "loc": { + "start": { + "line": 2215, + "column": 8 + }, + "end": { + "line": 2215, + "column": 35 + } + } + } + ], + "range": [ + 75661, + 76320 + ], + "loc": { + "start": { + "line": 2196, + "column": 25 + }, + "end": { + "line": 2216, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 75652, + 76320 + ], + "loc": { + "start": { + "line": 2196, + "column": 16 + }, + "end": { + "line": 2216, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 75640, + 76320 + ], + "loc": { + "start": { + "line": 2196, + "column": 4 + }, + "end": { + "line": 2216, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", + "range": [ + 75459, + 75635 + ], + "loc": { + "start": { + "line": 2191, + "column": 4 + }, + "end": { + "line": 2195, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", + "range": [ + 76326, + 76416 + ], + "loc": { + "start": { + "line": 2218, + "column": 4 + }, + "end": { + "line": 2221, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "getFiltersRowIndex", + "range": [ + 76421, + 76439 + ], + "loc": { + "start": { + "line": 2222, + "column": 4 + }, + "end": { + "line": 2222, + "column": 22 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 76459, + 76463 ], "loc": { "start": { @@ -169586,10 +168591,10 @@ }, "property": { "type": "Identifier", - "name": "validRowsIndex", + "name": "filtersRowIndex", "range": [ - 76751, - 76765 + 76464, + 76479 ], "loc": { "start": { @@ -169598,13 +168603,13 @@ }, "end": { "line": 2223, - "column": 34 + "column": 35 } } }, "range": [ - 76746, - 76765 + 76459, + 76479 ], "loc": { "start": { @@ -169613,13 +168618,13 @@ }, "end": { "line": 2223, - "column": 34 + "column": 35 } } }, "range": [ - 76739, - 76766 + 76452, + 76480 ], "loc": { "start": { @@ -169628,18 +168633,18 @@ }, "end": { "line": 2223, - "column": 35 + "column": 36 } } } ], "range": [ - 76111, - 76772 + 76442, + 76486 ], "loc": { "start": { - "line": 2204, + "line": 2222, "column": 25 }, "end": { @@ -169651,13 +168656,13 @@ "generator": false, "expression": false, "range": [ - 76102, - 76772 + 76439, + 76486 ], "loc": { "start": { - "line": 2204, - "column": 16 + "line": 2222, + "column": 22 }, "end": { "line": 2224, @@ -169668,12 +168673,12 @@ "kind": "method", "computed": false, "range": [ - 76090, - 76772 + 76421, + 76486 ], "loc": { "start": { - "line": 2204, + "line": 2222, "column": 4 }, "end": { @@ -169684,18 +168689,18 @@ "leadingComments": [ { "type": "Block", - "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", + "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 75909, - 76085 + 76326, + 76416 ], "loc": { "start": { - "line": 2199, + "line": 2218, "column": 4 }, "end": { - "line": 2203, + "line": 2221, "column": 7 } } @@ -169704,10 +168709,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 76778, - 76868 + 76492, + 76567 ], "loc": { "start": { @@ -169727,10 +168732,10 @@ "type": "MethodDefinition", "key": { "type": "Identifier", - "name": "getFiltersRowIndex", + "name": "getHeadersRowIndex", "range": [ - 76873, - 76891 + 76572, + 76590 ], "loc": { "start": { @@ -169758,8 +168763,8 @@ "object": { "type": "ThisExpression", "range": [ - 76911, - 76915 + 76610, + 76614 ], "loc": { "start": { @@ -169774,10 +168779,10 @@ }, "property": { "type": "Identifier", - "name": "filtersRowIndex", + "name": "headersRow", "range": [ - 76916, - 76931 + 76615, + 76625 ], "loc": { "start": { @@ -169786,13 +168791,13 @@ }, "end": { "line": 2231, - "column": 35 + "column": 30 } } }, "range": [ - 76911, - 76931 + 76610, + 76625 ], "loc": { "start": { @@ -169801,13 +168806,13 @@ }, "end": { "line": 2231, - "column": 35 + "column": 30 } } }, "range": [ - 76904, - 76932 + 76603, + 76626 ], "loc": { "start": { @@ -169816,14 +168821,14 @@ }, "end": { "line": 2231, - "column": 36 + "column": 31 } } } ], "range": [ - 76894, - 76938 + 76593, + 76632 ], "loc": { "start": { @@ -169839,8 +168844,8 @@ "generator": false, "expression": false, "range": [ - 76891, - 76938 + 76590, + 76632 ], "loc": { "start": { @@ -169856,8 +168861,8 @@ "kind": "method", "computed": false, "range": [ - 76873, - 76938 + 76572, + 76632 ], "loc": { "start": { @@ -169872,10 +168877,10 @@ "leadingComments": [ { "type": "Block", - "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 76778, - 76868 + 76492, + 76567 ], "loc": { "start": { @@ -169889,209 +168894,21 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", - "range": [ - 76944, - 77019 - ], - "loc": { - "start": { - "line": 2234, - "column": 4 - }, - "end": { - "line": 2237, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "getHeadersRowIndex", - "range": [ - 77024, - 77042 - ], - "loc": { - "start": { - "line": 2238, - "column": 4 - }, - "end": { - "line": 2238, - "column": 22 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 77062, - 77066 - ], - "loc": { - "start": { - "line": 2239, - "column": 15 - }, - "end": { - "line": 2239, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 77067, - 77077 - ], - "loc": { - "start": { - "line": 2239, - "column": 20 - }, - "end": { - "line": 2239, - "column": 30 - } - } - }, - "range": [ - 77062, - 77077 - ], - "loc": { - "start": { - "line": 2239, - "column": 15 - }, - "end": { - "line": 2239, - "column": 30 - } - } - }, - "range": [ - 77055, - 77078 - ], - "loc": { - "start": { - "line": 2239, - "column": 8 - }, - "end": { - "line": 2239, - "column": 31 - } - } - } - ], - "range": [ - 77045, - 77084 - ], - "loc": { - "start": { - "line": 2238, - "column": 25 - }, - "end": { - "line": 2240, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 77042, - 77084 - ], - "loc": { - "start": { - "line": 2238, - "column": 22 - }, - "end": { - "line": 2240, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 77024, - 77084 - ], - "loc": { - "start": { - "line": 2238, - "column": 4 - }, - "end": { - "line": 2240, - "column": 5 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", - "range": [ - 76944, - 77019 - ], - "loc": { - "start": { - "line": 2234, - "column": 4 - }, - "end": { - "line": 2237, - "column": 7 - } - } - } - ], "trailingComments": [ { "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 77090, - 77217 + 76638, + 76765 ], "loc": { "start": { - "line": 2242, + "line": 2234, "column": 4 }, "end": { - "line": 2246, + "line": 2238, "column": 7 } } @@ -170105,16 +168922,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 77222, - 77238 + 76770, + 76786 ], "loc": { "start": { - "line": 2247, + "line": 2239, "column": 4 }, "end": { - "line": 2247, + "line": 2239, "column": 20 } } @@ -170134,16 +168951,16 @@ "object": { "type": "ThisExpression", "range": [ - 77258, - 77262 + 76806, + 76810 ], "loc": { "start": { - "line": 2248, + "line": 2240, "column": 15 }, "end": { - "line": 2248, + "line": 2240, "column": 19 } } @@ -170152,62 +168969,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 77263, - 77269 + 76811, + 76817 ], "loc": { "start": { - "line": 2248, + "line": 2240, "column": 20 }, "end": { - "line": 2248, + "line": 2240, "column": 26 } } }, "range": [ - 77258, - 77269 + 76806, + 76817 ], "loc": { "start": { - "line": 2248, + "line": 2240, "column": 15 }, "end": { - "line": 2248, + "line": 2240, "column": 26 } } }, "range": [ - 77251, - 77270 + 76799, + 76818 ], "loc": { "start": { - "line": 2248, + "line": 2240, "column": 8 }, "end": { - "line": 2248, + "line": 2240, "column": 27 } } } ], "range": [ - 77241, - 77276 + 76789, + 76824 ], "loc": { "start": { - "line": 2247, + "line": 2239, "column": 23 }, "end": { - "line": 2249, + "line": 2241, "column": 5 } } @@ -170215,16 +169032,16 @@ "generator": false, "expression": false, "range": [ - 77238, - 77276 + 76786, + 76824 ], "loc": { "start": { - "line": 2247, + "line": 2239, "column": 20 }, "end": { - "line": 2249, + "line": 2241, "column": 5 } } @@ -170232,16 +169049,16 @@ "kind": "method", "computed": false, "range": [ - 77222, - 77276 + 76770, + 76824 ], "loc": { "start": { - "line": 2247, + "line": 2239, "column": 4 }, "end": { - "line": 2249, + "line": 2241, "column": 5 } }, @@ -170250,16 +169067,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 77090, - 77217 + 76638, + 76765 ], "loc": { "start": { - "line": 2242, + "line": 2234, "column": 4 }, "end": { - "line": 2246, + "line": 2238, "column": 7 } } @@ -170270,16 +169087,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77282, - 77354 + 76830, + 76902 ], "loc": { "start": { - "line": 2251, + "line": 2243, "column": 4 }, "end": { - "line": 2254, + "line": 2246, "column": 7 } } @@ -170293,16 +169110,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 77359, - 77374 + 76907, + 76922 ], "loc": { "start": { - "line": 2255, + "line": 2247, "column": 4 }, "end": { - "line": 2255, + "line": 2247, "column": 19 } } @@ -170325,16 +169142,16 @@ "object": { "type": "ThisExpression", "range": [ - 77395, - 77399 + 76943, + 76947 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 16 }, "end": { - "line": 2256, + "line": 2248, "column": 20 } } @@ -170343,31 +169160,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77400, - 77406 + 76948, + 76954 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 21 }, "end": { - "line": 2256, + "line": 2248, "column": 27 } } }, "range": [ - 77395, - 77406 + 76943, + 76954 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 16 }, "end": { - "line": 2256, + "line": 2248, "column": 27 } } @@ -170377,62 +169194,62 @@ "value": 1, "raw": "1", "range": [ - 77409, - 77410 + 76957, + 76958 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 30 }, "end": { - "line": 2256, + "line": 2248, "column": 31 } } }, "range": [ - 77395, - 77410 + 76943, + 76958 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 16 }, "end": { - "line": 2256, + "line": 2248, "column": 31 } } }, "range": [ - 77387, - 77412 + 76935, + 76960 ], "loc": { "start": { - "line": 2256, + "line": 2248, "column": 8 }, "end": { - "line": 2256, + "line": 2248, "column": 33 } } } ], "range": [ - 77377, - 77418 + 76925, + 76966 ], "loc": { "start": { - "line": 2255, + "line": 2247, "column": 22 }, "end": { - "line": 2257, + "line": 2249, "column": 5 } } @@ -170440,16 +169257,16 @@ "generator": false, "expression": false, "range": [ - 77374, - 77418 + 76922, + 76966 ], "loc": { "start": { - "line": 2255, + "line": 2247, "column": 19 }, "end": { - "line": 2257, + "line": 2249, "column": 5 } } @@ -170457,16 +169274,16 @@ "kind": "method", "computed": false, "range": [ - 77359, - 77418 + 76907, + 76966 ], "loc": { "start": { - "line": 2255, + "line": 2247, "column": 4 }, "end": { - "line": 2257, + "line": 2249, "column": 5 } }, @@ -170475,16 +169292,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77282, - 77354 + 76830, + 76902 ], "loc": { "start": { - "line": 2251, + "line": 2243, "column": 4 }, "end": { - "line": 2254, + "line": 2246, "column": 7 } } @@ -170495,16 +169312,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 77424, - 77565 + 76972, + 77113 ], "loc": { "start": { - "line": 2259, + "line": 2251, "column": 4 }, "end": { - "line": 2263, + "line": 2255, "column": 7 } } @@ -170518,16 +169335,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 77570, - 77586 + 77118, + 77134 ], "loc": { "start": { - "line": 2264, + "line": 2256, "column": 4 }, "end": { - "line": 2264, + "line": 2256, "column": 20 } } @@ -170540,16 +169357,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77587, - 77595 + 77135, + 77143 ], "loc": { "start": { - "line": 2264, + "line": 2256, "column": 21 }, "end": { - "line": 2264, + "line": 2256, "column": 29 } } @@ -170567,16 +169384,16 @@ "type": "Identifier", "name": "table", "range": [ - 77611, - 77616 + 77159, + 77164 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 12 }, "end": { - "line": 2265, + "line": 2257, "column": 17 } } @@ -170589,16 +169406,16 @@ "object": { "type": "ThisExpression", "range": [ - 77619, - 77623 + 77167, + 77171 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 20 }, "end": { - "line": 2265, + "line": 2257, "column": 24 } } @@ -170607,31 +169424,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77624, - 77634 + 77172, + 77182 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 25 }, "end": { - "line": 2265, + "line": 2257, "column": 35 } } }, "range": [ - 77619, - 77634 + 77167, + 77182 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 20 }, "end": { - "line": 2265, + "line": 2257, "column": 35 } } @@ -170648,16 +169465,16 @@ "object": { "type": "ThisExpression", "range": [ - 77637, - 77641 + 77185, + 77189 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 38 }, "end": { - "line": 2265, + "line": 2257, "column": 42 } } @@ -170666,31 +169483,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 77642, - 77645 + 77190, + 77193 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 43 }, "end": { - "line": 2265, + "line": 2257, "column": 46 } } }, "range": [ - 77637, - 77645 + 77185, + 77193 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 38 }, "end": { - "line": 2265, + "line": 2257, "column": 46 } } @@ -170699,31 +169516,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77646, - 77656 + 77194, + 77204 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 47 }, "end": { - "line": 2265, + "line": 2257, "column": 57 } } }, "range": [ - 77637, - 77656 + 77185, + 77204 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 38 }, "end": { - "line": 2265, + "line": 2257, "column": 57 } } @@ -170732,31 +169549,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 77657, - 77664 + 77205, + 77212 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 58 }, "end": { - "line": 2265, + "line": 2257, "column": 65 } } }, "range": [ - 77637, - 77664 + 77185, + 77212 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 38 }, "end": { - "line": 2265, + "line": 2257, "column": 65 } } @@ -170767,16 +169584,16 @@ "object": { "type": "ThisExpression", "range": [ - 77667, - 77671 + 77215, + 77219 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 68 }, "end": { - "line": 2265, + "line": 2257, "column": 72 } } @@ -170785,61 +169602,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 77672, - 77675 + 77220, + 77223 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 73 }, "end": { - "line": 2265, + "line": 2257, "column": 76 } } }, "range": [ - 77667, - 77675 + 77215, + 77223 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 68 }, "end": { - "line": 2265, + "line": 2257, "column": 76 } } }, "range": [ - 77619, - 77675 + 77167, + 77223 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 20 }, "end": { - "line": 2265, + "line": 2257, "column": 76 } } }, "range": [ - 77611, - 77675 + 77159, + 77223 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 12 }, "end": { - "line": 2265, + "line": 2257, "column": 76 } } @@ -170847,16 +169664,16 @@ ], "kind": "let", "range": [ - 77607, - 77676 + 77155, + 77224 ], "loc": { "start": { - "line": 2265, + "line": 2257, "column": 8 }, "end": { - "line": 2265, + "line": 2257, "column": 77 } } @@ -170870,16 +169687,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 77689, - 77694 + 77237, + 77242 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 12 }, "end": { - "line": 2266, + "line": 2258, "column": 17 } } @@ -170893,16 +169710,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 77697, - 77700 + 77245, + 77248 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 20 }, "end": { - "line": 2266, + "line": 2258, "column": 23 } } @@ -170911,31 +169728,31 @@ "type": "Identifier", "name": "tag", "range": [ - 77701, - 77704 + 77249, + 77252 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 24 }, "end": { - "line": 2266, + "line": 2258, "column": 27 } } }, "range": [ - 77697, - 77704 + 77245, + 77252 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 20 }, "end": { - "line": 2266, + "line": 2258, "column": 27 } } @@ -170945,16 +169762,16 @@ "type": "Identifier", "name": "table", "range": [ - 77705, - 77710 + 77253, + 77258 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 28 }, "end": { - "line": 2266, + "line": 2258, "column": 33 } } @@ -170964,47 +169781,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 77712, - 77719 + 77260, + 77267 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 35 }, "end": { - "line": 2266, + "line": 2258, "column": 42 } } } ], "range": [ - 77697, - 77720 + 77245, + 77268 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 20 }, "end": { - "line": 2266, + "line": 2258, "column": 43 } } }, "range": [ - 77689, - 77720 + 77237, + 77268 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 12 }, "end": { - "line": 2266, + "line": 2258, "column": 43 } } @@ -171012,16 +169829,16 @@ ], "kind": "let", "range": [ - 77685, - 77721 + 77233, + 77269 ], "loc": { "start": { - "line": 2266, + "line": 2258, "column": 8 }, "end": { - "line": 2266, + "line": 2258, "column": 44 } } @@ -171035,16 +169852,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77734, - 77744 + 77282, + 77292 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 12 }, "end": { - "line": 2267, + "line": 2259, "column": 22 } } @@ -171055,16 +169872,16 @@ "object": { "type": "ThisExpression", "range": [ - 77747, - 77751 + 77295, + 77299 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 25 }, "end": { - "line": 2267, + "line": 2259, "column": 29 } } @@ -171073,46 +169890,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77752, - 77762 + 77300, + 77310 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 30 }, "end": { - "line": 2267, + "line": 2259, "column": 40 } } }, "range": [ - 77747, - 77762 + 77295, + 77310 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 25 }, "end": { - "line": 2267, + "line": 2259, "column": 40 } } }, "range": [ - 77734, - 77762 + 77282, + 77310 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 12 }, "end": { - "line": 2267, + "line": 2259, "column": 40 } } @@ -171120,16 +169937,16 @@ ], "kind": "let", "range": [ - 77730, - 77763 + 77278, + 77311 ], "loc": { "start": { - "line": 2267, + "line": 2259, "column": 8 }, "end": { - "line": 2267, + "line": 2259, "column": 41 } } @@ -171143,32 +169960,32 @@ "type": "Identifier", "name": "header", "range": [ - 77776, - 77782 + 77324, + 77330 ], "loc": { "start": { - "line": 2268, + "line": 2260, "column": 12 }, "end": { - "line": 2268, + "line": 2260, "column": 18 } } }, "init": null, "range": [ - 77776, - 77782 + 77324, + 77330 ], "loc": { "start": { - "line": 2268, + "line": 2260, "column": 12 }, "end": { - "line": 2268, + "line": 2260, "column": 18 } } @@ -171176,16 +169993,16 @@ ], "kind": "let", "range": [ - 77772, - 77783 + 77320, + 77331 ], "loc": { "start": { - "line": 2268, + "line": 2260, "column": 8 }, "end": { - "line": 2268, + "line": 2260, "column": 19 } } @@ -171201,16 +170018,16 @@ "type": "Identifier", "name": "i", "range": [ - 77801, - 77802 + 77349, + 77350 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 17 }, "end": { - "line": 2269, + "line": 2261, "column": 18 } } @@ -171220,31 +170037,31 @@ "value": 0, "raw": "0", "range": [ - 77805, - 77806 + 77353, + 77354 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 21 }, "end": { - "line": 2269, + "line": 2261, "column": 22 } } }, "range": [ - 77801, - 77806 + 77349, + 77354 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 17 }, "end": { - "line": 2269, + "line": 2261, "column": 22 } } @@ -171252,16 +170069,16 @@ ], "kind": "let", "range": [ - 77797, - 77806 + 77345, + 77354 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 13 }, "end": { - "line": 2269, + "line": 2261, "column": 22 } } @@ -171273,16 +170090,16 @@ "type": "Identifier", "name": "i", "range": [ - 77808, - 77809 + 77356, + 77357 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 24 }, "end": { - "line": 2269, + "line": 2261, "column": 25 } } @@ -171293,16 +170110,16 @@ "object": { "type": "ThisExpression", "range": [ - 77812, - 77816 + 77360, + 77364 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 28 }, "end": { - "line": 2269, + "line": 2261, "column": 32 } } @@ -171311,46 +170128,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77817, - 77824 + 77365, + 77372 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 33 }, "end": { - "line": 2269, + "line": 2261, "column": 40 } } }, "range": [ - 77812, - 77824 + 77360, + 77372 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 28 }, "end": { - "line": 2269, + "line": 2261, "column": 40 } } }, "range": [ - 77808, - 77824 + 77356, + 77372 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 24 }, "end": { - "line": 2269, + "line": 2261, "column": 40 } } @@ -171362,32 +170179,32 @@ "type": "Identifier", "name": "i", "range": [ - 77826, - 77827 + 77374, + 77375 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 42 }, "end": { - "line": 2269, + "line": 2261, "column": 43 } } }, "prefix": false, "range": [ - 77826, - 77829 + 77374, + 77377 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 42 }, "end": { - "line": 2269, + "line": 2261, "column": 45 } } @@ -171404,16 +170221,16 @@ "type": "Identifier", "name": "i", "range": [ - 77849, - 77850 + 77397, + 77398 ], "loc": { "start": { - "line": 2270, + "line": 2262, "column": 16 }, "end": { - "line": 2270, + "line": 2262, "column": 17 } } @@ -171422,31 +170239,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77855, - 77863 + 77403, + 77411 ], "loc": { "start": { - "line": 2270, + "line": 2262, "column": 22 }, "end": { - "line": 2270, + "line": 2262, "column": 30 } } }, "range": [ - 77849, - 77863 + 77397, + 77411 ], "loc": { "start": { - "line": 2270, + "line": 2262, "column": 16 }, "end": { - "line": 2270, + "line": 2262, "column": 30 } } @@ -171458,48 +170275,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 77883, - 77892 + 77431, + 77440 ], "loc": { "start": { - "line": 2271, + "line": 2263, "column": 16 }, "end": { - "line": 2271, + "line": 2263, "column": 25 } } } ], "range": [ - 77865, - 77906 + 77413, + 77454 ], "loc": { "start": { - "line": 2270, + "line": 2262, "column": 32 }, "end": { - "line": 2272, + "line": 2264, "column": 13 } } }, "alternate": null, "range": [ - 77845, - 77906 + 77393, + 77454 ], "loc": { "start": { - "line": 2270, + "line": 2262, "column": 12 }, "end": { - "line": 2272, + "line": 2264, "column": 13 } } @@ -171516,16 +170333,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 77923, - 77928 + 77471, + 77476 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 16 }, "end": { - "line": 2273, + "line": 2265, "column": 21 } } @@ -171534,31 +170351,31 @@ "type": "Identifier", "name": "length", "range": [ - 77929, - 77935 + 77477, + 77483 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 22 }, "end": { - "line": 2273, + "line": 2265, "column": 28 } } }, "range": [ - 77923, - 77935 + 77471, + 77483 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 16 }, "end": { - "line": 2273, + "line": 2265, "column": 28 } } @@ -171568,31 +170385,31 @@ "value": 0, "raw": "0", "range": [ - 77940, - 77941 + 77488, + 77489 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 33 }, "end": { - "line": 2273, + "line": 2265, "column": 34 } } }, "range": [ - 77923, - 77941 + 77471, + 77489 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 16 }, "end": { - "line": 2273, + "line": 2265, "column": 34 } } @@ -171609,16 +170426,16 @@ "type": "Identifier", "name": "header", "range": [ - 77961, - 77967 + 77509, + 77515 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 16 }, "end": { - "line": 2274, + "line": 2266, "column": 22 } } @@ -171639,16 +170456,16 @@ "type": "Identifier", "name": "table", "range": [ - 77970, - 77975 + 77518, + 77523 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 25 }, "end": { - "line": 2274, + "line": 2266, "column": 30 } } @@ -171657,31 +170474,31 @@ "type": "Identifier", "name": "rows", "range": [ - 77976, - 77980 + 77524, + 77528 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 31 }, "end": { - "line": 2274, + "line": 2266, "column": 35 } } }, "range": [ - 77970, - 77980 + 77518, + 77528 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 25 }, "end": { - "line": 2274, + "line": 2266, "column": 35 } } @@ -171690,31 +170507,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77981, - 77991 + 77529, + 77539 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 36 }, "end": { - "line": 2274, + "line": 2266, "column": 46 } } }, "range": [ - 77970, - 77992 + 77518, + 77540 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 25 }, "end": { - "line": 2274, + "line": 2266, "column": 47 } } @@ -171723,31 +170540,31 @@ "type": "Identifier", "name": "cells", "range": [ - 77993, - 77998 + 77541, + 77546 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 48 }, "end": { - "line": 2274, + "line": 2266, "column": 53 } } }, "range": [ - 77970, - 77998 + 77518, + 77546 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 25 }, "end": { - "line": 2274, + "line": 2266, "column": 53 } } @@ -171756,93 +170573,93 @@ "type": "Identifier", "name": "i", "range": [ - 77999, - 78000 + 77547, + 77548 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 54 }, "end": { - "line": 2274, + "line": 2266, "column": 55 } } }, "range": [ - 77970, - 78001 + 77518, + 77549 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 25 }, "end": { - "line": 2274, + "line": 2266, "column": 56 } } }, "range": [ - 77961, - 78001 + 77509, + 77549 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 16 }, "end": { - "line": 2274, + "line": 2266, "column": 56 } } }, "range": [ - 77961, - 78002 + 77509, + 77550 ], "loc": { "start": { - "line": 2274, + "line": 2266, "column": 16 }, "end": { - "line": 2274, + "line": 2266, "column": 57 } } } ], "range": [ - 77943, - 78016 + 77491, + 77564 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 36 }, "end": { - "line": 2275, + "line": 2267, "column": 13 } } }, "alternate": null, "range": [ - 77919, - 78016 + 77467, + 77564 ], "loc": { "start": { - "line": 2273, + "line": 2265, "column": 12 }, "end": { - "line": 2275, + "line": 2267, "column": 13 } } @@ -171859,16 +170676,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 78033, - 78038 + 77581, + 77586 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 16 }, "end": { - "line": 2276, + "line": 2268, "column": 21 } } @@ -171877,31 +170694,31 @@ "type": "Identifier", "name": "length", "range": [ - 78039, - 78045 + 77587, + 77593 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 22 }, "end": { - "line": 2276, + "line": 2268, "column": 28 } } }, "range": [ - 78033, - 78045 + 77581, + 77593 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 16 }, "end": { - "line": 2276, + "line": 2268, "column": 28 } } @@ -171911,31 +170728,31 @@ "value": 1, "raw": "1", "range": [ - 78050, - 78051 + 77598, + 77599 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 33 }, "end": { - "line": 2276, + "line": 2268, "column": 34 } } }, "range": [ - 78033, - 78051 + 77581, + 77599 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 16 }, "end": { - "line": 2276, + "line": 2268, "column": 34 } } @@ -171952,16 +170769,16 @@ "type": "Identifier", "name": "header", "range": [ - 78071, - 78077 + 77619, + 77625 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 16 }, "end": { - "line": 2277, + "line": 2269, "column": 22 } } @@ -171985,16 +170802,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 78080, - 78085 + 77628, + 77633 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 30 } } @@ -172004,31 +170821,31 @@ "value": 0, "raw": "0", "range": [ - 78086, - 78087 + 77634, + 77635 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 31 }, "end": { - "line": 2277, + "line": 2269, "column": 32 } } }, "range": [ - 78080, - 78088 + 77628, + 77636 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 33 } } @@ -172037,31 +170854,31 @@ "type": "Identifier", "name": "rows", "range": [ - 78089, - 78093 + 77637, + 77641 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 34 }, "end": { - "line": 2277, + "line": 2269, "column": 38 } } }, "range": [ - 78080, - 78093 + 77628, + 77641 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 38 } } @@ -172070,31 +170887,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78094, - 78104 + 77642, + 77652 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 39 }, "end": { - "line": 2277, + "line": 2269, "column": 49 } } }, "range": [ - 78080, - 78105 + 77628, + 77653 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 50 } } @@ -172103,31 +170920,31 @@ "type": "Identifier", "name": "cells", "range": [ - 78106, - 78111 + 77654, + 77659 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 51 }, "end": { - "line": 2277, + "line": 2269, "column": 56 } } }, "range": [ - 78080, - 78111 + 77628, + 77659 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 56 } } @@ -172136,93 +170953,93 @@ "type": "Identifier", "name": "i", "range": [ - 78112, - 78113 + 77660, + 77661 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 57 }, "end": { - "line": 2277, + "line": 2269, "column": 58 } } }, "range": [ - 78080, - 78114 + 77628, + 77662 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 25 }, "end": { - "line": 2277, + "line": 2269, "column": 59 } } }, "range": [ - 78071, - 78114 + 77619, + 77662 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 16 }, "end": { - "line": 2277, + "line": 2269, "column": 59 } } }, "range": [ - 78071, - 78115 + 77619, + 77663 ], "loc": { "start": { - "line": 2277, + "line": 2269, "column": 16 }, "end": { - "line": 2277, + "line": 2269, "column": 60 } } } ], "range": [ - 78053, - 78129 + 77601, + 77677 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 36 }, "end": { - "line": 2278, + "line": 2270, "column": 13 } } }, "alternate": null, "range": [ - 78029, - 78129 + 77577, + 77677 ], "loc": { "start": { - "line": 2276, + "line": 2268, "column": 12 }, "end": { - "line": 2278, + "line": 2270, "column": 13 } } @@ -172231,47 +171048,47 @@ "type": "BreakStatement", "label": null, "range": [ - 78142, - 78148 + 77690, + 77696 ], "loc": { "start": { - "line": 2279, + "line": 2271, "column": 12 }, "end": { - "line": 2279, + "line": 2271, "column": 18 } } } ], "range": [ - 77831, - 78158 + 77379, + 77706 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 47 }, "end": { - "line": 2280, + "line": 2272, "column": 9 } } }, "range": [ - 77792, - 78158 + 77340, + 77706 ], "loc": { "start": { - "line": 2269, + "line": 2261, "column": 8 }, "end": { - "line": 2280, + "line": 2272, "column": 9 } } @@ -172282,47 +171099,47 @@ "type": "Identifier", "name": "header", "range": [ - 78174, - 78180 + 77722, + 77728 ], "loc": { "start": { - "line": 2281, + "line": 2273, "column": 15 }, "end": { - "line": 2281, + "line": 2273, "column": 21 } } }, "range": [ - 78167, - 78181 + 77715, + 77729 ], "loc": { "start": { - "line": 2281, + "line": 2273, "column": 8 }, "end": { - "line": 2281, + "line": 2273, "column": 22 } } } ], "range": [ - 77597, - 78187 + 77145, + 77735 ], "loc": { "start": { - "line": 2264, + "line": 2256, "column": 31 }, "end": { - "line": 2282, + "line": 2274, "column": 5 } } @@ -172330,16 +171147,16 @@ "generator": false, "expression": false, "range": [ - 77586, - 78187 + 77134, + 77735 ], "loc": { "start": { - "line": 2264, + "line": 2256, "column": 20 }, "end": { - "line": 2282, + "line": 2274, "column": 5 } } @@ -172347,16 +171164,16 @@ "kind": "method", "computed": false, "range": [ - 77570, - 78187 + 77118, + 77735 ], "loc": { "start": { - "line": 2264, + "line": 2256, "column": 4 }, "end": { - "line": 2282, + "line": 2274, "column": 5 } }, @@ -172365,16 +171182,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 77424, - 77565 + 76972, + 77113 ], "loc": { "start": { - "line": 2259, + "line": 2251, "column": 4 }, "end": { - "line": 2263, + "line": 2255, "column": 7 } } @@ -172385,16 +171202,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 78193, - 78366 + 77741, + 77914 ], "loc": { "start": { - "line": 2284, + "line": 2276, "column": 4 }, "end": { - "line": 2288, + "line": 2280, "column": 7 } } @@ -172408,16 +171225,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 78371, - 78385 + 77919, + 77933 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 4 }, "end": { - "line": 2289, + "line": 2281, "column": 18 } } @@ -172432,16 +171249,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 78386, - 78403 + 77934, + 77951 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 19 }, "end": { - "line": 2289, + "line": 2281, "column": 36 } } @@ -172451,31 +171268,31 @@ "value": false, "raw": "false", "range": [ - 78406, - 78411 + 77954, + 77959 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 39 }, "end": { - "line": 2289, + "line": 2281, "column": 44 } } }, "range": [ - 78386, - 78411 + 77934, + 77959 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 19 }, "end": { - "line": 2289, + "line": 2281, "column": 44 } } @@ -172493,16 +171310,16 @@ "type": "Identifier", "name": "headers", "range": [ - 78427, - 78434 + 77975, + 77982 ], "loc": { "start": { - "line": 2290, + "line": 2282, "column": 12 }, "end": { - "line": 2290, + "line": 2282, "column": 19 } } @@ -172511,31 +171328,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78437, - 78439 + 77985, + 77987 ], "loc": { "start": { - "line": 2290, + "line": 2282, "column": 22 }, "end": { - "line": 2290, + "line": 2282, "column": 24 } } }, "range": [ - 78427, - 78439 + 77975, + 77987 ], "loc": { "start": { - "line": 2290, + "line": 2282, "column": 12 }, "end": { - "line": 2290, + "line": 2282, "column": 24 } } @@ -172543,16 +171360,16 @@ ], "kind": "let", "range": [ - 78423, - 78440 + 77971, + 77988 ], "loc": { "start": { - "line": 2290, + "line": 2282, "column": 8 }, "end": { - "line": 2290, + "line": 2282, "column": 25 } } @@ -172568,16 +171385,16 @@ "type": "Identifier", "name": "j", "range": [ - 78458, - 78459 + 78006, + 78007 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 17 }, "end": { - "line": 2291, + "line": 2283, "column": 18 } } @@ -172587,31 +171404,31 @@ "value": 0, "raw": "0", "range": [ - 78462, - 78463 + 78010, + 78011 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 21 }, "end": { - "line": 2291, + "line": 2283, "column": 22 } } }, "range": [ - 78458, - 78463 + 78006, + 78011 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 17 }, "end": { - "line": 2291, + "line": 2283, "column": 22 } } @@ -172619,16 +171436,16 @@ ], "kind": "let", "range": [ - 78454, - 78463 + 78002, + 78011 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 13 }, "end": { - "line": 2291, + "line": 2283, "column": 22 } } @@ -172640,16 +171457,16 @@ "type": "Identifier", "name": "j", "range": [ - 78465, - 78466 + 78013, + 78014 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 24 }, "end": { - "line": 2291, + "line": 2283, "column": 25 } } @@ -172660,16 +171477,16 @@ "object": { "type": "ThisExpression", "range": [ - 78469, - 78473 + 78017, + 78021 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 28 }, "end": { - "line": 2291, + "line": 2283, "column": 32 } } @@ -172678,46 +171495,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 78474, - 78481 + 78022, + 78029 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 33 }, "end": { - "line": 2291, + "line": 2283, "column": 40 } } }, "range": [ - 78469, - 78481 + 78017, + 78029 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 28 }, "end": { - "line": 2291, + "line": 2283, "column": 40 } } }, "range": [ - 78465, - 78481 + 78013, + 78029 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 24 }, "end": { - "line": 2291, + "line": 2283, "column": 40 } } @@ -172729,32 +171546,32 @@ "type": "Identifier", "name": "j", "range": [ - 78483, - 78484 + 78031, + 78032 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 42 }, "end": { - "line": 2291, + "line": 2283, "column": 43 } } }, "prefix": false, "range": [ - 78483, - 78486 + 78031, + 78034 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 42 }, "end": { - "line": 2291, + "line": 2283, "column": 45 } } @@ -172771,16 +171588,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 78506, - 78523 + 78054, + 78071 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 16 }, "end": { - "line": 2292, + "line": 2284, "column": 33 } } @@ -172793,16 +171610,16 @@ "object": { "type": "ThisExpression", "range": [ - 78527, - 78531 + 78075, + 78079 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 37 }, "end": { - "line": 2292, + "line": 2284, "column": 41 } } @@ -172811,31 +171628,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 78532, - 78544 + 78080, + 78092 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 42 }, "end": { - "line": 2292, + "line": 2284, "column": 54 } } }, "range": [ - 78527, - 78544 + 78075, + 78092 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 37 }, "end": { - "line": 2292, + "line": 2284, "column": 54 } } @@ -172846,47 +171663,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78545, - 78561 + 78093, + 78109 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 55 }, "end": { - "line": 2292, + "line": 2284, "column": 71 } } } ], "range": [ - 78527, - 78562 + 78075, + 78110 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 37 }, "end": { - "line": 2292, + "line": 2284, "column": 72 } } }, "range": [ - 78506, - 78562 + 78054, + 78110 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 16 }, "end": { - "line": 2292, + "line": 2284, "column": 72 } } @@ -172909,16 +171726,16 @@ "object": { "type": "ThisExpression", "range": [ - 78586, - 78590 + 78134, + 78138 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 20 }, "end": { - "line": 2293, + "line": 2285, "column": 24 } } @@ -172927,31 +171744,31 @@ "type": "Identifier", "name": "extension", "range": [ - 78591, - 78600 + 78139, + 78148 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 25 }, "end": { - "line": 2293, + "line": 2285, "column": 34 } } }, "range": [ - 78586, - 78600 + 78134, + 78148 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 20 }, "end": { - "line": 2293, + "line": 2285, "column": 34 } } @@ -172962,32 +171779,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78601, - 78617 + 78149, + 78165 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 35 }, "end": { - "line": 2293, + "line": 2285, "column": 51 } } } ], "range": [ - 78586, - 78618 + 78134, + 78166 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 20 }, "end": { - "line": 2293, + "line": 2285, "column": 52 } } @@ -172996,31 +171813,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 78619, - 78630 + 78167, + 78178 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 53 }, "end": { - "line": 2293, + "line": 2285, "column": 64 } } }, "range": [ - 78586, - 78630 + 78134, + 78178 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 20 }, "end": { - "line": 2293, + "line": 2285, "column": 64 } } @@ -173030,32 +171847,32 @@ "type": "Identifier", "name": "j", "range": [ - 78631, - 78632 + 78179, + 78180 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 65 }, "end": { - "line": 2293, + "line": 2285, "column": 66 } } } ], "range": [ - 78586, - 78633 + 78134, + 78181 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 20 }, "end": { - "line": 2293, + "line": 2285, "column": 67 } } @@ -173067,80 +171884,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 78657, - 78666 + 78205, + 78214 ], "loc": { "start": { - "line": 2294, + "line": 2286, "column": 20 }, "end": { - "line": 2294, + "line": 2286, "column": 29 } } } ], "range": [ - 78635, - 78684 + 78183, + 78232 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 69 }, "end": { - "line": 2295, + "line": 2287, "column": 17 } } }, "alternate": null, "range": [ - 78582, - 78684 + 78130, + 78232 ], "loc": { "start": { - "line": 2293, + "line": 2285, "column": 16 }, "end": { - "line": 2295, + "line": 2287, "column": 17 } } } ], "range": [ - 78564, - 78698 + 78112, + 78246 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 74 }, "end": { - "line": 2296, + "line": 2288, "column": 13 } } }, "alternate": null, "range": [ - 78502, - 78698 + 78050, + 78246 ], "loc": { "start": { - "line": 2292, + "line": 2284, "column": 12 }, "end": { - "line": 2296, + "line": 2288, "column": 13 } } @@ -173154,16 +171971,16 @@ "type": "Identifier", "name": "header", "range": [ - 78715, - 78721 + 78263, + 78269 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 16 }, "end": { - "line": 2297, + "line": 2289, "column": 22 } } @@ -173176,16 +171993,16 @@ "object": { "type": "ThisExpression", "range": [ - 78724, - 78728 + 78272, + 78276 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 25 }, "end": { - "line": 2297, + "line": 2289, "column": 29 } } @@ -173194,31 +172011,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78729, - 78745 + 78277, + 78293 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 30 }, "end": { - "line": 2297, + "line": 2289, "column": 46 } } }, "range": [ - 78724, - 78745 + 78272, + 78293 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 25 }, "end": { - "line": 2297, + "line": 2289, "column": 46 } } @@ -173228,47 +172045,47 @@ "type": "Identifier", "name": "j", "range": [ - 78746, - 78747 + 78294, + 78295 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 47 }, "end": { - "line": 2297, + "line": 2289, "column": 48 } } } ], "range": [ - 78724, - 78748 + 78272, + 78296 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 25 }, "end": { - "line": 2297, + "line": 2289, "column": 49 } } }, "range": [ - 78715, - 78748 + 78263, + 78296 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 16 }, "end": { - "line": 2297, + "line": 2289, "column": 49 } } @@ -173276,16 +172093,16 @@ ], "kind": "let", "range": [ - 78711, - 78749 + 78259, + 78297 ], "loc": { "start": { - "line": 2297, + "line": 2289, "column": 12 }, "end": { - "line": 2297, + "line": 2289, "column": 50 } } @@ -173299,16 +172116,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 78766, - 78776 + 78314, + 78324 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 16 }, "end": { - "line": 2298, + "line": 2290, "column": 26 } } @@ -173322,16 +172139,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 78779, - 78782 + 78327, + 78330 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 29 }, "end": { - "line": 2298, + "line": 2290, "column": 32 } } @@ -173340,31 +172157,31 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 78783, - 78799 + 78331, + 78347 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 33 }, "end": { - "line": 2298, + "line": 2290, "column": 49 } } }, "range": [ - 78779, - 78799 + 78327, + 78347 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 29 }, "end": { - "line": 2298, + "line": 2290, "column": 49 } } @@ -173374,47 +172191,47 @@ "type": "Identifier", "name": "header", "range": [ - 78800, - 78806 + 78348, + 78354 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 50 }, "end": { - "line": 2298, + "line": 2290, "column": 56 } } } ], "range": [ - 78779, - 78807 + 78327, + 78355 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 29 }, "end": { - "line": 2298, + "line": 2290, "column": 57 } } }, "range": [ - 78766, - 78807 + 78314, + 78355 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 16 }, "end": { - "line": 2298, + "line": 2290, "column": 57 } } @@ -173422,16 +172239,16 @@ ], "kind": "let", "range": [ - 78762, - 78808 + 78310, + 78356 ], "loc": { "start": { - "line": 2298, + "line": 2290, "column": 12 }, "end": { - "line": 2298, + "line": 2290, "column": 58 } } @@ -173447,16 +172264,16 @@ "type": "Identifier", "name": "headers", "range": [ - 78821, - 78828 + 78369, + 78376 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 12 }, "end": { - "line": 2299, + "line": 2291, "column": 19 } } @@ -173465,31 +172282,31 @@ "type": "Identifier", "name": "push", "range": [ - 78829, - 78833 + 78377, + 78381 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 20 }, "end": { - "line": 2299, + "line": 2291, "column": 24 } } }, "range": [ - 78821, - 78833 + 78369, + 78381 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 12 }, "end": { - "line": 2299, + "line": 2291, "column": 24 } } @@ -173499,78 +172316,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 78834, - 78844 + 78382, + 78392 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 25 }, "end": { - "line": 2299, + "line": 2291, "column": 35 } } } ], "range": [ - 78821, - 78845 + 78369, + 78393 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 12 }, "end": { - "line": 2299, + "line": 2291, "column": 36 } } }, "range": [ - 78821, - 78846 + 78369, + 78394 ], "loc": { "start": { - "line": 2299, + "line": 2291, "column": 12 }, "end": { - "line": 2299, + "line": 2291, "column": 37 } } } ], "range": [ - 78488, - 78856 + 78036, + 78404 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 47 }, "end": { - "line": 2300, + "line": 2292, "column": 9 } } }, "range": [ - 78449, - 78856 + 77997, + 78404 ], "loc": { "start": { - "line": 2291, + "line": 2283, "column": 8 }, "end": { - "line": 2300, + "line": 2292, "column": 9 } } @@ -173581,47 +172398,47 @@ "type": "Identifier", "name": "headers", "range": [ - 78872, - 78879 + 78420, + 78427 ], "loc": { "start": { - "line": 2301, + "line": 2293, "column": 15 }, "end": { - "line": 2301, + "line": 2293, "column": 22 } } }, "range": [ - 78865, - 78880 + 78413, + 78428 ], "loc": { "start": { - "line": 2301, + "line": 2293, "column": 8 }, "end": { - "line": 2301, + "line": 2293, "column": 23 } } } ], "range": [ - 78413, - 78886 + 77961, + 78434 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 46 }, "end": { - "line": 2302, + "line": 2294, "column": 5 } } @@ -173629,16 +172446,16 @@ "generator": false, "expression": false, "range": [ - 78385, - 78886 + 77933, + 78434 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 18 }, "end": { - "line": 2302, + "line": 2294, "column": 5 } } @@ -173646,16 +172463,16 @@ "kind": "method", "computed": false, "range": [ - 78371, - 78886 + 77919, + 78434 ], "loc": { "start": { - "line": 2289, + "line": 2281, "column": 4 }, "end": { - "line": 2302, + "line": 2294, "column": 5 } }, @@ -173664,16 +172481,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 78193, - 78366 + 77741, + 77914 ], "loc": { "start": { - "line": 2284, + "line": 2276, "column": 4 }, "end": { - "line": 2288, + "line": 2280, "column": 7 } } @@ -173684,16 +172501,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78892, - 79028 + 78440, + 78576 ], "loc": { "start": { - "line": 2304, + "line": 2296, "column": 4 }, "end": { - "line": 2308, + "line": 2300, "column": 7 } } @@ -173707,16 +172524,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 79033, - 79046 + 78581, + 78594 ], "loc": { "start": { - "line": 2309, + "line": 2301, "column": 4 }, "end": { - "line": 2309, + "line": 2301, "column": 17 } } @@ -173729,16 +172546,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79047, - 79055 + 78595, + 78603 ], "loc": { "start": { - "line": 2309, + "line": 2301, "column": 18 }, "end": { - "line": 2309, + "line": 2301, "column": 26 } } @@ -173756,16 +172573,16 @@ "type": "Identifier", "name": "colType", "range": [ - 79071, - 79078 + 78619, + 78626 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 12 }, "end": { - "line": 2310, + "line": 2302, "column": 19 } } @@ -173779,16 +172596,16 @@ "object": { "type": "ThisExpression", "range": [ - 79081, - 79085 + 78629, + 78633 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 22 }, "end": { - "line": 2310, + "line": 2302, "column": 26 } } @@ -173797,31 +172614,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 79086, - 79089 + 78634, + 78637 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 27 }, "end": { - "line": 2310, + "line": 2302, "column": 30 } } }, "range": [ - 79081, - 79089 + 78629, + 78637 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 22 }, "end": { - "line": 2310, + "line": 2302, "column": 30 } } @@ -173834,16 +172651,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 79090, - 79096 + 78638, + 78644 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 31 }, "end": { - "line": 2310, + "line": 2302, "column": 37 } } @@ -173852,61 +172669,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79099, - 79107 + 78647, + 78655 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 40 }, "end": { - "line": 2310, + "line": 2302, "column": 48 } } }, "range": [ - 79090, - 79107 + 78638, + 78655 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 31 }, "end": { - "line": 2310, + "line": 2302, "column": 48 } } }, "range": [ - 79081, - 79108 + 78629, + 78656 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 22 }, "end": { - "line": 2310, + "line": 2302, "column": 49 } } }, "range": [ - 79071, - 79108 + 78619, + 78656 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 12 }, "end": { - "line": 2310, + "line": 2302, "column": 49 } } @@ -173914,16 +172731,16 @@ ], "kind": "let", "range": [ - 79067, - 79109 + 78615, + 78657 ], "loc": { "start": { - "line": 2310, + "line": 2302, "column": 8 }, "end": { - "line": 2310, + "line": 2302, "column": 50 } } @@ -173939,86 +172756,51 @@ "type": "Identifier", "name": "colType", "range": [ - 79126, - 79133 + 78674, + 78681 ], "loc": { "start": { - "line": 2311, + "line": 2303, "column": 16 }, "end": { - "line": 2311, + "line": 2303, "column": 23 } } }, "prefix": true, "range": [ - 79125, - 79133 + 78673, + 78681 ], "loc": { "start": { - "line": 2311, + "line": 2303, "column": 15 }, "end": { - "line": 2311, + "line": 2303, "column": 23 } } }, "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 79136, - 79140 - ], - "loc": { - "start": { - "line": 2311, - "column": 26 - }, - "end": { - "line": 2311, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 79141, - 79151 - ], - "loc": { - "start": { - "line": 2311, - "column": 31 - }, - "end": { - "line": 2311, - "column": 41 - } - } - }, + "type": "Identifier", + "name": "INPUT", "range": [ - 79136, - 79151 + 78684, + 78689 ], "loc": { "start": { - "line": 2311, + "line": 2303, "column": 26 }, "end": { - "line": 2311, - "column": 41 + "line": 2303, + "column": 31 } } }, @@ -174031,17 +172813,17 @@ "type": "Identifier", "name": "Str", "range": [ - 79154, - 79157 + 78692, + 78695 ], "loc": { "start": { - "line": 2311, - "column": 44 + "line": 2303, + "column": 34 }, "end": { - "line": 2311, - "column": 47 + "line": 2303, + "column": 37 } } }, @@ -174049,32 +172831,32 @@ "type": "Identifier", "name": "lower", "range": [ - 79158, - 79163 + 78696, + 78701 ], "loc": { "start": { - "line": 2311, - "column": 48 + "line": 2303, + "column": 38 }, "end": { - "line": 2311, - "column": 53 + "line": 2303, + "column": 43 } } }, "range": [ - 79154, - 79163 + 78692, + 78701 ], "loc": { "start": { - "line": 2311, - "column": 44 + "line": 2303, + "column": 34 }, "end": { - "line": 2311, - "column": 53 + "line": 2303, + "column": 43 } } }, @@ -174083,78 +172865,78 @@ "type": "Identifier", "name": "colType", "range": [ - 79164, - 79171 + 78702, + 78709 ], "loc": { "start": { - "line": 2311, - "column": 54 + "line": 2303, + "column": 44 }, "end": { - "line": 2311, - "column": 61 + "line": 2303, + "column": 51 } } } ], "range": [ - 79154, - 79172 + 78692, + 78710 ], "loc": { "start": { - "line": 2311, - "column": 44 + "line": 2303, + "column": 34 }, "end": { - "line": 2311, - "column": 62 + "line": 2303, + "column": 52 } } }, "range": [ - 79125, - 79172 + 78673, + 78710 ], "loc": { "start": { - "line": 2311, + "line": 2303, "column": 15 }, "end": { - "line": 2311, - "column": 62 + "line": 2303, + "column": 52 } } }, "range": [ - 79118, - 79173 + 78666, + 78711 ], "loc": { "start": { - "line": 2311, + "line": 2303, "column": 8 }, "end": { - "line": 2311, - "column": 63 + "line": 2303, + "column": 53 } } } ], "range": [ - 79057, - 79179 + 78605, + 78717 ], "loc": { "start": { - "line": 2309, + "line": 2301, "column": 28 }, "end": { - "line": 2312, + "line": 2304, "column": 5 } } @@ -174162,16 +172944,16 @@ "generator": false, "expression": false, "range": [ - 79046, - 79179 + 78594, + 78717 ], "loc": { "start": { - "line": 2309, + "line": 2301, "column": 17 }, "end": { - "line": 2312, + "line": 2304, "column": 5 } } @@ -174179,16 +172961,16 @@ "kind": "method", "computed": false, "range": [ - 79033, - 79179 + 78581, + 78717 ], "loc": { "start": { - "line": 2309, + "line": 2301, "column": 4 }, "end": { - "line": 2312, + "line": 2304, "column": 5 } }, @@ -174197,16 +172979,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78892, - 79028 + 78440, + 78576 ], "loc": { "start": { - "line": 2304, + "line": 2296, "column": 4 }, "end": { - "line": 2308, + "line": 2300, "column": 7 } } @@ -174217,16 +172999,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79185, - 79267 + 78723, + 78805 ], "loc": { "start": { - "line": 2314, + "line": 2306, "column": 4 }, "end": { - "line": 2317, + "line": 2309, "column": 7 } } @@ -174240,16 +173022,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 79272, - 79291 + 78810, + 78829 ], "loc": { "start": { - "line": 2318, + "line": 2310, "column": 4 }, "end": { - "line": 2318, + "line": 2310, "column": 23 } } @@ -174271,16 +173053,16 @@ "object": { "type": "ThisExpression", "range": [ - 79311, - 79315 + 78849, + 78853 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 15 }, "end": { - "line": 2319, + "line": 2311, "column": 19 } } @@ -174289,31 +173071,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 79316, - 79325 + 78854, + 78863 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 20 }, "end": { - "line": 2319, + "line": 2311, "column": 29 } } }, "range": [ - 79311, - 79325 + 78849, + 78863 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 15 }, "end": { - "line": 2319, + "line": 2311, "column": 29 } } @@ -174324,63 +173106,63 @@ "value": false, "raw": "false", "range": [ - 79326, - 79331 + 78864, + 78869 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 30 }, "end": { - "line": 2319, + "line": 2311, "column": 35 } } } ], "range": [ - 79311, - 79332 + 78849, + 78870 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 15 }, "end": { - "line": 2319, + "line": 2311, "column": 36 } } }, "range": [ - 79304, - 79333 + 78842, + 78871 ], "loc": { "start": { - "line": 2319, + "line": 2311, "column": 8 }, "end": { - "line": 2319, + "line": 2311, "column": 37 } } } ], "range": [ - 79294, - 79339 + 78832, + 78877 ], "loc": { "start": { - "line": 2318, + "line": 2310, "column": 26 }, "end": { - "line": 2320, + "line": 2312, "column": 5 } } @@ -174388,16 +173170,16 @@ "generator": false, "expression": false, "range": [ - 79291, - 79339 + 78829, + 78877 ], "loc": { "start": { - "line": 2318, + "line": 2310, "column": 23 }, "end": { - "line": 2320, + "line": 2312, "column": 5 } } @@ -174405,16 +173187,16 @@ "kind": "method", "computed": false, "range": [ - 79272, - 79339 + 78810, + 78877 ], "loc": { "start": { - "line": 2318, + "line": 2310, "column": 4 }, "end": { - "line": 2320, + "line": 2312, "column": 5 } }, @@ -174423,8 +173205,28 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79185, - 79267 + 78723, + 78805 + ], + "loc": { + "start": { + "line": 2306, + "column": 4 + }, + "end": { + "line": 2309, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", + "range": [ + 78883, + 78971 ], "loc": { "start": { @@ -174438,26 +173240,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", - "range": [ - 79345, - 79433 - ], - "loc": { - "start": { - "line": 2322, - "column": 4 - }, - "end": { - "line": 2325, - "column": 7 - } - } - } - ], "static": false }, { @@ -174466,16 +173248,16 @@ "type": "Identifier", "name": "config", "range": [ - 79438, - 79444 + 78976, + 78982 ], "loc": { "start": { - "line": 2326, + "line": 2318, "column": 4 }, "end": { - "line": 2326, + "line": 2318, "column": 10 } } @@ -174495,16 +173277,16 @@ "object": { "type": "ThisExpression", "range": [ - 79464, - 79468 + 79002, + 79006 ], "loc": { "start": { - "line": 2327, + "line": 2319, "column": 15 }, "end": { - "line": 2327, + "line": 2319, "column": 19 } } @@ -174513,62 +173295,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 79469, - 79472 + 79007, + 79010 ], "loc": { "start": { - "line": 2327, + "line": 2319, "column": 20 }, "end": { - "line": 2327, + "line": 2319, "column": 23 } } }, "range": [ - 79464, - 79472 + 79002, + 79010 ], "loc": { "start": { - "line": 2327, + "line": 2319, "column": 15 }, "end": { - "line": 2327, + "line": 2319, "column": 23 } } }, "range": [ - 79457, - 79473 + 78995, + 79011 ], "loc": { "start": { - "line": 2327, + "line": 2319, "column": 8 }, "end": { - "line": 2327, + "line": 2319, "column": 24 } } } ], "range": [ - 79447, - 79479 + 78985, + 79017 ], "loc": { "start": { - "line": 2326, + "line": 2318, "column": 13 }, "end": { - "line": 2328, + "line": 2320, "column": 5 } } @@ -174576,16 +173358,16 @@ "generator": false, "expression": false, "range": [ - 79444, - 79479 + 78982, + 79017 ], "loc": { "start": { - "line": 2326, + "line": 2318, "column": 10 }, "end": { - "line": 2328, + "line": 2320, "column": 5 } } @@ -174593,16 +173375,16 @@ "kind": "method", "computed": false, "range": [ - 79438, - 79479 + 78976, + 79017 ], "loc": { "start": { - "line": 2326, + "line": 2318, "column": 4 }, "end": { - "line": 2328, + "line": 2320, "column": 5 } }, @@ -174611,16 +173393,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 79345, - 79433 + 78883, + 78971 ], "loc": { "start": { - "line": 2322, + "line": 2314, "column": 4 }, "end": { - "line": 2325, + "line": 2317, "column": 7 } } @@ -174630,31 +173412,31 @@ } ], "range": [ - 951, - 79481 + 1120, + 79019 ], "loc": { "start": { - "line": 27, + "line": 33, "column": 25 }, "end": { - "line": 2329, + "line": 2321, "column": 1 } } }, "range": [ - 933, - 79481 + 1102, + 79019 ], "loc": { "start": { - "line": 27, + "line": 33, "column": 7 }, "end": { - "line": 2329, + "line": 2321, "column": 1 } }, @@ -174664,16 +173446,16 @@ "specifiers": [], "source": null, "range": [ - 926, - 79481 + 1095, + 79019 ], "loc": { "start": { - "line": 27, + "line": 33, "column": 0 }, "end": { - "line": 2329, + "line": 2321, "column": 1 } } @@ -174682,7 +173464,7 @@ "sourceType": "module", "range": [ 0, - 79481 + 79019 ], "loc": { "start": { @@ -174690,7 +173472,7 @@ "column": 0 }, "end": { - "line": 2329, + "line": 2321, "column": 1 } }, @@ -174699,16 +173481,16 @@ "type": "Block", "value": "*\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 958, - 1271 + 1127, + 1440 ], "loc": { "start": { - "line": 29, + "line": 35, "column": 4 }, "end": { - "line": 36, + "line": 42, "column": 7 } } @@ -174717,16 +173499,16 @@ "type": "Line", "value": " TODO: use for-of with babel plug-in", "range": [ - 1722, - 1760 + 1847, + 1885 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 46 } } @@ -174735,16 +173517,16 @@ "type": "Line", "value": " for (let arg of args) {", "range": [ - 1805, - 1831 + 1930, + 1956 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 12 }, "end": { - "line": 55, + "line": 59, "column": 38 } } @@ -174753,16 +173535,16 @@ "type": "Line", "value": " }", "range": [ - 2351, - 2355 + 2476, + 2480 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 16 } } @@ -174771,16 +173553,16 @@ "type": "Line", "value": " configuration object", "range": [ - 2589, - 2612 + 2730, + 2753 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 8 }, "end": { - "line": 77, + "line": 81, "column": 31 } } @@ -174789,16 +173571,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 2687, - 2709 + 2828, + 2850 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 8 }, "end": { - "line": 82, + "line": 86, "column": 30 } } @@ -174807,52 +173589,34 @@ "type": "Line", "value": "default script base path", "range": [ - 2909, - 2935 + 3050, + 3076 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 34 } } }, - { - "type": "Block", - "value": "** filter types **", - "range": [ - 3000, - 3022 - ], - "loc": { - "start": { - "line": 90, - "column": 8 - }, - "end": { - "line": 90, - "column": 30 - } - } - }, { "type": "Block", "value": "** filters' grid properties **", "range": [ - 3223, - 3257 + 3141, + 3175 ], "loc": { "start": { - "line": 97, + "line": 94, "column": 8 }, "end": { - "line": 97, + "line": 94, "column": 42 } } @@ -174861,16 +173625,16 @@ "type": "Line", "value": "enables/disables filter grid", "range": [ - 3267, - 3297 + 3184, + 3214 ], "loc": { "start": { - "line": 99, + "line": 95, "column": 8 }, "end": { - "line": 99, + "line": 95, "column": 38 } } @@ -174879,16 +173643,16 @@ "type": "Line", "value": "enables/disables grid layout (fixed headers)", "range": [ - 3363, - 3409 + 3280, + 3326 ], "loc": { "start": { - "line": 102, + "line": 98, "column": 8 }, "end": { - "line": 102, + "line": 98, "column": 54 } } @@ -174897,16 +173661,16 @@ "type": "Line", "value": "defines tag of the cells containing filters (td/th)", "range": [ - 3694, - 3747 + 3611, + 3664 ], "loc": { "start": { - "line": 110, + "line": 106, "column": 8 }, "end": { - "line": 110, + "line": 106, "column": 61 } } @@ -174915,16 +173679,16 @@ "type": "Line", "value": "stores filters ids", "range": [ - 3883, - 3903 + 3780, + 3800 ], "loc": { "start": { - "line": 114, + "line": 110, "column": 8 }, "end": { - "line": 114, + "line": 110, "column": 28 } } @@ -174933,16 +173697,16 @@ "type": "Line", "value": "stores filters DOM elements", "range": [ - 3938, - 3967 + 3835, + 3864 ], "loc": { "start": { - "line": 116, + "line": 112, "column": 8 }, "end": { - "line": 116, + "line": 112, "column": 37 } } @@ -174951,16 +173715,16 @@ "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 4003, - 4060 + 3900, + 3957 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 65 } } @@ -174969,16 +173733,16 @@ "type": "Line", "value": "stores filters row element", "range": [ - 4103, - 4131 + 4000, + 4028 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 36 } } @@ -174987,16 +173751,16 @@ "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4171, - 4222 + 4068, + 4119 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 59 } } @@ -175005,16 +173769,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4259, - 4281 + 4156, + 4178 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 30 } } @@ -175023,16 +173787,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4316, - 4366 + 4213, + 4263 ], "loc": { "start": { - "line": 126, + "line": 122, "column": 8 }, "end": { - "line": 126, + "line": 122, "column": 58 } } @@ -175041,16 +173805,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4401, - 4426 + 4298, + 4323 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 33 } } @@ -175059,16 +173823,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4462, - 4534 + 4359, + 4431 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 80 } } @@ -175077,16 +173841,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4603, - 4635 + 4500, + 4532 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 40 } } @@ -175095,16 +173859,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4704, - 4737 + 4601, + 4634 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 41 } } @@ -175113,16 +173877,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4807, - 4838 + 4704, + 4735 ], "loc": { "start": { - "line": 137, + "line": 133, "column": 8 }, "end": { - "line": 137, + "line": 133, "column": 39 } } @@ -175131,16 +173895,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4909, - 4940 + 4806, + 4837 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 39 } } @@ -175149,16 +173913,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 5016, - 5050 + 4913, + 4947 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 42 } } @@ -175167,16 +173931,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5059, - 5076 + 4956, + 4973 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 25 } } @@ -175185,16 +173949,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5278, - 5313 + 5175, + 5210 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 43 } } @@ -175203,16 +173967,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5387, - 5434 + 5284, + 5331 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 55 } } @@ -175221,16 +173985,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5511, - 5555 + 5408, + 5452 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 52 } } @@ -175239,16 +174003,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5620, - 5647 + 5517, + 5544 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 35 } } @@ -175257,16 +174021,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5779, - 5810 + 5676, + 5707 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -175275,16 +174039,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5872, - 5920 + 5769, + 5817 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 56 } } @@ -175293,16 +174057,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5999, - 6030 + 5896, + 5927 ], "loc": { "start": { - "line": 160, + "line": 156, "column": 8 }, "end": { - "line": 160, + "line": 156, "column": 39 } } @@ -175311,16 +174075,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6105, - 6142 + 6002, + 6039 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 45 } } @@ -175329,16 +174093,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6225, - 6259 + 6122, + 6156 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 161, "column": 42 } } @@ -175347,16 +174111,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6268, - 6296 + 6165, + 6193 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 8 }, "end": { - "line": 166, + "line": 162, "column": 36 } } @@ -175365,16 +174129,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6367, - 6407 + 6264, + 6304 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 48 } } @@ -175383,16 +174147,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6518, - 6550 + 6415, + 6447 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 40 } } @@ -175401,16 +174165,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6658, - 6693 + 6555, + 6590 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 8 }, "end": { - "line": 174, + "line": 170, "column": 43 } } @@ -175419,16 +174183,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6758, - 6786 + 6655, + 6683 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 36 } } @@ -175437,16 +174201,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6964, - 7004 + 6861, + 6901 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 48 } } @@ -175455,16 +174219,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 7063, - 7106 + 6960, + 7003 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 8 }, "end": { - "line": 182, + "line": 178, "column": 51 } } @@ -175473,16 +174237,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7171, - 7209 + 7068, + 7106 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 46 } } @@ -175491,16 +174255,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7293, - 7314 + 7190, + 7211 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 29 } } @@ -175509,16 +174273,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7359, - 7388 + 7256, + 7285 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 37 } } @@ -175527,16 +174291,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7459, - 7497 + 7356, + 7394 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 46 } } @@ -175545,16 +174309,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7583, - 7629 + 7480, + 7526 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 54 } } @@ -175563,16 +174327,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7697, - 7759 + 7594, + 7656 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 194, + "line": 190, "column": 70 } } @@ -175581,52 +174345,34 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7832, - 7882 + 7729, + 7779 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 58 } } }, - { - "type": "Line", - "value": "delays any filtering process if loader true", - "range": [ - 7925, - 7970 - ], - "loc": { - "start": { - "line": 198, - "column": 8 - }, - "end": { - "line": 198, - "column": 53 - } - } - }, { "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8073, - 8114 + 7822, + 7863 ], "loc": { "start": { - "line": 201, + "line": 194, "column": 8 }, "end": { - "line": 201, + "line": 194, "column": 49 } } @@ -175635,16 +174381,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8228, - 8267 + 7977, + 8016 ], "loc": { "start": { - "line": 204, + "line": 197, "column": 8 }, "end": { - "line": 204, + "line": 197, "column": 47 } } @@ -175653,16 +174399,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8333, - 8372 + 8082, + 8121 ], "loc": { "start": { - "line": 206, + "line": 199, "column": 8 }, "end": { - "line": 206, + "line": 199, "column": 47 } } @@ -175671,16 +174417,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8483, - 8532 + 8232, + 8281 ], "loc": { "start": { - "line": 209, + "line": 202, "column": 8 }, "end": { - "line": 209, + "line": 202, "column": 57 } } @@ -175689,16 +174435,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8643, - 8691 + 8392, + 8440 ], "loc": { "start": { - "line": 212, + "line": 205, "column": 8 }, "end": { - "line": 212, + "line": 205, "column": 56 } } @@ -175707,16 +174453,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 8802, - 8830 + 8551, + 8579 ], "loc": { "start": { - "line": 215, + "line": 208, "column": 8 }, "end": { - "line": 215, + "line": 208, "column": 36 } } @@ -175725,16 +174471,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8946, - 8979 + 8695, + 8728 ], "loc": { "start": { - "line": 218, + "line": 211, "column": 8 }, "end": { - "line": 218, + "line": 211, "column": 41 } } @@ -175743,16 +174489,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9045, - 9072 + 8794, + 8821 ], "loc": { "start": { - "line": 220, + "line": 213, "column": 8 }, "end": { - "line": 220, + "line": 213, "column": 35 } } @@ -175761,16 +174507,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9192, - 9207 + 8941, + 8956 ], "loc": { "start": { - "line": 223, + "line": 216, "column": 8 }, "end": { - "line": 223, + "line": 216, "column": 23 } } @@ -175779,16 +174525,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9270, - 9292 + 9019, + 9041 ], "loc": { "start": { - "line": 225, + "line": 218, "column": 8 }, "end": { - "line": 225, + "line": 218, "column": 30 } } @@ -175797,16 +174543,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9366, - 9410 + 9115, + 9159 ], "loc": { "start": { - "line": 227, + "line": 220, "column": 8 }, "end": { - "line": 227, + "line": 220, "column": 52 } } @@ -175815,16 +174561,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9514, - 9568 + 9263, + 9317 ], "loc": { "start": { - "line": 230, + "line": 223, "column": 8 }, "end": { - "line": 230, + "line": 223, "column": 62 } } @@ -175833,16 +174579,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9699, - 9752 + 9448, + 9501 ], "loc": { "start": { - "line": 233, + "line": 226, "column": 8 }, "end": { - "line": 233, + "line": 226, "column": 61 } } @@ -175851,16 +174597,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9881, - 9935 + 9630, + 9684 ], "loc": { "start": { - "line": 237, + "line": 230, "column": 8 }, "end": { - "line": 237, + "line": 230, "column": 62 } } @@ -175869,16 +174615,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9944, - 9969 + 9693, + 9718 ], "loc": { "start": { - "line": 238, + "line": 231, "column": 8 }, "end": { - "line": 238, + "line": 231, "column": 33 } } @@ -175887,16 +174633,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10039, - 10091 + 9788, + 9840 ], "loc": { "start": { - "line": 240, + "line": 233, "column": 8 }, "end": { - "line": 240, + "line": 233, "column": 60 } } @@ -175905,16 +174651,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10165, - 10192 + 9914, + 9941 ], "loc": { "start": { - "line": 242, + "line": 235, "column": 8 }, "end": { - "line": 242, + "line": 235, "column": 35 } } @@ -175923,16 +174669,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10253, - 10309 + 10002, + 10058 ], "loc": { "start": { - "line": 244, + "line": 237, "column": 8 }, "end": { - "line": 244, + "line": 237, "column": 64 } } @@ -175941,16 +174687,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10390, - 10417 + 10139, + 10166 ], "loc": { "start": { - "line": 246, + "line": 239, "column": 8 }, "end": { - "line": 246, + "line": 239, "column": 35 } } @@ -175959,16 +174705,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10489, - 10535 + 10238, + 10284 ], "loc": { "start": { - "line": 248, + "line": 241, "column": 8 }, "end": { - "line": 248, + "line": 241, "column": 54 } } @@ -175977,16 +174723,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10609, - 10650 + 10358, + 10399 ], "loc": { "start": { - "line": 250, + "line": 243, "column": 8 }, "end": { - "line": 250, + "line": 243, "column": 49 } } @@ -175995,16 +174741,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10722, - 10774 + 10471, + 10523 ], "loc": { "start": { - "line": 252, + "line": 245, "column": 8 }, "end": { - "line": 252, + "line": 245, "column": 60 } } @@ -176013,16 +174759,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10903, - 10956 + 10652, + 10705 ], "loc": { "start": { - "line": 255, + "line": 248, "column": 8 }, "end": { - "line": 255, + "line": 248, "column": 61 } } @@ -176031,16 +174777,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11090, - 11130 + 10839, + 10879 ], "loc": { "start": { - "line": 258, + "line": 251, "column": 8 }, "end": { - "line": 258, + "line": 251, "column": 48 } } @@ -176049,16 +174795,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11316, - 11342 + 11065, + 11091 ], "loc": { "start": { - "line": 263, + "line": 256, "column": 8 }, "end": { - "line": 263, + "line": 256, "column": 34 } } @@ -176067,16 +174813,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12206, - 12228 + 11955, + 11977 ], "loc": { "start": { - "line": 281, + "line": 274, "column": 8 }, "end": { - "line": 281, + "line": 274, "column": 30 } } @@ -176085,16 +174831,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12237, - 12262 + 11986, + 12011 ], "loc": { "start": { - "line": 282, + "line": 275, "column": 8 }, "end": { - "line": 282, + "line": 275, "column": 33 } } @@ -176103,16 +174849,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12324, - 12344 + 12073, + 12093 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 8 }, "end": { - "line": 285, + "line": 278, "column": 28 } } @@ -176121,16 +174867,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12353, - 12376 + 12102, + 12125 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 8 }, "end": { - "line": 286, + "line": 279, "column": 31 } } @@ -176139,16 +174885,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12434, - 12450 + 12183, + 12199 ], "loc": { "start": { - "line": 289, + "line": 282, "column": 8 }, "end": { - "line": 289, + "line": 282, "column": 24 } } @@ -176157,16 +174903,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12459, - 12502 + 12208, + 12251 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 51 } } @@ -176175,16 +174921,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12553, - 12595 + 12302, + 12344 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 8 }, "end": { - "line": 293, + "line": 286, "column": 50 } } @@ -176193,16 +174939,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12604, - 12643 + 12353, + 12392 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 8 }, "end": { - "line": 294, + "line": 287, "column": 47 } } @@ -176211,16 +174957,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12694, - 12726 + 12443, + 12475 ], "loc": { "start": { - "line": 296, + "line": 289, "column": 8 }, "end": { - "line": 296, + "line": 289, "column": 40 } } @@ -176229,16 +174975,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12805, - 12846 + 12554, + 12595 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 8 }, "end": { - "line": 298, + "line": 291, "column": 49 } } @@ -176247,16 +174993,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12961, - 12984 + 12710, + 12733 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 8 }, "end": { - "line": 301, + "line": 294, "column": 31 } } @@ -176265,16 +175011,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13039, - 13075 + 12788, + 12824 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 8 }, "end": { - "line": 303, + "line": 296, "column": 44 } } @@ -176283,16 +175029,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13150, - 13196 + 12899, + 12945 ], "loc": { "start": { - "line": 305, + "line": 298, "column": 8 }, "end": { - "line": 305, + "line": 298, "column": 54 } } @@ -176301,16 +175047,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13304, - 13349 + 13053, + 13098 ], "loc": { "start": { - "line": 308, + "line": 301, "column": 8 }, "end": { - "line": 308, + "line": 301, "column": 53 } } @@ -176319,16 +175065,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13455, - 13471 + 13204, + 13220 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 8 }, "end": { - "line": 312, + "line": 305, "column": 24 } } @@ -176337,16 +175083,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13480, - 13511 + 13229, + 13260 ], "loc": { "start": { - "line": 313, + "line": 306, "column": 8 }, "end": { - "line": 313, + "line": 306, "column": 39 } } @@ -176355,16 +175101,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13585, - 13602 + 13334, + 13351 ], "loc": { "start": { - "line": 315, + "line": 308, "column": 32 }, "end": { - "line": 315, + "line": 308, "column": 49 } } @@ -176373,16 +175119,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13634, - 13650 + 13383, + 13399 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 31 }, "end": { - "line": 316, + "line": 309, "column": 47 } } @@ -176391,16 +175137,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13660, - 13690 + 13409, + 13439 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 8 }, "end": { - "line": 318, + "line": 311, "column": 38 } } @@ -176409,16 +175155,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13699, - 13757 + 13448, + 13506 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 8 }, "end": { - "line": 319, + "line": 312, "column": 66 } } @@ -176427,16 +175173,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13816, - 13845 + 13565, + 13594 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 8 }, "end": { - "line": 321, + "line": 314, "column": 37 } } @@ -176445,16 +175191,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13954, - 13972 + 13717, + 13735 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 8 }, "end": { - "line": 324, + "line": 317, "column": 26 } } @@ -176463,16 +175209,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14053, - 14083 + 13816, + 13846 ], "loc": { "start": { - "line": 328, + "line": 321, "column": 8 }, "end": { - "line": 328, + "line": 321, "column": 38 } } @@ -176481,16 +175227,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14092, - 14131 + 13855, + 13894 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 8 }, "end": { - "line": 329, + "line": 322, "column": 47 } } @@ -176499,16 +175245,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14205, - 14233 + 13968, + 13996 ], "loc": { "start": { - "line": 332, + "line": 325, "column": 8 }, "end": { - "line": 332, + "line": 325, "column": 36 } } @@ -176517,16 +175263,16 @@ "type": "Line", "value": " stateful", "range": [ - 14348, - 14359 + 14111, + 14122 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 19 } } @@ -176535,16 +175281,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14432, - 14452 + 14195, + 14215 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 8 }, "end": { - "line": 339, + "line": 332, "column": 28 } } @@ -176553,16 +175299,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14461, - 14503 + 14224, + 14266 ], "loc": { "start": { - "line": 340, + "line": 333, "column": 8 }, "end": { - "line": 340, + "line": 333, "column": 50 } } @@ -176571,16 +175317,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14573, - 14628 + 14336, + 14391 ], "loc": { "start": { - "line": 342, + "line": 335, "column": 8 }, "end": { - "line": 342, + "line": 335, "column": 63 } } @@ -176589,16 +175335,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14701, - 14736 + 14464, + 14499 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 8 }, "end": { - "line": 344, + "line": 337, "column": 43 } } @@ -176607,16 +175353,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14745, - 14777 + 14508, + 14540 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 8 }, "end": { - "line": 345, + "line": 338, "column": 40 } } @@ -176625,16 +175371,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14846, - 14880 + 14609, + 14643 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 8 }, "end": { - "line": 347, + "line": 340, "column": 42 } } @@ -176643,16 +175389,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14955, - 14992 + 14718, + 14755 ], "loc": { "start": { - "line": 349, + "line": 342, "column": 8 }, "end": { - "line": 349, + "line": 342, "column": 45 } } @@ -176661,16 +175407,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15078, - 15108 + 14841, + 14871 ], "loc": { "start": { - "line": 351, + "line": 344, "column": 8 }, "end": { - "line": 351, + "line": 344, "column": 38 } } @@ -176679,16 +175425,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15179, - 15215 + 14942, + 14978 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 8 }, "end": { - "line": 353, + "line": 346, "column": 44 } } @@ -176697,16 +175443,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15298, - 15320 + 15061, + 15083 ], "loc": { "start": { - "line": 356, + "line": 349, "column": 8 }, "end": { - "line": 356, + "line": 349, "column": 30 } } @@ -176715,16 +175461,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15329, - 15360 + 15092, + 15123 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 8 }, "end": { - "line": 357, + "line": 350, "column": 39 } } @@ -176733,16 +175479,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15397, - 15425 + 15160, + 15188 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 8 }, "end": { - "line": 359, + "line": 352, "column": 36 } } @@ -176751,16 +175497,16 @@ "type": "Line", "value": "validation button", "range": [ - 15464, - 15483 + 15227, + 15246 ], "loc": { "start": { - "line": 361, + "line": 354, "column": 8 }, "end": { - "line": 361, + "line": 354, "column": 27 } } @@ -176769,16 +175515,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15528, - 15582 + 15291, + 15345 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 8 }, "end": { - "line": 363, + "line": 356, "column": 62 } } @@ -176787,16 +175533,16 @@ "type": "Line", "value": "left div", "range": [ - 15625, - 15635 + 15388, + 15398 ], "loc": { "start": { - "line": 365, + "line": 358, "column": 8 }, "end": { - "line": 365, + "line": 358, "column": 18 } } @@ -176805,16 +175551,16 @@ "type": "Line", "value": "right div", "range": [ - 15677, - 15688 + 15440, + 15451 ], "loc": { "start": { - "line": 367, + "line": 360, "column": 8 }, "end": { - "line": 367, + "line": 360, "column": 19 } } @@ -176823,16 +175569,16 @@ "type": "Line", "value": "middle div", "range": [ - 15730, - 15742 + 15493, + 15505 ], "loc": { "start": { - "line": 369, + "line": 362, "column": 8 }, "end": { - "line": 369, + "line": 362, "column": 20 } } @@ -176841,16 +175587,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15784, - 15806 + 15547, + 15569 ], "loc": { "start": { - "line": 371, + "line": 364, "column": 8 }, "end": { - "line": 371, + "line": 364, "column": 30 } } @@ -176859,16 +175605,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15863, - 15879 + 15626, + 15642 ], "loc": { "start": { - "line": 373, + "line": 366, "column": 8 }, "end": { - "line": 373, + "line": 366, "column": 24 } } @@ -176877,16 +175623,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 15932, - 15952 + 15695, + 15715 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 8 }, "end": { - "line": 375, + "line": 368, "column": 28 } } @@ -176895,16 +175641,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 16046, - 16066 + 15809, + 15829 ], "loc": { "start": { - "line": 379, + "line": 372, "column": 8 }, "end": { - "line": 379, + "line": 372, "column": 28 } } @@ -176913,16 +175659,16 @@ "type": "Line", "value": "imports external script", "range": [ - 16075, - 16100 + 15838, + 15863 ], "loc": { "start": { - "line": 380, + "line": 373, "column": 8 }, "end": { - "line": 380, + "line": 373, "column": 33 } } @@ -176931,16 +175677,16 @@ "type": "Block", "value": "** themes **", "range": [ - 16211, - 16227 + 15974, + 15990 ], "loc": { "start": { - "line": 384, + "line": 377, "column": 8 }, "end": { - "line": 384, + "line": 377, "column": 24 } } @@ -176949,16 +175695,16 @@ "type": "Line", "value": "imports themes", "range": [ - 16303, - 16319 + 16066, + 16082 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 8 }, "end": { - "line": 386, + "line": 379, "column": 24 } } @@ -176967,16 +175713,16 @@ "type": "Line", "value": "themes path", "range": [ - 16445, - 16458 + 16208, + 16221 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 8 }, "end": { - "line": 389, + "line": 382, "column": 21 } } @@ -176985,16 +175731,16 @@ "type": "Line", "value": "responsive table", "range": [ - 16539, - 16557 + 16302, + 16320 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 8 }, "end": { - "line": 392, + "line": 385, "column": 26 } } @@ -177003,16 +175749,16 @@ "type": "Line", "value": " Features registry", "range": [ - 16616, - 16636 + 16379, + 16399 ], "loc": { "start": { - "line": 395, + "line": 388, "column": 8 }, "end": { - "line": 395, + "line": 388, "column": 28 } } @@ -177021,16 +175767,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16669, - 16691 + 16432, + 16454 ], "loc": { "start": { - "line": 398, + "line": 391, "column": 8 }, "end": { - "line": 398, + "line": 391, "column": 30 } } @@ -177039,16 +175785,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16734, - 16783 + 16497, + 16546 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 4 }, "end": { - "line": 404, + "line": 397, "column": 7 } } @@ -177057,16 +175803,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16973, - 17007 + 16736, + 16770 ], "loc": { "start": { - "line": 414, + "line": 407, "column": 8 }, "end": { - "line": 414, + "line": 407, "column": 42 } } @@ -177075,16 +175821,16 @@ "type": "Line", "value": "loads theme", "range": [ - 17088, - 17101 + 16851, + 16864 ], "loc": { "start": { - "line": 417, + "line": 410, "column": 8 }, "end": { - "line": 417, + "line": 410, "column": 21 } } @@ -177093,16 +175839,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 17182, - 17241 + 16945, + 17004 ], "loc": { "start": { - "line": 422, + "line": 415, "column": 8 }, "end": { - "line": 422, + "line": 415, "column": 67 } } @@ -177111,16 +175857,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 18227, - 18258 + 17990, + 18021 ], "loc": { "start": { - "line": 463, + "line": 456, "column": 8 }, "end": { - "line": 463, + "line": 456, "column": 39 } } @@ -177129,16 +175875,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 18563, - 18582 + 18326, + 18345 ], "loc": { "start": { - "line": 473, + "line": 466, "column": 12 }, "end": { - "line": 473, + "line": 466, "column": 31 } } @@ -177147,16 +175893,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 19162, - 19194 + 18925, + 18957 ], "loc": { "start": { - "line": 489, + "line": 482, "column": 16 }, "end": { - "line": 489, + "line": 482, "column": 48 } } @@ -177165,16 +175911,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 19372, - 19391 + 19125, + 19144 ], "loc": { "start": { - "line": 495, + "line": 488, "column": 16 }, "end": { - "line": 495, + "line": 488, "column": 35 } } @@ -177183,16 +175929,16 @@ "type": "Line", "value": " checklist", "range": [ - 19695, - 19707 + 19430, + 19442 ], "loc": { "start": { - "line": 502, + "line": 495, "column": 16 }, "end": { - "line": 502, + "line": 495, "column": 28 } } @@ -177201,16 +175947,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 20089, - 20115 + 19812, + 19838 ], "loc": { "start": { - "line": 512, + "line": 505, "column": 16 }, "end": { - "line": 512, + "line": 505, "column": 42 } } @@ -177219,16 +175965,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 20449, - 20466 + 20172, + 20189 ], "loc": { "start": { - "line": 523, + "line": 516, "column": 9 }, "end": { - "line": 523, + "line": 516, "column": 26 } } @@ -177237,16 +175983,16 @@ "type": "Block", "value": " Features ", "range": [ - 20476, - 20490 + 20199, + 20213 ], "loc": { "start": { - "line": 525, + "line": 518, "column": 8 }, "end": { - "line": 525, + "line": 518, "column": 22 } } @@ -177255,16 +176001,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 21726, - 21758 + 21449, + 21481 ], "loc": { "start": { - "line": 568, + "line": 561, "column": 8 }, "end": { - "line": 568, + "line": 561, "column": 40 } } @@ -177273,16 +176019,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21969, - 21991 + 21692, + 21714 ], "loc": { "start": { - "line": 576, + "line": 569, "column": 8 }, "end": { - "line": 576, + "line": 569, "column": 30 } } @@ -177291,16 +176037,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 22080, - 22102 + 21803, + 21825 ], "loc": { "start": { - "line": 581, + "line": 574, "column": 8 }, "end": { - "line": 581, + "line": 574, "column": 30 } } @@ -177309,16 +176055,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 22678, - 22741 + 22401, + 22464 ], "loc": { "start": { - "line": 600, + "line": 593, "column": 4 }, "end": { - "line": 603, + "line": 596, "column": 7 } } @@ -177327,52 +176073,34 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 23216, - 23349 + 22946, + 23079 ], "loc": { "start": { - "line": 622, + "line": 615, "column": 4 }, "end": { - "line": 626, + "line": 619, "column": 7 } } }, - { - "type": "Line", - "value": " TODO: define constants for keys", - "range": [ - 23773, - 23807 - ], - "loc": { - "start": { - "line": 642, - "column": 8 - }, - "end": { - "line": 642, - "column": 42 - } - } - }, { "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 24207, - 24290 + 23947, + 24030 ], "loc": { "start": { - "line": 654, + "line": 648, "column": 4 }, "end": { - "line": 656, + "line": 650, "column": 7 } } @@ -177381,16 +176109,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 24399, - 24464 + 24139, + 24204 ], "loc": { "start": { - "line": 663, + "line": 657, "column": 4 }, "end": { - "line": 666, + "line": 660, "column": 7 } } @@ -177399,16 +176127,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 24589, - 24677 + 24329, + 24417 ], "loc": { "start": { - "line": 672, + "line": 666, "column": 4 }, "end": { - "line": 674, + "line": 668, "column": 7 } } @@ -177417,16 +176145,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24891, - 24946 + 24631, + 24686 ], "loc": { "start": { - "line": 683, + "line": 677, "column": 4 }, "end": { - "line": 685, + "line": 679, "column": 7 } } @@ -177435,16 +176163,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 25526, - 25573 + 25264, + 25311 ], "loc": { "start": { - "line": 709, + "line": 703, "column": 4 }, "end": { - "line": 711, + "line": 705, "column": 7 } } @@ -177453,16 +176181,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 25888, - 26107 + 25626, + 25845 ], "loc": { "start": { - "line": 722, + "line": 716, "column": 4 }, "end": { - "line": 727, + "line": 721, "column": 7 } } @@ -177471,16 +176199,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26901, - 26939 + 26619, + 26657 ], "loc": { "start": { - "line": 746, + "line": 740, "column": 8 }, "end": { - "line": 746, + "line": 740, "column": 46 } } @@ -177489,16 +176217,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 27426, - 27575 + 27144, + 27293 ], "loc": { "start": { - "line": 762, + "line": 756, "column": 4 }, "end": { - "line": 766, + "line": 760, "column": 7 } } @@ -177507,16 +176235,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27949, - 27987 + 27657, + 27695 ], "loc": { "start": { - "line": 775, + "line": 769, "column": 8 }, "end": { - "line": 775, + "line": 769, "column": 46 } } @@ -177525,16 +176253,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 28208, - 28342 + 27916, + 28050 ], "loc": { "start": { - "line": 785, + "line": 779, "column": 4 }, "end": { - "line": 789, + "line": 783, "column": 7 } } @@ -177543,16 +176271,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 28405, - 28489 + 28113, + 28197 ], "loc": { "start": { - "line": 794, + "line": 788, "column": 4 }, "end": { - "line": 796, + "line": 790, "column": 7 } } @@ -177561,16 +176289,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 28557, - 28610 + 28265, + 28318 ], "loc": { "start": { - "line": 799, + "line": 793, "column": 8 }, "end": { - "line": 799, + "line": 793, "column": 61 } } @@ -177579,16 +176307,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28997, - 29092 + 28705, + 28800 ], "loc": { "start": { - "line": 812, + "line": 806, "column": 4 }, "end": { - "line": 815, + "line": 809, "column": 7 } } @@ -177597,16 +176325,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 29481, - 29511 + 29189, + 29219 ], "loc": { "start": { - "line": 832, + "line": 826, "column": 8 }, "end": { - "line": 832, + "line": 826, "column": 38 } } @@ -177615,16 +176343,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 29572, - 29592 + 29280, + 29300 ], "loc": { "start": { - "line": 834, + "line": 828, "column": 12 }, "end": { - "line": 834, + "line": 828, "column": 32 } } @@ -177633,16 +176361,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 29656, - 29675 + 29364, + 29383 ], "loc": { "start": { - "line": 836, + "line": 830, "column": 12 }, "end": { - "line": 836, + "line": 830, "column": 31 } } @@ -177651,16 +176379,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 29767, - 29910 + 29475, + 29618 ], "loc": { "start": { - "line": 842, + "line": 836, "column": 4 }, "end": { - "line": 846, + "line": 840, "column": 7 } } @@ -177669,16 +176397,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29983, - 30113 + 29691, + 29821 ], "loc": { "start": { - "line": 851, + "line": 845, "column": 4 }, "end": { - "line": 855, + "line": 849, "column": 7 } } @@ -177687,16 +176415,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30205, - 30286 + 29913, + 29994 ], "loc": { "start": { - "line": 860, + "line": 854, "column": 4 }, "end": { - "line": 862, + "line": 856, "column": 7 } } @@ -177705,16 +176433,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30654, - 30720 + 30362, + 30428 ], "loc": { "start": { - "line": 876, + "line": 870, "column": 4 }, "end": { - "line": 878, + "line": 872, "column": 7 } } @@ -177723,16 +176451,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 30841, - 30863 + 30549, + 30571 ], "loc": { "start": { - "line": 883, + "line": 877, "column": 8 }, "end": { - "line": 883, + "line": 877, "column": 30 } } @@ -177741,16 +176469,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31697, - 31751 + 31405, + 31459 ], "loc": { "start": { - "line": 907, + "line": 901, "column": 8 }, "end": { - "line": 907, + "line": 901, "column": 62 } } @@ -177759,16 +176487,16 @@ "type": "Line", "value": "Reset button", "range": [ - 31760, - 31774 + 31468, + 31482 ], "loc": { "start": { - "line": 908, + "line": 902, "column": 8 }, "end": { - "line": 908, + "line": 902, "column": 22 } } @@ -177777,16 +176505,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31954, - 31970 + 31662, + 31678 ], "loc": { "start": { - "line": 913, + "line": 907, "column": 8 }, "end": { - "line": 913, + "line": 907, "column": 24 } } @@ -177795,16 +176523,16 @@ "type": "Line", "value": "Loader", "range": [ - 32563, - 32571 + 32271, + 32279 ], "loc": { "start": { - "line": 923, + "line": 917, "column": 8 }, "end": { - "line": 923, + "line": 917, "column": 16 } } @@ -177813,16 +176541,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32764, - 32882 + 32472, + 32590 ], "loc": { "start": { - "line": 931, + "line": 925, "column": 4 }, "end": { - "line": 934, + "line": 928, "column": 7 } } @@ -177831,16 +176559,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32975, - 33013 + 32683, + 32721 ], "loc": { "start": { - "line": 939, + "line": 933, "column": 4 }, "end": { - "line": 941, + "line": 935, "column": 7 } } @@ -177849,16 +176577,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33938, - 33964 + 33646, + 33672 ], "loc": { "start": { - "line": 973, + "line": 967, "column": 8 }, "end": { - "line": 973, + "line": 967, "column": 34 } } @@ -177867,16 +176595,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34013, - 34031 + 33721, + 33739 ], "loc": { "start": { - "line": 976, + "line": 970, "column": 8 }, "end": { - "line": 976, + "line": 970, "column": 26 } } @@ -177885,16 +176613,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34040, - 34090 + 33748, + 33798 ], "loc": { "start": { - "line": 977, + "line": 971, "column": 8 }, "end": { - "line": 977, + "line": 971, "column": 58 } } @@ -177903,16 +176631,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34305, - 34329 + 34013, + 34037 ], "loc": { "start": { - "line": 985, + "line": 979, "column": 8 }, "end": { - "line": 985, + "line": 979, "column": 32 } } @@ -177921,16 +176649,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34949, - 35038 + 34657, + 34746 ], "loc": { "start": { - "line": 1005, + "line": 999, "column": 4 }, "end": { - "line": 1007, + "line": 1001, "column": 7 } } @@ -177939,16 +176667,16 @@ "type": "Block", "value": "** container div **", "range": [ - 35124, - 35147 + 34832, + 34855 ], "loc": { "start": { - "line": 1013, + "line": 1007, "column": 8 }, "end": { - "line": 1013, + "line": 1007, "column": 31 } } @@ -177957,16 +176685,16 @@ "type": "Line", "value": "custom container", "range": [ - 35280, - 35298 + 34988, + 35006 ], "loc": { "start": { - "line": 1017, + "line": 1011, "column": 8 }, "end": { - "line": 1017, + "line": 1011, "column": 26 } } @@ -177975,16 +176703,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 35409, - 35422 + 35117, + 35130 ], "loc": { "start": { - "line": 1021, + "line": 1015, "column": 8 }, "end": { - "line": 1021, + "line": 1015, "column": 21 } } @@ -177993,16 +176721,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35645, - 35685 + 35353, + 35393 ], "loc": { "start": { - "line": 1027, + "line": 1021, "column": 8 }, "end": { - "line": 1027, + "line": 1021, "column": 48 } } @@ -178011,16 +176739,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35923, - 35969 + 35631, + 35677 ], "loc": { "start": { - "line": 1035, + "line": 1029, "column": 8 }, "end": { - "line": 1035, + "line": 1029, "column": 54 } } @@ -178029,12 +176757,30 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 36181, - 36275 + 35889, + 35983 ], "loc": { "start": { - "line": 1041, + "line": 1035, + "column": 8 + }, + "end": { + "line": 1036, + "column": 52 + } + } + }, + { + "type": "Block", + "value": "** mid div containing paging elements **", + "range": [ + 36195, + 36239 + ], + "loc": { + "start": { + "line": 1042, "column": 8 }, "end": { @@ -178043,38 +176789,20 @@ } } }, - { - "type": "Block", - "value": "** mid div containing paging elements **", - "range": [ - 36487, - 36531 - ], - "loc": { - "start": { - "line": 1048, - "column": 8 - }, - "end": { - "line": 1048, - "column": 52 - } - } - }, { "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36743, - 36788 + 36451, + 36496 ], "loc": { "start": { - "line": 1054, + "line": 1048, "column": 8 }, "end": { - "line": 1054, + "line": 1048, "column": 53 } } @@ -178083,16 +176811,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 36841, - 36903 + 36549, + 36611 ], "loc": { "start": { - "line": 1056, + "line": 1050, "column": 12 }, "end": { - "line": 1056, + "line": 1050, "column": 74 } } @@ -178101,16 +176829,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 36916, - 36956 + 36624, + 36664 ], "loc": { "start": { - "line": 1057, + "line": 1051, "column": 12 }, "end": { - "line": 1057, + "line": 1051, "column": 52 } } @@ -178119,16 +176847,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37070, - 37121 + 36778, + 36829 ], "loc": { "start": { - "line": 1063, + "line": 1057, "column": 4 }, "end": { - "line": 1065, + "line": 1059, "column": 7 } } @@ -178137,16 +176865,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37466, - 37523 + 37174, + 37231 ], "loc": { "start": { - "line": 1080, + "line": 1074, "column": 4 }, "end": { - "line": 1082, + "line": 1076, "column": 7 } } @@ -178155,16 +176883,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 37941, - 38095 + 37649, + 37803 ], "loc": { "start": { - "line": 1098, + "line": 1092, "column": 4 }, "end": { - "line": 1102, + "line": 1096, "column": 7 } } @@ -178173,16 +176901,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 38240, - 38436 + 37948, + 38144 ], "loc": { "start": { - "line": 1108, + "line": 1102, "column": 4 }, "end": { - "line": 1113, + "line": 1107, "column": 7 } } @@ -178191,16 +176919,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 39302, - 39539 + 39010, + 39247 ], "loc": { "start": { - "line": 1142, + "line": 1136, "column": 4 }, "end": { - "line": 1146, + "line": 1140, "column": 7 } } @@ -178209,16 +176937,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39640, - 39666 + 39348, + 39374 ], "loc": { "start": { - "line": 1151, + "line": 1145, "column": 8 }, "end": { - "line": 1151, + "line": 1145, "column": 34 } } @@ -178227,16 +176955,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 39920, - 39942 + 39628, + 39650 ], "loc": { "start": { - "line": 1161, + "line": 1155, "column": 8 }, "end": { - "line": 1161, + "line": 1155, "column": 30 } } @@ -178245,16 +176973,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 40502, - 40541 + 40210, + 40249 ], "loc": { "start": { - "line": 1175, + "line": 1169, "column": 12 }, "end": { - "line": 1175, + "line": 1169, "column": 51 } } @@ -178263,16 +176991,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 40554, - 40589 + 40262, + 40297 ], "loc": { "start": { - "line": 1176, + "line": 1170, "column": 12 }, "end": { - "line": 1176, + "line": 1170, "column": 47 } } @@ -178281,16 +177009,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40735, - 40757 + 40443, + 40465 ], "loc": { "start": { - "line": 1181, + "line": 1175, "column": 8 }, "end": { - "line": 1181, + "line": 1175, "column": 30 } } @@ -178299,16 +177027,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 40814, - 40840 + 40522, + 40548 ], "loc": { "start": { - "line": 1183, + "line": 1177, "column": 12 }, "end": { - "line": 1183, + "line": 1177, "column": 38 } } @@ -178317,16 +177045,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41453, - 41495 + 41161, + 41203 ], "loc": { "start": { - "line": 1200, + "line": 1194, "column": 8 }, "end": { - "line": 1200, + "line": 1194, "column": 50 } } @@ -178335,16 +177063,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 41693, - 41720 + 41508, + 41535 ], "loc": { "start": { - "line": 1207, + "line": 1203, "column": 12 }, "end": { - "line": 1207, + "line": 1203, "column": 39 } } @@ -178353,16 +177081,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 42014, - 42040 + 41829, + 41855 ], "loc": { "start": { - "line": 1215, + "line": 1211, "column": 16 }, "end": { - "line": 1215, + "line": 1211, "column": 42 } } @@ -178371,16 +177099,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42254, - 42278 + 42069, + 42093 ], "loc": { "start": { - "line": 1222, + "line": 1218, "column": 12 }, "end": { - "line": 1222, + "line": 1218, "column": 36 } } @@ -178389,16 +177117,16 @@ "type": "Line", "value": "dates", "range": [ - 42933, - 42940 + 42748, + 42755 ], "loc": { "start": { - "line": 1237, + "line": 1233, "column": 12 }, "end": { - "line": 1237, + "line": 1233, "column": 19 } } @@ -178407,16 +177135,16 @@ "type": "Line", "value": " lower date", "range": [ - 43073, - 43086 + 42888, + 42901 ], "loc": { "start": { - "line": 1240, + "line": 1236, "column": 16 }, "end": { - "line": 1240, + "line": 1236, "column": 29 } } @@ -178425,16 +177153,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 43273, - 43292 + 43088, + 43107 ], "loc": { "start": { - "line": 1245, + "line": 1241, "column": 16 }, "end": { - "line": 1245, + "line": 1241, "column": 35 } } @@ -178443,16 +177171,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 43487, - 43508 + 43302, + 43323 ], "loc": { "start": { - "line": 1250, + "line": 1246, "column": 16 }, "end": { - "line": 1250, + "line": 1246, "column": 37 } } @@ -178461,16 +177189,16 @@ "type": "Line", "value": " greater date", "range": [ - 43703, - 43718 + 43518, + 43533 ], "loc": { "start": { - "line": 1255, + "line": 1251, "column": 16 }, "end": { - "line": 1255, + "line": 1251, "column": 31 } } @@ -178479,16 +177207,16 @@ "type": "Line", "value": " different date", "range": [ - 43910, - 43927 + 43725, + 43742 ], "loc": { "start": { - "line": 1260, + "line": 1256, "column": 16 }, "end": { - "line": 1260, + "line": 1256, "column": 33 } } @@ -178497,16 +177225,16 @@ "type": "Line", "value": " equal date", "range": [ - 44143, - 44156 + 43958, + 43971 ], "loc": { "start": { - "line": 1265, + "line": 1261, "column": 16 }, "end": { - "line": 1265, + "line": 1261, "column": 29 } } @@ -178515,16 +177243,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44373, - 44434 + 44188, + 44249 ], "loc": { "start": { - "line": 1270, + "line": 1266, "column": 16 }, "end": { - "line": 1270, + "line": 1266, "column": 77 } } @@ -178533,16 +177261,16 @@ "type": "Line", "value": " like date", "range": [ - 44477, - 44489 + 44292, + 44304 ], "loc": { "start": { - "line": 1271, + "line": 1267, "column": 42 }, "end": { - "line": 1271, + "line": 1267, "column": 54 } } @@ -178551,16 +177279,16 @@ "type": "Line", "value": "empty", "range": [ - 44858, - 44865 + 44673, + 44680 ], "loc": { "start": { - "line": 1279, + "line": 1275, "column": 16 }, "end": { - "line": 1279, + "line": 1275, "column": 23 } } @@ -178569,16 +177297,16 @@ "type": "Line", "value": "non-empty", "range": [ - 44989, - 45000 + 44804, + 44815 ], "loc": { "start": { - "line": 1283, + "line": 1279, "column": 16 }, "end": { - "line": 1283, + "line": 1279, "column": 27 } } @@ -178587,16 +177315,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 45310, - 45345 + 45125, + 45160 ], "loc": { "start": { - "line": 1293, + "line": 1289, "column": 16 }, "end": { - "line": 1293, + "line": 1289, "column": 51 } } @@ -178605,16 +177333,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45994, - 46056 + 45809, + 45871 ], "loc": { "start": { - "line": 1308, + "line": 1304, "column": 16 }, "end": { - "line": 1308, + "line": 1304, "column": 78 } } @@ -178623,16 +177351,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 46073, - 46081 + 45888, + 45896 ], "loc": { "start": { - "line": 1309, + "line": 1305, "column": 16 }, "end": { - "line": 1309, + "line": 1305, "column": 24 } } @@ -178641,16 +177369,16 @@ "type": "Line", "value": " lower equal", "range": [ - 46098, - 46112 + 45913, + 45927 ], "loc": { "start": { - "line": 1310, + "line": 1306, "column": 16 }, "end": { - "line": 1310, + "line": 1306, "column": 30 } } @@ -178659,16 +177387,16 @@ "type": "Line", "value": "greater equal", "range": [ - 46297, - 46312 + 46112, + 46127 ], "loc": { "start": { - "line": 1315, + "line": 1311, "column": 16 }, "end": { - "line": 1315, + "line": 1311, "column": 31 } } @@ -178677,16 +177405,16 @@ "type": "Line", "value": "lower", "range": [ - 46502, - 46509 + 46317, + 46324 ], "loc": { "start": { - "line": 1320, + "line": 1316, "column": 16 }, "end": { - "line": 1320, + "line": 1316, "column": 23 } } @@ -178695,16 +177423,16 @@ "type": "Line", "value": "greater", "range": [ - 46697, - 46706 + 46512, + 46521 ], "loc": { "start": { - "line": 1325, + "line": 1321, "column": 16 }, "end": { - "line": 1325, + "line": 1321, "column": 25 } } @@ -178713,16 +177441,16 @@ "type": "Line", "value": "different", "range": [ - 46894, - 46905 + 46709, + 46720 ], "loc": { "start": { - "line": 1330, + "line": 1326, "column": 16 }, "end": { - "line": 1330, + "line": 1326, "column": 27 } } @@ -178731,16 +177459,16 @@ "type": "Line", "value": "like", "range": [ - 47118, - 47124 + 46933, + 46939 ], "loc": { "start": { - "line": 1335, + "line": 1331, "column": 16 }, "end": { - "line": 1335, + "line": 1331, "column": 22 } } @@ -178749,16 +177477,16 @@ "type": "Line", "value": "equal", "range": [ - 47323, - 47330 + 47138, + 47145 ], "loc": { "start": { - "line": 1340, + "line": 1336, "column": 16 }, "end": { - "line": 1340, + "line": 1336, "column": 23 } } @@ -178767,16 +177495,16 @@ "type": "Line", "value": "starts with", "range": [ - 47528, - 47541 + 47343, + 47356 ], "loc": { "start": { - "line": 1345, + "line": 1341, "column": 16 }, "end": { - "line": 1345, + "line": 1341, "column": 29 } } @@ -178785,16 +177513,16 @@ "type": "Line", "value": "ends with", "range": [ - 47728, - 47739 + 47543, + 47554 ], "loc": { "start": { - "line": 1350, + "line": 1346, "column": 16 }, "end": { - "line": 1350, + "line": 1346, "column": 27 } } @@ -178803,16 +177531,16 @@ "type": "Line", "value": "empty", "range": [ - 48188, - 48195 + 48003, + 48010 ], "loc": { "start": { - "line": 1359, + "line": 1355, "column": 16 }, "end": { - "line": 1359, + "line": 1355, "column": 23 } } @@ -178821,16 +177549,16 @@ "type": "Line", "value": "non-empty", "range": [ - 48319, - 48330 + 48134, + 48145 ], "loc": { "start": { - "line": 1363, + "line": 1359, "column": 16 }, "end": { - "line": 1363, + "line": 1359, "column": 27 } } @@ -178839,16 +177567,16 @@ "type": "Line", "value": "regexp", "range": [ - 48455, - 48463 + 48270, + 48278 ], "loc": { "start": { - "line": 1367, + "line": 1363, "column": 16 }, "end": { - "line": 1367, + "line": 1363, "column": 24 } } @@ -178857,16 +177585,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 48518, - 48553 + 48333, + 48368 ], "loc": { "start": { - "line": 1369, + "line": 1365, "column": 20 }, "end": { - "line": 1369, + "line": 1365, "column": 55 } } @@ -178875,16 +177603,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 48604, - 48625 + 48419, + 48440 ], "loc": { "start": { - "line": 1371, + "line": 1367, "column": 24 }, "end": { - "line": 1371, + "line": 1367, "column": 45 } } @@ -178893,16 +177621,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 48943, - 49002 + 48758, + 48817 ], "loc": { "start": { - "line": 1379, + "line": 1375, "column": 20 }, "end": { - "line": 1379, + "line": 1375, "column": 79 } } @@ -178911,16 +177639,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 49023, - 49074 + 48838, + 48889 ], "loc": { "start": { - "line": 1380, + "line": 1376, "column": 20 }, "end": { - "line": 1380, + "line": 1376, "column": 71 } } @@ -178929,16 +177657,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 49463, - 49516 + 49279, + 49332 ], "loc": { "start": { - "line": 1387, + "line": 1383, "column": 24 }, "end": { - "line": 1387, + "line": 1383, "column": 77 } } @@ -178947,16 +177675,16 @@ "type": "Line", "value": "else", "range": [ - 49705, - 49711 + 49521, + 49527 ], "loc": { "start": { - "line": 1393, + "line": 1389, "column": 13 }, "end": { - "line": 1393, + "line": 1389, "column": 19 } } @@ -178965,16 +177693,16 @@ "type": "Line", "value": "fn", "range": [ - 49751, - 49755 + 49567, + 49571 ], "loc": { "start": { - "line": 1395, + "line": 1391, "column": 9 }, "end": { - "line": 1395, + "line": 1391, "column": 13 } } @@ -178983,16 +177711,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49827, - 49867 + 49643, + 49683 ], "loc": { "start": { - "line": 1398, + "line": 1394, "column": 12 }, "end": { - "line": 1398, + "line": 1394, "column": 52 } } @@ -179001,16 +177729,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49999, - 50032 + 49815, + 49848 ], "loc": { "start": { - "line": 1404, + "line": 1400, "column": 12 }, "end": { - "line": 1404, + "line": 1400, "column": 45 } } @@ -179019,16 +177747,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50201, - 50232 + 50017, + 50048 ], "loc": { "start": { - "line": 1411, + "line": 1407, "column": 16 }, "end": { - "line": 1411, + "line": 1407, "column": 47 } } @@ -179037,16 +177765,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50289, - 50321 + 50105, + 50137 ], "loc": { "start": { - "line": 1414, + "line": 1410, "column": 12 }, "end": { - "line": 1414, + "line": 1410, "column": 44 } } @@ -179055,16 +177783,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 50386, - 50404 + 50202, + 50220 ], "loc": { "start": { - "line": 1416, + "line": 1412, "column": 16 }, "end": { - "line": 1416, + "line": 1412, "column": 34 } } @@ -179073,16 +177801,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50801, - 50840 + 50502, + 50541 ], "loc": { "start": { - "line": 1428, + "line": 1422, "column": 16 }, "end": { - "line": 1428, + "line": 1422, "column": 55 } } @@ -179091,16 +177819,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50931, - 50969 + 50632, + 50670 ], "loc": { "start": { - "line": 1430, + "line": 1424, "column": 20 }, "end": { - "line": 1430, + "line": 1424, "column": 58 } } @@ -179109,16 +177837,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 51047, - 51086 + 50748, + 50787 ], "loc": { "start": { - "line": 1432, + "line": 1426, "column": 20 }, "end": { - "line": 1432, + "line": 1426, "column": 59 } } @@ -179127,16 +177855,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 51178, - 51216 + 50879, + 50917 ], "loc": { "start": { - "line": 1434, + "line": 1428, "column": 20 }, "end": { - "line": 1434, + "line": 1428, "column": 58 } } @@ -179145,16 +177873,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51293, - 51326 + 50994, + 51027 ], "loc": { "start": { - "line": 1437, + "line": 1431, "column": 16 }, "end": { - "line": 1437, + "line": 1431, "column": 49 } } @@ -179163,16 +177891,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51710, - 51760 + 51411, + 51461 ], "loc": { "start": { - "line": 1447, + "line": 1441, "column": 20 }, "end": { - "line": 1447, + "line": 1441, "column": 70 } } @@ -179181,16 +177909,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 52400, - 52425 + 52101, + 52126 ], "loc": { "start": { - "line": 1463, + "line": 1457, "column": 16 }, "end": { - "line": 1463, + "line": 1457, "column": 41 } } @@ -179199,16 +177927,16 @@ "type": "Line", "value": "else single param", "range": [ - 52617, - 52636 + 52318, + 52337 ], "loc": { "start": { - "line": 1467, + "line": 1461, "column": 17 }, "end": { - "line": 1467, + "line": 1461, "column": 36 } } @@ -179217,16 +177945,16 @@ "type": "Line", "value": "for j", "range": [ - 52943, - 52950 + 52644, + 52651 ], "loc": { "start": { - "line": 1477, + "line": 1471, "column": 13 }, "end": { - "line": 1477, + "line": 1471, "column": 20 } } @@ -179235,16 +177963,16 @@ "type": "Line", "value": " for k", "range": [ - 53369, - 53377 + 53070, + 53078 ], "loc": { "start": { - "line": 1492, + "line": 1486, "column": 9 }, "end": { - "line": 1492, + "line": 1486, "column": 17 } } @@ -179253,16 +177981,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53485, - 53517 + 53186, + 53218 ], "loc": { "start": { - "line": 1497, + "line": 1491, "column": 8 }, "end": { - "line": 1497, + "line": 1491, "column": 40 } } @@ -179271,16 +177999,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 53687, - 54071 + 53388, + 53772 ], "loc": { "start": { - "line": 1505, + "line": 1499, "column": 4 }, "end": { - "line": 1512, + "line": 1506, "column": 7 } } @@ -179289,16 +178017,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54483, - 54538 + 54184, + 54239 ], "loc": { "start": { - "line": 1526, + "line": 1520, "column": 12 }, "end": { - "line": 1526, + "line": 1520, "column": 67 } } @@ -179307,16 +178035,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54737, - 54790 + 54438, + 54491 ], "loc": { "start": { - "line": 1533, + "line": 1527, "column": 12 }, "end": { - "line": 1533, + "line": 1527, "column": 65 } } @@ -179325,16 +178053,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54868, - 54900 + 54569, + 54601 ], "loc": { "start": { - "line": 1535, + "line": 1529, "column": 16 }, "end": { - "line": 1535, + "line": 1529, "column": 48 } } @@ -179343,16 +178071,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 55529, - 55681 + 55230, + 55382 ], "loc": { "start": { - "line": 1553, + "line": 1547, "column": 4 }, "end": { - "line": 1557, + "line": 1551, "column": 7 } } @@ -179361,16 +178089,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 56108, - 56124 + 55776, + 55792 ], "loc": { "start": { - "line": 1573, + "line": 1566, "column": 8 }, "end": { - "line": 1573, + "line": 1566, "column": 24 } } @@ -179379,16 +178107,16 @@ "type": "Line", "value": "checklist", "range": [ - 56262, - 56273 + 55921, + 55932 ], "loc": { "start": { - "line": 1577, + "line": 1570, "column": 8 }, "end": { - "line": 1577, + "line": 1570, "column": 19 } } @@ -179397,16 +178125,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56416, - 56484 + 56063, + 56131 ], "loc": { "start": { - "line": 1581, + "line": 1574, "column": 8 }, "end": { - "line": 1581, + "line": 1574, "column": 76 } } @@ -179415,16 +178143,16 @@ "type": "Line", "value": "empty string", "range": [ - 56493, - 56507 + 56140, + 56154 ], "loc": { "start": { - "line": 1582, + "line": 1575, "column": 8 }, "end": { - "line": 1582, + "line": 1575, "column": 22 } } @@ -179433,16 +178161,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56707, - 56799 + 56354, + 56446 ], "loc": { "start": { - "line": 1591, + "line": 1584, "column": 4 }, "end": { - "line": 1594, + "line": 1587, "column": 7 } } @@ -179451,16 +178179,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57251, - 57414 + 56898, + 57061 ], "loc": { "start": { - "line": 1611, + "line": 1604, "column": 4 }, "end": { - "line": 1615, + "line": 1608, "column": 7 } } @@ -179469,16 +178197,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 57545, - 57946 + 57192, + 57593 ], "loc": { "start": { - "line": 1623, + "line": 1616, "column": 4 }, "end": { - "line": 1631, + "line": 1624, "column": 7 } } @@ -179487,16 +178215,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 58360, - 58506 + 58007, + 58153 ], "loc": { "start": { - "line": 1647, + "line": 1640, "column": 4 }, "end": { - "line": 1651, + "line": 1644, "column": 7 } } @@ -179505,16 +178233,16 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 58618, - 58784 + 58265, + 58431 ], "loc": { "start": { - "line": 1657, + "line": 1650, "column": 4 }, "end": { - "line": 1661, + "line": 1654, "column": 7 } } @@ -179523,16 +178251,16 @@ "type": "Block", "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", "range": [ - 58901, - 59132 + 58548, + 58779 ], "loc": { "start": { - "line": 1667, + "line": 1660, "column": 4 }, "end": { - "line": 1672, + "line": 1665, "column": 7 } } @@ -179541,16 +178269,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59357, - 59482 + 59004, + 59129 ], "loc": { "start": { - "line": 1680, + "line": 1673, "column": 4 }, "end": { - "line": 1684, + "line": 1677, "column": 7 } } @@ -179559,16 +178287,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59549, - 59584 + 59196, + 59231 ], "loc": { "start": { - "line": 1687, + "line": 1680, "column": 8 }, "end": { - "line": 1687, + "line": 1680, "column": 43 } } @@ -179577,16 +178305,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 59810, - 60214 + 59457, + 59861 ], "loc": { "start": { - "line": 1695, + "line": 1688, "column": 4 }, "end": { - "line": 1706, + "line": 1699, "column": 7 } } @@ -179595,16 +178323,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 61136, - 61543 + 60783, + 61190 ], "loc": { "start": { - "line": 1731, + "line": 1724, "column": 4 }, "end": { - "line": 1742, + "line": 1735, "column": 7 } } @@ -179613,16 +178341,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 62627, - 62958 + 62274, + 62605 ], "loc": { "start": { - "line": 1772, + "line": 1765, "column": 4 }, "end": { - "line": 1779, + "line": 1772, "column": 7 } } @@ -179631,16 +178359,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63362, - 63390 + 63009, + 63037 ], "loc": { "start": { - "line": 1791, + "line": 1784, "column": 16 }, "end": { - "line": 1791, + "line": 1784, "column": 44 } } @@ -179649,16 +178377,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 63433, - 63458 + 63080, + 63105 ], "loc": { "start": { - "line": 1793, + "line": 1786, "column": 16 }, "end": { - "line": 1793, + "line": 1786, "column": 41 } } @@ -179667,16 +178395,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63566, - 63719 + 63213, + 63366 ], "loc": { "start": { - "line": 1800, + "line": 1793, "column": 4 }, "end": { - "line": 1804, + "line": 1797, "column": 7 } } @@ -179685,16 +178413,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 63858, - 64031 + 63505, + 63678 ], "loc": { "start": { - "line": 1812, + "line": 1805, "column": 4 }, "end": { - "line": 1816, + "line": 1809, "column": 7 } } @@ -179703,16 +178431,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64203, - 64235 + 63850, + 63882 ], "loc": { "start": { - "line": 1823, + "line": 1816, "column": 8 }, "end": { - "line": 1823, + "line": 1816, "column": 40 } } @@ -179721,16 +178449,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64946, - 64993 + 64591, + 64638 ], "loc": { "start": { - "line": 1849, + "line": 1842, "column": 4 }, "end": { - "line": 1851, + "line": 1844, "column": 7 } } @@ -179739,16 +178467,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 65240, - 65402 + 64885, + 65047 ], "loc": { "start": { - "line": 1862, + "line": 1855, "column": 4 }, "end": { - "line": 1866, + "line": 1859, "column": 7 } } @@ -179757,16 +178485,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 65957, - 65975 + 65570, + 65588 ], "loc": { "start": { - "line": 1882, + "line": 1874, "column": 8 }, "end": { - "line": 1882, + "line": 1874, "column": 26 } } @@ -179775,16 +178503,16 @@ "type": "Line", "value": "checklist", "range": [ - 66439, - 66450 + 66043, + 66054 ], "loc": { "start": { - "line": 1894, + "line": 1886, "column": 8 }, "end": { - "line": 1894, + "line": 1886, "column": 19 } } @@ -179793,16 +178521,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 67068, - 67172 + 66660, + 66764 ], "loc": { "start": { - "line": 1912, + "line": 1904, "column": 4 }, "end": { - "line": 1915, + "line": 1907, "column": 7 } } @@ -179811,16 +178539,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68106, - 68158 + 67698, + 67750 ], "loc": { "start": { - "line": 1946, + "line": 1938, "column": 4 }, "end": { - "line": 1948, + "line": 1940, "column": 7 } } @@ -179829,16 +178557,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 68377, - 68406 + 67969, + 67998 ], "loc": { "start": { - "line": 1955, + "line": 1947, "column": 12 }, "end": { - "line": 1955, + "line": 1947, "column": 41 } } @@ -179847,16 +178575,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68525, - 68573 + 68117, + 68165 ], "loc": { "start": { - "line": 1962, + "line": 1954, "column": 4 }, "end": { - "line": 1964, + "line": 1956, "column": 7 } } @@ -179865,16 +178593,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69135, - 69213 + 68727, + 68805 ], "loc": { "start": { - "line": 1987, + "line": 1979, "column": 4 }, "end": { - "line": 1989, + "line": 1981, "column": 7 } } @@ -179883,16 +178611,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69442, - 69537 + 69034, + 69129 ], "loc": { "start": { - "line": 1997, + "line": 1989, "column": 4 }, "end": { - "line": 2000, + "line": 1992, "column": 7 } } @@ -179901,8 +178629,26 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 70020, - 70106 + 69612, + 69698 + ], + "loc": { + "start": { + "line": 2007, + "column": 4 + }, + "end": { + "line": 2010, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", + "range": [ + 69772, + 69873 ], "loc": { "start": { @@ -179917,10 +178663,10 @@ }, { "type": "Block", - "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 70180, - 70281 + 69959, + 70108 ], "loc": { "start": { @@ -179928,25 +178674,7 @@ "column": 4 }, "end": { - "line": 2026, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", - "range": [ - 70367, - 70516 - ], - "loc": { - "start": { - "line": 2031, - "column": 4 - }, - "end": { - "line": 2035, + "line": 2027, "column": 7 } } @@ -179955,16 +178683,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70694, - 70791 + 70286, + 70383 ], "loc": { "start": { - "line": 2042, + "line": 2034, "column": 4 }, "end": { - "line": 2045, + "line": 2037, "column": 7 } } @@ -179973,16 +178701,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70963, - 71068 + 70555, + 70660 ], "loc": { "start": { - "line": 2053, + "line": 2045, "column": 4 }, "end": { - "line": 2056, + "line": 2048, "column": 7 } } @@ -179991,16 +178719,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71755, - 71798 + 71317, + 71360 ], "loc": { "start": { - "line": 2073, + "line": 2065, "column": 12 }, "end": { - "line": 2073, + "line": 2065, "column": 55 } } @@ -180009,16 +178737,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71811, - 71850 + 71373, + 71412 ], "loc": { "start": { - "line": 2074, + "line": 2066, "column": 12 }, "end": { - "line": 2074, + "line": 2066, "column": 51 } } @@ -180027,16 +178755,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 72219, - 72252 + 71781, + 71814 ], "loc": { "start": { - "line": 2082, + "line": 2074, "column": 16 }, "end": { - "line": 2082, + "line": 2074, "column": 49 } } @@ -180045,16 +178773,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72898, - 73076 + 72460, + 72638 ], "loc": { "start": { - "line": 2102, + "line": 2094, "column": 4 }, "end": { - "line": 2106, + "line": 2098, "column": 7 } } @@ -180063,16 +178791,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 73280, - 73499 + 72830, + 73049 ], "loc": { "start": { - "line": 2113, + "line": 2105, "column": 4 }, "end": { - "line": 2118, + "line": 2110, "column": 7 } } @@ -180081,16 +178809,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 74033, - 74292 + 73583, + 73842 ], "loc": { "start": { - "line": 2136, + "line": 2128, "column": 4 }, "end": { - "line": 2142, + "line": 2134, "column": 7 } } @@ -180099,16 +178827,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75005, - 75077 + 74555, + 74627 ], "loc": { "start": { - "line": 2166, + "line": 2158, "column": 8 }, "end": { - "line": 2166, + "line": 2158, "column": 80 } } @@ -180117,8 +178845,26 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75630, - 75705 + 75180, + 75255 + ], + "loc": { + "start": { + "line": 2175, + "column": 4 + }, + "end": { + "line": 2178, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", + "range": [ + 75313, + 75392 ], "loc": { "start": { @@ -180133,10 +178879,10 @@ }, { "type": "Block", - "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", + "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", "range": [ - 75763, - 75842 + 75459, + 75635 ], "loc": { "start": { @@ -180144,25 +178890,7 @@ "column": 4 }, "end": { - "line": 2194, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", - "range": [ - 75909, - 76085 - ], - "loc": { - "start": { - "line": 2199, - "column": 4 - }, - "end": { - "line": 2203, + "line": 2195, "column": 7 } } @@ -180171,8 +178899,26 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76778, - 76868 + 76326, + 76416 + ], + "loc": { + "start": { + "line": 2218, + "column": 4 + }, + "end": { + "line": 2221, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", + "range": [ + 76492, + 76567 ], "loc": { "start": { @@ -180187,10 +178933,10 @@ }, { "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", + "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 76944, - 77019 + 76638, + 76765 ], "loc": { "start": { @@ -180198,21 +178944,21 @@ "column": 4 }, "end": { - "line": 2237, + "line": 2238, "column": 7 } } }, { "type": "Block", - "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", + "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77090, - 77217 + 76830, + 76902 ], "loc": { "start": { - "line": 2242, + "line": 2243, "column": 4 }, "end": { @@ -180223,10 +178969,10 @@ }, { "type": "Block", - "value": "*\n * Get the index of the last row\n * @return {Number}\n ", + "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 77282, - 77354 + 76972, + 77113 ], "loc": { "start": { @@ -180234,25 +178980,7 @@ "column": 4 }, "end": { - "line": 2254, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", - "range": [ - 77424, - 77565 - ], - "loc": { - "start": { - "line": 2259, - "column": 4 - }, - "end": { - "line": 2263, + "line": 2255, "column": 7 } } @@ -180261,16 +178989,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 78193, - 78366 + 77741, + 77914 ], "loc": { "start": { - "line": 2284, + "line": 2276, "column": 4 }, "end": { - "line": 2288, + "line": 2280, "column": 7 } } @@ -180279,16 +179007,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78892, - 79028 + 78440, + 78576 ], "loc": { "start": { - "line": 2304, + "line": 2296, "column": 4 }, "end": { - "line": 2308, + "line": 2300, "column": 7 } } @@ -180297,8 +179025,26 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79185, - 79267 + 78723, + 78805 + ], + "loc": { + "start": { + "line": 2306, + "column": 4 + }, + "end": { + "line": 2309, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", + "range": [ + 78883, + 78971 ], "loc": { "start": { @@ -180310,24 +179056,6 @@ "column": 7 } } - }, - { - "type": "Block", - "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", - "range": [ - 79345, - 79433 - ], - "loc": { - "start": { - "line": 2322, - "column": 4 - }, - "end": { - "line": 2325, - "column": 7 - } - } } ] } \ No newline at end of file diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index c1b300e2..062bf1a3 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.2.19 API Document + Emitter | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 4dbac6ff..1fe49d23 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.2.19 API Document + AdapterEzEditTable | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    - + public class - | source + | source
    @@ -548,7 +561,7 @@ grid features (selection and edition): - source + source @@ -611,7 +624,7 @@ grid features (selection and edition): - source + source @@ -651,7 +664,7 @@ grid features (selection and edition): - source + source @@ -691,7 +704,7 @@ grid features (selection and edition): - source + source @@ -731,7 +744,7 @@ grid features (selection and edition): - source + source @@ -771,7 +784,7 @@ grid features (selection and edition): - source + source @@ -811,7 +824,7 @@ grid features (selection and edition): - source + source @@ -851,7 +864,7 @@ grid features (selection and edition): - source + source @@ -891,7 +904,7 @@ grid features (selection and edition): - source + source @@ -931,7 +944,7 @@ grid features (selection and edition): - source + source @@ -971,7 +984,7 @@ grid features (selection and edition): - source + source @@ -1011,7 +1024,7 @@ grid features (selection and edition): - source + source @@ -1054,7 +1067,7 @@ grid features (selection and edition): - source + source @@ -1095,7 +1108,7 @@ grid features (selection and edition): - source + source @@ -1147,7 +1160,7 @@ grid features (selection and edition): - source + source @@ -1188,7 +1201,7 @@ grid features (selection and edition): - source + source diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index e23d4a0c..82c188f0 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.2.19 API Document + ColOps | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 592d9ccf..69abdc0e 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.2.19 API Document + ColsVisibility | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index d5a85dc4..fa265192 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.2.19 API Document + FiltersVisibility | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index 5f0eb004..34d5c145 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.2.19 API Document + AdapterSortableTable | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    - + public class - | source + | source
    @@ -819,7 +832,7 @@ - source + source @@ -880,7 +893,7 @@ - source + source @@ -920,7 +933,7 @@ - source + source @@ -960,7 +973,7 @@ - source + source @@ -1000,7 +1013,7 @@ - source + source @@ -1040,7 +1053,7 @@ - source + source @@ -1080,7 +1093,7 @@ - source + source @@ -1120,7 +1133,7 @@ - source + source @@ -1160,7 +1173,7 @@ - source + source @@ -1200,7 +1213,7 @@ - source + source @@ -1240,7 +1253,7 @@ - source + source @@ -1280,7 +1293,7 @@ - source + source @@ -1320,7 +1333,7 @@ - source + source @@ -1360,7 +1373,7 @@ - source + source @@ -1400,7 +1413,7 @@ - source + source @@ -1440,7 +1453,7 @@ - source + source @@ -1480,7 +1493,7 @@ - source + source @@ -1520,7 +1533,7 @@ - source + source @@ -1560,7 +1573,7 @@ - source + source @@ -1600,7 +1613,7 @@ - source + source @@ -1640,7 +1653,7 @@ - source + source @@ -1683,7 +1696,7 @@ - source + source @@ -1723,7 +1736,7 @@ - source + source @@ -1764,7 +1777,7 @@ - source + source @@ -1804,7 +1817,7 @@ - source + source @@ -1844,7 +1857,7 @@ - source + source @@ -1884,7 +1897,7 @@ - source + source diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 68b03a4a..f299756b 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.2.19 API Document + AlternateRows | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 604ab14d..38d71029 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.2.19 API Document + CheckList | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {CheckList} from 'tablefilter/src/modules/checkList.js'
    +
    import {CheckList} from 'tablefilter/src/modules/checkList.js'
    public class - | source + | source
    @@ -1105,7 +1118,7 @@ - source + source @@ -1166,7 +1179,7 @@ - source + source @@ -1206,7 +1219,7 @@ - source + source @@ -1246,7 +1259,7 @@ - source + source @@ -1286,7 +1299,7 @@ - source + source @@ -1326,7 +1339,7 @@ - source + source @@ -1366,7 +1379,7 @@ - source + source @@ -1406,7 +1419,7 @@ - source + source @@ -1446,7 +1459,7 @@ - source + source @@ -1486,7 +1499,7 @@ - source + source @@ -1526,7 +1539,7 @@ - source + source @@ -1566,7 +1579,7 @@ - source + source @@ -1606,7 +1619,7 @@ - source + source @@ -1646,7 +1659,7 @@ - source + source @@ -1686,7 +1699,7 @@ - source + source @@ -1729,7 +1742,7 @@ - source + source @@ -1794,7 +1807,7 @@ - source + source @@ -1869,7 +1882,7 @@ - source + source @@ -2036,7 +2049,7 @@ - source + source @@ -2108,7 +2121,7 @@ - source + source @@ -2164,7 +2177,7 @@ - source + source @@ -2220,7 +2233,7 @@ - source + source @@ -2276,7 +2289,7 @@ - source + source @@ -2341,7 +2354,7 @@ - source + source diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 94aaa1c8..9f15c367 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.2.19 API Document + ClearButton | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 7120471a..3b856063 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.2.19 API Document + Dropdown | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {Dropdown} from 'tablefilter/src/modules/dropdown.js'
    +
    import {Dropdown} from 'tablefilter/src/modules/dropdown.js'
    public class - | source + | source
    @@ -929,7 +942,7 @@ - source + source @@ -990,7 +1003,7 @@ - source + source @@ -1030,7 +1043,7 @@ - source + source @@ -1070,7 +1083,7 @@ - source + source @@ -1110,7 +1123,7 @@ - source + source @@ -1150,7 +1163,7 @@ - source + source @@ -1190,7 +1203,7 @@ - source + source @@ -1230,7 +1243,7 @@ - source + source @@ -1270,7 +1283,7 @@ - source + source @@ -1310,7 +1323,7 @@ - source + source @@ -1353,7 +1366,7 @@ - source + source @@ -1421,7 +1434,7 @@ - source + source @@ -1500,7 +1513,7 @@ - source + source @@ -1674,7 +1687,7 @@ - source + source @@ -1746,7 +1759,7 @@ - source + source @@ -1786,7 +1799,7 @@ - source + source @@ -1842,7 +1855,7 @@ - source + source diff --git a/docs/class/src/modules/feature.js~Feature.html b/docs/class/src/modules/feature.js~Feature.html index 5ea49250..6f750d16 100644 --- a/docs/class/src/modules/feature.js~Feature.html +++ b/docs/class/src/modules/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.2.19 API Document + Feature | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 3509f5fa..a4a6b17c 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.2.19 API Document + GridLayout | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {GridLayout} from 'tablefilter/src/modules/gridLayout.js'
    +
    import {GridLayout} from 'tablefilter/src/modules/gridLayout.js'
    public class - | source + | source
    @@ -1150,7 +1163,7 @@ - source + source @@ -1211,7 +1224,7 @@ - source + source @@ -1251,7 +1264,7 @@ - source + source @@ -1291,7 +1304,7 @@ - source + source @@ -1331,7 +1344,7 @@ - source + source @@ -1371,7 +1384,7 @@ - source + source @@ -1411,7 +1424,7 @@ - source + source @@ -1451,7 +1464,7 @@ - source + source @@ -1491,7 +1504,7 @@ - source + source @@ -1531,7 +1544,7 @@ - source + source @@ -1571,7 +1584,7 @@ - source + source @@ -1611,7 +1624,7 @@ - source + source @@ -1651,7 +1664,7 @@ - source + source @@ -1691,7 +1704,7 @@ - source + source @@ -1731,7 +1744,7 @@ - source + source @@ -1771,7 +1784,7 @@ - source + source @@ -1811,7 +1824,7 @@ - source + source @@ -1851,7 +1864,7 @@ - source + source @@ -1891,7 +1904,7 @@ - source + source @@ -1931,7 +1944,7 @@ - source + source @@ -1971,7 +1984,7 @@ - source + source @@ -2011,7 +2024,7 @@ - source + source @@ -2051,7 +2064,7 @@ - source + source @@ -2091,7 +2104,7 @@ - source + source @@ -2131,7 +2144,7 @@ - source + source @@ -2171,7 +2184,7 @@ - source + source @@ -2214,7 +2227,7 @@ - source + source @@ -2255,7 +2268,7 @@ - source + source diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index 177c428f..45ba69f4 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.2.19 API Document + Hash | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 8745a2d9..e34c685a 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.2.19 API Document + Help | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 60b4da8a..3a456266 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.2.19 API Document + HighlightKeyword | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index 25d49891..748c1d1d 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.2.19 API Document + Loader | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {Loader} from 'tablefilter/src/modules/loader.js'
    +
    import {Loader} from 'tablefilter/src/modules/loader.js'
    public class - | source + | source
    @@ -798,7 +811,7 @@ - source + source @@ -859,7 +872,7 @@ - source + source @@ -899,7 +912,7 @@ - source + source @@ -939,7 +952,7 @@ - source + source @@ -979,7 +992,7 @@ - source + source @@ -1019,7 +1032,7 @@ - source + source @@ -1059,7 +1072,7 @@ - source + source @@ -1099,7 +1112,7 @@ - source + source @@ -1139,7 +1152,7 @@ - source + source @@ -1179,7 +1192,7 @@ - source + source @@ -1219,7 +1232,7 @@ - source + source @@ -1262,7 +1275,7 @@ - source + source @@ -1302,7 +1315,7 @@ - source + source @@ -1342,7 +1355,7 @@ - source + source diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index dbecae77..1cce0bdc 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.2.19 API Document + NoResults | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {NoResults} from 'tablefilter/src/modules/noResults.js'
    +
    import {NoResults} from 'tablefilter/src/modules/noResults.js'
    public class - | source + | source
    @@ -923,7 +936,7 @@ - source + source @@ -984,7 +997,7 @@ - source + source @@ -1024,7 +1037,7 @@ - source + source @@ -1064,7 +1077,7 @@ - source + source @@ -1104,7 +1117,7 @@ - source + source @@ -1144,7 +1157,7 @@ - source + source @@ -1184,7 +1197,7 @@ - source + source @@ -1224,7 +1237,7 @@ - source + source @@ -1264,7 +1277,7 @@ - source + source @@ -1304,7 +1317,7 @@ - source + source @@ -1344,7 +1357,7 @@ - source + source @@ -1384,7 +1397,7 @@ - source + source @@ -1424,7 +1437,7 @@ - source + source @@ -1467,7 +1480,7 @@ - source + source @@ -1507,7 +1520,7 @@ - source + source @@ -1547,7 +1560,7 @@ - source + source @@ -1587,7 +1600,7 @@ - source + source @@ -1627,7 +1640,7 @@ - source + source @@ -1667,7 +1680,7 @@ - source + source diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 0eef0da5..5bab4c7d 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.2.19 API Document + Paging | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {Paging} from 'tablefilter/src/modules/paging.js'
    +
    import {Paging} from 'tablefilter/src/modules/paging.js'
    public class - | source + | source
    @@ -2013,7 +2026,7 @@ Refresh paging select according to number of pages

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -4604,7 +4617,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 a3a2fd7e..2fb7c35f 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.2.19 API Document + PopupFilter | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {PopupFilter} from 'tablefilter/src/modules/popupFilter.js'
    +
    import {PopupFilter} from 'tablefilter/src/modules/popupFilter.js'
    public class - | source + | source
    @@ -1132,7 +1145,7 @@ - source + source @@ -1193,7 +1206,7 @@ - source + source @@ -1233,7 +1246,7 @@ - source + source @@ -1273,7 +1286,7 @@ - source + source @@ -1313,7 +1326,7 @@ - source + source @@ -1353,7 +1366,7 @@ - source + source @@ -1393,7 +1406,7 @@ - source + source @@ -1433,7 +1446,7 @@ - source + source @@ -1473,7 +1486,7 @@ - source + source @@ -1513,7 +1526,7 @@ - source + source @@ -1553,7 +1566,7 @@ - source + source @@ -1593,7 +1606,7 @@ - source + source @@ -1633,7 +1646,7 @@ - source + source @@ -1673,7 +1686,7 @@ - source + source @@ -1713,7 +1726,7 @@ - source + source @@ -1753,7 +1766,7 @@ - source + source @@ -1793,7 +1806,7 @@ - source + source @@ -1836,7 +1849,7 @@ - source + source @@ -1901,7 +1914,7 @@ - source + source @@ -1942,7 +1955,7 @@ - source + source @@ -2007,7 +2020,7 @@ - source + source @@ -2048,7 +2061,7 @@ - source + source @@ -2106,7 +2119,7 @@ - source + source @@ -2147,7 +2160,7 @@ - source + source @@ -2188,7 +2201,7 @@ - source + source @@ -2244,7 +2257,7 @@ - source + source @@ -2285,7 +2298,7 @@ - source + source diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 11e2fee0..12aa4ca9 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.2.19 API Document + RowsCounter | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 652809a5..35e22d7c 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.2.19 API Document + State | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 90689420..c12e566d 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.2.19 API Document + StatusBar | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index cea6e2d8..8dc83ba4 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.2.19 API Document + Storage | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 62b52926..839cdc35 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.2.19 API Document + TableFilter | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -63,13 +76,13 @@
    -
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    +
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    public class - | source + | source
    @@ -1352,31 +1365,6 @@ requires table or id arguments, row and < - - - -
    -

    - execDelay: * -

    -
    -
    - - - -
    - - - - - - - - - public - - - @@ -1679,132 +1667,6 @@ requires table or id arguments, row and < - - - - -
    - - - -
    - - - - - - - - - public - - - - - - -
    -

    - fltTypeInp: string -

    -
    -
    - - -

    filter types **

    -
    -
    - - - - - - - - - public - - - - - - -
    -

    - fltTypeMulti: string -

    -
    -
    - - - -
    - - - - - - - - - public - - - - - - -
    -

    - fltTypeNone: string -

    -
    -
    - - - -
    - - - - - - - - - public - - - - - - -
    -

    - fltTypeSlc: string -

    -
    -
    - - - -
    - - - - - - - - - public - - - @@ -5887,7 +5749,7 @@ columns

    - source + source @@ -5970,7 +5832,7 @@ requires table or id arguments, row and < - source + source @@ -6010,7 +5872,7 @@ requires table or id arguments, row and < - source + source @@ -6050,7 +5912,7 @@ requires table or id arguments, row and < - source + source @@ -6090,7 +5952,7 @@ requires table or id arguments, row and < - source + source @@ -6130,7 +5992,7 @@ requires table or id arguments, row and < - source + source @@ -6170,7 +6032,7 @@ requires table or id arguments, row and < - source + source @@ -6210,7 +6072,7 @@ requires table or id arguments, row and < - source + source @@ -6251,7 +6113,7 @@ requires table or id arguments, row and < - source + source @@ -6291,7 +6153,7 @@ requires table or id arguments, row and < - source + source @@ -6331,7 +6193,7 @@ requires table or id arguments, row and < - source + source @@ -6371,7 +6233,7 @@ requires table or id arguments, row and < - source + source @@ -6411,7 +6273,7 @@ requires table or id arguments, row and < - source + source @@ -6451,7 +6313,7 @@ requires table or id arguments, row and < - source + source @@ -6491,7 +6353,7 @@ requires table or id arguments, row and < - source + source @@ -6531,7 +6393,7 @@ requires table or id arguments, row and < - source + source @@ -6571,7 +6433,7 @@ requires table or id arguments, row and < - source + source @@ -6611,7 +6473,7 @@ requires table or id arguments, row and < - source + source @@ -6651,7 +6513,7 @@ requires table or id arguments, row and < - source + source @@ -6691,7 +6553,7 @@ requires table or id arguments, row and < - source + source @@ -6731,7 +6593,7 @@ requires table or id arguments, row and < - source + source @@ -6771,7 +6633,7 @@ requires table or id arguments, row and < - source + source @@ -6811,7 +6673,7 @@ requires table or id arguments, row and < - source + source @@ -6851,7 +6713,7 @@ requires table or id arguments, row and < - source + source @@ -6891,7 +6753,7 @@ requires table or id arguments, row and < - source + source @@ -6931,7 +6793,7 @@ requires table or id arguments, row and < - source + source @@ -6971,7 +6833,7 @@ requires table or id arguments, row and < - source + source @@ -7011,7 +6873,7 @@ requires table or id arguments, row and < - source + source @@ -7051,7 +6913,7 @@ requires table or id arguments, row and < - source + source @@ -7091,7 +6953,7 @@ requires table or id arguments, row and < - source + source @@ -7131,7 +6993,7 @@ requires table or id arguments, row and < - source + source @@ -7171,7 +7033,7 @@ requires table or id arguments, row and < - source + source @@ -7211,7 +7073,7 @@ requires table or id arguments, row and < - source + source @@ -7252,7 +7114,7 @@ requires table or id arguments, row and < - source + source @@ -7292,7 +7154,7 @@ requires table or id arguments, row and < - source + source @@ -7332,7 +7194,7 @@ requires table or id arguments, row and < - source + source @@ -7373,7 +7235,7 @@ requires table or id arguments, row and < - source + source @@ -7414,7 +7276,7 @@ requires table or id arguments, row and < - source + source @@ -7454,7 +7316,7 @@ requires table or id arguments, row and < - source + source @@ -7494,7 +7356,7 @@ requires table or id arguments, row and < - source + source @@ -7534,7 +7396,7 @@ requires table or id arguments, row and < - source + source @@ -7574,7 +7436,7 @@ requires table or id arguments, row and < - source + source @@ -7615,7 +7477,7 @@ requires table or id arguments, row and < - source + source @@ -7655,7 +7517,7 @@ requires table or id arguments, row and < - source + source @@ -7695,7 +7557,7 @@ requires table or id arguments, row and < - source + source @@ -7735,7 +7597,7 @@ requires table or id arguments, row and < - source + source @@ -7776,7 +7638,7 @@ requires table or id arguments, row and < - source + source @@ -7816,7 +7678,7 @@ requires table or id arguments, row and < - source + source @@ -7856,47 +7718,7 @@ requires table or id arguments, row and < - source - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - execDelay: * - - - - source + source

    @@ -7936,7 +7758,7 @@ requires table or id arguments, row and < - source + source @@ -7977,7 +7799,7 @@ requires table or id arguments, row and < - source + source @@ -8017,7 +7839,7 @@ requires table or id arguments, row and < - source + source @@ -8057,7 +7879,7 @@ requires table or id arguments, row and < - source + source @@ -8097,7 +7919,7 @@ requires table or id arguments, row and < - source + source @@ -8137,7 +7959,7 @@ requires table or id arguments, row and < - source + source @@ -8177,7 +7999,7 @@ requires table or id arguments, row and < - source + source @@ -8217,7 +8039,7 @@ requires table or id arguments, row and < - source + source @@ -8258,7 +8080,7 @@ requires table or id arguments, row and < - source + source @@ -8298,7 +8120,7 @@ requires table or id arguments, row and < - source + source @@ -8338,7 +8160,7 @@ requires table or id arguments, row and < - source + source @@ -8378,208 +8200,7 @@ requires table or id arguments, row and < - source - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - fltTypeCheckList: string - - - - source - -

    - - - - - - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - fltTypeInp: string - - - - source - -

    - - - - -

    filter types **

    -
    - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - fltTypeMulti: string - - - - source - -

    - - - - - - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - fltTypeNone: string - - - - source - -

    - - - - - - - - -
    -
    - - - - - - - - - - - - - - - -
    -
    -

    - public - - - - - fltTypeSlc: string - - - - source + source

    @@ -8619,7 +8240,7 @@ requires table or id arguments, row and < - source + source @@ -8659,7 +8280,7 @@ requires table or id arguments, row and < - source + source @@ -8699,7 +8320,7 @@ requires table or id arguments, row and < - source + source @@ -8739,7 +8360,7 @@ requires table or id arguments, row and < - source + source @@ -8779,7 +8400,7 @@ requires table or id arguments, row and < - source + source @@ -8819,7 +8440,7 @@ requires table or id arguments, row and < - source + source @@ -8859,7 +8480,7 @@ requires table or id arguments, row and < - source + source @@ -8899,7 +8520,7 @@ requires table or id arguments, row and < - source + source @@ -8939,7 +8560,7 @@ requires table or id arguments, row and < - source + source @@ -8979,7 +8600,7 @@ requires table or id arguments, row and < - source + source @@ -9019,7 +8640,7 @@ requires table or id arguments, row and < - source + source @@ -9059,7 +8680,7 @@ requires table or id arguments, row and < - source + source @@ -9099,7 +8720,7 @@ requires table or id arguments, row and < - source + source @@ -9139,7 +8760,7 @@ requires table or id arguments, row and < - source + source @@ -9179,7 +8800,7 @@ requires table or id arguments, row and < - source + source @@ -9220,7 +8841,7 @@ requires table or id arguments, row and < - source + source @@ -9260,7 +8881,7 @@ requires table or id arguments, row and < - source + source @@ -9300,7 +8921,7 @@ requires table or id arguments, row and < - source + source @@ -9340,7 +8961,7 @@ requires table or id arguments, row and < - source + source @@ -9380,7 +9001,7 @@ requires table or id arguments, row and < - source + source @@ -9420,7 +9041,7 @@ requires table or id arguments, row and < - source + source @@ -9460,7 +9081,7 @@ requires table or id arguments, row and < - source + source @@ -9500,7 +9121,7 @@ requires table or id arguments, row and < - source + source @@ -9540,7 +9161,7 @@ requires table or id arguments, row and < - source + source @@ -9580,7 +9201,7 @@ requires table or id arguments, row and < - source + source @@ -9620,7 +9241,7 @@ requires table or id arguments, row and < - source + source @@ -9660,7 +9281,7 @@ requires table or id arguments, row and < - source + source @@ -9700,7 +9321,7 @@ requires table or id arguments, row and < - source + source @@ -9740,7 +9361,7 @@ requires table or id arguments, row and < - source + source @@ -9780,7 +9401,7 @@ requires table or id arguments, row and < - source + source @@ -9820,7 +9441,7 @@ requires table or id arguments, row and < - source + source @@ -9861,7 +9482,7 @@ requires table or id arguments, row and < - source + source @@ -9901,7 +9522,7 @@ requires table or id arguments, row and < - source + source @@ -9941,7 +9562,7 @@ requires table or id arguments, row and < - source + source @@ -9981,7 +9602,7 @@ requires table or id arguments, row and < - source + source @@ -10021,7 +9642,7 @@ requires table or id arguments, row and < - source + source @@ -10061,7 +9682,7 @@ requires table or id arguments, row and < - source + source @@ -10101,7 +9722,7 @@ requires table or id arguments, row and < - source + source @@ -10141,7 +9762,7 @@ requires table or id arguments, row and < - source + source @@ -10181,7 +9802,7 @@ requires table or id arguments, row and < - source + source @@ -10221,7 +9842,7 @@ requires table or id arguments, row and < - source + source @@ -10261,7 +9882,7 @@ requires table or id arguments, row and < - source + source @@ -10301,7 +9922,7 @@ requires table or id arguments, row and < - source + source @@ -10341,7 +9962,7 @@ requires table or id arguments, row and < - source + source @@ -10382,7 +10003,7 @@ requires table or id arguments, row and < - source + source @@ -10422,7 +10043,7 @@ requires table or id arguments, row and < - source + source @@ -10462,7 +10083,7 @@ requires table or id arguments, row and < - source + source @@ -10502,7 +10123,7 @@ requires table or id arguments, row and < - source + source @@ -10542,7 +10163,7 @@ requires table or id arguments, row and < - source + source @@ -10582,7 +10203,7 @@ requires table or id arguments, row and < - source + source @@ -10622,7 +10243,7 @@ requires table or id arguments, row and < - source + source @@ -10662,7 +10283,7 @@ requires table or id arguments, row and < - source + source @@ -10702,7 +10323,7 @@ requires table or id arguments, row and < - source + source @@ -10742,7 +10363,7 @@ requires table or id arguments, row and < - source + source @@ -10782,7 +10403,7 @@ requires table or id arguments, row and < - source + source @@ -10822,7 +10443,7 @@ requires table or id arguments, row and < - source + source @@ -10863,7 +10484,7 @@ requires table or id arguments, row and < - source + source @@ -10903,7 +10524,7 @@ requires table or id arguments, row and < - source + source @@ -10943,7 +10564,7 @@ requires table or id arguments, row and < - source + source @@ -10983,7 +10604,7 @@ requires table or id arguments, row and < - source + source @@ -11023,7 +10644,7 @@ requires table or id arguments, row and < - source + source @@ -11063,7 +10684,7 @@ requires table or id arguments, row and < - source + source @@ -11103,7 +10724,7 @@ requires table or id arguments, row and < - source + source @@ -11143,7 +10764,7 @@ requires table or id arguments, row and < - source + source @@ -11183,7 +10804,7 @@ requires table or id arguments, row and < - source + source @@ -11223,7 +10844,7 @@ requires table or id arguments, row and < - source + source @@ -11263,7 +10884,7 @@ requires table or id arguments, row and < - source + source @@ -11304,7 +10925,7 @@ requires table or id arguments, row and < - source + source @@ -11344,7 +10965,7 @@ requires table or id arguments, row and < - source + source @@ -11384,7 +11005,7 @@ requires table or id arguments, row and < - source + source @@ -11424,7 +11045,7 @@ requires table or id arguments, row and < - source + source @@ -11464,7 +11085,7 @@ requires table or id arguments, row and < - source + source @@ -11504,7 +11125,7 @@ requires table or id arguments, row and < - source + source @@ -11545,7 +11166,7 @@ requires table or id arguments, row and < - source + source @@ -11586,7 +11207,7 @@ requires table or id arguments, row and < - source + source @@ -11626,7 +11247,7 @@ requires table or id arguments, row and < - source + source @@ -11666,7 +11287,7 @@ requires table or id arguments, row and < - source + source @@ -11706,7 +11327,7 @@ requires table or id arguments, row and < - source + source @@ -11746,7 +11367,7 @@ requires table or id arguments, row and < - source + source @@ -11786,7 +11407,7 @@ requires table or id arguments, row and < - source + source @@ -11826,7 +11447,7 @@ requires table or id arguments, row and < - source + source @@ -11866,7 +11487,7 @@ requires table or id arguments, row and < - source + source @@ -11906,7 +11527,7 @@ requires table or id arguments, row and < - source + source @@ -11946,7 +11567,7 @@ requires table or id arguments, row and < - source + source @@ -11987,7 +11608,7 @@ requires table or id arguments, row and < - source + source @@ -12028,7 +11649,7 @@ requires table or id arguments, row and < - source + source @@ -12068,7 +11689,7 @@ requires table or id arguments, row and < - source + source @@ -12108,7 +11729,7 @@ requires table or id arguments, row and < - source + source @@ -12148,7 +11769,7 @@ requires table or id arguments, row and < - source + source @@ -12188,7 +11809,7 @@ requires table or id arguments, row and < - source + source @@ -12228,7 +11849,7 @@ requires table or id arguments, row and < - source + source @@ -12268,7 +11889,7 @@ requires table or id arguments, row and < - source + source @@ -12308,7 +11929,7 @@ requires table or id arguments, row and < - source + source @@ -12348,7 +11969,7 @@ requires table or id arguments, row and < - source + source @@ -12388,7 +12009,7 @@ requires table or id arguments, row and < - source + source @@ -12428,7 +12049,7 @@ requires table or id arguments, row and < - source + source @@ -12468,7 +12089,7 @@ requires table or id arguments, row and < - source + source @@ -12511,7 +12132,7 @@ requires table or id arguments, row and < - source + source @@ -12569,7 +12190,7 @@ requires table or id arguments, row and < - source + source @@ -12610,7 +12231,7 @@ requires table or id arguments, row and < - source + source @@ -12651,7 +12272,7 @@ requires table or id arguments, row and < - source + source @@ -12702,7 +12323,7 @@ requires table or id arguments, row and < - source + source @@ -12743,7 +12364,7 @@ requires table or id arguments, row and < - source + source @@ -12784,7 +12405,7 @@ requires table or id arguments, row and < - source + source @@ -12841,7 +12462,7 @@ requires table or id arguments, row and < - source + source @@ -12882,7 +12503,7 @@ requires table or id arguments, row and < - source + source @@ -12951,7 +12572,7 @@ requires table or id arguments, row and < - source + source @@ -13019,7 +12640,7 @@ requires table or id arguments, row and < - source + source @@ -13062,7 +12683,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13113,7 +12734,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13181,7 +12802,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13250,7 +12871,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13340,7 +12961,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13410,7 +13031,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -13479,7 +13100,7 @@ custom options values and texts

    - source + source @@ -13547,7 +13168,7 @@ custom options values and texts

    - source + source @@ -13616,7 +13237,7 @@ custom options values and texts

    - source + source @@ -13684,7 +13305,7 @@ custom options values and texts

    - source + source @@ -13753,7 +13374,7 @@ custom options values and texts

    - source + source @@ -13804,7 +13425,7 @@ custom options values and texts

    - source + source @@ -13884,7 +13505,7 @@ custom options values and texts

    - source + source @@ -13961,7 +13582,7 @@ custom options values and texts

    - source + source @@ -14039,7 +13660,7 @@ Note: hidden filters are also returned

    - source + source @@ -14091,7 +13712,7 @@ Note: hidden filters are also returned

    - source + source @@ -14142,7 +13763,7 @@ Note: hidden filters are also returned

    - source + source @@ -14194,7 +13815,7 @@ Note: hidden filters are also returned

    - source + source @@ -14262,7 +13883,7 @@ Note: hidden filters are also returned

    - source + source @@ -14313,7 +13934,7 @@ Note: hidden filters are also returned

    - source + source @@ -14382,7 +14003,7 @@ Note: hidden filters are also returned

    - source + source @@ -14433,7 +14054,7 @@ Note: hidden filters are also returned

    - source + source @@ -14502,7 +14123,7 @@ Note: hidden filters are also returned

    - source + source @@ -14572,7 +14193,7 @@ defined

    - source + source @@ -14624,7 +14245,7 @@ row)

    - source + source @@ -14693,7 +14314,7 @@ row)

    - source + source @@ -14773,7 +14394,7 @@ row)

    - source + source @@ -14842,7 +14463,7 @@ row)

    - source + source @@ -14910,7 +14531,7 @@ row)

    - source + source @@ -14961,7 +14582,7 @@ row)

    - source + source @@ -15040,7 +14661,7 @@ row)

    - source + source @@ -15081,7 +14702,7 @@ row)

    - source + source @@ -15122,7 +14743,7 @@ row)

    - source + source @@ -15190,7 +14811,7 @@ row)

    - source + source @@ -15259,7 +14880,7 @@ row)

    - source + source @@ -15334,7 +14955,7 @@ row)

    - source + source @@ -15376,7 +14997,7 @@ row)

    - source + source @@ -15434,7 +15055,7 @@ row)

    - source + source @@ -15475,7 +15096,7 @@ row)

    - source + source @@ -15533,7 +15154,7 @@ row)

    - source + source @@ -15574,7 +15195,7 @@ row)

    - source + source @@ -15631,7 +15252,7 @@ row)

    - source + source @@ -15672,7 +15293,7 @@ row)

    - source + source @@ -15730,7 +15351,7 @@ columns

    - source + source @@ -15771,7 +15392,7 @@ columns

    - source + source @@ -15812,7 +15433,7 @@ columns

    - source + source @@ -15870,7 +15491,7 @@ columns

    - source + source @@ -15928,7 +15549,7 @@ columns

    - source + source @@ -15993,7 +15614,7 @@ columns

    - source + source @@ -16034,7 +15655,7 @@ columns

    - source + source @@ -16075,7 +15696,7 @@ columns

    - source + source diff --git a/docs/coverage.json b/docs/coverage.json index cd1b5524..1d5f5d35 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,55 +1,70 @@ { - "coverage": "26.84%", - "expectCount": 760, - "actualCount": 204, + "coverage": "26.98%", + "expectCount": 767, + "actualCount": 207, "files": { + "src/const.js": { + "expectCount": 13, + "actualCount": 4, + "undocumentLines": [ + 23, + 7, + 17, + 15, + 6, + 8, + 5, + 14, + 16 + ] + }, "src/extensions/advancedGrid/adapterEzEditTable.js": { "expectCount": 17, "actualCount": 5, "undocumentLines": [ - 3, - 27, - 14, - 29, - 20, + 4, + 28, 15, - 13, - 17, + 30, + 21, + 16, + 14, 18, 19, - 28, - 16 + 20, + 29, + 17 ] }, "src/extensions/sort/adapterSortabletable.js": { "expectCount": 28, "actualCount": 3, "undocumentLines": [ - 7, - 281, - 24, - 36, - 16, - 49, - 33, - 31, - 32, + 8, + 282, + 25, + 37, + 17, + 50, 34, - 30, - 52, - 14, + 32, + 33, + 35, + 31, + 53, 15, - 45, - 42, - 39, - 123, - 286, + 16, + 46, + 43, + 40, + 124, + 287, + 23, 22, - 21, - 19, - 326, - 48, - 25 + 20, + 327, + 49, + 26 ] }, "src/modules/alternateRows.js": { @@ -67,25 +82,25 @@ "expectCount": 27, "actualCount": 8, "undocumentLines": [ - 12, - 37, - 29, - 24, - 26, - 31, - 40, - 34, + 13, + 38, + 30, + 25, + 27, + 32, + 41, + 35, 478, - 43, - 51, - 120, - 48, - 54, - 66, - 61, + 44, + 52, + 121, 49, + 55, + 67, + 62, 50, - 46 + 51, + 47 ] }, "src/modules/clearButton.js": { @@ -175,19 +190,19 @@ "expectCount": 20, "actualCount": 7, "undocumentLines": [ - 11, - 28, + 12, + 29, 374, - 23, - 112, - 34, - 31, - 26, - 51, - 40, + 24, + 113, 35, + 32, + 27, + 52, + 41, 36, - 37 + 37, + 38 ] }, "src/emitter.js": { @@ -198,155 +213,150 @@ ] }, "src/tablefilter.js": { - "expectCount": 227, - "actualCount": 81, + "expectCount": 221, + "actualCount": 80, "undocumentLines": [ - 399, - 396, - 27, - 228, - 187, - 152, - 268, - 322, - 326, - 88, - 299, - 918, - 920, - 916, - 914, - 302, - 304, - 910, - 909, - 297, - 175, - 47, - 354, - 350, - 155, - 140, - 278, - 213, - 210, - 261, - 346, - 273, - 185, - 265, - 80, - 243, - 277, - 241, - 150, - 245, - 275, - 181, - 178, - 199, - 197, - 195, - 105, - 111, - 157, - 117, - 121, - 115, - 159, - 161, - 94, - 93, - 95, - 92, - 148, - 272, - 269, - 103, - 352, - 348, - 154, - 260, - 177, - 382, - 387, - 189, - 46, + 392, + 389, + 33, 221, - 40, - 123, - 132, - 596, + 183, + 148, + 261, + 315, + 319, + 92, + 292, + 912, + 914, + 910, + 908, + 295, + 297, + 904, + 903, + 290, + 171, + 51, + 347, + 343, + 151, + 136, + 271, + 206, + 203, + 254, + 339, + 266, + 181, + 258, + 84, + 236, + 270, + 234, + 146, + 238, + 268, + 177, + 174, 193, + 191, + 101, + 107, + 153, + 113, + 117, + 111, + 155, + 157, + 144, + 265, + 262, + 99, + 345, + 341, + 150, 253, - 256, - 325, - 217, + 173, + 375, + 380, + 185, + 50, + 214, + 44, + 119, + 128, + 589, + 189, + 246, + 249, + 318, + 210, + 121, + 130, + 264, + 179, + 267, + 252, + 919, + 920, + 263, 125, 134, - 271, - 183, - 274, - 259, - 925, - 926, - 270, - 129, - 138, - 226, - 50, - 48, - 316, - 49, - 315, - 266, - 247, - 234, - 172, - 309, - 231, - 169, - 306, - 202, - 207, - 249, - 267, - 224, - 372, - 376, - 374, - 360, - 364, - 366, - 370, - 368, - 377, - 362, - 127, - 136, - 45, - 393, - 279, - 163, - 205, - 254, - 257, - 251, - 276, - 44, - 337, - 145, - 146, - 43, - 388, - 390, - 343, 219, - 119, - 41, - 191, - 216, - 42 + 54, + 52, + 309, + 53, + 308, + 259, + 240, + 227, + 168, + 302, + 224, + 165, + 299, + 195, + 200, + 242, + 260, + 217, + 365, + 369, + 367, + 353, + 357, + 359, + 363, + 361, + 370, + 355, + 123, + 132, + 49, + 386, + 272, + 159, + 198, + 247, + 250, + 244, + 269, + 48, + 330, + 141, + 142, + 47, + 381, + 383, + 336, + 212, + 115, + 45, + 187, + 209, + 46 ] }, "src/modules/feature.js": { @@ -408,32 +418,32 @@ "expectCount": 29, "actualCount": 3, "undocumentLines": [ - 7, - 42, - 25, - 40, - 36, - 27, - 32, - 34, - 21, - 30, - 23, - 19, - 159, - 147, - 321, - 38, - 53, - 55, - 51, - 49, - 45, - 47, - 57, - 121, - 266, - 112 + 8, + 43, + 26, + 41, + 37, + 28, + 33, + 35, + 22, + 31, + 24, + 20, + 160, + 148, + 322, + 39, + 54, + 56, + 52, + 50, + 46, + 48, + 58, + 122, + 267, + 113 ] }, "src/modules/hash.js": { @@ -484,123 +494,123 @@ "expectCount": 15, "actualCount": 1, "undocumentLines": [ - 7, - 119, - 41, - 94, - 30, - 28, - 22, - 26, - 24, - 20, - 35, - 32, - 38, - 97 + 8, + 120, + 42, + 95, + 31, + 29, + 23, + 27, + 25, + 21, + 36, + 33, + 39, + 98 ] }, "src/modules/noResults.js": { "expectCount": 20, "actualCount": 1, "undocumentLines": [ - 5, - 24, - 17, - 22, + 6, + 25, 18, + 23, 19, - 124, - 95, - 42, - 66, 20, - 36, - 30, - 33, - 27, - 39, - 111, - 78, - 70 + 125, + 96, + 43, + 67, + 21, + 37, + 31, + 34, + 28, + 40, + 112, + 79, + 71 ] }, "src/modules/paging.js": { "expectCount": 63, "actualCount": 15, "undocumentLines": [ - 7, - 68, - 56, - 73, - 54, - 58, - 50, - 20, - 63, - 52, - 607, - 48, - 131, - 84, - 38, - 342, - 46, - 82, - 80, - 91, - 88, - 86, - 78, - 28, - 22, - 26, - 34, - 32, - 115, - 107, - 113, - 105, - 109, - 101, - 111, - 103, - 121, - 119, - 117, - 95, - 97, - 99, - 36, - 24, - 30, - 40, - 42, - 44 + 8, + 69, + 57, + 74, + 55, + 59, + 51, + 21, + 64, + 53, + 601, + 49, + 132, + 85, + 39, + 337, + 47, + 83, + 81, + 92, + 89, + 87, + 79, + 29, + 23, + 27, + 35, + 33, + 116, + 108, + 114, + 106, + 110, + 102, + 112, + 104, + 122, + 120, + 118, + 96, + 98, + 100, + 37, + 25, + 31, + 41, + 43, + 45 ] }, "src/modules/popupFilter.js": { "expectCount": 28, "actualCount": 10, "undocumentLines": [ - 6, - 119, - 43, - 36, - 39, - 33, - 60, - 31, + 7, + 120, + 44, + 37, + 40, + 34, + 61, + 32, + 53, + 242, 52, - 241, - 51, - 49, - 47, - 23, - 26, - 28, - 57, - 55 + 50, + 48, + 24, + 27, + 29, + 58, + 56 ] }, "src/modules/rowsCounter.js": { diff --git a/docs/dump.json b/docs/dump.json index 16dd8aaf..d09cc857 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -17,6 +17,288 @@ "kind": "file", "static": true, "variation": null, + "name": "src/const.js", + "memberof": null, + "longname": "src/const.js", + "access": null, + "description": null, + "lineNumber": 4, + "content": "/**\n * Filter types\n */\nexport const INPUT = 'input';\nexport const SELECT = 'select';\nexport const MULTIPLE = 'multiple';\nexport const CHECKLIST = 'checklist';\nexport const NONE = 'none';\n\n/**\n * Key codes\n */\nexport const ENTER_KEY = 13;\nexport const TAB_KEY = 9;\nexport const ESC_KEY = 27;\nexport const UP_ARROW_KEY = 38;\nexport const DOWN_ARROW_KEY = 40;\n\n/**\n * HTML tags\n */\nexport const HEADER_TAG = 'TH';\nexport const CELL_TAG = 'TD';\n\n/**\n * Numeric values\n */\nexport const AUTO_FILTER_DELAY = 750;\n" + }, + { + "__docId__": 2, + "kind": "variable", + "static": true, + "variation": null, + "name": "INPUT", + "memberof": "src/const.js", + "longname": "src/const.js~INPUT", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{INPUT}", + "description": "Filter types", + "lineNumber": 4, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 3, + "kind": "variable", + "static": true, + "variation": null, + "name": "SELECT", + "memberof": "src/const.js", + "longname": "src/const.js~SELECT", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{SELECT}", + "description": null, + "lineNumber": 5, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 4, + "kind": "variable", + "static": true, + "variation": null, + "name": "MULTIPLE", + "memberof": "src/const.js", + "longname": "src/const.js~MULTIPLE", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{MULTIPLE}", + "description": null, + "lineNumber": 6, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 5, + "kind": "variable", + "static": true, + "variation": null, + "name": "CHECKLIST", + "memberof": "src/const.js", + "longname": "src/const.js~CHECKLIST", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{CHECKLIST}", + "description": null, + "lineNumber": 7, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 6, + "kind": "variable", + "static": true, + "variation": null, + "name": "NONE", + "memberof": "src/const.js", + "longname": "src/const.js~NONE", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{NONE}", + "description": null, + "lineNumber": 8, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 7, + "kind": "variable", + "static": true, + "variation": null, + "name": "ENTER_KEY", + "memberof": "src/const.js", + "longname": "src/const.js~ENTER_KEY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{ENTER_KEY}", + "description": "Key codes", + "lineNumber": 13, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 8, + "kind": "variable", + "static": true, + "variation": null, + "name": "TAB_KEY", + "memberof": "src/const.js", + "longname": "src/const.js~TAB_KEY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{TAB_KEY}", + "description": null, + "lineNumber": 14, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 9, + "kind": "variable", + "static": true, + "variation": null, + "name": "ESC_KEY", + "memberof": "src/const.js", + "longname": "src/const.js~ESC_KEY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{ESC_KEY}", + "description": null, + "lineNumber": 15, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 10, + "kind": "variable", + "static": true, + "variation": null, + "name": "UP_ARROW_KEY", + "memberof": "src/const.js", + "longname": "src/const.js~UP_ARROW_KEY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{UP_ARROW_KEY}", + "description": null, + "lineNumber": 16, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 11, + "kind": "variable", + "static": true, + "variation": null, + "name": "DOWN_ARROW_KEY", + "memberof": "src/const.js", + "longname": "src/const.js~DOWN_ARROW_KEY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{DOWN_ARROW_KEY}", + "description": null, + "lineNumber": 17, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 12, + "kind": "variable", + "static": true, + "variation": null, + "name": "HEADER_TAG", + "memberof": "src/const.js", + "longname": "src/const.js~HEADER_TAG", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{HEADER_TAG}", + "description": "HTML tags", + "lineNumber": 22, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 13, + "kind": "variable", + "static": true, + "variation": null, + "name": "CELL_TAG", + "memberof": "src/const.js", + "longname": "src/const.js~CELL_TAG", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{CELL_TAG}", + "description": null, + "lineNumber": 23, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 14, + "kind": "variable", + "static": true, + "variation": null, + "name": "AUTO_FILTER_DELAY", + "memberof": "src/const.js", + "longname": "src/const.js~AUTO_FILTER_DELAY", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{AUTO_FILTER_DELAY}", + "description": "Numeric values", + "lineNumber": 28, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 15, + "kind": "file", + "static": true, + "variation": null, "name": "src/cookie.js", "memberof": null, "longname": "src/cookie.js", @@ -26,7 +308,7 @@ "content": "/**\n * Cookie utilities\n */\n\nexport default {\n\n write(name, value, hours){\n let expire = '';\n if(hours){\n expire = new Date((new Date()).getTime() + hours * 3600000);\n expire = '; expires=' + expire.toGMTString();\n }\n document.cookie = name + '=' + escape(value) + expire;\n },\n\n read(name){\n let cookieValue = '',\n search = name + '=';\n if(document.cookie.length > 0){\n let cookie = document.cookie,\n offset = cookie.indexOf(search);\n if(offset !== -1){\n offset += search.length;\n let end = cookie.indexOf(';', offset);\n if(end === -1){\n end = cookie.length;\n }\n cookieValue = unescape(cookie.substring(offset, end));\n }\n }\n return cookieValue;\n },\n\n remove(name){\n this.write(name, '', -1);\n },\n\n valueToArray(name, separator){\n if(!separator){\n separator = ',';\n }\n //reads the cookie\n let val = this.read(name);\n //creates an array with filters' values\n let arr = val.split(separator);\n return arr;\n },\n\n getValueByIndex(name, index, separator){\n if(!separator){\n separator = ',';\n }\n //reads the cookie\n let val = this.valueToArray(name, separator);\n return val[index];\n }\n\n};\n" }, { - "__docId__": 2, + "__docId__": 16, "kind": "file", "static": true, "variation": null, @@ -39,7 +321,7 @@ "content": "/**\n * Date utilities\n */\n\nexport default {\n isValid(dateStr, format){\n if(!format) {\n format = 'DMY';\n }\n format = format.toUpperCase();\n if(format.length != 3) {\n if(format === 'DDMMMYYYY'){\n let d = this.format(dateStr, format);\n dateStr = d.getDate() +'/'+ (d.getMonth()+1) +'/'+\n d.getFullYear();\n format = 'DMY';\n }\n }\n if((format.indexOf('M') === -1) || (format.indexOf('D') === -1) ||\n (format.indexOf('Y') === -1)){\n format = 'DMY';\n }\n let reg1, reg2;\n // If the year is first\n if(format.substring(0, 1) === 'Y') {\n reg1 = /^\\d{2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{1,2}$/;\n reg2 = /^\\d{4}(\\-|\\/|\\.)\\d{1,2}\\1\\d{1,2}$/;\n } else if(format.substring(1, 2) === 'Y') { // If the year is second\n reg1 = /^\\d{1,2}(\\-|\\/|\\.)\\d{2}\\1\\d{1,2}$/;\n reg2 = /^\\d{1,2}(\\-|\\/|\\.)\\d{4}\\1\\d{1,2}$/;\n } else { // The year must be third\n reg1 = /^\\d{1,2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{2}$/;\n reg2 = /^\\d{1,2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{4}$/;\n }\n // If it doesn't conform to the right format (with either a 2 digit year\n // or 4 digit year), fail\n if(reg1.test(dateStr) === false && reg2.test(dateStr) === false) {\n return false;\n }\n // Split into 3 parts based on what the divider was\n let parts = dateStr.split(RegExp.$1);\n let mm, dd, yy;\n // Check to see if the 3 parts end up making a valid date\n if(format.substring(0, 1) === 'M'){\n mm = parts[0];\n } else if(format.substring(1, 2) === 'M'){\n mm = parts[1];\n } else {\n mm = parts[2];\n }\n if(format.substring(0, 1) === 'D'){\n dd = parts[0];\n } else if(format.substring(1, 2) === 'D'){\n dd = parts[1];\n } else {\n dd = parts[2];\n }\n if(format.substring(0, 1) === 'Y'){\n yy = parts[0];\n } else if(format.substring(1, 2) === 'Y'){\n yy = parts[1];\n } else {\n yy = parts[2];\n }\n if(parseInt(yy, 10) <= 50){\n yy = (parseInt(yy, 10) + 2000).toString();\n }\n if(parseInt(yy, 10) <= 99){\n yy = (parseInt(yy, 10) + 1900).toString();\n }\n let dt = new Date(\n parseInt(yy, 10), parseInt(mm, 10)-1, parseInt(dd, 10),\n 0, 0, 0, 0);\n if(parseInt(dd, 10) != dt.getDate()){\n return false;\n }\n if(parseInt(mm, 10)-1 != dt.getMonth()){\n return false;\n }\n return true;\n },\n format(dateStr, formatStr) {\n if(!formatStr){\n formatStr = 'DMY';\n }\n if(!dateStr || dateStr === ''){\n return new Date(1001, 0, 1);\n }\n let oDate;\n let parts;\n\n switch(formatStr.toUpperCase()){\n case 'DDMMMYYYY':\n parts = dateStr.replace(/[- \\/.]/g,' ').split(' ');\n oDate = new Date(y2kDate(parts[2]),mmm2mm(parts[1])-1,parts[0]);\n break;\n case 'DMY':\n /* eslint-disable */\n parts = dateStr.replace(\n /^(0?[1-9]|[12][0-9]|3[01])([- \\/.])(0?[1-9]|1[012])([- \\/.])((\\d\\d)?\\d\\d)$/,'$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]),parts[1]-1,parts[0]);\n /* eslint-enable */\n break;\n case 'MDY':\n /* eslint-disable */\n parts = dateStr.replace(\n /^(0?[1-9]|1[012])([- \\/.])(0?[1-9]|[12][0-9]|3[01])([- \\/.])((\\d\\d)?\\d\\d)$/,'$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]),parts[0]-1,parts[1]);\n /* eslint-enable */\n break;\n case 'YMD':\n /* eslint-disable */\n parts = dateStr.replace(/^((\\d\\d)?\\d\\d)([- \\/.])(0?[1-9]|1[012])([- \\/.])(0?[1-9]|[12][0-9]|3[01])$/,'$1 $4 $6').split(' ');\n oDate = new Date(y2kDate(parts[0]),parts[1]-1,parts[2]);\n /* eslint-enable */\n break;\n default: //in case format is not correct\n /* eslint-disable */\n parts = dateStr.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \\/.])(0?[1-9]|1[012])([- \\/.])((\\d\\d)?\\d\\d)$/,'$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]),parts[1]-1,parts[0]);\n /* eslint-enable */\n break;\n }\n return oDate;\n }\n};\n\nfunction y2kDate(yr){\n if(yr === undefined){\n return 0;\n }\n if(yr.length>2){\n return yr;\n }\n let y;\n //>50 belong to 1900\n if(yr <= 99 && yr>50){\n y = '19' + yr;\n }\n //<50 belong to 2000\n if(yr<50 || yr === '00'){\n y = '20' + yr;\n }\n return y;\n}\n\nfunction mmm2mm(mmm){\n if(mmm === undefined){\n return 0;\n }\n let mondigit;\n let MONTH_NAMES = [\n 'january','february','march','april','may','june','july',\n 'august','september','october','november','december',\n 'jan','feb','mar','apr','may','jun','jul','aug','sep','oct',\n 'nov','dec'\n ];\n for(let m_i=0; m_i < MONTH_NAMES.length; m_i++){\n let month_name = MONTH_NAMES[m_i];\n if (mmm.toLowerCase() === month_name){\n mondigit = m_i+1;\n break;\n }\n }\n if(mondigit > 11 || mondigit < 23){\n mondigit = mondigit - 12;\n }\n if(mondigit < 1 || mondigit > 12){\n return 0;\n }\n return mondigit;\n}\n" }, { - "__docId__": 3, + "__docId__": 17, "kind": "function", "static": true, "variation": null, @@ -69,7 +351,7 @@ "generator": false }, { - "__docId__": 4, + "__docId__": 18, "kind": "function", "static": true, "variation": null, @@ -99,7 +381,7 @@ "generator": false }, { - "__docId__": 5, + "__docId__": 19, "kind": "file", "static": true, "variation": null, @@ -112,7 +394,7 @@ "content": "import Types from './types';\nimport Str from './string';\n\n/**\n * DOM utilities\n */\n\nexport default {\n\n /**\n * Returns text + text of children of given node\n * @param {NodeElement} node\n * @return {String}\n */\n getText(node){\n if(Types.isUndef(node.textContent)) {\n return Str.trim(node.innerText);\n }\n return Str.trim(node.textContent);\n },\n\n /**\n * Returns the first text node contained in the supplied node\n * @param {NodeElement} node node\n * @return {String}\n */\n getFirstTextNode(node){\n for(let i=0; i 1){\n for(let i=0; i {\n this.events[evt] = this.events[evt] || [];\n this.events[evt].push(fn);\n });\n }\n\n /**\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n off(evts, fn) {\n evts.forEach((evt)=> {\n if(evt in this.events) {\n this.events[evt].splice(this.events[evt].indexOf(fn), 1);\n }\n });\n }\n\n /**\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n */\n emit(evt /*, args...*/) {\n if(evt in this.events) {\n for(let i = 0; i < this.events[evt].length; i++) {\n this.events[evt][i].apply(this, [].slice.call(arguments, 1));\n }\n }\n }\n}\n" }, { - "__docId__": 8, + "__docId__": 22, "kind": "class", "static": true, "variation": null, @@ -164,7 +446,7 @@ "interface": false }, { - "__docId__": 9, + "__docId__": 23, "kind": "constructor", "static": false, "variation": null, @@ -179,7 +461,7 @@ "generator": false }, { - "__docId__": 10, + "__docId__": 24, "kind": "member", "static": false, "variation": null, @@ -199,7 +481,7 @@ } }, { - "__docId__": 11, + "__docId__": 25, "kind": "method", "static": false, "variation": null, @@ -234,7 +516,7 @@ "generator": false }, { - "__docId__": 12, + "__docId__": 26, "kind": "method", "static": false, "variation": null, @@ -269,7 +551,7 @@ "generator": false }, { - "__docId__": 13, + "__docId__": 27, "kind": "method", "static": false, "variation": null, @@ -294,7 +576,7 @@ "generator": false }, { - "__docId__": 14, + "__docId__": 28, "kind": "file", "static": true, "variation": null, @@ -307,7 +589,7 @@ "content": "/**\n * DOM event utilities\n */\n\nexport default {\n add(obj, type, func, capture){\n if(obj.addEventListener){\n obj.addEventListener(type, func, capture);\n }\n else if(obj.attachEvent){\n obj.attachEvent('on'+type, func);\n } else {\n obj['on'+type] = func;\n }\n },\n remove(obj, type, func, capture){\n if(obj.detachEvent){\n obj.detachEvent('on'+type,func);\n }\n else if(obj.removeEventListener){\n obj.removeEventListener(type, func, capture);\n } else {\n obj['on'+type] = null;\n }\n },\n stop(evt){\n if(!evt){\n evt = window.event;\n }\n if(evt.stopPropagation){\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n },\n cancel(evt){\n if(!evt){\n evt = window.event;\n }\n if(evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n },\n target(evt){\n return (evt && evt.target) || (window.event && window.event.srcElement);\n },\n keyCode(evt){\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode: (evt.which ? evt.which : 0));\n }\n};\n" }, { - "__docId__": 15, + "__docId__": 29, "kind": "file", "static": true, "variation": null, @@ -317,10 +599,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import Dom from '../../dom';\n\nexport default class AdapterEzEditTable {\n /**\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, cfg){\n // ezEditTable config\n this.initialized = false;\n this.desc = cfg.description || 'ezEditTable adapter';\n this.filename = cfg.filename || 'ezEditTable.js';\n this.vendorPath = cfg.vendor_path;\n this.loadStylesheet = Boolean(cfg.load_stylesheet);\n this.stylesheet = cfg.stylesheet || this.vendorPath + 'ezEditTable.css';\n this.stylesheetName = cfg.stylesheet_name || 'ezEditTableCss';\n this.err = 'Failed to instantiate EditTable object.\\n\"ezEditTable\" ' +\n 'dependency not found.';\n // Enable the ezEditTable's scroll into view behaviour if grid layout on\n cfg.scroll_into_view = cfg.scroll_into_view===false ?\n false : tf.gridLayout;\n\n this._ezEditTable = null;\n this.cfg = cfg;\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n /**\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n */\n init(){\n var tf = this.tf;\n if(window.EditTable){\n this._setAdvancedGrid();\n } else {\n var path = this.vendorPath + this.filename;\n tf.import(this.filename, path, ()=> { this._setAdvancedGrid(); });\n }\n if(this.loadStylesheet && !tf.isImported(this.stylesheet, 'link')){\n tf.import(this.stylesheetName, this.stylesheet, null, 'link');\n }\n\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n this.emitter.on(['filter-focus', 'filter-blur'],\n ()=> this._toggleForInputFilter());\n }\n\n /**\n * Instantiate ezEditTable component for advanced grid features\n */\n _setAdvancedGrid(){\n var tf = this.tf;\n\n //start row for EditTable constructor needs to be calculated\n var startRow,\n cfg = this.cfg,\n thead = Dom.tag(tf.tbl, 'thead');\n\n //if thead exists and startRow not specified, startRow is calculated\n //automatically by EditTable\n if(thead.length > 0 && !cfg.startRow){\n startRow = undefined;\n }\n //otherwise startRow config property if any or TableFilter refRow\n else{\n startRow = cfg.startRow || tf.refRow;\n }\n\n cfg.base_path = cfg.base_path || tf.basePath + 'ezEditTable/';\n var editable = cfg.editable;\n var selectable = cfg.selection;\n\n if(selectable){\n cfg.default_selection = cfg.default_selection || 'row';\n }\n //CSS Styles\n cfg.active_cell_css = cfg.active_cell_css || 'ezETSelectedCell';\n\n var _lastValidRowIndex = 0;\n var _lastRowIndex = 0;\n\n if(selectable){\n //Row navigation needs to be calculated according to TableFilter's\n //validRowsIndex array\n var onAfterSelection = function(et, selectedElm, e){\n var slc = et.Selection;\n //Next valid filtered row needs to be selected\n var doSelect = function(nextRowIndex){\n if(et.defaultSelection === 'row'){\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n } else {\n /* eslint-disable */\n et.ClearSelections();\n /* eslint-enable */\n var cellIndex = selectedElm.cellIndex,\n row = tf.tbl.rows[nextRowIndex];\n if(et.defaultSelection === 'both'){\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n }\n if(row){\n /* eslint-disable */\n slc.SelectCell(row.cells[cellIndex]);\n /* eslint-enable */\n }\n }\n //Table is filtered\n if(tf.validRowsIndex.length !== tf.getRowsNb()){\n var r = tf.tbl.rows[nextRowIndex];\n if(r){\n r.scrollIntoView(false);\n }\n if(cell){\n if(cell.cellIndex === (tf.getCellsNb()-1) &&\n tf.gridLayout){\n tf.tblCont.scrollLeft = 100000000;\n }\n else if(cell.cellIndex===0 && tf.gridLayout){\n tf.tblCont.scrollLeft = 0;\n } else {\n cell.scrollIntoView(false);\n }\n }\n }\n };\n\n //table is not filtered\n if(!tf.validRowsIndex){\n return;\n }\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm,\n //cell for default_selection = 'both' or 'cell'\n cell = selectedElm.nodeName==='TD' ? selectedElm : null,\n /* eslint-disable */\n keyCode = e !== undefined ? et.Event.GetKey(e) : 0,\n /* eslint-enable */\n isRowValid = validIndexes.indexOf(row.rowIndex) !== -1,\n nextRowIndex,\n paging = tf.feature('paging'),\n //pgup/pgdown keys\n d = (keyCode === 34 || keyCode === 33 ?\n (paging && paging.pagingLength || et.nbRowsPerPage) :1);\n\n //If next row is not valid, next valid filtered row needs to be\n //calculated\n if(!isRowValid){\n //Selection direction up/down\n if(row.rowIndex>_lastRowIndex){\n //last row\n if(row.rowIndex >= validIndexes[validIdxLen-1]){\n nextRowIndex = validIndexes[validIdxLen-1];\n } else {\n var calcRowIndex = (_lastValidRowIndex + d);\n if(calcRowIndex > (validIdxLen-1)){\n nextRowIndex = validIndexes[validIdxLen-1];\n } else {\n nextRowIndex = validIndexes[calcRowIndex];\n }\n }\n } else{\n //first row\n if(row.rowIndex <= validIndexes[0]){\n nextRowIndex = validIndexes[0];\n } else {\n var v = validIndexes[_lastValidRowIndex - d];\n nextRowIndex = v ? v : validIndexes[0];\n }\n }\n _lastRowIndex = row.rowIndex;\n doSelect(nextRowIndex);\n } else {\n //If filtered row is valid, special calculation for\n //pgup/pgdown keys\n if(keyCode!==34 && keyCode!==33){\n _lastValidRowIndex = validIndexes.indexOf(row.rowIndex);\n _lastRowIndex = row.rowIndex;\n } else {\n if(keyCode === 34){ //pgdown\n //last row\n if((_lastValidRowIndex + d) <= (validIdxLen-1)){\n nextRowIndex = validIndexes[\n _lastValidRowIndex + d];\n } else {\n nextRowIndex = [validIdxLen-1];\n }\n } else { //pgup\n //first row\n if((_lastValidRowIndex - d) <= validIndexes[0]){\n nextRowIndex = validIndexes[0];\n } else {\n nextRowIndex = validIndexes[\n _lastValidRowIndex - d];\n }\n }\n _lastRowIndex = nextRowIndex;\n _lastValidRowIndex = validIndexes.indexOf(nextRowIndex);\n doSelect(nextRowIndex);\n }\n }\n };\n\n //Page navigation has to be enforced whenever selected row is out of\n //the current page range\n var onBeforeSelection = function(et, selectedElm){\n var row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm;\n if(tf.paging){\n if(tf.feature('paging').nbPages > 1){\n var paging = tf.feature('paging');\n //page length is re-assigned in case it has changed\n et.nbRowsPerPage = paging.pagingLength;\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n pagingEndRow = parseInt(paging.startPagingRow, 10) +\n parseInt(paging.pagingLength, 10);\n var rowIndex = row.rowIndex;\n\n if((rowIndex === validIndexes[validIdxLen-1]) &&\n paging.currentPageNb!==paging.nbPages){\n paging.setPage('last');\n }\n else if((rowIndex == validIndexes[0]) &&\n paging.currentPageNb!==1){\n paging.setPage('first');\n }\n else if(rowIndex > validIndexes[pagingEndRow-1] &&\n rowIndex < validIndexes[validIdxLen-1]){\n paging.setPage('next');\n }\n else if(\n rowIndex < validIndexes[paging.startPagingRow] &&\n rowIndex > validIndexes[0]){\n paging.setPage('previous');\n }\n }\n }\n };\n\n //Selected row needs to be visible when paging is activated\n if(tf.paging){\n tf.feature('paging').onAfterChangePage = function(paging){\n var advGrid = paging.tf.extension('advancedGrid');\n var et = advGrid._ezEditTable;\n var slc = et.Selection;\n /* eslint-disable */\n var row = slc.GetActiveRow();\n /* eslint-enable */\n if(row){\n row.scrollIntoView(false);\n }\n /* eslint-disable */\n var cell = slc.GetActiveCell();\n /* eslint-enable */\n if(cell){\n cell.scrollIntoView(false);\n }\n };\n }\n\n //Rows navigation when rows are filtered is performed with the\n //EditTable row selection callback events\n if(cfg.default_selection==='row'){\n var fnB = cfg.on_before_selected_row;\n cfg.on_before_selected_row = function(){\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if(fnB){\n fnB.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnA = cfg.on_after_selected_row;\n cfg.on_after_selected_row = function(){\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if(fnA){\n fnA.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n } else {\n var fnD = cfg.on_before_selected_cell;\n cfg.on_before_selected_cell = function(){\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if(fnD){\n fnD.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnC = cfg.on_after_selected_cell;\n cfg.on_after_selected_cell = function(){\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if(fnC){\n fnC.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n }\n }\n if(editable){\n //Added or removed rows, TF rows number needs to be re-calculated\n var fnE = cfg.on_added_dom_row;\n cfg.on_added_dom_row = function(){\n tf.nbFilterableRows++;\n if(!tf.paging){\n tf.emitter.emit('rows-changed', tf, this);\n //tf.feature('rowsCounter').refresh();\n } else {\n tf.nbRows++;\n tf.nbVisibleRows++;\n tf.nbFilterableRows++;\n tf.paging=false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset();\n }\n if(tf.alternateRows){\n tf.feature('alternateRows').init();\n }\n if(fnE){\n fnE.call(null, arguments[0], arguments[1], arguments[2]);\n }\n };\n if(cfg.actions && cfg.actions['delete']){\n var fnF = cfg.actions['delete'].on_after_submit;\n cfg.actions['delete'].on_after_submit = function(){\n tf.nbFilterableRows--;\n if(!tf.paging){\n // tf.feature('rowsCounter').refresh();\n tf.emitter.emit('rows-changed', tf, this);\n } else {\n tf.nbRows--;\n tf.nbVisibleRows--;\n tf.nbFilterableRows--;\n tf.paging=false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset(false);\n }\n if(tf.alternateRows){\n tf.feature('alternateRows').init();\n }\n if(fnF){\n fnF.call(null, arguments[0], arguments[1]);\n }\n };\n }\n }\n\n try{\n /* eslint-disable */\n this._ezEditTable = new EditTable(tf.id, cfg, startRow);\n this._ezEditTable.Init();\n /* eslint-enable */\n } catch(e) { throw new Error(this.err); }\n\n this.initialized = true;\n }\n\n /**\n * Reset advanced grid when previously removed\n */\n reset(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable){\n if(this.cfg.selection){\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n if(this.cfg.editable){\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n }\n }\n\n /**\n * Toggle behaviour\n */\n toggle(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable.editable){\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n if(ezEditTable.selection){\n /* eslint-disable */\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n }\n\n _toggleForInputFilter(){\n var tf = this.tf;\n if(!tf.getActiveFilterId()){\n return;\n }\n var colIndex = tf.getColumnIndexFromFilterId(tf.getActiveFilterId());\n var filterType = tf.getFilterType(colIndex);\n if(filterType === tf.fltTypeInp){\n this.toggle();\n }\n }\n\n /**\n * Remove advanced grid\n */\n destroy(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable){\n if(this.cfg.selection){\n /* eslint-disable */\n ezEditTable.Selection.ClearSelections();\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n }\n if(this.cfg.editable){\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n }\n }\n\n this.emitter.off(['filter-focus', 'filter-blur'],\n ()=> this._toggleForInputFilter());\n this.initialized = false;\n }\n}\n" + "content": "import Dom from '../../dom';\nimport {INPUT} from '../../const';\n\nexport default class AdapterEzEditTable {\n /**\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, cfg){\n // ezEditTable config\n this.initialized = false;\n this.desc = cfg.description || 'ezEditTable adapter';\n this.filename = cfg.filename || 'ezEditTable.js';\n this.vendorPath = cfg.vendor_path;\n this.loadStylesheet = Boolean(cfg.load_stylesheet);\n this.stylesheet = cfg.stylesheet || this.vendorPath + 'ezEditTable.css';\n this.stylesheetName = cfg.stylesheet_name || 'ezEditTableCss';\n this.err = 'Failed to instantiate EditTable object.\\n\"ezEditTable\" ' +\n 'dependency not found.';\n // Enable the ezEditTable's scroll into view behaviour if grid layout on\n cfg.scroll_into_view = cfg.scroll_into_view===false ?\n false : tf.gridLayout;\n\n this._ezEditTable = null;\n this.cfg = cfg;\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n /**\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n */\n init(){\n var tf = this.tf;\n if(window.EditTable){\n this._setAdvancedGrid();\n } else {\n var path = this.vendorPath + this.filename;\n tf.import(this.filename, path, ()=> { this._setAdvancedGrid(); });\n }\n if(this.loadStylesheet && !tf.isImported(this.stylesheet, 'link')){\n tf.import(this.stylesheetName, this.stylesheet, null, 'link');\n }\n\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n this.emitter.on(['filter-focus', 'filter-blur'],\n ()=> this._toggleForInputFilter());\n }\n\n /**\n * Instantiate ezEditTable component for advanced grid features\n */\n _setAdvancedGrid(){\n var tf = this.tf;\n\n //start row for EditTable constructor needs to be calculated\n var startRow,\n cfg = this.cfg,\n thead = Dom.tag(tf.tbl, 'thead');\n\n //if thead exists and startRow not specified, startRow is calculated\n //automatically by EditTable\n if(thead.length > 0 && !cfg.startRow){\n startRow = undefined;\n }\n //otherwise startRow config property if any or TableFilter refRow\n else{\n startRow = cfg.startRow || tf.refRow;\n }\n\n cfg.base_path = cfg.base_path || tf.basePath + 'ezEditTable/';\n var editable = cfg.editable;\n var selectable = cfg.selection;\n\n if(selectable){\n cfg.default_selection = cfg.default_selection || 'row';\n }\n //CSS Styles\n cfg.active_cell_css = cfg.active_cell_css || 'ezETSelectedCell';\n\n var _lastValidRowIndex = 0;\n var _lastRowIndex = 0;\n\n if(selectable){\n //Row navigation needs to be calculated according to TableFilter's\n //validRowsIndex array\n var onAfterSelection = function(et, selectedElm, e){\n var slc = et.Selection;\n //Next valid filtered row needs to be selected\n var doSelect = function(nextRowIndex){\n if(et.defaultSelection === 'row'){\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n } else {\n /* eslint-disable */\n et.ClearSelections();\n /* eslint-enable */\n var cellIndex = selectedElm.cellIndex,\n row = tf.tbl.rows[nextRowIndex];\n if(et.defaultSelection === 'both'){\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n }\n if(row){\n /* eslint-disable */\n slc.SelectCell(row.cells[cellIndex]);\n /* eslint-enable */\n }\n }\n //Table is filtered\n if(tf.validRowsIndex.length !== tf.getRowsNb()){\n var r = tf.tbl.rows[nextRowIndex];\n if(r){\n r.scrollIntoView(false);\n }\n if(cell){\n if(cell.cellIndex === (tf.getCellsNb()-1) &&\n tf.gridLayout){\n tf.tblCont.scrollLeft = 100000000;\n }\n else if(cell.cellIndex===0 && tf.gridLayout){\n tf.tblCont.scrollLeft = 0;\n } else {\n cell.scrollIntoView(false);\n }\n }\n }\n };\n\n //table is not filtered\n if(!tf.validRowsIndex){\n return;\n }\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm,\n //cell for default_selection = 'both' or 'cell'\n cell = selectedElm.nodeName==='TD' ? selectedElm : null,\n /* eslint-disable */\n keyCode = e !== undefined ? et.Event.GetKey(e) : 0,\n /* eslint-enable */\n isRowValid = validIndexes.indexOf(row.rowIndex) !== -1,\n nextRowIndex,\n paging = tf.feature('paging'),\n //pgup/pgdown keys\n d = (keyCode === 34 || keyCode === 33 ?\n (paging && paging.pagingLength || et.nbRowsPerPage) :1);\n\n //If next row is not valid, next valid filtered row needs to be\n //calculated\n if(!isRowValid){\n //Selection direction up/down\n if(row.rowIndex>_lastRowIndex){\n //last row\n if(row.rowIndex >= validIndexes[validIdxLen-1]){\n nextRowIndex = validIndexes[validIdxLen-1];\n } else {\n var calcRowIndex = (_lastValidRowIndex + d);\n if(calcRowIndex > (validIdxLen-1)){\n nextRowIndex = validIndexes[validIdxLen-1];\n } else {\n nextRowIndex = validIndexes[calcRowIndex];\n }\n }\n } else{\n //first row\n if(row.rowIndex <= validIndexes[0]){\n nextRowIndex = validIndexes[0];\n } else {\n var v = validIndexes[_lastValidRowIndex - d];\n nextRowIndex = v ? v : validIndexes[0];\n }\n }\n _lastRowIndex = row.rowIndex;\n doSelect(nextRowIndex);\n } else {\n //If filtered row is valid, special calculation for\n //pgup/pgdown keys\n if(keyCode!==34 && keyCode!==33){\n _lastValidRowIndex = validIndexes.indexOf(row.rowIndex);\n _lastRowIndex = row.rowIndex;\n } else {\n if(keyCode === 34){ //pgdown\n //last row\n if((_lastValidRowIndex + d) <= (validIdxLen-1)){\n nextRowIndex = validIndexes[\n _lastValidRowIndex + d];\n } else {\n nextRowIndex = [validIdxLen-1];\n }\n } else { //pgup\n //first row\n if((_lastValidRowIndex - d) <= validIndexes[0]){\n nextRowIndex = validIndexes[0];\n } else {\n nextRowIndex = validIndexes[\n _lastValidRowIndex - d];\n }\n }\n _lastRowIndex = nextRowIndex;\n _lastValidRowIndex = validIndexes.indexOf(nextRowIndex);\n doSelect(nextRowIndex);\n }\n }\n };\n\n //Page navigation has to be enforced whenever selected row is out of\n //the current page range\n var onBeforeSelection = function(et, selectedElm){\n var row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm;\n if(tf.paging){\n if(tf.feature('paging').nbPages > 1){\n var paging = tf.feature('paging');\n //page length is re-assigned in case it has changed\n et.nbRowsPerPage = paging.pagingLength;\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n pagingEndRow = parseInt(paging.startPagingRow, 10) +\n parseInt(paging.pagingLength, 10);\n var rowIndex = row.rowIndex;\n\n if((rowIndex === validIndexes[validIdxLen-1]) &&\n paging.currentPageNb!==paging.nbPages){\n paging.setPage('last');\n }\n else if((rowIndex == validIndexes[0]) &&\n paging.currentPageNb!==1){\n paging.setPage('first');\n }\n else if(rowIndex > validIndexes[pagingEndRow-1] &&\n rowIndex < validIndexes[validIdxLen-1]){\n paging.setPage('next');\n }\n else if(\n rowIndex < validIndexes[paging.startPagingRow] &&\n rowIndex > validIndexes[0]){\n paging.setPage('previous');\n }\n }\n }\n };\n\n //Selected row needs to be visible when paging is activated\n if(tf.paging){\n tf.feature('paging').onAfterChangePage = function(paging){\n var advGrid = paging.tf.extension('advancedGrid');\n var et = advGrid._ezEditTable;\n var slc = et.Selection;\n /* eslint-disable */\n var row = slc.GetActiveRow();\n /* eslint-enable */\n if(row){\n row.scrollIntoView(false);\n }\n /* eslint-disable */\n var cell = slc.GetActiveCell();\n /* eslint-enable */\n if(cell){\n cell.scrollIntoView(false);\n }\n };\n }\n\n //Rows navigation when rows are filtered is performed with the\n //EditTable row selection callback events\n if(cfg.default_selection==='row'){\n var fnB = cfg.on_before_selected_row;\n cfg.on_before_selected_row = function(){\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if(fnB){\n fnB.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnA = cfg.on_after_selected_row;\n cfg.on_after_selected_row = function(){\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if(fnA){\n fnA.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n } else {\n var fnD = cfg.on_before_selected_cell;\n cfg.on_before_selected_cell = function(){\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if(fnD){\n fnD.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnC = cfg.on_after_selected_cell;\n cfg.on_after_selected_cell = function(){\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if(fnC){\n fnC.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n }\n }\n if(editable){\n //Added or removed rows, TF rows number needs to be re-calculated\n var fnE = cfg.on_added_dom_row;\n cfg.on_added_dom_row = function(){\n tf.nbFilterableRows++;\n if(!tf.paging){\n tf.emitter.emit('rows-changed', tf, this);\n //tf.feature('rowsCounter').refresh();\n } else {\n tf.nbRows++;\n tf.nbVisibleRows++;\n tf.nbFilterableRows++;\n tf.paging=false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset();\n }\n if(tf.alternateRows){\n tf.feature('alternateRows').init();\n }\n if(fnE){\n fnE.call(null, arguments[0], arguments[1], arguments[2]);\n }\n };\n if(cfg.actions && cfg.actions['delete']){\n var fnF = cfg.actions['delete'].on_after_submit;\n cfg.actions['delete'].on_after_submit = function(){\n tf.nbFilterableRows--;\n if(!tf.paging){\n // tf.feature('rowsCounter').refresh();\n tf.emitter.emit('rows-changed', tf, this);\n } else {\n tf.nbRows--;\n tf.nbVisibleRows--;\n tf.nbFilterableRows--;\n tf.paging=false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset(false);\n }\n if(tf.alternateRows){\n tf.feature('alternateRows').init();\n }\n if(fnF){\n fnF.call(null, arguments[0], arguments[1]);\n }\n };\n }\n }\n\n try{\n /* eslint-disable */\n this._ezEditTable = new EditTable(tf.id, cfg, startRow);\n this._ezEditTable.Init();\n /* eslint-enable */\n } catch(e) { throw new Error(this.err); }\n\n this.initialized = true;\n }\n\n /**\n * Reset advanced grid when previously removed\n */\n reset(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable){\n if(this.cfg.selection){\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n if(this.cfg.editable){\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n }\n }\n\n /**\n * Toggle behaviour\n */\n toggle(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable.editable){\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n if(ezEditTable.selection){\n /* eslint-disable */\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n }\n\n _toggleForInputFilter(){\n var tf = this.tf;\n if(!tf.getActiveFilterId()){\n return;\n }\n var colIndex = tf.getColumnIndexFromFilterId(tf.getActiveFilterId());\n var filterType = tf.getFilterType(colIndex);\n if(filterType === INPUT){\n this.toggle();\n }\n }\n\n /**\n * Remove advanced grid\n */\n destroy(){\n var ezEditTable = this._ezEditTable;\n if(ezEditTable){\n if(this.cfg.selection){\n /* eslint-disable */\n ezEditTable.Selection.ClearSelections();\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n }\n if(this.cfg.editable){\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n }\n }\n\n this.emitter.off(['filter-focus', 'filter-blur'],\n ()=> this._toggleForInputFilter());\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 16, + "__docId__": 30, "kind": "class", "static": true, "variation": null, @@ -332,12 +614,12 @@ "importPath": "tablefilter/src/extensions/advancedGrid/adapterEzEditTable.js", "importStyle": "AdapterEzEditTable", "description": null, - "lineNumber": 3, + "lineNumber": 4, "undocument": true, "interface": false }, { - "__docId__": 17, + "__docId__": 31, "kind": "constructor", "static": false, "variation": null, @@ -346,7 +628,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#constructor", "access": null, "description": "Adapter module for ezEditTable, an external library providing advanced\ngrid features (selection and edition):\nhttp://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus", - "lineNumber": 11, + "lineNumber": 12, "params": [ { "nullable": null, @@ -362,7 +644,7 @@ "generator": false }, { - "__docId__": 18, + "__docId__": 32, "kind": "member", "static": false, "variation": null, @@ -371,7 +653,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#initialized", "access": null, "description": null, - "lineNumber": 13, + "lineNumber": 14, "undocument": true, "type": { "types": [ @@ -380,7 +662,7 @@ } }, { - "__docId__": 19, + "__docId__": 33, "kind": "member", "static": false, "variation": null, @@ -389,24 +671,6 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#desc", "access": null, "description": null, - "lineNumber": 14, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 20, - "kind": "member", - "static": false, - "variation": null, - "name": "filename", - "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#filename", - "access": null, - "description": null, "lineNumber": 15, "undocument": true, "type": { @@ -416,13 +680,13 @@ } }, { - "__docId__": 21, + "__docId__": 34, "kind": "member", "static": false, "variation": null, - "name": "vendorPath", + "name": "filename", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#vendorPath", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#filename", "access": null, "description": null, "lineNumber": 16, @@ -434,13 +698,13 @@ } }, { - "__docId__": 22, + "__docId__": 35, "kind": "member", "static": false, "variation": null, - "name": "loadStylesheet", + "name": "vendorPath", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#loadStylesheet", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#vendorPath", "access": null, "description": null, "lineNumber": 17, @@ -452,13 +716,13 @@ } }, { - "__docId__": 23, + "__docId__": 36, "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "loadStylesheet", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#stylesheet", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#loadStylesheet", "access": null, "description": null, "lineNumber": 18, @@ -470,13 +734,13 @@ } }, { - "__docId__": 24, + "__docId__": 37, "kind": "member", "static": false, "variation": null, - "name": "stylesheetName", + "name": "stylesheet", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#stylesheetName", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#stylesheet", "access": null, "description": null, "lineNumber": 19, @@ -488,13 +752,13 @@ } }, { - "__docId__": 25, + "__docId__": 38, "kind": "member", "static": false, "variation": null, - "name": "err", + "name": "stylesheetName", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#err", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#stylesheetName", "access": null, "description": null, "lineNumber": 20, @@ -506,16 +770,16 @@ } }, { - "__docId__": 26, + "__docId__": 39, "kind": "member", "static": false, "variation": null, - "name": "_ezEditTable", + "name": "err", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#_ezEditTable", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#err", "access": null, "description": null, - "lineNumber": 26, + "lineNumber": 21, "undocument": true, "type": { "types": [ @@ -524,13 +788,13 @@ } }, { - "__docId__": 27, + "__docId__": 40, "kind": "member", "static": false, "variation": null, - "name": "cfg", + "name": "_ezEditTable", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#cfg", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#_ezEditTable", "access": null, "description": null, "lineNumber": 27, @@ -542,13 +806,13 @@ } }, { - "__docId__": 28, + "__docId__": 41, "kind": "member", "static": false, "variation": null, - "name": "tf", + "name": "cfg", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#tf", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#cfg", "access": null, "description": null, "lineNumber": 28, @@ -560,13 +824,13 @@ } }, { - "__docId__": 29, + "__docId__": 42, "kind": "member", "static": false, "variation": null, - "name": "emitter", + "name": "tf", "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", - "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#emitter", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#tf", "access": null, "description": null, "lineNumber": 29, @@ -578,7 +842,25 @@ } }, { - "__docId__": 30, + "__docId__": 43, + "kind": "member", + "static": false, + "variation": null, + "name": "emitter", + "memberof": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable", + "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#emitter", + "access": null, + "description": null, + "lineNumber": 30, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 44, "kind": "method", "static": false, "variation": null, @@ -587,7 +869,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#init", "access": null, "description": "Conditionally load ezEditTable library and set advanced grid", - "lineNumber": 36, + "lineNumber": 37, "params": [], "return": { "nullable": null, @@ -600,7 +882,7 @@ "generator": false }, { - "__docId__": 31, + "__docId__": 45, "kind": "method", "static": false, "variation": null, @@ -609,12 +891,12 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#_setAdvancedGrid", "access": null, "description": "Instantiate ezEditTable component for advanced grid features", - "lineNumber": 57, + "lineNumber": 58, "params": [], "generator": false }, { - "__docId__": 32, + "__docId__": 46, "kind": "member", "static": false, "variation": null, @@ -623,7 +905,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#_ezEditTable", "access": null, "description": null, - "lineNumber": 360, + "lineNumber": 361, "undocument": true, "type": { "types": [ @@ -632,7 +914,7 @@ } }, { - "__docId__": 33, + "__docId__": 47, "kind": "member", "static": false, "variation": null, @@ -641,7 +923,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#initialized", "access": null, "description": null, - "lineNumber": 365, + "lineNumber": 366, "undocument": true, "type": { "types": [ @@ -650,7 +932,7 @@ } }, { - "__docId__": 34, + "__docId__": 48, "kind": "method", "static": false, "variation": null, @@ -659,12 +941,12 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#reset", "access": null, "description": "Reset advanced grid when previously removed", - "lineNumber": 371, + "lineNumber": 372, "params": [], "generator": false }, { - "__docId__": 35, + "__docId__": 49, "kind": "method", "static": false, "variation": null, @@ -673,12 +955,12 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#toggle", "access": null, "description": "Toggle behaviour", - "lineNumber": 390, + "lineNumber": 391, "params": [], "generator": false }, { - "__docId__": 36, + "__docId__": 50, "kind": "method", "static": false, "variation": null, @@ -687,13 +969,13 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#_toggleForInputFilter", "access": null, "description": null, - "lineNumber": 412, + "lineNumber": 413, "undocument": true, "params": [], "generator": false }, { - "__docId__": 37, + "__docId__": 51, "kind": "method", "static": false, "variation": null, @@ -702,12 +984,12 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#destroy", "access": null, "description": "Remove advanced grid", - "lineNumber": 427, + "lineNumber": 428, "params": [], "generator": false }, { - "__docId__": 38, + "__docId__": 52, "kind": "member", "static": false, "variation": null, @@ -716,7 +998,7 @@ "longname": "src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable#initialized", "access": null, "description": null, - "lineNumber": 445, + "lineNumber": 446, "undocument": true, "type": { "types": [ @@ -725,7 +1007,7 @@ } }, { - "__docId__": 39, + "__docId__": 53, "kind": "file", "static": true, "variation": null, @@ -738,7 +1020,7 @@ "content": "import AdapterEzEditTable from './adapterEzEditTable';\n\nexport default AdapterEzEditTable;" }, { - "__docId__": 40, + "__docId__": 54, "kind": "file", "static": true, "variation": null, @@ -751,7 +1033,7 @@ "content": "import Dom from '../../dom';\nimport Str from '../../string';\nimport Types from '../../types';\n\nexport default class ColOps{\n\n /**\n * Column calculations\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, opts) {\n\n //calls function before col operation\n this.onBeforeOperation = Types.isFn(opts.on_before_operation) ?\n opts.on_before_operation : null;\n //calls function after col operation\n this.onAfterOperation = Types.isFn(opts.on_after_operation) ?\n opts.on_after_operation : null;\n\n this.opts = opts;\n this.tf = tf;\n }\n\n init(){\n // subscribe to events\n this.tf.emitter.on(['after-filtering'], ()=> this.calc());\n\n this.calc();\n }\n\n /**\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n */\n calc() {\n var tf = this.tf;\n if(!tf.hasGrid()){\n return;\n }\n\n if(this.onBeforeOperation){\n this.onBeforeOperation.call(null, tf);\n }\n\n var opts = this.opts,\n labelId = opts.id,\n colIndex = opts.col,\n operation = opts.operation,\n outputType = opts.write_method,\n totRowIndex = opts.tot_row_index,\n excludeRow = opts.exclude_row,\n decimalPrecision = Types.isUndef(opts.decimal_precision) ?\n 2 : opts.decimal_precision;\n\n //nuovella: determine unique list of columns to operate on\n var ucolIndex = [],\n ucolMax = 0;\n ucolIndex[ucolMax] = colIndex[0];\n\n for(var ii=1; ii maxValue ?\n parseFloat( cvalue ): maxValue;\n }\n }\n }\n }//for j\n if(meanFlag===1){\n meanValue = sumValue/nbvalues;\n }\n if(medFlag===1){\n var aux = 0;\n if(nbvalues%2 === 1){\n aux = Math.floor(nbvalues/2);\n medValue = theList[aux];\n } else{\n medValue =\n (theList[nbvalues/2] + theList[((nbvalues/2)-1)])/2;\n }\n }\n var posa;\n if(q1Flag===1){\n posa=0.0;\n posa = Math.floor(nbvalues/4);\n if(4*posa == nbvalues){\n q1Value = (theList[posa-1] + theList[posa])/2;\n } else {\n q1Value = theList[posa];\n }\n }\n if (q3Flag===1){\n posa=0.0;\n var posb=0.0;\n posa = Math.floor(nbvalues/4);\n if (4*posa === nbvalues){\n posb = 3*posa;\n q3Value = (theList[posb] + theList[posb-1])/2;\n } else {\n q3Value = theList[nbvalues-posa-1];\n }\n }\n\n for(var i=0; i<=mThisCol; i++){\n switch( opsThisCol[i] ){\n case 'mean':\n result=meanValue;\n break;\n case 'sum':\n result=sumValue;\n break;\n case 'min':\n result=minValue;\n break;\n case 'max':\n result=maxValue;\n break;\n case 'median':\n result=medValue;\n break;\n case 'q1':\n result=q1Value;\n break;\n case 'q3':\n result=q3Value;\n break;\n }\n\n var precision = !isNaN(decThisCol[i]) ? decThisCol[i] : 2;\n\n //if outputType is defined\n if(oTypeThisCol && result){\n result = result.toFixed( precision );\n\n if(Dom.id(labThisCol[i])){\n switch( Str.lower(oTypeThisCol) ){\n case 'innerhtml':\n if (isNaN(result) || !isFinite(result) ||\n nbvalues===0){\n Dom.id(labThisCol[i]).innerHTML = '.';\n } else{\n Dom.id(labThisCol[i]).innerHTML= result;\n }\n break;\n case 'setvalue':\n Dom.id( labThisCol[i] ).value = result;\n break;\n case 'createtextnode':\n var oldnode = Dom.id(labThisCol[i])\n .firstChild;\n var txtnode = Dom.text(result);\n Dom.id(labThisCol[i])\n .replaceChild(txtnode, oldnode);\n break;\n }//switch\n }\n } else {\n try{\n if(isNaN(result) || !isFinite(result) ||\n nbvalues===0){\n Dom.id(labThisCol[i]).innerHTML = '.';\n } else {\n Dom.id(labThisCol[i]).innerHTML =\n result.toFixed(precision);\n }\n } catch(e) {}//catch\n }//else\n }//for i\n\n // row(s) with result are always visible\n var totRow = totRowIndex && totRowIndex[ucol] ?\n rows[totRowIndex[ucol]] : null;\n if(totRow){\n totRow.style.display = '';\n }\n }//for ucol\n }//if typeof\n\n if(this.onAfterOperation){\n this.onAfterOperation.call(null, tf);\n }\n }\n\n destroy(){\n // unsubscribe to events\n this.tf.emitter.off(['after-filtering'], ()=> this.calc());\n }\n\n}\n" }, { - "__docId__": 41, + "__docId__": 55, "kind": "class", "static": true, "variation": null, @@ -768,7 +1050,7 @@ "interface": false }, { - "__docId__": 42, + "__docId__": 56, "kind": "constructor", "static": false, "variation": null, @@ -793,7 +1075,7 @@ "generator": false }, { - "__docId__": 43, + "__docId__": 57, "kind": "member", "static": false, "variation": null, @@ -811,7 +1093,7 @@ } }, { - "__docId__": 44, + "__docId__": 58, "kind": "member", "static": false, "variation": null, @@ -829,7 +1111,7 @@ } }, { - "__docId__": 45, + "__docId__": 59, "kind": "member", "static": false, "variation": null, @@ -847,7 +1129,7 @@ } }, { - "__docId__": 46, + "__docId__": 60, "kind": "member", "static": false, "variation": null, @@ -865,7 +1147,7 @@ } }, { - "__docId__": 47, + "__docId__": 61, "kind": "method", "static": false, "variation": null, @@ -880,7 +1162,7 @@ "generator": false }, { - "__docId__": 48, + "__docId__": 62, "kind": "method", "static": false, "variation": null, @@ -894,7 +1176,7 @@ "generator": false }, { - "__docId__": 49, + "__docId__": 63, "kind": "method", "static": false, "variation": null, @@ -909,7 +1191,7 @@ "generator": false }, { - "__docId__": 50, + "__docId__": 64, "kind": "file", "static": true, "variation": null, @@ -922,7 +1204,7 @@ "content": "import Dom from '../../dom';\nimport Types from '../../types';\nimport Event from '../../event';\n\nexport default class ColsVisibility {\n\n /**\n * Columns Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Extension's configuration\n */\n constructor(tf, f) {\n\n // Configuration object\n let cfg = tf.config();\n\n this.initialized = false;\n this.name = f.name;\n this.desc = f.description || 'Columns visibility manager';\n\n //show/hide cols span element\n this.spanEl = null;\n //show/hide cols button element\n this.btnEl = null;\n //show/hide cols container div element\n this.contEl = null;\n\n //tick to hide or show column\n this.tickToHide = f.tick_to_hide === false ? false : true;\n //enables/disables cols manager generation\n this.manager = f.manager === false ? false : true;\n //only if external headers\n this.headersTbl = f.headers_table || false;\n //only if external headers\n this.headersIndex = f.headers_index || 1;\n //id of container element\n this.contElTgtId = f.container_target_id || null;\n //alternative headers text\n this.headersText = f.headers_text || null;\n //id of button container element\n this.btnTgtId = f.btn_target_id || null;\n //defines show/hide cols text\n this.btnText = f.btn_text || 'Columns▼';\n //defines show/hide cols button innerHtml\n this.btnHtml = f.btn_html || null;\n //defines css class for show/hide cols button\n this.btnCssClass = f.btn_css_class || 'colVis';\n //defines close link text\n this.btnCloseText = f.btn_close_text || 'Close';\n //defines close button innerHtml\n this.btnCloseHtml = f.btn_close_html || null;\n //defines css class for close button\n this.btnCloseCssClass = f.btn_close_css_class || this.btnCssClass;\n this.stylesheet = f.stylesheet || 'colsVisibility.css';\n //span containing show/hide cols button\n this.prfx = 'colVis_';\n //defines css class span containing show/hide cols\n this.spanCssClass = f.span_css_class || 'colVisSpan';\n this.prfxCont = this.prfx + 'Cont_';\n //defines css class div containing show/hide cols\n this.contCssClass = f.cont_css_class || 'colVisCont';\n //defines css class for cols list (ul)\n this.listCssClass = cfg.list_css_class || 'cols_checklist';\n //defines css class for list item (li)\n this.listItemCssClass = cfg.checklist_item_css_class ||\n 'cols_checklist_item';\n //defines css class for selected list item (li)\n this.listSlcItemCssClass = cfg.checklist_selected_item_css_class ||\n 'cols_checklist_slc_item';\n //text preceding columns list\n this.text = f.text || (this.tickToHide ? 'Hide: ' : 'Show: ');\n this.atStart = f.at_start || null;\n this.enableHover = Boolean(f.enable_hover);\n //enables select all option\n this.enableTickAll = Boolean(f.enable_tick_all);\n //text preceding columns list\n this.tickAllText = f.tick_all_text || 'Select all:';\n\n //array containing hidden columns indexes\n this.hiddenCols = [];\n this.tblHasColTag = (Dom.tag(tf.tbl, 'col').length > 0);\n\n //callback invoked just after cols manager is loaded\n this.onLoaded = Types.isFn(f.on_loaded) ? f.on_loaded : null;\n //calls function before cols manager is opened\n this.onBeforeOpen = Types.isFn(f.on_before_open) ?\n f.on_before_open : null;\n //calls function after cols manager is opened\n this.onAfterOpen = Types.isFn(f.on_after_open) ? f.on_after_open : null;\n //calls function before cols manager is closed\n this.onBeforeClose = Types.isFn(f.on_before_close) ?\n f.on_before_close : null;\n //calls function after cols manager is closed\n this.onAfterClose = Types.isFn(f.on_after_close) ?\n f.on_after_close : null;\n\n //callback before col is hidden\n this.onBeforeColHidden = Types.isFn(f.on_before_col_hidden) ?\n f.on_before_col_hidden : null;\n //callback after col is hidden\n this.onAfterColHidden = Types.isFn(f.on_after_col_hidden) ?\n f.on_after_col_hidden : null;\n //callback before col is displayed\n this.onBeforeColDisplayed = Types.isFn(f.on_before_col_displayed) ?\n f.on_before_col_displayed : null;\n //callback after col is displayed\n this.onAfterColDisplayed = Types.isFn(f.on_after_col_displayed) ?\n f.on_after_col_displayed : null;\n\n //Grid layout compatibility\n if (tf.gridLayout) {\n this.headersTbl = tf.feature('gridLayout').headTbl; //headers table\n this.headersIndex = 0; //headers index\n this.onAfterColDisplayed = function () { };\n this.onAfterColHidden = function () { };\n }\n\n //Loads extension stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n toggle() {\n let contDisplay = this.contEl.style.display;\n let onBeforeOpen = this.onBeforeOpen;\n let onBeforeClose = this.onBeforeClose;\n let onAfterOpen = this.onAfterOpen;\n let onAfterClose = this.onAfterClose;\n\n if (onBeforeOpen && contDisplay !== 'inline') {\n onBeforeOpen.call(null, this);\n }\n if (onBeforeClose && contDisplay === 'inline') {\n onBeforeClose.call(null, this);\n }\n\n this.contEl.style.display = contDisplay === 'inline' ?\n 'none' : 'inline';\n\n if (onAfterOpen && contDisplay !== 'inline') {\n onAfterOpen.call(null, this);\n }\n if (onAfterClose && contDisplay === 'inline') {\n onAfterClose.call(null, this);\n }\n }\n\n checkItem(lbl) {\n let li = lbl.parentNode;\n if (!li || !lbl) {\n return;\n }\n let isChecked = lbl.firstChild.checked;\n let colIndex = lbl.firstChild.getAttribute('id').split('_')[1];\n colIndex = parseInt(colIndex, 10);\n if (isChecked) {\n Dom.addClass(li, this.listSlcItemCssClass);\n } else {\n Dom.removeClass(li, this.listSlcItemCssClass);\n }\n\n let hide = false;\n if ((this.tickToHide && isChecked) ||\n (!this.tickToHide && !isChecked)) {\n hide = true;\n }\n this.setHidden(colIndex, hide);\n }\n\n init() {\n if (!this.manager) {\n return;\n }\n\n this.emitter.on(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.buildBtn();\n this.buildManager();\n\n this.initialized = true;\n this.emitter.emit('columns-visibility-initialized', this.tf, this);\n\n // Hide columns at start at very end of initialization\n this._hideAtStart();\n }\n\n /**\n * Build main button UI\n */\n buildBtn() {\n if (this.btnEl) {\n return;\n }\n let tf = this.tf;\n let span = Dom.create('span', ['id', this.prfx + tf.id]);\n span.className = this.spanCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.btnTgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.btnTgtId ? tf.rDiv : Dom.id(this.btnTgtId);\n\n if (!this.btnTgtId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n if (!this.btnHtml) {\n let btn = Dom.create('a', ['href', 'javascript:;']);\n btn.className = this.btnCssClass;\n btn.title = this.desc;\n\n btn.innerHTML = this.btnText;\n span.appendChild(btn);\n if (!this.enableHover) {\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n } else {\n Event.add(btn, 'mouseover', (evt) => this.toggle(evt));\n }\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n let colVisEl = span.firstChild;\n if (!this.enableHover) {\n Event.add(colVisEl, 'click', (evt) => this.toggle(evt));\n } else {\n Event.add(colVisEl, 'mouseover', (evt) => this.toggle(evt));\n }\n }\n\n this.spanEl = span;\n this.btnEl = this.spanEl.firstChild;\n\n if (this.onLoaded) {\n this.onLoaded.call(null, this);\n }\n }\n\n /**\n * Build columns manager UI\n */\n buildManager() {\n let tf = this.tf;\n\n let container = !this.contElTgtId ?\n Dom.create('div', ['id', this.prfxCont + tf.id]) :\n Dom.id(this.contElTgtId);\n container.className = this.contCssClass;\n\n //Extension description\n let extNameLabel = Dom.create('p');\n extNameLabel.innerHTML = this.text;\n container.appendChild(extNameLabel);\n\n //Headers list\n let ul = Dom.create('ul', ['id', 'ul' + this.name + '_' + tf.id]);\n ul.className = this.listCssClass;\n\n let tbl = this.headersTbl ? this.headersTbl : tf.tbl;\n let headerIndex = this.headersTbl ?\n this.headersIndex : tf.getHeadersRowIndex();\n let headerRow = tbl.rows[headerIndex];\n\n //Tick all option\n if (this.enableTickAll) {\n let li = Dom.createCheckItem(\n 'col__' + tf.id, this.tickAllText, this.tickAllText);\n Dom.addClass(li, this.listItemCssClass);\n ul.appendChild(li);\n li.check.checked = !this.tickToHide;\n\n Event.add(li.check, 'click', () => {\n for (let h = 0; h < headerRow.cells.length; h++) {\n let itm = Dom.id('col_' + h + '_' + tf.id);\n if (itm && li.check.checked !== itm.checked) {\n itm.click();\n itm.checked = li.check.checked;\n }\n }\n });\n }\n\n for (let i = 0; i < headerRow.cells.length; i++) {\n let cell = headerRow.cells[i];\n let cellText = this.headersText && this.headersText[i] ?\n this.headersText[i] : this._getHeaderText(cell);\n let liElm = Dom.createCheckItem(\n 'col_' + i + '_' + tf.id, cellText, cellText);\n Dom.addClass(liElm, this.listItemCssClass);\n if (!this.tickToHide) {\n Dom.addClass(liElm, this.listSlcItemCssClass);\n }\n ul.appendChild(liElm);\n if (!this.tickToHide) {\n liElm.check.checked = true;\n }\n\n Event.add(liElm.check, 'click', (evt) => {\n let elm = Event.target(evt);\n let lbl = elm.parentNode;\n this.checkItem(lbl);\n });\n }\n\n //separator\n let p = Dom.create('p', ['align', 'center']);\n let btn;\n //Close link\n if (!this.btnCloseHtml) {\n btn = Dom.create('a', ['href', 'javascript:;']);\n btn.className = this.btnCloseCssClass;\n btn.innerHTML = this.btnCloseText;\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n p.appendChild(btn);\n } else {\n p.innerHTML = this.btnCloseHtml;\n btn = p.firstChild;\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n }\n\n container.appendChild(ul);\n container.appendChild(p);\n\n this.btnEl.parentNode.insertBefore(container, this.btnEl);\n this.contEl = container;\n }\n\n /**\n * Hide or show specified columns\n * @param {Numner} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n */\n setHidden(colIndex, hide) {\n let tf = this.tf;\n let tbl = tf.tbl;\n\n if (this.onBeforeColHidden && hide) {\n this.onBeforeColHidden.call(null, this, colIndex);\n }\n if (this.onBeforeColDisplayed && !hide) {\n this.onBeforeColDisplayed.call(null, this, colIndex);\n }\n\n this._hideCells(tbl, colIndex, hide);\n if (this.headersTbl) {\n this._hideCells(this.headersTbl, colIndex, hide);\n }\n\n let hiddenCols = this.hiddenCols;\n let itemIndex = hiddenCols.indexOf(colIndex);\n if (hide) {\n if (itemIndex === -1) {\n this.hiddenCols.push(colIndex);\n }\n } else {\n if (itemIndex !== -1) {\n this.hiddenCols.splice(itemIndex, 1);\n }\n }\n\n let gridLayout;\n let headTbl;\n let gridColElms;\n if (hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.gridColElms;\n let hiddenWidth = parseInt(\n gridColElms[colIndex].style.width, 10);\n\n let headTblW = parseInt(headTbl.style.width, 10);\n headTbl.style.width = headTblW - hiddenWidth + 'px';\n tbl.style.width = headTbl.style.width;\n }\n if (this.onAfterColHidden) {\n this.onAfterColHidden.call(null, this, colIndex);\n }\n this.emitter.emit('column-hidden', tf, this, colIndex,\n this.hiddenCols);\n }\n\n if (!hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.gridColElms;\n let width = parseInt(gridColElms[colIndex].style.width, 10);\n headTbl.style.width =\n (parseInt(headTbl.style.width, 10) + width) + 'px';\n tf.tbl.style.width = headTbl.style.width;\n }\n if (this.onAfterColDisplayed) {\n this.onAfterColDisplayed.call(null, this, colIndex);\n }\n this.emitter.emit('column-shown', tf, this, colIndex,\n this.hiddenCols);\n }\n }\n\n /**\n * Show specified column\n * @param {Number} colIndex Column index\n */\n showCol(colIndex) {\n if (colIndex === undefined || !this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = Dom.id('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, false);\n }\n }\n\n /**\n * Hide specified column\n * @param {Number} colIndex Column index\n */\n hideCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = Dom.id('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, true);\n }\n }\n\n /**\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n */\n isColHidden(colIndex) {\n if (this.hiddenCols.indexOf(colIndex) !== -1) {\n return true;\n }\n return false;\n }\n\n /**\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n */\n toggleCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n this.showCol(colIndex);\n } else {\n this.hideCol(colIndex);\n }\n }\n\n /**\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n */\n getHiddenCols() {\n return this.hiddenCols;\n }\n\n /**\n * Remove the columns manager\n */\n destroy() {\n if (!this.btnEl && !this.contEl) {\n return;\n }\n if (Dom.id(this.contElTgtId)) {\n Dom.id(this.contElTgtId).innerHTML = '';\n } else {\n this.contEl.innerHTML = '';\n Dom.remove(this.contEl);\n this.contEl = null;\n }\n this.btnEl.innerHTML = '';\n Dom.remove(this.btnEl);\n this.btnEl = null;\n\n this.emitter.off(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.initialized = false;\n }\n\n _getHeaderText(cell) {\n if (!cell.hasChildNodes) {\n return '';\n }\n\n for (let i = 0; i < cell.childNodes.length; i++) {\n let n = cell.childNodes[i];\n if (n.nodeType === 3) {\n return n.nodeValue;\n } else if (n.nodeType === 1) {\n if (n.id && n.id.indexOf('popUp') !== -1) {\n continue;\n } else {\n return Dom.getText(n);\n }\n }\n continue;\n }\n return '';\n }\n\n _hideCells(tbl, colIndex, hide) {\n for (let i = 0; i < tbl.rows.length; i++) {\n let row = tbl.rows[i];\n let cell = row.cells[colIndex];\n if (cell) {\n cell.style.display = hide ? 'none' : '';\n }\n }\n }\n\n _hideAtStart() {\n if (!this.atStart) {\n return;\n }\n this.atStart.forEach((colIdx) => {\n this.hideCol(colIdx);\n });\n }\n}\n" }, { - "__docId__": 51, + "__docId__": 65, "kind": "class", "static": true, "variation": null, @@ -939,7 +1221,7 @@ "interface": false }, { - "__docId__": 52, + "__docId__": 66, "kind": "constructor", "static": false, "variation": null, @@ -974,7 +1256,7 @@ "generator": false }, { - "__docId__": 53, + "__docId__": 67, "kind": "member", "static": false, "variation": null, @@ -992,7 +1274,7 @@ } }, { - "__docId__": 54, + "__docId__": 68, "kind": "member", "static": false, "variation": null, @@ -1010,7 +1292,7 @@ } }, { - "__docId__": 55, + "__docId__": 69, "kind": "member", "static": false, "variation": null, @@ -1028,7 +1310,7 @@ } }, { - "__docId__": 56, + "__docId__": 70, "kind": "member", "static": false, "variation": null, @@ -1046,7 +1328,7 @@ } }, { - "__docId__": 57, + "__docId__": 71, "kind": "member", "static": false, "variation": null, @@ -1064,7 +1346,7 @@ } }, { - "__docId__": 58, + "__docId__": 72, "kind": "member", "static": false, "variation": null, @@ -1082,7 +1364,7 @@ } }, { - "__docId__": 59, + "__docId__": 73, "kind": "member", "static": false, "variation": null, @@ -1100,7 +1382,7 @@ } }, { - "__docId__": 60, + "__docId__": 74, "kind": "member", "static": false, "variation": null, @@ -1118,7 +1400,7 @@ } }, { - "__docId__": 61, + "__docId__": 75, "kind": "member", "static": false, "variation": null, @@ -1136,7 +1418,7 @@ } }, { - "__docId__": 62, + "__docId__": 76, "kind": "member", "static": false, "variation": null, @@ -1154,7 +1436,7 @@ } }, { - "__docId__": 63, + "__docId__": 77, "kind": "member", "static": false, "variation": null, @@ -1172,7 +1454,7 @@ } }, { - "__docId__": 64, + "__docId__": 78, "kind": "member", "static": false, "variation": null, @@ -1190,7 +1472,7 @@ } }, { - "__docId__": 65, + "__docId__": 79, "kind": "member", "static": false, "variation": null, @@ -1208,7 +1490,7 @@ } }, { - "__docId__": 66, + "__docId__": 80, "kind": "member", "static": false, "variation": null, @@ -1226,7 +1508,7 @@ } }, { - "__docId__": 67, + "__docId__": 81, "kind": "member", "static": false, "variation": null, @@ -1244,7 +1526,7 @@ } }, { - "__docId__": 68, + "__docId__": 82, "kind": "member", "static": false, "variation": null, @@ -1262,7 +1544,7 @@ } }, { - "__docId__": 69, + "__docId__": 83, "kind": "member", "static": false, "variation": null, @@ -1280,7 +1562,7 @@ } }, { - "__docId__": 70, + "__docId__": 84, "kind": "member", "static": false, "variation": null, @@ -1298,7 +1580,7 @@ } }, { - "__docId__": 71, + "__docId__": 85, "kind": "member", "static": false, "variation": null, @@ -1316,7 +1598,7 @@ } }, { - "__docId__": 72, + "__docId__": 86, "kind": "member", "static": false, "variation": null, @@ -1334,7 +1616,7 @@ } }, { - "__docId__": 73, + "__docId__": 87, "kind": "member", "static": false, "variation": null, @@ -1352,7 +1634,7 @@ } }, { - "__docId__": 74, + "__docId__": 88, "kind": "member", "static": false, "variation": null, @@ -1370,7 +1652,7 @@ } }, { - "__docId__": 75, + "__docId__": 89, "kind": "member", "static": false, "variation": null, @@ -1388,7 +1670,7 @@ } }, { - "__docId__": 76, + "__docId__": 90, "kind": "member", "static": false, "variation": null, @@ -1406,7 +1688,7 @@ } }, { - "__docId__": 77, + "__docId__": 91, "kind": "member", "static": false, "variation": null, @@ -1424,7 +1706,7 @@ } }, { - "__docId__": 78, + "__docId__": 92, "kind": "member", "static": false, "variation": null, @@ -1442,7 +1724,7 @@ } }, { - "__docId__": 79, + "__docId__": 93, "kind": "member", "static": false, "variation": null, @@ -1460,7 +1742,7 @@ } }, { - "__docId__": 80, + "__docId__": 94, "kind": "member", "static": false, "variation": null, @@ -1478,7 +1760,7 @@ } }, { - "__docId__": 81, + "__docId__": 95, "kind": "member", "static": false, "variation": null, @@ -1496,7 +1778,7 @@ } }, { - "__docId__": 82, + "__docId__": 96, "kind": "member", "static": false, "variation": null, @@ -1514,7 +1796,7 @@ } }, { - "__docId__": 83, + "__docId__": 97, "kind": "member", "static": false, "variation": null, @@ -1532,7 +1814,7 @@ } }, { - "__docId__": 84, + "__docId__": 98, "kind": "member", "static": false, "variation": null, @@ -1550,7 +1832,7 @@ } }, { - "__docId__": 85, + "__docId__": 99, "kind": "member", "static": false, "variation": null, @@ -1568,7 +1850,7 @@ } }, { - "__docId__": 86, + "__docId__": 100, "kind": "member", "static": false, "variation": null, @@ -1586,7 +1868,7 @@ } }, { - "__docId__": 87, + "__docId__": 101, "kind": "member", "static": false, "variation": null, @@ -1604,7 +1886,7 @@ } }, { - "__docId__": 88, + "__docId__": 102, "kind": "member", "static": false, "variation": null, @@ -1622,7 +1904,7 @@ } }, { - "__docId__": 89, + "__docId__": 103, "kind": "member", "static": false, "variation": null, @@ -1640,7 +1922,7 @@ } }, { - "__docId__": 90, + "__docId__": 104, "kind": "member", "static": false, "variation": null, @@ -1658,7 +1940,7 @@ } }, { - "__docId__": 91, + "__docId__": 105, "kind": "member", "static": false, "variation": null, @@ -1676,7 +1958,7 @@ } }, { - "__docId__": 92, + "__docId__": 106, "kind": "member", "static": false, "variation": null, @@ -1694,7 +1976,7 @@ } }, { - "__docId__": 93, + "__docId__": 107, "kind": "member", "static": false, "variation": null, @@ -1712,7 +1994,7 @@ } }, { - "__docId__": 94, + "__docId__": 108, "kind": "member", "static": false, "variation": null, @@ -1730,7 +2012,7 @@ } }, { - "__docId__": 95, + "__docId__": 109, "kind": "member", "static": false, "variation": null, @@ -1748,7 +2030,7 @@ } }, { - "__docId__": 96, + "__docId__": 110, "kind": "member", "static": false, "variation": null, @@ -1766,7 +2048,7 @@ } }, { - "__docId__": 97, + "__docId__": 111, "kind": "member", "static": false, "variation": null, @@ -1784,7 +2066,7 @@ } }, { - "__docId__": 98, + "__docId__": 112, "kind": "member", "static": false, "variation": null, @@ -1802,7 +2084,7 @@ } }, { - "__docId__": 99, + "__docId__": 113, "kind": "member", "static": false, "variation": null, @@ -1820,7 +2102,7 @@ } }, { - "__docId__": 100, + "__docId__": 114, "kind": "method", "static": false, "variation": null, @@ -1835,7 +2117,7 @@ "generator": false }, { - "__docId__": 101, + "__docId__": 115, "kind": "method", "static": false, "variation": null, @@ -1857,7 +2139,7 @@ "generator": false }, { - "__docId__": 102, + "__docId__": 116, "kind": "method", "static": false, "variation": null, @@ -1872,7 +2154,7 @@ "generator": false }, { - "__docId__": 103, + "__docId__": 117, "kind": "member", "static": false, "variation": null, @@ -1890,7 +2172,7 @@ } }, { - "__docId__": 104, + "__docId__": 118, "kind": "method", "static": false, "variation": null, @@ -1904,7 +2186,7 @@ "generator": false }, { - "__docId__": 105, + "__docId__": 119, "kind": "member", "static": false, "variation": null, @@ -1922,7 +2204,7 @@ } }, { - "__docId__": 106, + "__docId__": 120, "kind": "member", "static": false, "variation": null, @@ -1940,7 +2222,7 @@ } }, { - "__docId__": 107, + "__docId__": 121, "kind": "method", "static": false, "variation": null, @@ -1954,7 +2236,7 @@ "generator": false }, { - "__docId__": 108, + "__docId__": 122, "kind": "member", "static": false, "variation": null, @@ -1972,7 +2254,7 @@ } }, { - "__docId__": 109, + "__docId__": 123, "kind": "method", "static": false, "variation": null, @@ -2007,7 +2289,7 @@ "generator": false }, { - "__docId__": 110, + "__docId__": 124, "kind": "method", "static": false, "variation": null, @@ -2032,7 +2314,7 @@ "generator": false }, { - "__docId__": 111, + "__docId__": 125, "kind": "method", "static": false, "variation": null, @@ -2057,7 +2339,7 @@ "generator": false }, { - "__docId__": 112, + "__docId__": 126, "kind": "method", "static": false, "variation": null, @@ -2087,7 +2369,7 @@ "generator": false }, { - "__docId__": 113, + "__docId__": 127, "kind": "method", "static": false, "variation": null, @@ -2112,7 +2394,7 @@ "generator": false }, { - "__docId__": 114, + "__docId__": 128, "kind": "method", "static": false, "variation": null, @@ -2134,7 +2416,7 @@ "generator": false }, { - "__docId__": 115, + "__docId__": 129, "kind": "method", "static": false, "variation": null, @@ -2148,7 +2430,7 @@ "generator": false }, { - "__docId__": 116, + "__docId__": 130, "kind": "member", "static": false, "variation": null, @@ -2166,7 +2448,7 @@ } }, { - "__docId__": 117, + "__docId__": 131, "kind": "member", "static": false, "variation": null, @@ -2184,7 +2466,7 @@ } }, { - "__docId__": 118, + "__docId__": 132, "kind": "member", "static": false, "variation": null, @@ -2202,7 +2484,7 @@ } }, { - "__docId__": 119, + "__docId__": 133, "kind": "method", "static": false, "variation": null, @@ -2229,7 +2511,7 @@ "generator": false }, { - "__docId__": 120, + "__docId__": 134, "kind": "method", "static": false, "variation": null, @@ -2263,7 +2545,7 @@ "generator": false }, { - "__docId__": 121, + "__docId__": 135, "kind": "method", "static": false, "variation": null, @@ -2278,7 +2560,7 @@ "generator": false }, { - "__docId__": 122, + "__docId__": 136, "kind": "file", "static": true, "variation": null, @@ -2291,7 +2573,7 @@ "content": "import Dom from '../../dom';\nimport Types from '../../types';\nimport Event from '../../event';\n\nexport default class FiltersVisibility {\n\n /**\n * Filters Row Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Config\n */\n constructor(tf, f) {\n\n this.initialized = false;\n this.name = f.name;\n this.desc = f.description || 'Filters row visibility manager';\n\n // Path and image filenames\n this.stylesheet = f.stylesheet || 'filtersVisibility.css';\n this.icnExpand = f.expand_icon_name || 'icn_exp.png';\n this.icnCollapse = f.collapse_icon_name || 'icn_clp.png';\n\n //expand/collapse filters span element\n this.contEl = null;\n //expand/collapse filters btn element\n this.btnEl = null;\n\n this.icnExpandHtml = '\"Expand';\n this.icnCollapseHtml = '\"Collapse';\n this.defaultText = 'Toggle filters';\n\n //id of container element\n this.targetId = f.target_id || null;\n //enables/disables expand/collapse icon\n this.enableIcon = f.enable_icon === false ? false : true;\n this.btnText = f.btn_text || '';\n\n //defines expand/collapse filters text\n this.collapseBtnHtml = this.enableIcon ?\n this.icnCollapseHtml + this.btnText :\n this.btnText || this.defaultText;\n this.expandBtnHtml = this.enableIcon ?\n this.icnExpandHtml + this.btnText :\n this.btnText || this.defaultText;\n\n //defines expand/collapse filters button innerHtml\n this.btnHtml = f.btn_html || null;\n //defines css class for expand/collapse filters button\n this.btnCssClass = f.btn_css_class || 'btnExpClpFlt';\n //defines css class span containing expand/collapse filters\n this.contCssClass = f.cont_css_class || 'expClpFlt';\n this.filtersRowIndex = !Types.isUndef(f.filters_row_index) ?\n f.filters_row_index : tf.getFiltersRowIndex();\n\n this.visibleAtStart = !Types.isUndef(f.visible_at_start) ?\n Boolean(f.visible_at_start) : true;\n\n // Prefix\n this.prfx = 'fltsVis_';\n\n //callback before filters row is shown\n this.onBeforeShow = Types.isFn(f.on_before_show) ?\n f.on_before_show : null;\n //callback after filters row is shown\n this.onAfterShow = Types.isFn(f.on_after_show) ?\n f.on_after_show : null;\n //callback before filters row is hidden\n this.onBeforeHide = Types.isFn(f.on_before_hide) ?\n f.on_before_hide : null;\n //callback after filters row is hidden\n this.onAfterHide = Types.isFn(f.on_after_hide) ? f.on_after_hide : null;\n\n //Loads extension stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n /**\n * Initialise extension\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.buildUI();\n this.initialized = true;\n this.emitter.on(['show-filters'], (tf, visible) => this.show(visible));\n this.emitter.emit('filters-visibility-initialized', this.tf, this);\n }\n\n /**\n * Build UI elements\n */\n buildUI() {\n let tf = this.tf;\n let span = Dom.create('span', ['id', this.prfx + tf.id]);\n span.className = this.contCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.rDiv : Dom.id(this.targetId);\n\n if (!this.targetId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n let btn;\n if (!this.btnHtml) {\n btn = Dom.create('a', ['href', 'javascript:void(0);']);\n btn.className = this.btnCssClass;\n btn.title = this.btnText || this.defaultText;\n btn.innerHTML = this.collapseBtnHtml;\n span.appendChild(btn);\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n btn = span.firstChild;\n }\n\n Event.add(btn, 'click', () => this.toggle());\n\n this.contEl = span;\n this.btnEl = btn;\n\n if (!this.visibleAtStart) {\n this.toggle();\n }\n }\n\n /**\n * Toggle filters visibility\n */\n toggle() {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.tbl;\n let fltRow = tbl.rows[this.filtersRowIndex];\n let isDisplayed = fltRow.style.display === '';\n\n this.show(!isDisplayed);\n }\n\n /**\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n */\n show(visible = true) {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.tbl;\n let fltRow = tbl.rows[this.filtersRowIndex];\n\n if (this.onBeforeShow && visible) {\n this.onBeforeShow.call(this, this);\n }\n if (this.onBeforeHide && !visible) {\n this.onBeforeHide.call(null, this);\n }\n\n fltRow.style.display = visible ? '' : 'none';\n if (this.enableIcon && !this.btnHtml) {\n this.btnEl.innerHTML = visible ?\n this.collapseBtnHtml : this.expandBtnHtml;\n }\n\n if (this.onAfterShow && visible) {\n this.onAfterShow.call(null, this);\n }\n if (this.onAfterHide && !visible) {\n this.onAfterHide.call(null, this);\n }\n\n this.emitter.emit('filters-toggled', tf, this, visible);\n }\n\n /**\n * Destroy the UI\n */\n destroy() {\n if (!this.btnEl && !this.contEl) {\n return;\n }\n\n this.emitter.off(['show-filters'], (tf, visible) => this.show(visible));\n\n this.btnEl.innerHTML = '';\n Dom.remove(this.btnEl);\n this.btnEl = null;\n\n this.contEl.innerHTML = '';\n Dom.remove(this.contEl);\n this.contEl = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 123, + "__docId__": 137, "kind": "class", "static": true, "variation": null, @@ -2308,7 +2590,7 @@ "interface": false }, { - "__docId__": 124, + "__docId__": 138, "kind": "constructor", "static": false, "variation": null, @@ -2343,7 +2625,7 @@ "generator": false }, { - "__docId__": 125, + "__docId__": 139, "kind": "member", "static": false, "variation": null, @@ -2361,7 +2643,7 @@ } }, { - "__docId__": 126, + "__docId__": 140, "kind": "member", "static": false, "variation": null, @@ -2379,7 +2661,7 @@ } }, { - "__docId__": 127, + "__docId__": 141, "kind": "member", "static": false, "variation": null, @@ -2397,7 +2679,7 @@ } }, { - "__docId__": 128, + "__docId__": 142, "kind": "member", "static": false, "variation": null, @@ -2415,7 +2697,7 @@ } }, { - "__docId__": 129, + "__docId__": 143, "kind": "member", "static": false, "variation": null, @@ -2433,7 +2715,7 @@ } }, { - "__docId__": 130, + "__docId__": 144, "kind": "member", "static": false, "variation": null, @@ -2451,7 +2733,7 @@ } }, { - "__docId__": 131, + "__docId__": 145, "kind": "member", "static": false, "variation": null, @@ -2469,7 +2751,7 @@ } }, { - "__docId__": 132, + "__docId__": 146, "kind": "member", "static": false, "variation": null, @@ -2487,7 +2769,7 @@ } }, { - "__docId__": 133, + "__docId__": 147, "kind": "member", "static": false, "variation": null, @@ -2505,7 +2787,7 @@ } }, { - "__docId__": 134, + "__docId__": 148, "kind": "member", "static": false, "variation": null, @@ -2523,7 +2805,7 @@ } }, { - "__docId__": 135, + "__docId__": 149, "kind": "member", "static": false, "variation": null, @@ -2541,7 +2823,7 @@ } }, { - "__docId__": 136, + "__docId__": 150, "kind": "member", "static": false, "variation": null, @@ -2559,7 +2841,7 @@ } }, { - "__docId__": 137, + "__docId__": 151, "kind": "member", "static": false, "variation": null, @@ -2577,7 +2859,7 @@ } }, { - "__docId__": 138, + "__docId__": 152, "kind": "member", "static": false, "variation": null, @@ -2595,7 +2877,7 @@ } }, { - "__docId__": 139, + "__docId__": 153, "kind": "member", "static": false, "variation": null, @@ -2613,7 +2895,7 @@ } }, { - "__docId__": 140, + "__docId__": 154, "kind": "member", "static": false, "variation": null, @@ -2631,7 +2913,7 @@ } }, { - "__docId__": 141, + "__docId__": 155, "kind": "member", "static": false, "variation": null, @@ -2649,7 +2931,7 @@ } }, { - "__docId__": 142, + "__docId__": 156, "kind": "member", "static": false, "variation": null, @@ -2667,7 +2949,7 @@ } }, { - "__docId__": 143, + "__docId__": 157, "kind": "member", "static": false, "variation": null, @@ -2685,7 +2967,7 @@ } }, { - "__docId__": 144, + "__docId__": 158, "kind": "member", "static": false, "variation": null, @@ -2703,7 +2985,7 @@ } }, { - "__docId__": 145, + "__docId__": 159, "kind": "member", "static": false, "variation": null, @@ -2721,7 +3003,7 @@ } }, { - "__docId__": 146, + "__docId__": 160, "kind": "member", "static": false, "variation": null, @@ -2739,7 +3021,7 @@ } }, { - "__docId__": 147, + "__docId__": 161, "kind": "member", "static": false, "variation": null, @@ -2757,7 +3039,7 @@ } }, { - "__docId__": 148, + "__docId__": 162, "kind": "member", "static": false, "variation": null, @@ -2775,7 +3057,7 @@ } }, { - "__docId__": 149, + "__docId__": 163, "kind": "member", "static": false, "variation": null, @@ -2793,7 +3075,7 @@ } }, { - "__docId__": 150, + "__docId__": 164, "kind": "member", "static": false, "variation": null, @@ -2811,7 +3093,7 @@ } }, { - "__docId__": 151, + "__docId__": 165, "kind": "member", "static": false, "variation": null, @@ -2829,7 +3111,7 @@ } }, { - "__docId__": 152, + "__docId__": 166, "kind": "member", "static": false, "variation": null, @@ -2847,7 +3129,7 @@ } }, { - "__docId__": 153, + "__docId__": 167, "kind": "method", "static": false, "variation": null, @@ -2861,7 +3143,7 @@ "generator": false }, { - "__docId__": 154, + "__docId__": 168, "kind": "member", "static": false, "variation": null, @@ -2879,7 +3161,7 @@ } }, { - "__docId__": 155, + "__docId__": 169, "kind": "method", "static": false, "variation": null, @@ -2893,7 +3175,7 @@ "generator": false }, { - "__docId__": 156, + "__docId__": 170, "kind": "member", "static": false, "variation": null, @@ -2911,7 +3193,7 @@ } }, { - "__docId__": 157, + "__docId__": 171, "kind": "member", "static": false, "variation": null, @@ -2929,7 +3211,7 @@ } }, { - "__docId__": 158, + "__docId__": 172, "kind": "method", "static": false, "variation": null, @@ -2943,7 +3225,7 @@ "generator": false }, { - "__docId__": 159, + "__docId__": 173, "kind": "method", "static": false, "variation": null, @@ -2970,7 +3252,7 @@ "generator": false }, { - "__docId__": 160, + "__docId__": 174, "kind": "method", "static": false, "variation": null, @@ -2984,7 +3266,7 @@ "generator": false }, { - "__docId__": 161, + "__docId__": 175, "kind": "member", "static": false, "variation": null, @@ -3002,7 +3284,7 @@ } }, { - "__docId__": 162, + "__docId__": 176, "kind": "member", "static": false, "variation": null, @@ -3020,7 +3302,7 @@ } }, { - "__docId__": 163, + "__docId__": 177, "kind": "member", "static": false, "variation": null, @@ -3038,7 +3320,7 @@ } }, { - "__docId__": 164, + "__docId__": 178, "kind": "file", "static": true, "variation": null, @@ -3048,10 +3330,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import Types from '../../types';\nimport Dom from '../../dom';\nimport Event from '../../event';\nimport DateHelper from '../../date';\nimport Helpers from '../../helpers';\n\nexport default class AdapterSortableTable{\n\n /**\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, opts){\n this.initialized = false;\n this.name = opts.name;\n this.desc = opts.description || 'Sortable table';\n\n //indicates if tables was sorted\n this.sorted = false;\n\n this.sortTypes = Types.isArray(opts.types) ? opts.types : [];\n this.sortColAtStart = Types.isArray(opts.sort_col_at_start) ?\n opts.sort_col_at_start : null;\n this.asyncSort = Boolean(opts.async_sort);\n this.triggerIds = Types.isArray(opts.trigger_ids) ?\n opts.trigger_ids : [];\n\n // edit .sort-arrow.descending / .sort-arrow.ascending in\n // tablefilter.css to reflect any path change\n this.imgPath = opts.images_path || tf.themesPath;\n this.imgBlank = opts.image_blank || 'blank.png';\n this.imgClassName = opts.image_class_name || 'sort-arrow';\n this.imgAscClassName = opts.image_asc_class_name || 'ascending';\n this.imgDescClassName = opts.image_desc_class_name ||'descending';\n //cell attribute storing custom key\n this.customKey = opts.custom_key || 'data-tf-sortKey';\n\n // callback invoked after sort is loaded and instanciated\n this.onSortLoaded = Types.isFn(opts.on_sort_loaded) ?\n opts.on_sort_loaded : null;\n // callback invoked before table is sorted\n this.onBeforeSort = Types.isFn(opts.on_before_sort) ?\n opts.on_before_sort : null;\n // callback invoked after table is sorted\n this.onAfterSort = Types.isFn(opts.on_after_sort) ?\n opts.on_after_sort : null;\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n init(){\n let tf = this.tf;\n let adpt = this;\n\n // SortableTable class sanity check (sortabletable.js)\n if(Types.isUndef(SortableTable)){\n throw new Error('SortableTable class not found.');\n }\n\n this.overrideSortableTable();\n this.setSortTypes();\n\n //Column sort at start\n let sortColAtStart = adpt.sortColAtStart;\n if(sortColAtStart){\n this.stt.sort(sortColAtStart[0], sortColAtStart[1]);\n }\n\n if(this.onSortLoaded){\n this.onSortLoaded.call(null, tf, this);\n }\n\n /*** SortableTable callbacks ***/\n this.stt.onbeforesort = function(){\n if(adpt.onBeforeSort){\n adpt.onBeforeSort.call(null, tf, adpt.stt.sortColumn);\n }\n\n /*** sort behaviour for paging ***/\n if(tf.paging){\n tf.feature('paging').disable();\n }\n };\n\n this.stt.onsort = function(){\n adpt.sorted = true;\n\n //sort behaviour for paging\n if(tf.paging){\n let paginator = tf.feature('paging');\n // recalculate valid rows index as sorting may have change it\n tf.getValidRows(true);\n paginator.enable();\n paginator.setPage(paginator.getPage());\n }\n\n if(adpt.onAfterSort){\n adpt.onAfterSort.call(null, tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n }\n\n adpt.emitter.emit('column-sorted', tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n };\n\n this.emitter.on(['sort'],\n (tf, colIdx, desc)=> this.sortByColumnIndex(colIdx, desc));\n\n this.initialized = true;\n this.emitter.emit('sort-initialized', tf, this);\n }\n\n /**\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n */\n sortByColumnIndex(colIdx, desc){\n this.stt.sort(colIdx, desc);\n }\n\n overrideSortableTable(){\n let adpt = this,\n tf = this.tf;\n\n /**\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n */\n SortableTable.prototype.headerOnclick = function(evt){\n if(!adpt.initialized){\n return;\n }\n\n // find Header element\n let el = evt.target || evt.srcElement;\n\n while(el.tagName !== 'TD' && el.tagName !== 'TH'){\n el = el.parentNode;\n }\n\n this.sort(\n SortableTable.msie ?\n SortableTable.getCellIndex(el) : el.cellIndex\n );\n };\n\n /**\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n */\n SortableTable.getCellIndex = function(oTd){\n let cells = oTd.parentNode.cells,\n l = cells.length, i;\n for (i = 0; cells[i] != oTd && i < l; i++){}\n return i;\n };\n\n /**\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n */\n SortableTable.prototype.initHeader = function(oSortTypes){\n let stt = this;\n if (!stt.tHead){\n if(tf.gridLayout){\n stt.tHead = tf.feature('gridLayout').headTbl.tHead;\n } else {\n return;\n }\n }\n\n stt.headersRow = tf.headersRow;\n let cells = stt.tHead.rows[stt.headersRow].cells;\n stt.sortTypes = oSortTypes || [];\n let l = cells.length;\n let img, c;\n\n for (let i = 0; i < l; i++) {\n c = cells[i];\n if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None'){\n c.style.cursor = 'pointer';\n img = Dom.create('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n c.appendChild(img);\n if (stt.sortTypes[i] !== null){\n c.setAttribute( '_sortType', stt.sortTypes[i]);\n }\n Event.add(c, 'click', stt._headerOnclick);\n } else {\n c.setAttribute('_sortType', oSortTypes[i]);\n c._sortType = 'None';\n }\n }\n stt.updateHeaderArrows();\n };\n\n /**\n * Overrides updateHeaderArrows in order to handle arrows indicators\n */\n SortableTable.prototype.updateHeaderArrows = function(){\n let stt = this;\n let cells, l, img;\n\n // external headers\n if(adpt.asyncSort && adpt.triggerIds.length > 0){\n let triggers = adpt.triggerIds;\n cells = [];\n l = triggers.length;\n for(let j=0; j 0){\n let triggers = this.triggerIds;\n for(let j=0; j {\n let elm = evt.target;\n if(!this.tf.sort){\n return;\n }\n this.stt.asyncSort(triggers.indexOf(elm.id));\n });\n trigger.setAttribute('_sortType', _sortTypes[j]);\n }\n }\n }\n }\n\n /**\n * Destroy sort\n */\n destroy(){\n let tf = this.tf;\n this.emitter.off(['sort'],\n (tf, colIdx, desc)=> this.sortByColumnIndex(colIdx, desc));\n this.sorted = false;\n this.initialized = false;\n this.stt.destroy();\n\n let ids = tf.getFiltersId();\n for (let idx = 0; idx < ids.length; idx++){\n let header = tf.getHeaderElement(idx);\n let img = Dom.tag(header, 'img');\n\n if(img.length === 1){\n header.removeChild(img[0]);\n }\n }\n }\n\n}\n\n//Converters\nfunction usNumberConverter(s){\n return Helpers.removeNbFormat(s, 'us');\n}\nfunction euNumberConverter(s){\n return Helpers.removeNbFormat(s, 'eu');\n}\nfunction dateConverter(s, format){\n return DateHelper.format(s, format);\n}\nfunction dmyDateConverter(s){\n return dateConverter(s, 'DMY');\n}\nfunction mdyDateConverter(s){\n return dateConverter(s, 'MDY');\n}\nfunction ymdDateConverter(s){\n return dateConverter(s, 'YMD');\n}\nfunction ddmmmyyyyDateConverter(s){\n return dateConverter(s, 'DDMMMYYYY');\n}\n\nfunction ipAddress(value){\n let vals = value.split('.');\n for (let x in vals) {\n let val = vals[x];\n while (3 > val.length){\n val = '0'+val;\n }\n vals[x] = val;\n }\n return vals.join('.');\n}\n\nfunction sortIP(a,b){\n let aa = ipAddress(a.value.toLowerCase());\n let bb = ipAddress(b.value.toLowerCase());\n if (aa==bb){\n return 0;\n } else if (aa this.sortByColumnIndex(colIdx, desc));\n\n this.initialized = true;\n this.emitter.emit('sort-initialized', tf, this);\n }\n\n /**\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n */\n sortByColumnIndex(colIdx, desc) {\n this.stt.sort(colIdx, desc);\n }\n\n overrideSortableTable() {\n let adpt = this,\n tf = this.tf;\n\n /**\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n */\n SortableTable.prototype.headerOnclick = function (evt) {\n if (!adpt.initialized) {\n return;\n }\n\n // find Header element\n let el = evt.target || evt.srcElement;\n\n while (el.tagName !== CELL_TAG && el.tagName !== HEADER_TAG) {\n el = el.parentNode;\n }\n\n this.sort(\n SortableTable.msie ?\n SortableTable.getCellIndex(el) : el.cellIndex\n );\n };\n\n /**\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n */\n SortableTable.getCellIndex = function (oTd) {\n let cells = oTd.parentNode.cells,\n l = cells.length, i;\n for (i = 0; cells[i] != oTd && i < l; i++) { }\n return i;\n };\n\n /**\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n */\n SortableTable.prototype.initHeader = function (oSortTypes) {\n let stt = this;\n if (!stt.tHead) {\n if (tf.gridLayout) {\n stt.tHead = tf.feature('gridLayout').headTbl.tHead;\n } else {\n return;\n }\n }\n\n stt.headersRow = tf.headersRow;\n let cells = stt.tHead.rows[stt.headersRow].cells;\n stt.sortTypes = oSortTypes || [];\n let l = cells.length;\n let img, c;\n\n for (let i = 0; i < l; i++) {\n c = cells[i];\n if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None') {\n c.style.cursor = 'pointer';\n img = Dom.create('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n c.appendChild(img);\n if (stt.sortTypes[i] !== null) {\n c.setAttribute('_sortType', stt.sortTypes[i]);\n }\n Event.add(c, 'click', stt._headerOnclick);\n } else {\n c.setAttribute('_sortType', oSortTypes[i]);\n c._sortType = 'None';\n }\n }\n stt.updateHeaderArrows();\n };\n\n /**\n * Overrides updateHeaderArrows in order to handle arrows indicators\n */\n SortableTable.prototype.updateHeaderArrows = function () {\n let stt = this;\n let cells, l, img;\n\n // external headers\n if (adpt.asyncSort && adpt.triggerIds.length > 0) {\n let triggers = adpt.triggerIds;\n cells = [];\n l = triggers.length;\n for (let j = 0; j < triggers.length; j++) {\n cells.push(Dom.id(triggers[j]));\n }\n } else {\n if (!this.tHead) {\n return;\n }\n cells = stt.tHead.rows[stt.headersRow].cells;\n l = cells.length;\n }\n for (let i = 0; i < l; i++) {\n let cellAttr = cells[i].getAttribute('_sortType');\n if (cellAttr !== null && cellAttr !== 'None') {\n img = cells[i].lastChild || cells[i];\n if (img.nodeName.toLowerCase() !== 'img') {\n img = Dom.create('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n cells[i].appendChild(img);\n }\n if (i === stt.sortColumn) {\n img.className = adpt.imgClassName + ' ' +\n (this.descending ?\n adpt.imgDescClassName :\n adpt.imgAscClassName);\n } else {\n img.className = adpt.imgClassName;\n }\n }\n }\n };\n\n /**\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n */\n SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\n let stt = this;\n // if we have defined a custom getRowValue use that\n let sortTypeInfo = stt._sortTypeInfo[sType];\n if (sortTypeInfo && sortTypeInfo.getRowValue) {\n return sortTypeInfo.getRowValue(oRow, nColumn);\n }\n let c = oRow.cells[nColumn];\n let s = SortableTable.getInnerText(c);\n return stt.getValueFromString(s, sType);\n };\n\n /**\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n */\n SortableTable.getInnerText = function (oNode) {\n if (!oNode) {\n return;\n }\n if (oNode.getAttribute(adpt.customKey)) {\n return oNode.getAttribute(adpt.customKey);\n } else {\n return Dom.getText(oNode);\n }\n };\n }\n\n addSortType() {\n var args = arguments;\n SortableTable.prototype.addSortType(args[0], args[1], args[2], args[3]);\n }\n\n setSortTypes() {\n let tf = this.tf,\n sortTypes = this.sortTypes,\n _sortTypes = [];\n\n for (let i = 0; i < tf.nbCells; i++) {\n let colType;\n\n if (sortTypes[i]) {\n colType = sortTypes[i].toLowerCase();\n if (colType === NONE) {\n colType = 'None';\n }\n } else { // resolve column types\n if (tf.hasColNbFormat && tf.colNbFormat[i] !== null) {\n colType = tf.colNbFormat[i].toLowerCase();\n } else if (tf.hasColDateType && tf.colDateType[i] !== null) {\n colType = tf.colDateType[i].toLowerCase() + 'date';\n } else {\n colType = 'String';\n }\n }\n _sortTypes.push(colType);\n }\n\n //Public TF method to add sort type\n\n //Custom sort types\n this.addSortType('number', Number);\n this.addSortType('caseinsensitivestring', SortableTable.toUpperCase);\n this.addSortType('date', SortableTable.toDate);\n this.addSortType('string');\n this.addSortType('us', usNumberConverter);\n this.addSortType('eu', euNumberConverter);\n this.addSortType('dmydate', dmyDateConverter);\n this.addSortType('ymddate', ymdDateConverter);\n this.addSortType('mdydate', mdyDateConverter);\n this.addSortType('ddmmmyyyydate', ddmmmyyyyDateConverter);\n this.addSortType('ipaddress', ipAddress, sortIP);\n\n this.stt = new SortableTable(tf.tbl, _sortTypes);\n\n /*** external table headers adapter ***/\n if (this.asyncSort && this.triggerIds.length > 0) {\n let triggers = this.triggerIds;\n for (let j = 0; j < triggers.length; j++) {\n if (triggers[j] === null) {\n continue;\n }\n let trigger = Dom.id(triggers[j]);\n if (trigger) {\n trigger.style.cursor = 'pointer';\n\n Event.add(trigger, 'click', (evt) => {\n let elm = evt.target;\n if (!this.tf.sort) {\n return;\n }\n this.stt.asyncSort(triggers.indexOf(elm.id));\n });\n trigger.setAttribute('_sortType', _sortTypes[j]);\n }\n }\n }\n }\n\n /**\n * Destroy sort\n */\n destroy() {\n let tf = this.tf;\n this.emitter.off(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n this.sorted = false;\n this.initialized = false;\n this.stt.destroy();\n\n let ids = tf.getFiltersId();\n for (let idx = 0; idx < ids.length; idx++) {\n let header = tf.getHeaderElement(idx);\n let img = Dom.tag(header, 'img');\n\n if (img.length === 1) {\n header.removeChild(img[0]);\n }\n }\n }\n\n}\n\n//Converters\nfunction usNumberConverter(s) {\n return Helpers.removeNbFormat(s, 'us');\n}\nfunction euNumberConverter(s) {\n return Helpers.removeNbFormat(s, 'eu');\n}\nfunction dateConverter(s, format) {\n return DateHelper.format(s, format);\n}\nfunction dmyDateConverter(s) {\n return dateConverter(s, 'DMY');\n}\nfunction mdyDateConverter(s) {\n return dateConverter(s, 'MDY');\n}\nfunction ymdDateConverter(s) {\n return dateConverter(s, 'YMD');\n}\nfunction ddmmmyyyyDateConverter(s) {\n return dateConverter(s, 'DDMMMYYYY');\n}\n\nfunction ipAddress(value) {\n let vals = value.split('.');\n for (let x in vals) {\n let val = vals[x];\n while (3 > val.length) {\n val = '0' + val;\n }\n vals[x] = val;\n }\n return vals.join('.');\n}\n\nfunction sortIP(a, b) {\n let aa = ipAddress(a.value.toLowerCase());\n let bb = ipAddress(b.value.toLowerCase());\n if (aa == bb) {\n return 0;\n } else if (aa < bb) {\n return -1;\n } else {\n return 1;\n }\n}\n" }, { - "__docId__": 165, + "__docId__": 179, "kind": "class", "static": true, "variation": null, @@ -3063,12 +3345,12 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": "AdapterSortableTable", "description": null, - "lineNumber": 7, + "lineNumber": 8, "undocument": true, "interface": false }, { - "__docId__": 166, + "__docId__": 180, "kind": "constructor", "static": false, "variation": null, @@ -3077,7 +3359,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#constructor", "access": null, "description": "SortableTable Adapter module", - "lineNumber": 13, + "lineNumber": 14, "params": [ { "nullable": null, @@ -3093,7 +3375,7 @@ "generator": false }, { - "__docId__": 167, + "__docId__": 181, "kind": "member", "static": false, "variation": null, @@ -3102,277 +3384,25 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", "access": null, "description": null, - "lineNumber": 14, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 168, - "kind": "member", - "static": false, - "variation": null, - "name": "name", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#name", - "access": null, - "description": null, "lineNumber": 15, "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 169, - "kind": "member", - "static": false, - "variation": null, - "name": "desc", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#desc", - "access": null, - "description": null, - "lineNumber": 16, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 170, - "kind": "member", - "static": false, - "variation": null, - "name": "sorted", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sorted", - "access": null, - "description": null, - "lineNumber": 19, - "undocument": true, "type": { "types": [ "boolean" ] } }, - { - "__docId__": 171, - "kind": "member", - "static": false, - "variation": null, - "name": "sortTypes", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortTypes", - "access": null, - "description": null, - "lineNumber": 21, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 172, - "kind": "member", - "static": false, - "variation": null, - "name": "sortColAtStart", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortColAtStart", - "access": null, - "description": null, - "lineNumber": 22, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 173, - "kind": "member", - "static": false, - "variation": null, - "name": "asyncSort", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#asyncSort", - "access": null, - "description": null, - "lineNumber": 24, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 174, - "kind": "member", - "static": false, - "variation": null, - "name": "triggerIds", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#triggerIds", - "access": null, - "description": null, - "lineNumber": 25, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 175, - "kind": "member", - "static": false, - "variation": null, - "name": "imgPath", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgPath", - "access": null, - "description": null, - "lineNumber": 30, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 176, - "kind": "member", - "static": false, - "variation": null, - "name": "imgBlank", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgBlank", - "access": null, - "description": null, - "lineNumber": 31, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 177, - "kind": "member", - "static": false, - "variation": null, - "name": "imgClassName", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgClassName", - "access": null, - "description": null, - "lineNumber": 32, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 178, - "kind": "member", - "static": false, - "variation": null, - "name": "imgAscClassName", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgAscClassName", - "access": null, - "description": null, - "lineNumber": 33, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 179, - "kind": "member", - "static": false, - "variation": null, - "name": "imgDescClassName", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgDescClassName", - "access": null, - "description": null, - "lineNumber": 34, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 180, - "kind": "member", - "static": false, - "variation": null, - "name": "customKey", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#customKey", - "access": null, - "description": null, - "lineNumber": 36, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 181, - "kind": "member", - "static": false, - "variation": null, - "name": "onSortLoaded", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onSortLoaded", - "access": null, - "description": null, - "lineNumber": 39, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, { "__docId__": 182, "kind": "member", "static": false, "variation": null, - "name": "onBeforeSort", + "name": "name", "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onBeforeSort", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#name", "access": null, "description": null, - "lineNumber": 42, + "lineNumber": 16, "undocument": true, "type": { "types": [ @@ -3385,12 +3415,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterSort", + "name": "desc", "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onAfterSort", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#desc", "access": null, "description": null, - "lineNumber": 45, + "lineNumber": 17, "undocument": true, "type": { "types": [ @@ -3403,16 +3433,16 @@ "kind": "member", "static": false, "variation": null, - "name": "tf", + "name": "sorted", "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#tf", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sorted", "access": null, "description": null, - "lineNumber": 48, + "lineNumber": 20, "undocument": true, "type": { "types": [ - "*" + "boolean" ] } }, @@ -3421,9 +3451,243 @@ "kind": "member", "static": false, "variation": null, - "name": "emitter", + "name": "sortTypes", "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#emitter", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortTypes", + "access": null, + "description": null, + "lineNumber": 22, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 186, + "kind": "member", + "static": false, + "variation": null, + "name": "sortColAtStart", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortColAtStart", + "access": null, + "description": null, + "lineNumber": 23, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 187, + "kind": "member", + "static": false, + "variation": null, + "name": "asyncSort", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#asyncSort", + "access": null, + "description": null, + "lineNumber": 25, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 188, + "kind": "member", + "static": false, + "variation": null, + "name": "triggerIds", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#triggerIds", + "access": null, + "description": null, + "lineNumber": 26, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 189, + "kind": "member", + "static": false, + "variation": null, + "name": "imgPath", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgPath", + "access": null, + "description": null, + "lineNumber": 31, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 190, + "kind": "member", + "static": false, + "variation": null, + "name": "imgBlank", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgBlank", + "access": null, + "description": null, + "lineNumber": 32, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 191, + "kind": "member", + "static": false, + "variation": null, + "name": "imgClassName", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgClassName", + "access": null, + "description": null, + "lineNumber": 33, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 192, + "kind": "member", + "static": false, + "variation": null, + "name": "imgAscClassName", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgAscClassName", + "access": null, + "description": null, + "lineNumber": 34, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 193, + "kind": "member", + "static": false, + "variation": null, + "name": "imgDescClassName", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgDescClassName", + "access": null, + "description": null, + "lineNumber": 35, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 194, + "kind": "member", + "static": false, + "variation": null, + "name": "customKey", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#customKey", + "access": null, + "description": null, + "lineNumber": 37, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 195, + "kind": "member", + "static": false, + "variation": null, + "name": "onSortLoaded", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onSortLoaded", + "access": null, + "description": null, + "lineNumber": 40, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 196, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforeSort", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onBeforeSort", + "access": null, + "description": null, + "lineNumber": 43, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 197, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterSort", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onAfterSort", + "access": null, + "description": null, + "lineNumber": 46, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 198, + "kind": "member", + "static": false, + "variation": null, + "name": "tf", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#tf", "access": null, "description": null, "lineNumber": 49, @@ -3435,7 +3699,25 @@ } }, { - "__docId__": 186, + "__docId__": 199, + "kind": "member", + "static": false, + "variation": null, + "name": "emitter", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#emitter", + "access": null, + "description": null, + "lineNumber": 50, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 200, "kind": "method", "static": false, "variation": null, @@ -3444,13 +3726,13 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#init", "access": null, "description": null, - "lineNumber": 52, + "lineNumber": 53, "undocument": true, "params": [], "generator": false }, { - "__docId__": 187, + "__docId__": 201, "kind": "member", "static": false, "variation": null, @@ -3459,7 +3741,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", "access": null, "description": null, - "lineNumber": 110, + "lineNumber": 111, "undocument": true, "type": { "types": [ @@ -3468,7 +3750,7 @@ } }, { - "__docId__": 188, + "__docId__": 202, "kind": "method", "static": false, "variation": null, @@ -3477,7 +3759,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortByColumnIndex", "access": null, "description": "Sort specified column", - "lineNumber": 119, + "lineNumber": 120, "params": [ { "nullable": null, @@ -3503,7 +3785,7 @@ "generator": false }, { - "__docId__": 189, + "__docId__": 203, "kind": "method", "static": false, "variation": null, @@ -3512,13 +3794,13 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#overrideSortableTable", "access": null, "description": null, - "lineNumber": 123, + "lineNumber": 124, "undocument": true, "params": [], "generator": false }, { - "__docId__": 190, + "__docId__": 204, "kind": "method", "static": false, "variation": null, @@ -3527,13 +3809,13 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#addSortType", "access": null, "description": null, - "lineNumber": 281, + "lineNumber": 282, "undocument": true, "params": [], "generator": false }, { - "__docId__": 191, + "__docId__": 205, "kind": "method", "static": false, "variation": null, @@ -3542,13 +3824,13 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#setSortTypes", "access": null, "description": null, - "lineNumber": 286, + "lineNumber": 287, "undocument": true, "params": [], "generator": false }, { - "__docId__": 192, + "__docId__": 206, "kind": "member", "static": false, "variation": null, @@ -3557,7 +3839,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#stt", "access": null, "description": null, - "lineNumber": 326, + "lineNumber": 327, "undocument": true, "type": { "types": [ @@ -3566,7 +3848,7 @@ } }, { - "__docId__": 193, + "__docId__": 207, "kind": "method", "static": false, "variation": null, @@ -3575,12 +3857,12 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#destroy", "access": null, "description": "Destroy sort", - "lineNumber": 355, + "lineNumber": 356, "params": [], "generator": false }, { - "__docId__": 194, + "__docId__": 208, "kind": "member", "static": false, "variation": null, @@ -3589,24 +3871,6 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sorted", "access": null, "description": null, - "lineNumber": 359, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 195, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", - "access": null, - "description": null, "lineNumber": 360, "undocument": true, "type": { @@ -3616,7 +3880,25 @@ } }, { - "__docId__": 196, + "__docId__": 209, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", + "access": null, + "description": null, + "lineNumber": 361, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 210, "kind": "function", "static": true, "variation": null, @@ -3628,7 +3910,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 377, + "lineNumber": 378, "undocument": true, "params": [ { @@ -3646,7 +3928,7 @@ "generator": false }, { - "__docId__": 197, + "__docId__": 211, "kind": "function", "static": true, "variation": null, @@ -3658,7 +3940,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 380, + "lineNumber": 381, "undocument": true, "params": [ { @@ -3676,7 +3958,7 @@ "generator": false }, { - "__docId__": 198, + "__docId__": 212, "kind": "function", "static": true, "variation": null, @@ -3688,7 +3970,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 383, + "lineNumber": 384, "undocument": true, "params": [ { @@ -3712,7 +3994,7 @@ "generator": false }, { - "__docId__": 199, + "__docId__": 213, "kind": "function", "static": true, "variation": null, @@ -3724,7 +4006,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 386, + "lineNumber": 387, "undocument": true, "params": [ { @@ -3742,7 +4024,7 @@ "generator": false }, { - "__docId__": 200, + "__docId__": 214, "kind": "function", "static": true, "variation": null, @@ -3754,7 +4036,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 389, + "lineNumber": 390, "undocument": true, "params": [ { @@ -3772,7 +4054,7 @@ "generator": false }, { - "__docId__": 201, + "__docId__": 215, "kind": "function", "static": true, "variation": null, @@ -3784,7 +4066,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 392, + "lineNumber": 393, "undocument": true, "params": [ { @@ -3802,7 +4084,7 @@ "generator": false }, { - "__docId__": 202, + "__docId__": 216, "kind": "function", "static": true, "variation": null, @@ -3814,7 +4096,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 395, + "lineNumber": 396, "undocument": true, "params": [ { @@ -3832,7 +4114,7 @@ "generator": false }, { - "__docId__": 203, + "__docId__": 217, "kind": "function", "static": true, "variation": null, @@ -3844,7 +4126,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 399, + "lineNumber": 400, "undocument": true, "params": [ { @@ -3862,7 +4144,7 @@ "generator": false }, { - "__docId__": 204, + "__docId__": 218, "kind": "function", "static": true, "variation": null, @@ -3874,7 +4156,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 411, + "lineNumber": 412, "undocument": true, "params": [ { @@ -3898,7 +4180,7 @@ "generator": false }, { - "__docId__": 205, + "__docId__": 219, "kind": "file", "static": true, "variation": null, @@ -3911,7 +4193,7 @@ "content": "import AdapterSortableTable from './adapterSortabletable';\n\nif(!window.SortableTable){\n require('script!sortabletable');\n}\n\nexport default AdapterSortableTable;\n" }, { - "__docId__": 206, + "__docId__": 220, "kind": "file", "static": true, "variation": null, @@ -3924,7 +4206,7 @@ "content": "/**\n * Misc helpers\n */\n\nimport Str from './string';\n\nexport default {\n removeNbFormat(data, format) {\n if (!data) {\n return;\n }\n if (!format) {\n format = 'us';\n }\n let n = data;\n if (Str.lower(format) === 'us') {\n n = + n.replace(/[^\\d\\.-]/g, '');\n } else {\n n = + n.replace(/[^\\d\\,-]/g, '').replace(',', '.');\n }\n return n;\n }\n};\n" }, { - "__docId__": 207, + "__docId__": 221, "kind": "file", "static": true, "variation": null, @@ -3937,7 +4219,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\n\nexport class AlternateRows extends Feature {\n\n /**\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'alternateRows');\n\n var config = this.config;\n //defines css class for even rows\n this.evenCss = config.even_row_css_class || 'even';\n //defines css class for odd rows\n this.oddCss = config.odd_row_css_class || 'odd';\n }\n\n /**\n * Sets alternating rows color\n */\n init() {\n if(this.initialized){\n return;\n }\n\n this.processAll();\n\n // Subscribe to events\n this.emitter.on(['row-processed', 'row-paged'],\n (tf, rowIndex, arrIndex, isValid)=>\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.on(['column-sorted'], ()=> this.processAll());\n\n this.initialized = true;\n }\n\n processAll() {\n if(!this.isEnabled()){\n return;\n }\n var tf = this.tf;\n var validRowsIndex = tf.getValidRows(true);\n var noValidRowsIndex = validRowsIndex.length === 0;\n //1st index\n var beginIndex = noValidRowsIndex ? tf.refRow : 0;\n // nb indexes\n var indexLen = noValidRowsIndex ?\n tf.nbFilterableRows+beginIndex :\n validRowsIndex.length;\n var idx = 0;\n\n //alternates bg color\n for(var j=beginIndex; j\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.off(['column-sorted'], ()=> this.processAll());\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 208, + "__docId__": 222, "kind": "class", "static": true, "variation": null, @@ -3957,7 +4239,7 @@ ] }, { - "__docId__": 209, + "__docId__": 223, "kind": "constructor", "static": false, "variation": null, @@ -3982,7 +4264,7 @@ "generator": false }, { - "__docId__": 210, + "__docId__": 224, "kind": "member", "static": false, "variation": null, @@ -4000,7 +4282,7 @@ } }, { - "__docId__": 211, + "__docId__": 225, "kind": "member", "static": false, "variation": null, @@ -4018,7 +4300,7 @@ } }, { - "__docId__": 212, + "__docId__": 226, "kind": "method", "static": false, "variation": null, @@ -4032,7 +4314,7 @@ "generator": false }, { - "__docId__": 213, + "__docId__": 227, "kind": "member", "static": false, "variation": null, @@ -4050,7 +4332,7 @@ } }, { - "__docId__": 214, + "__docId__": 228, "kind": "method", "static": false, "variation": null, @@ -4065,7 +4347,7 @@ "generator": false }, { - "__docId__": 215, + "__docId__": 229, "kind": "method", "static": false, "variation": null, @@ -4110,7 +4392,7 @@ "generator": false }, { - "__docId__": 216, + "__docId__": 230, "kind": "method", "static": false, "variation": null, @@ -4145,7 +4427,7 @@ "generator": false }, { - "__docId__": 217, + "__docId__": 231, "kind": "method", "static": false, "variation": null, @@ -4170,7 +4452,7 @@ "generator": false }, { - "__docId__": 218, + "__docId__": 232, "kind": "method", "static": false, "variation": null, @@ -4184,7 +4466,7 @@ "generator": false }, { - "__docId__": 219, + "__docId__": 233, "kind": "member", "static": false, "variation": null, @@ -4202,7 +4484,7 @@ } }, { - "__docId__": 220, + "__docId__": 234, "kind": "file", "static": true, "variation": null, @@ -4212,10 +4494,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Arr from '../array';\nimport Str from '../string';\nimport Sort from '../sort';\nimport Event from '../event';\nimport Types from '../types';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\nexport class CheckList extends Feature {\n\n /**\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n // Configuration object\n let f = tf.config();\n\n this.checkListDiv = []; //checklist container div\n //defines css class for div containing checklist filter\n this.checkListDivCssClass = f.div_checklist_css_class ||\n 'div_checklist';\n //defines css class for checklist filters\n this.checkListCssClass = f.checklist_css_class || 'flt_checklist';\n //defines css class for checklist item (li)\n this.checkListItemCssClass = f.checklist_item_css_class ||\n 'flt_checklist_item';\n //defines css class for selected checklist item (li)\n this.checkListSlcItemCssClass = f.checklist_selected_item_css_class ||\n 'flt_checklist_slc_item';\n //Load on demand text\n this.activateCheckListTxt = f.activate_checklist_text ||\n 'Click to load filter data';\n //defines css class for checklist filters\n this.checkListItemDisabledCssClass =\n f.checklist_item_disabled_css_class ||\n 'flt_checklist_item_disabled';\n this.enableCheckListResetFilter =\n f.enable_checklist_reset_filter === false ? false : true;\n //checklist filter container div\n this.prfxCheckListDiv = 'chkdiv_';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.excludedOpts = null;\n }\n\n onChange(evt) {\n let elm = Event.target(evt);\n let tf = this.tf;\n this.emitter.emit('filter-focus', tf, elm);\n tf.filter();\n }\n\n optionClick(evt) {\n this.setCheckListValues(evt.target);\n this.onChange(evt);\n }\n\n onCheckListClick(evt) {\n let elm = Event.target(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.checkListDiv[ct];\n this.build(ct);\n Event.remove(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let divCont = Dom.create('div',\n ['id', this.prfxCheckListDiv + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.checkListDivCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(divCont);\n tf.externalFltEls.push(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.checkListDiv[colIndex] = divCont;\n tf.fltIds.push(tf.prfxFlt + colIndex + '_' + tf.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n Event.add(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(Dom.text(this.activateCheckListTxt));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n */\n build(colIndex) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let flt = this.checkListDiv[colIndex];\n let ul = Dom.create(\n 'ul', ['id', tf.fltIds[colIndex]], ['colIndex', colIndex]);\n ul.className = this.checkListCssClass;\n Event.add(ul, 'change', (evt) => this.onChange(evt));\n\n let rows = tf.tbl.rows;\n this.isCustom = tf.isCustomOptions(colIndex);\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (tf.linkedFilters && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n for (let k = tf.refRow; k < tf.nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cells = rows[k].cells;\n let ncells = cells.length;\n\n // checks if row has exact cell #\n if (ncells !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < ncells; j++) {\n // WTF: cyclomatic complexity hell :)\n if ((colIndex === j && (!tf.linkedFilters ||\n (tf.linkedFilters && tf.disableExcludedOptions))) ||\n (colIndex === j && tf.linkedFilters &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && ((!activeIdx ||\n activeIdx === colIndex) ||\n (activeIdx != colIndex &&\n tf.validRowsIndex.indexOf(k) != -1)))))) {\n\n let cellData = tf.getCellData(cells[j]);\n //Vary Peter's patch\n let cellString = Str.matchCase(cellData, tf.matchCase);\n // checks if celldata is already in array\n if (!Arr.has(this.opts, cellString, tf.matchCase)) {\n this.opts.push(cellData);\n }\n let filteredCol = filteredDataCol[j];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!Arr.has(filteredCol, cellString, tf.matchCase) &&\n !Arr.has(this.excludedOpts,\n cellString, tf.matchCase)) {\n this.excludedOpts.push(cellData);\n }\n }\n }\n }\n }\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!tf.matchCase) {\n this.opts.sort(Sort.ignoreCase);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.ignoreCase);\n }\n } else {\n this.opts.sort();\n if (this.excludedOpts) {\n this.excludedOpts.sort();\n }\n }\n }\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortAsc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortDesc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'descending'));\n }//in case there are alphanumeric values\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let li = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_' + (y + chkCt), val, lbl);\n li.className = this.checkListItemCssClass;\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n Arr.has(this.excludedOpts,\n Str.matchCase(val, tf.matchCase), tf.matchCase)) {\n Dom.addClass(li, this.checkListItemDisabledCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n Event.add(li.check, 'click', (evt) => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = 'none';\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let li0 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_0', '', tf.displayAllText);\n li0.className = this.checkListItemCssClass;\n ul.appendChild(li0);\n\n Event.add(li0.check, 'click', (evt) => this.optionClick(evt));\n\n if (!this.enableCheckListResetFilter) {\n li0.style.display = 'none';\n }\n\n if (tf.enableEmptyOption) {\n let li1 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_1', tf.emOperator, tf.emptyText);\n li1.className = this.checkListItemCssClass;\n ul.appendChild(li1);\n Event.add(li1.check, 'click', (evt) => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_2',\n tf.nmOperator,\n tf.nonEmptyText\n );\n li2.className = this.checkListItemCssClass;\n ul.appendChild(li2);\n Event.add(li2.check, 'click', (evt) => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n */\n setCheckListValues(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n // TODO: provide helper to extract column index, ugly!\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let itemTag = 'LI';\n\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let li = n.childNodes[chkIndex];\n let colIndex = n.getAttribute('colIndex');\n let fltValue = n.getAttribute('value'); //filter value (ul tag)\n let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n if ((fltIndexes && fltIndexes !== '')) {\n //items indexes\n let indSplit = fltIndexes.split(tf.separator);\n //checked items loop\n for (let u = 0; u < indSplit.length; u++) {\n //checked item\n let cChk = Dom.id(tf.fltIds[colIndex] + '_' +\n indSplit[u]);\n if (cChk) {\n cChk.checked = false;\n Dom.removeClass(\n n.childNodes[indSplit[u]],\n this.checkListSlcItemCssClass\n );\n }\n }\n }\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n fltValue = (fltValue) ? fltValue : '';\n chkValue = Str.trim(fltValue + ' ' + chkValue + ' ' +\n tf.orOperator);\n chkIndex = fltIndexes + chkIndex + tf.separator;\n n.setAttribute('value', chkValue);\n n.setAttribute('indexes', chkIndex);\n //1st option unchecked\n if (Dom.id(tf.fltIds[colIndex] + '_0')) {\n Dom.id(tf.fltIds[colIndex] + '_0').checked = false;\n }\n }\n\n if (li.nodeName === itemTag) {\n Dom.removeClass(\n n.childNodes[0], this.checkListSlcItemCssClass);\n Dom.addClass(li, this.checkListSlcItemCssClass);\n }\n } else { //removes values and indexes\n if (chkValue !== '') {\n let replaceValue = new RegExp(\n Str.rgxEsc(chkValue + ' ' + tf.orOperator));\n fltValue = fltValue.replace(replaceValue, '');\n n.setAttribute('value', Str.trim(fltValue));\n\n let replaceIndex = new RegExp(\n Str.rgxEsc(chkIndex + tf.separator));\n fltIndexes = fltIndexes.replace(replaceIndex, '');\n n.setAttribute('indexes', fltIndexes);\n }\n if (li.nodeName === itemTag) {\n Dom.removeClass(li, this.checkListSlcItemCssClass);\n }\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n if (tf.getFilterType(colIndex) !== tf.fltTypeCheckList ||\n values.length === 0) {\n return;\n }\n let flt = tf.getFilterElement(colIndex);\n\n let lisNb = Dom.tag(flt, 'li').length;\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n for (let k = 0; k < lisNb; k++) {\n let li = Dom.tag(flt, 'li')[k],\n lbl = Dom.tag(li, 'label')[0],\n chk = Dom.tag(li, 'input')[0],\n lblTxt = Str.matchCase(Dom.getText(lbl), tf.caseSensitive);\n if (lblTxt !== '' && Arr.has(values, lblTxt, tf.caseSensitive)) {\n chk.checked = true;\n this.setCheckListValues(chk);\n }\n else {\n chk.checked = false;\n this.setCheckListValues(chk);\n }\n }\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = Types.isEmpty(fltAttr) ? '' : fltAttr;\n\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Arr from '../array';\nimport Str from '../string';\nimport Sort from '../sort';\nimport Event from '../event';\nimport Types from '../types';\nimport {CHECKLIST, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\nexport class CheckList extends Feature {\n\n /**\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n // Configuration object\n let f = tf.config();\n\n this.checkListDiv = []; //checklist container div\n //defines css class for div containing checklist filter\n this.checkListDivCssClass = f.div_checklist_css_class ||\n 'div_checklist';\n //defines css class for checklist filters\n this.checkListCssClass = f.checklist_css_class || 'flt_checklist';\n //defines css class for checklist item (li)\n this.checkListItemCssClass = f.checklist_item_css_class ||\n 'flt_checklist_item';\n //defines css class for selected checklist item (li)\n this.checkListSlcItemCssClass = f.checklist_selected_item_css_class ||\n 'flt_checklist_slc_item';\n //Load on demand text\n this.activateCheckListTxt = f.activate_checklist_text ||\n 'Click to load filter data';\n //defines css class for checklist filters\n this.checkListItemDisabledCssClass =\n f.checklist_item_disabled_css_class ||\n 'flt_checklist_item_disabled';\n this.enableCheckListResetFilter =\n f.enable_checklist_reset_filter === false ? false : true;\n //checklist filter container div\n this.prfxCheckListDiv = 'chkdiv_';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.excludedOpts = null;\n }\n\n onChange(evt) {\n let elm = Event.target(evt);\n let tf = this.tf;\n this.emitter.emit('filter-focus', tf, elm);\n tf.filter();\n }\n\n optionClick(evt) {\n this.setCheckListValues(evt.target);\n this.onChange(evt);\n }\n\n onCheckListClick(evt) {\n let elm = Event.target(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.checkListDiv[ct];\n this.build(ct);\n Event.remove(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let divCont = Dom.create('div',\n ['id', this.prfxCheckListDiv + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.checkListDivCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(divCont);\n tf.externalFltEls.push(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.checkListDiv[colIndex] = divCont;\n tf.fltIds.push(tf.prfxFlt + colIndex + '_' + tf.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n Event.add(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(Dom.text(this.activateCheckListTxt));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n */\n build(colIndex) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let flt = this.checkListDiv[colIndex];\n let ul = Dom.create(\n 'ul', ['id', tf.fltIds[colIndex]], ['colIndex', colIndex]);\n ul.className = this.checkListCssClass;\n Event.add(ul, 'change', (evt) => this.onChange(evt));\n\n let rows = tf.tbl.rows;\n this.isCustom = tf.isCustomOptions(colIndex);\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (tf.linkedFilters && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n for (let k = tf.refRow; k < tf.nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cells = rows[k].cells;\n let ncells = cells.length;\n\n // checks if row has exact cell #\n if (ncells !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < ncells; j++) {\n // WTF: cyclomatic complexity hell :)\n if ((colIndex === j && (!tf.linkedFilters ||\n (tf.linkedFilters && tf.disableExcludedOptions))) ||\n (colIndex === j && tf.linkedFilters &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && ((!activeIdx ||\n activeIdx === colIndex) ||\n (activeIdx != colIndex &&\n tf.validRowsIndex.indexOf(k) != -1)))))) {\n\n let cellData = tf.getCellData(cells[j]);\n //Vary Peter's patch\n let cellString = Str.matchCase(cellData, tf.matchCase);\n // checks if celldata is already in array\n if (!Arr.has(this.opts, cellString, tf.matchCase)) {\n this.opts.push(cellData);\n }\n let filteredCol = filteredDataCol[j];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!Arr.has(filteredCol, cellString, tf.matchCase) &&\n !Arr.has(this.excludedOpts,\n cellString, tf.matchCase)) {\n this.excludedOpts.push(cellData);\n }\n }\n }\n }\n }\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!tf.matchCase) {\n this.opts.sort(Sort.ignoreCase);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.ignoreCase);\n }\n } else {\n this.opts.sort();\n if (this.excludedOpts) {\n this.excludedOpts.sort();\n }\n }\n }\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortAsc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortDesc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(Sort.numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'descending'));\n }//in case there are alphanumeric values\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let li = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_' + (y + chkCt), val, lbl);\n li.className = this.checkListItemCssClass;\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n Arr.has(this.excludedOpts,\n Str.matchCase(val, tf.matchCase), tf.matchCase)) {\n Dom.addClass(li, this.checkListItemDisabledCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n Event.add(li.check, 'click', (evt) => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = NONE;\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let li0 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_0', '', tf.displayAllText);\n li0.className = this.checkListItemCssClass;\n ul.appendChild(li0);\n\n Event.add(li0.check, 'click', (evt) => this.optionClick(evt));\n\n if (!this.enableCheckListResetFilter) {\n li0.style.display = NONE;\n }\n\n if (tf.enableEmptyOption) {\n let li1 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_1', tf.emOperator, tf.emptyText);\n li1.className = this.checkListItemCssClass;\n ul.appendChild(li1);\n Event.add(li1.check, 'click', (evt) => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = Dom.createCheckItem(\n tf.fltIds[colIndex] + '_2',\n tf.nmOperator,\n tf.nonEmptyText\n );\n li2.className = this.checkListItemCssClass;\n ul.appendChild(li2);\n Event.add(li2.check, 'click', (evt) => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n */\n setCheckListValues(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n // TODO: provide helper to extract column index, ugly!\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let itemTag = 'LI';\n\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let li = n.childNodes[chkIndex];\n let colIndex = n.getAttribute('colIndex');\n let fltValue = n.getAttribute('value'); //filter value (ul tag)\n let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n if ((fltIndexes && fltIndexes !== '')) {\n //items indexes\n let indSplit = fltIndexes.split(tf.separator);\n //checked items loop\n for (let u = 0; u < indSplit.length; u++) {\n //checked item\n let cChk = Dom.id(tf.fltIds[colIndex] + '_' +\n indSplit[u]);\n if (cChk) {\n cChk.checked = false;\n Dom.removeClass(\n n.childNodes[indSplit[u]],\n this.checkListSlcItemCssClass\n );\n }\n }\n }\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n fltValue = (fltValue) ? fltValue : '';\n chkValue = Str.trim(fltValue + ' ' + chkValue + ' ' +\n tf.orOperator);\n chkIndex = fltIndexes + chkIndex + tf.separator;\n n.setAttribute('value', chkValue);\n n.setAttribute('indexes', chkIndex);\n //1st option unchecked\n if (Dom.id(tf.fltIds[colIndex] + '_0')) {\n Dom.id(tf.fltIds[colIndex] + '_0').checked = false;\n }\n }\n\n if (li.nodeName === itemTag) {\n Dom.removeClass(\n n.childNodes[0], this.checkListSlcItemCssClass);\n Dom.addClass(li, this.checkListSlcItemCssClass);\n }\n } else { //removes values and indexes\n if (chkValue !== '') {\n let replaceValue = new RegExp(\n Str.rgxEsc(chkValue + ' ' + tf.orOperator));\n fltValue = fltValue.replace(replaceValue, '');\n n.setAttribute('value', Str.trim(fltValue));\n\n let replaceIndex = new RegExp(\n Str.rgxEsc(chkIndex + tf.separator));\n fltIndexes = fltIndexes.replace(replaceIndex, '');\n n.setAttribute('indexes', fltIndexes);\n }\n if (li.nodeName === itemTag) {\n Dom.removeClass(li, this.checkListSlcItemCssClass);\n }\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n if (tf.getFilterType(colIndex) !== CHECKLIST || !flt) {\n return;\n }\n\n let lisNb = Dom.tag(flt, 'li').length;\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n for (let k = 0; k < lisNb; k++) {\n let li = Dom.tag(flt, 'li')[k],\n lbl = Dom.tag(li, 'label')[0],\n chk = Dom.tag(li, 'input')[0],\n lblTxt = Str.matchCase(Dom.getText(lbl), tf.caseSensitive);\n if (lblTxt !== '' && Arr.has(values, lblTxt, tf.caseSensitive)) {\n chk.checked = true;\n this.setCheckListValues(chk);\n }\n else {\n chk.checked = false;\n this.setCheckListValues(chk);\n }\n }\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = Types.isEmpty(fltAttr) ? '' : fltAttr;\n\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" }, { - "__docId__": 221, + "__docId__": 235, "kind": "variable", "static": true, "variation": null, @@ -4227,7 +4509,7 @@ "importPath": "tablefilter/src/modules/checkList.js", "importStyle": null, "description": null, - "lineNumber": 9, + "lineNumber": 10, "undocument": true, "type": { "types": [ @@ -4236,7 +4518,7 @@ } }, { - "__docId__": 222, + "__docId__": 236, "kind": "class", "static": true, "variation": null, @@ -4248,7 +4530,7 @@ "importPath": "tablefilter/src/modules/checkList.js", "importStyle": "{CheckList}", "description": null, - "lineNumber": 12, + "lineNumber": 13, "undocument": true, "interface": false, "extends": [ @@ -4256,7 +4538,7 @@ ] }, { - "__docId__": 223, + "__docId__": 237, "kind": "constructor", "static": false, "variation": null, @@ -4265,7 +4547,7 @@ "longname": "src/modules/checkList.js~CheckList#constructor", "access": null, "description": "Checklist UI component", - "lineNumber": 18, + "lineNumber": 19, "params": [ { "nullable": null, @@ -4281,7 +4563,7 @@ "generator": false }, { - "__docId__": 224, + "__docId__": 238, "kind": "member", "static": false, "variation": null, @@ -4290,7 +4572,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListDiv", "access": null, "description": null, - "lineNumber": 24, + "lineNumber": 25, "undocument": true, "type": { "types": [ @@ -4299,7 +4581,7 @@ } }, { - "__docId__": 225, + "__docId__": 239, "kind": "member", "static": false, "variation": null, @@ -4308,7 +4590,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListDivCssClass", "access": null, "description": null, - "lineNumber": 26, + "lineNumber": 27, "undocument": true, "type": { "types": [ @@ -4317,7 +4599,7 @@ } }, { - "__docId__": 226, + "__docId__": 240, "kind": "member", "static": false, "variation": null, @@ -4326,7 +4608,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListCssClass", "access": null, "description": null, - "lineNumber": 29, + "lineNumber": 30, "undocument": true, "type": { "types": [ @@ -4335,7 +4617,7 @@ } }, { - "__docId__": 227, + "__docId__": 241, "kind": "member", "static": false, "variation": null, @@ -4344,7 +4626,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListItemCssClass", "access": null, "description": null, - "lineNumber": 31, + "lineNumber": 32, "undocument": true, "type": { "types": [ @@ -4353,7 +4635,7 @@ } }, { - "__docId__": 228, + "__docId__": 242, "kind": "member", "static": false, "variation": null, @@ -4362,7 +4644,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListSlcItemCssClass", "access": null, "description": null, - "lineNumber": 34, + "lineNumber": 35, "undocument": true, "type": { "types": [ @@ -4371,7 +4653,7 @@ } }, { - "__docId__": 229, + "__docId__": 243, "kind": "member", "static": false, "variation": null, @@ -4380,7 +4662,7 @@ "longname": "src/modules/checkList.js~CheckList#activateCheckListTxt", "access": null, "description": null, - "lineNumber": 37, + "lineNumber": 38, "undocument": true, "type": { "types": [ @@ -4389,7 +4671,7 @@ } }, { - "__docId__": 230, + "__docId__": 244, "kind": "member", "static": false, "variation": null, @@ -4398,7 +4680,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListItemDisabledCssClass", "access": null, "description": null, - "lineNumber": 40, + "lineNumber": 41, "undocument": true, "type": { "types": [ @@ -4407,7 +4689,7 @@ } }, { - "__docId__": 231, + "__docId__": 245, "kind": "member", "static": false, "variation": null, @@ -4416,7 +4698,7 @@ "longname": "src/modules/checkList.js~CheckList#enableCheckListResetFilter", "access": null, "description": null, - "lineNumber": 43, + "lineNumber": 44, "undocument": true, "type": { "types": [ @@ -4425,7 +4707,7 @@ } }, { - "__docId__": 232, + "__docId__": 246, "kind": "member", "static": false, "variation": null, @@ -4434,7 +4716,7 @@ "longname": "src/modules/checkList.js~CheckList#prfxCheckListDiv", "access": null, "description": null, - "lineNumber": 46, + "lineNumber": 47, "undocument": true, "type": { "types": [ @@ -4443,7 +4725,7 @@ } }, { - "__docId__": 233, + "__docId__": 247, "kind": "member", "static": false, "variation": null, @@ -4452,24 +4734,6 @@ "longname": "src/modules/checkList.js~CheckList#isCustom", "access": null, "description": null, - "lineNumber": 48, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 234, - "kind": "member", - "static": false, - "variation": null, - "name": "opts", - "memberof": "src/modules/checkList.js~CheckList", - "longname": "src/modules/checkList.js~CheckList#opts", - "access": null, - "description": null, "lineNumber": 49, "undocument": true, "type": { @@ -4479,13 +4743,13 @@ } }, { - "__docId__": 235, + "__docId__": 248, "kind": "member", "static": false, "variation": null, - "name": "optsTxt", + "name": "opts", "memberof": "src/modules/checkList.js~CheckList", - "longname": "src/modules/checkList.js~CheckList#optsTxt", + "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, "lineNumber": 50, @@ -4497,13 +4761,13 @@ } }, { - "__docId__": 236, + "__docId__": 249, "kind": "member", "static": false, "variation": null, - "name": "excludedOpts", + "name": "optsTxt", "memberof": "src/modules/checkList.js~CheckList", - "longname": "src/modules/checkList.js~CheckList#excludedOpts", + "longname": "src/modules/checkList.js~CheckList#optsTxt", "access": null, "description": null, "lineNumber": 51, @@ -4515,7 +4779,25 @@ } }, { - "__docId__": 237, + "__docId__": 250, + "kind": "member", + "static": false, + "variation": null, + "name": "excludedOpts", + "memberof": "src/modules/checkList.js~CheckList", + "longname": "src/modules/checkList.js~CheckList#excludedOpts", + "access": null, + "description": null, + "lineNumber": 52, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 251, "kind": "method", "static": false, "variation": null, @@ -4524,7 +4806,7 @@ "longname": "src/modules/checkList.js~CheckList#onChange", "access": null, "description": null, - "lineNumber": 54, + "lineNumber": 55, "undocument": true, "params": [ { @@ -4537,7 +4819,7 @@ "generator": false }, { - "__docId__": 238, + "__docId__": 252, "kind": "method", "static": false, "variation": null, @@ -4546,7 +4828,7 @@ "longname": "src/modules/checkList.js~CheckList#optionClick", "access": null, "description": null, - "lineNumber": 61, + "lineNumber": 62, "undocument": true, "params": [ { @@ -4559,7 +4841,7 @@ "generator": false }, { - "__docId__": 239, + "__docId__": 253, "kind": "method", "static": false, "variation": null, @@ -4568,7 +4850,7 @@ "longname": "src/modules/checkList.js~CheckList#onCheckListClick", "access": null, "description": null, - "lineNumber": 66, + "lineNumber": 67, "undocument": true, "params": [ { @@ -4581,7 +4863,7 @@ "generator": false }, { - "__docId__": 240, + "__docId__": 254, "kind": "method", "static": false, "variation": null, @@ -4590,7 +4872,7 @@ "longname": "src/modules/checkList.js~CheckList#init", "access": null, "description": "Initialize checklist filter", - "lineNumber": 82, + "lineNumber": 83, "params": [ { "nullable": null, @@ -4626,7 +4908,7 @@ "generator": false }, { - "__docId__": 241, + "__docId__": 255, "kind": "member", "static": false, "variation": null, @@ -4635,7 +4917,7 @@ "longname": "src/modules/checkList.js~CheckList#initialized", "access": null, "description": null, - "lineNumber": 120, + "lineNumber": 121, "undocument": true, "type": { "types": [ @@ -4644,7 +4926,7 @@ } }, { - "__docId__": 242, + "__docId__": 256, "kind": "method", "static": false, "variation": null, @@ -4653,7 +4935,7 @@ "longname": "src/modules/checkList.js~CheckList#build", "access": null, "description": "Build checklist UI", - "lineNumber": 127, + "lineNumber": 128, "params": [ { "nullable": null, @@ -4669,7 +4951,7 @@ "generator": false }, { - "__docId__": 243, + "__docId__": 257, "kind": "member", "static": false, "variation": null, @@ -4678,24 +4960,6 @@ "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, - "lineNumber": 133, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 244, - "kind": "member", - "static": false, - "variation": null, - "name": "optsTxt", - "memberof": "src/modules/checkList.js~CheckList", - "longname": "src/modules/checkList.js~CheckList#optsTxt", - "access": null, - "description": null, "lineNumber": 134, "undocument": true, "type": { @@ -4705,7 +4969,25 @@ } }, { - "__docId__": 245, + "__docId__": 258, + "kind": "member", + "static": false, + "variation": null, + "name": "optsTxt", + "memberof": "src/modules/checkList.js~CheckList", + "longname": "src/modules/checkList.js~CheckList#optsTxt", + "access": null, + "description": null, + "lineNumber": 135, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 259, "kind": "member", "static": false, "variation": null, @@ -4714,7 +4996,7 @@ "longname": "src/modules/checkList.js~CheckList#isCustom", "access": null, "description": null, - "lineNumber": 143, + "lineNumber": 144, "undocument": true, "type": { "types": [ @@ -4723,7 +5005,7 @@ } }, { - "__docId__": 246, + "__docId__": 260, "kind": "member", "static": false, "variation": null, @@ -4732,7 +5014,7 @@ "longname": "src/modules/checkList.js~CheckList#excludedOpts", "access": null, "description": null, - "lineNumber": 153, + "lineNumber": 154, "undocument": true, "type": { "types": [ @@ -4741,7 +5023,7 @@ } }, { - "__docId__": 247, + "__docId__": 261, "kind": "member", "static": false, "variation": null, @@ -4750,24 +5032,6 @@ "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, - "lineNumber": 210, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 248, - "kind": "member", - "static": false, - "variation": null, - "name": "optsTxt", - "memberof": "src/modules/checkList.js~CheckList", - "longname": "src/modules/checkList.js~CheckList#optsTxt", - "access": null, - "description": null, "lineNumber": 211, "undocument": true, "type": { @@ -4777,7 +5041,25 @@ } }, { - "__docId__": 249, + "__docId__": 262, + "kind": "member", + "static": false, + "variation": null, + "name": "optsTxt", + "memberof": "src/modules/checkList.js~CheckList", + "longname": "src/modules/checkList.js~CheckList#optsTxt", + "access": null, + "description": null, + "lineNumber": 212, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 263, "kind": "method", "static": false, "variation": null, @@ -4786,7 +5068,7 @@ "longname": "src/modules/checkList.js~CheckList#addChecks", "access": null, "description": "Add checklist options", - "lineNumber": 274, + "lineNumber": 275, "params": [ { "nullable": null, @@ -4812,7 +5094,7 @@ "generator": false }, { - "__docId__": 250, + "__docId__": 264, "kind": "method", "static": false, "variation": null, @@ -4821,7 +5103,7 @@ "longname": "src/modules/checkList.js~CheckList#addTChecks", "access": null, "description": "Add checklist header option", - "lineNumber": 307, + "lineNumber": 308, "params": [ { "nullable": null, @@ -4852,7 +5134,7 @@ "generator": false }, { - "__docId__": 251, + "__docId__": 265, "kind": "method", "static": false, "variation": null, @@ -4861,7 +5143,7 @@ "longname": "src/modules/checkList.js~CheckList#setCheckListValues", "access": null, "description": "Store checked options in DOM element attribute", - "lineNumber": 348, + "lineNumber": 349, "params": [ { "nullable": null, @@ -4877,7 +5159,7 @@ "generator": false }, { - "__docId__": 252, + "__docId__": 266, "kind": "method", "static": false, "variation": null, @@ -4886,7 +5168,7 @@ "longname": "src/modules/checkList.js~CheckList#selectOptions", "access": null, "description": "Select filter options programmatically", - "lineNumber": 430, + "lineNumber": 431, "params": [ { "nullable": null, @@ -4912,7 +5194,7 @@ "generator": false }, { - "__docId__": 253, + "__docId__": 267, "kind": "method", "static": false, "variation": null, @@ -4951,7 +5233,7 @@ "generator": false }, { - "__docId__": 254, + "__docId__": 268, "kind": "method", "static": false, "variation": null, @@ -4966,7 +5248,7 @@ "generator": false }, { - "__docId__": 255, + "__docId__": 269, "kind": "file", "static": true, "variation": null, @@ -4979,7 +5261,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Event from '../event';\n\nexport class ClearButton extends Feature{\n\n /**\n * Clear button component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'btnReset');\n\n // Configuration object\n var f = this.config;\n\n //id of container element\n this.btnResetTgtId = f.btn_reset_target_id || null;\n //reset button element\n this.btnResetEl = null;\n //defines reset text\n this.btnResetText = f.btn_reset_text || 'Reset';\n //defines reset button tooltip\n this.btnResetTooltip = f.btn_reset_tooltip || 'Clear filters';\n //defines reset button innerHtml\n this.btnResetHtml = f.btn_reset_html ||\n (!tf.enableIcons ? null :\n '');\n //span containing reset button\n this.prfxResetSpan = 'resetspan_';\n }\n\n onClick(){\n if(!this.isEnabled()){\n return;\n }\n this.tf.clearFilters();\n }\n\n /**\n * Build DOM elements\n */\n init(){\n var tf = this.tf;\n\n if(this.initialized){\n return;\n }\n\n var resetspan = Dom.create('span', ['id', this.prfxResetSpan+tf.id]);\n\n // reset button is added to defined element\n if(!this.btnResetTgtId){\n tf.setToolbar();\n }\n var targetEl = !this.btnResetTgtId ?\n tf.rDiv : Dom.id(this.btnResetTgtId);\n targetEl.appendChild(resetspan);\n\n if(!this.btnResetHtml){\n var fltreset = Dom.create('a', ['href', 'javascript:void(0);']);\n fltreset.className = tf.btnResetCssClass;\n fltreset.appendChild(Dom.text(this.btnResetText));\n resetspan.appendChild(fltreset);\n Event.add(fltreset, 'click', ()=> { this.onClick(); });\n } else {\n resetspan.innerHTML = this.btnResetHtml;\n var resetEl = resetspan.firstChild;\n Event.add(resetEl, 'click', ()=> { this.onClick(); });\n }\n this.btnResetEl = resetspan.firstChild;\n\n this.initialized = true;\n }\n\n /**\n * Remove clear button UI\n */\n destroy(){\n var tf = this.tf;\n\n if(!this.initialized){\n return;\n }\n\n var resetspan = Dom.id(this.prfxResetSpan+tf.id);\n if(resetspan){\n Dom.remove(resetspan);\n }\n this.btnResetEl = null;\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 256, + "__docId__": 270, "kind": "class", "static": true, "variation": null, @@ -4999,7 +5281,7 @@ ] }, { - "__docId__": 257, + "__docId__": 271, "kind": "constructor", "static": false, "variation": null, @@ -5024,7 +5306,7 @@ "generator": false }, { - "__docId__": 258, + "__docId__": 272, "kind": "member", "static": false, "variation": null, @@ -5042,7 +5324,7 @@ } }, { - "__docId__": 259, + "__docId__": 273, "kind": "member", "static": false, "variation": null, @@ -5060,7 +5342,7 @@ } }, { - "__docId__": 260, + "__docId__": 274, "kind": "member", "static": false, "variation": null, @@ -5078,7 +5360,7 @@ } }, { - "__docId__": 261, + "__docId__": 275, "kind": "member", "static": false, "variation": null, @@ -5096,7 +5378,7 @@ } }, { - "__docId__": 262, + "__docId__": 276, "kind": "member", "static": false, "variation": null, @@ -5114,7 +5396,7 @@ } }, { - "__docId__": 263, + "__docId__": 277, "kind": "member", "static": false, "variation": null, @@ -5132,7 +5414,7 @@ } }, { - "__docId__": 264, + "__docId__": 278, "kind": "method", "static": false, "variation": null, @@ -5147,7 +5429,7 @@ "generator": false }, { - "__docId__": 265, + "__docId__": 279, "kind": "method", "static": false, "variation": null, @@ -5161,7 +5443,7 @@ "generator": false }, { - "__docId__": 266, + "__docId__": 280, "kind": "member", "static": false, "variation": null, @@ -5179,7 +5461,7 @@ } }, { - "__docId__": 267, + "__docId__": 281, "kind": "member", "static": false, "variation": null, @@ -5197,7 +5479,7 @@ } }, { - "__docId__": 268, + "__docId__": 282, "kind": "method", "static": false, "variation": null, @@ -5211,7 +5493,7 @@ "generator": false }, { - "__docId__": 269, + "__docId__": 283, "kind": "member", "static": false, "variation": null, @@ -5229,7 +5511,7 @@ } }, { - "__docId__": 270, + "__docId__": 284, "kind": "member", "static": false, "variation": null, @@ -5247,7 +5529,7 @@ } }, { - "__docId__": 271, + "__docId__": 285, "kind": "file", "static": true, "variation": null, @@ -5257,10 +5539,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Arr from '../array';\nimport Str from '../string';\nimport Sort from '../sort';\nimport Event from '../event';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\nexport class Dropdown extends Feature {\n\n /**\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dropdown');\n\n // Configuration object\n let f = tf.config();\n\n this.enableSlcResetFilter = f.enable_slc_reset_filter === false ?\n false : true;\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //IE only, tooltip text appearing on select before it is populated\n this.activateSlcTooltip = f.activate_slc_tooltip ||\n 'Click to activate';\n //tooltip text appearing on multiple select\n this.multipleSlcTooltip = f.multiple_slc_tooltip ||\n 'Use Ctrl key for multiple selections';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.slcInnerHtml = null;\n }\n\n onSlcFocus(e) {\n let elm = Event.target(e);\n let tf = this.tf;\n // select is populated when element has focus\n if (tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n this.build(ct);\n }\n this.emitter.emit('filter-focus', tf, elm);\n }\n\n onSlcChange() {\n if (this.tf.onSlcChange) {\n this.tf.filter();\n }\n }\n\n /**\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let col = tf.getFilterType(colIndex);\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let slc = Dom.create(tf.fltTypeSlc,\n ['id', tf.prfxFlt + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']\n );\n\n if (col === tf.fltTypeMulti) {\n slc.multiple = tf.fltTypeMulti;\n slc.title = this.multipleSlcTooltip;\n }\n slc.className = Str.lower(col) === tf.fltTypeSlc ?\n tf.fltCssClass : tf.fltMultiCssClass;\n\n //filter is appended in container element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(slc);\n tf.externalFltEls.push(slc);\n } else {\n container.appendChild(slc);\n }\n\n tf.fltIds.push(slc.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n //1st option is created here since build isn't invoked\n let opt0 = Dom.createOpt(tf.displayAllText, '');\n slc.appendChild(opt0);\n }\n\n Event.add(slc, 'change', () => this.onSlcChange());\n Event.add(slc, 'focus', (e) => this.onSlcFocus(e));\n\n this.emitter.on(\n ['build-select-filter'],\n (tf, colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.on(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.initialized = true;\n }\n\n /**\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n this.slcInnerHtml = '';\n\n let slcId = tf.fltIds[colIndex];\n let slc = Dom.id(slcId),\n rows = tf.tbl.rows,\n matchCase = tf.matchCase;\n\n //custom select test\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //custom selects text\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let excludedOpts = null,\n filteredDataCol = null;\n if (isLinked && tf.disableExcludedOptions) {\n excludedOpts = [];\n filteredDataCol = [];\n }\n\n for (let k = tf.refRow; k < tf.nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cell = rows[k].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell #\n if (nchilds !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n // WTF: cyclomatic complexity hell\n if ((colIndex === j &&\n (!isLinked ||\n (isLinked && tf.disableExcludedOptions))) ||\n (colIndex === j && isLinked &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && (!tf.validRowsIndex ||\n (tf.validRowsIndex &&\n tf.validRowsIndex.indexOf(k) != -1)) &&\n ((activeIdx === undefined ||\n activeIdx === colIndex) ||\n (activeIdx != colIndex &&\n tf.validRowsIndex.indexOf(k) != -1)))))) {\n let cellData = tf.getCellData(cell[j]),\n //Vary Peter's patch\n cellString = Str.matchCase(cellData, matchCase);\n\n // checks if celldata is already in array\n if (!Arr.has(this.opts, cellString, matchCase)) {\n this.opts.push(cellData);\n }\n\n if (isLinked && tf.disableExcludedOptions) {\n let filteredCol = filteredDataCol[j];\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!Arr.has(filteredCol, cellString, matchCase) &&\n !Arr.has(\n excludedOpts, cellString, matchCase)) {\n excludedOpts.push(cellData);\n }\n }\n }//if colIndex==j\n }//for j\n }//for k\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!matchCase) {\n this.opts.sort(Sort.ignoreCase);\n if (excludedOpts) {\n excludedOpts.sort(Sort.ignoreCase);\n }\n } else {\n this.opts.sort();\n if (excludedOpts) { excludedOpts.sort(); }\n }\n }\n\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortAsc);\n if (excludedOpts) {\n excludedOpts.sort(Sort.numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortDesc);\n if (excludedOpts) {\n excludedOpts.sort(Sort.numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n\n //populates drop-down\n this.addOptions(colIndex, slc, isLinked, excludedOpts);\n\n this.emitter.emit('after-populating-filter', tf, colIndex, slc);\n }\n\n /**\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n */\n addOptions(colIndex, slc, isLinked, excludedOpts) {\n let tf = this.tf,\n slcValue = slc.value;\n\n slc.innerHTML = '';\n slc = this.addFirstOption(slc);\n\n for (let y = 0; y < this.opts.length; y++) {\n if (this.opts[y] === '') {\n continue;\n }\n let val = this.opts[y]; //option value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //option text\n let isDisabled = false;\n if (isLinked && tf.disableExcludedOptions &&\n Arr.has(\n excludedOpts,\n Str.matchCase(val, tf.matchCase),\n tf.matchCase\n )) {\n isDisabled = true;\n }\n\n let opt;\n //fill select on demand\n if (tf.loadFltOnDemand && slcValue === this.opts[y] &&\n tf.getFilterType(colIndex) === tf.fltTypeSlc) {\n opt = Dom.createOpt(lbl, val, true);\n } else {\n opt = Dom.createOpt(lbl, val, false);\n }\n if (isDisabled) {\n opt.disabled = true;\n }\n slc.appendChild(opt);\n }// for y\n\n slc.setAttribute('filled', '1');\n }\n\n /**\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n */\n addFirstOption(slc) {\n let tf = this.tf;\n\n let opt0 = Dom.createOpt(\n (!this.enableSlcResetFilter ? '' : tf.displayAllText), '');\n if (!this.enableSlcResetFilter) {\n opt0.style.display = 'none';\n }\n slc.appendChild(opt0);\n if (tf.enableEmptyOption) {\n let opt1 = Dom.createOpt(tf.emptyText, tf.emOperator);\n slc.appendChild(opt1);\n }\n if (tf.enableNonEmptyOption) {\n let opt2 = Dom.createOpt(tf.nonEmptyText, tf.nmOperator);\n slc.appendChild(opt2);\n }\n return slc;\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n if (tf.getFilterType(colIndex) !== tf.fltTypeMulti ||\n values.length === 0) {\n return;\n }\n let slc = tf.getFilterElement(colIndex);\n [].forEach.call(slc.options, (option) => {\n // Empty value means clear all selections and first option is the\n // clear all option\n if (values[0] === '' || option.value === '') {\n option.selected = false;\n }\n\n if (option.value !== '' &&\n Arr.has(values, option.value, true)) {\n option.selected = true;\n }//if\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let slc = tf.getFilterElement(colIndex);\n let values = [];\n [].forEach.call(slc.selectedOptions,\n option => values.push(option.value));\n\n return values;\n }\n\n destroy() {\n this.emitter.off(\n ['build-select-filter'],\n (colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.off(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Arr from '../array';\nimport Str from '../string';\nimport Sort from '../sort';\nimport Event from '../event';\nimport {SELECT, MULTIPLE, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\nexport class Dropdown extends Feature {\n\n /**\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dropdown');\n\n // Configuration object\n let f = tf.config();\n\n this.enableSlcResetFilter = f.enable_slc_reset_filter === false ?\n false : true;\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //IE only, tooltip text appearing on select before it is populated\n this.activateSlcTooltip = f.activate_slc_tooltip ||\n 'Click to activate';\n //tooltip text appearing on multiple select\n this.multipleSlcTooltip = f.multiple_slc_tooltip ||\n 'Use Ctrl key for multiple selections';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.slcInnerHtml = null;\n }\n\n onSlcFocus(e) {\n let elm = Event.target(e);\n let tf = this.tf;\n // select is populated when element has focus\n if (tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n this.build(ct);\n }\n this.emitter.emit('filter-focus', tf, elm);\n }\n\n onSlcChange() {\n if (this.tf.onSlcChange) {\n this.tf.filter();\n }\n }\n\n /**\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let col = tf.getFilterType(colIndex);\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let slc = Dom.create(SELECT,\n ['id', tf.prfxFlt + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']\n );\n\n if (col === MULTIPLE) {\n slc.multiple = MULTIPLE;\n slc.title = this.multipleSlcTooltip;\n }\n slc.className = Str.lower(col) === SELECT ?\n tf.fltCssClass : tf.fltMultiCssClass;\n\n //filter is appended in container element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(slc);\n tf.externalFltEls.push(slc);\n } else {\n container.appendChild(slc);\n }\n\n tf.fltIds.push(slc.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n //1st option is created here since build isn't invoked\n let opt0 = Dom.createOpt(tf.displayAllText, '');\n slc.appendChild(opt0);\n }\n\n Event.add(slc, 'change', () => this.onSlcChange());\n Event.add(slc, 'focus', (e) => this.onSlcFocus(e));\n\n this.emitter.on(\n ['build-select-filter'],\n (tf, colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.on(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.initialized = true;\n }\n\n /**\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n this.slcInnerHtml = '';\n\n let slcId = tf.fltIds[colIndex];\n let slc = Dom.id(slcId),\n rows = tf.tbl.rows,\n matchCase = tf.matchCase;\n\n //custom select test\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //custom selects text\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let excludedOpts = null,\n filteredDataCol = null;\n if (isLinked && tf.disableExcludedOptions) {\n excludedOpts = [];\n filteredDataCol = [];\n }\n\n for (let k = tf.refRow; k < tf.nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cell = rows[k].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell #\n if (nchilds !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n // WTF: cyclomatic complexity hell\n if ((colIndex === j &&\n (!isLinked ||\n (isLinked && tf.disableExcludedOptions))) ||\n (colIndex === j && isLinked &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && (!tf.validRowsIndex ||\n (tf.validRowsIndex &&\n tf.validRowsIndex.indexOf(k) != -1)) &&\n ((activeIdx === undefined ||\n activeIdx === colIndex) ||\n (activeIdx != colIndex &&\n tf.validRowsIndex.indexOf(k) != -1)))))) {\n let cellData = tf.getCellData(cell[j]),\n //Vary Peter's patch\n cellString = Str.matchCase(cellData, matchCase);\n\n // checks if celldata is already in array\n if (!Arr.has(this.opts, cellString, matchCase)) {\n this.opts.push(cellData);\n }\n\n if (isLinked && tf.disableExcludedOptions) {\n let filteredCol = filteredDataCol[j];\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!Arr.has(filteredCol, cellString, matchCase) &&\n !Arr.has(\n excludedOpts, cellString, matchCase)) {\n excludedOpts.push(cellData);\n }\n }\n }//if colIndex==j\n }//for j\n }//for k\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!matchCase) {\n this.opts.sort(Sort.ignoreCase);\n if (excludedOpts) {\n excludedOpts.sort(Sort.ignoreCase);\n }\n } else {\n this.opts.sort();\n if (excludedOpts) { excludedOpts.sort(); }\n }\n }\n\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortAsc);\n if (excludedOpts) {\n excludedOpts.sort(Sort.numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) != -1) {\n try {\n this.opts.sort(Sort.numSortDesc);\n if (excludedOpts) {\n excludedOpts.sort(Sort.numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(Sort.numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n\n //populates drop-down\n this.addOptions(colIndex, slc, isLinked, excludedOpts);\n\n this.emitter.emit('after-populating-filter', tf, colIndex, slc);\n }\n\n /**\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n */\n addOptions(colIndex, slc, isLinked, excludedOpts) {\n let tf = this.tf,\n slcValue = slc.value;\n\n slc.innerHTML = '';\n slc = this.addFirstOption(slc);\n\n for (let y = 0; y < this.opts.length; y++) {\n if (this.opts[y] === '') {\n continue;\n }\n let val = this.opts[y]; //option value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //option text\n let isDisabled = false;\n if (isLinked && tf.disableExcludedOptions &&\n Arr.has(\n excludedOpts,\n Str.matchCase(val, tf.matchCase),\n tf.matchCase\n )) {\n isDisabled = true;\n }\n\n let opt;\n //fill select on demand\n if (tf.loadFltOnDemand && slcValue === this.opts[y] &&\n tf.getFilterType(colIndex) === SELECT) {\n opt = Dom.createOpt(lbl, val, true);\n } else {\n opt = Dom.createOpt(lbl, val, false);\n }\n if (isDisabled) {\n opt.disabled = true;\n }\n slc.appendChild(opt);\n }// for y\n\n slc.setAttribute('filled', '1');\n }\n\n /**\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n */\n addFirstOption(slc) {\n let tf = this.tf;\n\n let opt0 = Dom.createOpt(\n (!this.enableSlcResetFilter ? '' : tf.displayAllText), '');\n if (!this.enableSlcResetFilter) {\n opt0.style.display = NONE;\n }\n slc.appendChild(opt0);\n if (tf.enableEmptyOption) {\n let opt1 = Dom.createOpt(tf.emptyText, tf.emOperator);\n slc.appendChild(opt1);\n }\n if (tf.enableNonEmptyOption) {\n let opt2 = Dom.createOpt(tf.nonEmptyText, tf.nmOperator);\n slc.appendChild(opt2);\n }\n return slc;\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n if (tf.getFilterType(colIndex) !== MULTIPLE || values.length === 0) {\n return;\n }\n let slc = tf.getFilterElement(colIndex);\n [].forEach.call(slc.options, (option) => {\n // Empty value means clear all selections and first option is the\n // clear all option\n if (values[0] === '' || option.value === '') {\n option.selected = false;\n }\n\n if (option.value !== '' &&\n Arr.has(values, option.value, true)) {\n option.selected = true;\n }//if\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let slc = tf.getFilterElement(colIndex);\n let values = [];\n [].forEach.call(slc.selectedOptions,\n option => values.push(option.value));\n\n return values;\n }\n\n destroy() {\n this.emitter.off(\n ['build-select-filter'],\n (colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.off(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" }, { - "__docId__": 272, + "__docId__": 286, "kind": "variable", "static": true, "variation": null, @@ -5272,7 +5554,7 @@ "importPath": "tablefilter/src/modules/dropdown.js", "importStyle": null, "description": null, - "lineNumber": 8, + "lineNumber": 9, "undocument": true, "type": { "types": [ @@ -5281,7 +5563,7 @@ } }, { - "__docId__": 273, + "__docId__": 287, "kind": "class", "static": true, "variation": null, @@ -5293,7 +5575,7 @@ "importPath": "tablefilter/src/modules/dropdown.js", "importStyle": "{Dropdown}", "description": null, - "lineNumber": 11, + "lineNumber": 12, "undocument": true, "interface": false, "extends": [ @@ -5301,7 +5583,7 @@ ] }, { - "__docId__": 274, + "__docId__": 288, "kind": "constructor", "static": false, "variation": null, @@ -5310,7 +5592,7 @@ "longname": "src/modules/dropdown.js~Dropdown#constructor", "access": null, "description": "Dropdown UI component", - "lineNumber": 17, + "lineNumber": 18, "params": [ { "nullable": null, @@ -5326,7 +5608,7 @@ "generator": false }, { - "__docId__": 275, + "__docId__": 289, "kind": "member", "static": false, "variation": null, @@ -5335,7 +5617,7 @@ "longname": "src/modules/dropdown.js~Dropdown#enableSlcResetFilter", "access": null, "description": null, - "lineNumber": 23, + "lineNumber": 24, "undocument": true, "type": { "types": [ @@ -5344,7 +5626,7 @@ } }, { - "__docId__": 276, + "__docId__": 290, "kind": "member", "static": false, "variation": null, @@ -5353,7 +5635,7 @@ "longname": "src/modules/dropdown.js~Dropdown#nonEmptyText", "access": null, "description": null, - "lineNumber": 26, + "lineNumber": 27, "undocument": true, "type": { "types": [ @@ -5362,7 +5644,7 @@ } }, { - "__docId__": 277, + "__docId__": 291, "kind": "member", "static": false, "variation": null, @@ -5371,7 +5653,7 @@ "longname": "src/modules/dropdown.js~Dropdown#activateSlcTooltip", "access": null, "description": null, - "lineNumber": 28, + "lineNumber": 29, "undocument": true, "type": { "types": [ @@ -5380,7 +5662,7 @@ } }, { - "__docId__": 278, + "__docId__": 292, "kind": "member", "static": false, "variation": null, @@ -5389,7 +5671,7 @@ "longname": "src/modules/dropdown.js~Dropdown#multipleSlcTooltip", "access": null, "description": null, - "lineNumber": 31, + "lineNumber": 32, "undocument": true, "type": { "types": [ @@ -5398,7 +5680,7 @@ } }, { - "__docId__": 279, + "__docId__": 293, "kind": "member", "static": false, "variation": null, @@ -5407,24 +5689,6 @@ "longname": "src/modules/dropdown.js~Dropdown#isCustom", "access": null, "description": null, - "lineNumber": 34, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 280, - "kind": "member", - "static": false, - "variation": null, - "name": "opts", - "memberof": "src/modules/dropdown.js~Dropdown", - "longname": "src/modules/dropdown.js~Dropdown#opts", - "access": null, - "description": null, "lineNumber": 35, "undocument": true, "type": { @@ -5434,13 +5698,13 @@ } }, { - "__docId__": 281, + "__docId__": 294, "kind": "member", "static": false, "variation": null, - "name": "optsTxt", + "name": "opts", "memberof": "src/modules/dropdown.js~Dropdown", - "longname": "src/modules/dropdown.js~Dropdown#optsTxt", + "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, "lineNumber": 36, @@ -5452,13 +5716,13 @@ } }, { - "__docId__": 282, + "__docId__": 295, "kind": "member", "static": false, "variation": null, - "name": "slcInnerHtml", + "name": "optsTxt", "memberof": "src/modules/dropdown.js~Dropdown", - "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", + "longname": "src/modules/dropdown.js~Dropdown#optsTxt", "access": null, "description": null, "lineNumber": 37, @@ -5470,7 +5734,25 @@ } }, { - "__docId__": 283, + "__docId__": 296, + "kind": "member", + "static": false, + "variation": null, + "name": "slcInnerHtml", + "memberof": "src/modules/dropdown.js~Dropdown", + "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", + "access": null, + "description": null, + "lineNumber": 38, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 297, "kind": "method", "static": false, "variation": null, @@ -5479,7 +5761,7 @@ "longname": "src/modules/dropdown.js~Dropdown#onSlcFocus", "access": null, "description": null, - "lineNumber": 40, + "lineNumber": 41, "undocument": true, "params": [ { @@ -5492,7 +5774,7 @@ "generator": false }, { - "__docId__": 284, + "__docId__": 298, "kind": "method", "static": false, "variation": null, @@ -5501,13 +5783,13 @@ "longname": "src/modules/dropdown.js~Dropdown#onSlcChange", "access": null, "description": null, - "lineNumber": 51, + "lineNumber": 52, "undocument": true, "params": [], "generator": false }, { - "__docId__": 285, + "__docId__": 299, "kind": "method", "static": false, "variation": null, @@ -5516,7 +5798,7 @@ "longname": "src/modules/dropdown.js~Dropdown#init", "access": null, "description": "Initialize drop-down filter", - "lineNumber": 63, + "lineNumber": 64, "params": [ { "nullable": null, @@ -5552,7 +5834,7 @@ "generator": false }, { - "__docId__": 286, + "__docId__": 300, "kind": "member", "static": false, "variation": null, @@ -5561,7 +5843,7 @@ "longname": "src/modules/dropdown.js~Dropdown#initialized", "access": null, "description": null, - "lineNumber": 112, + "lineNumber": 113, "undocument": true, "type": { "types": [ @@ -5570,7 +5852,7 @@ } }, { - "__docId__": 287, + "__docId__": 301, "kind": "method", "static": false, "variation": null, @@ -5579,7 +5861,7 @@ "longname": "src/modules/dropdown.js~Dropdown#build", "access": null, "description": "Build drop-down filter UI", - "lineNumber": 120, + "lineNumber": 121, "params": [ { "nullable": null, @@ -5605,7 +5887,7 @@ "generator": false }, { - "__docId__": 288, + "__docId__": 302, "kind": "member", "static": false, "variation": null, @@ -5614,24 +5896,6 @@ "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, - "lineNumber": 126, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 289, - "kind": "member", - "static": false, - "variation": null, - "name": "optsTxt", - "memberof": "src/modules/dropdown.js~Dropdown", - "longname": "src/modules/dropdown.js~Dropdown#optsTxt", - "access": null, - "description": null, "lineNumber": 127, "undocument": true, "type": { @@ -5641,7 +5905,25 @@ } }, { - "__docId__": 290, + "__docId__": 303, + "kind": "member", + "static": false, + "variation": null, + "name": "optsTxt", + "memberof": "src/modules/dropdown.js~Dropdown", + "longname": "src/modules/dropdown.js~Dropdown#optsTxt", + "access": null, + "description": null, + "lineNumber": 128, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 304, "kind": "member", "static": false, "variation": null, @@ -5650,7 +5932,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", "access": null, "description": null, - "lineNumber": 128, + "lineNumber": 129, "undocument": true, "type": { "types": [ @@ -5659,7 +5941,7 @@ } }, { - "__docId__": 291, + "__docId__": 305, "kind": "member", "static": false, "variation": null, @@ -5668,7 +5950,7 @@ "longname": "src/modules/dropdown.js~Dropdown#isCustom", "access": null, "description": null, - "lineNumber": 136, + "lineNumber": 137, "undocument": true, "type": { "types": [ @@ -5677,7 +5959,7 @@ } }, { - "__docId__": 292, + "__docId__": 306, "kind": "member", "static": false, "variation": null, @@ -5686,24 +5968,6 @@ "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, - "lineNumber": 209, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 293, - "kind": "member", - "static": false, - "variation": null, - "name": "optsTxt", - "memberof": "src/modules/dropdown.js~Dropdown", - "longname": "src/modules/dropdown.js~Dropdown#optsTxt", - "access": null, - "description": null, "lineNumber": 210, "undocument": true, "type": { @@ -5713,7 +5977,25 @@ } }, { - "__docId__": 294, + "__docId__": 307, + "kind": "member", + "static": false, + "variation": null, + "name": "optsTxt", + "memberof": "src/modules/dropdown.js~Dropdown", + "longname": "src/modules/dropdown.js~Dropdown#optsTxt", + "access": null, + "description": null, + "lineNumber": 211, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 308, "kind": "method", "static": false, "variation": null, @@ -5722,7 +6004,7 @@ "longname": "src/modules/dropdown.js~Dropdown#addOptions", "access": null, "description": "Add drop-down options", - "lineNumber": 269, + "lineNumber": 270, "params": [ { "nullable": null, @@ -5768,7 +6050,7 @@ "generator": false }, { - "__docId__": 295, + "__docId__": 309, "kind": "method", "static": false, "variation": null, @@ -5777,7 +6059,7 @@ "longname": "src/modules/dropdown.js~Dropdown#addFirstOption", "access": null, "description": "Add drop-down header option", - "lineNumber": 313, + "lineNumber": 314, "params": [ { "nullable": null, @@ -5798,7 +6080,7 @@ "generator": false }, { - "__docId__": 296, + "__docId__": 310, "kind": "method", "static": false, "variation": null, @@ -5807,7 +6089,7 @@ "longname": "src/modules/dropdown.js~Dropdown#selectOptions", "access": null, "description": "Select filter options programmatically", - "lineNumber": 338, + "lineNumber": 339, "params": [ { "nullable": null, @@ -5833,7 +6115,7 @@ "generator": false }, { - "__docId__": 297, + "__docId__": 311, "kind": "method", "static": false, "variation": null, @@ -5872,7 +6154,7 @@ "generator": false }, { - "__docId__": 298, + "__docId__": 312, "kind": "method", "static": false, "variation": null, @@ -5887,7 +6169,7 @@ "generator": false }, { - "__docId__": 299, + "__docId__": 313, "kind": "file", "static": true, "variation": null, @@ -5900,7 +6182,7 @@ "content": "\nconst NOTIMPLEMENTED = 'Not implemented.';\n\nexport class Feature {\n constructor(tf, feature) {\n this.tf = tf;\n this.feature = feature;\n this.enabled = tf[feature];\n this.config = tf.config();\n this.emitter = tf.emitter;\n this.initialized = false;\n }\n\n init() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n reset() {\n this.enable();\n this.init();\n }\n\n destroy() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n enable() {\n this.enabled = true;\n }\n\n disable() {\n this.enabled = false;\n }\n\n isEnabled() {\n return this.enabled;\n }\n}\n" }, { - "__docId__": 300, + "__docId__": 314, "kind": "variable", "static": true, "variation": null, @@ -5921,7 +6203,7 @@ } }, { - "__docId__": 301, + "__docId__": 315, "kind": "class", "static": true, "variation": null, @@ -5938,7 +6220,7 @@ "interface": false }, { - "__docId__": 302, + "__docId__": 316, "kind": "constructor", "static": false, "variation": null, @@ -5966,7 +6248,7 @@ "generator": false }, { - "__docId__": 303, + "__docId__": 317, "kind": "member", "static": false, "variation": null, @@ -5984,7 +6266,7 @@ } }, { - "__docId__": 304, + "__docId__": 318, "kind": "member", "static": false, "variation": null, @@ -6002,7 +6284,7 @@ } }, { - "__docId__": 305, + "__docId__": 319, "kind": "member", "static": false, "variation": null, @@ -6020,7 +6302,7 @@ } }, { - "__docId__": 306, + "__docId__": 320, "kind": "member", "static": false, "variation": null, @@ -6038,7 +6320,7 @@ } }, { - "__docId__": 307, + "__docId__": 321, "kind": "member", "static": false, "variation": null, @@ -6056,7 +6338,7 @@ } }, { - "__docId__": 308, + "__docId__": 322, "kind": "member", "static": false, "variation": null, @@ -6074,7 +6356,7 @@ } }, { - "__docId__": 309, + "__docId__": 323, "kind": "method", "static": false, "variation": null, @@ -6089,7 +6371,7 @@ "generator": false }, { - "__docId__": 310, + "__docId__": 324, "kind": "method", "static": false, "variation": null, @@ -6104,7 +6386,7 @@ "generator": false }, { - "__docId__": 311, + "__docId__": 325, "kind": "method", "static": false, "variation": null, @@ -6119,7 +6401,7 @@ "generator": false }, { - "__docId__": 312, + "__docId__": 326, "kind": "method", "static": false, "variation": null, @@ -6134,7 +6416,7 @@ "generator": false }, { - "__docId__": 313, + "__docId__": 327, "kind": "member", "static": false, "variation": null, @@ -6152,7 +6434,7 @@ } }, { - "__docId__": 314, + "__docId__": 328, "kind": "method", "static": false, "variation": null, @@ -6167,7 +6449,7 @@ "generator": false }, { - "__docId__": 315, + "__docId__": 329, "kind": "member", "static": false, "variation": null, @@ -6185,7 +6467,7 @@ } }, { - "__docId__": 316, + "__docId__": 330, "kind": "method", "static": false, "variation": null, @@ -6205,7 +6487,7 @@ "generator": false }, { - "__docId__": 317, + "__docId__": 331, "kind": "file", "static": true, "variation": null, @@ -6215,10 +6497,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport Event from '../event';\nimport Str from '../string';\n\nexport class GridLayout extends Feature{\n\n /**\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'gridLayout');\n\n let f = this.config;\n\n //defines grid width\n this.gridWidth = f.grid_width || null;\n //defines grid height\n this.gridHeight = f.grid_height || null;\n //defines css class for main container\n this.gridMainContCssClass = f.grid_cont_css_class || 'grd_Cont';\n //defines css class for div containing table\n this.gridContCssClass = f.grid_tbl_cont_css_class || 'grd_tblCont';\n //defines css class for div containing headers' table\n this.gridHeadContCssClass = f.grid_tblHead_cont_css_class ||\n 'grd_headTblCont';\n //defines css class for div containing rows counter, paging etc.\n this.gridInfDivCssClass = f.grid_inf_grid_css_class || 'grd_inf';\n //defines which row contains column headers\n this.gridHeadRowIndex = f.grid_headers_row_index || 0;\n //array of headers row indexes to be placed in header table\n this.gridHeadRows = f.grid_headers_rows || [0];\n //generate filters in table headers\n this.gridEnableFilters = f.grid_enable_default_filters!==undefined ?\n f.grid_enable_default_filters : true;\n this.noHeaders = Boolean(f.grid_no_headers);\n //default col width\n this.gridDefaultColWidth = f.grid_default_col_width || '100px';\n\n this.gridColElms = [];\n\n //div containing grid elements if grid_layout true\n this.prfxMainTblCont = 'gridCont_';\n //div containing table if grid_layout true\n this.prfxTblCont = 'tblCont_';\n //div containing headers table if grid_layout true\n this.prfxHeadTblCont = 'tblHeadCont_';\n //headers' table if grid_layout true\n this.prfxHeadTbl = 'tblHead_';\n //id of td containing the filter if grid_layout true\n this.prfxGridFltTd = '_td_';\n //id of th containing column header if grid_layout true\n this.prfxGridTh = 'tblHeadTh_';\n\n this.sourceTblHtml = tf.tbl.outerHTML;\n\n // filters flag at TF level\n tf.fltGrid = this.gridEnableFilters;\n }\n\n /**\n * Generates a grid with fixed headers\n */\n init(){\n let tf = this.tf;\n let f = this.config;\n let tbl = tf.tbl;\n\n if(this.initialized){\n return;\n }\n\n // Override reference rows indexes\n tf.refRow = Types.isNull(tf.startRow) ? 0 : tf.startRow;\n tf.headersRow = 0;\n tf.filtersRowIndex = 1;\n\n tf.isExternalFlt = true;\n\n // default width of 100px if column widths not set\n if(!tf.hasColWidths){\n tf.colWidths = [];\n for(let k=0; k0){\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n Event.add(this.tblCont, 'scroll', (evt)=> {\n let elm = Event.target(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n //Configure sort extension if any\n let sort = (f.extensions || []).filter(function(itm){\n return itm.name === 'sort';\n });\n if(sort.length === 1){\n sort[0].async_sort = true;\n sort[0].trigger_ids = sortTriggers;\n }\n\n //Cols generation for all browsers excepted IE<=7\n this.tblHasColTag = Dom.tag(tbl, 'col').length > 0 ? true : false;\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n let createColTags = function(){\n for(let k=(tf.nbCells-1); k>=0; k--){\n let col = Dom.create('col', ['id', tf.id+'_col_'+k]);\n tbl.insertBefore(col, tbl.firstChild);\n col.style.width = tf.colWidths[k];\n this.gridColElms[k] = col;\n }\n this.tblHasColTag = true;\n };\n\n if(!this.tblHasColTag){\n createColTags.call(this);\n } else {\n let cols = Dom.tag(tbl, 'col');\n for(let ii=0; ii0){\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n Event.add(this.tblCont, 'scroll', (evt)=> {\n let elm = Event.target(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n //Configure sort extension if any\n let sort = (f.extensions || []).filter(function(itm){\n return itm.name === 'sort';\n });\n if(sort.length === 1){\n sort[0].async_sort = true;\n sort[0].trigger_ids = sortTriggers;\n }\n\n //Cols generation for all browsers excepted IE<=7\n this.tblHasColTag = Dom.tag(tbl, 'col').length > 0 ? true : false;\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n let createColTags = function(){\n for(let k=(tf.nbCells-1); k>=0; k--){\n let col = Dom.create('col', ['id', tf.id+'_col_'+k]);\n tbl.insertBefore(col, tbl.firstChild);\n col.style.width = tf.colWidths[k];\n this.gridColElms[k] = col;\n }\n this.tblHasColTag = true;\n };\n\n if(!this.tblHasColTag){\n createColTags.call(this);\n } else {\n let cols = Dom.tag(tbl, 'col');\n for(let ii=0; ii {\n var docMode = global.documentMode;\n return ('onhashchange' in global) && (docMode === undefined || docMode > 7);\n};\n\n/**\n * Manages the URL hash reflecting the features state to be persisted\n *\n * @export\n * @class Hash\n */\nexport class Hash {\n\n /**\n * Creates an instance of Hash\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n this.state = state;\n this.lastHash = null;\n this.emitter = state.emitter;\n }\n\n /**\n * Initializes the Hash object\n */\n init() {\n if (!hasHashChange()) {\n return;\n }\n\n this.lastHash = location.hash;\n\n this.emitter.on(['state-changed'], (tf, state) => this.update(state));\n this.emitter.on(['initialized'], () => this.sync());\n Event.add(global, 'hashchange', () => this.sync());\n }\n\n /**\n * Updates the URL hash based on a state change\n *\n * @param {State} state Instance of State\n */\n update(state) {\n let hash = `#${JSON.stringify(state)}`;\n if (this.lastHash === hash) {\n return;\n }\n\n location.hash = hash;\n this.lastHash = hash;\n }\n\n /**\n * Converts a URL hash into a state JSON object\n *\n * @param {String} hash URL hash fragment\n * @returns {Object} JSON object\n */\n parse(hash) {\n if (hash.indexOf('#') === -1) {\n return null;\n }\n hash = hash.substr(1);\n return JSON.parse(decodeURIComponent(hash));\n }\n\n /**\n * Applies current hash state to features\n */\n sync() {\n let state = this.parse(location.hash);\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Release Hash event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.update(state));\n this.emitter.off(['initialized'], () => this.sync());\n Event.remove(global, 'hashchange', () => this.sync());\n\n this.state = null;\n this.lastHash = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 354, + "__docId__": 368, "kind": "variable", "static": true, "variation": null, @@ -6883,7 +7165,7 @@ } }, { - "__docId__": 355, + "__docId__": 369, "kind": "variable", "static": true, "variation": null, @@ -6904,7 +7186,7 @@ } }, { - "__docId__": 356, + "__docId__": 370, "kind": "variable", "static": true, "variation": null, @@ -6925,7 +7207,7 @@ } }, { - "__docId__": 357, + "__docId__": 371, "kind": "variable", "static": true, "variation": null, @@ -6946,7 +7228,7 @@ } }, { - "__docId__": 358, + "__docId__": 372, "kind": "variable", "static": true, "variation": null, @@ -6967,7 +7249,7 @@ } }, { - "__docId__": 359, + "__docId__": 373, "kind": "class", "static": true, "variation": null, @@ -6993,7 +7275,7 @@ "interface": false }, { - "__docId__": 360, + "__docId__": 374, "kind": "constructor", "static": false, "variation": null, @@ -7018,7 +7300,7 @@ "generator": false }, { - "__docId__": 361, + "__docId__": 375, "kind": "member", "static": false, "variation": null, @@ -7036,7 +7318,7 @@ } }, { - "__docId__": 362, + "__docId__": 376, "kind": "member", "static": false, "variation": null, @@ -7054,7 +7336,7 @@ } }, { - "__docId__": 363, + "__docId__": 377, "kind": "member", "static": false, "variation": null, @@ -7072,7 +7354,7 @@ } }, { - "__docId__": 364, + "__docId__": 378, "kind": "method", "static": false, "variation": null, @@ -7086,7 +7368,7 @@ "generator": false }, { - "__docId__": 365, + "__docId__": 379, "kind": "member", "static": false, "variation": null, @@ -7104,7 +7386,7 @@ } }, { - "__docId__": 366, + "__docId__": 380, "kind": "method", "static": false, "variation": null, @@ -7129,7 +7411,7 @@ "generator": false }, { - "__docId__": 367, + "__docId__": 381, "kind": "member", "static": false, "variation": null, @@ -7147,7 +7429,7 @@ } }, { - "__docId__": 368, + "__docId__": 382, "kind": "method", "static": false, "variation": null, @@ -7186,7 +7468,7 @@ "generator": false }, { - "__docId__": 369, + "__docId__": 383, "kind": "method", "static": false, "variation": null, @@ -7200,7 +7482,7 @@ "generator": false }, { - "__docId__": 370, + "__docId__": 384, "kind": "method", "static": false, "variation": null, @@ -7214,7 +7496,7 @@ "generator": false }, { - "__docId__": 371, + "__docId__": 385, "kind": "member", "static": false, "variation": null, @@ -7232,7 +7514,7 @@ } }, { - "__docId__": 372, + "__docId__": 386, "kind": "member", "static": false, "variation": null, @@ -7250,7 +7532,7 @@ } }, { - "__docId__": 373, + "__docId__": 387, "kind": "member", "static": false, "variation": null, @@ -7268,7 +7550,7 @@ } }, { - "__docId__": 374, + "__docId__": 388, "kind": "file", "static": true, "variation": null, @@ -7278,10 +7560,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Event from '../event';\n\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\nexport class Help extends Feature{\n\n /**\n * Help UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'help');\n\n var f = this.config;\n\n //id of custom container element for instructions\n this.tgtId = f.help_instructions_target_id || null;\n //id of custom container element for instructions\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n //defines help text\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
    <, <=, >, ' +\n '>=, =, *, !, {, }, ' +\n '||,&&, [empty], [nonempty], ' +\n 'rgx:
    ' +\n 'Learn more
    ';\n //defines help innerHtml\n this.instrHtml = f.help_instructions_html || null;\n //defines reset button text\n this.btnText = f.help_instructions_btn_text || '?';\n //defines reset button innerHtml\n this.btnHtml = f.help_instructions_btn_html || null;\n //defines css class for help button\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n //defines css class for help container\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n //help button element\n this.btn = null;\n //help content div\n this.cont = null;\n this.defaultHtml = '

    TableFilter ' +\n 'v'+ tf.version +'

    ' +\n ''+ WEBSITE_URL +''+\n '
    ©2015-'+ tf.year +' {AUTHOR}' +\n '
    ' +\n 'Close
    ';\n\n //id prefix for help elements\n this.prfxHelpSpan = 'helpSpan_';\n //id prefix for help elements\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], ()=> this.init());\n }\n\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n var helpspan = Dom.create('span', ['id', this.prfxHelpSpan+tf.id]);\n var helpdiv = Dom.create('div', ['id', this.prfxHelpDiv+tf.id]);\n\n //help button is added to defined element\n if(!this.tgtId){\n tf.setToolbar();\n }\n var targetEl = !this.tgtId ? tf.rDiv : Dom.id(this.tgtId);\n targetEl.appendChild(helpspan);\n\n var divContainer = !this.contTgtId ? helpspan : Dom.id(this.contTgtId);\n\n if(!this.btnHtml){\n divContainer.appendChild(helpdiv);\n var helplink = Dom.create('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(Dom.text(this.btnText));\n helpspan.appendChild(helplink);\n Event.add(helplink, 'click', () => { this.toggle(); });\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n Event.add(helpEl, 'click', () => { this.toggle(); });\n divContainer.appendChild(helpdiv);\n }\n\n if(!this.instrHtml){\n helpdiv.innerHTML = this.instrText;\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n } else {\n if(this.contTgtId){\n divContainer.appendChild(helpdiv);\n }\n helpdiv.innerHTML = this.instrHtml;\n if(!this.contTgtId){\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n Event.add(helpdiv, 'click', () => { this.toggle(); });\n\n this.cont = helpdiv;\n this.btn = helpspan;\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle(){\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if(this.enabled === false){\n return;\n }\n var divDisplay = this.cont.style.display;\n if(divDisplay === '' || divDisplay === 'none'){\n this.cont.style.display = 'inline';\n } else {\n this.cont.style.display = 'none';\n }\n }\n\n /**\n * Remove help UI\n */\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.btn);\n this.btn = null;\n if(!this.cont){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n this.initialized = false;\n }\n\n}\n" + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Event from '../event';\nimport {NONE} from '../const';\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\nexport class Help extends Feature{\n\n /**\n * Help UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'help');\n\n var f = this.config;\n\n //id of custom container element for instructions\n this.tgtId = f.help_instructions_target_id || null;\n //id of custom container element for instructions\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n //defines help text\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
    <, <=, >, ' +\n '>=, =, *, !, {, }, ' +\n '||,&&, [empty], [nonempty], ' +\n 'rgx:
    ' +\n 'Learn more
    ';\n //defines help innerHtml\n this.instrHtml = f.help_instructions_html || null;\n //defines reset button text\n this.btnText = f.help_instructions_btn_text || '?';\n //defines reset button innerHtml\n this.btnHtml = f.help_instructions_btn_html || null;\n //defines css class for help button\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n //defines css class for help container\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n //help button element\n this.btn = null;\n //help content div\n this.cont = null;\n this.defaultHtml = '

    TableFilter ' +\n 'v'+ tf.version +'

    ' +\n ''+ WEBSITE_URL +''+\n '
    ©2015-'+ tf.year +' {AUTHOR}' +\n '
    ' +\n 'Close
    ';\n\n //id prefix for help elements\n this.prfxHelpSpan = 'helpSpan_';\n //id prefix for help elements\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], ()=> this.init());\n }\n\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n var helpspan = Dom.create('span', ['id', this.prfxHelpSpan+tf.id]);\n var helpdiv = Dom.create('div', ['id', this.prfxHelpDiv+tf.id]);\n\n //help button is added to defined element\n if(!this.tgtId){\n tf.setToolbar();\n }\n var targetEl = !this.tgtId ? tf.rDiv : Dom.id(this.tgtId);\n targetEl.appendChild(helpspan);\n\n var divContainer = !this.contTgtId ? helpspan : Dom.id(this.contTgtId);\n\n if(!this.btnHtml){\n divContainer.appendChild(helpdiv);\n var helplink = Dom.create('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(Dom.text(this.btnText));\n helpspan.appendChild(helplink);\n Event.add(helplink, 'click', () => { this.toggle(); });\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n Event.add(helpEl, 'click', () => { this.toggle(); });\n divContainer.appendChild(helpdiv);\n }\n\n if(!this.instrHtml){\n helpdiv.innerHTML = this.instrText;\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n } else {\n if(this.contTgtId){\n divContainer.appendChild(helpdiv);\n }\n helpdiv.innerHTML = this.instrHtml;\n if(!this.contTgtId){\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n Event.add(helpdiv, 'click', () => { this.toggle(); });\n\n this.cont = helpdiv;\n this.btn = helpspan;\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle(){\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if(this.enabled === false){\n return;\n }\n var divDisplay = this.cont.style.display;\n if(divDisplay === '' || divDisplay === NONE){\n this.cont.style.display = 'inline';\n } else {\n this.cont.style.display = NONE;\n }\n }\n\n /**\n * Remove help UI\n */\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.btn);\n this.btn = null;\n if(!this.cont){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 375, + "__docId__": 389, "kind": "variable", "static": true, "variation": null, @@ -7302,7 +7584,7 @@ } }, { - "__docId__": 376, + "__docId__": 390, "kind": "variable", "static": true, "variation": null, @@ -7323,7 +7605,7 @@ } }, { - "__docId__": 377, + "__docId__": 391, "kind": "class", "static": true, "variation": null, @@ -7343,7 +7625,7 @@ ] }, { - "__docId__": 378, + "__docId__": 392, "kind": "constructor", "static": false, "variation": null, @@ -7368,7 +7650,7 @@ "generator": false }, { - "__docId__": 379, + "__docId__": 393, "kind": "member", "static": false, "variation": null, @@ -7386,7 +7668,7 @@ } }, { - "__docId__": 380, + "__docId__": 394, "kind": "member", "static": false, "variation": null, @@ -7404,7 +7686,7 @@ } }, { - "__docId__": 381, + "__docId__": 395, "kind": "member", "static": false, "variation": null, @@ -7422,7 +7704,7 @@ } }, { - "__docId__": 382, + "__docId__": 396, "kind": "member", "static": false, "variation": null, @@ -7440,7 +7722,7 @@ } }, { - "__docId__": 383, + "__docId__": 397, "kind": "member", "static": false, "variation": null, @@ -7458,7 +7740,7 @@ } }, { - "__docId__": 384, + "__docId__": 398, "kind": "member", "static": false, "variation": null, @@ -7476,7 +7758,7 @@ } }, { - "__docId__": 385, + "__docId__": 399, "kind": "member", "static": false, "variation": null, @@ -7494,7 +7776,7 @@ } }, { - "__docId__": 386, + "__docId__": 400, "kind": "member", "static": false, "variation": null, @@ -7512,7 +7794,7 @@ } }, { - "__docId__": 387, + "__docId__": 401, "kind": "member", "static": false, "variation": null, @@ -7530,7 +7812,7 @@ } }, { - "__docId__": 388, + "__docId__": 402, "kind": "member", "static": false, "variation": null, @@ -7548,7 +7830,7 @@ } }, { - "__docId__": 389, + "__docId__": 403, "kind": "member", "static": false, "variation": null, @@ -7566,7 +7848,7 @@ } }, { - "__docId__": 390, + "__docId__": 404, "kind": "member", "static": false, "variation": null, @@ -7584,7 +7866,7 @@ } }, { - "__docId__": 391, + "__docId__": 405, "kind": "member", "static": false, "variation": null, @@ -7602,7 +7884,7 @@ } }, { - "__docId__": 392, + "__docId__": 406, "kind": "method", "static": false, "variation": null, @@ -7617,7 +7899,7 @@ "generator": false }, { - "__docId__": 393, + "__docId__": 407, "kind": "member", "static": false, "variation": null, @@ -7635,7 +7917,7 @@ } }, { - "__docId__": 394, + "__docId__": 408, "kind": "member", "static": false, "variation": null, @@ -7653,7 +7935,7 @@ } }, { - "__docId__": 395, + "__docId__": 409, "kind": "member", "static": false, "variation": null, @@ -7671,7 +7953,7 @@ } }, { - "__docId__": 396, + "__docId__": 410, "kind": "method", "static": false, "variation": null, @@ -7685,7 +7967,7 @@ "generator": false }, { - "__docId__": 397, + "__docId__": 411, "kind": "method", "static": false, "variation": null, @@ -7699,7 +7981,7 @@ "generator": false }, { - "__docId__": 398, + "__docId__": 412, "kind": "member", "static": false, "variation": null, @@ -7717,7 +7999,7 @@ } }, { - "__docId__": 399, + "__docId__": 413, "kind": "member", "static": false, "variation": null, @@ -7735,7 +8017,7 @@ } }, { - "__docId__": 400, + "__docId__": 414, "kind": "member", "static": false, "variation": null, @@ -7753,7 +8035,7 @@ } }, { - "__docId__": 401, + "__docId__": 415, "kind": "file", "static": true, "variation": null, @@ -7766,7 +8048,7 @@ "content": "import Dom from '../dom';\nimport Str from '../string';\nimport Types from '../types';\n\nexport class HighlightKeyword {\n\n /**\n * HighlightKeyword, highlight matched keyword\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n let f = tf.config();\n //defines css class for highlighting\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n init() {\n this.emitter.on(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.on(\n ['highlight-keyword'],\n (tf, cell, word) =>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n\n /**\n * highlight occurences of searched term in passed node\n * @param {Node} node\n * @param {String} word Searched term\n * @param {String} cssClass Css class name\n *\n * TODO: refactor this method\n */\n highlight(node, word, cssClass) {\n // Iterate into this nodes childNodes\n if (node.hasChildNodes) {\n let children = node.childNodes;\n for (let i = 0; i < children.length; i++) {\n this.highlight(children[i], word, cssClass);\n }\n }\n\n if (node.nodeType === 3) {\n let tempNodeVal = Str.lower(node.nodeValue);\n let tempWordVal = Str.lower(word);\n if (tempNodeVal.indexOf(tempWordVal) !== -1) {\n let pn = node.parentNode;\n if (pn && pn.className !== cssClass) {\n // word not highlighted yet\n let nv = node.nodeValue,\n ni = tempNodeVal.indexOf(tempWordVal),\n // Create a load of replacement nodes\n before = Dom.text(nv.substr(0, ni)),\n docWordVal = nv.substr(ni, word.length),\n after = Dom.text(nv.substr(ni + word.length)),\n hiwordtext = Dom.text(docWordVal),\n hiword = Dom.create('span');\n hiword.className = cssClass;\n hiword.appendChild(hiwordtext);\n pn.insertBefore(before, node);\n pn.insertBefore(hiword, node);\n pn.insertBefore(after, node);\n pn.removeChild(node);\n }\n }\n }\n }\n\n /**\n * Removes highlight to nodes matching passed string\n * @param {String} word\n * @param {String} cssClass Css class to remove\n */\n unhighlight(word, cssClass) {\n let highlightedNodes = this.tf.tbl.querySelectorAll(`.${cssClass}`);\n for (let i = 0; i < highlightedNodes.length; i++) {\n let n = highlightedNodes[i];\n let nodeVal = Dom.getText(n),\n tempNodeVal = Str.lower(nodeVal),\n tempWordVal = Str.lower(word);\n\n if (tempNodeVal.indexOf(tempWordVal) !== -1) {\n n.parentNode.replaceChild(Dom.text(nodeVal), n);\n }\n }\n }\n\n /**\n * Clear all occurrences of highlighted nodes\n */\n unhighlightAll() {\n if (!this.tf.highlightKeywords) {\n return;\n }\n // iterate filters values to unhighlight all values\n this.tf.getFiltersValue().forEach((val) => {\n if (Types.isArray(val)) {\n val.forEach((item) =>\n this.unhighlight(item, this.highlightCssClass));\n } else {\n this.unhighlight(val, this.highlightCssClass);\n }\n });\n }\n\n destroy() {\n this.emitter.off(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.off(\n ['highlight-keyword'],\n (tf, cell, word) =>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n}\n" }, { - "__docId__": 402, + "__docId__": 416, "kind": "class", "static": true, "variation": null, @@ -7783,7 +8065,7 @@ "interface": false }, { - "__docId__": 403, + "__docId__": 417, "kind": "constructor", "static": false, "variation": null, @@ -7808,7 +8090,7 @@ "generator": false }, { - "__docId__": 404, + "__docId__": 418, "kind": "member", "static": false, "variation": null, @@ -7826,7 +8108,7 @@ } }, { - "__docId__": 405, + "__docId__": 419, "kind": "member", "static": false, "variation": null, @@ -7844,7 +8126,7 @@ } }, { - "__docId__": 406, + "__docId__": 420, "kind": "member", "static": false, "variation": null, @@ -7862,7 +8144,7 @@ } }, { - "__docId__": 407, + "__docId__": 421, "kind": "method", "static": false, "variation": null, @@ -7877,7 +8159,7 @@ "generator": false }, { - "__docId__": 408, + "__docId__": 422, "kind": "method", "static": false, "variation": null, @@ -7922,7 +8204,7 @@ "generator": false }, { - "__docId__": 409, + "__docId__": 423, "kind": "method", "static": false, "variation": null, @@ -7957,7 +8239,7 @@ "generator": false }, { - "__docId__": 410, + "__docId__": 424, "kind": "method", "static": false, "variation": null, @@ -7971,7 +8253,7 @@ "generator": false }, { - "__docId__": 411, + "__docId__": 425, "kind": "method", "static": false, "variation": null, @@ -7986,7 +8268,7 @@ "generator": false }, { - "__docId__": 412, + "__docId__": 426, "kind": "file", "static": true, "variation": null, @@ -7996,10 +8278,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nlet global = window;\n\nexport class Loader extends Feature{\n\n /**\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n // TableFilter configuration\n let f = this.config;\n\n //id of container element\n this.loaderTgtId = f.loader_target_id || null;\n //div containing loader\n this.loaderDiv = null;\n //defines loader text\n this.loaderText = f.loader_text || 'Loading...';\n //defines loader innerHtml\n this.loaderHtml = f.loader_html || null;\n //defines css class for loader div\n this.loaderCssClass = f.loader_css_class || 'loader';\n //delay for hiding loader\n this.loaderCloseDelay = 250;\n //callback function before loader is displayed\n this.onShowLoader = Types.isFn(f.on_show_loader) ?\n f.on_show_loader : null;\n //callback function after loader is closed\n this.onHideLoader = Types.isFn(f.on_hide_loader) ?\n f.on_hide_loader : null;\n //loader div\n this.prfxLoader = 'load_';\n }\n\n init() {\n if(this.initialized){\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = Dom.create('div', ['id', this.prfxLoader+tf.id]);\n containerDiv.className = this.loaderCssClass;\n\n let targetEl = !this.loaderTgtId ?\n tf.tbl.parentNode : Dom.id(this.loaderTgtId);\n if(!this.loaderTgtId){\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.loaderDiv = containerDiv;\n if(!this.loaderHtml){\n this.loaderDiv.appendChild(Dom.text(this.loaderText));\n } else {\n this.loaderDiv.innerHTML = this.loaderHtml;\n }\n\n this.show('none');\n\n // Subscribe to events\n emitter.on([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n ()=> this.show('')\n );\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.show('none')\n );\n\n this.initialized = true;\n }\n\n show(p) {\n if(!this.isEnabled() /*|| this.loaderDiv.style.display === p*/){\n return;\n }\n\n let displayLoader = () => {\n if(!this.loaderDiv){\n return;\n }\n if(this.onShowLoader && p !== 'none'){\n this.onShowLoader.call(null, this);\n }\n this.loaderDiv.style.display = p;\n if(this.onHideLoader && p === 'none'){\n this.onHideLoader.call(null, this);\n }\n };\n\n let t = p === 'none' ? this.loaderCloseDelay : 1;\n global.setTimeout(displayLoader, t);\n }\n\n destroy() {\n if(!this.initialized){\n return;\n }\n\n let emitter = this.emitter;\n\n Dom.remove(this.loaderDiv);\n this.loaderDiv = null;\n\n // Unsubscribe to events\n emitter.off([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n ()=> this.show('')\n );\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.show('none')\n );\n\n this.initialized = false;\n }\n}\n" + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport {NONE} from '../const';\n\nlet global = window;\n\nexport class Loader extends Feature {\n\n /**\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n // TableFilter configuration\n let f = this.config;\n\n //id of container element\n this.loaderTgtId = f.loader_target_id || null;\n //div containing loader\n this.loaderDiv = null;\n //defines loader text\n this.loaderText = f.loader_text || 'Loading...';\n //defines loader innerHtml\n this.loaderHtml = f.loader_html || null;\n //defines css class for loader div\n this.loaderCssClass = f.loader_css_class || 'loader';\n //delay for hiding loader\n this.loaderCloseDelay = 250;\n //callback function before loader is displayed\n this.onShowLoader = Types.isFn(f.on_show_loader) ?\n f.on_show_loader : null;\n //callback function after loader is closed\n this.onHideLoader = Types.isFn(f.on_hide_loader) ?\n f.on_hide_loader : null;\n //loader div\n this.prfxLoader = 'load_';\n }\n\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = Dom.create('div', ['id', this.prfxLoader + tf.id]);\n containerDiv.className = this.loaderCssClass;\n\n let targetEl = !this.loaderTgtId ?\n tf.tbl.parentNode : Dom.id(this.loaderTgtId);\n if (!this.loaderTgtId) {\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.loaderDiv = containerDiv;\n if (!this.loaderHtml) {\n this.loaderDiv.appendChild(Dom.text(this.loaderText));\n } else {\n this.loaderDiv.innerHTML = this.loaderHtml;\n }\n\n this.show(NONE);\n\n // Subscribe to events\n emitter.on([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n () => this.show('')\n );\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.show(NONE)\n );\n\n this.initialized = true;\n }\n\n show(p) {\n if (!this.isEnabled()) {\n return;\n }\n\n let displayLoader = () => {\n if (!this.loaderDiv) {\n return;\n }\n if (this.onShowLoader && p !== NONE) {\n this.onShowLoader.call(null, this);\n }\n this.loaderDiv.style.display = p;\n if (this.onHideLoader && p === NONE) {\n this.onHideLoader.call(null, this);\n }\n };\n\n let t = p === NONE ? this.loaderCloseDelay : 1;\n global.setTimeout(displayLoader, t);\n }\n\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n Dom.remove(this.loaderDiv);\n this.loaderDiv = null;\n\n // Unsubscribe to events\n emitter.off([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n () => this.show('')\n );\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.show(NONE)\n );\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 413, + "__docId__": 427, "kind": "variable", "static": true, "variation": null, @@ -8011,7 +8293,7 @@ "importPath": "tablefilter/src/modules/loader.js", "importStyle": null, "description": null, - "lineNumber": 5, + "lineNumber": 6, "undocument": true, "type": { "types": [ @@ -8020,7 +8302,7 @@ } }, { - "__docId__": 414, + "__docId__": 428, "kind": "class", "static": true, "variation": null, @@ -8032,7 +8314,7 @@ "importPath": "tablefilter/src/modules/loader.js", "importStyle": "{Loader}", "description": null, - "lineNumber": 7, + "lineNumber": 8, "undocument": true, "interface": false, "extends": [ @@ -8040,7 +8322,7 @@ ] }, { - "__docId__": 415, + "__docId__": 429, "kind": "constructor", "static": false, "variation": null, @@ -8049,7 +8331,7 @@ "longname": "src/modules/loader.js~Loader#constructor", "access": null, "description": "Loading message/spinner", - "lineNumber": 13, + "lineNumber": 14, "params": [ { "nullable": null, @@ -8065,7 +8347,7 @@ "generator": false }, { - "__docId__": 416, + "__docId__": 430, "kind": "member", "static": false, "variation": null, @@ -8074,257 +8356,7 @@ "longname": "src/modules/loader.js~Loader#loaderTgtId", "access": null, "description": null, - "lineNumber": 20, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 417, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderDiv", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderDiv", - "access": null, - "description": null, - "lineNumber": 22, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 418, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderText", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderText", - "access": null, - "description": null, - "lineNumber": 24, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 419, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderHtml", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderHtml", - "access": null, - "description": null, - "lineNumber": 26, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 420, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderCssClass", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderCssClass", - "access": null, - "description": null, - "lineNumber": 28, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 421, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderCloseDelay", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderCloseDelay", - "access": null, - "description": null, - "lineNumber": 30, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 422, - "kind": "member", - "static": false, - "variation": null, - "name": "onShowLoader", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#onShowLoader", - "access": null, - "description": null, - "lineNumber": 32, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 423, - "kind": "member", - "static": false, - "variation": null, - "name": "onHideLoader", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#onHideLoader", - "access": null, - "description": null, - "lineNumber": 35, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 424, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxLoader", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#prfxLoader", - "access": null, - "description": null, - "lineNumber": 38, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 425, - "kind": "method", - "static": false, - "variation": null, - "name": "init", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#init", - "access": null, - "description": null, - "lineNumber": 41, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 426, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderDiv", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderDiv", - "access": null, - "description": null, - "lineNumber": 59, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 427, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#initialized", - "access": null, - "description": null, - "lineNumber": 94, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 428, - "kind": "method", - "static": false, - "variation": null, - "name": "show", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#show", - "access": null, - "description": null, - "lineNumber": 97, - "undocument": true, - "params": [ - { - "name": "p", - "types": [ - "*" - ] - } - ], - "generator": false - }, - { - "__docId__": 429, - "kind": "method", - "static": false, - "variation": null, - "name": "destroy", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#destroy", - "access": null, - "description": null, - "lineNumber": 119, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 430, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderDiv", - "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#loaderDiv", - "access": null, - "description": null, - "lineNumber": 127, + "lineNumber": 21, "undocument": true, "type": { "types": [ @@ -8337,88 +8369,12 @@ "kind": "member", "static": false, "variation": null, - "name": "initialized", + "name": "loaderDiv", "memberof": "src/modules/loader.js~Loader", - "longname": "src/modules/loader.js~Loader#initialized", + "longname": "src/modules/loader.js~Loader#loaderDiv", "access": null, "description": null, - "lineNumber": 155, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 432, - "kind": "file", - "static": true, - "variation": null, - "name": "src/modules/noResults.js", - "memberof": null, - "longname": "src/modules/noResults.js", - "access": null, - "description": null, - "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nexport class NoResults extends Feature{\n\n /**\n * No results message UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n this.content = f.content || 'No results';\n this.customContainer = f.custom_container || null;\n this.customContainerId = f.custom_container_id || null;\n this.isExternal = !Types.isEmpty(this.customContainer) ||\n !Types.isEmpty(this.customContainerId);\n this.cssClass = f.css_class || 'no-results';\n\n this.cont = null;\n\n //callback before message is displayed\n this.onBeforeShowMsg = Types.isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //callback after message is displayed\n this.onAfterShowMsg = Types.isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n //callback before message is hidden\n this.onBeforeHideMsg = Types.isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : null;\n //callback after message is hidden\n this.onAfterHideMsg = Types.isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : null;\n\n this.prfxNoResults = 'nores_';\n }\n\n init(){\n if(this.initialized){\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || Dom.id(this.customContainerId) ||\n tf.tbl;\n\n //container\n let cont = Dom.create('div', ['id', this.prfxNoResults+tf.id]);\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if(this.isExternal){\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], ()=> this.toggle());\n\n this.initialized = true;\n this.hide();\n }\n\n toggle(){\n if(this.tf.nbVisibleRows > 0){\n this.hide();\n } else {\n this.show();\n }\n }\n\n show(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeShowMsg){\n this.onBeforeShowMsg.call(null, this.tf, this);\n }\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n if(this.onAfterShowMsg){\n this.onAfterShowMsg.call(null, this.tf, this);\n }\n }\n\n hide(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n\n this.cont.style.display = 'none';\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n }\n\n setWidth(){\n if(!this.initialized || this.isExternal || !this.isEnabled()){\n return;\n }\n if(this.tf.gridLayout){\n let gridLayout = this.tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = this.tf.tbl.clientWidth + 'px';\n }\n\n }\n\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], ()=> this.toggle());\n\n this.initialized = false;\n }\n}\n" - }, - { - "__docId__": 433, - "kind": "class", - "static": true, - "variation": null, - "name": "NoResults", - "memberof": "src/modules/noResults.js", - "longname": "src/modules/noResults.js~NoResults", - "access": null, - "export": true, - "importPath": "tablefilter/src/modules/noResults.js", - "importStyle": "{NoResults}", - "description": null, - "lineNumber": 5, - "undocument": true, - "interface": false, - "extends": [ - "src/modules/feature.js~Feature" - ] - }, - { - "__docId__": 434, - "kind": "constructor", - "static": false, - "variation": null, - "name": "constructor", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#constructor", - "access": null, - "description": "No results message UI component", - "lineNumber": 11, - "params": [ - { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "optional": false, - "name": "tf", - "description": "TableFilter instance" - } - ], - "generator": false - }, - { - "__docId__": 435, - "kind": "member", - "static": false, - "variation": null, - "name": "content", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#content", - "access": null, - "description": null, - "lineNumber": 17, + "lineNumber": 23, "undocument": true, "type": { "types": [ @@ -8426,17 +8382,89 @@ ] } }, + { + "__docId__": 432, + "kind": "member", + "static": false, + "variation": null, + "name": "loaderText", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderText", + "access": null, + "description": null, + "lineNumber": 25, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 433, + "kind": "member", + "static": false, + "variation": null, + "name": "loaderHtml", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderHtml", + "access": null, + "description": null, + "lineNumber": 27, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 434, + "kind": "member", + "static": false, + "variation": null, + "name": "loaderCssClass", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderCssClass", + "access": null, + "description": null, + "lineNumber": 29, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 435, + "kind": "member", + "static": false, + "variation": null, + "name": "loaderCloseDelay", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderCloseDelay", + "access": null, + "description": null, + "lineNumber": 31, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, { "__docId__": 436, "kind": "member", "static": false, "variation": null, - "name": "customContainer", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#customContainer", + "name": "onShowLoader", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#onShowLoader", "access": null, "description": null, - "lineNumber": 18, + "lineNumber": 33, "undocument": true, "type": { "types": [ @@ -8449,12 +8477,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customContainerId", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#customContainerId", + "name": "onHideLoader", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#onHideLoader", "access": null, "description": null, - "lineNumber": 19, + "lineNumber": 36, "undocument": true, "type": { "types": [ @@ -8467,48 +8495,45 @@ "kind": "member", "static": false, "variation": null, - "name": "isExternal", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#isExternal", + "name": "prfxLoader", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#prfxLoader", "access": null, "description": null, - "lineNumber": 20, + "lineNumber": 39, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, { "__docId__": 439, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "cssClass", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#cssClass", + "name": "init", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#init", "access": null, "description": null, - "lineNumber": 22, + "lineNumber": 42, "undocument": true, - "type": { - "types": [ - "*" - ] - } + "params": [], + "generator": false }, { "__docId__": 440, "kind": "member", "static": false, "variation": null, - "name": "cont", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#cont", + "name": "loaderDiv", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderDiv", "access": null, "description": null, - "lineNumber": 24, + "lineNumber": 60, "undocument": true, "type": { "types": [ @@ -8521,66 +8546,67 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeShowMsg", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#onBeforeShowMsg", + "name": "initialized", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#initialized", "access": null, "description": null, - "lineNumber": 27, + "lineNumber": 95, "undocument": true, "type": { "types": [ - "*" + "boolean" ] } }, { "__docId__": 442, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "onAfterShowMsg", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#onAfterShowMsg", + "name": "show", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#show", "access": null, "description": null, - "lineNumber": 30, + "lineNumber": 98, "undocument": true, - "type": { - "types": [ - "*" - ] - } + "params": [ + { + "name": "p", + "types": [ + "*" + ] + } + ], + "generator": false }, { "__docId__": 443, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "onBeforeHideMsg", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#onBeforeHideMsg", + "name": "destroy", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#destroy", "access": null, "description": null, - "lineNumber": 33, + "lineNumber": 120, "undocument": true, - "type": { - "types": [ - "*" - ] - } + "params": [], + "generator": false }, { "__docId__": 444, "kind": "member", "static": false, "variation": null, - "name": "onAfterHideMsg", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#onAfterHideMsg", + "name": "loaderDiv", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#loaderDiv", "access": null, "description": null, - "lineNumber": 36, + "lineNumber": 128, "undocument": true, "type": { "types": [ @@ -8593,1679 +8619,44 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxNoResults", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#prfxNoResults", + "name": "initialized", + "memberof": "src/modules/loader.js~Loader", + "longname": "src/modules/loader.js~Loader#initialized", "access": null, "description": null, - "lineNumber": 39, + "lineNumber": 156, "undocument": true, "type": { "types": [ - "string" + "boolean" ] } }, { "__docId__": 446, - "kind": "method", - "static": false, + "kind": "file", + "static": true, "variation": null, - "name": "init", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#init", + "name": "src/modules/noResults.js", + "memberof": null, + "longname": "src/modules/noResults.js", "access": null, "description": null, - "lineNumber": 42, - "undocument": true, - "params": [], - "generator": false + "lineNumber": 1, + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport {NONE} from '../const';\n\nexport class NoResults extends Feature{\n\n /**\n * No results message UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n this.content = f.content || 'No results';\n this.customContainer = f.custom_container || null;\n this.customContainerId = f.custom_container_id || null;\n this.isExternal = !Types.isEmpty(this.customContainer) ||\n !Types.isEmpty(this.customContainerId);\n this.cssClass = f.css_class || 'no-results';\n\n this.cont = null;\n\n //callback before message is displayed\n this.onBeforeShowMsg = Types.isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //callback after message is displayed\n this.onAfterShowMsg = Types.isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n //callback before message is hidden\n this.onBeforeHideMsg = Types.isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : null;\n //callback after message is hidden\n this.onAfterHideMsg = Types.isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : null;\n\n this.prfxNoResults = 'nores_';\n }\n\n init(){\n if(this.initialized){\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || Dom.id(this.customContainerId) ||\n tf.tbl;\n\n //container\n let cont = Dom.create('div', ['id', this.prfxNoResults+tf.id]);\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if(this.isExternal){\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], ()=> this.toggle());\n\n this.initialized = true;\n this.hide();\n }\n\n toggle(){\n if(this.tf.nbVisibleRows > 0){\n this.hide();\n } else {\n this.show();\n }\n }\n\n show(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeShowMsg){\n this.onBeforeShowMsg.call(null, this.tf, this);\n }\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n if(this.onAfterShowMsg){\n this.onAfterShowMsg.call(null, this.tf, this);\n }\n }\n\n hide(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n\n this.cont.style.display = NONE;\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n }\n\n setWidth(){\n if(!this.initialized || this.isExternal || !this.isEnabled()){\n return;\n }\n if(this.tf.gridLayout){\n let gridLayout = this.tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = this.tf.tbl.clientWidth + 'px';\n }\n\n }\n\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], ()=> this.toggle());\n\n this.initialized = false;\n }\n}\n" }, { "__docId__": 447, - "kind": "member", - "static": false, - "variation": null, - "name": "cont", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#cont", - "access": null, - "description": null, - "lineNumber": 61, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 448, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#initialized", - "access": null, - "description": null, - "lineNumber": 66, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 449, - "kind": "method", - "static": false, - "variation": null, - "name": "toggle", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#toggle", - "access": null, - "description": null, - "lineNumber": 70, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 450, - "kind": "method", - "static": false, - "variation": null, - "name": "show", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#show", - "access": null, - "description": null, - "lineNumber": 78, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 451, - "kind": "method", - "static": false, - "variation": null, - "name": "hide", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#hide", - "access": null, - "description": null, - "lineNumber": 95, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 452, - "kind": "method", - "static": false, - "variation": null, - "name": "setWidth", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#setWidth", - "access": null, - "description": null, - "lineNumber": 111, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 453, - "kind": "method", - "static": false, - "variation": null, - "name": "destroy", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#destroy", - "access": null, - "description": null, - "lineNumber": 124, - "undocument": true, - "params": [], - "generator": false - }, - { - "__docId__": 454, - "kind": "member", - "static": false, - "variation": null, - "name": "cont", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#cont", - "access": null, - "description": null, - "lineNumber": 129, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 455, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/modules/noResults.js~NoResults", - "longname": "src/modules/noResults.js~NoResults#initialized", - "access": null, - "description": null, - "lineNumber": 133, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 456, - "kind": "file", - "static": true, - "variation": null, - "name": "src/modules/paging.js", - "memberof": null, - "longname": "src/modules/paging.js", - "access": null, - "description": null, - "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport Str from '../string';\nimport Event from '../event';\n\nexport class Paging extends Feature {\n\n /**\n * Pagination component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n //css class for paging buttons (previous,next,etc.)\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n //stores paging select element\n this.pagingSlc = null;\n //results per page select element\n this.resultsPerPageSlc = null;\n //id of container element\n this.pagingTgtId = f.paging_target_id || null;\n //defines table paging length\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n //id of container element\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n //css class for paging select element\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n //css class for paging input element\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n //stores results per page text and values\n this.resultsPerPage = f.results_per_page || null;\n //enables/disables results per page drop-down\n this.hasResultsPerPage = Types.isArray(this.resultsPerPage);\n //defines css class for results per page select\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n //css class for label preceding results per page select\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n //1st row index of current page\n this.startPagingRow = 0;\n //total nb of pages\n this.nbPages = 0;\n //current page nb\n this.currentPageNb = 1;\n //defines next page button text\n this.btnNextPageText = f.btn_next_page_text || '>';\n //defines previous page button text\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n //defines last page button text\n this.btnLastPageText = f.btn_last_page_text || '>|';\n //defines first page button text\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n //defines next page button html\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines last page button html\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines text preceeding page selector drop-down\n this.pageText = f.page_text || ' Page ';\n //defines text after page selector drop-down\n this.ofText = f.of_text || ' of ';\n //css class for span containing tot nb of pages\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n //enables/disables paging buttons\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n //defines previous page button html\n this.pageSelectorType = f.page_selector_type || tf.fltTypeSlc;\n //calls function before page is changed\n this.onBeforeChangePage = Types.isFn(f.on_before_change_page) ?\n f.on_before_change_page : null;\n //calls function before page is changed\n this.onAfterChangePage = Types.isFn(f.on_after_change_page) ?\n f.on_after_change_page : null;\n\n //pages select\n this.prfxSlcPages = 'slcPages_';\n //results per page select\n this.prfxSlcResults = 'slcResults_';\n //label preciding results per page select\n this.prfxSlcResultsTxt = 'slcResultsTxt_';\n //span containing next page button\n this.prfxBtnNextSpan = 'btnNextSpan_';\n //span containing previous page button\n this.prfxBtnPrevSpan = 'btnPrevSpan_';\n //span containing last page button\n this.prfxBtnLastSpan = 'btnLastSpan_';\n //span containing first page button\n this.prfxBtnFirstSpan = 'btnFirstSpan_';\n //next button\n this.prfxBtnNext = 'btnNext_';\n //previous button\n this.prfxBtnPrev = 'btnPrev_';\n //last button\n this.prfxBtnLast = 'btnLast_';\n //first button\n this.prfxBtnFirst = 'btnFirst_';\n //span for tot nb pages\n this.prfxPgSpan = 'pgspan_';\n //span preceding pages select (contains 'Page')\n this.prfxPgBeforeSpan = 'pgbeforespan_';\n //span following pages select (contains ' of ')\n this.prfxPgAfterSpan = 'pgafterspan_';\n\n var start_row = tf.refRow;\n var nrows = tf.nbRows;\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n //Paging elements events\n var o = this;\n // Paging DOM events\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === tf.fltTypeSlc) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === tf.fltTypeSlc) ?\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 = Event.keyCode(e);\n if (key === 13) {\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 === tf.fltTypeSlc) {\n slcPages = Dom.create(\n tf.fltTypeSlc, ['id', this.prfxSlcPages + tf.id]);\n slcPages.className = this.pgSlcCssClass;\n Event.add(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === tf.fltTypeInp) {\n slcPages = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxSlcPages + tf.id],\n ['value', this.currentPageNb]\n );\n slcPages.className = this.pgInpCssClass;\n Event.add(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = Dom.create(\n 'span', ['id', this.prfxBtnNextSpan + tf.id]);\n var btnPrevSpan = Dom.create(\n 'span', ['id', this.prfxBtnPrevSpan + tf.id]);\n var btnLastSpan = Dom.create(\n 'span', ['id', this.prfxBtnLastSpan + tf.id]);\n var btnFirstSpan = Dom.create(\n 'span', ['id', this.prfxBtnFirstSpan + tf.id]);\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btn_next = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnNext + tf.id],\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btn_next.className = this.btnPageCssClass;\n Event.add(btn_next, 'click', evt.next);\n btnNextSpan.appendChild(btn_next);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n Event.add(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btn_prev = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnPrev + tf.id],\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btn_prev.className = this.btnPageCssClass;\n Event.add(btn_prev, 'click', evt.prev);\n btnPrevSpan.appendChild(btn_prev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n Event.add(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btn_last = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnLast + tf.id],\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btn_last.className = this.btnPageCssClass;\n Event.add(btn_last, 'click', evt.last);\n btnLastSpan.appendChild(btn_last);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n Event.add(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btn_first = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnFirst + tf.id],\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btn_first.className = this.btnPageCssClass;\n Event.add(btn_first, 'click', evt.first);\n btnFirstSpan.appendChild(btn_first);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n Event.add(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 : Dom.id(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = Dom.create(\n 'span', ['id', this.prfxPgBeforeSpan + tf.id]);\n pgBeforeSpan.appendChild(Dom.text(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = Dom.create(\n 'span', ['id', this.prfxPgAfterSpan + tf.id]);\n pgAfterSpan.appendChild(Dom.text(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgspan = Dom.create('span', ['id', this.prfxPgSpan + tf.id]);\n pgspan.className = this.nbPgSpanCssClass;\n pgspan.appendChild(Dom.text(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgspan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n this.pagingSlc = Dom.id(this.prfxSlcPages + tf.id);\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 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 : Dom.id(this.pagingTgtId);\n var pgspan = Dom.id(this.prfxPgSpan + tf.id);\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 pgspan.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === tf.fltTypeSlc) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === tf.fltTypeSlc) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = Dom.createOpt(z + 1, z * this.pagingLength,\n 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.validRowsIndex.length; 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 (Types.isNull(isRowValid) ||\n 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 tf.nbVisibleRows = tf.validRowsIndex.length;\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.hasGrid() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (Str.lower(cmd)) {\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 = Dom.create(\n tf.fltTypeSlc, ['id', this.prfxSlcResults + tf.id]);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = Dom.create(\n 'span', ['id', this.prfxSlcResultsTxt + tf.id]);\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 : Dom.id(this.resultsPerPageTgtId);\n slcRSpan.appendChild(Dom.text(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 Event.add(slcR, 'change', evt.slcResultsChange);\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.hasGrid() || !this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n var slcR = this.resultsPerPageSlc,\n slcRSpan = Dom.id(this.prfxSlcResultsTxt + tf.id);\n if (slcR) {\n Dom.remove(slcR);\n }\n if (slcRSpan) {\n Dom.remove(slcRSpan);\n }\n this.resultsPerPageSlc = null;\n }\n\n /**\n * Change the page according to 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 === tf.fltTypeSlc ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n if (this.onBeforeChangePage) {\n this.onBeforeChangePage.call(null, this, (index + 1));\n }\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === tf.fltTypeSlc) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === tf.fltTypeSlc) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n if (this.onAfterChangePage) {\n this.onAfterChangePage.call(null, this, (index + 1));\n }\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\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 === tf.fltTypeSlc) ?\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 === tf.fltTypeSlc) {\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 var tf = this.tf;\n\n if (!this.initialized) {\n return;\n }\n // btns containers\n var btnNextSpan = Dom.id(this.prfxBtnNextSpan + tf.id);\n var btnPrevSpan = Dom.id(this.prfxBtnPrevSpan + tf.id);\n var btnLastSpan = Dom.id(this.prfxBtnLastSpan + tf.id);\n var btnFirstSpan = Dom.id(this.prfxBtnFirstSpan + tf.id);\n //span containing 'Page' text\n var pgBeforeSpan = Dom.id(this.prfxPgBeforeSpan + tf.id);\n //span containing 'of' text\n var pgAfterSpan = Dom.id(this.prfxPgAfterSpan + tf.id);\n //span containing nb of pages\n var pgspan = Dom.id(this.prfxPgSpan + tf.id);\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === tf.fltTypeSlc) {\n Event.remove(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === tf.fltTypeInp) {\n Event.remove(this.pagingSlc, 'keypress', evt._detectKey);\n }\n Dom.remove(this.pagingSlc);\n }\n\n if (btnNextSpan) {\n Event.remove(btnNextSpan, 'click', evt.next);\n Dom.remove(btnNextSpan);\n }\n\n if (btnPrevSpan) {\n Event.remove(btnPrevSpan, 'click', evt.prev);\n Dom.remove(btnPrevSpan);\n }\n\n if (btnLastSpan) {\n Event.remove(btnLastSpan, 'click', evt.last);\n Dom.remove(btnLastSpan);\n }\n\n if (btnFirstSpan) {\n Event.remove(btnFirstSpan, 'click', evt.first);\n Dom.remove(btnFirstSpan);\n }\n\n if (pgBeforeSpan) {\n Dom.remove(pgBeforeSpan);\n }\n\n if (pgAfterSpan) {\n Dom.remove(pgAfterSpan);\n }\n\n if (pgspan) {\n Dom.remove(pgspan);\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__": 457, "kind": "class", "static": true, "variation": null, - "name": "Paging", - "memberof": "src/modules/paging.js", - "longname": "src/modules/paging.js~Paging", + "name": "NoResults", + "memberof": "src/modules/noResults.js", + "longname": "src/modules/noResults.js~NoResults", "access": null, "export": true, - "importPath": "tablefilter/src/modules/paging.js", - "importStyle": "{Paging}", - "description": null, - "lineNumber": 7, - "undocument": true, - "interface": false, - "extends": [ - "src/modules/feature.js~Feature" - ] - }, - { - "__docId__": 458, - "kind": "constructor", - "static": false, - "variation": null, - "name": "constructor", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#constructor", - "access": null, - "description": "Pagination component", - "lineNumber": 13, - "params": [ - { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "optional": false, - "name": "tf", - "description": "TableFilter instance" - } - ], - "generator": false - }, - { - "__docId__": 459, - "kind": "member", - "static": false, - "variation": null, - "name": "btnPageCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnPageCssClass", - "access": null, - "description": null, - "lineNumber": 20, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 460, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingSlc", - "access": null, - "description": null, - "lineNumber": 22, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 461, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsPerPageSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", - "access": null, - "description": null, - "lineNumber": 24, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 462, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingTgtId", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingTgtId", - "access": null, - "description": null, - "lineNumber": 26, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 463, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingLength", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingLength", - "access": null, - "description": null, - "lineNumber": 28, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 464, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsPerPageTgtId", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsPerPageTgtId", - "access": null, - "description": null, - "lineNumber": 30, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 465, - "kind": "member", - "static": false, - "variation": null, - "name": "pgSlcCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pgSlcCssClass", - "access": null, - "description": null, - "lineNumber": 32, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 466, - "kind": "member", - "static": false, - "variation": null, - "name": "pgInpCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pgInpCssClass", - "access": null, - "description": null, - "lineNumber": 34, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 467, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsPerPage", - "access": null, - "description": null, - "lineNumber": 36, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 468, - "kind": "member", - "static": false, - "variation": null, - "name": "hasResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#hasResultsPerPage", - "access": null, - "description": null, - "lineNumber": 38, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 469, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsSlcCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsSlcCssClass", - "access": null, - "description": null, - "lineNumber": 40, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 470, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsSpanCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsSpanCssClass", - "access": null, - "description": null, - "lineNumber": 42, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 471, - "kind": "member", - "static": false, - "variation": null, - "name": "startPagingRow", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#startPagingRow", - "access": null, - "description": null, - "lineNumber": 44, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 472, - "kind": "member", - "static": false, - "variation": null, - "name": "nbPages", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#nbPages", - "access": null, - "description": null, - "lineNumber": 46, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 473, - "kind": "member", - "static": false, - "variation": null, - "name": "currentPageNb", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#currentPageNb", - "access": null, - "description": null, - "lineNumber": 48, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 474, - "kind": "member", - "static": false, - "variation": null, - "name": "btnNextPageText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnNextPageText", - "access": null, - "description": null, - "lineNumber": 50, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 475, - "kind": "member", - "static": false, - "variation": null, - "name": "btnPrevPageText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnPrevPageText", - "access": null, - "description": null, - "lineNumber": 52, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 476, - "kind": "member", - "static": false, - "variation": null, - "name": "btnLastPageText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnLastPageText", - "access": null, - "description": null, - "lineNumber": 54, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 477, - "kind": "member", - "static": false, - "variation": null, - "name": "btnFirstPageText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnFirstPageText", - "access": null, - "description": null, - "lineNumber": 56, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 478, - "kind": "member", - "static": false, - "variation": null, - "name": "btnNextPageHtml", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnNextPageHtml", - "access": null, - "description": null, - "lineNumber": 58, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 479, - "kind": "member", - "static": false, - "variation": null, - "name": "btnPrevPageHtml", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnPrevPageHtml", - "access": null, - "description": null, - "lineNumber": 63, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 480, - "kind": "member", - "static": false, - "variation": null, - "name": "btnFirstPageHtml", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnFirstPageHtml", - "access": null, - "description": null, - "lineNumber": 68, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 481, - "kind": "member", - "static": false, - "variation": null, - "name": "btnLastPageHtml", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#btnLastPageHtml", - "access": null, - "description": null, - "lineNumber": 73, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 482, - "kind": "member", - "static": false, - "variation": null, - "name": "pageText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pageText", - "access": null, - "description": null, - "lineNumber": 78, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 483, - "kind": "member", - "static": false, - "variation": null, - "name": "ofText", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#ofText", - "access": null, - "description": null, - "lineNumber": 80, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 484, - "kind": "member", - "static": false, - "variation": null, - "name": "nbPgSpanCssClass", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#nbPgSpanCssClass", - "access": null, - "description": null, - "lineNumber": 82, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 485, - "kind": "member", - "static": false, - "variation": null, - "name": "hasPagingBtns", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#hasPagingBtns", - "access": null, - "description": null, - "lineNumber": 84, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 486, - "kind": "member", - "static": false, - "variation": null, - "name": "pageSelectorType", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pageSelectorType", - "access": null, - "description": null, - "lineNumber": 86, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 487, - "kind": "member", - "static": false, - "variation": null, - "name": "onBeforeChangePage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#onBeforeChangePage", - "access": null, - "description": null, - "lineNumber": 88, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 488, - "kind": "member", - "static": false, - "variation": null, - "name": "onAfterChangePage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#onAfterChangePage", - "access": null, - "description": null, - "lineNumber": 91, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 489, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxSlcPages", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxSlcPages", - "access": null, - "description": null, - "lineNumber": 95, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 490, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxSlcResults", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxSlcResults", - "access": null, - "description": null, - "lineNumber": 97, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 491, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxSlcResultsTxt", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxSlcResultsTxt", - "access": null, - "description": null, - "lineNumber": 99, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 492, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnNextSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnNextSpan", - "access": null, - "description": null, - "lineNumber": 101, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 493, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnPrevSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnPrevSpan", - "access": null, - "description": null, - "lineNumber": 103, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 494, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnLastSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnLastSpan", - "access": null, - "description": null, - "lineNumber": 105, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 495, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnFirstSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnFirstSpan", - "access": null, - "description": null, - "lineNumber": 107, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 496, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnNext", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnNext", - "access": null, - "description": null, - "lineNumber": 109, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 497, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnPrev", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnPrev", - "access": null, - "description": null, - "lineNumber": 111, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 498, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnLast", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnLast", - "access": null, - "description": null, - "lineNumber": 113, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 499, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxBtnFirst", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxBtnFirst", - "access": null, - "description": null, - "lineNumber": 115, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 500, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxPgSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxPgSpan", - "access": null, - "description": null, - "lineNumber": 117, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 501, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxPgBeforeSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxPgBeforeSpan", - "access": null, - "description": null, - "lineNumber": 119, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 502, - "kind": "member", - "static": false, - "variation": null, - "name": "prfxPgAfterSpan", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#prfxPgAfterSpan", - "access": null, - "description": null, - "lineNumber": 121, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 503, - "kind": "member", - "static": false, - "variation": null, - "name": "nbPages", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#nbPages", - "access": null, - "description": null, - "lineNumber": 126, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 504, - "kind": "member", - "static": false, - "variation": null, - "name": "evt", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#evt", - "access": null, - "description": null, - "lineNumber": 131, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 505, - "kind": "method", - "static": false, - "variation": null, - "name": "init", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#init", - "access": null, - "description": "Initialize DOM elements", - "lineNumber": 181, - "params": [], - "generator": false - }, - { - "__docId__": 506, - "kind": "member", - "static": false, - "variation": null, - "name": "hasResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#hasResultsPerPage", - "access": null, - "description": null, - "lineNumber": 194, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 507, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingLength", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingLength", - "access": null, - "description": null, - "lineNumber": 196, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 508, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingSlc", - "access": null, - "description": null, - "lineNumber": 327, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 509, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#initialized", - "access": null, - "description": null, - "lineNumber": 342, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 510, - "kind": "method", - "static": false, - "variation": null, - "name": "reset", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#reset", - "access": null, - "description": "Reset paging when filters are already instantiated", - "lineNumber": 349, - "params": [ - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": false, - "name": "filterTable", - "description": "Execute filtering once paging instanciated" - } - ], - "generator": false - }, - { - "__docId__": 511, - "kind": "method", - "static": false, - "variation": null, - "name": "resetPagingInfo", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resetPagingInfo", - "access": null, - "description": "Reset paging info from scratch after a filtering process", - "lineNumber": 365, - "params": [], - "generator": false - }, - { - "__docId__": 512, - "kind": "member", - "static": false, - "variation": null, - "name": "startPagingRow", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#startPagingRow", - "access": null, - "description": null, - "lineNumber": 366, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 513, - "kind": "member", - "static": false, - "variation": null, - "name": "currentPageNb", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#currentPageNb", - "access": null, - "description": null, - "lineNumber": 367, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 514, - "kind": "method", - "static": false, - "variation": null, - "name": "setPagingInfo", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#setPagingInfo", - "access": null, - "description": "Calculate number of pages based on valid rows\nRefresh paging select according to number of pages", - "lineNumber": 376, - "params": [ - { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "optional": false, - "name": "validRows", - "description": "Collection of valid rows" - } - ], - "generator": false - }, - { - "__docId__": 515, - "kind": "member", - "static": false, - "variation": null, - "name": "nbPages", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#nbPages", - "access": null, - "description": null, - "lineNumber": 385, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 516, - "kind": "method", - "static": false, - "variation": null, - "name": "groupByPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#groupByPage", - "access": null, - "description": "Group table rows by page and display valid rows", - "lineNumber": 417, - "params": [ - { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "optional": false, - "name": "validRows", - "description": "Collection of valid rows" - } - ], - "generator": false - }, - { - "__docId__": 517, - "kind": "method", - "static": false, - "variation": null, - "name": "getPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#getPage", - "access": null, - "description": "Return the current page number", - "lineNumber": 457, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "Page number" - }, - "generator": false - }, - { - "__docId__": 518, - "kind": "method", - "static": false, - "variation": null, - "name": "setPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#setPage", - "access": null, - "description": "Show page defined by passed argument (string or number):", - "lineNumber": 466, - "params": [ - { - "nullable": null, - "types": [ - "String}/{Number" - ], - "spread": false, - "optional": false, - "name": "cmd", - "description": "possible string values: 'next',\n 'previous', 'last', 'first' or page number as per param" - } - ], - "generator": false - }, - { - "__docId__": 519, - "kind": "method", - "static": false, - "variation": null, - "name": "setResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#setResultsPerPage", - "access": null, - "description": "Generates UI elements for the number of results per page drop-down", - "lineNumber": 500, - "params": [], - "generator": false - }, - { - "__docId__": 520, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsPerPageSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", - "access": null, - "description": null, - "lineNumber": 544, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 521, - "kind": "method", - "static": false, - "variation": null, - "name": "removeResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#removeResultsPerPage", - "access": null, - "description": "Remove number of results per page UI elements", - "lineNumber": 550, - "params": [], - "generator": false - }, - { - "__docId__": 522, - "kind": "member", - "static": false, - "variation": null, - "name": "resultsPerPageSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", - "access": null, - "description": null, - "lineNumber": 563, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 523, - "kind": "method", - "static": false, - "variation": null, - "name": "changePage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#changePage", - "access": null, - "description": "Change the page according to passed index", - "lineNumber": 570, - "params": [ - { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "optional": false, - "name": "index", - "description": "Index of the page (0-n)" - } - ], - "generator": false - }, - { - "__docId__": 524, - "kind": "member", - "static": false, - "variation": null, - "name": "currentPageNb", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#currentPageNb", - "access": null, - "description": null, - "lineNumber": 587, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 525, - "kind": "member", - "static": false, - "variation": null, - "name": "startPagingRow", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#startPagingRow", - "access": null, - "description": null, - "lineNumber": 594, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 526, - "kind": "method", - "static": false, - "variation": null, - "name": "changeResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#changeResultsPerPage", - "access": null, - "description": null, - "lineNumber": 607, - "undocument": true, - "params": [ - { - "name": "val", - "types": [ - "*" - ] - } - ], - "generator": false - }, - { - "__docId__": 527, - "kind": "method", - "static": false, - "variation": null, - "name": "onChangeResultsPerPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#onChangeResultsPerPage", - "access": null, - "description": "Change rows according to page results drop-down", - "lineNumber": 619, - "params": [], - "generator": false - }, - { - "__docId__": 528, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingLength", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingLength", - "access": null, - "description": null, - "lineNumber": 633, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 529, - "kind": "member", - "static": false, - "variation": null, - "name": "startPagingRow", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#startPagingRow", - "access": null, - "description": null, - "lineNumber": 634, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 530, - "kind": "member", - "static": false, - "variation": null, - "name": "startPagingRow", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#startPagingRow", - "access": null, - "description": null, - "lineNumber": 638, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 531, - "kind": "method", - "static": false, - "variation": null, - "name": "resetPage", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resetPage", - "access": null, - "description": "Re-set page nb at page re-load", - "lineNumber": 656, - "params": [], - "generator": false - }, - { - "__docId__": 532, - "kind": "method", - "static": false, - "variation": null, - "name": "resetPageLength", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#resetPageLength", - "access": null, - "description": "Re-set page length value at page re-load", - "lineNumber": 672, - "params": [], - "generator": false - }, - { - "__docId__": 533, - "kind": "method", - "static": false, - "variation": null, - "name": "destroy", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#destroy", - "access": null, - "description": "Remove paging feature", - "lineNumber": 690, - "params": [], - "generator": false - }, - { - "__docId__": 534, - "kind": "member", - "static": false, - "variation": null, - "name": "pagingSlc", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#pagingSlc", - "access": null, - "description": null, - "lineNumber": 762, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 535, - "kind": "member", - "static": false, - "variation": null, - "name": "nbPages", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#nbPages", - "access": null, - "description": null, - "lineNumber": 763, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 536, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/modules/paging.js~Paging", - "longname": "src/modules/paging.js~Paging#initialized", - "access": null, - "description": null, - "lineNumber": 765, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 537, - "kind": "file", - "static": true, - "variation": null, - "name": "src/modules/popupFilter.js", - "memberof": null, - "longname": "src/modules/popupFilter.js", - "access": null, - "description": null, - "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Types from '../types';\nimport Dom from '../dom';\nimport Event from '../event';\n\nexport class PopupFilter extends Feature{\n\n /**\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'popupFilters');\n\n // Configuration object\n var f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n //filter icon path\n this.popUpImgFlt = f.popup_filters_image ||\n tf.themesPath+'icn_filter.gif';\n //active filter icon path\n this.popUpImgFltActive = f.popup_filters_image_active ||\n tf.themesPath+'icn_filterActive.gif';\n this.popUpImgFltHtml = f.popup_filters_image_html ||\n '\"Column';\n //defines css class for popup div containing filter\n this.popUpDivCssClass = f.popup_div_css_class || 'popUpFilter';\n //callback function before popup filtes is opened\n this.onBeforePopUpOpen = Types.isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n //callback function after popup filtes is opened\n this.onAfterPopUpOpen = Types.isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n //callback function before popup filtes is closed\n this.onBeforePopUpClose =\n Types.isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n //callback function after popup filtes is closed\n this.onAfterPopUpClose = Types.isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n //stores filters spans\n this.popUpFltSpans = [];\n //stores filters icons\n this.popUpFltImgs = [];\n //stores filters containers\n this.popUpFltElms = this.popUpFltElmCache || [];\n this.popUpFltAdjustToContainer = true;\n\n //id prefix for pop-up filter span\n this.prfxPopUpSpan = 'popUpSpan_';\n //id prefix for pop-up div containing filter\n this.prfxPopUpDiv = 'popUpDiv_';\n }\n\n onClick(e){\n var evt = e || global.event,\n elm = evt.target.parentNode,\n colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if(this.popUpFltAdjustToContainer){\n var popUpDiv = this.popUpFltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n popUpDiv.style.width = parseInt(headerWidth, 10) + 'px';\n }\n Event.cancel(evt);\n Event.stop(evt);\n }\n\n /**\n * Initialize DOM elements\n */\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n // Override headers row index if no grouped headers\n if(tf.headersRow <= 1){\n tf.headersRow = 0;\n }\n\n for(var i=0; i { this.onClick(evt); });\n this.popUpFltSpans[i] = popUpSpan;\n this.popUpFltImgs[i] = popUpSpan.firstChild;\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], ()=> this.buildIcons());\n this.emitter.on(['after-filtering'], ()=> this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex)=> this.buildIcon(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], ()=> this.tf.headersRow++);\n this.emitter.on(['before-filter-init'],\n (tf, colIndex)=> this.build(colIndex));\n\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset(){\n this.enable();\n this.init();\n this.buildAll();\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll(){\n for(var i=0; i Event.stop(evt));\n this.popUpFltElms[colIndex] = popUpDiv;\n }\n\n /**\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex){\n var tf = this.tf,\n popUpFltElm = this.popUpFltElms[colIndex];\n\n if(popUpFltElm.style.display === 'none' ||\n popUpFltElm.style.display === ''){\n if(this.onBeforePopUpOpen){\n this.onBeforePopUpOpen.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = 'block';\n if(tf.getFilterType(colIndex) === tf.fltTypeInp){\n var flt = tf.getFilterElement(colIndex);\n if(flt){\n flt.focus();\n }\n }\n if(this.onAfterPopUpOpen){\n this.onAfterPopUpOpen.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n } else {\n if(this.onBeforePopUpClose){\n this.onBeforePopUpClose.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = 'none';\n if(this.onAfterPopUpClose){\n this.onAfterPopUpClose.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n }\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx){\n for(var i=0; i this.buildIcons());\n this.emitter.off(['after-filtering'], ()=> this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex)=> this.buildIcon(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], ()=> this.tf.headersRow++);\n this.emitter.off(['before-filter-init'],\n (tf, colIndex)=> this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" - }, - { - "__docId__": 538, - "kind": "class", - "static": true, - "variation": null, - "name": "PopupFilter", - "memberof": "src/modules/popupFilter.js", - "longname": "src/modules/popupFilter.js~PopupFilter", - "access": null, - "export": true, - "importPath": "tablefilter/src/modules/popupFilter.js", - "importStyle": "{PopupFilter}", + "importPath": "tablefilter/src/modules/noResults.js", + "importStyle": "{NoResults}", "description": null, "lineNumber": 6, "undocument": true, @@ -10275,15 +8666,15 @@ ] }, { - "__docId__": 539, + "__docId__": 448, "kind": "constructor", "static": false, "variation": null, "name": "constructor", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#constructor", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#constructor", "access": null, - "description": "Pop-up filter component", + "description": "No results message UI component", "lineNumber": 12, "params": [ { @@ -10300,13 +8691,85 @@ "generator": false }, { - "__docId__": 540, + "__docId__": 449, "kind": "member", "static": false, "variation": null, - "name": "popUpImgFlt", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFlt", + "name": "content", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#content", + "access": null, + "description": null, + "lineNumber": 18, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 450, + "kind": "member", + "static": false, + "variation": null, + "name": "customContainer", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#customContainer", + "access": null, + "description": null, + "lineNumber": 19, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 451, + "kind": "member", + "static": false, + "variation": null, + "name": "customContainerId", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#customContainerId", + "access": null, + "description": null, + "lineNumber": 20, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 452, + "kind": "member", + "static": false, + "variation": null, + "name": "isExternal", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#isExternal", + "access": null, + "description": null, + "lineNumber": 21, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 453, + "kind": "member", + "static": false, + "variation": null, + "name": "cssClass", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#cssClass", "access": null, "description": null, "lineNumber": 23, @@ -10318,16 +8781,16 @@ } }, { - "__docId__": 541, + "__docId__": 454, "kind": "member", "static": false, "variation": null, - "name": "popUpImgFltActive", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFltActive", + "name": "cont", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#cont", "access": null, "description": null, - "lineNumber": 26, + "lineNumber": 25, "undocument": true, "type": { "types": [ @@ -10335,17 +8798,1592 @@ ] } }, + { + "__docId__": 455, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforeShowMsg", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#onBeforeShowMsg", + "access": null, + "description": null, + "lineNumber": 28, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 456, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterShowMsg", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#onAfterShowMsg", + "access": null, + "description": null, + "lineNumber": 31, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 457, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforeHideMsg", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#onBeforeHideMsg", + "access": null, + "description": null, + "lineNumber": 34, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 458, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterHideMsg", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#onAfterHideMsg", + "access": null, + "description": null, + "lineNumber": 37, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 459, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxNoResults", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#prfxNoResults", + "access": null, + "description": null, + "lineNumber": 40, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 460, + "kind": "method", + "static": false, + "variation": null, + "name": "init", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#init", + "access": null, + "description": null, + "lineNumber": 43, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 461, + "kind": "member", + "static": false, + "variation": null, + "name": "cont", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#cont", + "access": null, + "description": null, + "lineNumber": 62, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 462, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#initialized", + "access": null, + "description": null, + "lineNumber": 67, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 463, + "kind": "method", + "static": false, + "variation": null, + "name": "toggle", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#toggle", + "access": null, + "description": null, + "lineNumber": 71, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 464, + "kind": "method", + "static": false, + "variation": null, + "name": "show", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#show", + "access": null, + "description": null, + "lineNumber": 79, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 465, + "kind": "method", + "static": false, + "variation": null, + "name": "hide", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#hide", + "access": null, + "description": null, + "lineNumber": 96, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 466, + "kind": "method", + "static": false, + "variation": null, + "name": "setWidth", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#setWidth", + "access": null, + "description": null, + "lineNumber": 112, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 467, + "kind": "method", + "static": false, + "variation": null, + "name": "destroy", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#destroy", + "access": null, + "description": null, + "lineNumber": 125, + "undocument": true, + "params": [], + "generator": false + }, + { + "__docId__": 468, + "kind": "member", + "static": false, + "variation": null, + "name": "cont", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#cont", + "access": null, + "description": null, + "lineNumber": 130, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 469, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/noResults.js~NoResults", + "longname": "src/modules/noResults.js~NoResults#initialized", + "access": null, + "description": null, + "lineNumber": 134, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 470, + "kind": "file", + "static": true, + "variation": null, + "name": "src/modules/paging.js", + "memberof": null, + "longname": "src/modules/paging.js", + "access": null, + "description": null, + "lineNumber": 1, + "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport Str from '../string';\nimport Event from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\nexport class Paging extends Feature {\n\n /**\n * Pagination component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n //css class for paging buttons (previous,next,etc.)\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n //stores paging select element\n this.pagingSlc = null;\n //results per page select element\n this.resultsPerPageSlc = null;\n //id of container element\n this.pagingTgtId = f.paging_target_id || null;\n //defines table paging length\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n //id of container element\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n //css class for paging select element\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n //css class for paging input element\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n //stores results per page text and values\n this.resultsPerPage = f.results_per_page || null;\n //enables/disables results per page drop-down\n this.hasResultsPerPage = Types.isArray(this.resultsPerPage);\n //defines css class for results per page select\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n //css class for label preceding results per page select\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n //1st row index of current page\n this.startPagingRow = 0;\n //total nb of pages\n this.nbPages = 0;\n //current page nb\n this.currentPageNb = 1;\n //defines next page button text\n this.btnNextPageText = f.btn_next_page_text || '>';\n //defines previous page button text\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n //defines last page button text\n this.btnLastPageText = f.btn_last_page_text || '>|';\n //defines first page button text\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n //defines next page button html\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines last page button html\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines text preceeding page selector drop-down\n this.pageText = f.page_text || ' Page ';\n //defines text after page selector drop-down\n this.ofText = f.of_text || ' of ';\n //css class for span containing tot nb of pages\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n //enables/disables paging buttons\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n //defines previous page button html\n this.pageSelectorType = f.page_selector_type || SELECT;\n //calls function before page is changed\n this.onBeforeChangePage = Types.isFn(f.on_before_change_page) ?\n f.on_before_change_page : null;\n //calls function before page is changed\n this.onAfterChangePage = Types.isFn(f.on_after_change_page) ?\n f.on_after_change_page : null;\n\n //pages select\n this.prfxSlcPages = 'slcPages_';\n //results per page select\n this.prfxSlcResults = 'slcResults_';\n //label preciding results per page select\n this.prfxSlcResultsTxt = 'slcResultsTxt_';\n //span containing next page button\n this.prfxBtnNextSpan = 'btnNextSpan_';\n //span containing previous page button\n this.prfxBtnPrevSpan = 'btnPrevSpan_';\n //span containing last page button\n this.prfxBtnLastSpan = 'btnLastSpan_';\n //span containing first page button\n this.prfxBtnFirstSpan = 'btnFirstSpan_';\n //next button\n this.prfxBtnNext = 'btnNext_';\n //previous button\n this.prfxBtnPrev = 'btnPrev_';\n //last button\n this.prfxBtnLast = 'btnLast_';\n //first button\n this.prfxBtnFirst = 'btnFirst_';\n //span for tot nb pages\n this.prfxPgSpan = 'pgspan_';\n //span preceding pages select (contains 'Page')\n this.prfxPgBeforeSpan = 'pgbeforespan_';\n //span following pages select (contains ' of ')\n this.prfxPgAfterSpan = 'pgafterspan_';\n\n var start_row = tf.refRow;\n var nrows = tf.nbRows;\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n //Paging elements events\n var o = this;\n // Paging DOM events\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 = Event.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 = Dom.create(SELECT, ['id', this.prfxSlcPages + tf.id]);\n slcPages.className = this.pgSlcCssClass;\n Event.add(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = Dom.create(INPUT,\n ['id', this.prfxSlcPages + tf.id],\n ['value', this.currentPageNb]\n );\n slcPages.className = this.pgInpCssClass;\n Event.add(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = Dom.create(\n 'span', ['id', this.prfxBtnNextSpan + tf.id]);\n var btnPrevSpan = Dom.create(\n 'span', ['id', this.prfxBtnPrevSpan + tf.id]);\n var btnLastSpan = Dom.create(\n 'span', ['id', this.prfxBtnLastSpan + tf.id]);\n var btnFirstSpan = Dom.create(\n 'span', ['id', this.prfxBtnFirstSpan + tf.id]);\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btn_next = Dom.create(INPUT,\n ['id', this.prfxBtnNext + tf.id],\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btn_next.className = this.btnPageCssClass;\n Event.add(btn_next, 'click', evt.next);\n btnNextSpan.appendChild(btn_next);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n Event.add(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btn_prev = Dom.create(INPUT,\n ['id', this.prfxBtnPrev + tf.id],\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btn_prev.className = this.btnPageCssClass;\n Event.add(btn_prev, 'click', evt.prev);\n btnPrevSpan.appendChild(btn_prev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n Event.add(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btn_last = Dom.create(INPUT,\n ['id', this.prfxBtnLast + tf.id],\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btn_last.className = this.btnPageCssClass;\n Event.add(btn_last, 'click', evt.last);\n btnLastSpan.appendChild(btn_last);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n Event.add(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btn_first = Dom.create(INPUT,\n ['id', this.prfxBtnFirst + tf.id],\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btn_first.className = this.btnPageCssClass;\n Event.add(btn_first, 'click', evt.first);\n btnFirstSpan.appendChild(btn_first);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n Event.add(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 : Dom.id(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = Dom.create(\n 'span', ['id', this.prfxPgBeforeSpan + tf.id]);\n pgBeforeSpan.appendChild(Dom.text(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = Dom.create(\n 'span', ['id', this.prfxPgAfterSpan + tf.id]);\n pgAfterSpan.appendChild(Dom.text(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgspan = Dom.create('span', ['id', this.prfxPgSpan + tf.id]);\n pgspan.className = this.nbPgSpanCssClass;\n pgspan.appendChild(Dom.text(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgspan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n this.pagingSlc = Dom.id(this.prfxSlcPages + tf.id);\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 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 : Dom.id(this.pagingTgtId);\n var pgspan = Dom.id(this.prfxPgSpan + tf.id);\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 pgspan.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 = Dom.createOpt(z + 1, z * this.pagingLength,\n 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.validRowsIndex.length; 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 (Types.isNull(isRowValid) ||\n 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 tf.nbVisibleRows = tf.validRowsIndex.length;\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.hasGrid() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (Str.lower(cmd)) {\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 = Dom.create( SELECT, ['id', this.prfxSlcResults + tf.id]);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = Dom.create(\n 'span', ['id', this.prfxSlcResultsTxt + tf.id]);\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 : Dom.id(this.resultsPerPageTgtId);\n slcRSpan.appendChild(Dom.text(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 Event.add(slcR, 'change', evt.slcResultsChange);\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.hasGrid() || !this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n var slcR = this.resultsPerPageSlc,\n slcRSpan = Dom.id(this.prfxSlcResultsTxt + tf.id);\n if (slcR) {\n Dom.remove(slcR);\n }\n if (slcRSpan) {\n Dom.remove(slcRSpan);\n }\n this.resultsPerPageSlc = null;\n }\n\n /**\n * Change the page according to 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 if (this.onBeforeChangePage) {\n this.onBeforeChangePage.call(null, 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 if (this.onAfterChangePage) {\n this.onAfterChangePage.call(null, this, (index + 1));\n }\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\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 var tf = this.tf;\n\n if (!this.initialized) {\n return;\n }\n // btns containers\n var btnNextSpan = Dom.id(this.prfxBtnNextSpan + tf.id);\n var btnPrevSpan = Dom.id(this.prfxBtnPrevSpan + tf.id);\n var btnLastSpan = Dom.id(this.prfxBtnLastSpan + tf.id);\n var btnFirstSpan = Dom.id(this.prfxBtnFirstSpan + tf.id);\n //span containing 'Page' text\n var pgBeforeSpan = Dom.id(this.prfxPgBeforeSpan + tf.id);\n //span containing 'of' text\n var pgAfterSpan = Dom.id(this.prfxPgAfterSpan + tf.id);\n //span containing nb of pages\n var pgspan = Dom.id(this.prfxPgSpan + tf.id);\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n Event.remove(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n Event.remove(this.pagingSlc, 'keypress', evt._detectKey);\n }\n Dom.remove(this.pagingSlc);\n }\n\n if (btnNextSpan) {\n Event.remove(btnNextSpan, 'click', evt.next);\n Dom.remove(btnNextSpan);\n }\n\n if (btnPrevSpan) {\n Event.remove(btnPrevSpan, 'click', evt.prev);\n Dom.remove(btnPrevSpan);\n }\n\n if (btnLastSpan) {\n Event.remove(btnLastSpan, 'click', evt.last);\n Dom.remove(btnLastSpan);\n }\n\n if (btnFirstSpan) {\n Event.remove(btnFirstSpan, 'click', evt.first);\n Dom.remove(btnFirstSpan);\n }\n\n if (pgBeforeSpan) {\n Dom.remove(pgBeforeSpan);\n }\n\n if (pgAfterSpan) {\n Dom.remove(pgAfterSpan);\n }\n\n if (pgspan) {\n Dom.remove(pgspan);\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__": 471, + "kind": "class", + "static": true, + "variation": null, + "name": "Paging", + "memberof": "src/modules/paging.js", + "longname": "src/modules/paging.js~Paging", + "access": null, + "export": true, + "importPath": "tablefilter/src/modules/paging.js", + "importStyle": "{Paging}", + "description": null, + "lineNumber": 8, + "undocument": true, + "interface": false, + "extends": [ + "src/modules/feature.js~Feature" + ] + }, + { + "__docId__": 472, + "kind": "constructor", + "static": false, + "variation": null, + "name": "constructor", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#constructor", + "access": null, + "description": "Pagination component", + "lineNumber": 14, + "params": [ + { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "optional": false, + "name": "tf", + "description": "TableFilter instance" + } + ], + "generator": false + }, + { + "__docId__": 473, + "kind": "member", + "static": false, + "variation": null, + "name": "btnPageCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnPageCssClass", + "access": null, + "description": null, + "lineNumber": 21, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 474, + "kind": "member", + "static": false, + "variation": null, + "name": "pagingSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingSlc", + "access": null, + "description": null, + "lineNumber": 23, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 475, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsPerPageSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", + "access": null, + "description": null, + "lineNumber": 25, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 476, + "kind": "member", + "static": false, + "variation": null, + "name": "pagingTgtId", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingTgtId", + "access": null, + "description": null, + "lineNumber": 27, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 477, + "kind": "member", + "static": false, + "variation": null, + "name": "pagingLength", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingLength", + "access": null, + "description": null, + "lineNumber": 29, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 478, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsPerPageTgtId", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsPerPageTgtId", + "access": null, + "description": null, + "lineNumber": 31, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 479, + "kind": "member", + "static": false, + "variation": null, + "name": "pgSlcCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pgSlcCssClass", + "access": null, + "description": null, + "lineNumber": 33, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 480, + "kind": "member", + "static": false, + "variation": null, + "name": "pgInpCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pgInpCssClass", + "access": null, + "description": null, + "lineNumber": 35, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 481, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsPerPage", + "access": null, + "description": null, + "lineNumber": 37, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 482, + "kind": "member", + "static": false, + "variation": null, + "name": "hasResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#hasResultsPerPage", + "access": null, + "description": null, + "lineNumber": 39, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 483, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsSlcCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsSlcCssClass", + "access": null, + "description": null, + "lineNumber": 41, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 484, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsSpanCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsSpanCssClass", + "access": null, + "description": null, + "lineNumber": 43, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 485, + "kind": "member", + "static": false, + "variation": null, + "name": "startPagingRow", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#startPagingRow", + "access": null, + "description": null, + "lineNumber": 45, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 486, + "kind": "member", + "static": false, + "variation": null, + "name": "nbPages", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#nbPages", + "access": null, + "description": null, + "lineNumber": 47, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 487, + "kind": "member", + "static": false, + "variation": null, + "name": "currentPageNb", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#currentPageNb", + "access": null, + "description": null, + "lineNumber": 49, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 488, + "kind": "member", + "static": false, + "variation": null, + "name": "btnNextPageText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnNextPageText", + "access": null, + "description": null, + "lineNumber": 51, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 489, + "kind": "member", + "static": false, + "variation": null, + "name": "btnPrevPageText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnPrevPageText", + "access": null, + "description": null, + "lineNumber": 53, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 490, + "kind": "member", + "static": false, + "variation": null, + "name": "btnLastPageText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnLastPageText", + "access": null, + "description": null, + "lineNumber": 55, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 491, + "kind": "member", + "static": false, + "variation": null, + "name": "btnFirstPageText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnFirstPageText", + "access": null, + "description": null, + "lineNumber": 57, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 492, + "kind": "member", + "static": false, + "variation": null, + "name": "btnNextPageHtml", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnNextPageHtml", + "access": null, + "description": null, + "lineNumber": 59, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 493, + "kind": "member", + "static": false, + "variation": null, + "name": "btnPrevPageHtml", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnPrevPageHtml", + "access": null, + "description": null, + "lineNumber": 64, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 494, + "kind": "member", + "static": false, + "variation": null, + "name": "btnFirstPageHtml", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnFirstPageHtml", + "access": null, + "description": null, + "lineNumber": 69, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 495, + "kind": "member", + "static": false, + "variation": null, + "name": "btnLastPageHtml", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#btnLastPageHtml", + "access": null, + "description": null, + "lineNumber": 74, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 496, + "kind": "member", + "static": false, + "variation": null, + "name": "pageText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pageText", + "access": null, + "description": null, + "lineNumber": 79, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 497, + "kind": "member", + "static": false, + "variation": null, + "name": "ofText", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#ofText", + "access": null, + "description": null, + "lineNumber": 81, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 498, + "kind": "member", + "static": false, + "variation": null, + "name": "nbPgSpanCssClass", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#nbPgSpanCssClass", + "access": null, + "description": null, + "lineNumber": 83, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 499, + "kind": "member", + "static": false, + "variation": null, + "name": "hasPagingBtns", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#hasPagingBtns", + "access": null, + "description": null, + "lineNumber": 85, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 500, + "kind": "member", + "static": false, + "variation": null, + "name": "pageSelectorType", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pageSelectorType", + "access": null, + "description": null, + "lineNumber": 87, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 501, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforeChangePage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#onBeforeChangePage", + "access": null, + "description": null, + "lineNumber": 89, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 502, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterChangePage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#onAfterChangePage", + "access": null, + "description": null, + "lineNumber": 92, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 503, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxSlcPages", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxSlcPages", + "access": null, + "description": null, + "lineNumber": 96, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 504, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxSlcResults", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxSlcResults", + "access": null, + "description": null, + "lineNumber": 98, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 505, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxSlcResultsTxt", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxSlcResultsTxt", + "access": null, + "description": null, + "lineNumber": 100, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 506, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnNextSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnNextSpan", + "access": null, + "description": null, + "lineNumber": 102, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 507, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnPrevSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnPrevSpan", + "access": null, + "description": null, + "lineNumber": 104, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 508, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnLastSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnLastSpan", + "access": null, + "description": null, + "lineNumber": 106, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 509, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnFirstSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnFirstSpan", + "access": null, + "description": null, + "lineNumber": 108, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 510, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnNext", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnNext", + "access": null, + "description": null, + "lineNumber": 110, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 511, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnPrev", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnPrev", + "access": null, + "description": null, + "lineNumber": 112, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 512, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnLast", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnLast", + "access": null, + "description": null, + "lineNumber": 114, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 513, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxBtnFirst", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxBtnFirst", + "access": null, + "description": null, + "lineNumber": 116, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 514, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxPgSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxPgSpan", + "access": null, + "description": null, + "lineNumber": 118, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 515, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxPgBeforeSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxPgBeforeSpan", + "access": null, + "description": null, + "lineNumber": 120, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 516, + "kind": "member", + "static": false, + "variation": null, + "name": "prfxPgAfterSpan", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#prfxPgAfterSpan", + "access": null, + "description": null, + "lineNumber": 122, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 517, + "kind": "member", + "static": false, + "variation": null, + "name": "nbPages", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#nbPages", + "access": null, + "description": null, + "lineNumber": 127, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 518, + "kind": "member", + "static": false, + "variation": null, + "name": "evt", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#evt", + "access": null, + "description": null, + "lineNumber": 132, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 519, + "kind": "method", + "static": false, + "variation": null, + "name": "init", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#init", + "access": null, + "description": "Initialize DOM elements", + "lineNumber": 182, + "params": [], + "generator": false + }, + { + "__docId__": 520, + "kind": "member", + "static": false, + "variation": null, + "name": "hasResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#hasResultsPerPage", + "access": null, + "description": null, + "lineNumber": 195, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 521, + "kind": "member", + "static": false, + "variation": null, + "name": "pagingLength", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingLength", + "access": null, + "description": null, + "lineNumber": 197, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 522, + "kind": "member", + "static": false, + "variation": null, + "name": "pagingSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingSlc", + "access": null, + "description": null, + "lineNumber": 322, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 523, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#initialized", + "access": null, + "description": null, + "lineNumber": 337, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 524, + "kind": "method", + "static": false, + "variation": null, + "name": "reset", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#reset", + "access": null, + "description": "Reset paging when filters are already instantiated", + "lineNumber": 344, + "params": [ + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": false, + "name": "filterTable", + "description": "Execute filtering once paging instanciated" + } + ], + "generator": false + }, + { + "__docId__": 525, + "kind": "method", + "static": false, + "variation": null, + "name": "resetPagingInfo", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resetPagingInfo", + "access": null, + "description": "Reset paging info from scratch after a filtering process", + "lineNumber": 360, + "params": [], + "generator": false + }, + { + "__docId__": 526, + "kind": "member", + "static": false, + "variation": null, + "name": "startPagingRow", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#startPagingRow", + "access": null, + "description": null, + "lineNumber": 361, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 527, + "kind": "member", + "static": false, + "variation": null, + "name": "currentPageNb", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#currentPageNb", + "access": null, + "description": null, + "lineNumber": 362, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 528, + "kind": "method", + "static": false, + "variation": null, + "name": "setPagingInfo", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#setPagingInfo", + "access": null, + "description": "Calculate number of pages based on valid rows\nRefresh paging select according to number of pages", + "lineNumber": 371, + "params": [ + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": false, + "name": "validRows", + "description": "Collection of valid rows" + } + ], + "generator": false + }, + { + "__docId__": 529, + "kind": "member", + "static": false, + "variation": null, + "name": "nbPages", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#nbPages", + "access": null, + "description": null, + "lineNumber": 380, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 530, + "kind": "method", + "static": false, + "variation": null, + "name": "groupByPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#groupByPage", + "access": null, + "description": "Group table rows by page and display valid rows", + "lineNumber": 412, + "params": [ + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": false, + "name": "validRows", + "description": "Collection of valid rows" + } + ], + "generator": false + }, + { + "__docId__": 531, + "kind": "method", + "static": false, + "variation": null, + "name": "getPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#getPage", + "access": null, + "description": "Return the current page number", + "lineNumber": 452, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "Page number" + }, + "generator": false + }, + { + "__docId__": 532, + "kind": "method", + "static": false, + "variation": null, + "name": "setPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#setPage", + "access": null, + "description": "Show page defined by passed argument (string or number):", + "lineNumber": 461, + "params": [ + { + "nullable": null, + "types": [ + "String}/{Number" + ], + "spread": false, + "optional": false, + "name": "cmd", + "description": "possible string values: 'next',\n 'previous', 'last', 'first' or page number as per param" + } + ], + "generator": false + }, + { + "__docId__": 533, + "kind": "method", + "static": false, + "variation": null, + "name": "setResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#setResultsPerPage", + "access": null, + "description": "Generates UI elements for the number of results per page drop-down", + "lineNumber": 495, + "params": [], + "generator": false + }, + { + "__docId__": 534, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsPerPageSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", + "access": null, + "description": null, + "lineNumber": 538, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 535, + "kind": "method", + "static": false, + "variation": null, + "name": "removeResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#removeResultsPerPage", + "access": null, + "description": "Remove number of results per page UI elements", + "lineNumber": 544, + "params": [], + "generator": false + }, + { + "__docId__": 536, + "kind": "member", + "static": false, + "variation": null, + "name": "resultsPerPageSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resultsPerPageSlc", + "access": null, + "description": null, + "lineNumber": 557, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 537, + "kind": "method", + "static": false, + "variation": null, + "name": "changePage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#changePage", + "access": null, + "description": "Change the page according to passed index", + "lineNumber": 564, + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "index", + "description": "Index of the page (0-n)" + } + ], + "generator": false + }, + { + "__docId__": 538, + "kind": "member", + "static": false, + "variation": null, + "name": "currentPageNb", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#currentPageNb", + "access": null, + "description": null, + "lineNumber": 581, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 539, + "kind": "member", + "static": false, + "variation": null, + "name": "startPagingRow", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#startPagingRow", + "access": null, + "description": null, + "lineNumber": 588, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 540, + "kind": "method", + "static": false, + "variation": null, + "name": "changeResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#changeResultsPerPage", + "access": null, + "description": null, + "lineNumber": 601, + "undocument": true, + "params": [ + { + "name": "val", + "types": [ + "*" + ] + } + ], + "generator": false + }, + { + "__docId__": 541, + "kind": "method", + "static": false, + "variation": null, + "name": "onChangeResultsPerPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#onChangeResultsPerPage", + "access": null, + "description": "Change rows according to page results drop-down", + "lineNumber": 613, + "params": [], + "generator": false + }, { "__docId__": 542, "kind": "member", "static": false, "variation": null, - "name": "popUpImgFltHtml", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFltHtml", + "name": "pagingLength", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingLength", "access": null, "description": null, - "lineNumber": 28, + "lineNumber": 627, "undocument": true, "type": { "types": [ @@ -10358,12 +10396,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popUpDivCssClass", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpDivCssClass", + "name": "startPagingRow", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#startPagingRow", "access": null, "description": null, - "lineNumber": 31, + "lineNumber": 628, "undocument": true, "type": { "types": [ @@ -10376,12 +10414,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforePopUpOpen", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#onBeforePopUpOpen", + "name": "startPagingRow", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#startPagingRow", "access": null, "description": null, - "lineNumber": 33, + "lineNumber": 632, "undocument": true, "type": { "types": [ @@ -10391,69 +10429,57 @@ }, { "__docId__": 545, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "onAfterPopUpOpen", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#onAfterPopUpOpen", + "name": "resetPage", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resetPage", "access": null, - "description": null, - "lineNumber": 36, - "undocument": true, - "type": { - "types": [ - "*" - ] - } + "description": "Re-set page nb at page re-load", + "lineNumber": 650, + "params": [], + "generator": false }, { "__docId__": 546, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "onBeforePopUpClose", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#onBeforePopUpClose", + "name": "resetPageLength", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#resetPageLength", "access": null, - "description": null, - "lineNumber": 39, - "undocument": true, - "type": { - "types": [ - "*" - ] - } + "description": "Re-set page length value at page re-load", + "lineNumber": 666, + "params": [], + "generator": false }, { "__docId__": 547, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "onAfterPopUpClose", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#onAfterPopUpClose", + "name": "destroy", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#destroy", "access": null, - "description": null, - "lineNumber": 43, - "undocument": true, - "type": { - "types": [ - "*" - ] - } + "description": "Remove paging feature", + "lineNumber": 684, + "params": [], + "generator": false }, { "__docId__": 548, "kind": "member", "static": false, "variation": null, - "name": "popUpFltSpans", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltSpans", + "name": "pagingSlc", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#pagingSlc", "access": null, "description": null, - "lineNumber": 47, + "lineNumber": 756, "undocument": true, "type": { "types": [ @@ -10466,16 +10492,16 @@ "kind": "member", "static": false, "variation": null, - "name": "popUpFltImgs", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltImgs", + "name": "nbPages", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#nbPages", "access": null, "description": null, - "lineNumber": 49, + "lineNumber": 757, "undocument": true, "type": { "types": [ - "*" + "number" ] } }, @@ -10484,30 +10510,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popUpFltElms", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltElms", + "name": "initialized", + "memberof": "src/modules/paging.js~Paging", + "longname": "src/modules/paging.js~Paging#initialized", "access": null, "description": null, - "lineNumber": 51, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 551, - "kind": "member", - "static": false, - "variation": null, - "name": "popUpFltAdjustToContainer", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltAdjustToContainer", - "access": null, - "description": null, - "lineNumber": 52, + "lineNumber": 759, "undocument": true, "type": { "types": [ @@ -10515,8 +10523,282 @@ ] } }, + { + "__docId__": 551, + "kind": "file", + "static": true, + "variation": null, + "name": "src/modules/popupFilter.js", + "memberof": null, + "longname": "src/modules/popupFilter.js", + "access": null, + "description": null, + "lineNumber": 1, + "content": "import {Feature} from './feature';\nimport Types from '../types';\nimport Dom from '../dom';\nimport Event from '../event';\nimport {INPUT, NONE} from '../const';\n\nexport class PopupFilter extends Feature{\n\n /**\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'popupFilters');\n\n // Configuration object\n var f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n //filter icon path\n this.popUpImgFlt = f.popup_filters_image ||\n tf.themesPath+'icn_filter.gif';\n //active filter icon path\n this.popUpImgFltActive = f.popup_filters_image_active ||\n tf.themesPath+'icn_filterActive.gif';\n this.popUpImgFltHtml = f.popup_filters_image_html ||\n '\"Column';\n //defines css class for popup div containing filter\n this.popUpDivCssClass = f.popup_div_css_class || 'popUpFilter';\n //callback function before popup filtes is opened\n this.onBeforePopUpOpen = Types.isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n //callback function after popup filtes is opened\n this.onAfterPopUpOpen = Types.isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n //callback function before popup filtes is closed\n this.onBeforePopUpClose =\n Types.isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n //callback function after popup filtes is closed\n this.onAfterPopUpClose = Types.isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n //stores filters spans\n this.popUpFltSpans = [];\n //stores filters icons\n this.popUpFltImgs = [];\n //stores filters containers\n this.popUpFltElms = this.popUpFltElmCache || [];\n this.popUpFltAdjustToContainer = true;\n\n //id prefix for pop-up filter span\n this.prfxPopUpSpan = 'popUpSpan_';\n //id prefix for pop-up div containing filter\n this.prfxPopUpDiv = 'popUpDiv_';\n }\n\n onClick(e){\n var evt = e || global.event,\n elm = evt.target.parentNode,\n colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if(this.popUpFltAdjustToContainer){\n var popUpDiv = this.popUpFltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n popUpDiv.style.width = parseInt(headerWidth, 10) + 'px';\n }\n Event.cancel(evt);\n Event.stop(evt);\n }\n\n /**\n * Initialize DOM elements\n */\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n // Override headers row index if no grouped headers\n if(tf.headersRow <= 1){\n tf.headersRow = 0;\n }\n\n for(var i=0; i { this.onClick(evt); });\n this.popUpFltSpans[i] = popUpSpan;\n this.popUpFltImgs[i] = popUpSpan.firstChild;\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], ()=> this.buildIcons());\n this.emitter.on(['after-filtering'], ()=> this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex)=> this.buildIcon(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], ()=> this.tf.headersRow++);\n this.emitter.on(['before-filter-init'],\n (tf, colIndex)=> this.build(colIndex));\n\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset(){\n this.enable();\n this.init();\n this.buildAll();\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll(){\n for(var i=0; i Event.stop(evt));\n this.popUpFltElms[colIndex] = popUpDiv;\n }\n\n /**\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex){\n var tf = this.tf,\n popUpFltElm = this.popUpFltElms[colIndex];\n\n if(popUpFltElm.style.display === NONE ||\n popUpFltElm.style.display === ''){\n if(this.onBeforePopUpOpen){\n this.onBeforePopUpOpen.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = 'block';\n if(tf.getFilterType(colIndex) === INPUT){\n var flt = tf.getFilterElement(colIndex);\n if(flt){\n flt.focus();\n }\n }\n if(this.onAfterPopUpOpen){\n this.onAfterPopUpOpen.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n } else {\n if(this.onBeforePopUpClose){\n this.onBeforePopUpClose.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = NONE;\n if(this.onAfterPopUpClose){\n this.onAfterPopUpClose.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n }\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx){\n for(var i=0; i this.buildIcons());\n this.emitter.off(['after-filtering'], ()=> this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex)=> this.buildIcon(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], ()=> this.tf.headersRow++);\n this.emitter.off(['before-filter-init'],\n (tf, colIndex)=> this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" + }, { "__docId__": 552, + "kind": "class", + "static": true, + "variation": null, + "name": "PopupFilter", + "memberof": "src/modules/popupFilter.js", + "longname": "src/modules/popupFilter.js~PopupFilter", + "access": null, + "export": true, + "importPath": "tablefilter/src/modules/popupFilter.js", + "importStyle": "{PopupFilter}", + "description": null, + "lineNumber": 7, + "undocument": true, + "interface": false, + "extends": [ + "src/modules/feature.js~Feature" + ] + }, + { + "__docId__": 553, + "kind": "constructor", + "static": false, + "variation": null, + "name": "constructor", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#constructor", + "access": null, + "description": "Pop-up filter component", + "lineNumber": 13, + "params": [ + { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "optional": false, + "name": "tf", + "description": "TableFilter instance" + } + ], + "generator": false + }, + { + "__docId__": 554, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpImgFlt", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFlt", + "access": null, + "description": null, + "lineNumber": 24, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 555, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpImgFltActive", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFltActive", + "access": null, + "description": null, + "lineNumber": 27, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 556, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpImgFltHtml", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpImgFltHtml", + "access": null, + "description": null, + "lineNumber": 29, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 557, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpDivCssClass", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpDivCssClass", + "access": null, + "description": null, + "lineNumber": 32, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 558, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforePopUpOpen", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#onBeforePopUpOpen", + "access": null, + "description": null, + "lineNumber": 34, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 559, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterPopUpOpen", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#onAfterPopUpOpen", + "access": null, + "description": null, + "lineNumber": 37, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 560, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforePopUpClose", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#onBeforePopUpClose", + "access": null, + "description": null, + "lineNumber": 40, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 561, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterPopUpClose", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#onAfterPopUpClose", + "access": null, + "description": null, + "lineNumber": 44, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 562, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpFltSpans", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltSpans", + "access": null, + "description": null, + "lineNumber": 48, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 563, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpFltImgs", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltImgs", + "access": null, + "description": null, + "lineNumber": 50, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 564, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpFltElms", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltElms", + "access": null, + "description": null, + "lineNumber": 52, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 565, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpFltAdjustToContainer", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltAdjustToContainer", + "access": null, + "description": null, + "lineNumber": 53, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 566, "kind": "member", "static": false, "variation": null, @@ -10525,7 +10807,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#prfxPopUpSpan", "access": null, "description": null, - "lineNumber": 55, + "lineNumber": 56, "undocument": true, "type": { "types": [ @@ -10534,7 +10816,7 @@ } }, { - "__docId__": 553, + "__docId__": 567, "kind": "member", "static": false, "variation": null, @@ -10543,7 +10825,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#prfxPopUpDiv", "access": null, "description": null, - "lineNumber": 57, + "lineNumber": 58, "undocument": true, "type": { "types": [ @@ -10552,7 +10834,7 @@ } }, { - "__docId__": 554, + "__docId__": 568, "kind": "method", "static": false, "variation": null, @@ -10561,7 +10843,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#onClick", "access": null, "description": null, - "lineNumber": 60, + "lineNumber": 61, "undocument": true, "params": [ { @@ -10574,7 +10856,7 @@ "generator": false }, { - "__docId__": 555, + "__docId__": 569, "kind": "method", "static": false, "variation": null, @@ -10583,12 +10865,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#init", "access": null, "description": "Initialize DOM elements", - "lineNumber": 81, + "lineNumber": 82, "params": [], "generator": false }, { - "__docId__": 556, + "__docId__": 570, "kind": "member", "static": false, "variation": null, @@ -10597,7 +10879,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#initialized", "access": null, "description": null, - "lineNumber": 119, + "lineNumber": 120, "undocument": true, "type": { "types": [ @@ -10606,7 +10888,7 @@ } }, { - "__docId__": 557, + "__docId__": 571, "kind": "method", "static": false, "variation": null, @@ -10615,12 +10897,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#reset", "access": null, "description": "Reset previously destroyed feature", - "lineNumber": 125, + "lineNumber": 126, "params": [], "generator": false }, { - "__docId__": 558, + "__docId__": 572, "kind": "method", "static": false, "variation": null, @@ -10629,12 +10911,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#buildAll", "access": null, "description": "Build all pop-up filters elements", - "lineNumber": 134, + "lineNumber": 135, "params": [], "generator": false }, { - "__docId__": 559, + "__docId__": 573, "kind": "method", "static": false, "variation": null, @@ -10643,7 +10925,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#build", "access": null, "description": "Build a specified pop-up filter elements", - "lineNumber": 145, + "lineNumber": 146, "params": [ { "nullable": null, @@ -10669,7 +10951,7 @@ "generator": false }, { - "__docId__": 560, + "__docId__": 574, "kind": "method", "static": false, "variation": null, @@ -10678,7 +10960,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#toggle", "access": null, "description": "Toogle visibility of specified filter", - "lineNumber": 162, + "lineNumber": 163, "params": [ { "nullable": null, @@ -10694,7 +10976,7 @@ "generator": false }, { - "__docId__": 561, + "__docId__": 575, "kind": "method", "static": false, "variation": null, @@ -10703,7 +10985,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#closeAll", "access": null, "description": "Close all filters excepted for the specified one if any", - "lineNumber": 200, + "lineNumber": 201, "params": [ { "nullable": null, @@ -10719,7 +11001,7 @@ "generator": false }, { - "__docId__": 562, + "__docId__": 576, "kind": "method", "static": false, "variation": null, @@ -10728,12 +11010,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#buildIcons", "access": null, "description": "Build all the icons representing the pop-up filters", - "lineNumber": 215, + "lineNumber": 216, "params": [], "generator": false }, { - "__docId__": 563, + "__docId__": 577, "kind": "method", "static": false, "variation": null, @@ -10742,7 +11024,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#buildIcon", "access": null, "description": "Apply specified icon state", - "lineNumber": 226, + "lineNumber": 227, "params": [ { "nullable": null, @@ -10768,7 +11050,7 @@ "generator": false }, { - "__docId__": 564, + "__docId__": 578, "kind": "method", "static": false, "variation": null, @@ -10777,12 +11059,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#destroy", "access": null, "description": "Remove pop-up filters", - "lineNumber": 236, + "lineNumber": 237, "params": [], "generator": false }, { - "__docId__": 565, + "__docId__": 579, "kind": "member", "static": false, "variation": null, @@ -10791,7 +11073,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltElmCache", "access": null, "description": null, - "lineNumber": 241, + "lineNumber": 242, "undocument": true, "type": { "types": [ @@ -10800,7 +11082,7 @@ } }, { - "__docId__": 566, + "__docId__": 580, "kind": "member", "static": false, "variation": null, @@ -10809,24 +11091,6 @@ "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltElms", "access": null, "description": null, - "lineNumber": 260, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 567, - "kind": "member", - "static": false, - "variation": null, - "name": "popUpFltSpans", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltSpans", - "access": null, - "description": null, "lineNumber": 261, "undocument": true, "type": { @@ -10836,13 +11100,13 @@ } }, { - "__docId__": 568, + "__docId__": 581, "kind": "member", "static": false, "variation": null, - "name": "popUpFltImgs", + "name": "popUpFltSpans", "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltImgs", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltSpans", "access": null, "description": null, "lineNumber": 262, @@ -10854,7 +11118,25 @@ } }, { - "__docId__": 569, + "__docId__": 582, + "kind": "member", + "static": false, + "variation": null, + "name": "popUpFltImgs", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#popUpFltImgs", + "access": null, + "description": null, + "lineNumber": 263, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 583, "kind": "member", "static": false, "variation": null, @@ -10863,7 +11145,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#initialized", "access": null, "description": null, - "lineNumber": 273, + "lineNumber": 274, "undocument": true, "type": { "types": [ @@ -10872,7 +11154,7 @@ } }, { - "__docId__": 570, + "__docId__": 584, "kind": "file", "static": true, "variation": null, @@ -10885,7 +11167,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nexport class RowsCounter extends Feature{\n\n /**\n * Rows counter\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'rowsCounter');\n\n // TableFilter configuration\n var f = this.config;\n\n //id of custom container element\n this.rowsCounterTgtId = f.rows_counter_target_id || null;\n //element containing tot nb rows\n this.rowsCounterDiv = null;\n //element containing tot nb rows label\n this.rowsCounterSpan = null;\n //defines rows counter text\n this.rowsCounterText = f.rows_counter_text || 'Rows: ';\n this.fromToTextSeparator = f.from_to_text_separator || '-';\n this.overText = f.over_text || ' / ';\n //defines css class rows counter\n this.totRowsCssClass = f.tot_rows_css_class || 'tot';\n //rows counter div\n this.prfxCounter = 'counter_';\n //nb displayed rows label\n this.prfxTotRows = 'totrows_span_';\n //label preceding nb rows label\n this.prfxTotRowsTxt = 'totRowsTextSpan_';\n //callback raised before counter is refreshed\n this.onBeforeRefreshCounter = Types.isFn(f.on_before_refresh_counter) ?\n f.on_before_refresh_counter : null;\n //callback raised after counter is refreshed\n this.onAfterRefreshCounter = Types.isFn(f.on_after_refresh_counter) ?\n f.on_after_refresh_counter : null;\n }\n\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n //rows counter container\n var countDiv = Dom.create('div', ['id', this.prfxCounter+tf.id]);\n countDiv.className = this.totRowsCssClass;\n //rows counter label\n var countSpan = Dom.create('span', ['id', this.prfxTotRows+tf.id]);\n var countText = Dom.create('span', ['id', this.prfxTotRowsTxt+tf.id]);\n countText.appendChild(Dom.text(this.rowsCounterText));\n\n // counter is added to defined element\n if(!this.rowsCounterTgtId){\n tf.setToolbar();\n }\n var targetEl = !this.rowsCounterTgtId ?\n tf.lDiv : Dom.id( this.rowsCounterTgtId );\n\n //default container: 'lDiv'\n if(!this.rowsCounterTgtId){\n countDiv.appendChild(countText);\n countDiv.appendChild(countSpan);\n targetEl.appendChild(countDiv);\n }\n else{\n //custom container, no need to append statusDiv\n targetEl.appendChild(countText);\n targetEl.appendChild(countSpan);\n }\n this.rowsCounterDiv = countDiv;\n this.rowsCounterSpan = countSpan;\n\n // subscribe to events\n this.emitter.on(['after-filtering', 'grouped-by-page'],\n ()=> this.refresh(tf.nbVisibleRows));\n this.emitter.on(['rows-changed'], ()=> this.refresh());\n\n this.initialized = true;\n this.refresh();\n }\n\n refresh(p){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n var tf = this.tf;\n\n if(this.onBeforeRefreshCounter){\n this.onBeforeRefreshCounter.call(null, tf, this.rowsCounterSpan);\n }\n\n var totTxt;\n if(!tf.paging){\n if(p && p !== ''){\n totTxt = p;\n } else{\n totTxt = tf.nbFilterableRows - tf.nbHiddenRows;\n }\n } else {\n var paging = tf.feature('paging');\n if(paging){\n //paging start row\n var paging_start_row = parseInt(paging.startPagingRow, 10) +\n ((tf.nbVisibleRows>0) ? 1 : 0);\n var paging_end_row = (paging_start_row+paging.pagingLength)-1 <=\n tf.nbVisibleRows ?\n paging_start_row+paging.pagingLength-1 :\n tf.nbVisibleRows;\n totTxt = paging_start_row + this.fromToTextSeparator +\n paging_end_row + this.overText + tf.nbVisibleRows;\n }\n }\n\n this.rowsCounterSpan.innerHTML = totTxt;\n if(this.onAfterRefreshCounter){\n this.onAfterRefreshCounter.call(\n null, tf, this.rowsCounterSpan, totTxt);\n }\n }\n\n destroy(){\n if(!this.initialized){\n return;\n }\n\n if(!this.rowsCounterTgtId && this.rowsCounterDiv){\n Dom.remove(this.rowsCounterDiv);\n } else {\n Dom.id(this.rowsCounterTgtId).innerHTML = '';\n }\n this.rowsCounterSpan = null;\n this.rowsCounterDiv = null;\n\n // unsubscribe to events\n this.emitter.off(['after-filtering', 'grouped-by-page'],\n ()=> this.refresh(tf.nbVisibleRows));\n this.emitter.off(['rows-changed'], ()=> this.refresh());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 571, + "__docId__": 585, "kind": "class", "static": true, "variation": null, @@ -10905,7 +11187,7 @@ ] }, { - "__docId__": 572, + "__docId__": 586, "kind": "constructor", "static": false, "variation": null, @@ -10930,7 +11212,7 @@ "generator": false }, { - "__docId__": 573, + "__docId__": 587, "kind": "member", "static": false, "variation": null, @@ -10948,7 +11230,7 @@ } }, { - "__docId__": 574, + "__docId__": 588, "kind": "member", "static": false, "variation": null, @@ -10966,7 +11248,7 @@ } }, { - "__docId__": 575, + "__docId__": 589, "kind": "member", "static": false, "variation": null, @@ -10984,7 +11266,7 @@ } }, { - "__docId__": 576, + "__docId__": 590, "kind": "member", "static": false, "variation": null, @@ -11002,7 +11284,7 @@ } }, { - "__docId__": 577, + "__docId__": 591, "kind": "member", "static": false, "variation": null, @@ -11020,7 +11302,7 @@ } }, { - "__docId__": 578, + "__docId__": 592, "kind": "member", "static": false, "variation": null, @@ -11038,7 +11320,7 @@ } }, { - "__docId__": 579, + "__docId__": 593, "kind": "member", "static": false, "variation": null, @@ -11056,7 +11338,7 @@ } }, { - "__docId__": 580, + "__docId__": 594, "kind": "member", "static": false, "variation": null, @@ -11074,7 +11356,7 @@ } }, { - "__docId__": 581, + "__docId__": 595, "kind": "member", "static": false, "variation": null, @@ -11092,7 +11374,7 @@ } }, { - "__docId__": 582, + "__docId__": 596, "kind": "member", "static": false, "variation": null, @@ -11110,7 +11392,7 @@ } }, { - "__docId__": 583, + "__docId__": 597, "kind": "member", "static": false, "variation": null, @@ -11128,7 +11410,7 @@ } }, { - "__docId__": 584, + "__docId__": 598, "kind": "member", "static": false, "variation": null, @@ -11146,7 +11428,7 @@ } }, { - "__docId__": 585, + "__docId__": 599, "kind": "method", "static": false, "variation": null, @@ -11161,7 +11443,7 @@ "generator": false }, { - "__docId__": 586, + "__docId__": 600, "kind": "member", "static": false, "variation": null, @@ -11179,7 +11461,7 @@ } }, { - "__docId__": 587, + "__docId__": 601, "kind": "member", "static": false, "variation": null, @@ -11197,7 +11479,7 @@ } }, { - "__docId__": 588, + "__docId__": 602, "kind": "member", "static": false, "variation": null, @@ -11215,7 +11497,7 @@ } }, { - "__docId__": 589, + "__docId__": 603, "kind": "method", "static": false, "variation": null, @@ -11237,7 +11519,7 @@ "generator": false }, { - "__docId__": 590, + "__docId__": 604, "kind": "method", "static": false, "variation": null, @@ -11252,7 +11534,7 @@ "generator": false }, { - "__docId__": 591, + "__docId__": 605, "kind": "member", "static": false, "variation": null, @@ -11270,7 +11552,7 @@ } }, { - "__docId__": 592, + "__docId__": 606, "kind": "member", "static": false, "variation": null, @@ -11288,7 +11570,7 @@ } }, { - "__docId__": 593, + "__docId__": 607, "kind": "member", "static": false, "variation": null, @@ -11306,7 +11588,7 @@ } }, { - "__docId__": 594, + "__docId__": 608, "kind": "file", "static": true, "variation": null, @@ -11319,7 +11601,7 @@ "content": "import {Feature} from './feature';\nimport {Hash} from './hash';\nimport {Storage} from './storage';\nimport Str from '../string';\nimport Types from '../types';\n\n/**\n * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n */\nexport class State extends Feature {\n\n /**\n * Creates an instance of State\n *\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'state');\n\n let cfg = this.config.state;\n\n this.enableHash = cfg === true ||\n (Types.isObj(cfg.types) && cfg.types.indexOf('hash') !== -1);\n this.enableLocalStorage = Types.isObj(cfg.types) &&\n cfg.types.indexOf('local_storage') !== -1;\n this.enableCookie = Types.isObj(cfg.types) &&\n cfg.types.indexOf('cookie') !== -1;\n this.persistFilters = cfg.filters === false ? false : true;\n this.persistPageNumber = Boolean(cfg.page_number);\n this.persistPageLength = Boolean(cfg.page_length);\n this.persistSort = Boolean(cfg.sort);\n this.persistColsVisibility = Boolean(cfg.columns_visibility);\n this.persistFiltersVisibility = Boolean(cfg.filters_visibility);\n this.cookieDuration = !isNaN(cfg.cookie_duration) ?\n parseInt(cfg.cookie_duration, 10) : 87600;\n\n this.enableStorage = this.enableLocalStorage || this.enableCookie;\n this.hash = null;\n this.pageNb = null;\n this.pageLength = null;\n this.sort = null;\n this.hiddenCols = null;\n this.filtersVisibility = null;\n\n this.state = {};\n this.prfxCol = 'col_';\n this.pageNbKey = 'page';\n this.pageLengthKey = 'page_length';\n this.filtersVisKey = 'filters_visibility';\n }\n\n /**\n * Initializes the State object\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.emitter.on(['after-filtering'], () => this.update());\n this.emitter.on(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.on(['after-page-length-change'],\n (tf, pageLength) => this.updatePageLength(pageLength));\n this.emitter.on(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.on(['sort-initialized'], () => this._syncSort());\n this.emitter.on(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.on(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.on(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.on(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash = new Hash(this);\n this.hash.init();\n }\n if (this.enableStorage) {\n this.storage = new Storage(this);\n this.storage.init();\n }\n this.initialized = true;\n }\n\n\n /**\n * Update state object based on current features state\n */\n update() {\n if (!this.isEnabled()) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n if (this.persistFilters) {\n let filterValues = tf.getFiltersValue();\n\n filterValues.forEach((val, idx) => {\n let key = `${this.prfxCol}${idx}`;\n\n if (Types.isString(val) && Str.isEmpty(val)) {\n if (state.hasOwnProperty(key)) {\n state[key].flt = undefined;\n }\n } else {\n state[key] = state[key] || {};\n state[key].flt = val;\n }\n });\n }\n\n if (this.persistPageNumber) {\n if (Types.isNull(this.pageNb)) {\n state[this.pageNbKey] = undefined;\n } else {\n state[this.pageNbKey] = this.pageNb;\n }\n }\n\n if (this.persistPageLength) {\n if (Types.isNull(this.pageLength)) {\n state[this.pageLengthKey] = undefined;\n } else {\n state[this.pageLengthKey] = this.pageLength;\n }\n }\n\n if (this.persistSort) {\n if (!Types.isNull(this.sort)) {\n // Remove previuosly sorted column\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].sort = undefined;\n }\n });\n\n let key = `${this.prfxCol}${this.sort.column}`;\n state[key] = state[key] || {};\n state[key].sort = { descending: this.sort.descending };\n }\n }\n\n if (this.persistColsVisibility) {\n if (!Types.isNull(this.hiddenCols)) {\n // Clear previuosly hidden columns\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].hidden = undefined;\n }\n });\n\n this.hiddenCols.forEach((colIdx) => {\n let key = `${this.prfxCol}${colIdx}`;\n state[key] = state[key] || {};\n state[key].hidden = true;\n });\n }\n }\n\n if (this.persistFiltersVisibility) {\n if (Types.isNull(this.filtersVisibility)) {\n state[this.filtersVisKey] = undefined;\n } else {\n state[this.filtersVisKey] = this.filtersVisibility;\n }\n }\n\n this.emitter.emit('state-changed', tf, state);\n }\n\n /**\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n */\n updatePage(pageNb) {\n this.pageNb = pageNb;\n this.update();\n }\n\n /**\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n */\n updatePageLength(pageLength) {\n this.pageLength = pageLength;\n this.update();\n }\n\n /**\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n */\n updateSort(index, descending) {\n this.sort = {\n column: index,\n descending: descending\n };\n this.update();\n }\n\n /**\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n */\n updateColsVisibility(hiddenCols) {\n this.hiddenCols = hiddenCols;\n this.update();\n }\n\n /**\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n */\n updateFiltersVisibility(visible) {\n this.filtersVisibility = visible;\n this.update();\n }\n\n /**\n * Override state field\n *\n * @param state State object\n */\n override(state) {\n this.state = state;\n }\n\n /**\n * Sync stored features state\n */\n sync() {\n let state = this.state;\n let tf = this.tf;\n\n this._syncFilters();\n\n if (this.persistPageNumber) {\n let pageNumber = state[this.pageNbKey];\n this.emitter.emit('change-page', tf, pageNumber);\n }\n\n if (this.persistPageLength) {\n let pageLength = state[this.pageLengthKey];\n this.emitter.emit('change-page-results', tf, pageLength);\n }\n\n this._syncSort();\n this._syncColsVisibility();\n this._syncFiltersVisibility();\n }\n\n /**\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n */\n overrideAndSync(state) {\n // To prevent state to react to features changes, state is temporarily\n // disabled\n this.disable();\n // State is overriden with passed state object\n this.override(state);\n // New hash state is applied to features\n this.sync();\n // State is re-enabled\n this.enable();\n }\n\n /**\n * Sync filters with stored values and filter table\n *\n * @private\n */\n _syncFilters() {\n if (!this.persistFilters) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n let val = state[key].flt;\n tf.setFilterValue(colIdx, val);\n }\n });\n\n tf.filter();\n }\n\n /**\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n */\n _syncSort() {\n if (!this.persistSort) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!Types.isUndef(state[key].sort)) {\n let sort = state[key].sort;\n this.emitter.emit('sort', tf, colIdx, sort.descending);\n }\n }\n });\n }\n\n /**\n * Sync hidden columns with stored information\n *\n * @private\n */\n _syncColsVisibility() {\n if (!this.persistColsVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let hiddenCols = [];\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!Types.isUndef(state[key].hidden)) {\n hiddenCols.push(colIdx);\n }\n }\n });\n\n hiddenCols.forEach((colIdx) => {\n this.emitter.emit('hide-column', tf, colIdx);\n });\n }\n\n /**\n * Sync filters visibility with stored information\n *\n * @private\n */\n _syncFiltersVisibility() {\n if (!this.persistFiltersVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let filtersVisibility = state[this.filtersVisKey];\n\n this.filtersVisibility = filtersVisibility;\n this.emitter.emit('show-filters', tf, filtersVisibility);\n }\n\n /**\n * Destroy State instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.state = {};\n\n this.emitter.off(['after-filtering'], () => this.update());\n this.emitter.off(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.off(['after-page-length-change'],\n (tf, index) => this.updatePageLength(index));\n this.emitter.off(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.off(['sort-initialized'], () => this._syncSort());\n this.emitter.off(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.off(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.off(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.off(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash.destroy();\n this.hash = null;\n }\n\n if (this.enableStorage) {\n this.storage.destroy();\n this.storage = null;\n }\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 595, + "__docId__": 609, "kind": "class", "static": true, "variation": null, @@ -11348,7 +11630,7 @@ ] }, { - "__docId__": 596, + "__docId__": 610, "kind": "constructor", "static": false, "variation": null, @@ -11373,7 +11655,7 @@ "generator": false }, { - "__docId__": 597, + "__docId__": 611, "kind": "member", "static": false, "variation": null, @@ -11391,7 +11673,7 @@ } }, { - "__docId__": 598, + "__docId__": 612, "kind": "member", "static": false, "variation": null, @@ -11409,7 +11691,7 @@ } }, { - "__docId__": 599, + "__docId__": 613, "kind": "member", "static": false, "variation": null, @@ -11427,7 +11709,7 @@ } }, { - "__docId__": 600, + "__docId__": 614, "kind": "member", "static": false, "variation": null, @@ -11445,7 +11727,7 @@ } }, { - "__docId__": 601, + "__docId__": 615, "kind": "member", "static": false, "variation": null, @@ -11463,7 +11745,7 @@ } }, { - "__docId__": 602, + "__docId__": 616, "kind": "member", "static": false, "variation": null, @@ -11481,7 +11763,7 @@ } }, { - "__docId__": 603, + "__docId__": 617, "kind": "member", "static": false, "variation": null, @@ -11499,7 +11781,7 @@ } }, { - "__docId__": 604, + "__docId__": 618, "kind": "member", "static": false, "variation": null, @@ -11517,7 +11799,7 @@ } }, { - "__docId__": 605, + "__docId__": 619, "kind": "member", "static": false, "variation": null, @@ -11535,7 +11817,7 @@ } }, { - "__docId__": 606, + "__docId__": 620, "kind": "member", "static": false, "variation": null, @@ -11553,7 +11835,7 @@ } }, { - "__docId__": 607, + "__docId__": 621, "kind": "member", "static": false, "variation": null, @@ -11571,7 +11853,7 @@ } }, { - "__docId__": 608, + "__docId__": 622, "kind": "member", "static": false, "variation": null, @@ -11589,7 +11871,7 @@ } }, { - "__docId__": 609, + "__docId__": 623, "kind": "member", "static": false, "variation": null, @@ -11607,7 +11889,7 @@ } }, { - "__docId__": 610, + "__docId__": 624, "kind": "member", "static": false, "variation": null, @@ -11625,7 +11907,7 @@ } }, { - "__docId__": 611, + "__docId__": 625, "kind": "member", "static": false, "variation": null, @@ -11643,7 +11925,7 @@ } }, { - "__docId__": 612, + "__docId__": 626, "kind": "member", "static": false, "variation": null, @@ -11661,7 +11943,7 @@ } }, { - "__docId__": 613, + "__docId__": 627, "kind": "member", "static": false, "variation": null, @@ -11679,7 +11961,7 @@ } }, { - "__docId__": 614, + "__docId__": 628, "kind": "member", "static": false, "variation": null, @@ -11697,7 +11979,7 @@ } }, { - "__docId__": 615, + "__docId__": 629, "kind": "member", "static": false, "variation": null, @@ -11715,7 +11997,7 @@ } }, { - "__docId__": 616, + "__docId__": 630, "kind": "member", "static": false, "variation": null, @@ -11733,7 +12015,7 @@ } }, { - "__docId__": 617, + "__docId__": 631, "kind": "member", "static": false, "variation": null, @@ -11751,7 +12033,7 @@ } }, { - "__docId__": 618, + "__docId__": 632, "kind": "member", "static": false, "variation": null, @@ -11769,7 +12051,7 @@ } }, { - "__docId__": 619, + "__docId__": 633, "kind": "method", "static": false, "variation": null, @@ -11783,7 +12065,7 @@ "generator": false }, { - "__docId__": 620, + "__docId__": 634, "kind": "member", "static": false, "variation": null, @@ -11801,7 +12083,7 @@ } }, { - "__docId__": 621, + "__docId__": 635, "kind": "member", "static": false, "variation": null, @@ -11819,7 +12101,7 @@ } }, { - "__docId__": 622, + "__docId__": 636, "kind": "member", "static": false, "variation": null, @@ -11837,7 +12119,7 @@ } }, { - "__docId__": 623, + "__docId__": 637, "kind": "method", "static": false, "variation": null, @@ -11851,7 +12133,7 @@ "generator": false }, { - "__docId__": 624, + "__docId__": 638, "kind": "method", "static": false, "variation": null, @@ -11876,7 +12158,7 @@ "generator": false }, { - "__docId__": 625, + "__docId__": 639, "kind": "member", "static": false, "variation": null, @@ -11894,7 +12176,7 @@ } }, { - "__docId__": 626, + "__docId__": 640, "kind": "method", "static": false, "variation": null, @@ -11919,7 +12201,7 @@ "generator": false }, { - "__docId__": 627, + "__docId__": 641, "kind": "member", "static": false, "variation": null, @@ -11937,7 +12219,7 @@ } }, { - "__docId__": 628, + "__docId__": 642, "kind": "method", "static": false, "variation": null, @@ -11972,7 +12254,7 @@ "generator": false }, { - "__docId__": 629, + "__docId__": 643, "kind": "member", "static": false, "variation": null, @@ -11990,7 +12272,7 @@ } }, { - "__docId__": 630, + "__docId__": 644, "kind": "method", "static": false, "variation": null, @@ -12015,7 +12297,7 @@ "generator": false }, { - "__docId__": 631, + "__docId__": 645, "kind": "member", "static": false, "variation": null, @@ -12033,7 +12315,7 @@ } }, { - "__docId__": 632, + "__docId__": 646, "kind": "method", "static": false, "variation": null, @@ -12058,7 +12340,7 @@ "generator": false }, { - "__docId__": 633, + "__docId__": 647, "kind": "member", "static": false, "variation": null, @@ -12076,7 +12358,7 @@ } }, { - "__docId__": 634, + "__docId__": 648, "kind": "method", "static": false, "variation": null, @@ -12101,7 +12383,7 @@ "generator": false }, { - "__docId__": 635, + "__docId__": 649, "kind": "member", "static": false, "variation": null, @@ -12119,7 +12401,7 @@ } }, { - "__docId__": 636, + "__docId__": 650, "kind": "method", "static": false, "variation": null, @@ -12133,7 +12415,7 @@ "generator": false }, { - "__docId__": 637, + "__docId__": 651, "kind": "method", "static": false, "variation": null, @@ -12158,7 +12440,7 @@ "generator": false }, { - "__docId__": 638, + "__docId__": 652, "kind": "method", "static": false, "variation": null, @@ -12172,7 +12454,7 @@ "generator": false }, { - "__docId__": 639, + "__docId__": 653, "kind": "method", "static": false, "variation": null, @@ -12186,7 +12468,7 @@ "generator": false }, { - "__docId__": 640, + "__docId__": 654, "kind": "method", "static": false, "variation": null, @@ -12200,7 +12482,7 @@ "generator": false }, { - "__docId__": 641, + "__docId__": 655, "kind": "method", "static": false, "variation": null, @@ -12214,7 +12496,7 @@ "generator": false }, { - "__docId__": 642, + "__docId__": 656, "kind": "member", "static": false, "variation": null, @@ -12232,7 +12514,7 @@ } }, { - "__docId__": 643, + "__docId__": 657, "kind": "method", "static": false, "variation": null, @@ -12246,7 +12528,7 @@ "generator": false }, { - "__docId__": 644, + "__docId__": 658, "kind": "member", "static": false, "variation": null, @@ -12264,7 +12546,7 @@ } }, { - "__docId__": 645, + "__docId__": 659, "kind": "member", "static": false, "variation": null, @@ -12282,7 +12564,7 @@ } }, { - "__docId__": 646, + "__docId__": 660, "kind": "member", "static": false, "variation": null, @@ -12300,7 +12582,7 @@ } }, { - "__docId__": 647, + "__docId__": 661, "kind": "member", "static": false, "variation": null, @@ -12318,7 +12600,7 @@ } }, { - "__docId__": 648, + "__docId__": 662, "kind": "file", "static": true, "variation": null, @@ -12331,7 +12613,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nlet global = window;\n\nexport class StatusBar extends Feature{\n\n /**\n * Status bar UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'statusBar');\n\n // Configuration object\n let f = this.config;\n\n //id of custom container element\n this.statusBarTgtId = f.status_bar_target_id || null;\n //element containing status bar label\n this.statusBarDiv = null;\n //status bar\n this.statusBarSpan = null;\n //status bar label\n this.statusBarSpanText = null;\n //defines status bar text\n this.statusBarText = f.status_bar_text || '';\n //defines css class status bar\n this.statusBarCssClass = f.status_bar_css_class || 'status';\n //delay for status bar clearing\n this.statusBarCloseDelay = 250;\n\n //calls function before message is displayed\n this.onBeforeShowMsg = Types.isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //calls function after message is displayed\n this.onAfterShowMsg = Types.isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n\n //status messages\n this.msgFilter = f.msg_filter || 'Filtering data...';\n //populating drop-downs\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n //populating drop-downs\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n //changing paging page\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n //clearing filters\n this.msgClear = f.msg_clear || 'Clearing filters...';\n //changing nb results/page\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n //re-setting page\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n //re-setting page length\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n //table sorting\n this.msgSort = f.msg_sort || 'Sorting data...';\n //extensions loading\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n //themes loading\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n\n // status bar div\n this.prfxStatus = 'status_';\n // status bar label\n this.prfxStatusSpan = 'statusSpan_';\n // text preceding status bar label\n this.prfxStatusTxt = 'statusText_';\n }\n\n init(){\n if(this.initialized){\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n //status bar container\n let statusDiv = Dom.create('div', ['id', this.prfxStatus+tf.id]);\n statusDiv.className = this.statusBarCssClass;\n\n //status bar label\n let statusSpan = Dom.create('span', ['id', this.prfxStatusSpan+tf.id]);\n //preceding text\n let statusSpanText = Dom.create('span',\n ['id', this.prfxStatusTxt+tf.id]);\n statusSpanText.appendChild(Dom.text(this.statusBarText));\n\n // target element container\n if(!this.statusBarTgtId){\n tf.setToolbar();\n }\n let targetEl = (!this.statusBarTgtId) ?\n tf.lDiv : Dom.id(this.statusBarTgtId);\n\n //default container: 'lDiv'\n if(!this.statusBarTgtId){\n statusDiv.appendChild(statusSpanText);\n statusDiv.appendChild(statusSpan);\n targetEl.appendChild(statusDiv);\n } else {\n // custom container, no need to append statusDiv\n targetEl.appendChild(statusSpanText);\n targetEl.appendChild(statusSpan);\n }\n\n this.statusBarDiv = statusDiv;\n this.statusBarSpan = statusSpan;\n this.statusBarSpanText = statusSpanText;\n\n // Subscribe to events\n emitter.on(['before-filtering'], ()=> this.message(this.msgFilter));\n emitter.on(['before-populating-filter'],\n ()=> this.message(this.msgPopulate));\n emitter.on(['before-page-change'],\n ()=> this.message(this.msgChangePage));\n emitter.on(['before-clearing-filters'], ()=>\n this.message(this.msgClear));\n emitter.on(['before-page-length-change'],\n ()=> this.message(this.msgChangeResults));\n emitter.on(['before-reset-page'], ()=> this.message(this.msgResetPage));\n emitter.on(['before-reset-page-length'],\n ()=> this.message(this.msgResetPageLength));\n emitter.on(['before-loading-extensions'],\n ()=> this.message(this.msgLoadExtensions));\n emitter.on(['before-loading-themes'],\n ()=> this.message(this.msgLoadThemes));\n\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.message('')\n );\n\n this.initialized = true;\n }\n\n message(t=''){\n if(!this.isEnabled()){\n return;\n }\n\n if(this.onBeforeShowMsg){\n this.onBeforeShowMsg.call(null, this.tf, t);\n }\n\n let d = t==='' ? this.statusBarCloseDelay : 1;\n global.setTimeout(() => {\n if(!this.initialized){\n return;\n }\n this.statusBarSpan.innerHTML = t;\n if(this.onAfterShowMsg){\n this.onAfterShowMsg.call(null, this.tf, t);\n }\n }, d);\n }\n\n destroy(){\n if(!this.initialized){\n return;\n }\n\n let emitter = this.emitter;\n\n this.statusBarDiv.innerHTML = '';\n if(!this.statusBarTgtId){\n Dom.remove(this.statusBarDiv);\n }\n this.statusBarSpan = null;\n this.statusBarSpanText = null;\n this.statusBarDiv = null;\n\n // Unsubscribe to events\n emitter.off(['before-filtering'], ()=> this.message(this.msgFilter));\n emitter.off(['before-populating-filter'],\n ()=> this.message(this.msgPopulate));\n emitter.off(['before-page-change'],\n ()=> this.message(this.msgChangePage));\n emitter.off(['before-clearing-filters'],\n ()=> this.message(this.msgClear));\n emitter.off(['before-page-length-change'],\n ()=> this.message(this.msgChangeResults));\n emitter.off(['before-reset-page'], ()=>\n this.message(this.msgResetPage));\n emitter.off(['before-reset-page-length'],\n ()=> this.message(this.msgResetPageLength));\n emitter.off(['before-loading-extensions'],\n ()=> this.message(this.msgLoadExtensions));\n emitter.off(['before-loading-themes'],\n ()=> this.message(this.msgLoadThemes));\n\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.message('')\n );\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 649, + "__docId__": 663, "kind": "variable", "static": true, "variation": null, @@ -12352,7 +12634,7 @@ } }, { - "__docId__": 650, + "__docId__": 664, "kind": "class", "static": true, "variation": null, @@ -12372,7 +12654,7 @@ ] }, { - "__docId__": 651, + "__docId__": 665, "kind": "constructor", "static": false, "variation": null, @@ -12397,7 +12679,7 @@ "generator": false }, { - "__docId__": 652, + "__docId__": 666, "kind": "member", "static": false, "variation": null, @@ -12415,7 +12697,7 @@ } }, { - "__docId__": 653, + "__docId__": 667, "kind": "member", "static": false, "variation": null, @@ -12433,7 +12715,7 @@ } }, { - "__docId__": 654, + "__docId__": 668, "kind": "member", "static": false, "variation": null, @@ -12451,7 +12733,7 @@ } }, { - "__docId__": 655, + "__docId__": 669, "kind": "member", "static": false, "variation": null, @@ -12469,7 +12751,7 @@ } }, { - "__docId__": 656, + "__docId__": 670, "kind": "member", "static": false, "variation": null, @@ -12487,7 +12769,7 @@ } }, { - "__docId__": 657, + "__docId__": 671, "kind": "member", "static": false, "variation": null, @@ -12505,7 +12787,7 @@ } }, { - "__docId__": 658, + "__docId__": 672, "kind": "member", "static": false, "variation": null, @@ -12523,7 +12805,7 @@ } }, { - "__docId__": 659, + "__docId__": 673, "kind": "member", "static": false, "variation": null, @@ -12541,7 +12823,7 @@ } }, { - "__docId__": 660, + "__docId__": 674, "kind": "member", "static": false, "variation": null, @@ -12559,7 +12841,7 @@ } }, { - "__docId__": 661, + "__docId__": 675, "kind": "member", "static": false, "variation": null, @@ -12577,7 +12859,7 @@ } }, { - "__docId__": 662, + "__docId__": 676, "kind": "member", "static": false, "variation": null, @@ -12595,7 +12877,7 @@ } }, { - "__docId__": 663, + "__docId__": 677, "kind": "member", "static": false, "variation": null, @@ -12613,7 +12895,7 @@ } }, { - "__docId__": 664, + "__docId__": 678, "kind": "member", "static": false, "variation": null, @@ -12631,7 +12913,7 @@ } }, { - "__docId__": 665, + "__docId__": 679, "kind": "member", "static": false, "variation": null, @@ -12649,7 +12931,7 @@ } }, { - "__docId__": 666, + "__docId__": 680, "kind": "member", "static": false, "variation": null, @@ -12667,7 +12949,7 @@ } }, { - "__docId__": 667, + "__docId__": 681, "kind": "member", "static": false, "variation": null, @@ -12685,7 +12967,7 @@ } }, { - "__docId__": 668, + "__docId__": 682, "kind": "member", "static": false, "variation": null, @@ -12703,7 +12985,7 @@ } }, { - "__docId__": 669, + "__docId__": 683, "kind": "member", "static": false, "variation": null, @@ -12721,7 +13003,7 @@ } }, { - "__docId__": 670, + "__docId__": 684, "kind": "member", "static": false, "variation": null, @@ -12739,7 +13021,7 @@ } }, { - "__docId__": 671, + "__docId__": 685, "kind": "member", "static": false, "variation": null, @@ -12757,7 +13039,7 @@ } }, { - "__docId__": 672, + "__docId__": 686, "kind": "member", "static": false, "variation": null, @@ -12775,7 +13057,7 @@ } }, { - "__docId__": 673, + "__docId__": 687, "kind": "member", "static": false, "variation": null, @@ -12793,7 +13075,7 @@ } }, { - "__docId__": 674, + "__docId__": 688, "kind": "member", "static": false, "variation": null, @@ -12811,7 +13093,7 @@ } }, { - "__docId__": 675, + "__docId__": 689, "kind": "method", "static": false, "variation": null, @@ -12826,7 +13108,7 @@ "generator": false }, { - "__docId__": 676, + "__docId__": 690, "kind": "member", "static": false, "variation": null, @@ -12844,7 +13126,7 @@ } }, { - "__docId__": 677, + "__docId__": 691, "kind": "member", "static": false, "variation": null, @@ -12862,7 +13144,7 @@ } }, { - "__docId__": 678, + "__docId__": 692, "kind": "member", "static": false, "variation": null, @@ -12880,7 +13162,7 @@ } }, { - "__docId__": 679, + "__docId__": 693, "kind": "member", "static": false, "variation": null, @@ -12898,7 +13180,7 @@ } }, { - "__docId__": 680, + "__docId__": 694, "kind": "method", "static": false, "variation": null, @@ -12923,7 +13205,7 @@ "generator": false }, { - "__docId__": 681, + "__docId__": 695, "kind": "method", "static": false, "variation": null, @@ -12938,7 +13220,7 @@ "generator": false }, { - "__docId__": 682, + "__docId__": 696, "kind": "member", "static": false, "variation": null, @@ -12956,7 +13238,7 @@ } }, { - "__docId__": 683, + "__docId__": 697, "kind": "member", "static": false, "variation": null, @@ -12974,7 +13256,7 @@ } }, { - "__docId__": 684, + "__docId__": 698, "kind": "member", "static": false, "variation": null, @@ -12992,7 +13274,7 @@ } }, { - "__docId__": 685, + "__docId__": 699, "kind": "member", "static": false, "variation": null, @@ -13010,7 +13292,7 @@ } }, { - "__docId__": 686, + "__docId__": 700, "kind": "file", "static": true, "variation": null, @@ -13023,7 +13305,7 @@ "content": "\nimport Cookie from '../cookie';\n\nconst global = window;\nconst JSON = global.JSON;\nconst localStorage = global.localStorage;\nconst location = global.location;\n\nexport const hasStorage = () => {\n return 'Storage' in global;\n};\n\n/**\n * Stores the features state in browser's local storage or cookie\n *\n * @export\n * @class Storage\n */\nexport class Storage {\n\n /**\n * Creates an instance of Storage\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n this.state = state;\n this.tf = state.tf;\n this.enableLocalStorage = state.enableLocalStorage && hasStorage();\n this.enableCookie = state.enableCookie && !this.enableLocalStorage;\n this.emitter = state.emitter;\n this.duration = state.cookieDuration;\n }\n\n\n /**\n * Initializes the Storage object\n */\n init() {\n this.emitter.on(['state-changed'], (tf, state) => this.save(state));\n this.emitter.on(['initialized'], () => this.sync());\n }\n\n /**\n * Persists the features state on state changes\n *\n * @param {State} state Instance of State\n */\n save(state) {\n if (this.enableLocalStorage) {\n localStorage[this.getKey()] = JSON.stringify(state);\n } else {\n Cookie.write(this.getKey(), JSON.stringify(state), this.duration);\n }\n }\n\n /**\n * Turns stored string into a State JSON object\n *\n * @returns {Object} JSON object\n */\n retrieve() {\n let state = null;\n if (this.enableLocalStorage) {\n state = localStorage[this.getKey()];\n } else {\n state = Cookie.read(this.getKey());\n }\n\n if (!state) {\n return null;\n }\n return JSON.parse(state);\n }\n\n /**\n * Removes persisted state from storage\n */\n remove() {\n if (this.enableLocalStorage) {\n localStorage.removeItem(this.getKey());\n } else {\n Cookie.remove(this.getKey());\n }\n }\n\n /**\n * Applies persisted state to features\n */\n sync() {\n let state = this.retrieve();\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Returns the storage key\n *\n * @returns {String} Key\n */\n getKey() {\n return JSON.stringify({\n key: `${this.tf.prfxTf}_${this.tf.id}`,\n path: location.pathname\n });\n }\n\n /**\n * Release Storage event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.save(state));\n this.emitter.off(['initialized'], () => this.sync());\n\n this.remove();\n\n this.state = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 687, + "__docId__": 701, "kind": "variable", "static": true, "variation": null, @@ -13044,7 +13326,7 @@ } }, { - "__docId__": 688, + "__docId__": 702, "kind": "variable", "static": true, "variation": null, @@ -13065,7 +13347,7 @@ } }, { - "__docId__": 689, + "__docId__": 703, "kind": "variable", "static": true, "variation": null, @@ -13086,7 +13368,7 @@ } }, { - "__docId__": 690, + "__docId__": 704, "kind": "variable", "static": true, "variation": null, @@ -13107,7 +13389,7 @@ } }, { - "__docId__": 691, + "__docId__": 705, "kind": "variable", "static": true, "variation": null, @@ -13128,7 +13410,7 @@ } }, { - "__docId__": 692, + "__docId__": 706, "kind": "class", "static": true, "variation": null, @@ -13154,7 +13436,7 @@ "interface": false }, { - "__docId__": 693, + "__docId__": 707, "kind": "constructor", "static": false, "variation": null, @@ -13179,7 +13461,7 @@ "generator": false }, { - "__docId__": 694, + "__docId__": 708, "kind": "member", "static": false, "variation": null, @@ -13197,7 +13479,7 @@ } }, { - "__docId__": 695, + "__docId__": 709, "kind": "member", "static": false, "variation": null, @@ -13215,7 +13497,7 @@ } }, { - "__docId__": 696, + "__docId__": 710, "kind": "member", "static": false, "variation": null, @@ -13233,7 +13515,7 @@ } }, { - "__docId__": 697, + "__docId__": 711, "kind": "member", "static": false, "variation": null, @@ -13251,7 +13533,7 @@ } }, { - "__docId__": 698, + "__docId__": 712, "kind": "member", "static": false, "variation": null, @@ -13269,7 +13551,7 @@ } }, { - "__docId__": 699, + "__docId__": 713, "kind": "member", "static": false, "variation": null, @@ -13287,7 +13569,7 @@ } }, { - "__docId__": 700, + "__docId__": 714, "kind": "method", "static": false, "variation": null, @@ -13301,7 +13583,7 @@ "generator": false }, { - "__docId__": 701, + "__docId__": 715, "kind": "method", "static": false, "variation": null, @@ -13326,7 +13608,7 @@ "generator": false }, { - "__docId__": 702, + "__docId__": 716, "kind": "method", "static": false, "variation": null, @@ -13354,7 +13636,7 @@ "generator": false }, { - "__docId__": 703, + "__docId__": 717, "kind": "method", "static": false, "variation": null, @@ -13368,7 +13650,7 @@ "generator": false }, { - "__docId__": 704, + "__docId__": 718, "kind": "method", "static": false, "variation": null, @@ -13382,7 +13664,7 @@ "generator": false }, { - "__docId__": 705, + "__docId__": 719, "kind": "method", "static": false, "variation": null, @@ -13410,7 +13692,7 @@ "generator": false }, { - "__docId__": 706, + "__docId__": 720, "kind": "method", "static": false, "variation": null, @@ -13424,7 +13706,7 @@ "generator": false }, { - "__docId__": 707, + "__docId__": 721, "kind": "member", "static": false, "variation": null, @@ -13442,7 +13724,7 @@ } }, { - "__docId__": 708, + "__docId__": 722, "kind": "member", "static": false, "variation": null, @@ -13460,7 +13742,7 @@ } }, { - "__docId__": 709, + "__docId__": 723, "kind": "file", "static": true, "variation": null, @@ -13473,7 +13755,7 @@ "content": "import Str from './string';\n\nexport default {\n ignoreCase(a, b){\n let x = Str.lower(a);\n let y = Str.lower(b);\n return ((x < y) ? -1 : ((x > y) ? 1 : 0));\n },\n numSortAsc(a, b){\n return (a - b);\n },\n numSortDesc(a, b){\n return (b - a);\n }\n};\n" }, { - "__docId__": 710, + "__docId__": 724, "kind": "file", "static": true, "variation": null, @@ -13486,7 +13768,7 @@ "content": "/**\n * String utilities\n */\n\nexport default {\n\n lower(text){\n return text.toLowerCase();\n },\n\n upper(text){\n return text.toUpperCase();\n },\n\n trim(text){\n if (text.trim){\n return text.trim();\n }\n return text.replace(/^\\s*|\\s*$/g, '');\n },\n\n isEmpty(text){\n return this.trim(text) === '';\n },\n\n rgxEsc(text){\n let chars = /[-\\/\\\\^$*+?.()|[\\]{}]/g;\n let escMatch = '\\\\$&';\n return String(text).replace(chars, escMatch);\n },\n\n matchCase(text, caseSensitive){\n if(!caseSensitive){\n return this.lower(text);\n }\n return text;\n },\n\n /**\n * Checks if passed data contains the searched term\n * @param {String} term Searched term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @param {Boolean} caseSensitive Case sensitive\n * @return {Boolean}\n */\n contains(term, data, exactMatch=false, caseSensitive=false){\n // Improved by Cedric Wartel (cwl) automatic exact match for selects and\n // special characters are now filtered\n let regexp,\n modifier = caseSensitive ? 'g' : 'gi';\n if(exactMatch){\n regexp = new RegExp(\n '(^\\\\s*)'+ this.rgxEsc(term) +'(\\\\s*$)', modifier);\n } else {\n regexp = new RegExp(this.rgxEsc(term), modifier);\n }\n return regexp.test(data);\n }\n\n};\n" }, { - "__docId__": 711, + "__docId__": 725, "kind": "file", "static": true, "variation": null, @@ -13496,10 +13778,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import Event from './event';\nimport Dom from './dom';\nimport Str from './string';\nimport Types from './types';\nimport DateHelper from './date';\nimport Helpers from './helpers';\n\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\n\nlet global = window,\n doc = global.document;\n\nexport class TableFilter {\n\n /**\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n if (args.length === 0) { return; }\n\n this.id = null;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = null;\n this.startRow = null;\n this.refRow = null;\n this.headersRow = null;\n this.cfg = {};\n this.nbFilterableRows = null;\n this.nbRows = null;\n this.nbCells = null;\n this._hasGrid = false;\n\n // TODO: use for-of with babel plug-in\n args.forEach((arg) => {\n // for (let arg of args) {\n let argtype = typeof arg;\n if (argtype === 'object' && arg && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (argtype === 'string') {\n this.id = arg;\n this.tbl = Dom.id(arg);\n } else if (argtype === 'number') {\n this.startRow = arg;\n } else if (argtype === 'object') {\n this.cfg = arg;\n }\n // }\n });\n\n if (!this.tbl || this.tbl.nodeName != 'TABLE' ||\n this.getRowsNb() === 0) {\n throw new Error(\n 'Could not instantiate TableFilter: HTML table not found.');\n }\n\n // configuration object\n let f = this.cfg;\n\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filter types ***/\n this.fltTypeInp = 'input';\n this.fltTypeSlc = 'select';\n this.fltTypeMulti = 'multiple';\n this.fltTypeCheckList = 'checklist';\n this.fltTypeNone = 'none';\n\n /*** filters' grid properties ***/\n\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = f.filters_cell_tag !== 'th' ||\n f.filters_cell_tag !== 'td' ? 'td' : f.filters_cell_tag;\n\n //stores filters ids\n this.fltIds = [];\n //stores filters DOM elements\n this.fltElms = [];\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = [];\n //stores filters row element\n this.fltGridEl = null;\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons === false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = Types.isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key === false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = Types.isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = Types.isFn(f.on_after_filter) ?\n f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = Types.isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //delays any filtering process if loader true\n this.execDelay = !isNaN(f.exec_delay) ? parseInt(f.exec_delay, 10) :\n 100;\n //calls function when filters grid loaded\n this.onFiltersLoaded = Types.isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = Types.isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = Types.isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = Types.isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = Types.isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = Types.isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = Types.isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change === false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select === false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = Types.isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n /*** rows counter ***/\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n /*** status bar ***/\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n /*** loader ***/\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = Types.isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = Types.isFn(f.on_after_reset) ?\n f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbVisibleRows = 0; //nb visible rows\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //Auto filtering, table is filtered when user stops typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : 900;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = Types.isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n // stateful\n this.state = Types.isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = Types.isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = Types.isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //filter values cookie\n this.prfxCookieFltsValues = 'tf_flts_';\n //page nb cookie\n this.prfxCookiePageNb = 'tf_pgnb_';\n //page length cookie\n this.prfxCookiePageLen = 'tf_pglen_';\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = Types.isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || Types.isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n //responsive table\n this.responsive = Boolean(f.responsive);\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this._hasGrid) {\n return;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.tbl.rows.length;\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = Dom.create(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i == n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = this.fltTypeInp;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === this.fltTypeSlc || col === this.fltTypeMulti) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === this.fltTypeCheckList) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i == n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n this._hasGrid = true;\n\n //TF css class is added to table\n if (!this.gridLayout) {\n Dom.addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n Dom.addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n\n this.initialized = true;\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = Event.keyCode(evt);\n if (key === 13) {\n this.filter();\n Event.cancel(evt);\n Event.stop(evt);\n } else {\n this.isUserTyping = true;\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = Event.keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n // TODO: define constants for keys\n if (key !== 13 && key !== 9 && key !== 27 && key !== 38 && key !== 40) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = global.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = Event.target(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n global.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = Dom.tag(this.tbl, 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = 'none';\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.nbFilterableRows + this.refRow;\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inptype = col === this.fltTypeInp ? 'text' : 'hidden';\n let inp = Dom.create(this.fltTypeInp,\n ['id', this.prfxFlt + colIndex + '_' + this.id],\n ['type', inptype], ['ct', colIndex]);\n\n if (inptype !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n Event.add(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(inp);\n this.externalFltEls.push(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n Event.add(inp, 'keypress', (evt) => this.detectKey(evt));\n Event.add(inp, 'keydown', () => this.onKeyDown());\n Event.add(inp, 'keyup', (evt) => this.onKeyUp(evt));\n Event.add(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = Dom.create(this.fltTypeInp,\n ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n Event.add(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !Types.isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = null;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (Types.isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n //Some elements need to be overriden for default theme\n //Reset button\n this.btnResetText = null;\n this.btnResetHtml = '';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '
    ';\n this.loaderText = null;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return Dom.id(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this._hasGrid) {\n return;\n }\n let rows = this.tbl.rows,\n Mod = this.Mod,\n emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.fltGridEl = rows[this.filtersRowIndex];\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n var feature = Mod[key];\n if (feature && Types.isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n Dom.removeClass(this.tbl, this.prfxTf);\n Dom.removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this._hasGrid = false;\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infdiv = Dom.create('div', ['id', this.prfxInfDiv + this.id]);\n infdiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n Dom.id(this.toolBarTgtId).appendChild(infdiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infdiv);\n infdiv.className = gridLayout.gridInfDivCssClass;\n }\n //default location: just above the table\n else {\n var cont = Dom.create('caption');\n cont.appendChild(infdiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = Dom.id(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = Dom.create('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = Dom.id(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = Dom.create('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = Dom.id(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = Dom.create('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = Dom.id(this.prfxMDiv + this.id);\n\n // emit help initialisation only if undefined\n if (Types.isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n Dom.remove(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = Dom.tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = Dom.id(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) != -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (Types.isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this._hasGrid) {\n return;\n }\n //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n hiddenrows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n let numCellData;\n let nbFormat;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(Str.rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(Str.rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = Dom.getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, j) {\n sA = Str.matchCase(sA, this.caseSensitive);\n\n let occurence,\n removeNbFormat = Helpers.removeNbFormat;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\n\n //Search arg dates tests\n let isLDate = hasLO &&\n DateHelper.isValid(sA.replace(re_l, ''), dtType);\n let isLEDate = hasLE &&\n DateHelper.isValid(sA.replace(re_le, ''), dtType);\n let isGDate = hasGR &&\n DateHelper.isValid(sA.replace(re_g, ''), dtType);\n let isGEDate = hasGE &&\n DateHelper.isValid(sA.replace(re_ge, ''), dtType);\n let isDFDate = hasDF &&\n DateHelper.isValid(sA.replace(re_d, ''), dtType);\n let isEQDate = hasEQ &&\n DateHelper.isValid(sA.replace(re_eq, ''), dtType);\n\n let dte1, dte2;\n //dates\n if (DateHelper.isValid(cellData, dtType)) {\n dte1 = DateHelper.format(cellData, dtType);\n // lower date\n if (isLDate) {\n dte2 = DateHelper.format(sA.replace(re_l, ''), dtType);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = DateHelper.format(sA.replace(re_le, ''), dtType);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = DateHelper.format(sA.replace(re_ge, ''), dtType);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = DateHelper.format(sA.replace(re_g, ''), dtType);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = DateHelper.format(sA.replace(re_d, ''), dtType);\n occurence = dte1.toString() != dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = DateHelper.format(sA.replace(re_eq, ''), dtType);\n occurence = dte1.toString() == dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (DateHelper.isValid(sA, dtType)) {\n dte2 = DateHelper.format(sA, dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !Str.isEmpty(cellData);\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n }\n\n else {\n //first numbers need to be formated\n if (this.hasColNbFormat && this.colNbFormat[j]) {\n numCellData = removeNbFormat(cellData, this.colNbFormat[j]);\n nbFormat = this.colNbFormat[j];\n } else {\n if (this.thousandsSeparator === ',' &&\n this.decimalSeparator === '.') {\n numCellData = removeNbFormat(cellData, 'us');\n nbFormat = 'us';\n } else {\n numCellData = removeNbFormat(cellData, 'eu');\n nbFormat = 'eu';\n }\n }\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numCellData <= removeNbFormat(\n sA.replace(re_le, ''), nbFormat);\n }\n //greater equal\n else if (hasGE) {\n occurence = numCellData >= removeNbFormat(\n sA.replace(re_ge, ''), nbFormat);\n }\n //lower\n else if (hasLO) {\n occurence = numCellData < removeNbFormat(\n sA.replace(re_l, ''), nbFormat);\n }\n //greater\n else if (hasGR) {\n occurence = numCellData > removeNbFormat(\n sA.replace(re_g, ''), nbFormat);\n }\n //different\n else if (hasDF) {\n occurence = Str.contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = Str.contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !Str.isEmpty(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp fires an exception\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if(numCellData && !this.singleSearchFlt) {\n sA = removeNbFormat(sA, nbFormat);\n occurence = numCellData === sA ||\n Str.contains(sA.toString(), numCellData.toString(),\n this.isExactMatch(j), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = Str.contains(sA, cellData,\n this.isExactMatch(j), this.caseSensitive);\n }\n }\n\n }//else\n return occurence;\n }//fn\n\n for (let k = this.refRow; k < this.nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells,\n nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n var dtType = this.hasColDateType ?\n this.colDateType[j] : this.defaultDateType;\n\n if (sA === '') {\n continue;\n }\n\n let cellData = Str.matchCase(this.getCellData(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (Types.isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (Types.isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = Str.trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (Types.isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = hasArg.call(this, Str.trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n if (!isRowValid) {\n this.validateRow(k, false);\n hiddenrows++;\n } else {\n this.validateRow(k, true);\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbVisibleRows = this.validRowsIndex.length;\n this.nbHiddenRows = hiddenrows;\n\n //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows,\n colValues = [];\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < this.nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) != -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j != colIndex || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]),\n nbFormat = this.colNbFormat ?\n this.colNbFormat[colIndex] : null,\n data = num ?\n Helpers.removeNbFormat(cellData, nbFormat) :\n cellData;\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== this.fltTypeMulti &&\n fltColType !== this.fltTypeCheckList) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === this.fltTypeMulti) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === this.fltTypeCheckList) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (Types.isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (Types.isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(Str.trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === Str.lower(type)) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return Dom.id(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex];\n return tr.cells.length;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = Types.isUndef(this.refRow) ? 0 : this.refRow,\n ntrs = this.tbl.rows.length;\n if (includeHeaders) { s = 0; }\n return parseInt(ntrs - s, 10);\n }\n\n /**\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData && this.customCellDataCols.indexOf(idx) != -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return Dom.getText(cell);\n }\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let tblData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < this.nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (Types.isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\n }\n\n /**\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n if (!Types.isObj(row)) {\n return null;\n }\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : 'none',\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this._hasGrid) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== this.fltTypeMulti &&\n fltColType != this.fltTypeCheckList) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === this.fltTypeMulti) {\n let values = Types.isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === this.fltTypeCheckList) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.isExternalFlt);\n }\n if (Types.isArray(query)) {\n values = query;\n } else {\n query = Str.matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n setWidths.call(this);\n\n function setWidths() {\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = Dom.tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = Dom.create('col', ['id', this.id + '_col_' + k]);\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= this.nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n Dom.removeClass(\n this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (Dom.hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n Dom.addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (Types.isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(this.fltTypeSlc, true),\n slcA2 = this.getFiltersByType(this.fltTypeMulti, true),\n slcA3 = this.getFiltersByType(this.fltTypeCheckList, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let curSlc = Dom.id(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) != -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) != -1 ||\n slcA2.indexOf(slcIndex[i]) != -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = Dom.createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) != -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n (fltType !== this.fltTypeInp);\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type) {\n let imported = false,\n importType = !type ? 'script' : type,\n attr = importType == 'script' ? 'src' : 'href',\n files = Dom.tag(doc, importType);\n for (let i = 0, len = files.length; i < len; i++) {\n if (files[i][attr] === undefined) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type) {\n let ftype = !type ? 'script' : type,\n imported = this.isImported(filePath, ftype);\n if (imported) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = Dom.tag(doc, 'head')[0];\n\n if (Str.lower(ftype) === 'link') {\n file = Dom.create('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = Dom.create('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = function () {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error('TableFilter could not load: ' + filePath);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n hasGrid() {\n return this._hasGrid;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.getRowsNb(true); k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== 'none') {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n return (this.nbRows - 1);\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = Dom.tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = Dom.getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? this.fltTypeInp : Str.lower(colType);\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" + "content": "import Event from './event';\nimport Dom from './dom';\nimport Str from './string';\nimport Types from './types';\nimport DateHelper from './date';\nimport Helpers from './helpers';\n\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY\n} from './const';\n\nlet global = window,\n doc = global.document;\n\nexport class TableFilter {\n\n /**\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n this.id = null;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = null;\n this.startRow = null;\n this.refRow = null;\n this.headersRow = null;\n this.cfg = {};\n this.nbFilterableRows = null;\n this.nbRows = null;\n this.nbCells = null;\n this._hasGrid = false;\n\n // TODO: use for-of with babel plug-in\n args.forEach((arg) => {\n // for (let arg of args) {\n let argtype = typeof arg;\n if (argtype === 'object' && arg && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (argtype === 'string') {\n this.id = arg;\n this.tbl = Dom.id(arg);\n } else if (argtype === 'number') {\n this.startRow = arg;\n } else if (argtype === 'object') {\n this.cfg = arg;\n }\n // }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE' ||\n this.getRowsNb() === 0) {\n throw new Error('Could not instantiate TableFilter: HTML table ' +\n 'DOMElement not found.');\n }\n\n // configuration object\n let f = this.cfg;\n\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = Types.isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n //stores filters ids\n this.fltIds = [];\n //stores filters DOM elements\n this.fltElms = [];\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = [];\n //stores filters row element\n this.fltGridEl = null;\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons === false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = Types.isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key === false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = Types.isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = Types.isFn(f.on_after_filter) ?\n f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = Types.isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //calls function when filters grid loaded\n this.onFiltersLoaded = Types.isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = Types.isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = Types.isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = Types.isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = Types.isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = Types.isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = Types.isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change === false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select === false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = Types.isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n /*** rows counter ***/\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n /*** status bar ***/\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n /*** loader ***/\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = Types.isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = Types.isFn(f.on_after_reset) ?\n f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbVisibleRows = 0; //nb visible rows\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //Auto filtering, table is filtered when user stops typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = Types.isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n // stateful\n this.state = Types.isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = Types.isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = Types.isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //filter values cookie\n this.prfxCookieFltsValues = 'tf_flts_';\n //page nb cookie\n this.prfxCookiePageNb = 'tf_pgnb_';\n //page length cookie\n this.prfxCookiePageLen = 'tf_pglen_';\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = Types.isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || Types.isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n //responsive table\n this.responsive = Boolean(f.responsive);\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this._hasGrid) {\n return;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.tbl.rows.length;\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = Dom.create(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i == n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i == n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n this._hasGrid = true;\n\n //TF css class is added to table\n if (!this.gridLayout) {\n Dom.addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n Dom.addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n\n this.initialized = true;\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = Event.keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n Event.cancel(evt);\n Event.stop(evt);\n } else {\n this.isUserTyping = true;\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = Event.keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = global.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = Event.target(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n global.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = Dom.tag(this.tbl, 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.nbFilterableRows + this.refRow;\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inptype = col === INPUT ? 'text' : 'hidden';\n let inp = Dom.create(INPUT,\n ['id', this.prfxFlt + colIndex + '_' + this.id],\n ['type', inptype], ['ct', colIndex]);\n\n if (inptype !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n Event.add(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(inp);\n this.externalFltEls.push(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n Event.add(inp, 'keypress', (evt) => this.detectKey(evt));\n Event.add(inp, 'keydown', () => this.onKeyDown());\n Event.add(inp, 'keyup', (evt) => this.onKeyUp(evt));\n Event.add(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = Dom.create(INPUT,\n ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n Dom.id(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n Event.add(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !Types.isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = null;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (Types.isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n //Some elements need to be overriden for default theme\n //Reset button\n this.btnResetText = null;\n this.btnResetHtml = '';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '
    ';\n this.loaderText = null;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return Dom.id(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this._hasGrid) {\n return;\n }\n let rows = this.tbl.rows,\n Mod = this.Mod,\n emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.fltGridEl = rows[this.filtersRowIndex];\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n let feature = Mod[key];\n if (feature && Types.isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n Dom.removeClass(this.tbl, this.prfxTf);\n Dom.removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this._hasGrid = false;\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infdiv = Dom.create('div', ['id', this.prfxInfDiv + this.id]);\n infdiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n Dom.id(this.toolBarTgtId).appendChild(infdiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infdiv);\n infdiv.className = gridLayout.gridInfDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = Dom.create('caption');\n cont.appendChild(infdiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = Dom.id(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = Dom.create('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = Dom.id(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = Dom.create('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = Dom.id(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = Dom.create('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = Dom.id(this.prfxMDiv + this.id);\n\n // emit help initialisation only if undefined\n if (Types.isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n Dom.remove(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = Dom.tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = Dom.id(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) != -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (Types.isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this._hasGrid) {\n return;\n }\n //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n hiddenrows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n let numCellData;\n let nbFormat;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(Str.rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(Str.rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = Dom.getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, j) {\n sA = Str.matchCase(sA, this.caseSensitive);\n\n let occurence,\n removeNbFormat = Helpers.removeNbFormat;\n let dtType = this.hasColDateType ?\n this.colDateType[j] : this.defaultDateType;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\n\n //Search arg dates tests\n let isLDate = hasLO &&\n DateHelper.isValid(sA.replace(re_l, ''), dtType);\n let isLEDate = hasLE &&\n DateHelper.isValid(sA.replace(re_le, ''), dtType);\n let isGDate = hasGR &&\n DateHelper.isValid(sA.replace(re_g, ''), dtType);\n let isGEDate = hasGE &&\n DateHelper.isValid(sA.replace(re_ge, ''), dtType);\n let isDFDate = hasDF &&\n DateHelper.isValid(sA.replace(re_d, ''), dtType);\n let isEQDate = hasEQ &&\n DateHelper.isValid(sA.replace(re_eq, ''), dtType);\n\n let dte1, dte2;\n //dates\n if (DateHelper.isValid(cellData, dtType)) {\n dte1 = DateHelper.format(cellData, dtType);\n // lower date\n if (isLDate) {\n dte2 = DateHelper.format(sA.replace(re_l, ''), dtType);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = DateHelper.format(sA.replace(re_le, ''), dtType);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = DateHelper.format(sA.replace(re_ge, ''), dtType);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = DateHelper.format(sA.replace(re_g, ''), dtType);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = DateHelper.format(sA.replace(re_d, ''), dtType);\n occurence = dte1.toString() != dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = DateHelper.format(sA.replace(re_eq, ''), dtType);\n occurence = dte1.toString() == dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (DateHelper.isValid(sA, dtType)) {\n dte2 = DateHelper.format(sA, dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !Str.isEmpty(cellData);\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n }\n\n else {\n //first numbers need to be formated\n if (this.hasColNbFormat && this.colNbFormat[j]) {\n numCellData = removeNbFormat(cellData, this.colNbFormat[j]);\n nbFormat = this.colNbFormat[j];\n } else {\n if (this.thousandsSeparator === ',' &&\n this.decimalSeparator === '.') {\n numCellData = removeNbFormat(cellData, 'us');\n nbFormat = 'us';\n } else {\n numCellData = removeNbFormat(cellData, 'eu');\n nbFormat = 'eu';\n }\n }\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numCellData <= removeNbFormat(\n sA.replace(re_le, ''), nbFormat);\n }\n //greater equal\n else if (hasGE) {\n occurence = numCellData >= removeNbFormat(\n sA.replace(re_ge, ''), nbFormat);\n }\n //lower\n else if (hasLO) {\n occurence = numCellData < removeNbFormat(\n sA.replace(re_l, ''), nbFormat);\n }\n //greater\n else if (hasGR) {\n occurence = numCellData > removeNbFormat(\n sA.replace(re_g, ''), nbFormat);\n }\n //different\n else if (hasDF) {\n occurence = Str.contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = Str.contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !Str.isEmpty(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp fires an exception\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numCellData && !this.singleSearchFlt) {\n sA = removeNbFormat(sA, nbFormat);\n occurence = numCellData === sA ||\n Str.contains(sA.toString(), numCellData.toString(),\n this.isExactMatch(j), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = Str.contains(sA, cellData,\n this.isExactMatch(j), this.caseSensitive);\n }\n }\n\n }//else\n return occurence;\n }//fn\n\n for (let k = this.refRow; k < this.nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells,\n nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellData = Str.matchCase(this.getCellData(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (Types.isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (Types.isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = Str.trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (Types.isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = hasArg.call(this, Str.trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n if (!isRowValid) {\n this.validateRow(k, false);\n hiddenrows++;\n } else {\n this.validateRow(k, true);\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbVisibleRows = this.validRowsIndex.length;\n this.nbHiddenRows = hiddenrows;\n\n //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows,\n colValues = [];\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < this.nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) != -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j != colIndex || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]),\n nbFormat = this.colNbFormat ?\n this.colNbFormat[colIndex] : null,\n data = num ?\n Helpers.removeNbFormat(cellData, nbFormat) :\n cellData;\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (Types.isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (Types.isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(Str.trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === Str.lower(type)) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return Dom.id(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex];\n return tr.cells.length;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = Types.isUndef(this.refRow) ? 0 : this.refRow,\n ntrs = this.tbl.rows.length;\n if (includeHeaders) { s = 0; }\n return parseInt(ntrs - s, 10);\n }\n\n /**\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData && this.customCellDataCols.indexOf(idx) != -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return Dom.getText(cell);\n }\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let tblData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < this.nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (Types.isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\n }\n\n /**\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n if (!Types.isObj(row)) {\n return null;\n }\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this._hasGrid) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = Types.isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.isExternalFlt);\n }\n if (Types.isArray(query)) {\n values = query;\n } else {\n query = Str.matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n setWidths.call(this);\n\n function setWidths() {\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = Dom.tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = Dom.create('col', ['id', this.id + '_col_' + k]);\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= this.nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n Dom.removeClass(\n this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (Dom.hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n Dom.addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (Types.isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let curSlc = Dom.id(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) != -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) != -1 ||\n slcA2.indexOf(slcIndex[i]) != -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = Dom.createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) != -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type) {\n let imported = false,\n importType = !type ? 'script' : type,\n attr = importType == 'script' ? 'src' : 'href',\n files = Dom.tag(doc, importType);\n for (let i = 0, len = files.length; i < len; i++) {\n if (files[i][attr] === undefined) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type) {\n let ftype = !type ? 'script' : type,\n imported = this.isImported(filePath, ftype);\n if (imported) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = Dom.tag(doc, 'head')[0];\n\n if (Str.lower(ftype) === 'link') {\n file = Dom.create('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = Dom.create('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = function () {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error('TableFilter could not load: ' + filePath);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n hasGrid() {\n return this._hasGrid;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.getRowsNb(true); k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n return (this.nbRows - 1);\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = Dom.tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = Dom.getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : Str.lower(colType);\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" }, { - "__docId__": 712, + "__docId__": 726, "kind": "variable", "static": true, "variation": null, @@ -13511,7 +13793,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": null, "description": null, - "lineNumber": 24, + "lineNumber": 30, "undocument": true, "type": { "types": [ @@ -13520,7 +13802,7 @@ } }, { - "__docId__": 713, + "__docId__": 727, "kind": "class", "static": true, "variation": null, @@ -13532,12 +13814,12 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": "{TableFilter}", "description": null, - "lineNumber": 27, + "lineNumber": 33, "undocument": true, "interface": false }, { - "__docId__": 714, + "__docId__": 728, "kind": "constructor", "static": false, "variation": null, @@ -13546,7 +13828,7 @@ "longname": "src/tablefilter.js~TableFilter#constructor", "access": null, "description": "TableFilter object constructor\nrequires `table` or `id` arguments, `row` and `configuration` optional", - "lineNumber": 37, + "lineNumber": 43, "params": [ { "nullable": null, @@ -13591,258 +13873,6 @@ ], "generator": false }, - { - "__docId__": 715, - "kind": "member", - "static": false, - "variation": null, - "name": "id", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", - "access": null, - "description": null, - "lineNumber": 40, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 716, - "kind": "member", - "static": false, - "variation": null, - "name": "version", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#version", - "access": null, - "description": null, - "lineNumber": 41, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 717, - "kind": "member", - "static": false, - "variation": null, - "name": "year", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#year", - "access": null, - "description": null, - "lineNumber": 42, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 718, - "kind": "member", - "static": false, - "variation": null, - "name": "tbl", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 43, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 719, - "kind": "member", - "static": false, - "variation": null, - "name": "startRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#startRow", - "access": null, - "description": null, - "lineNumber": 44, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 720, - "kind": "member", - "static": false, - "variation": null, - "name": "refRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", - "access": null, - "description": null, - "lineNumber": 45, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 721, - "kind": "member", - "static": false, - "variation": null, - "name": "headersRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": null, - "description": null, - "lineNumber": 46, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 722, - "kind": "member", - "static": false, - "variation": null, - "name": "cfg", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", - "access": null, - "description": null, - "lineNumber": 47, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 723, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": null, - "description": null, - "lineNumber": 48, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 724, - "kind": "member", - "static": false, - "variation": null, - "name": "nbRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbRows", - "access": null, - "description": null, - "lineNumber": 49, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 725, - "kind": "member", - "static": false, - "variation": null, - "name": "nbCells", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", - "access": null, - "description": null, - "lineNumber": 50, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 726, - "kind": "member", - "static": false, - "variation": null, - "name": "_hasGrid", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_hasGrid", - "access": null, - "description": null, - "lineNumber": 51, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 727, - "kind": "member", - "static": false, - "variation": null, - "name": "tbl", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 58, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 728, - "kind": "member", - "static": false, - "variation": null, - "name": "id", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", - "access": null, - "description": null, - "lineNumber": 59, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, { "__docId__": 729, "kind": "member", @@ -13853,7 +13883,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, - "lineNumber": 61, + "lineNumber": 44, "undocument": true, "type": { "types": [ @@ -13866,16 +13896,16 @@ "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "version", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", + "longname": "src/tablefilter.js~TableFilter#version", "access": null, "description": null, - "lineNumber": 62, + "lineNumber": 45, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -13884,12 +13914,12 @@ "kind": "member", "static": false, "variation": null, - "name": "startRow", + "name": "year", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#startRow", + "longname": "src/tablefilter.js~TableFilter#year", "access": null, "description": null, - "lineNumber": 64, + "lineNumber": 46, "undocument": true, "type": { "types": [ @@ -13902,12 +13932,12 @@ "kind": "member", "static": false, "variation": null, - "name": "cfg", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 66, + "lineNumber": 47, "undocument": true, "type": { "types": [ @@ -13920,12 +13950,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emitter", + "name": "startRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emitter", + "longname": "src/tablefilter.js~TableFilter#startRow", "access": null, "description": null, - "lineNumber": 80, + "lineNumber": 48, "undocument": true, "type": { "types": [ @@ -13943,7 +13973,7 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 83, + "lineNumber": 49, "undocument": true, "type": { "types": [ @@ -13956,12 +13986,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbCells", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", + "longname": "src/tablefilter.js~TableFilter#headersRow", "access": null, "description": null, - "lineNumber": 84, + "lineNumber": 50, "undocument": true, "type": { "types": [ @@ -13974,12 +14004,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbCells", + "name": "cfg", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", + "longname": "src/tablefilter.js~TableFilter#cfg", "access": null, "description": null, - "lineNumber": 85, + "lineNumber": 51, "undocument": true, "type": { "types": [ @@ -13992,12 +14022,12 @@ "kind": "member", "static": false, "variation": null, - "name": "basePath", + "name": "nbFilterableRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#basePath", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 88, + "lineNumber": 52, "undocument": true, "type": { "types": [ @@ -14010,15 +14040,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltTypeInp", + "name": "nbRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltTypeInp", + "longname": "src/tablefilter.js~TableFilter#nbRows", "access": null, - "description": "filter types **", - "lineNumber": 91, + "description": null, + "lineNumber": 53, + "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -14027,16 +14058,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltTypeSlc", + "name": "nbCells", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltTypeSlc", + "longname": "src/tablefilter.js~TableFilter#nbCells", "access": null, "description": null, - "lineNumber": 92, + "lineNumber": 54, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -14045,16 +14076,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltTypeMulti", + "name": "_hasGrid", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltTypeMulti", + "longname": "src/tablefilter.js~TableFilter#_hasGrid", "access": null, "description": null, - "lineNumber": 93, + "lineNumber": 55, "undocument": true, "type": { "types": [ - "string" + "boolean" ] } }, @@ -14063,16 +14094,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltTypeCheckList", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltTypeCheckList", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 94, + "lineNumber": 62, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -14081,16 +14112,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltTypeNone", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltTypeNone", + "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, - "lineNumber": 95, + "lineNumber": 63, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -14099,12 +14130,13 @@ "kind": "member", "static": false, "variation": null, - "name": "fltGrid", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGrid", + "longname": "src/tablefilter.js~TableFilter#id", "access": null, - "description": "filters' grid properties **", - "lineNumber": 100, + "description": null, + "lineNumber": 65, + "undocument": true, "type": { "types": [ "*" @@ -14116,12 +14148,12 @@ "kind": "member", "static": false, "variation": null, - "name": "gridLayout", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#gridLayout", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 103, + "lineNumber": 66, "undocument": true, "type": { "types": [ @@ -14134,12 +14166,12 @@ "kind": "member", "static": false, "variation": null, - "name": "filtersRowIndex", + "name": "startRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", + "longname": "src/tablefilter.js~TableFilter#startRow", "access": null, "description": null, - "lineNumber": 105, + "lineNumber": 68, "undocument": true, "type": { "types": [ @@ -14152,12 +14184,12 @@ "kind": "member", "static": false, "variation": null, - "name": "headersRow", + "name": "cfg", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", + "longname": "src/tablefilter.js~TableFilter#cfg", "access": null, "description": null, - "lineNumber": 107, + "lineNumber": 70, "undocument": true, "type": { "types": [ @@ -14170,12 +14202,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCellTag", + "name": "emitter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCellTag", + "longname": "src/tablefilter.js~TableFilter#emitter", "access": null, "description": null, - "lineNumber": 111, + "lineNumber": 84, "undocument": true, "type": { "types": [ @@ -14188,12 +14220,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltIds", + "name": "refRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", + "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 115, + "lineNumber": 87, "undocument": true, "type": { "types": [ @@ -14206,12 +14238,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltElms", + "name": "nbCells", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltElms", + "longname": "src/tablefilter.js~TableFilter#nbCells", "access": null, "description": null, - "lineNumber": 117, + "lineNumber": 88, "undocument": true, "type": { "types": [ @@ -14224,12 +14256,12 @@ "kind": "member", "static": false, "variation": null, - "name": "validRowsIndex", + "name": "nbCells", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", + "longname": "src/tablefilter.js~TableFilter#nbCells", "access": null, "description": null, - "lineNumber": 119, + "lineNumber": 89, "undocument": true, "type": { "types": [ @@ -14242,12 +14274,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltGridEl", + "name": "basePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGridEl", + "longname": "src/tablefilter.js~TableFilter#basePath", "access": null, "description": null, - "lineNumber": 121, + "lineNumber": 92, "undocument": true, "type": { "types": [ @@ -14260,13 +14292,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "fltGrid", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#fltGrid", "access": null, - "description": null, - "lineNumber": 123, - "undocument": true, + "description": "filters' grid properties **", + "lineNumber": 96, "type": { "types": [ "*" @@ -14278,12 +14309,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "gridLayout", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#gridLayout", "access": null, "description": null, - "lineNumber": 125, + "lineNumber": 99, "undocument": true, "type": { "types": [ @@ -14296,12 +14327,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "filtersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", "access": null, "description": null, - "lineNumber": 127, + "lineNumber": 101, "undocument": true, "type": { "types": [ @@ -14314,12 +14345,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#headersRow", "access": null, "description": null, - "lineNumber": 129, + "lineNumber": 103, "undocument": true, "type": { "types": [ @@ -14332,12 +14363,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDivCssClass", + "name": "fltCellTag", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltCellTag", "access": null, "description": null, - "lineNumber": 132, + "lineNumber": 107, "undocument": true, "type": { "types": [ @@ -14350,12 +14381,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDivCssClass", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 134, + "lineNumber": 111, "undocument": true, "type": { "types": [ @@ -14368,12 +14399,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDivCssClass", + "name": "fltElms", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltElms", "access": null, "description": null, - "lineNumber": 136, + "lineNumber": 113, "undocument": true, "type": { "types": [ @@ -14386,12 +14417,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDivCssClass", + "name": "validRowsIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDivCssClass", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 138, + "lineNumber": 115, "undocument": true, "type": { "types": [ @@ -14404,12 +14435,12 @@ "kind": "member", "static": false, "variation": null, - "name": "contDivCssClass", + "name": "fltGridEl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#contDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltGridEl", "access": null, "description": null, - "lineNumber": 140, + "lineNumber": 117, "undocument": true, "type": { "types": [ @@ -14422,12 +14453,13 @@ "kind": "member", "static": false, "variation": null, - "name": "stylePath", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylePath", + "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, - "description": "filters' grid appearance **", - "lineNumber": 144, + "description": null, + "lineNumber": 119, + "undocument": true, "type": { "types": [ "*" @@ -14439,12 +14471,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheet", + "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 145, + "lineNumber": 121, "undocument": true, "type": { "types": [ @@ -14457,12 +14489,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheetId", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, - "lineNumber": 146, + "lineNumber": 123, "undocument": true, "type": { "types": [ @@ -14475,12 +14507,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltsRowCssClass", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 148, + "lineNumber": 125, "undocument": true, "type": { "types": [ @@ -14493,12 +14525,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableIcons", + "name": "infDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableIcons", + "longname": "src/tablefilter.js~TableFilter#infDivCssClass", "access": null, "description": null, - "lineNumber": 150, + "lineNumber": 128, "undocument": true, "type": { "types": [ @@ -14511,12 +14543,12 @@ "kind": "member", "static": false, "variation": null, - "name": "alternateRows", + "name": "lDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#alternateRows", + "longname": "src/tablefilter.js~TableFilter#lDivCssClass", "access": null, "description": null, - "lineNumber": 152, + "lineNumber": 130, "undocument": true, "type": { "types": [ @@ -14529,12 +14561,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColWidths", + "name": "rDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColWidths", + "longname": "src/tablefilter.js~TableFilter#rDivCssClass", "access": null, "description": null, - "lineNumber": 154, + "lineNumber": 132, "undocument": true, "type": { "types": [ @@ -14547,12 +14579,12 @@ "kind": "member", "static": false, "variation": null, - "name": "colWidths", + "name": "mDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colWidths", + "longname": "src/tablefilter.js~TableFilter#mDivCssClass", "access": null, "description": null, - "lineNumber": 155, + "lineNumber": 134, "undocument": true, "type": { "types": [ @@ -14565,12 +14597,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCssClass", + "name": "contDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "longname": "src/tablefilter.js~TableFilter#contDivCssClass", "access": null, "description": null, - "lineNumber": 157, + "lineNumber": 136, "undocument": true, "type": { "types": [ @@ -14583,13 +14615,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltMultiCssClass", + "name": "stylePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", + "longname": "src/tablefilter.js~TableFilter#stylePath", "access": null, - "description": null, - "lineNumber": 159, - "undocument": true, + "description": "filters' grid appearance **", + "lineNumber": 140, "type": { "types": [ "*" @@ -14601,12 +14632,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltSmallCssClass", + "name": "stylesheet", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "longname": "src/tablefilter.js~TableFilter#stylesheet", "access": null, "description": null, - "lineNumber": 161, + "lineNumber": 141, "undocument": true, "type": { "types": [ @@ -14619,12 +14650,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleFltCssClass", + "name": "stylesheetId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", + "longname": "src/tablefilter.js~TableFilter#stylesheetId", "access": null, "description": null, - "lineNumber": 163, + "lineNumber": 142, "undocument": true, "type": { "types": [ @@ -14637,12 +14668,13 @@ "kind": "member", "static": false, "variation": null, - "name": "enterKey", + "name": "fltsRowCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enterKey", + "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", "access": null, - "description": "filters' grid behaviours **", - "lineNumber": 167, + "description": null, + "lineNumber": 144, + "undocument": true, "type": { "types": [ "*" @@ -14654,12 +14686,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeFilter", + "name": "enableIcons", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", + "longname": "src/tablefilter.js~TableFilter#enableIcons", "access": null, "description": null, - "lineNumber": 169, + "lineNumber": 146, "undocument": true, "type": { "types": [ @@ -14672,12 +14704,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterFilter", + "name": "alternateRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "longname": "src/tablefilter.js~TableFilter#alternateRows", "access": null, "description": null, - "lineNumber": 172, + "lineNumber": 148, "undocument": true, "type": { "types": [ @@ -14690,12 +14722,12 @@ "kind": "member", "static": false, "variation": null, - "name": "caseSensitive", + "name": "hasColWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "longname": "src/tablefilter.js~TableFilter#hasColWidths", "access": null, "description": null, - "lineNumber": 175, + "lineNumber": 150, "undocument": true, "type": { "types": [ @@ -14708,12 +14740,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExactMatchByCol", + "name": "colWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", + "longname": "src/tablefilter.js~TableFilter#colWidths", "access": null, "description": null, - "lineNumber": 177, + "lineNumber": 151, "undocument": true, "type": { "types": [ @@ -14726,12 +14758,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatchByCol", + "name": "fltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", + "longname": "src/tablefilter.js~TableFilter#fltCssClass", "access": null, "description": null, - "lineNumber": 178, + "lineNumber": 153, "undocument": true, "type": { "types": [ @@ -14744,12 +14776,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatch", + "name": "fltMultiCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatch", + "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", "access": null, "description": null, - "lineNumber": 181, + "lineNumber": 155, "undocument": true, "type": { "types": [ @@ -14762,12 +14794,12 @@ "kind": "member", "static": false, "variation": null, - "name": "linkedFilters", + "name": "fltSmallCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", "access": null, "description": null, - "lineNumber": 183, + "lineNumber": 157, "undocument": true, "type": { "types": [ @@ -14780,12 +14812,12 @@ "kind": "member", "static": false, "variation": null, - "name": "disableExcludedOptions", + "name": "singleFltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", "access": null, "description": null, - "lineNumber": 185, + "lineNumber": 159, "undocument": true, "type": { "types": [ @@ -14798,13 +14830,12 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "enterKey", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", + "longname": "src/tablefilter.js~TableFilter#enterKey", "access": null, - "description": null, - "lineNumber": 187, - "undocument": true, + "description": "filters' grid behaviours **", + "lineNumber": 163, "type": { "types": [ "*" @@ -14816,12 +14847,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "onBeforeFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", + "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", "access": null, "description": null, - "lineNumber": 189, + "lineNumber": 165, "undocument": true, "type": { "types": [ @@ -14834,12 +14865,12 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "onAfterFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", + "longname": "src/tablefilter.js~TableFilter#onAfterFilter", "access": null, "description": null, - "lineNumber": 191, + "lineNumber": 168, "undocument": true, "type": { "types": [ @@ -14852,12 +14883,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isExternalFlt", + "name": "caseSensitive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", + "longname": "src/tablefilter.js~TableFilter#caseSensitive", "access": null, "description": null, - "lineNumber": 193, + "lineNumber": 171, "undocument": true, "type": { "types": [ @@ -14870,12 +14901,12 @@ "kind": "member", "static": false, "variation": null, - "name": "externalFltTgtIds", + "name": "hasExactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", "access": null, "description": null, - "lineNumber": 195, + "lineNumber": 173, "undocument": true, "type": { "types": [ @@ -14888,12 +14919,12 @@ "kind": "member", "static": false, "variation": null, - "name": "externalFltEls", + "name": "exactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltEls", + "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", "access": null, "description": null, - "lineNumber": 197, + "lineNumber": 174, "undocument": true, "type": { "types": [ @@ -14906,12 +14937,12 @@ "kind": "member", "static": false, "variation": null, - "name": "execDelay", + "name": "exactMatch", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#execDelay", + "longname": "src/tablefilter.js~TableFilter#exactMatch", "access": null, "description": null, - "lineNumber": 199, + "lineNumber": 177, "undocument": true, "type": { "types": [ @@ -14924,12 +14955,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onFiltersLoaded", + "name": "linkedFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "longname": "src/tablefilter.js~TableFilter#linkedFilters", "access": null, "description": null, - "lineNumber": 202, + "lineNumber": 179, "undocument": true, "type": { "types": [ @@ -14942,12 +14973,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleSearchFlt", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", "access": null, "description": null, - "lineNumber": 205, + "lineNumber": 181, "undocument": true, "type": { "types": [ @@ -14960,12 +14991,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "activeFilterId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 207, + "lineNumber": 183, "undocument": true, "type": { "types": [ @@ -14978,12 +15009,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customCellDataCols", + "name": "hasVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellDataCols", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", "access": null, "description": null, - "lineNumber": 210, + "lineNumber": 185, "undocument": true, "type": { "types": [ @@ -14996,12 +15027,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customCellData", + "name": "visibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellData", + "longname": "src/tablefilter.js~TableFilter#visibleRows", "access": null, "description": null, - "lineNumber": 213, + "lineNumber": 187, "undocument": true, "type": { "types": [ @@ -15014,12 +15045,12 @@ "kind": "member", "static": false, "variation": null, - "name": "watermark", + "name": "isExternalFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#watermark", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", "access": null, "description": null, - "lineNumber": 216, + "lineNumber": 189, "undocument": true, "type": { "types": [ @@ -15032,12 +15063,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isWatermarkArray", + "name": "externalFltTgtIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", "access": null, "description": null, - "lineNumber": 217, + "lineNumber": 191, "undocument": true, "type": { "types": [ @@ -15050,12 +15081,12 @@ "kind": "member", "static": false, "variation": null, - "name": "toolBarTgtId", + "name": "externalFltEls", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", + "longname": "src/tablefilter.js~TableFilter#externalFltEls", "access": null, "description": null, - "lineNumber": 219, + "lineNumber": 193, "undocument": true, "type": { "types": [ @@ -15068,12 +15099,12 @@ "kind": "member", "static": false, "variation": null, - "name": "help", + "name": "onFiltersLoaded", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", "access": null, "description": null, - "lineNumber": 221, + "lineNumber": 195, "undocument": true, "type": { "types": [ @@ -15086,12 +15117,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "singleSearchFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", "access": null, "description": null, - "lineNumber": 224, + "lineNumber": 198, "undocument": true, "type": { "types": [ @@ -15104,12 +15135,12 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "onRowValidated", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", "access": null, "description": null, - "lineNumber": 226, + "lineNumber": 200, "undocument": true, "type": { "types": [ @@ -15122,12 +15153,12 @@ "kind": "member", "static": false, "variation": null, - "name": "activeColumnsCssClass", + "name": "customCellDataCols", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", + "longname": "src/tablefilter.js~TableFilter#customCellDataCols", "access": null, "description": null, - "lineNumber": 228, + "lineNumber": 203, "undocument": true, "type": { "types": [ @@ -15140,12 +15171,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeActiveColumn", + "name": "customCellData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", + "longname": "src/tablefilter.js~TableFilter#customCellData", "access": null, "description": null, - "lineNumber": 231, + "lineNumber": 206, "undocument": true, "type": { "types": [ @@ -15158,12 +15189,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterActiveColumn", + "name": "watermark", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", + "longname": "src/tablefilter.js~TableFilter#watermark", "access": null, "description": null, - "lineNumber": 234, + "lineNumber": 209, "undocument": true, "type": { "types": [ @@ -15176,12 +15207,13 @@ "kind": "member", "static": false, "variation": null, - "name": "displayAllText", + "name": "isWatermarkArray", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayAllText", + "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", "access": null, - "description": "select filter's customisation and behaviours **", - "lineNumber": 239, + "description": null, + "lineNumber": 210, + "undocument": true, "type": { "types": [ "*" @@ -15193,12 +15225,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableEmptyOption", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, "description": null, - "lineNumber": 241, + "lineNumber": 212, "undocument": true, "type": { "types": [ @@ -15211,12 +15243,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emptyText", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emptyText", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, "description": null, - "lineNumber": 243, + "lineNumber": 214, "undocument": true, "type": { "types": [ @@ -15229,12 +15261,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableNonEmptyOption", + "name": "popupFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", + "longname": "src/tablefilter.js~TableFilter#popupFilters", "access": null, "description": null, - "lineNumber": 245, + "lineNumber": 217, "undocument": true, "type": { "types": [ @@ -15247,12 +15279,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nonEmptyText", + "name": "markActiveColumns", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", "access": null, "description": null, - "lineNumber": 247, + "lineNumber": 219, "undocument": true, "type": { "types": [ @@ -15265,12 +15297,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "activeColumnsCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", "access": null, "description": null, - "lineNumber": 249, + "lineNumber": 221, "undocument": true, "type": { "types": [ @@ -15283,12 +15315,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "onBeforeActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", "access": null, "description": null, - "lineNumber": 251, + "lineNumber": 224, "undocument": true, "type": { "types": [ @@ -15301,12 +15333,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "onAfterActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", + "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", "access": null, "description": null, - "lineNumber": 253, + "lineNumber": 227, "undocument": true, "type": { "types": [ @@ -15319,13 +15351,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "displayAllText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", + "longname": "src/tablefilter.js~TableFilter#displayAllText", "access": null, - "description": null, - "lineNumber": 254, - "undocument": true, + "description": "select filter's customisation and behaviours **", + "lineNumber": 232, "type": { "types": [ "*" @@ -15337,12 +15368,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "enableEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", + "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, "description": null, - "lineNumber": 256, + "lineNumber": 234, "undocument": true, "type": { "types": [ @@ -15355,12 +15386,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumDesc", + "name": "emptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#emptyText", "access": null, "description": null, - "lineNumber": 257, + "lineNumber": 236, "undocument": true, "type": { "types": [ @@ -15373,12 +15404,12 @@ "kind": "member", "static": false, "variation": null, - "name": "loadFltOnDemand", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, "description": null, - "lineNumber": 259, + "lineNumber": 238, "undocument": true, "type": { "types": [ @@ -15391,12 +15422,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "nonEmptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", "access": null, "description": null, - "lineNumber": 260, + "lineNumber": 240, "undocument": true, "type": { "types": [ @@ -15409,12 +15440,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, "description": null, - "lineNumber": 261, + "lineNumber": 242, "undocument": true, "type": { "types": [ @@ -15427,12 +15458,13 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", + "longname": "src/tablefilter.js~TableFilter#sortSlc", "access": null, - "description": "Filter operators **", - "lineNumber": 264, + "description": null, + "lineNumber": 244, + "undocument": true, "type": { "types": [ "*" @@ -15444,12 +15476,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", "access": null, "description": null, - "lineNumber": 265, + "lineNumber": 246, "undocument": true, "type": { "types": [ @@ -15462,12 +15494,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, "description": null, - "lineNumber": 266, + "lineNumber": 247, "undocument": true, "type": { "types": [ @@ -15480,12 +15512,12 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", "access": null, "description": null, - "lineNumber": 267, + "lineNumber": 249, "undocument": true, "type": { "types": [ @@ -15498,12 +15530,12 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "sortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", "access": null, "description": null, - "lineNumber": 268, + "lineNumber": 250, "undocument": true, "type": { "types": [ @@ -15516,12 +15548,12 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, "description": null, - "lineNumber": 269, + "lineNumber": 252, "undocument": true, "type": { "types": [ @@ -15534,12 +15566,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, "description": null, - "lineNumber": 270, + "lineNumber": 253, "undocument": true, "type": { "types": [ @@ -15552,12 +15584,12 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, "description": null, - "lineNumber": 271, + "lineNumber": 254, "undocument": true, "type": { "types": [ @@ -15570,13 +15602,12 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": null, - "lineNumber": 272, - "undocument": true, + "description": "Filter operators **", + "lineNumber": 257, "type": { "types": [ "*" @@ -15588,12 +15619,12 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, "description": null, - "lineNumber": 273, + "lineNumber": 258, "undocument": true, "type": { "types": [ @@ -15606,12 +15637,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, "description": null, - "lineNumber": 274, + "lineNumber": 259, "undocument": true, "type": { "types": [ @@ -15624,12 +15655,12 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, "description": null, - "lineNumber": 275, + "lineNumber": 260, "undocument": true, "type": { "types": [ @@ -15642,12 +15673,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, "description": null, - "lineNumber": 276, + "lineNumber": 261, "undocument": true, "type": { "types": [ @@ -15660,12 +15691,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, "description": null, - "lineNumber": 277, + "lineNumber": 262, "undocument": true, "type": { "types": [ @@ -15678,12 +15709,12 @@ "kind": "member", "static": false, "variation": null, - "name": "curExp", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#curExp", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, "description": null, - "lineNumber": 278, + "lineNumber": 263, "undocument": true, "type": { "types": [ @@ -15696,12 +15727,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, "description": null, - "lineNumber": 279, + "lineNumber": 264, "undocument": true, "type": { "types": [ @@ -15714,12 +15745,13 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, - "description": "rows counter **", - "lineNumber": 283, + "description": null, + "lineNumber": 265, + "undocument": true, "type": { "types": [ "*" @@ -15731,12 +15763,13 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, - "description": "status bar **", - "lineNumber": 287, + "description": null, + "lineNumber": 266, + "undocument": true, "type": { "types": [ "*" @@ -15748,12 +15781,13 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, - "description": "loader **", - "lineNumber": 291, + "description": null, + "lineNumber": 267, + "undocument": true, "type": { "types": [ "*" @@ -15765,12 +15799,13 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, - "description": "validation - reset buttons/links **", - "lineNumber": 295, + "description": null, + "lineNumber": 268, + "undocument": true, "type": { "types": [ "*" @@ -15782,12 +15817,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, "description": null, - "lineNumber": 297, + "lineNumber": 269, "undocument": true, "type": { "types": [ @@ -15800,12 +15835,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, "description": null, - "lineNumber": 299, + "lineNumber": 270, "undocument": true, "type": { "types": [ @@ -15818,12 +15853,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "curExp", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#curExp", "access": null, "description": null, - "lineNumber": 302, + "lineNumber": 271, "undocument": true, "type": { "types": [ @@ -15836,12 +15871,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnResetCssClass", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnResetCssClass", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, "description": null, - "lineNumber": 304, + "lineNumber": 272, "undocument": true, "type": { "types": [ @@ -15854,13 +15889,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, - "description": null, - "lineNumber": 306, - "undocument": true, + "description": "rows counter **", + "lineNumber": 276, "type": { "types": [ "*" @@ -15872,13 +15906,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#statusBar", "access": null, - "description": null, - "lineNumber": 309, - "undocument": true, + "description": "status bar **", + "lineNumber": 280, "type": { "types": [ "*" @@ -15890,12 +15923,12 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, - "description": "paging **", - "lineNumber": 314, + "description": "loader **", + "lineNumber": 284, "type": { "types": [ "*" @@ -15907,16 +15940,15 @@ "kind": "member", "static": false, "variation": null, - "name": "nbVisibleRows", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": null, - "lineNumber": 315, - "undocument": true, + "description": "validation - reset buttons/links **", + "lineNumber": 288, "type": { "types": [ - "number" + "*" ] } }, @@ -15925,16 +15957,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "btnText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "longname": "src/tablefilter.js~TableFilter#btnText", "access": null, "description": null, - "lineNumber": 316, + "lineNumber": 290, "undocument": true, "type": { "types": [ - "number" + "*" ] } }, @@ -15943,12 +15975,13 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilter", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilter", + "longname": "src/tablefilter.js~TableFilter#btnCssClass", "access": null, - "description": "autofilter on typing **", - "lineNumber": 320, + "description": null, + "lineNumber": 292, + "undocument": true, "type": { "types": [ "*" @@ -15960,12 +15993,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterDelay", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "longname": "src/tablefilter.js~TableFilter#btnReset", "access": null, "description": null, - "lineNumber": 322, + "lineNumber": 295, "undocument": true, "type": { "types": [ @@ -15978,12 +16011,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "btnResetCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "longname": "src/tablefilter.js~TableFilter#btnResetCssClass", "access": null, "description": null, - "lineNumber": 325, + "lineNumber": 297, "undocument": true, "type": { "types": [ @@ -15996,12 +16029,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", "access": null, "description": null, - "lineNumber": 326, + "lineNumber": 299, "undocument": true, "type": { "types": [ @@ -16014,12 +16047,13 @@ "kind": "member", "static": false, "variation": null, - "name": "highlightKeywords", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, - "description": "keyword highlighting **", - "lineNumber": 330, + "description": null, + "lineNumber": 302, + "undocument": true, "type": { "types": [ "*" @@ -16031,12 +16065,12 @@ "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#paging", "access": null, - "description": "No results feature **", - "lineNumber": 333, + "description": "paging **", + "lineNumber": 307, "type": { "types": [ "*" @@ -16048,16 +16082,16 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "nbVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", + "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", "access": null, "description": null, - "lineNumber": 337, + "lineNumber": 308, "undocument": true, "type": { "types": [ - "*" + "number" ] } }, @@ -16066,15 +16100,16 @@ "kind": "member", "static": false, "variation": null, - "name": "defaultDateType", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#defaultDateType", + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, - "description": "data types **", - "lineNumber": 341, + "description": null, + "lineNumber": 309, + "undocument": true, "type": { "types": [ - "*" + "number" ] } }, @@ -16083,13 +16118,12 @@ "kind": "member", "static": false, "variation": null, - "name": "thousandsSeparator", + "name": "autoFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "longname": "src/tablefilter.js~TableFilter#autoFilter", "access": null, - "description": null, - "lineNumber": 343, - "undocument": true, + "description": "autofilter on typing **", + "lineNumber": 313, "type": { "types": [ "*" @@ -16101,12 +16135,12 @@ "kind": "member", "static": false, "variation": null, - "name": "decimalSeparator", + "name": "autoFilterDelay", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", "access": null, "description": null, - "lineNumber": 346, + "lineNumber": 315, "undocument": true, "type": { "types": [ @@ -16119,12 +16153,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColNbFormat", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColNbFormat", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 348, + "lineNumber": 318, "undocument": true, "type": { "types": [ @@ -16137,12 +16171,12 @@ "kind": "member", "static": false, "variation": null, - "name": "colNbFormat", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colNbFormat", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 350, + "lineNumber": 319, "undocument": true, "type": { "types": [ @@ -16155,13 +16189,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColDateType", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColDateType", + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", "access": null, - "description": null, - "lineNumber": 352, - "undocument": true, + "description": "keyword highlighting **", + "lineNumber": 323, "type": { "types": [ "*" @@ -16173,13 +16206,12 @@ "kind": "member", "static": false, "variation": null, - "name": "colDateType", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colDateType", + "longname": "src/tablefilter.js~TableFilter#noResults", "access": null, - "description": null, - "lineNumber": 354, - "undocument": true, + "description": "No results feature **", + "lineNumber": 326, "type": { "types": [ "*" @@ -16191,15 +16223,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", + "longname": "src/tablefilter.js~TableFilter#state", "access": null, - "description": "ids prefixes **", - "lineNumber": 358, + "description": null, + "lineNumber": 330, + "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16208,16 +16241,15 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "defaultDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "longname": "src/tablefilter.js~TableFilter#defaultDateType", "access": null, - "description": null, - "lineNumber": 360, - "undocument": true, + "description": "data types **", + "lineNumber": 334, "type": { "types": [ - "string" + "*" ] } }, @@ -16226,16 +16258,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", "access": null, "description": null, - "lineNumber": 362, + "lineNumber": 336, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16244,16 +16276,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", "access": null, "description": null, - "lineNumber": 364, + "lineNumber": 339, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16262,16 +16294,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "hasColNbFormat", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", + "longname": "src/tablefilter.js~TableFilter#hasColNbFormat", "access": null, "description": null, - "lineNumber": 366, + "lineNumber": 341, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16280,16 +16312,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "colNbFormat", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "longname": "src/tablefilter.js~TableFilter#colNbFormat", "access": null, "description": null, - "lineNumber": 368, + "lineNumber": 343, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16298,16 +16330,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "hasColDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", + "longname": "src/tablefilter.js~TableFilter#hasColDateType", "access": null, "description": null, - "lineNumber": 370, + "lineNumber": 345, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16316,16 +16348,16 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxCookieFltsValues", + "name": "colDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxCookieFltsValues", + "longname": "src/tablefilter.js~TableFilter#colDateType", "access": null, "description": null, - "lineNumber": 372, + "lineNumber": 347, "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -16334,13 +16366,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxCookiePageNb", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxCookiePageNb", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": null, - "description": null, - "lineNumber": 374, - "undocument": true, + "description": "ids prefixes **", + "lineNumber": 351, "type": { "types": [ "string" @@ -16352,12 +16383,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxCookiePageLen", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxCookiePageLen", + "longname": "src/tablefilter.js~TableFilter#prfxFlt", "access": null, "description": null, - "lineNumber": 376, + "lineNumber": 353, "undocument": true, "type": { "types": [ @@ -16370,12 +16401,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": null, "description": null, - "lineNumber": 377, + "lineNumber": 355, "undocument": true, "type": { "types": [ @@ -16388,15 +16419,16 @@ "kind": "member", "static": false, "variation": null, - "name": "extensions", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#extensions", + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", "access": null, - "description": "extensions **", - "lineNumber": 381, + "description": null, + "lineNumber": 357, + "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16405,16 +16437,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExtensions", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExtensions", + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", "access": null, "description": null, - "lineNumber": 382, + "lineNumber": 359, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16423,15 +16455,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableDefaultTheme", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", "access": null, - "description": "themes **", - "lineNumber": 385, + "description": null, + "lineNumber": 361, + "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16440,16 +16473,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": null, "description": null, - "lineNumber": 387, + "lineNumber": 363, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16458,16 +16491,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "prfxCookieFltsValues", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", + "longname": "src/tablefilter.js~TableFilter#prfxCookieFltsValues", "access": null, "description": null, - "lineNumber": 388, + "lineNumber": 365, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16476,16 +16509,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "prfxCookiePageNb", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", + "longname": "src/tablefilter.js~TableFilter#prfxCookiePageNb", "access": null, "description": null, - "lineNumber": 390, + "lineNumber": 367, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16494,16 +16527,16 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "prfxCookiePageLen", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", + "longname": "src/tablefilter.js~TableFilter#prfxCookiePageLen", "access": null, "description": null, - "lineNumber": 393, + "lineNumber": 369, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16512,16 +16545,16 @@ "kind": "member", "static": false, "variation": null, - "name": "Mod", + "name": "prfxResponsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#Mod", + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", "access": null, "description": null, - "lineNumber": 396, + "lineNumber": 370, "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -16530,13 +16563,12 @@ "kind": "member", "static": false, "variation": null, - "name": "ExtRegistry", + "name": "extensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "longname": "src/tablefilter.js~TableFilter#extensions", "access": null, - "description": null, - "lineNumber": 399, - "undocument": true, + "description": "extensions **", + "lineNumber": 374, "type": { "types": [ "*" @@ -16545,30 +16577,33 @@ }, { "__docId__": 880, - "kind": "method", + "kind": "member", "static": false, "variation": null, - "name": "init", + "name": "hasExtensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#init", + "longname": "src/tablefilter.js~TableFilter#hasExtensions", "access": null, - "description": "Initialise features and layout", - "lineNumber": 405, - "params": [], - "generator": false + "description": null, + "lineNumber": 375, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "__docId__": 881, "kind": "member", "static": false, "variation": null, - "name": "nbFilterableRows", + "name": "enableDefaultTheme", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", "access": null, - "description": null, - "lineNumber": 469, - "undocument": true, + "description": "themes **", + "lineNumber": 378, "type": { "types": [ "*" @@ -16580,12 +16615,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbVisibleRows", + "name": "hasThemes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", + "longname": "src/tablefilter.js~TableFilter#hasThemes", "access": null, "description": null, - "lineNumber": 470, + "lineNumber": 380, "undocument": true, "type": { "types": [ @@ -16598,12 +16633,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbRows", + "name": "themes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbRows", + "longname": "src/tablefilter.js~TableFilter#themes", "access": null, "description": null, - "lineNumber": 471, + "lineNumber": 381, "undocument": true, "type": { "types": [ @@ -16616,91 +16651,12 @@ "kind": "member", "static": false, "variation": null, - "name": "_hasGrid", + "name": "themesPath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_hasGrid", + "longname": "src/tablefilter.js~TableFilter#themesPath", "access": null, "description": null, - "lineNumber": 566, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 885, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#initialized", - "access": null, - "description": null, - "lineNumber": 596, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 886, - "kind": "method", - "static": false, - "variation": null, - "name": "detectKey", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#detectKey", - "access": null, - "description": "Detect key", - "lineNumber": 604, - "params": [ - { - "nullable": null, - "types": [ - "Event" - ], - "spread": false, - "optional": false, - "name": "evt", - "description": "" - } - ], - "generator": false - }, - { - "__docId__": 887, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 615, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 888, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 617, + "lineNumber": 383, "undocument": true, "type": { "types": [ @@ -16709,45 +16665,106 @@ } }, { - "__docId__": 889, + "__docId__": 885, + "kind": "member", + "static": false, + "variation": null, + "name": "responsive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#responsive", + "access": null, + "description": null, + "lineNumber": 386, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 886, + "kind": "member", + "static": false, + "variation": null, + "name": "Mod", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#Mod", + "access": null, + "description": null, + "lineNumber": 389, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 887, + "kind": "member", + "static": false, + "variation": null, + "name": "ExtRegistry", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "access": null, + "description": null, + "lineNumber": 392, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 888, "kind": "method", "static": false, "variation": null, - "name": "onKeyUp", + "name": "init", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onKeyUp", + "longname": "src/tablefilter.js~TableFilter#init", "access": null, - "description": "Filter's keyup event: if auto-filter on, detect user is typing and filter\ncolumns", - "lineNumber": 627, - "params": [ - { - "nullable": null, - "types": [ - "Event" - ], - "spread": false, - "optional": false, - "name": "evt", - "description": "" - } - ], + "description": "Initialise features and layout", + "lineNumber": 398, + "params": [], "generator": false }, + { + "__docId__": 889, + "kind": "member", + "static": false, + "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": null, + "description": null, + "lineNumber": 462, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, { "__docId__": 890, "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "nbVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", "access": null, "description": null, - "lineNumber": 632, + "lineNumber": 463, "undocument": true, "type": { "types": [ - "boolean" + "*" ] } }, @@ -16756,12 +16773,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "nbRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#nbRows", "access": null, "description": null, - "lineNumber": 636, + "lineNumber": 464, "undocument": true, "type": { "types": [ @@ -16774,80 +16791,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "_hasGrid", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "longname": "src/tablefilter.js~TableFilter#_hasGrid", "access": null, "description": null, - "lineNumber": 639, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 893, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 645, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 894, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 650, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 895, - "kind": "method", - "static": false, - "variation": null, - "name": "onKeyDown", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onKeyDown", - "access": null, - "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 657, - "params": [], - "generator": false - }, - { - "__docId__": 896, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 659, + "lineNumber": 559, "undocument": true, "type": { "types": [ @@ -16855,17 +16804,96 @@ ] } }, + { + "__docId__": 893, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#initialized", + "access": null, + "description": null, + "lineNumber": 589, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 894, + "kind": "method", + "static": false, + "variation": null, + "name": "detectKey", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#detectKey", + "access": null, + "description": "Detect key", + "lineNumber": 597, + "params": [ + { + "nullable": null, + "types": [ + "Event" + ], + "spread": false, + "optional": false, + "name": "evt", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 895, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 608, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 896, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 610, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, { "__docId__": 897, "kind": "method", "static": false, "variation": null, - "name": "onInpFocus", + "name": "onKeyUp", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpFocus", + "longname": "src/tablefilter.js~TableFilter#onKeyUp", "access": null, - "description": "Filter's focus event", - "lineNumber": 667, + "description": "Filter's keyup event: if auto-filter on, detect user is typing and filter\ncolumns", + "lineNumber": 620, "params": [ { "nullable": null, @@ -16882,20 +16910,6 @@ }, { "__docId__": 898, - "kind": "method", - "static": false, - "variation": null, - "name": "onInpBlur", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpBlur", - "access": null, - "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 675, - "params": [], - "generator": false - }, - { - "__docId__": 899, "kind": "member", "static": false, "variation": null, @@ -16904,7 +16918,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 677, + "lineNumber": 625, "undocument": true, "type": { "types": [ @@ -16913,49 +16927,70 @@ } }, { - "__docId__": 900, - "kind": "method", + "__docId__": 899, + "kind": "member", "static": false, "variation": null, - "name": "_insertFiltersRow", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, - "description": "Insert filters row at initialization", - "lineNumber": 686, - "params": [], - "return": { + "description": null, + "lineNumber": 629, + "undocument": true, + "type": { "types": [ "*" ] - }, - "generator": false + } + }, + { + "__docId__": 900, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 632, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "__docId__": 901, - "kind": "method", + "kind": "member", "static": false, "variation": null, - "name": "_initNoFilters", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_initNoFilters", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, - "description": "Initialize filtersless table", - "lineNumber": 712, - "params": [], - "generator": false + "description": null, + "lineNumber": 639, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "__docId__": 902, "kind": "member", "static": false, "variation": null, - "name": "refRow", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 716, + "lineNumber": 644, "undocument": true, "type": { "types": [ @@ -16965,6 +17000,146 @@ }, { "__docId__": 903, + "kind": "method", + "static": false, + "variation": null, + "name": "onKeyDown", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onKeyDown", + "access": null, + "description": "Filter's keydown event: if auto-filter on, detect user is typing", + "lineNumber": 651, + "params": [], + "generator": false + }, + { + "__docId__": 904, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 653, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 905, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpFocus", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpFocus", + "access": null, + "description": "Filter's focus event", + "lineNumber": 661, + "params": [ + { + "nullable": null, + "types": [ + "Event" + ], + "spread": false, + "optional": false, + "name": "evt", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 906, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpBlur", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpBlur", + "access": null, + "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", + "lineNumber": 669, + "params": [], + "generator": false + }, + { + "__docId__": 907, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 671, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 908, + "kind": "method", + "static": false, + "variation": null, + "name": "_insertFiltersRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", + "access": null, + "description": "Insert filters row at initialization", + "lineNumber": 680, + "params": [], + "return": { + "types": [ + "*" + ] + }, + "generator": false + }, + { + "__docId__": 909, + "kind": "method", + "static": false, + "variation": null, + "name": "_initNoFilters", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#_initNoFilters", + "access": null, + "description": "Initialize filtersless table", + "lineNumber": 706, + "params": [], + "generator": false + }, + { + "__docId__": 910, + "kind": "member", + "static": false, + "variation": null, + "name": "refRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#refRow", + "access": null, + "description": null, + "lineNumber": 710, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 911, "kind": "member", "static": false, "variation": null, @@ -16973,7 +17148,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 717, + "lineNumber": 711, "undocument": true, "type": { "types": [ @@ -16982,7 +17157,7 @@ } }, { - "__docId__": 904, + "__docId__": 912, "kind": "member", "static": false, "variation": null, @@ -16991,7 +17166,7 @@ "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", "access": null, "description": null, - "lineNumber": 718, + "lineNumber": 712, "undocument": true, "type": { "types": [ @@ -17000,7 +17175,7 @@ } }, { - "__docId__": 905, + "__docId__": 913, "kind": "member", "static": false, "variation": null, @@ -17009,7 +17184,7 @@ "longname": "src/tablefilter.js~TableFilter#nbRows", "access": null, "description": null, - "lineNumber": 719, + "lineNumber": 713, "undocument": true, "type": { "types": [ @@ -17018,7 +17193,7 @@ } }, { - "__docId__": 906, + "__docId__": 914, "kind": "method", "static": false, "variation": null, @@ -17027,7 +17202,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 728, + "lineNumber": 722, "params": [ { "nullable": null, @@ -17063,7 +17238,7 @@ "generator": false }, { - "__docId__": 907, + "__docId__": 915, "kind": "method", "static": false, "variation": null, @@ -17072,7 +17247,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 767, + "lineNumber": 761, "params": [ { "nullable": null, @@ -17098,7 +17273,7 @@ "generator": false }, { - "__docId__": 908, + "__docId__": 916, "kind": "method", "static": false, "variation": null, @@ -17107,7 +17282,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 790, + "lineNumber": 784, "params": [ { "nullable": null, @@ -17131,7 +17306,7 @@ "generator": false }, { - "__docId__": 909, + "__docId__": 917, "kind": "method", "static": false, "variation": null, @@ -17140,12 +17315,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 797, + "lineNumber": 791, "params": [], "generator": false }, { - "__docId__": 910, + "__docId__": 918, "kind": "method", "static": false, "variation": null, @@ -17154,7 +17329,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 816, + "lineNumber": 810, "params": [ { "nullable": null, @@ -17170,7 +17345,7 @@ "generator": false }, { - "__docId__": 911, + "__docId__": 919, "kind": "method", "static": false, "variation": null, @@ -17179,7 +17354,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 847, + "lineNumber": 841, "params": [ { "nullable": null, @@ -17203,7 +17378,7 @@ "generator": false }, { - "__docId__": 912, + "__docId__": 920, "kind": "method", "static": false, "variation": null, @@ -17212,7 +17387,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 856, + "lineNumber": 850, "params": [ { "nullable": null, @@ -17236,7 +17411,7 @@ "generator": false }, { - "__docId__": 913, + "__docId__": 921, "kind": "method", "static": false, "variation": null, @@ -17245,12 +17420,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions defined in the configuration object", - "lineNumber": 863, + "lineNumber": 857, "params": [], "generator": false }, { - "__docId__": 914, + "__docId__": 922, "kind": "method", "static": false, "variation": null, @@ -17259,12 +17434,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 879, + "lineNumber": 873, "params": [], "generator": false }, { - "__docId__": 915, + "__docId__": 923, "kind": "member", "static": false, "variation": null, @@ -17273,7 +17448,7 @@ "longname": "src/tablefilter.js~TableFilter#btnResetText", "access": null, "description": null, - "lineNumber": 909, + "lineNumber": 903, "undocument": true, "type": { "types": [ @@ -17282,7 +17457,7 @@ } }, { - "__docId__": 916, + "__docId__": 924, "kind": "member", "static": false, "variation": null, @@ -17291,6 +17466,42 @@ "longname": "src/tablefilter.js~TableFilter#btnResetHtml", "access": null, "description": null, + "lineNumber": 904, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 925, + "kind": "member", + "static": false, + "variation": null, + "name": "btnPrevPageHtml", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnPrevPageHtml", + "access": null, + "description": null, + "lineNumber": 908, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 926, + "kind": "member", + "static": false, + "variation": null, + "name": "btnNextPageHtml", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnNextPageHtml", + "access": null, + "description": null, "lineNumber": 910, "undocument": true, "type": { @@ -17300,13 +17511,31 @@ } }, { - "__docId__": 917, + "__docId__": 927, "kind": "member", "static": false, "variation": null, - "name": "btnPrevPageHtml", + "name": "btnFirstPageHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnPrevPageHtml", + "longname": "src/tablefilter.js~TableFilter#btnFirstPageHtml", + "access": null, + "description": null, + "lineNumber": 912, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 928, + "kind": "member", + "static": false, + "variation": null, + "name": "btnLastPageHtml", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnLastPageHtml", "access": null, "description": null, "lineNumber": 914, @@ -17318,49 +17547,49 @@ } }, { - "__docId__": 918, + "__docId__": 929, "kind": "member", "static": false, "variation": null, - "name": "btnNextPageHtml", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnNextPageHtml", - "access": null, - "description": null, - "lineNumber": 916, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 919, - "kind": "member", - "static": false, - "variation": null, - "name": "btnFirstPageHtml", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnFirstPageHtml", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, "lineNumber": 918, "undocument": true, "type": { "types": [ - "*" + "boolean" ] } }, { - "__docId__": 920, + "__docId__": 930, "kind": "member", "static": false, "variation": null, - "name": "btnLastPageHtml", + "name": "loaderHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnLastPageHtml", + "longname": "src/tablefilter.js~TableFilter#loaderHtml", + "access": null, + "description": null, + "lineNumber": 919, + "undocument": true, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 931, + "kind": "member", + "static": false, + "variation": null, + "name": "loaderText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#loaderText", "access": null, "description": null, "lineNumber": 920, @@ -17372,61 +17601,7 @@ } }, { - "__docId__": 921, - "kind": "member", - "static": false, - "variation": null, - "name": "loader", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", - "access": null, - "description": null, - "lineNumber": 924, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 922, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderHtml", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loaderHtml", - "access": null, - "description": null, - "lineNumber": 925, - "undocument": true, - "type": { - "types": [ - "string" - ] - } - }, - { - "__docId__": 923, - "kind": "member", - "static": false, - "variation": null, - "name": "loaderText", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loaderText", - "access": null, - "description": null, - "lineNumber": 926, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 924, + "__docId__": 932, "kind": "method", "static": false, "variation": null, @@ -17435,7 +17610,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 935, + "lineNumber": 929, "params": [ { "name": "name", @@ -17458,7 +17633,7 @@ "generator": false }, { - "__docId__": 925, + "__docId__": 933, "kind": "method", "static": false, "variation": null, @@ -17467,12 +17642,12 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 942, + "lineNumber": 936, "params": [], "generator": false }, { - "__docId__": 926, + "__docId__": 934, "kind": "member", "static": false, "variation": null, @@ -17481,147 +17656,7 @@ "longname": "src/tablefilter.js~TableFilter#fltGridEl", "access": null, "description": null, - "lineNumber": 969, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 927, - "kind": "member", - "static": false, - "variation": null, - "name": "nbHiddenRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": null, - "description": null, - "lineNumber": 998, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 928, - "kind": "member", - "static": false, - "variation": null, - "name": "validRowsIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", - "access": null, - "description": null, - "lineNumber": 999, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 929, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": null, - "description": null, - "lineNumber": 1000, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 930, - "kind": "member", - "static": false, - "variation": null, - "name": "_hasGrid", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_hasGrid", - "access": null, - "description": null, - "lineNumber": 1001, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 931, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#initialized", - "access": null, - "description": null, - "lineNumber": 1002, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 932, - "kind": "method", - "static": false, - "variation": null, - "name": "setToolbar", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#setToolbar", - "access": null, - "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1008, - "params": [], - "generator": false - }, - { - "__docId__": 933, - "kind": "member", - "static": false, - "variation": null, - "name": "infDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": null, - "description": null, - "lineNumber": 1033, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 934, - "kind": "member", - "static": false, - "variation": null, - "name": "lDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", - "access": null, - "description": null, - "lineNumber": 1039, + "lineNumber": 963, "undocument": true, "type": { "types": [ @@ -17634,11 +17669,169 @@ "kind": "member", "static": false, "variation": null, + "name": "nbHiddenRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": null, + "description": null, + "lineNumber": 992, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, + { + "__docId__": 936, + "kind": "member", + "static": false, + "variation": null, + "name": "validRowsIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", + "access": null, + "description": null, + "lineNumber": 993, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 937, + "kind": "member", + "static": false, + "variation": null, + "name": "fltIds", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#fltIds", + "access": null, + "description": null, + "lineNumber": 994, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 938, + "kind": "member", + "static": false, + "variation": null, + "name": "_hasGrid", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#_hasGrid", + "access": null, + "description": null, + "lineNumber": 995, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 939, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#initialized", + "access": null, + "description": null, + "lineNumber": 996, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 940, + "kind": "method", + "static": false, + "variation": null, + "name": "setToolbar", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#setToolbar", + "access": null, + "description": "Generate container element for paging, reset button, rows counter etc.", + "lineNumber": 1002, + "params": [], + "generator": false + }, + { + "__docId__": 941, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": null, + "description": null, + "lineNumber": 1027, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 942, + "kind": "member", + "static": false, + "variation": null, + "name": "lDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#lDiv", + "access": null, + "description": null, + "lineNumber": 1033, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 943, + "kind": "member", + "static": false, + "variation": null, "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, + "lineNumber": 1040, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 944, + "kind": "member", + "static": false, + "variation": null, + "name": "mDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#mDiv", + "access": null, + "description": null, "lineNumber": 1046, "undocument": true, "type": { @@ -17648,25 +17841,7 @@ } }, { - "__docId__": 936, - "kind": "member", - "static": false, - "variation": null, - "name": "mDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", - "access": null, - "description": null, - "lineNumber": 1052, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 937, + "__docId__": 945, "kind": "method", "static": false, "variation": null, @@ -17675,12 +17850,12 @@ "longname": "src/tablefilter.js~TableFilter#removeToolbar", "access": null, "description": "Remove toolbar container element", - "lineNumber": 1066, + "lineNumber": 1060, "params": [], "generator": false }, { - "__docId__": 938, + "__docId__": 946, "kind": "member", "static": false, "variation": null, @@ -17689,7 +17864,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1071, + "lineNumber": 1065, "undocument": true, "type": { "types": [ @@ -17698,7 +17873,7 @@ } }, { - "__docId__": 939, + "__docId__": 947, "kind": "method", "static": false, "variation": null, @@ -17707,12 +17882,12 @@ "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1083, + "lineNumber": 1077, "params": [], "generator": false }, { - "__docId__": 940, + "__docId__": 948, "kind": "method", "static": false, "variation": null, @@ -17721,7 +17896,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1103, + "lineNumber": 1097, "params": [ { "nullable": null, @@ -17745,7 +17920,7 @@ "generator": false }, { - "__docId__": 941, + "__docId__": 949, "kind": "method", "static": false, "variation": null, @@ -17754,7 +17929,7 @@ "longname": "src/tablefilter.js~TableFilter#getCustomOptions", "access": null, "description": "Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\ncustom options values and texts", - "lineNumber": 1114, + "lineNumber": 1108, "params": [ { "nullable": null, @@ -17778,7 +17953,7 @@ "generator": false }, { - "__docId__": 942, + "__docId__": 950, "kind": "method", "static": false, "variation": null, @@ -17787,12 +17962,12 @@ "longname": "src/tablefilter.js~TableFilter#filter", "access": null, "description": "Filter the table by retrieving the data from each cell in every single\nrow and comparing it to the search term for current column. A row is\nhidden when all the search terms are not found in inspected row.", - "lineNumber": 1147, + "lineNumber": 1141, "params": [], "generator": false }, { - "__docId__": 943, + "__docId__": 951, "kind": "member", "static": false, "variation": null, @@ -17801,7 +17976,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1160, + "lineNumber": 1154, "undocument": true, "type": { "types": [ @@ -17810,7 +17985,7 @@ } }, { - "__docId__": 944, + "__docId__": 952, "kind": "member", "static": false, "variation": null, @@ -17819,7 +17994,7 @@ "longname": "src/tablefilter.js~TableFilter#nbVisibleRows", "access": null, "description": null, - "lineNumber": 1494, + "lineNumber": 1488, "undocument": true, "type": { "types": [ @@ -17828,7 +18003,7 @@ } }, { - "__docId__": 945, + "__docId__": 953, "kind": "member", "static": false, "variation": null, @@ -17837,7 +18012,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1495, + "lineNumber": 1489, "undocument": true, "type": { "types": [ @@ -17846,7 +18021,7 @@ } }, { - "__docId__": 946, + "__docId__": 954, "kind": "method", "static": false, "variation": null, @@ -17855,7 +18030,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": null, "description": "Return the data of a specified column", - "lineNumber": 1513, + "lineNumber": 1507, "params": [ { "nullable": null, @@ -17909,7 +18084,7 @@ "generator": false }, { - "__docId__": 947, + "__docId__": 955, "kind": "method", "static": false, "variation": null, @@ -17918,7 +18093,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 1558, + "lineNumber": 1552, "params": [ { "nullable": null, @@ -17942,7 +18117,7 @@ "generator": false }, { - "__docId__": 948, + "__docId__": 956, "kind": "method", "static": false, "variation": null, @@ -17951,7 +18126,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 1595, + "lineNumber": 1588, "params": [], "return": { "nullable": null, @@ -17964,7 +18139,7 @@ "generator": false }, { - "__docId__": 949, + "__docId__": 957, "kind": "method", "static": false, "variation": null, @@ -17973,7 +18148,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 1616, + "lineNumber": 1609, "params": [ { "nullable": null, @@ -17997,7 +18172,7 @@ "generator": false }, { - "__docId__": 950, + "__docId__": 958, "kind": "method", "static": false, "variation": null, @@ -18006,7 +18181,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersByType", "access": null, "description": "Return the list of ids of filters matching a specified type.\nNote: hidden filters are also returned", - "lineNumber": 1632, + "lineNumber": 1625, "params": [ { "nullable": null, @@ -18040,7 +18215,7 @@ "generator": false }, { - "__docId__": 951, + "__docId__": 959, "kind": "method", "static": false, "variation": null, @@ -18049,7 +18224,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 1652, + "lineNumber": 1645, "params": [ { "nullable": null, @@ -18073,7 +18248,7 @@ "generator": false }, { - "__docId__": 952, + "__docId__": 960, "kind": "method", "static": false, "variation": null, @@ -18082,7 +18257,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 1662, + "lineNumber": 1655, "params": [ { "nullable": null, @@ -18106,7 +18281,7 @@ "generator": false }, { - "__docId__": 953, + "__docId__": 961, "kind": "method", "static": false, "variation": null, @@ -18115,7 +18290,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 1673, + "lineNumber": 1666, "params": [ { "nullable": null, @@ -18139,7 +18314,7 @@ "generator": false }, { - "__docId__": 954, + "__docId__": 962, "kind": "method", "static": false, "variation": null, @@ -18148,7 +18323,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the data of a given cell", - "lineNumber": 1685, + "lineNumber": 1678, "params": [ { "nullable": null, @@ -18172,7 +18347,7 @@ "generator": false }, { - "__docId__": 955, + "__docId__": 963, "kind": "method", "static": false, "variation": null, @@ -18181,7 +18356,7 @@ "longname": "src/tablefilter.js~TableFilter#getTableData", "access": null, "description": "Return the table data with following format:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 1707, + "lineNumber": 1700, "params": [ { "nullable": null, @@ -18215,7 +18390,7 @@ "generator": false }, { - "__docId__": 956, + "__docId__": 964, "kind": "method", "static": false, "variation": null, @@ -18224,7 +18399,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredData", "access": null, "description": "Return the filtered data with following format:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 1743, + "lineNumber": 1736, "params": [ { "nullable": null, @@ -18258,7 +18433,7 @@ "generator": false }, { - "__docId__": 957, + "__docId__": 965, "kind": "method", "static": false, "variation": null, @@ -18267,7 +18442,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": null, "description": "Return the filtered data for a given column index", - "lineNumber": 1780, + "lineNumber": 1773, "params": [ { "nullable": null, @@ -18301,7 +18476,7 @@ "generator": false }, { - "__docId__": 958, + "__docId__": 966, "kind": "method", "static": false, "variation": null, @@ -18310,7 +18485,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 1805, + "lineNumber": 1798, "params": [ { "nullable": null, @@ -18334,7 +18509,7 @@ "generator": false }, { - "__docId__": 959, + "__docId__": 967, "kind": "method", "static": false, "variation": null, @@ -18343,7 +18518,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 1817, + "lineNumber": 1810, "params": [ { "nullable": null, @@ -18369,7 +18544,7 @@ "generator": false }, { - "__docId__": 960, + "__docId__": 968, "kind": "method", "static": false, "variation": null, @@ -18378,12 +18553,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 1852, + "lineNumber": 1845, "params": [], "generator": false }, { - "__docId__": 961, + "__docId__": 969, "kind": "member", "static": false, "variation": null, @@ -18392,7 +18567,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1856, + "lineNumber": 1849, "undocument": true, "type": { "types": [ @@ -18401,7 +18576,7 @@ } }, { - "__docId__": 962, + "__docId__": 970, "kind": "method", "static": false, "variation": null, @@ -18410,7 +18585,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 1867, + "lineNumber": 1860, "params": [ { "nullable": null, @@ -18436,7 +18611,7 @@ "generator": false }, { - "__docId__": 963, + "__docId__": 971, "kind": "method", "static": false, "variation": null, @@ -18445,7 +18620,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 1916, + "lineNumber": 1908, "params": [ { "nullable": null, @@ -18461,7 +18636,7 @@ "generator": false }, { - "__docId__": 964, + "__docId__": 972, "kind": "method", "static": false, "variation": null, @@ -18470,12 +18645,12 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Makes defined rows always visible", - "lineNumber": 1949, + "lineNumber": 1941, "params": [], "generator": false }, { - "__docId__": 965, + "__docId__": 973, "kind": "method", "static": false, "variation": null, @@ -18484,12 +18659,12 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 1965, + "lineNumber": 1957, "params": [], "generator": false }, { - "__docId__": 966, + "__docId__": 974, "kind": "method", "static": false, "variation": null, @@ -18498,12 +18673,12 @@ "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", "access": null, "description": "Clears filtered columns visual indicator (background color)", - "lineNumber": 1990, + "lineNumber": 1982, "params": [], "generator": false }, { - "__docId__": 967, + "__docId__": 975, "kind": "method", "static": false, "variation": null, @@ -18512,7 +18687,7 @@ "longname": "src/tablefilter.js~TableFilter#markActiveColumn", "access": null, "description": "Mark currently filtered column", - "lineNumber": 2001, + "lineNumber": 1993, "params": [ { "nullable": null, @@ -18528,7 +18703,7 @@ "generator": false }, { - "__docId__": 968, + "__docId__": 976, "kind": "method", "static": false, "variation": null, @@ -18537,7 +18712,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2019, + "lineNumber": 2011, "unknown": [ { "tagName": "@returns", @@ -18556,7 +18731,7 @@ "generator": false }, { - "__docId__": 969, + "__docId__": 977, "kind": "method", "static": false, "variation": null, @@ -18565,7 +18740,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2027, + "lineNumber": 2019, "params": [ { "nullable": null, @@ -18581,7 +18756,7 @@ "generator": false }, { - "__docId__": 970, + "__docId__": 978, "kind": "member", "static": false, "variation": null, @@ -18590,7 +18765,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2028, + "lineNumber": 2020, "undocument": true, "type": { "types": [ @@ -18599,7 +18774,7 @@ } }, { - "__docId__": 971, + "__docId__": 979, "kind": "method", "static": false, "variation": null, @@ -18608,7 +18783,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2036, + "lineNumber": 2028, "unknown": [ { "tagName": "@returns", @@ -18640,7 +18815,7 @@ "generator": false }, { - "__docId__": 972, + "__docId__": 980, "kind": "method", "static": false, "variation": null, @@ -18649,7 +18824,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2046, + "lineNumber": 2038, "params": [ { "nullable": null, @@ -18665,7 +18840,7 @@ "generator": false }, { - "__docId__": 973, + "__docId__": 981, "kind": "method", "static": false, "variation": null, @@ -18674,12 +18849,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2057, + "lineNumber": 2049, "params": [], "generator": false }, { - "__docId__": 974, + "__docId__": 982, "kind": "method", "static": false, "variation": null, @@ -18688,7 +18863,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determines if passed filter column implements exact query match", - "lineNumber": 2107, + "lineNumber": 2099, "params": [ { "nullable": null, @@ -18712,7 +18887,7 @@ "generator": false }, { - "__docId__": 975, + "__docId__": 983, "kind": "method", "static": false, "variation": null, @@ -18721,7 +18896,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2119, + "lineNumber": 2111, "params": [ { "nullable": null, @@ -18755,7 +18930,7 @@ "generator": false }, { - "__docId__": 976, + "__docId__": 984, "kind": "method", "static": false, "variation": null, @@ -18764,7 +18939,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2143, + "lineNumber": 2135, "params": [ { "nullable": null, @@ -18810,7 +18985,7 @@ "generator": false }, { - "__docId__": 977, + "__docId__": 985, "kind": "method", "static": false, "variation": null, @@ -18819,7 +18994,7 @@ "longname": "src/tablefilter.js~TableFilter#hasGrid", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2187, + "lineNumber": 2179, "params": [], "return": { "nullable": null, @@ -18832,7 +19007,7 @@ "generator": false }, { - "__docId__": 978, + "__docId__": 986, "kind": "method", "static": false, "variation": null, @@ -18841,7 +19016,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2195, + "lineNumber": 2187, "params": [], "return": { "nullable": null, @@ -18854,7 +19029,7 @@ "generator": false }, { - "__docId__": 979, + "__docId__": 987, "kind": "method", "static": false, "variation": null, @@ -18863,7 +19038,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2204, + "lineNumber": 2196, "params": [ { "nullable": null, @@ -18887,7 +19062,7 @@ "generator": false }, { - "__docId__": 980, + "__docId__": 988, "kind": "member", "static": false, "variation": null, @@ -18896,7 +19071,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2209, + "lineNumber": 2201, "undocument": true, "type": { "types": [ @@ -18905,7 +19080,7 @@ } }, { - "__docId__": 981, + "__docId__": 989, "kind": "method", "static": false, "variation": null, @@ -18914,6 +19089,28 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", + "lineNumber": 2222, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 990, + "kind": "method", + "static": false, + "variation": null, + "name": "getHeadersRowIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", + "access": null, + "description": "Get the index of the headers row", "lineNumber": 2230, "params": [], "return": { @@ -18927,16 +19124,16 @@ "generator": false }, { - "__docId__": 982, + "__docId__": 991, "kind": "method", "static": false, "variation": null, - "name": "getHeadersRowIndex", + "name": "getStartRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", + "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", "access": null, - "description": "Get the index of the headers row", - "lineNumber": 2238, + "description": "Get the row index from where the filtering process start (1st filterable\nrow)", + "lineNumber": 2239, "params": [], "return": { "nullable": null, @@ -18949,15 +19146,15 @@ "generator": false }, { - "__docId__": 983, + "__docId__": 992, "kind": "method", "static": false, "variation": null, - "name": "getStartRowIndex", + "name": "getLastRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", + "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", "access": null, - "description": "Get the row index from where the filtering process start (1st filterable\nrow)", + "description": "Get the index of the last row", "lineNumber": 2247, "params": [], "return": { @@ -18971,29 +19168,7 @@ "generator": false }, { - "__docId__": 984, - "kind": "method", - "static": false, - "variation": null, - "name": "getLastRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", - "access": null, - "description": "Get the index of the last row", - "lineNumber": 2255, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 985, + "__docId__": 993, "kind": "method", "static": false, "variation": null, @@ -19002,7 +19177,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 2264, + "lineNumber": 2256, "params": [ { "nullable": null, @@ -19026,7 +19201,7 @@ "generator": false }, { - "__docId__": 986, + "__docId__": 994, "kind": "method", "static": false, "variation": null, @@ -19035,7 +19210,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 2289, + "lineNumber": 2281, "params": [ { "nullable": null, @@ -19059,7 +19234,7 @@ "generator": false }, { - "__docId__": 987, + "__docId__": 995, "kind": "method", "static": false, "variation": null, @@ -19068,7 +19243,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 2309, + "lineNumber": 2301, "params": [ { "nullable": null, @@ -19092,7 +19267,7 @@ "generator": false }, { - "__docId__": 988, + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -19101,7 +19276,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 2318, + "lineNumber": 2310, "params": [], "return": { "nullable": null, @@ -19114,7 +19289,7 @@ "generator": false }, { - "__docId__": 989, + "__docId__": 997, "kind": "method", "static": false, "variation": null, @@ -19123,7 +19298,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 2326, + "lineNumber": 2318, "params": [], "return": { "nullable": null, @@ -19136,7 +19311,7 @@ "generator": false }, { - "__docId__": 990, + "__docId__": 998, "kind": "file", "static": true, "variation": null, @@ -19149,7 +19324,7 @@ "content": "/**\n * Types utilities\n */\n\nconst UNDEFINED = void 0;\n\nexport default {\n /**\n * Check if argument is an object or a global object\n * @param {String or Object} v\n * @return {Boolean}\n */\n isObj(v) {\n let isO = false;\n if (typeof v === 'string') {\n if (window[v] && typeof window[v] === 'object') {\n isO = true;\n }\n } else {\n if (v && typeof v === 'object') {\n isO = true;\n }\n }\n return isO;\n },\n\n /**\n * Check if argument is a function\n * @param {Function} fn\n * @return {Boolean}\n */\n isFn(fn) {\n return (fn && fn.constructor == Function);\n },\n\n /**\n * Check if argument is an array\n * @param {Array} obj\n * @return {Boolean}\n */\n isArray(obj) {\n return (obj && obj.constructor == Array);\n },\n\n /**\n * Check argument is a string\n * @param {String} val Value\n * @returns {Boolean}\n */\n isString(val) {\n return Object.prototype.toString.call(val) === '[object String]';\n },\n\n\n /**\n * Check argument is a number\n * @param {Number} val\n * @returns {Boolean}\n */\n isNumber(val) {\n return Object.prototype.toString.call(val) === '[object Number]';\n },\n\n /**\n * Determine if argument is undefined\n * @param {Any} o\n * @return {Boolean}\n */\n isUndef(o) {\n return o === UNDEFINED;\n },\n\n /**\n * Determine if argument is null\n * @param {Any} o\n * @return {Boolean}\n */\n isNull(o) {\n return o === null;\n },\n\n /**\n * Determine if argument is empty (undefined, null or empty string)\n * @param {Any} o\n * @return {Boolean}\n */\n isEmpty(o) {\n return this.isUndef(o) || this.isNull(o) || o.length === 0;\n }\n};\n" }, { - "__docId__": 991, + "__docId__": 999, "kind": "variable", "static": true, "variation": null, @@ -19169,7 +19344,7 @@ } }, { - "__docId__": 993, + "__docId__": 1001, "kind": "external", "static": true, "variation": null, @@ -19182,7 +19357,7 @@ "builtinExternal": true }, { - "__docId__": 994, + "__docId__": 1002, "kind": "external", "static": true, "variation": null, @@ -19195,7 +19370,7 @@ "builtinExternal": true }, { - "__docId__": 995, + "__docId__": 1003, "kind": "external", "static": true, "variation": null, @@ -19208,7 +19383,7 @@ "builtinExternal": true }, { - "__docId__": 996, + "__docId__": 1004, "kind": "external", "static": true, "variation": null, @@ -19221,7 +19396,7 @@ "builtinExternal": true }, { - "__docId__": 997, + "__docId__": 1005, "kind": "external", "static": true, "variation": null, @@ -19234,7 +19409,7 @@ "builtinExternal": true }, { - "__docId__": 998, + "__docId__": 1006, "kind": "external", "static": true, "variation": null, @@ -19247,7 +19422,7 @@ "builtinExternal": true }, { - "__docId__": 999, + "__docId__": 1007, "kind": "external", "static": true, "variation": null, @@ -19260,7 +19435,7 @@ "builtinExternal": true }, { - "__docId__": 1000, + "__docId__": 1008, "kind": "external", "static": true, "variation": null, @@ -19273,7 +19448,7 @@ "builtinExternal": true }, { - "__docId__": 1001, + "__docId__": 1009, "kind": "external", "static": true, "variation": null, @@ -19286,7 +19461,7 @@ "builtinExternal": true }, { - "__docId__": 1002, + "__docId__": 1010, "kind": "external", "static": true, "variation": null, @@ -19299,7 +19474,7 @@ "builtinExternal": true }, { - "__docId__": 1003, + "__docId__": 1011, "kind": "external", "static": true, "variation": null, @@ -19312,7 +19487,7 @@ "builtinExternal": true }, { - "__docId__": 1004, + "__docId__": 1012, "kind": "external", "static": true, "variation": null, @@ -19325,7 +19500,7 @@ "builtinExternal": true }, { - "__docId__": 1005, + "__docId__": 1013, "kind": "external", "static": true, "variation": null, @@ -19338,7 +19513,7 @@ "builtinExternal": true }, { - "__docId__": 1006, + "__docId__": 1014, "kind": "external", "static": true, "variation": null, @@ -19351,7 +19526,7 @@ "builtinExternal": true }, { - "__docId__": 1007, + "__docId__": 1015, "kind": "external", "static": true, "variation": null, @@ -19364,7 +19539,7 @@ "builtinExternal": true }, { - "__docId__": 1008, + "__docId__": 1016, "kind": "external", "static": true, "variation": null, @@ -19377,7 +19552,7 @@ "builtinExternal": true }, { - "__docId__": 1009, + "__docId__": 1017, "kind": "external", "static": true, "variation": null, @@ -19390,7 +19565,7 @@ "builtinExternal": true }, { - "__docId__": 1010, + "__docId__": 1018, "kind": "external", "static": true, "variation": null, @@ -19403,7 +19578,7 @@ "builtinExternal": true }, { - "__docId__": 1011, + "__docId__": 1019, "kind": "external", "static": true, "variation": null, @@ -19416,7 +19591,7 @@ "builtinExternal": true }, { - "__docId__": 1012, + "__docId__": 1020, "kind": "external", "static": true, "variation": null, @@ -19429,7 +19604,7 @@ "builtinExternal": true }, { - "__docId__": 1013, + "__docId__": 1021, "kind": "external", "static": true, "variation": null, @@ -19442,7 +19617,7 @@ "builtinExternal": true }, { - "__docId__": 1014, + "__docId__": 1022, "kind": "external", "static": true, "variation": null, @@ -19455,7 +19630,7 @@ "builtinExternal": true }, { - "__docId__": 1015, + "__docId__": 1023, "kind": "external", "static": true, "variation": null, @@ -19468,7 +19643,7 @@ "builtinExternal": true }, { - "__docId__": 1016, + "__docId__": 1024, "kind": "external", "static": true, "variation": null, @@ -19481,7 +19656,7 @@ "builtinExternal": true }, { - "__docId__": 1017, + "__docId__": 1025, "kind": "external", "static": true, "variation": null, @@ -19494,7 +19669,7 @@ "builtinExternal": true }, { - "__docId__": 1018, + "__docId__": 1026, "kind": "external", "static": true, "variation": null, @@ -19507,7 +19682,7 @@ "builtinExternal": true }, { - "__docId__": 1019, + "__docId__": 1027, "kind": "external", "static": true, "variation": null, @@ -19520,7 +19695,7 @@ "builtinExternal": true }, { - "__docId__": 1020, + "__docId__": 1028, "kind": "external", "static": true, "variation": null, @@ -19533,7 +19708,7 @@ "builtinExternal": true }, { - "__docId__": 1021, + "__docId__": 1029, "kind": "external", "static": true, "variation": null, @@ -19546,7 +19721,7 @@ "builtinExternal": true }, { - "__docId__": 1022, + "__docId__": 1030, "kind": "external", "static": true, "variation": null, @@ -19559,7 +19734,7 @@ "builtinExternal": true }, { - "__docId__": 1023, + "__docId__": 1031, "kind": "external", "static": true, "variation": null, @@ -19572,7 +19747,7 @@ "builtinExternal": true }, { - "__docId__": 1024, + "__docId__": 1032, "kind": "external", "static": true, "variation": null, @@ -19585,7 +19760,7 @@ "builtinExternal": true }, { - "__docId__": 1025, + "__docId__": 1033, "kind": "external", "static": true, "variation": null, @@ -19598,7 +19773,7 @@ "builtinExternal": true }, { - "__docId__": 1026, + "__docId__": 1034, "kind": "external", "static": true, "variation": null, @@ -19611,7 +19786,7 @@ "builtinExternal": true }, { - "__docId__": 1027, + "__docId__": 1035, "kind": "external", "static": true, "variation": null, @@ -19624,7 +19799,7 @@ "builtinExternal": true }, { - "__docId__": 1028, + "__docId__": 1036, "kind": "external", "static": true, "variation": null, @@ -19637,7 +19812,7 @@ "builtinExternal": true }, { - "__docId__": 1029, + "__docId__": 1037, "kind": "external", "static": true, "variation": null, @@ -19650,7 +19825,7 @@ "builtinExternal": true }, { - "__docId__": 1030, + "__docId__": 1038, "kind": "external", "static": true, "variation": null, @@ -19663,7 +19838,7 @@ "builtinExternal": true }, { - "__docId__": 1031, + "__docId__": 1039, "kind": "external", "static": true, "variation": null, @@ -19676,7 +19851,7 @@ "builtinExternal": true }, { - "__docId__": 1032, + "__docId__": 1040, "kind": "external", "static": true, "variation": null, @@ -19689,7 +19864,7 @@ "builtinExternal": true }, { - "__docId__": 1033, + "__docId__": 1041, "kind": "external", "static": true, "variation": null, @@ -19702,7 +19877,7 @@ "builtinExternal": true }, { - "__docId__": 1034, + "__docId__": 1042, "kind": "external", "static": true, "variation": null, @@ -19715,7 +19890,7 @@ "builtinExternal": true }, { - "__docId__": 1035, + "__docId__": 1043, "kind": "external", "static": true, "variation": null, @@ -19728,7 +19903,7 @@ "builtinExternal": true }, { - "__docId__": 1036, + "__docId__": 1044, "kind": "external", "static": true, "variation": null, @@ -19741,7 +19916,7 @@ "builtinExternal": true }, { - "__docId__": 1037, + "__docId__": 1045, "kind": "external", "static": true, "variation": null, @@ -19754,7 +19929,7 @@ "builtinExternal": true }, { - "__docId__": 1038, + "__docId__": 1046, "kind": "external", "static": true, "variation": null, @@ -19767,7 +19942,7 @@ "builtinExternal": true }, { - "__docId__": 1039, + "__docId__": 1047, "kind": "external", "static": true, "variation": null, @@ -19780,7 +19955,7 @@ "builtinExternal": true }, { - "__docId__": 1041, + "__docId__": 1049, "kind": "external", "static": true, "variation": null, @@ -19793,7 +19968,7 @@ "builtinExternal": true }, { - "__docId__": 1042, + "__docId__": 1050, "kind": "external", "static": true, "variation": null, @@ -19806,7 +19981,7 @@ "builtinExternal": true }, { - "__docId__": 1043, + "__docId__": 1051, "kind": "external", "static": true, "variation": null, @@ -19819,7 +19994,7 @@ "builtinExternal": true }, { - "__docId__": 1044, + "__docId__": 1052, "kind": "external", "static": true, "variation": null, @@ -19832,7 +20007,7 @@ "builtinExternal": true }, { - "__docId__": 1045, + "__docId__": 1053, "kind": "external", "static": true, "variation": null, @@ -19845,7 +20020,7 @@ "builtinExternal": true }, { - "__docId__": 1046, + "__docId__": 1054, "kind": "external", "static": true, "variation": null, @@ -19858,7 +20033,7 @@ "builtinExternal": true }, { - "__docId__": 1047, + "__docId__": 1055, "kind": "external", "static": true, "variation": null, @@ -19871,7 +20046,7 @@ "builtinExternal": true }, { - "__docId__": 1048, + "__docId__": 1056, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 28ea43ac..facc9324 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.2.19 API Document + src/array.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html new file mode 100644 index 00000000..3e573fb9 --- /dev/null +++ b/docs/file/src/const.js.html @@ -0,0 +1,123 @@ + + + + + + src/const.js | tablefilter v0.2.20 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +

    src/const.js

    +
    /**
    + * Filter types
    + */
    +export const INPUT = 'input';
    +export const SELECT = 'select';
    +export const MULTIPLE = 'multiple';
    +export const CHECKLIST = 'checklist';
    +export const NONE = 'none';
    +
    +/**
    + * Key codes
    + */
    +export const ENTER_KEY = 13;
    +export const TAB_KEY = 9;
    +export const ESC_KEY = 27;
    +export const UP_ARROW_KEY = 38;
    +export const DOWN_ARROW_KEY = 40;
    +
    +/**
    + * HTML tags
    + */
    +export const HEADER_TAG = 'TH';
    +export const CELL_TAG = 'TD';
    +
    +/**
    + * Numeric values
    + */
    +export const AUTO_FILTER_DELAY = 750;
    +
    + +
    + + + + + + + + + + + + diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 82297cc8..f4d26b5f 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.2.19 API Document + src/cookie.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/date.js.html b/docs/file/src/date.js.html index 9b9aabaa..7fc4c74d 100644 --- a/docs/file/src/date.js.html +++ b/docs/file/src/date.js.html @@ -3,7 +3,7 @@ - src/date.js | tablefilter v0.2.19 API Document + src/date.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index e5b333da..751baec7 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.2.19 API Document + src/dom.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index f8779b1e..0df90816 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.2.19 API Document + src/emitter.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 5db1e756..bde42aeb 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.2.19 API Document + src/event.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index b064dbe7..51274230 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.2.19 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -64,6 +77,7 @@

    src/extensions/advancedGrid/adapterEzEditTable.js

    import Dom from '../../dom';
    +import {INPUT} from '../../const';
     
     export default class AdapterEzEditTable {
         /**
    @@ -481,7 +495,7 @@ export default class AdapterEzEditTable {
             }
             var colIndex = tf.getColumnIndexFromFilterId(tf.getActiveFilterId());
             var filterType = tf.getFilterType(colIndex);
    -        if(filterType === tf.fltTypeInp){
    +        if(filterType === INPUT){
                 this.toggle();
             }
         }
    diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
    index c7e05cbc..9d160982 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.2.19 API Document
    +  src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.2.20 API Document
       
       
       
    @@ -34,6 +34,19 @@
         
       
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index fd512c9b..b501eed7 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.2.19 API Document + src/extensions/colOps/colOps.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index 08f1c0ca..70fa511a 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.2.19 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index 4b7bb477..cca53a63 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.2.19 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index 678e3a2d..f718a328 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.2.19 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -68,14 +81,15 @@ import Dom from '../../dom'; import Event from '../../event'; import DateHelper from '../../date'; import Helpers from '../../helpers'; +import {NONE, CELL_TAG, HEADER_TAG} from '../../const'; -export default class AdapterSortableTable{ +export default class AdapterSortableTable { /** * SortableTable Adapter module * @param {Object} tf TableFilter instance */ - constructor(tf, opts){ + constructor(tf, opts) { this.initialized = false; this.name = opts.name; this.desc = opts.description || 'Sortable table'; @@ -96,7 +110,7 @@ export default class AdapterSortableTable{ this.imgBlank = opts.image_blank || 'blank.png'; this.imgClassName = opts.image_class_name || 'sort-arrow'; this.imgAscClassName = opts.image_asc_class_name || 'ascending'; - this.imgDescClassName = opts.image_desc_class_name ||'descending'; + this.imgDescClassName = opts.image_desc_class_name || 'descending'; //cell attribute storing custom key this.customKey = opts.custom_key || 'data-tf-sortKey'; @@ -114,12 +128,12 @@ export default class AdapterSortableTable{ this.emitter = tf.emitter; } - init(){ + init() { let tf = this.tf; let adpt = this; // SortableTable class sanity check (sortabletable.js) - if(Types.isUndef(SortableTable)){ + if (Types.isUndef(SortableTable)) { throw new Error('SortableTable class not found.'); } @@ -128,31 +142,31 @@ export default class AdapterSortableTable{ //Column sort at start let sortColAtStart = adpt.sortColAtStart; - if(sortColAtStart){ + if (sortColAtStart) { this.stt.sort(sortColAtStart[0], sortColAtStart[1]); } - if(this.onSortLoaded){ + if (this.onSortLoaded) { this.onSortLoaded.call(null, tf, this); } /*** SortableTable callbacks ***/ - this.stt.onbeforesort = function(){ - if(adpt.onBeforeSort){ + this.stt.onbeforesort = function () { + if (adpt.onBeforeSort) { adpt.onBeforeSort.call(null, tf, adpt.stt.sortColumn); } /*** sort behaviour for paging ***/ - if(tf.paging){ + if (tf.paging) { tf.feature('paging').disable(); } }; - this.stt.onsort = function(){ + this.stt.onsort = function () { adpt.sorted = true; //sort behaviour for paging - if(tf.paging){ + if (tf.paging) { let paginator = tf.feature('paging'); // recalculate valid rows index as sorting may have change it tf.getValidRows(true); @@ -160,9 +174,9 @@ export default class AdapterSortableTable{ paginator.setPage(paginator.getPage()); } - if(adpt.onAfterSort){ + if (adpt.onAfterSort) { adpt.onAfterSort.call(null, tf, adpt.stt.sortColumn, - adpt.stt.descending); + adpt.stt.descending); } adpt.emitter.emit('column-sorted', tf, adpt.stt.sortColumn, @@ -170,7 +184,7 @@ export default class AdapterSortableTable{ }; this.emitter.on(['sort'], - (tf, colIdx, desc)=> this.sortByColumnIndex(colIdx, desc)); + (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc)); this.initialized = true; this.emitter.emit('sort-initialized', tf, this); @@ -181,11 +195,11 @@ export default class AdapterSortableTable{ * @param {Number} colIdx Column index * @param {Boolean} desc Optional: descending manner */ - sortByColumnIndex(colIdx, desc){ + sortByColumnIndex(colIdx, desc) { this.stt.sort(colIdx, desc); } - overrideSortableTable(){ + overrideSortableTable() { let adpt = this, tf = this.tf; @@ -193,15 +207,15 @@ export default class AdapterSortableTable{ * Overrides headerOnclick method in order to handle th event * @param {Object} e [description] */ - SortableTable.prototype.headerOnclick = function(evt){ - if(!adpt.initialized){ + SortableTable.prototype.headerOnclick = function (evt) { + if (!adpt.initialized) { return; } // find Header element let el = evt.target || evt.srcElement; - while(el.tagName !== 'TD' && el.tagName !== 'TH'){ + while (el.tagName !== CELL_TAG && el.tagName !== HEADER_TAG) { el = el.parentNode; } @@ -217,10 +231,10 @@ export default class AdapterSortableTable{ * @param {Object} oTd TD element * @return {Number} Cell index */ - SortableTable.getCellIndex = function(oTd){ + SortableTable.getCellIndex = function (oTd) { let cells = oTd.parentNode.cells, l = cells.length, i; - for (i = 0; cells[i] != oTd && i < l; i++){} + for (i = 0; cells[i] != oTd && i < l; i++) { } return i; }; @@ -228,10 +242,10 @@ export default class AdapterSortableTable{ * Overrides initHeader in order to handle filters row position * @param {Array} oSortTypes */ - SortableTable.prototype.initHeader = function(oSortTypes){ + SortableTable.prototype.initHeader = function (oSortTypes) { let stt = this; - if (!stt.tHead){ - if(tf.gridLayout){ + if (!stt.tHead) { + if (tf.gridLayout) { stt.tHead = tf.feature('gridLayout').headTbl.tHead; } else { return; @@ -246,13 +260,13 @@ export default class AdapterSortableTable{ for (let i = 0; i < l; i++) { c = cells[i]; - if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None'){ + if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None') { c.style.cursor = 'pointer'; img = Dom.create('img', ['src', adpt.imgPath + adpt.imgBlank]); c.appendChild(img); - if (stt.sortTypes[i] !== null){ - c.setAttribute( '_sortType', stt.sortTypes[i]); + if (stt.sortTypes[i] !== null) { + c.setAttribute('_sortType', stt.sortTypes[i]); } Event.add(c, 'click', stt._headerOnclick); } else { @@ -266,40 +280,40 @@ export default class AdapterSortableTable{ /** * Overrides updateHeaderArrows in order to handle arrows indicators */ - SortableTable.prototype.updateHeaderArrows = function(){ + SortableTable.prototype.updateHeaderArrows = function () { let stt = this; let cells, l, img; // external headers - if(adpt.asyncSort && adpt.triggerIds.length > 0){ + if (adpt.asyncSort && adpt.triggerIds.length > 0) { let triggers = adpt.triggerIds; cells = []; l = triggers.length; - for(let j=0; j<triggers.length; j++){ + for (let j = 0; j < triggers.length; j++) { cells.push(Dom.id(triggers[j])); } } else { - if(!this.tHead){ + if (!this.tHead) { return; } cells = stt.tHead.rows[stt.headersRow].cells; l = cells.length; } - for(let i = 0; i < l; i++){ + for (let i = 0; i < l; i++) { let cellAttr = cells[i].getAttribute('_sortType'); - if(cellAttr !== null && cellAttr !== 'None'){ + if (cellAttr !== null && cellAttr !== 'None') { img = cells[i].lastChild || cells[i]; - if(img.nodeName.toLowerCase() !== 'img'){ + if (img.nodeName.toLowerCase() !== 'img') { img = Dom.create('img', ['src', adpt.imgPath + adpt.imgBlank]); cells[i].appendChild(img); } - if (i === stt.sortColumn){ - img.className = adpt.imgClassName +' '+ + if (i === stt.sortColumn) { + img.className = adpt.imgClassName + ' ' + (this.descending ? adpt.imgDescClassName : adpt.imgAscClassName); - } else{ + } else { img.className = adpt.imgClassName; } } @@ -313,11 +327,11 @@ export default class AdapterSortableTable{ * @param {Number} nColumn * @return {String} */ - SortableTable.prototype.getRowValue = function(oRow, sType, nColumn){ + SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) { let stt = this; // if we have defined a custom getRowValue use that let sortTypeInfo = stt._sortTypeInfo[sType]; - if (sortTypeInfo && sortTypeInfo.getRowValue){ + if (sortTypeInfo && sortTypeInfo.getRowValue) { return sortTypeInfo.getRowValue(oRow, nColumn); } let c = oRow.cells[nColumn]; @@ -331,11 +345,11 @@ export default class AdapterSortableTable{ * @param {Object} oNode DOM element * @return {String} DOM element inner text */ - SortableTable.getInnerText = function(oNode){ - if(!oNode){ + SortableTable.getInnerText = function (oNode) { + if (!oNode) { return; } - if(oNode.getAttribute(adpt.customKey)){ + if (oNode.getAttribute(adpt.customKey)) { return oNode.getAttribute(adpt.customKey); } else { return Dom.getText(oNode); @@ -343,29 +357,29 @@ export default class AdapterSortableTable{ }; } - addSortType(){ + addSortType() { var args = arguments; SortableTable.prototype.addSortType(args[0], args[1], args[2], args[3]); } - setSortTypes(){ + setSortTypes() { let tf = this.tf, sortTypes = this.sortTypes, _sortTypes = []; - for(let i=0; i<tf.nbCells; i++){ + for (let i = 0; i < tf.nbCells; i++) { let colType; - if(sortTypes[i]){ + if (sortTypes[i]) { colType = sortTypes[i].toLowerCase(); - if(colType === 'none'){ + if (colType === NONE) { colType = 'None'; } } else { // resolve column types - if(tf.hasColNbFormat && tf.colNbFormat[i] !== null){ + if (tf.hasColNbFormat && tf.colNbFormat[i] !== null) { colType = tf.colNbFormat[i].toLowerCase(); - } else if(tf.hasColDateType && tf.colDateType[i] !== null){ - colType = tf.colDateType[i].toLowerCase()+'date'; + } else if (tf.hasColDateType && tf.colDateType[i] !== null) { + colType = tf.colDateType[i].toLowerCase() + 'date'; } else { colType = 'String'; } @@ -382,7 +396,7 @@ export default class AdapterSortableTable{ this.addSortType('string'); this.addSortType('us', usNumberConverter); this.addSortType('eu', euNumberConverter); - this.addSortType('dmydate', dmyDateConverter ); + this.addSortType('dmydate', dmyDateConverter); this.addSortType('ymddate', ymdDateConverter); this.addSortType('mdydate', mdyDateConverter); this.addSortType('ddmmmyyyydate', ddmmmyyyyDateConverter); @@ -391,19 +405,19 @@ export default class AdapterSortableTable{ this.stt = new SortableTable(tf.tbl, _sortTypes); /*** external table headers adapter ***/ - if(this.asyncSort && this.triggerIds.length > 0){ + if (this.asyncSort && this.triggerIds.length > 0) { let triggers = this.triggerIds; - for(let j=0; j<triggers.length; j++){ - if(triggers[j] === null){ + for (let j = 0; j < triggers.length; j++) { + if (triggers[j] === null) { continue; } let trigger = Dom.id(triggers[j]); - if(trigger){ + if (trigger) { trigger.style.cursor = 'pointer'; Event.add(trigger, 'click', (evt) => { let elm = evt.target; - if(!this.tf.sort){ + if (!this.tf.sort) { return; } this.stt.asyncSort(triggers.indexOf(elm.id)); @@ -417,20 +431,20 @@ export default class AdapterSortableTable{ /** * Destroy sort */ - destroy(){ + destroy() { let tf = this.tf; this.emitter.off(['sort'], - (tf, colIdx, desc)=> this.sortByColumnIndex(colIdx, desc)); + (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc)); this.sorted = false; this.initialized = false; this.stt.destroy(); let ids = tf.getFiltersId(); - for (let idx = 0; idx < ids.length; idx++){ + for (let idx = 0; idx < ids.length; idx++) { let header = tf.getHeaderElement(idx); let img = Dom.tag(header, 'img'); - if(img.length === 1){ + if (img.length === 1) { header.removeChild(img[0]); } } @@ -439,46 +453,46 @@ export default class AdapterSortableTable{ } //Converters -function usNumberConverter(s){ +function usNumberConverter(s) { return Helpers.removeNbFormat(s, 'us'); } -function euNumberConverter(s){ +function euNumberConverter(s) { return Helpers.removeNbFormat(s, 'eu'); } -function dateConverter(s, format){ +function dateConverter(s, format) { return DateHelper.format(s, format); } -function dmyDateConverter(s){ +function dmyDateConverter(s) { return dateConverter(s, 'DMY'); } -function mdyDateConverter(s){ +function mdyDateConverter(s) { return dateConverter(s, 'MDY'); } -function ymdDateConverter(s){ +function ymdDateConverter(s) { return dateConverter(s, 'YMD'); } -function ddmmmyyyyDateConverter(s){ +function ddmmmyyyyDateConverter(s) { return dateConverter(s, 'DDMMMYYYY'); } -function ipAddress(value){ +function ipAddress(value) { let vals = value.split('.'); for (let x in vals) { let val = vals[x]; - while (3 > val.length){ - val = '0'+val; + while (3 > val.length) { + val = '0' + val; } vals[x] = val; } return vals.join('.'); } -function sortIP(a,b){ +function sortIP(a, b) { let aa = ipAddress(a.value.toLowerCase()); let bb = ipAddress(b.value.toLowerCase()); - if (aa==bb){ + if (aa == bb) { return 0; - } else if (aa<bb){ + } else if (aa < bb) { return -1; } else { return 1; diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index 028e9106..f9964634 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.2.19 API Document + src/extensions/sort/sort.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/helpers.js.html b/docs/file/src/helpers.js.html index ce7a014f..00bad94a 100644 --- a/docs/file/src/helpers.js.html +++ b/docs/file/src/helpers.js.html @@ -3,7 +3,7 @@ - src/helpers.js | tablefilter v0.2.19 API Document + src/helpers.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index bbc8fdef..dbe92a66 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.2.19 API Document + src/modules/alternateRows.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index 05245e83..9e0ec5bf 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.2.19 API Document + src/modules/checkList.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -70,6 +83,7 @@ import Str from '../string'; import Sort from '../sort'; import Event from '../event'; import Types from '../types'; +import {CHECKLIST, NONE} from '../const'; const SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' + '{1} manner.'; @@ -243,9 +257,9 @@ export class CheckList extends Feature { (colIndex === j && tf.linkedFilters && ((rows[k].style.display === '' && !tf.paging) || (tf.paging && ((!activeIdx || - activeIdx === colIndex) || + activeIdx === colIndex) || (activeIdx != colIndex && - tf.validRowsIndex.indexOf(k) != -1)))))) { + tf.validRowsIndex.indexOf(k) != -1)))))) { let cellData = tf.getCellData(cells[j]); //Vary Peter's patch @@ -359,7 +373,7 @@ export class CheckList extends Feature { if (val === '') { //item is hidden - li.style.display = 'none'; + li.style.display = NONE; } } } @@ -380,7 +394,7 @@ export class CheckList extends Feature { Event.add(li0.check, 'click', (evt) => this.optionClick(evt)); if (!this.enableCheckListResetFilter) { - li0.style.display = 'none'; + li0.style.display = NONE; } if (tf.enableEmptyOption) { @@ -494,11 +508,10 @@ export class CheckList extends Feature { */ selectOptions(colIndex, values = []) { let tf = this.tf; - if (tf.getFilterType(colIndex) !== tf.fltTypeCheckList || - values.length === 0) { + let flt = tf.getFilterElement(colIndex); + if (tf.getFilterType(colIndex) !== CHECKLIST || !flt) { return; } - let flt = tf.getFilterElement(colIndex); let lisNb = Dom.tag(flt, 'li').length; diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 4cf89018..42dab644 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.2.19 API Document + src/modules/clearButton.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 12bd9405..34b5d667 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.2.19 API Document + src/modules/dropdown.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -69,6 +82,7 @@ import Arr from '../array'; import Str from '../string'; import Sort from '../sort'; import Event from '../event'; +import {SELECT, MULTIPLE, NONE} from '../const'; const SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' + '{1} manner.'; @@ -131,16 +145,16 @@ export class Dropdown extends Feature { let externalFltTgtId = isExternal ? tf.externalFltTgtIds[colIndex] : null; - let slc = Dom.create(tf.fltTypeSlc, + let slc = Dom.create(SELECT, ['id', tf.prfxFlt + colIndex + '_' + tf.id], ['ct', colIndex], ['filled', '0'] ); - if (col === tf.fltTypeMulti) { - slc.multiple = tf.fltTypeMulti; + if (col === MULTIPLE) { + slc.multiple = MULTIPLE; slc.title = this.multipleSlcTooltip; } - slc.className = Str.lower(col) === tf.fltTypeSlc ? + slc.className = Str.lower(col) === SELECT ? tf.fltCssClass : tf.fltMultiCssClass; //filter is appended in container element @@ -357,7 +371,7 @@ export class Dropdown extends Feature { let opt; //fill select on demand if (tf.loadFltOnDemand && slcValue === this.opts[y] && - tf.getFilterType(colIndex) === tf.fltTypeSlc) { + tf.getFilterType(colIndex) === SELECT) { opt = Dom.createOpt(lbl, val, true); } else { opt = Dom.createOpt(lbl, val, false); @@ -381,7 +395,7 @@ export class Dropdown extends Feature { let opt0 = Dom.createOpt( (!this.enableSlcResetFilter ? '' : tf.displayAllText), ''); if (!this.enableSlcResetFilter) { - opt0.style.display = 'none'; + opt0.style.display = NONE; } slc.appendChild(opt0); if (tf.enableEmptyOption) { @@ -402,8 +416,7 @@ export class Dropdown extends Feature { */ selectOptions(colIndex, values = []) { let tf = this.tf; - if (tf.getFilterType(colIndex) !== tf.fltTypeMulti || - values.length === 0) { + if (tf.getFilterType(colIndex) !== MULTIPLE || values.length === 0) { return; } let slc = tf.getFilterElement(colIndex); diff --git a/docs/file/src/modules/feature.js.html b/docs/file/src/modules/feature.js.html index 67e286a8..1260b330 100644 --- a/docs/file/src/modules/feature.js.html +++ b/docs/file/src/modules/feature.js.html @@ -3,7 +3,7 @@ - src/modules/feature.js | tablefilter v0.2.19 API Document + src/modules/feature.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index a434cdbc..4aef2627 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.2.19 API Document + src/modules/gridLayout.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -68,6 +81,7 @@ import Dom from '../dom'; import Types from '../types'; import Event from '../event'; import Str from '../string'; +import {NONE} from '../const'; export class GridLayout extends Feature{ @@ -376,7 +390,7 @@ export class GridLayout extends Feature{ }; if(tf.popupFilters){ - filtersRow.style.display = 'none'; + filtersRow.style.display = NONE; } if(tbl.clientWidth !== this.headTbl.clientWidth){ diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 86c8a156..9eb42d33 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.2.19 API Document + src/modules/hash.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index edc78516..6a16d309 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.2.19 API Document + src/modules/help.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -66,7 +79,7 @@
    import {Feature} from './feature';
     import Dom from '../dom';
     import Event from '../event';
    -
    +import {NONE} from '../const';
     
     const WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +
                         '4.-Filter-operators';
    @@ -193,10 +206,10 @@ export class Help extends Feature{
                 return;
             }
             var divDisplay = this.cont.style.display;
    -        if(divDisplay === '' || divDisplay === 'none'){
    +        if(divDisplay === '' || divDisplay === NONE){
                 this.cont.style.display = 'inline';
             } else {
    -            this.cont.style.display = 'none';
    +            this.cont.style.display = NONE;
             }
         }
     
    diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html
    index 26fd2673..dda0d11b 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.2.19 API Document
    +  src/modules/highlightKeywords.js | tablefilter v0.2.20 API Document
       
       
       
    @@ -34,6 +34,19 @@
         
       
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index 1e66c597..3b61e2e5 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.2.19 API Document + src/modules/loader.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -66,10 +79,11 @@
    import {Feature} from './feature';
     import Dom from '../dom';
     import Types from '../types';
    +import {NONE} from '../const';
     
     let global = window;
     
    -export class Loader extends Feature{
    +export class Loader extends Feature {
     
         /**
          * Loading message/spinner
    @@ -104,31 +118,31 @@ export class Loader extends Feature{
         }
     
         init() {
    -        if(this.initialized){
    +        if (this.initialized) {
                 return;
             }
     
             let tf = this.tf;
             let emitter = this.emitter;
     
    -        let containerDiv = Dom.create('div', ['id', this.prfxLoader+tf.id]);
    +        let containerDiv = Dom.create('div', ['id', this.prfxLoader + tf.id]);
             containerDiv.className = this.loaderCssClass;
     
             let targetEl = !this.loaderTgtId ?
                 tf.tbl.parentNode : Dom.id(this.loaderTgtId);
    -        if(!this.loaderTgtId){
    +        if (!this.loaderTgtId) {
                 targetEl.insertBefore(containerDiv, tf.tbl);
             } else {
                 targetEl.appendChild(containerDiv);
             }
             this.loaderDiv = containerDiv;
    -        if(!this.loaderHtml){
    +        if (!this.loaderHtml) {
                 this.loaderDiv.appendChild(Dom.text(this.loaderText));
             } else {
                 this.loaderDiv.innerHTML = this.loaderHtml;
             }
     
    -        this.show('none');
    +        this.show(NONE);
     
             // Subscribe to events
             emitter.on([
    @@ -141,7 +155,7 @@ export class Loader extends Feature{
                 'before-reset-page-length',
                 'before-loading-extensions',
                 'before-loading-themes'],
    -            ()=> this.show('')
    +            () => this.show('')
             );
             emitter.on([
                 'after-filtering',
    @@ -153,36 +167,36 @@ export class Loader extends Feature{
                 'after-reset-page-length',
                 'after-loading-extensions',
                 'after-loading-themes'],
    -            ()=> this.show('none')
    +            () => this.show(NONE)
             );
     
             this.initialized = true;
         }
     
         show(p) {
    -        if(!this.isEnabled() /*|| this.loaderDiv.style.display === p*/){
    +        if (!this.isEnabled()) {
                 return;
             }
     
             let displayLoader = () => {
    -            if(!this.loaderDiv){
    +            if (!this.loaderDiv) {
                     return;
                 }
    -            if(this.onShowLoader && p !== 'none'){
    +            if (this.onShowLoader && p !== NONE) {
                     this.onShowLoader.call(null, this);
                 }
                 this.loaderDiv.style.display = p;
    -            if(this.onHideLoader && p === 'none'){
    +            if (this.onHideLoader && p === NONE) {
                     this.onHideLoader.call(null, this);
                 }
             };
     
    -        let t = p === 'none' ? this.loaderCloseDelay : 1;
    +        let t = p === NONE ? this.loaderCloseDelay : 1;
             global.setTimeout(displayLoader, t);
         }
     
         destroy() {
    -        if(!this.initialized){
    +        if (!this.initialized) {
                 return;
             }
     
    @@ -202,7 +216,7 @@ export class Loader extends Feature{
                 'before-reset-page-length',
                 'before-loading-extensions',
                 'before-loading-themes'],
    -            ()=> this.show('')
    +            () => this.show('')
             );
             emitter.off([
                 'after-filtering',
    @@ -214,7 +228,7 @@ export class Loader extends Feature{
                 'after-reset-page-length',
                 'after-loading-extensions',
                 'after-loading-themes'],
    -            ()=> this.show('none')
    +            () => this.show(NONE)
             );
     
             this.initialized = false;
    diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
    index acd848e7..230abf16 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.2.19 API Document
    +  src/modules/noResults.js | tablefilter v0.2.20 API Document
       
       
       
    @@ -34,6 +34,19 @@
         
       
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -66,6 +79,7 @@
    import {Feature} from './feature';
     import Dom from '../dom';
     import Types from '../types';
    +import {NONE} from '../const';
     
     export class NoResults extends Feature{
     
    @@ -166,7 +180,7 @@ export class NoResults extends Feature{
                 this.onBeforeHideMsg.call(null, this.tf, this);
             }
     
    -        this.cont.style.display = 'none';
    +        this.cont.style.display = NONE;
     
             if(this.onBeforeHideMsg){
                 this.onBeforeHideMsg.call(null, this.tf, this);
    diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html
    index f3865f8c..0cff884c 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.2.19 API Document
    +  src/modules/paging.js | tablefilter v0.2.20 API Document
       
       
       
    @@ -34,6 +34,19 @@
         
       
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -68,6 +81,7 @@ import Dom from '../dom'; import Types from '../types'; import Str from '../string'; import Event from '../event'; +import {INPUT, SELECT, NONE, ENTER_KEY} from '../const'; export class Paging extends Feature { @@ -148,7 +162,7 @@ export class Paging extends Feature { //enables/disables paging buttons this.hasPagingBtns = f.paging_btns === false ? false : true; //defines previous page button html - this.pageSelectorType = f.page_selector_type || tf.fltTypeSlc; + this.pageSelectorType = f.page_selector_type || SELECT; //calls function before page is changed this.onBeforeChangePage = Types.isFn(f.on_before_change_page) ? f.on_before_change_page : null; @@ -195,12 +209,12 @@ export class Paging extends Feature { // Paging DOM events this.evt = { slcIndex() { - return (o.pageSelectorType === tf.fltTypeSlc) ? + return (o.pageSelectorType === SELECT) ? o.pagingSlc.options.selectedIndex : parseInt(o.pagingSlc.value, 10) - 1; }, nbOpts() { - return (o.pageSelectorType === tf.fltTypeSlc) ? + return (o.pageSelectorType === SELECT) ? parseInt(o.pagingSlc.options.length, 10) - 1 : (o.nbPages - 1); }, @@ -222,7 +236,7 @@ export class Paging extends Feature { }, _detectKey(e) { var key = Event.keyCode(e); - if (key === 13) { + if (key === ENTER_KEY) { if (tf.sorted) { tf.filter(); o.changePage(o.evt.slcIndex()); @@ -269,17 +283,15 @@ export class Paging extends Feature { }; // Paging drop-down list selector - if (this.pageSelectorType === tf.fltTypeSlc) { - slcPages = Dom.create( - tf.fltTypeSlc, ['id', this.prfxSlcPages + tf.id]); + if (this.pageSelectorType === SELECT) { + slcPages = Dom.create(SELECT, ['id', this.prfxSlcPages + tf.id]); slcPages.className = this.pgSlcCssClass; Event.add(slcPages, 'change', evt.slcPagesChange); } // Paging input selector - if (this.pageSelectorType === tf.fltTypeInp) { - slcPages = Dom.create( - tf.fltTypeInp, + if (this.pageSelectorType === INPUT) { + slcPages = Dom.create(INPUT, ['id', this.prfxSlcPages + tf.id], ['value', this.currentPageNb] ); @@ -300,8 +312,7 @@ export class Paging extends Feature { if (this.hasPagingBtns) { // Next button if (!this.btnNextPageHtml) { - var btn_next = Dom.create( - tf.fltTypeInp, + var btn_next = Dom.create(INPUT, ['id', this.prfxBtnNext + tf.id], ['type', 'button'], ['value', this.btnNextPageText], @@ -316,8 +327,7 @@ export class Paging extends Feature { } // Previous button if (!this.btnPrevPageHtml) { - var btn_prev = Dom.create( - tf.fltTypeInp, + var btn_prev = Dom.create(INPUT, ['id', this.prfxBtnPrev + tf.id], ['type', 'button'], ['value', this.btnPrevPageText], @@ -332,8 +342,7 @@ export class Paging extends Feature { } // Last button if (!this.btnLastPageHtml) { - var btn_last = Dom.create( - tf.fltTypeInp, + var btn_last = Dom.create(INPUT, ['id', this.prfxBtnLast + tf.id], ['type', 'button'], ['value', this.btnLastPageText], @@ -348,8 +357,7 @@ export class Paging extends Feature { } // First button if (!this.btnFirstPageHtml) { - var btn_first = Dom.create( - tf.fltTypeInp, + var btn_first = Dom.create(INPUT, ['id', this.prfxBtnFirst + tf.id], ['type', 'button'], ['value', this.btnFirstPageText], @@ -451,13 +459,13 @@ export class Paging extends Feature { //refresh page nb span pgspan.innerHTML = this.nbPages; //select clearing shortcut - if (this.pageSelectorType === tf.fltTypeSlc) { + if (this.pageSelectorType === SELECT) { this.pagingSlc.innerHTML = ''; } if (this.nbPages > 0) { mdiv.style.visibility = 'visible'; - if (this.pageSelectorType === tf.fltTypeSlc) { + if (this.pageSelectorType === SELECT) { for (var z = 0; z < this.nbPages; z++) { var opt = Dom.createOpt(z + 1, z * this.pagingLength, false); @@ -504,7 +512,7 @@ export class Paging extends Feature { rowDisplayed = true; } } else { - r.style.display = 'none'; + r.style.display = NONE; } this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed); } @@ -575,8 +583,7 @@ export class Paging extends Feature { ev.target.blur(); }; - var slcR = Dom.create( - tf.fltTypeSlc, ['id', this.prfxSlcResults + tf.id]); + var slcR = Dom.create( SELECT, ['id', this.prfxSlcResults + tf.id]); slcR.className = this.resultsSlcCssClass; var slcRText = this.resultsPerPage[0], slcROpts = this.resultsPerPage[1]; @@ -642,7 +649,7 @@ export class Paging extends Feature { this.emitter.emit('before-page-change', tf, (index + 1)); if (index === null) { - index = this.pageSelectorType === tf.fltTypeSlc ? + index = this.pageSelectorType === SELECT ? this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1; } if (index >= 0 && index <= (this.nbPages - 1)) { @@ -650,13 +657,13 @@ export class Paging extends Feature { this.onBeforeChangePage.call(null, this, (index + 1)); } this.currentPageNb = parseInt(index, 10) + 1; - if (this.pageSelectorType === tf.fltTypeSlc) { + if (this.pageSelectorType === SELECT) { this.pagingSlc.options[index].selected = true; } else { this.pagingSlc.value = this.currentPageNb; } - this.startPagingRow = (this.pageSelectorType === tf.fltTypeSlc) ? + this.startPagingRow = (this.pageSelectorType === SELECT) ? this.pagingSlc.value : (index * this.pagingLength); this.groupByPage(); @@ -692,7 +699,7 @@ export class Paging extends Feature { var slcR = this.resultsPerPageSlc; var slcIndex = slcR.selectedIndex; - var slcPagesSelIndex = (this.pageSelectorType === tf.fltTypeSlc) ? + var slcPagesSelIndex = (this.pageSelectorType === SELECT) ? this.pagingSlc.selectedIndex : parseInt(this.pagingSlc.value - 1, 10); this.pagingLength = parseInt(slcR.options[slcIndex].value, 10); @@ -704,7 +711,7 @@ export class Paging extends Feature { } this.setPagingInfo(); - if (this.pageSelectorType === tf.fltTypeSlc) { + if (this.pageSelectorType === SELECT) { var slcIdx = (this.pagingSlc.options.length - 1 <= slcPagesSelIndex) ? (this.pagingSlc.options.length - 1) : slcPagesSelIndex; @@ -773,10 +780,10 @@ export class Paging extends Feature { var evt = this.evt; if (this.pagingSlc) { - if (this.pageSelectorType === tf.fltTypeSlc) { + if (this.pageSelectorType === SELECT) { Event.remove(this.pagingSlc, 'change', evt.slcPagesChange); } - else if (this.pageSelectorType === tf.fltTypeInp) { + else if (this.pageSelectorType === INPUT) { Event.remove(this.pagingSlc, 'keypress', evt._detectKey); } Dom.remove(this.pagingSlc); diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index da26c025..3664c2ff 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.2.19 API Document + src/modules/popupFilter.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -67,6 +80,7 @@ import Types from '../types'; import Dom from '../dom'; import Event from '../event'; +import {INPUT, NONE} from '../const'; export class PopupFilter extends Feature{ @@ -156,7 +170,7 @@ export class PopupFilter extends Feature{ } for(var i=0; i<tf.nbCells; i++){ - if(tf.getFilterType(i) === tf.fltTypeNone){ + if(tf.getFilterType(i) === NONE){ continue; } var popUpSpan = Dom.create( @@ -228,14 +242,14 @@ export class PopupFilter extends Feature{ var tf = this.tf, popUpFltElm = this.popUpFltElms[colIndex]; - if(popUpFltElm.style.display === 'none' || + if(popUpFltElm.style.display === NONE || popUpFltElm.style.display === ''){ if(this.onBeforePopUpOpen){ this.onBeforePopUpOpen.call( null, this, this.popUpFltElms[colIndex], colIndex); } popUpFltElm.style.display = 'block'; - if(tf.getFilterType(colIndex) === tf.fltTypeInp){ + if(tf.getFilterType(colIndex) === INPUT){ var flt = tf.getFilterElement(colIndex); if(flt){ flt.focus(); @@ -250,7 +264,7 @@ export class PopupFilter extends Feature{ this.onBeforePopUpClose.call( null, this, this.popUpFltElms[colIndex], colIndex); } - popUpFltElm.style.display = 'none'; + popUpFltElm.style.display = NONE; if(this.onAfterPopUpClose){ this.onAfterPopUpClose.call( null, this, this.popUpFltElms[colIndex], colIndex); @@ -269,7 +283,7 @@ export class PopupFilter extends Feature{ } var popUpFltElm = this.popUpFltElms[i]; if(popUpFltElm){ - popUpFltElm.style.display = 'none'; + popUpFltElm.style.display = NONE; } } } diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 054e09fd..ad64e7a3 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.2.19 API Document + src/modules/rowsCounter.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 4674cd2d..ebc01fbc 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.2.19 API Document + src/modules/state.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index 04f0591a..91c0067a 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.2.19 API Document + src/modules/statusBar.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 2ee29ae1..db130fd7 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.2.19 API Document + src/modules/storage.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 9d88969e..192021db 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.2.19 API Document + src/sort.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index c31ec6d1..ae7e3733 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.2.19 API Document + src/string.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 804011f0..84e7a316 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.2.19 API Document + src/tablefilter.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -86,6 +99,12 @@ import {AlternateRows} from './modules/alternateRows'; import {NoResults} from './modules/noResults'; import {State} from './modules/state'; +import { + INPUT, SELECT, MULTIPLE, CHECKLIST, NONE, + ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY, + CELL_TAG, AUTO_FILTER_DELAY +} from './const'; + let global = window, doc = global.document; @@ -100,8 +119,6 @@ export class TableFilter { * @param {Object} configuration object */ constructor(...args) { - if (args.length === 0) { return; } - this.id = null; this.version = '{VERSION}'; this.year = new Date().getFullYear(); @@ -133,10 +150,10 @@ export class TableFilter { // } }); - if (!this.tbl || this.tbl.nodeName != 'TABLE' || + if (!this.tbl || this.tbl.nodeName !== 'TABLE' || this.getRowsNb() === 0) { - throw new Error( - 'Could not instantiate TableFilter: HTML table not found.'); + throw new Error('Could not instantiate TableFilter: HTML table ' + + 'DOMElement not found.'); } // configuration object @@ -152,15 +169,7 @@ export class TableFilter { //default script base path this.basePath = f.base_path || 'tablefilter/'; - /*** filter types ***/ - this.fltTypeInp = 'input'; - this.fltTypeSlc = 'select'; - this.fltTypeMulti = 'multiple'; - this.fltTypeCheckList = 'checklist'; - this.fltTypeNone = 'none'; - /*** filters' grid properties ***/ - //enables/disables filter grid this.fltGrid = f.grid === false ? false : true; @@ -173,8 +182,8 @@ export class TableFilter { (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index; //defines tag of the cells containing filters (td/th) - this.fltCellTag = f.filters_cell_tag !== 'th' || - f.filters_cell_tag !== 'td' ? 'td' : f.filters_cell_tag; + this.fltCellTag = Types.isString(f.filters_cell_tag) ? + f.filters_cell_tag : CELL_TAG; //stores filters ids this.fltIds = []; @@ -260,9 +269,6 @@ export class TableFilter { this.externalFltTgtIds = f.external_flt_grid_ids || []; //stores filters elements if isExternalFlt is true this.externalFltEls = []; - //delays any filtering process if loader true - this.execDelay = !isNaN(f.exec_delay) ? parseInt(f.exec_delay, 10) : - 100; //calls function when filters grid loaded this.onFiltersLoaded = Types.isFn(f.on_filters_loaded) ? f.on_filters_loaded : null; @@ -385,7 +391,7 @@ export class TableFilter { this.autoFilter = Boolean(f.auto_filter); //onkeyup delay timer (msecs) this.autoFilterDelay = !isNaN(f.auto_filter_delay) ? - f.auto_filter_delay : 900; + f.auto_filter_delay : AUTO_FILTER_DELAY; //typing indicator this.isUserTyping = null; this.autoFilterTimer = null; @@ -553,19 +559,19 @@ export class TableFilter { //only 1 input for single search if (this.singleSearchFlt) { - col = this.fltTypeInp; + col = INPUT; inpclass = this.singleFltCssClass; } //drop-down filters - if (col === this.fltTypeSlc || col === this.fltTypeMulti) { + if (col === SELECT || col === MULTIPLE) { if (!Mod.dropdown) { Mod.dropdown = new Dropdown(this); } Mod.dropdown.init(i, this.isExternalFlt, fltcell); } // checklist - else if (col === this.fltTypeCheckList) { + else if (col === CHECKLIST) { if (!Mod.checkList) { Mod.checkList = new CheckList(this); } @@ -672,7 +678,7 @@ export class TableFilter { } if (evt) { let key = Event.keyCode(evt); - if (key === 13) { + if (key === ENTER_KEY) { this.filter(); Event.cancel(evt); Event.stop(evt); @@ -704,8 +710,9 @@ export class TableFilter { this.isUserTyping = null; } } - // TODO: define constants for keys - if (key !== 13 && key !== 9 && key !== 27 && key !== 38 && key !== 40) { + + if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY && + key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) { if (this.autoFilterTimer === null) { this.autoFilterTimer = global.setInterval(filter.bind(this), this.autoFilterDelay); @@ -764,7 +771,7 @@ export class TableFilter { fltrow.className = this.fltsRowCssClass; if (this.isExternalFlt) { - fltrow.style.display = 'none'; + fltrow.style.display = NONE; } this.emitter.emit('filters-row-inserted', this, fltrow); @@ -794,8 +801,8 @@ export class TableFilter { let col = this.getFilterType(colIndex); let externalFltTgtId = this.isExternalFlt ? this.externalFltTgtIds[colIndex] : null; - let inptype = col === this.fltTypeInp ? 'text' : 'hidden'; - let inp = Dom.create(this.fltTypeInp, + let inptype = col === INPUT ? 'text' : 'hidden'; + let inp = Dom.create(INPUT, ['id', this.prfxFlt + colIndex + '_' + this.id], ['type', inptype], ['ct', colIndex]); @@ -832,7 +839,7 @@ export class TableFilter { _buildSubmitButton(colIndex, container) { let externalFltTgtId = this.isExternalFlt ? this.externalFltTgtIds[colIndex] : null; - let btn = Dom.create(this.fltTypeInp, + let btn = Dom.create(INPUT, ['id', this.prfxValButton + colIndex + '_' + this.id], ['type', 'button'], ['value', this.btnText]); btn.className = this.btnCssClass; @@ -1041,7 +1048,7 @@ export class TableFilter { // Destroy modules // TODO: subcribe modules to destroy event instead Object.keys(Mod).forEach(function (key) { - var feature = Mod[key]; + let feature = Mod[key]; if (feature && Types.isFn(feature.destroy)) { feature.destroy(); } @@ -1091,7 +1098,7 @@ export class TableFilter { } //default location: just above the table else { - var cont = Dom.create('caption'); + let cont = Dom.create('caption'); cont.appendChild(infdiv); this.tbl.insertBefore(cont, this.tbl.firstChild); } @@ -1268,6 +1275,8 @@ export class TableFilter { let occurence, removeNbFormat = Helpers.removeNbFormat; + let dtType = this.hasColDateType ? + this.colDateType[j] : this.defaultDateType; //Search arg operator tests let hasLO = re_l.test(sA), @@ -1443,7 +1452,7 @@ export class TableFilter { } else { // If numeric type data, perform a strict equality test and // fallback to unformatted number string comparison - if(numCellData && !this.singleSearchFlt) { + if (numCellData && !this.singleSearchFlt) { sA = removeNbFormat(sA, nbFormat); occurence = numCellData === sA || Str.contains(sA.toString(), numCellData.toString(), @@ -1480,8 +1489,6 @@ export class TableFilter { for (let j = 0; j < nchilds; j++) { //searched keyword let sA = searchArgs[this.singleSearchFlt ? 0 : j]; - var dtType = this.hasColDateType ? - this.colDateType[j] : this.defaultDateType; if (sA === '') { continue; @@ -1631,16 +1638,15 @@ export class TableFilter { } let fltColType = this.getFilterType(index); - if (fltColType !== this.fltTypeMulti && - fltColType !== this.fltTypeCheckList) { + if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) { fltValue = flt.value; } //mutiple select - else if (fltColType === this.fltTypeMulti) { + else if (fltColType === MULTIPLE) { fltValue = this.feature('dropdown').getValues(index); } //checklist - else if (fltColType === this.fltTypeCheckList) { + else if (fltColType === CHECKLIST) { fltValue = this.feature('checkList').getValues(index); } //return an empty string if collection is empty or contains a single @@ -1890,7 +1896,7 @@ export class TableFilter { isValid = true; } - let displayFlag = isValid ? '' : 'none', + let displayFlag = isValid ? '' : NONE, validFlag = isValid ? 'true' : 'false'; row.style.display = displayFlag; @@ -1936,8 +1942,7 @@ export class TableFilter { let slc = this.getFilterElement(index), fltColType = this.getFilterType(index); - if (fltColType !== this.fltTypeMulti && - fltColType != this.fltTypeCheckList) { + if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) { if (this.loadFltOnDemand && !this.initialized) { this.emitter.emit('build-select-filter', this, index, this.linkedFilters, this.isExternalFlt); @@ -1945,7 +1950,7 @@ export class TableFilter { slc.value = query; } //multiple selects - else if (fltColType === this.fltTypeMulti) { + else if (fltColType === MULTIPLE) { let values = Types.isArray(query) ? query : query.split(' ' + this.orOperator + ' '); @@ -1957,7 +1962,7 @@ export class TableFilter { this.emitter.emit('select-options', this, index, values); } //checklist - else if (fltColType === this.fltTypeCheckList) { + else if (fltColType === CHECKLIST) { let values = []; if (this.loadFltOnDemand && !this.initialized) { this.emitter.emit('build-checklist-filter', this, index, @@ -2123,9 +2128,9 @@ export class TableFilter { if (!this.linkedFilters || !this.activeFilterId) { return; } - let slcA1 = this.getFiltersByType(this.fltTypeSlc, true), - slcA2 = this.getFiltersByType(this.fltTypeMulti, true), - slcA3 = this.getFiltersByType(this.fltTypeCheckList, true), + let slcA1 = this.getFiltersByType(SELECT, true), + slcA2 = this.getFiltersByType(MULTIPLE, true), + slcA3 = this.getFiltersByType(CHECKLIST, true), slcIndex = slcA1.concat(slcA2); slcIndex = slcIndex.concat(slcA3); @@ -2172,7 +2177,7 @@ export class TableFilter { isExactMatch(colIndex) { let fltType = this.getFilterType(colIndex); return this.exactMatchByCol[colIndex] || this.exactMatch || - (fltType !== this.fltTypeInp); + fltType !== INPUT; } /** @@ -2275,7 +2280,7 @@ export class TableFilter { for (let k = this.refRow; k < this.getRowsNb(true); k++) { let r = this.tbl.rows[k]; if (!this.paging) { - if (this.getRowDisplay(r) !== 'none') { + if (this.getRowDisplay(r) !== NONE) { this.validRowsIndex.push(r.rowIndex); } } else { @@ -2373,7 +2378,7 @@ export class TableFilter { */ getFilterType(colIndex) { let colType = this.cfg['col_' + colIndex]; - return !colType ? this.fltTypeInp : Str.lower(colType); + return !colType ? INPUT : Str.lower(colType); } /** diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index ce438200..d788be9a 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.2.19 API Document + src/types.js | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/identifiers.html b/docs/identifiers.html index d4d79448..a64a4566 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.2.19 API Document + Index | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -687,6 +700,335 @@ cookie

    + + + + +
    + + +

    Numeric values

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + CELL_TAG: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + CHECKLIST: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + + +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + ENTER_KEY: number +

    +
    +
    + + +

    Key codes

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + ESC_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + HEADER_TAG: string +

    +
    +
    + + +

    HTML tags

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + INPUT: string +

    +
    +
    + + +

    Filter types

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + MULTIPLE: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + NONE: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + SELECT: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + TAB_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + UP_ARROW_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + diff --git a/docs/index.html b/docs/index.html index c1a2acbf..294e9fb3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.2.19 API Document + tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • diff --git a/docs/package.json b/docs/package.json index 8fb2a976..a7462bdd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.2.19", + "version": "0.2.20", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { diff --git a/docs/script/search_index.js b/docs/script/search_index.js index 8a378cbf..cd36c001 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -1,4 +1,10 @@ window.esdocSearchIndex = [ + [ + "tablefilter/src/const.js~auto_filter_delay", + "variable/index.html#static-variable-AUTO_FILTER_DELAY", + "AUTO_FILTER_DELAY tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/extensions/advancedgrid/adapterezedittable.js~adapterezedittable", "class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html", @@ -17,6 +23,18 @@ window.esdocSearchIndex = [ "AlternateRows tablefilter/src/modules/alternateRows.js", "class" ], + [ + "tablefilter/src/const.js~cell_tag", + "variable/index.html#static-variable-CELL_TAG", + "CELL_TAG tablefilter/src/const.js", + "variable" + ], + [ + "tablefilter/src/const.js~checklist", + "variable/index.html#static-variable-CHECKLIST", + "CHECKLIST tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/checklist.js~checklist", "class/src/modules/checkList.js~CheckList.html", @@ -41,12 +59,30 @@ window.esdocSearchIndex = [ "ColsVisibility tablefilter/src/extensions/colsVisibility/colsVisibility.js", "class" ], + [ + "tablefilter/src/const.js~down_arrow_key", + "variable/index.html#static-variable-DOWN_ARROW_KEY", + "DOWN_ARROW_KEY tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/dropdown.js~dropdown", "class/src/modules/dropdown.js~Dropdown.html", "Dropdown tablefilter/src/modules/dropdown.js", "class" ], + [ + "tablefilter/src/const.js~enter_key", + "variable/index.html#static-variable-ENTER_KEY", + "ENTER_KEY tablefilter/src/const.js", + "variable" + ], + [ + "tablefilter/src/const.js~esc_key", + "variable/index.html#static-variable-ESC_KEY", + "ESC_KEY tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/emitter.js~emitter", "class/src/emitter.js~Emitter.html", @@ -71,6 +107,12 @@ window.esdocSearchIndex = [ "GridLayout tablefilter/src/modules/gridLayout.js", "class" ], + [ + "tablefilter/src/const.js~header_tag", + "variable/index.html#static-variable-HEADER_TAG", + "HEADER_TAG tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/hash.js~hash", "class/src/modules/hash.js~Hash.html", @@ -89,12 +131,30 @@ window.esdocSearchIndex = [ "HighlightKeyword tablefilter/src/modules/highlightKeywords.js", "class" ], + [ + "tablefilter/src/const.js~input", + "variable/index.html#static-variable-INPUT", + "INPUT tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/loader.js~loader", "class/src/modules/loader.js~Loader.html", "Loader tablefilter/src/modules/loader.js", "class" ], + [ + "tablefilter/src/const.js~multiple", + "variable/index.html#static-variable-MULTIPLE", + "MULTIPLE tablefilter/src/const.js", + "variable" + ], + [ + "tablefilter/src/const.js~none", + "variable/index.html#static-variable-NONE", + "NONE tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/noresults.js~noresults", "class/src/modules/noResults.js~NoResults.html", @@ -119,6 +179,12 @@ window.esdocSearchIndex = [ "RowsCounter tablefilter/src/modules/rowsCounter.js", "class" ], + [ + "tablefilter/src/const.js~select", + "variable/index.html#static-variable-SELECT", + "SELECT tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/state.js~state", "class/src/modules/state.js~State.html", @@ -137,12 +203,24 @@ window.esdocSearchIndex = [ "Storage tablefilter/src/modules/storage.js", "class" ], + [ + "tablefilter/src/const.js~tab_key", + "variable/index.html#static-variable-TAB_KEY", + "TAB_KEY tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/tablefilter.js~tablefilter", "class/src/tablefilter.js~TableFilter.html", "TableFilter tablefilter/src/tablefilter.js", "class" ], + [ + "tablefilter/src/const.js~up_arrow_key", + "variable/index.html#static-variable-UP_ARROW_KEY", + "UP_ARROW_KEY tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/hash.js~hashashchange", "variable/index.html#static-variable-hasHashChange", @@ -491,6 +569,12 @@ window.esdocSearchIndex = [ "src/array.js", "file" ], + [ + "src/const.js", + "file/src/const.js.html", + "src/const.js", + "file" + ], [ "src/cookie.js", "file/src/cookie.js.html", @@ -4079,12 +4163,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#exactMatchByCol", "member" ], - [ - "src/tablefilter.js~tablefilter#execdelay", - "class/src/tablefilter.js~TableFilter.html#instance-member-execDelay", - "src/tablefilter.js~TableFilter#execDelay", - "member" - ], [ "src/tablefilter.js~tablefilter#extension", "class/src/tablefilter.js~TableFilter.html#instance-method-extension", @@ -4175,36 +4253,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#fltSmallCssClass", "member" ], - [ - "src/tablefilter.js~tablefilter#flttypechecklist", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltTypeCheckList", - "src/tablefilter.js~TableFilter#fltTypeCheckList", - "member" - ], - [ - "src/tablefilter.js~tablefilter#flttypeinp", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltTypeInp", - "src/tablefilter.js~TableFilter#fltTypeInp", - "member" - ], - [ - "src/tablefilter.js~tablefilter#flttypemulti", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltTypeMulti", - "src/tablefilter.js~TableFilter#fltTypeMulti", - "member" - ], - [ - "src/tablefilter.js~tablefilter#flttypenone", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltTypeNone", - "src/tablefilter.js~TableFilter#fltTypeNone", - "member" - ], - [ - "src/tablefilter.js~tablefilter#flttypeslc", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltTypeSlc", - "src/tablefilter.js~TableFilter#fltTypeSlc", - "member" - ], [ "src/tablefilter.js~tablefilter#fltsrowcssclass", "class/src/tablefilter.js~TableFilter.html#instance-member-fltsRowCssClass", diff --git a/docs/source.html b/docs/source.html index 7e33834d..b0622e12 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.2.19 API Document + Source | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -62,7 +75,7 @@
    -

    Source 204/760

    +

    Source 207/767

    @@ -83,7 +96,27 @@ - + + + + + + + + + @@ -91,7 +124,7 @@ - + @@ -99,7 +132,7 @@ - + @@ -107,7 +140,7 @@ - + @@ -115,7 +148,7 @@ - + @@ -123,15 +156,15 @@ - + - + - - - + + + @@ -139,7 +172,7 @@ - + @@ -147,7 +180,7 @@ - + @@ -155,7 +188,7 @@ - + @@ -163,15 +196,15 @@ - + - + - - - + + + @@ -179,7 +212,7 @@ - + @@ -187,7 +220,7 @@ - + @@ -195,15 +228,15 @@ - + - + - + - + @@ -211,15 +244,15 @@ - + - + - + - + @@ -227,15 +260,15 @@ - + - + - - - + + + @@ -244,15 +277,15 @@ - + - + - + @@ -260,39 +293,39 @@ - + - + - - + + - + - - - + + + - + - - - + + + - + - - - + + + @@ -300,7 +333,7 @@ - + @@ -308,7 +341,7 @@ - + @@ -316,7 +349,7 @@ - + @@ -325,7 +358,7 @@ - + @@ -333,7 +366,7 @@ - + @@ -341,15 +374,15 @@ - + - + - - - - + + + + @@ -357,7 +390,7 @@ - +
    - 379 byte 172016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/const.jsAUTO_FILTER_DELAY +CELL_TAG +CHECKLIST +DOWN_ARROW_KEY +ENTER_KEY +ESC_KEY +HEADER_TAG +INPUT +MULTIPLE +NONE +SELECT +TAB_KEY +UP_ARROW_KEY30 %4/13507 byte282016-05-01 03:23:08 (UTC)
    src/cookie.js- 1455 byte 582016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/date.js- 5675 byte 1722016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/dom.js- 4460 byte 1682016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/emitter.js83 %5/6 1263 byte 502016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/event.js- 1299 byte 532016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/extensions/advancedGrid/adapterEzEditTable.jssrc/extensions/advancedGrid/adapterEzEditTable.js AdapterEzEditTable 29 %5/1717896 byte4472016-05-07 10:09:59 (UTC)17923 byte4482016-05-01 03:23:08 (UTC)
    src/extensions/advancedGrid/advancedGrid.js- 90 byte 22016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/extensions/colOps/colOps.js22 %2/9 12536 byte 3232016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/extensions/colsVisibility/colsVisibility.js16 %10/59 18098 byte 5452016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/extensions/filtersVisibility/filtersVisibility.js17 %6/35 6378 byte 2052016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/extensions/sort/adapterSortabletable.jssrc/extensions/sort/adapterSortabletable.js AdapterSortableTable 10 %3/2813737 byte4212016-05-07 10:09:59 (UTC)13932 byte4222016-05-01 03:23:08 (UTC)
    src/extensions/sort/sort.js- 164 byte 72016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/helpers.js- 445 byte 232016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/alternateRows.js54 %6/11 3406 byte 1292016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/checkList.jssrc/modules/checkList.js CheckList 29 %8/2717135 byte17144 byte 4882016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/clearButton.js25 %3/12 2613 byte 942016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/dropdown.jssrc/modules/dropdown.js Dropdown 35 %7/2012770 byte12763 byte 3852016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/feature.js0 %0/14 649 byte 382016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/gridLayout.jssrc/modules/gridLayout.js GridLayout 10 %3/2912048 byte3492016-05-07 10:09:59 (UTC)12077 byte3502016-05-01 03:23:08 (UTC)
    src/modules/hash.js63 %7/11 2415 byte 1002016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/help.js Help 15 %3/195369 byte5395 byte 1552016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/highlightKeywords.js40 %4/10 3998 byte 1232016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/loader.jssrc/modules/loader.js Loader 6 %1/15 4560 byte1572016-05-07 10:09:59 (UTC)1582016-05-01 03:23:08 (UTC)
    src/modules/noResults.jssrc/modules/noResults.js NoResults 5 %1/203673 byte1352016-05-07 10:09:59 (UTC)3702 byte1362016-05-01 03:23:08 (UTC)
    src/modules/paging.jssrc/modules/paging.js Paging 23 %15/6326594 byte7672016-05-07 10:09:59 (UTC)26372 byte7612016-05-01 03:23:08 (UTC)
    src/modules/popupFilter.jssrc/modules/popupFilter.js PopupFilter 35 %10/288999 byte2762016-05-07 10:09:59 (UTC)9013 byte2772016-05-01 03:23:08 (UTC)
    src/modules/rowsCounter.js5 %1/18 4925 byte 1482016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/state.js35 %13/37 12278 byte 4132016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/statusBar.js3 %1/29 7575 byte 2222016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/modules/storage.js56 %9/16 2861 byte 1232016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/sort.js- 295 byte 152016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/string.js- 1495 byte 612016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    src/tablefilter.jssrc/tablefilter.js TableFilter35 %81/22779486 byte23292016-05-07 10:09:59 (UTC)36 %80/22179024 byte23212016-05-01 03:23:08 (UTC)
    src/types.js- 1862 byte 902016-05-07 10:09:59 (UTC)2016-05-01 03:23:08 (UTC)
    diff --git a/docs/variable/index.html b/docs/variable/index.html index b165df03..45b6e7a3 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.2.19 API Document + Variable | tablefilter v0.2.20 API Document @@ -34,6 +34,19 @@
  • CEmitter
  • CTableFilter
  • +
  • VAUTO_FILTER_DELAY
  • +
  • VCELL_TAG
  • +
  • VCHECKLIST
  • +
  • VDOWN_ARROW_KEY
  • +
  • VENTER_KEY
  • +
  • VESC_KEY
  • +
  • VHEADER_TAG
  • +
  • VINPUT
  • +
  • VMULTIPLE
  • +
  • VNONE
  • +
  • VSELECT
  • +
  • VTAB_KEY
  • +
  • VUP_ARROW_KEY
  • CAdapterEzEditTable
  • CColOps
  • CColsVisibility
  • @@ -73,6 +86,335 @@ + + + + +
    + + +

    Numeric values

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + CELL_TAG: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + CHECKLIST: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + + +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + ENTER_KEY: number +

    +
    +
    + + +

    Key codes

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + ESC_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + HEADER_TAG: string +

    +
    +
    + + +

    HTML tags

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + INPUT: string +

    +
    +
    + + +

    Filter types

    +
    +
    + + + + + + + + + public + + + + + + +
    +

    + MULTIPLE: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + NONE: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + SELECT: string +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + TAB_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + + + + +
    +

    + UP_ARROW_KEY: number +

    +
    +
    + + + +
    + + + + + + + + + public + + + @@ -122,6 +464,530 @@

    Static Public

    +
    +

    + public + + + + + AUTO_FILTER_DELAY: number + + + + source + +

    + +
    import {AUTO_FILTER_DELAY} from 'tablefilter/src/const.js'
    + + +

    Numeric values

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + CELL_TAG: string + + + + source + +

    + +
    import {CELL_TAG} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + CHECKLIST: string + + + + source + +

    + +
    import {CHECKLIST} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + DOWN_ARROW_KEY: number + + + + source + +

    + +
    import {DOWN_ARROW_KEY} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + ENTER_KEY: number + + + + source + +

    + +
    import {ENTER_KEY} from 'tablefilter/src/const.js'
    + + +

    Key codes

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + ESC_KEY: number + + + + source + +

    + +
    import {ESC_KEY} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + HEADER_TAG: string + + + + source + +

    + +
    import {HEADER_TAG} from 'tablefilter/src/const.js'
    + + +

    HTML tags

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + INPUT: string + + + + source + +

    + +
    import {INPUT} from 'tablefilter/src/const.js'
    + + +

    Filter types

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + MULTIPLE: string + + + + source + +

    + +
    import {MULTIPLE} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + NONE: string + + + + source + +

    + +
    import {NONE} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + SELECT: string + + + + source + +

    + +
    import {SELECT} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + TAB_KEY: number + + + + source + +

    + +
    import {TAB_KEY} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + UP_ARROW_KEY: number + + + + source + +

    + +
    import {UP_ARROW_KEY} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + + +

    public